Explain an apparent bug reported by
[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 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
35         Log: Adding new files to the MANIFEST is always nice.
36      Branch: perl
37            ! MANIFEST
38 ____________________________________________________________________________
39 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
40         Log: Reindent the PerlIO files (suggested by NI-S), used
41              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
42              (GNU indent).  Note that wholesale re-indenting might
43              be nice, but that would break nice formatting/alignment
44              of assignments, equality testing, and complex boolean
45              expressions with lots of &s and |s.
46      Branch: perl
47            ! perlio.c perlio.h perliol.h
48 ____________________________________________________________________________
49 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
50         Log: Add a script for being 8.3-polite.
51              The found conflicts are being worked on.
52      Branch: perl
53            + check83.pl
54            ! MANIFEST Porting/pumpkin.pod
55 ____________________________________________________________________________
56 [ 12050] By: sky                                   on 2001/09/17  12:44:36
57         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
58              finding it.
59      Branch: perl
60            ! sv.c
61 ____________________________________________________________________________
62 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
63         Log: Bump up versions because of #12041.
64      Branch: perl
65            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
66            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
67            ! lib/Time/localtime.pm
68 ____________________________________________________________________________
69 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
70         Log: Bump the version number because of #12042.
71      Branch: perl
72            ! lib/CPAN/FirstTime.pm
73 ____________________________________________________________________________
74 [ 12047] By: ams                                   on 2001/09/17  11:21:40
75         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
76              From: Abhijit Menon-Sen <ams@wiw.org>
77              Date: Mon, 17 Sep 2001 17:44:12 +0530
78              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
79      Branch: perl
80            ! op.c
81 ____________________________________________________________________________
82 [ 12046] By: sky                                   on 2001/09/17  07:14:17
83         Log: Subject: Re: t/op/ver.t using skip() improperly
84              From: "chromatic" <chromatic@rmci.net>
85              Date: Mon, 17 Sep 2001 00:22:29 -0600
86              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
87      Branch: perl
88            ! t/op/ver.t
89 ____________________________________________________________________________
90 [ 12045] By: nick                                  on 2001/09/17  07:12:14
91         Log: Integrate mainline
92      Branch: perlio
93           +> t/op/chdir.t
94           !> (integrate 117 files)
95 ____________________________________________________________________________
96 [ 12044] By: ams                                   on 2001/09/17  05:49:53
97         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
98              From: Ilmari Karonen <iltzu@sci.fi>
99              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
100              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
101              (And $VERSION = '1.05'.)
102      Branch: perl
103            ! lib/constant.pm
104 ____________________________________________________________________________
105 [ 12043] By: ams                                   on 2001/09/17  05:44:50
106         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
107              From: Michael G Schwern <schwern@pobox.com>
108              Date: Mon, 17 Sep 2001 07:49:04 +0200
109              Message-Id: <20010917074904.V1588@blackrider>
110              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
111      Branch: perl
112            + t/op/chdir.t
113            ! MANIFEST pp_sys.c
114 ____________________________________________________________________________
115 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
116         Log: Subject: Re: CPAN.pm needs some hacking 
117              From: "chromatic" <chromatic@rmci.net>
118              Date: Sun, 16 Sep 2001 16:46:29 -0600
119              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
120      Branch: perl
121            ! lib/CPAN/FirstTime.pm
122 ____________________________________________________________________________
123 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
124         Log: Change use|require 5.005_64 to use|require 5.6.1.
125      Branch: perl
126            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
127            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
128            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
129            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
130            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
131            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
132            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
133            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
134            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
135            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
136            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
137            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
138            ! lib/base.pm lib/fields.pm
139 ____________________________________________________________________________
140 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
141         Log: Bump up version numbers.
142              
143              TODO 1: double check that pre-5.6.1 CPAN.pm:s
144              don't try to download 5.8.0 because of the
145              version numbers.  Mainly this means using _00
146              in the core version numbers.
147              
148              TODO 2: the "use 5.005_64" in many modules
149              needs to be changed to, say, "use 5.6.1".
150      Branch: perl
151            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
152            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
153            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
154            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
155            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
156            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
157            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
158            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
159            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
160            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
161            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
162 ____________________________________________________________________________
163 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
164         Log: Use UCHARAT() as suggested by Inaba Hiroto.
165      Branch: perl
166            ! regexec.c
167 ____________________________________________________________________________
168 [ 12038] By: ams                                   on 2001/09/16  15:16:24
169         Log: Subject: [PATCH] Re: Core module version numbers review
170              From: Peter Scott <Peter@PSDT.com>
171              Date: Sun, 16 Sep 2001 09:09:58 -0700
172              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
173      Branch: perl
174            ! lib/perl5db.pl
175 ____________________________________________________________________________
176 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
177         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
178              not yet fully implemented.
179      Branch: perl
180            ! pod/perlfunc.pod pod/perlunicode.pod
181 ____________________________________________________________________________
182 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
183         Log: Subject: [patch] plug PL_beginav_save leak
184              From: Doug MacEachern <dougm@covalent.net>
185              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
186              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
187      Branch: perl
188            ! perl.c
189 ____________________________________________________________________________
190 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
191         Log: (accidentally empty checkin)
192      Branch: perl
193            ! sv.c
194 ____________________________________________________________________________
195 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
196         Log: Subject: [patch] ithreads+PL_beginav_save
197              From: Doug MacEachern <dougm@covalent.net>
198              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
199              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
200      Branch: perl
201            ! sv.c
202 ____________________________________________________________________________
203 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
204         Log: Subject: [PATCH] h2xs.PL with C::Scan
205              From: Tim Jenness <t.jenness@jach.hawaii.edu>
206              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
207              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
208      Branch: perl
209            ! utils/h2xs.PL
210 ____________________________________________________________________________
211 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
212         Log: Elaborate (well, make more vague, really) #12030.
213      Branch: perl
214            ! pod/perltodo.pod pod/perlunicode.pod
215 ____________________________________________________________________________
216 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
217         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
218              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
219              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
220              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
221      Branch: perl
222            ! regexec.c
223 ____________________________________________________________________________
224 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
225         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
226              are not yet complete.
227      Branch: perl
228            ! pod/perltodo.pod pod/perlunicode.pod
229 ____________________________________________________________________________
230 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
231         Log: Document what's still to be done on the regular expression
232              Unicode support, based on the UTR#18.
233      Branch: perl
234            ! pod/perltodo.pod pod/perlunicode.pod
235 ____________________________________________________________________________
236 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
237         Log: Regen headers.
238      Branch: perl
239            ! embedvar.h perlapi.h
240 ____________________________________________________________________________
241 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
242         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
243              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
244              Date: Sun, 09 Sep 2001 18:41:54 +0100
245              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
246      Branch: perl
247            ! Porting/findvars ext/ByteLoader/bytecode.h
248            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
249            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
250 ____________________________________________________________________________
251 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
252         Log: enable most warnings for windows build; fix the various typecasting
253              nits that showed up (no bugfixes here)
254      Branch: maint-5.6/perl
255            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
256            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
257            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
258            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
259            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
260            ! x2p/walk.c
261 ____________________________________________________________________________
262 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
263         Log: Integrate change #12024 from maintperl
264              (a local() precedence bug)
265      Branch: perl
266           !> lib/ExtUtils/Install.pm
267 ____________________________________________________________________________
268 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
269         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
270              change#8642
271      Branch: maint-5.6/perl
272            ! lib/ExtUtils/Install.pm
273 ____________________________________________________________________________
274 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
275         Log: Update Changes.
276      Branch: perl
277            ! Changes patchlevel.h
278 ____________________________________________________________________________
279 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
280         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
281              From: "chromatic" <chromatic@rmci.net>
282              Date: Fri, 14 Sep 2001 09:44:57 -0600 
283              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
284      Branch: perl
285            ! lib/ExtUtils/Manifest.t
286 ____________________________________________________________________________
287 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
288         Log: Hopefully better skipping of the Complete.t tests
289              in case of not a tty. 
290      Branch: perl
291            ! lib/Term/Complete.t t/op/stat.t
292 ____________________________________________________________________________
293 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
294         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
295              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
296              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
297              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
298      Branch: perl
299            ! regexec.c t/op/pat.t
300 ____________________________________________________________________________
301 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
302         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
303              From: Robin Barker <rmb1@cise.npl.co.uk>
304              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
305              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
306      Branch: perl
307            ! pod/perlport.pod
308 ____________________________________________________________________________
309 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
310         Log: NetWare tweaks from Ananth Kesari.
311      Branch: perl
312            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
313            ! NetWare/nwutil.h
314 ____________________________________________________________________________
315 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
316         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
317              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
318              Date: Fri, 14 Sep 2001 10:51:13 +0200
319              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
320      Branch: perl
321            ! pod/perlport.pod
322 ____________________________________________________________________________
323 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
324         Log: Subject: Re: [PATCH 2 pl2pm.PL]
325              From: Joe Smith <Joe.Smith@inwap.com>
326              Date: Fri, 14 Sep 2001 00:13:32 -0700
327              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
328              
329              Eradicate qu.
330      Branch: perl
331            ! keywords.h keywords.pl utils/pl2pm.PL
332 ____________________________________________________________________________
333 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
334         Log: Retract #12013, didn't go over too well in Tru64.
335      Branch: perl
336            ! embed.h embed.pl sv.h
337 ____________________________________________________________________________
338 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
339         Log: Subject: [PATCH] Execute files of debugger commands
340              From: Peter Scott <Peter@PSDT.com>
341              Date: Thu, 13 Sep 2001 15:26:31 -0700
342              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
343      Branch: perl
344            ! lib/perl5db.pl pod/perldebug.pod
345 ____________________________________________________________________________
346 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
347         Log: (Retracted by #12015)
348              Subject: [proposed PATCH] Re: perl@11920
349              From: Nicholas Clark <nick@ccl4.org>
350              Date: Wed, 12 Sep 2001 23:46:09 +0100
351              Message-ID: <20010912234609.H4971@plum.flirble.org>     
352      Branch: perl
353            ! embed.h embed.pl sv.h
354 ____________________________________________________________________________
355 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
356         Log: ucblib shouldn't be linked against in nonstop-ux,
357              from Tom Bates.
358      Branch: perl
359            ! hints/nonstopux.sh
360 ____________________________________________________________________________
361 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
362         Log: Do stty only if we have stty.
363              
364              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
365      Branch: perl
366            ! lib/Term/Complete.pm
367 ____________________________________________________________________________
368 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
369         Log: Skip the test if not running on a tty.
370      Branch: perl
371            ! lib/Term/Complete.t
372 ____________________________________________________________________________
373 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
374         Log: Regen headers.
375      Branch: perl
376            ! embed.h opcode.h pod/perlapi.pod proto.h
377 ____________________________________________________________________________
378 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
379         Log: Subject: [PATCH op.c] Re: perl@12003
380              From: Robin Barker <rmb1@cise.npl.co.uk>
381              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
382              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
383      Branch: perl
384            ! op.c
385 ____________________________________________________________________________
386 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
387         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
388              From: Robin Barker <rmb1@cise.npl.co.uk>
389              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
390              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
391      Branch: perl
392            ! sv.c
393 ____________________________________________________________________________
394 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
395         Log: Upgrade to Memoize 0.66.
396      Branch: perl
397            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
398            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
399            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
400 ____________________________________________________________________________
401 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
402         Log: Subject: [ID 20010912.007] substr reference core dump
403              From: me-01@ton.iguana.be
404              Date: 12 Sep 2001 14:11:16 -0000
405              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
406      Branch: perl
407            ! mg.c
408 ____________________________________________________________________________
409 [ 12004] By: ams                                   on 2001/09/12  01:13:49
410         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
411              From: Ilmari Karonen <iltzu@sci.fi>
412              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
413              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
414      Branch: perl
415            ! pod/perlfaq4.pod
416 ____________________________________________________________________________
417 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
418         Log: Update Changes.
419      Branch: perl
420            ! Changes patchlevel.h
421 ____________________________________________________________________________
422 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
423         Log: NetWare update from Ananth Kesari.
424      Branch: perl
425            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
426            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
427 ____________________________________________________________________________
428 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
429         Log: Retract #11984: div() being redefined, and 1397
430              failing on 64-bit platforms.
431      Branch: perl
432            ! lib/Math/BigInt/Calc.pm
433 ____________________________________________________________________________
434 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
435         Log: Metaconfig unit change for #11999.
436      Branch: metaconfig
437            ! U/protos/d_lseekproto.U
438 ____________________________________________________________________________
439 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
440         Log: The lseek fix (#11991) was no fix.
441      Branch: perl
442            ! Configure
443 ____________________________________________________________________________
444 [ 11998] By: sky                                   on 2001/09/11  07:52:06
445         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
446              From: Matt Sergeant <MSergeant@star.net.uk>
447              Date: Tue, 11 Sep 2001 09:22:32 +0100
448              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
449      Branch: perl
450            ! ext/Encode/Encode.pm
451 ____________________________________________________________________________
452 [ 11997] By: sky                                   on 2001/09/11  06:35:29
453         Log: Sometimes dTHX is added because it is needed on non 
454              gnuc platforms, but not needed there. This uses GCC
455              to silence GCC specific warnings by marking pTHX as 
456              unused.
457      Branch: perl
458            ! perl.h
459 ____________________________________________________________________________
460 [ 11996] By: nick                                  on 2001/09/11  06:25:27
461         Log: Integrate mainline
462      Branch: perlio
463            - ext/POSIX/sigaction.t lib/File/Find/taint.t
464           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
465 ____________________________________________________________________________
466 [ 11995] By: nick                                  on 2001/09/11  06:23:39
467         Log: Part Integrate mainline
468      Branch: perlio
469           +> (branch 69 files)
470            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
471            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
472            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
473            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
474            - lib/Switch/t/switch_case.t lib/Test/Harness.t
475            - lib/Test/More/Changes lib/Test/More/t/More.t
476            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
477            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
478            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
479            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
480            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
481            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
482            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
483            - t/lib/Test/More/Catch.pm wince/perl.ico
484           !> (integrate 197 files)
485 ____________________________________________________________________________
486 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
487         Log: Subject: Re: [PATCH] Encode.pm docs fix
488              From: Gisle Aas <gisle@ActiveState.com>
489              Date: 10 Sep 2001 11:27:02 -0700
490              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
491      Branch: perl
492            ! ext/Encode/Encode.pm
493 ____________________________________________________________________________
494 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
495         Log: Fix unpack U to be the reverse of pack U
496              (but implement unpack U0U as a backdoor to get
497              the UTF-8 malformed warnings from un-UTF-8 data)
498      Branch: perl
499            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
500 ____________________________________________________________________________
501 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
502         Log: Metaconfig unit change for #11991;
503              delete an unused unit (d_strtoull.U is the one used)
504      Branch: metaconfig
505            ! U/protos/d_lseekproto.U
506      Branch: metaconfig/U/perl
507            - strtoull.U
508 ____________________________________________________________________________
509 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
510         Log: Subject: [PATCH] Configure not recording lseek proto
511              From: Blair Zajac <blair@orcaware.com>
512              Date: Mon, 10 Sep 2001 17:52:37 -0700
513              Message-ID: <3B9D6055.BA334A31@orcaware.com>
514              
515              plus regen Configure.
516      Branch: perl
517            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
518            ! config_h.SH uconfig.h
519 ____________________________________________________________________________
520 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
521         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?)))                  
522              From: Nicholas Clark <nick@ccl4.org>
523              Date: Tue, 11 Sep 2001 00:00:31 +0100
524              Message-ID: <20010911000031.G1512@plum.flirble.org>
525      Branch: perl
526            + t/op/qq.t
527            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
528 ____________________________________________________________________________
529 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
530         Log: Subject: [PATCH] Building on win32 w/o perlio
531              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
532              Date: Mon, 10 Sep 2001 23:38:46 +0200
533              Message-ID: <3B9D4F06.14433.2C37644@localhost>
534      Branch: perl
535            ! perl.c win32/Makefile win32/makefile.mk
536 ____________________________________________________________________________
537 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
538         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
539              From: "chromatic" <chromatic@rmci.net>
540              Date: Mon, 10 Sep 2001 15:14:01 -0600
541              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
542      Branch: perl
543            + lib/CGI/t/push.t
544            ! MANIFEST
545 ____________________________________________________________________________
546 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
547         Log: Subject: avoiding hoardes of zombies
548              From: Nicholas Clark <nick@ccl4.org>
549              Date: Mon, 10 Sep 2001 22:00:40 +0100
550              Message-ID: <20010910220040.C1512@plum.flirble.org>
551      Branch: perl
552            ! pod/perlipc.pod
553 ____________________________________________________________________________
554 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
555         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
556              From: John Peacock <jpeacock@rowman.com>
557              Date: Mon, 10 Sep 2001 16:34:30 -0400
558              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
559      Branch: perl
560            ! sv.c t/op/ver.t utf8.h
561 ____________________________________________________________________________
562 [ 11985] By: ams                                   on 2001/09/10  23:20:13
563         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
564      Branch: perl
565            ! MANIFEST
566 ____________________________________________________________________________
567 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
568         Log: (Retracted by #12001)
569              Subject: Calc with USE_MUL/USE_DIV
570              From: Tels <perl_dummy@bloodgate.com>
571              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
572              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
573      Branch: perl
574            ! lib/Math/BigInt/Calc.pm
575 ____________________________________________________________________________
576 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
577         Log: Subject: [PATCH op.c] Re: perl@11978
578              From: Robin Barker <rmb1@cise.npl.co.uk>
579              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
580              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
581              
582              Format errors.
583      Branch: perl
584            ! op.c
585 ____________________________________________________________________________
586 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
587         Log: Switch PADOFFSET back to U32 both because of binary backward
588              compatibility and because Arthur seems to have been fixing the
589              problems with naughty integer-pointer casting.
590      Branch: perl
591            ! op.h
592 ____________________________________________________________________________
593 [ 11981] By: ams                                   on 2001/09/10  16:31:43
594         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
595              Fix Pod Typo, Add Test for ExtUtils::Command
596              From: "chromatic" <chromatic@rmci.net>
597              Date: Mon, 10 Sep 2001 11:20:56 -0600
598              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
599      Branch: perl
600            + lib/ExtUtils/Command.t
601            ! MANIFEST lib/ExtUtils/Command.pm
602 ____________________________________________________________________________
603 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
604         Log: Subject: [PATCH] Encode.pm docs fix
605              From: Matt Sergeant <MSergeant@star.net.uk>
606              Date: Mon, 10 Sep 2001 15:24:01 +0100
607              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
608      Branch: perl
609            ! ext/Encode/Encode.pm
610 ____________________________________________________________________________
611 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
612         Log: Update Changes.
613      Branch: perl
614            ! Changes patchlevel.h
615 ____________________________________________________________________________
616 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
617         Log: Revert #11973, the dTHX seems to be needed in there
618              for threaded builds.
619      Branch: perl
620            ! perlio.c
621 ____________________________________________________________________________
622 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
623         Log: Detypo.
624      Branch: perl
625            ! pod/perlguts.pod
626 ____________________________________________________________________________
627 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
628         Log: Further Class::Struct patching from Damian.
629              
630              The new new semantics are:
631              
632              * If you pass an initializer for a nested object, it has to be:
633              a) a reference to an object of that class, or      
634              b) a reference to an object of a subclass of that class, or
635              c) a reference to a hash of arguments to be passed to the
636              class's constructor
637              * If you pass no initializer for a nested object, the attribute
638              is initialized to C<undef>
639      Branch: perl
640            ! lib/Class/Struct.pm
641 ____________________________________________________________________________
642 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
643         Log: Skip the crypt test if no crypt.
644      Branch: perl
645            ! t/op/crypt.t
646 ____________________________________________________________________________
647 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
648         Log: Warn against using bare v-strings as IP addresses
649              (okay if using the wrappers from Socket)
650      Branch: perl
651            ! pod/perldata.pod pod/perlport.pod
652 ____________________________________________________________________________
653 [ 11973] By: sky                                   on 2001/09/10  11:57:58
654         Log: Remove unused dTHX. Silenced another warning.
655      Branch: perl
656            ! perlio.c
657 ____________________________________________________________________________
658 [ 11972] By: sky                                   on 2001/09/10  11:54:25
659         Log: Silence some more warnings INT2PTR.
660      Branch: perl
661            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
662 ____________________________________________________________________________
663 [ 11971] By: sky                                   on 2001/09/10  11:21:50
664         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
665      Branch: perl
666            ! cop.h
667 ____________________________________________________________________________
668 [ 11970] By: sky                                   on 2001/09/10  11:17:25
669         Log: Apply INT2PTR with force to silence warnings from
670              PM_GETRE and friends. No more warnings with 64bit 
671              IVs and 32bit pointers.    
672      Branch: perl
673            ! op.c op.h perl.c
674 ____________________________________________________________________________
675 [ 11969] By: sky                                   on 2001/09/10  10:13:02
676         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
677      Branch: perl
678            ! pod/perlguts.pod
679 ____________________________________________________________________________
680 [ 11968] By: sky                                   on 2001/09/10  10:02:51
681         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
682              Rename to custop_op_name to Perl_custom_op_name to match perlapi
683              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
684              perl_clone.
685      Branch: perl
686            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
687 ____________________________________________________________________________
688 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
689         Log: Using strlen() not good on embedded nul bytes.
690      Branch: perl
691            ! regcomp.c
692 ____________________________________________________________________________
693 [ 11966] By: ams                                   on 2001/09/09  21:06:13
694         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
696              Date: Mon, 13 Aug 2001 22:51:59 +0200
697              Message-ID: <20010813225159.C6681@rafael>
698              (Applied with several tweaks.)
699      Branch: perl
700            ! embed.h embed.pl proto.h toke.c
701 ____________________________________________________________________________
702 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
703         Log: The exact error message is system-dependent.
704      Branch: perl
705            ! lib/ExtUtils/Manifest.t
706 ____________________________________________________________________________
707 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
708         Log: Add Windows and Mac Sami support to Encode
709              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
710      Branch: perl
711            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
712            ! MANIFEST
713 ____________________________________________________________________________
714 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
715         Log: Use the tried method.
716      Branch: perl
717            ! pod/perlport.pod
718 ____________________________________________________________________________
719 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
720         Log: Can't count parentheses.
721      Branch: perl
722            ! ext/IO/lib/IO/Socket/INET.pm
723 ____________________________________________________________________________
724 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
725         Log: perlport additions: 1 while unlink, add/delete directory
726              entries and permissions, cygwin stat funkiness (from Michael
727              Schwern and Nicholas Clark)
728      Branch: perl
729            ! pod/perlport.pod
730 ____________________________________________________________________________
731 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
732         Log: blib does have a detectable test.
733      Branch: perl
734            ! t/lib/1_compile.t
735 ____________________________________________________________________________
736 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
737         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
738              From: "chromatic" <chromatic@rmci.net>
739              Date: Sat, 08 Sep 2001 19:33:42 -0600
740              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
741      Branch: perl
742            + lib/Term/Complete.t
743            ! MANIFEST
744 ____________________________________________________________________________
745 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
746         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
747              From: Michael G Schwern <schwern@pobox.com> 
748              Date: Sat, 8 Sep 2001 02:40:26 -0400
749              Message-ID: <20010908024026.A26283@blackrider>
750      Branch: perl
751            + lib/Test/Tutorial.pod
752            ! MANIFEST
753 ____________________________________________________________________________
754 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
755         Log: Try to look up protocol (by name) only iff it has non-numbers:
756              nice if the server is in a chrooted environment (no /etc/protocols,
757              server code using hardcorded protocol numbers like 6 for tcp),
758              suggested by John Holdsworth <coldwave@bigfoot.com>.
759              In other words, if we are given a number, why look it up again
760              (by number)?
761      Branch: perl
762            ! ext/IO/lib/IO/Socket/INET.pm
763 ____________________________________________________________________________
764 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
765         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
766              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
767              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
768              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
769              
770              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
771              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
772              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
773              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
774              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
775              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
776              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
777              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
778      Branch: perl
779            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
780 ____________________________________________________________________________
781 [ 11955] By: ams                                   on 2001/09/09  02:54:21
782         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
783              From: "Craig A. Berry" <craigberry@mac.com>
784              Date: Sat, 08 Sep 2001 19:02:16 -0500
785              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
786      Branch: perl
787            ! lib/CGI/t/carp.t
788 ____________________________________________________________________________
789 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
790         Log: Documentation tweaks; think the IP address as an opaque string.
791      Branch: perl
792            ! ext/Socket/Socket.pm
793 ____________________________________________________________________________
794 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
795         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
796              From: Michael G Schwern <schwern@pobox.com>
797              Date: Sat, 8 Sep 2001 19:45:46 -0400
798              Message-ID: <20010908194546.C9193@blackrider>
799      Branch: perl
800            + lib/blib.t
801            ! MANIFEST lib/blib.pm t/lib/1_compile.t
802 ____________________________________________________________________________
803 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
804         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
805              From: "chromatic" <chromatic@rmci.net>
806              Date: Sat, 08 Sep 2001 12:31:44 -0600
807              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
808      Branch: perl
809            + lib/CGI/t/fast.t
810            ! MANIFEST
811 ____________________________________________________________________________
812 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
813         Log: The Socket tests were wrong: they were assuming too much.
814      Branch: perl
815            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
816 ____________________________________________________________________________
817 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
818         Log: Retract the portability changes since they
819              seem to have opened a can of worms... will
820              go back to UNICOS/mk and do the bare minimum
821              required to get the tests working.
822      Branch: perl
823            ! ext/Socket/Socket.xs
824 ____________________________________________________________________________
825 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
826         Log: PADOFFSET is used to cast pointers into integers,
827              if pointers are 64 bits and U32 32 bits,
828              bad things may happen, or at least warnings issued.
829      Branch: perl
830            ! op.h
831 ____________________________________________________________________________
832 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
833         Log: Still more Socket portability tweaking.
834              Now Socket.t seems to be happy in all of
835              Linux/x86, Tru64/alpha, Solaris/sparc,
836              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
837              
838              Addendum: it seems that io_multihomed, io_sock, and hostent
839              were broken in little-endians (linux/x86 and tru64/alpha)
840              because of this change.  Argh.
841      Branch: perl
842            ! ext/Socket/Socket.xs
843 ____________________________________________________________________________
844 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
845         Log: More portability kicking on inet_ntoa().
846      Branch: perl
847            ! ext/Socket/Socket.xs
848 ____________________________________________________________________________
849 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
850         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
851              From: Michael G Schwern <schwern@pobox.com> 
852              Date: Fri, 7 Sep 2001 23:06:51 -0400
853              Message-ID: <20010907230651.R606@blackrider>
854      Branch: perl
855            + lib/ExtUtils/Manifest.t
856            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
857 ____________________________________________________________________________
858 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
859         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
860              From: "chromatic" <chromatic@rmci.net>
861              Date: Fri, 07 Sep 2001 17:53:15 -0600      
862              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
863      Branch: perl
864            + lib/ExtUtils/testlib.t
865            ! MANIFEST
866 ____________________________________________________________________________
867 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
868         Log: Thinko.
869      Branch: perl
870            ! lib/integer.t
871 ____________________________________________________________________________
872 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
873         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
874              From: "Craig A. Berry" <craigberry@mac.com>
875              Date: Fri, 07 Sep 2001 15:30:03 -0500
876              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
877      Branch: perl
878            ! lib/CGI/Carp.pm
879 ____________________________________________________________________________
880 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
881         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
882              From: Michael G Schwern <schwern@pobox.com>
883              Date: Fri, 7 Sep 2001 15:38:13 -0400
884              Message-ID: <20010907153813.K606@blackrider>
885      Branch: perl
886            ! lib/ExtUtils/MM_Unix.pm
887 ____________________________________________________________________________
888 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
889         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
890              From: Robin Barker <rmb1@cise.npl.co.uk>
891              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
892              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
893      Branch: perl
894            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
895 ____________________________________________________________________________
896 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
897         Log: Clean up 1_compile.t; move tests to more consistent
898              places (t/ subdirectories); add integer.t (much of
899              the pragma is tested elsewhere but there is no one
900              centralized place)
901      Branch: perl
902            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
903            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
904            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
905            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
906            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
907            - lib/File/Find/find.t lib/File/Find/taint.t
908            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
909 ____________________________________________________________________________
910 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
911         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
912              From: "chromatic" <chromatic@rmci.net>
913              Date: Fri, 07 Sep 2001 10:17:40 -0600
914              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
915      Branch: perl
916            ! lib/File/Find/taint.t
917 ____________________________________________________________________________
918 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
919         Log: Update Changes.
920      Branch: perl
921            ! Changes patchlevel.h
922 ____________________________________________________________________________
923 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
924         Log: Rename the old threading tutorial, start a new one,
925              regen toc.
926      Branch: perl
927            + pod/perlothrtut.pod
928            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
929            ! pod/perltoc.pod
930 ____________________________________________________________________________
931 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
932         Log: vars very much has a test.
933      Branch: perl
934            ! t/lib/1_compile.t
935 ____________________________________________________________________________
936 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
937         Log: Subject: Re: wince/perl.ico marked as binary
938              From: Nicholas Clark <nick@ccl4.org>
939              Date: Fri, 7 Sep 2001 13:54:40 +0100
940              Message-ID: <20010907135439.D39150@plum.flirble.org>
941              
942              and wince/Makefile.ce change from Rainer Keuchel.
943      Branch: perl
944            + wince/makeico.pl
945            ! MANIFEST wince/Makefile.ce
946 ____________________________________________________________________________
947 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
948         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
949              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
950              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
951              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
952      Branch: perl
953            ! regexec.c
954 ____________________________________________________________________________
955 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
956         Log: (Replaced by #11934)
957              Subject: Re: [PATCH regexec.c] more general .* and .*?
958              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
959              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
960              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
961      Branch: perl
962            ! regexec.c
963 ____________________________________________________________________________
964 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
965         Log: The #11931 patching misbehaved.
966      Branch: perl
967            ! lib/Test/Harness/t/test-harness.t
968 ____________________________________________________________________________
969 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
970         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
971              From: Michael G Schwern <schwern@pobox.com>
972              Date: Fri, 7 Sep 2001 03:30:41 -0400
973              Message-ID: <20010907033041.A2796@blackrider>
974      Branch: perl
975            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
976            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
977            + t/lib/sample-tests/header_at_end_fail
978            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
979            - lib/Test/Harness.t
980            ! MANIFEST lib/Test/Harness.pm t/TEST
981 ____________________________________________________________________________
982 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
983         Log: Subject: [PATCH] Digest::MD5 update
984              From: Gisle Aas <gisle@ActiveState.com>
985              Date: 06 Sep 2001 23:32:56 -0700
986              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
987      Branch: perl
988            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
989            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
990 ____________________________________________________________________________
991 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
992         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
993              From: "chromatic" <chromatic@rmci.net>
994              Date: Thu, 06 Sep 2001 23:11:44 -0600
995              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
996      Branch: perl
997            + lib/less.t
998            ! MANIFEST t/lib/1_compile.t
999 ____________________________________________________________________________
1000 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
1001         Log: The binary file must somehow differently stored.
1002      Branch: perl
1003            - wince/perl.ico
1004            ! MANIFEST
1005 ____________________________________________________________________________
1006 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
1007         Log: Add more modules to the list of modules that have tests,
1008              Schwern's wallet is getting more nervous.
1009              (Run t/lib/1_compile.t manually to see which modules
1010              are lacking tests, or the tests can't be run for some
1011              reason or another, such as the Net:: modules)
1012      Branch: perl
1013            ! t/lib/1_compile.t
1014 ____________________________________________________________________________
1015 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
1016         Log: Try to make Socket::inet_ntoa() more robust.
1017      Branch: perl
1018            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
1019 ____________________________________________________________________________
1020 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
1021         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
1022              From: chromatic <chromatic@rmci.net>       
1023              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
1024              Message-Id: <01090522580506.19590@firewheel>           
1025      Branch: perl
1026            ! lib/English.t
1027 ____________________________________________________________________________
1028 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
1029         Log: Subject: Re: perlvar manpage and localizing special vars
1030              From: Stas Bekman <stas@stason.org>
1031              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
1032              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
1033      Branch: perl
1034            ! pod/perlvar.pod
1035 ____________________________________________________________________________
1036 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
1037         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
1038              From: Robin Barker <rmb1@cise.npl.co.uk>
1039              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
1040              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
1041      Branch: perl
1042            ! lib/ExtUtils/MakeMaker.pm
1043 ____________________________________________________________________________
1044 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
1045         Log: Symbol missing; AIX unhappy.
1046      Branch: perl
1047            ! makedef.pl
1048 ____________________________________________________________________________
1049 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
1050         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
1051              Reported in 5.61, seems to work okay in blead.
1052      Branch: perl
1053            ! t/run/kill_perl.t
1054 ____________________________________________________________________________
1055 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
1056         Log: Update Changes.
1057      Branch: perl
1058            ! Changes patchlevel.h
1059 ____________________________________________________________________________
1060 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
1061         Log: Document the bad assumptions currently breaking
1062              the Socket.t tests 10, 11, and 13 in UNICOS.
1063      Branch: perl
1064            ! ext/Socket/Socket.xs
1065 ____________________________________________________________________________
1066 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
1067         Log: Subject: [PATCH x2p] make OPTIMIZE=...
1068              From: Robin Barker <rmb1@cise.npl.co.uk>
1069              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
1070              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
1071      Branch: perl
1072            ! x2p/Makefile.SH x2p/cflags.SH
1073 ____________________________________________________________________________
1074 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
1075         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
1076              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1077              Date: Thu, 6 Sep 2001 11:09:40 +0100
1078              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
1079              
1080              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
1081              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1082              Date: 6 Sep 2001 10:14:38 -0000
1083              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
1084      Branch: perl
1085            ! pod/perlfaq1.pod pod/perlhack.pod
1086 ____________________________________________________________________________
1087 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
1088         Log: Subject: Extra NUL is Data::Dumper output - patch
1089              From: Tony Cook <tony@develop-help.com>
1090              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
1091              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
1092      Branch: perl
1093            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1094 ____________________________________________________________________________
1095 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
1096         Log: Avoid redefinition warning
1097              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
1098              from
1099              perl -w -Ilib -MCwd -e ''
1100      Branch: perl
1101            ! lib/Cwd.pm
1102 ____________________________________________________________________________
1103 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
1104         Log: Update the is_tainted() example implementation.
1105      Branch: perl
1106            ! pod/perlsec.pod
1107 ____________________________________________________________________________
1108 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
1109         Log: Missing) in #11912.
1110      Branch: perl
1111            ! lib/Test/Simple/t/fail.t
1112 ____________________________________________________________________________
1113 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
1114         Log: Rewhack Test-Simple into core harness.
1115      Branch: perl
1116            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1117            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
1118            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1119            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1120            ! lib/Test/Simple/t/skipall.t
1121 ____________________________________________________________________________
1122 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
1123         Log: Workaround for the new Exporter 'feature'.
1124      Branch: perl
1125            ! lib/Test/More.pm
1126 ____________________________________________________________________________
1127 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
1128         Log: Re-introduce pure-Perl fall-back for abs_path,
1129              re-introduce #11898.
1130      Branch: perl
1131            ! lib/Cwd.pm lib/File/Find.pm
1132 ____________________________________________________________________________
1133 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
1134         Log: More tests.
1135      Branch: perl
1136            ! lib/Exporter.t
1137 ____________________________________________________________________________
1138 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
1139         Log: Retract #11898 for now because it introduces
1140              a rather nasty depencency: when B is being built,
1141              MakeMaker is used.  MakeMaker uses File::Find.
1142              File::Find uses Cwd::getcwd()...which doesn't
1143              exist yet.
1144      Branch: perl
1145            ! lib/File/Find.pm
1146 ____________________________________________________________________________
1147 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
1148         Log: New test welcome.
1149      Branch: perl
1150            + lib/Test/Simple/t/simple.t
1151 ____________________________________________________________________________
1152 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
1153         Log: Old test begone.
1154      Branch: perl
1155            - lib/Attribute/Handlers/test.pl
1156 ____________________________________________________________________________
1157 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
1158         Log: Test-Simple syncup from Schwern.
1159      Branch: perl
1160            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
1161            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
1162            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
1163            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
1164            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
1165            - lib/Test/More/Changes lib/Test/More/t/More.t
1166            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1167            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1168            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
1169            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
1170            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
1171            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1172            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1173            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
1174            ! t/lib/Test/Simple/sample_tests/death.plx
1175            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
1176            ! t/lib/Test/Simple/sample_tests/extras.plx
1177            ! t/lib/Test/Simple/sample_tests/five_fail.plx
1178            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
1179            ! t/lib/Test/Simple/sample_tests/one_fail.plx
1180            ! t/lib/Test/Simple/sample_tests/require.plx
1181            ! t/lib/Test/Simple/sample_tests/success.plx
1182            ! t/lib/Test/Simple/sample_tests/too_few.plx
1183            ! t/lib/Test/Simple/sample_tests/two_fail.plx
1184 ____________________________________________________________________________
1185 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
1186         Log: Integrate File::Find changes from bleadperl
1187      Branch: maint-5.6/macperl
1188            ! lib/File/Find.pm t/lib/filefind-taint.t
1189 ____________________________________________________________________________
1190 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
1191         Log: Integrate 11847 from maint-5.6/perl
1192      Branch: maint-5.6/macperl
1193           !> sv.c
1194 ____________________________________________________________________________
1195 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
1196         Log: In UNICOS division yada yada.
1197      Branch: perl
1198            ! t/op/override.t
1199 ____________________________________________________________________________
1200 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
1201         Log: In UNICOS division is really lossy, better use
1202              a tolerance test.
1203      Branch: perl
1204            ! ext/Time/HiRes/HiRes.t
1205 ____________________________________________________________________________
1206 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
1207         Log: In UNICOS sigaction() sets an extra flag
1208              ("the signal has been registered for all the processes in
1209              a multitasking group.")
1210      Branch: perl
1211            ! ext/POSIX/sigaction.t
1212 ____________________________________________________________________________
1213 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
1214         Log: Documentation micropatch from Damian.
1215      Branch: perl
1216            ! lib/Attribute/Handlers.pm
1217 ____________________________________________________________________________
1218 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
1219         Log: (Retracted by #11908)
1220              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
1221              From: Michael G Schwern <schwern@pobox.com>
1222              Date: Wed, 5 Sep 2001 15:58:21 -0400
1223              Message-ID: <20010905155821.I632@blackrider>
1224      Branch: perl
1225            ! lib/File/Find.pm lib/File/Find/taint.t
1226 ____________________________________________________________________________
1227 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
1228         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
1229              From: Michael G Schwern <schwern@pobox.com>
1230              Date: Wed, 5 Sep 2001 19:16:31 -0400
1231              Message-ID: <20010905191631.E11386@blackrider>
1232      Branch: perl
1233            + lib/CGI/t/carp.t
1234            ! MANIFEST
1235 ____________________________________________________________________________
1236 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
1237         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
1238              From: chromatic <chromatic@rmci.net>
1239              Date: Wed, 5 Sep 2001 18:08:07 -0600
1240              Message-Id: <01090518080700.19590@firewheel>
1241      Branch: perl
1242            ! lib/English.pm
1243 ____________________________________________________________________________
1244 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
1245         Log: Fix a typo #11889 and add a test for the same.
1246      Branch: perl
1247            ! ext/Socket/Socket.t ext/Socket/Socket.xs
1248 ____________________________________________________________________________
1249 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
1250         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
1251              From: "Craig A. Berry" <craigberry@mac.com>
1252              Date: Wed, 05 Sep 2001 17:48:54 -0500
1253              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
1254      Branch: perl
1255            ! lib/warnings.t t/run/kill_perl.t
1256 ____________________________________________________________________________
1257 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
1258         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
1259              From: Michael G Schwern <schwern@pobox.com>
1260              Date: Wed, 5 Sep 2001 17:22:25 -0400
1261              Message-ID: <20010905172225.C11386@blackrider>
1262      Branch: perl
1263            ! t/run/kill_perl.t
1264 ____________________________________________________________________________
1265 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
1266         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
1267              From: Nicholas Clark <nick@ccl4.org>
1268              Date: Wed, 5 Sep 2001 20:54:24 +0100
1269              Message-ID: <20010905205424.C25120@plum.flirble.org>
1270      Branch: perl
1271            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
1272 ____________________________________________________________________________
1273 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
1274         Log: Forgotten thing.
1275      Branch: perl
1276            ! uconfig.h
1277 ____________________________________________________________________________
1278 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
1279         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
1280              From: chromatic <chromatic@rmci.net>               
1281              Date: Wed, 5 Sep 2001 13:22:08 -0600
1282              Message-Id: <01090513220807.10587@firewheel> 
1283      Branch: perl
1284            ! lib/English.pm
1285 ____________________________________________________________________________
1286 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
1287         Log: inet_ntoa() tweaks:
1288              - don't allow addresses with > 255 characters
1289              - indent the HP-UX workaround
1290              - don't leak memory
1291      Branch: perl
1292            ! ext/Socket/Socket.xs
1293 ____________________________________________________________________________
1294 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
1295         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
1296              <xwu@theeducationcenter.com>
1297      Branch: perl
1298            ! lib/File/Find.pm
1299 ____________________________________________________________________________
1300 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
1301         Log: Typo nits.
1302      Branch: perl
1303            ! lib/File/Find.pm
1304 ____________________________________________________________________________
1305 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
1306         Log: -Wall nit.
1307      Branch: perl
1308            ! op.c
1309 ____________________________________________________________________________
1310 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
1311         Log: Update to Scalar-List-Utils 1.05
1312      Branch: perl
1313            ! ext/List/Util/ChangeLog ext/List/Util/README
1314            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
1315 ____________________________________________________________________________
1316 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
1317         Log: Update Changes.
1318      Branch: perl
1319            ! Changes patchlevel.h
1320 ____________________________________________________________________________
1321 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
1322         Log: Update to Scalar-List-Utils 1.04
1323      Branch: perl
1324            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
1325            ! ext/List/Util/lib/List/Util.pm
1326            ! ext/List/Util/lib/Scalar/Util.pm
1327 ____________________________________________________________________________
1328 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
1329         Log: Metaconfigify #11724.
1330      Branch: metaconfig
1331            ! U/threads/archname.U
1332 ____________________________________________________________________________
1333 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
1334         Log: The MacOS reference is okay, no reason to hide it.
1335      Branch: perl
1336            ! lib/Cwd.pm
1337 ____________________________________________________________________________
1338 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
1339         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
1340              From: Michael G Schwern <schwern@pobox.com>
1341              Date: Tue, 4 Sep 2001 15:30:10 -0400
1342              Message-ID: <20010904153010.H26466@blackrider> 
1343              
1344              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
1345      Branch: perl
1346            ! ext/Cwd/Makefile.PL lib/Cwd.pm
1347 ____________________________________________________________________________
1348 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
1349         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.))
1350              From: Michael G Schwern <schwern@pobox.com>
1351              Date: Tue, 4 Sep 2001 17:39:13 -0400
1352              Message-ID: <20010904173913.C626@blackrider>
1353      Branch: perl
1354            ! lib/Cwd.pm
1355 ____________________________________________________________________________
1356 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
1357         Log: Subject: Re: Perl_pp_* in public API?
1358              From: "Craig A. Berry" <craigberry@mac.com>
1359              Date: Tue, 4 Sep 2001 21:51:29 -0500
1360              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
1361      Branch: perl
1362            ! ext/List/Util/Util.xs
1363 ____________________________________________________________________________
1364 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
1365         Log: From Damian: Class::Struct was unable to define
1366              recursive classes.  After the patch an object reference
1367              (rather than a hash) is required to initialize
1368              an object attribute.  If no such initializer is given to
1369              the constructor, object attributes are now default
1370              initialized to C<undef>.
1371      Branch: perl
1372            ! lib/Class/Struct.pm lib/Class/Struct.t
1373 ____________________________________________________________________________
1374 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
1375         Log: Subject: Re: sv_catpvfn and sv_setpvfn
1376              From: Richard Soderberg <rs@oregonnet.com>
1377              Date: Tue, 4 Sep 2001 15:16:47 -0700
1378              Message-Id: <200109042216.PAA17858@oregonnet.com>
1379      Branch: perl
1380            ! pod/perlclib.pod pod/perlguts.pod
1381 ____________________________________________________________________________
1382 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
1383         Log: NetWare updates from Ananth Kesari.
1384      Branch: perl
1385            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
1386            ! NetWare/nw5thread.h
1387 ____________________________________________________________________________
1388 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
1389         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?))
1390              From: Nicholas Clark <nick@ccl4.org>
1391              Date: Tue, 4 Sep 2001 22:42:50 +0100
1392              Message-ID: <20010904224250.P25120@plum.flirble.org>
1393      Branch: perl
1394            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
1395            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
1396            ! t/op/oct.t toke.c
1397 ____________________________________________________________________________
1398 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
1399         Log: Fix Cwd::getcwd() not being tainted, as noticed
1400              by Schwern.
1401      Branch: perl
1402            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
1403            - ext/Cwd/Cwd.t
1404            ! MANIFEST ext/Cwd/Cwd.xs util.c
1405 ____________________________________________________________________________
1406 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
1407         Log: Retract #11870 and volatilize the right destruct_level.
1408              Silly thinko pointed out by Sarathy.
1409      Branch: perl
1410            ! intrpvar.h perl.c
1411 ____________________________________________________________________________
1412 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
1413         Log: At least a temporary fix for the mysterious scope core dumps
1414              in Tru64 from Graham.
1415      Branch: perl
1416            ! ext/List/Util/Util.xs
1417 ____________________________________________________________________________
1418 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
1419         Log: (Retracted by #11872)
1420      Branch: perl
1421            ! intrpvar.h
1422 ____________________________________________________________________________
1423 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
1424         Log: Quench a -Wall gripe noticed by Robin Barker.
1425      Branch: perl
1426            ! op.c
1427 ____________________________________________________________________________
1428 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
1429         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
1430              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1431              Date: Wed, 05 Sep 2001 02:01:32 +0900
1432              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
1433      Branch: perl
1434            ! lib/Unicode/UCD.pm
1435 ____________________________________________________________________________
1436 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
1437         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
1438              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1439              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
1440              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
1441      Branch: perl
1442            ! gv.c
1443 ____________________________________________________________________________
1444 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
1445         Log: Update Changes.
1446      Branch: perl
1447            ! Changes patchlevel.h
1448 ____________________________________________________________________________
1449 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
1450         Log: Add the \[$@%&*] prototype support.
1451      Branch: perl
1452            ! op.c pod/perlsub.pod t/comp/proto.t
1453 ____________________________________________________________________________
1454 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
1455         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
1456              From: Michael G Schwern <schwern@pobox.com>
1457              Date: Mon, 3 Sep 2001 18:59:01 -0400
1458              Message-ID: <20010903185901.Z9233@blackrider>
1459      Branch: perl
1460            ! lib/CGI/t/form.t
1461 ____________________________________________________________________________
1462 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
1463         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
1464              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
1465              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
1466              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
1467      Branch: perl
1468            ! gv.c
1469 ____________________________________________________________________________
1470 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
1471         Log: More srand entry tweakage based on Randal's suggestion.
1472      Branch: perl
1473            ! pod/perlfunc.pod
1474 ____________________________________________________________________________
1475 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
1476         Log: Subject: [PATCH] 'main' *is* a reserved word
1477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1478              Date: Mon, 3 Sep 2001 22:55:41 +0200
1479              Message-ID: <20010903225541.A24097@rafael>
1480      Branch: perl
1481            ! toke.c
1482 ____________________________________________________________________________
1483 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
1484         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
1485              From: Peter Prymmer <pvhp@best.com>
1486              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
1487              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
1488      Branch: perl
1489            ! README.vms configure.com
1490 ____________________________________________________________________________
1491 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
1492         Log: Subject: Re: A slightly better default seed?   
1493              From: Michael G Schwern <schwern@pobox.com>
1494              Date: Mon, 3 Sep 2001 18:08:15 -0400 
1495              Message-ID: <20010903180815.W9233@blackrider>
1496      Branch: perl
1497            ! t/op/srand.t
1498 ____________________________________________________________________________
1499 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
1500         Log: Add sharedsv.o to microperl object files.
1501      Branch: perl
1502            ! Makefile.micro
1503 ____________________________________________________________________________
1504 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
1505         Log: AUTHORS updates and
1506              
1507              Subject: [PATCH] Just some preening :-)        
1508              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
1509              Date: Tue, 4 Sep 2001 14:16:59 +0100
1510              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
1511      Branch: perl
1512            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
1513 ____________________________________________________________________________
1514 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
1515         Log: Typo fix and slight rewording.
1516      Branch: perl
1517            ! pod/perlfunc.pod
1518 ____________________________________________________________________________
1519 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
1520         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
1521      Branch: perl
1522            ! pod/perlfaq4.pod
1523 ____________________________________________________________________________
1524 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
1525         Log: The helper file changed name.
1526      Branch: perl
1527            ! MANIFEST
1528 ____________________________________________________________________________
1529 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
1530         Log: Update to Scalar-List-Utils 1.03
1531      Branch: perl
1532            + ext/List/Util/t/shuffle.t
1533            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
1534            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
1535            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
1536            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
1537            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
1538            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
1539            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
1540            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
1541 ____________________________________________________________________________
1542 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
1543         Log: Make crypt() do something more sane for Unicode
1544              (take crypt() of the low eight bits of the characters,
1545              instead of taking crypt() of the UTF-8 of the scalar);
1546              add a test for crypt().
1547      Branch: perl
1548            + t/op/crypt.t
1549            ! MANIFEST pod/perlfunc.pod pp.c
1550 ____________________________________________________________________________
1551 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
1552         Log: Reorganize the srand entry.
1553      Branch: perl
1554            ! pod/perlfunc.pod
1555 ____________________________________________________________________________
1556 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
1557         Log: Remove the tests that assume something about
1558              calling srand() without arguments multiple times.
1559      Branch: perl
1560            ! t/op/srand.t
1561 ____________________________________________________________________________
1562 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
1563         Log: Upgrade to Math::BigInt 1.42.
1564      Branch: perl
1565            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1566            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
1567            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
1568            ! lib/Math/BigInt/t/mbimbf.t
1569 ____________________________________________________________________________
1570 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
1571         Log: integrate change#11847 from maint-5.6
1572              
1573              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1574      Branch: perl
1575            ! sv.c
1576 ____________________________________________________________________________
1577 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
1578         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
1579      Branch: maint-5.6/perl
1580            ! sv.c
1581 ____________________________________________________________________________
1582 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
1583         Log: As far as I can tell these functions have been Unicodified.
1584      Branch: perl
1585            ! doop.c
1586 ____________________________________________________________________________
1587 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
1588         Log: Update to Storable 1.0.13.
1589      Branch: perl
1590            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1591            ! ext/Storable/Storable.xs
1592 ____________________________________________________________________________
1593 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
1594         Log: Patch the Filter::Simple test to work with
1595              the core test suite (since the FilterTest.pm
1596              is in t/lib, not in lib).
1597      Branch: perl
1598            ! lib/Filter/Simple/t/filter.t
1599 ____________________________________________________________________________
1600 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
1601         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
1602      Branch: perl
1603            + t/lib/FilterTest.pm
1604            - t/lib/MyFilter.pm
1605 ____________________________________________________________________________
1606 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
1607         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
1608              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
1609              Text::Balanced 1.86.
1610      Branch: perl
1611            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
1612            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
1613            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
1614            + lib/Switch/t/nested.t lib/Switch/t/switch.t
1615            + lib/Text/Balanced/Changes lib/Text/Balanced/README
1616            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
1617            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
1618            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
1619            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
1620            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
1621            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
1622            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
1623            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
1624            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
1625            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
1626            ! MANIFEST lib/Attribute/Handlers.pm
1627            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
1628            ! lib/Attribute/Handlers/demo/Demo.pm
1629            ! lib/Attribute/Handlers/demo/Descriptions.pm
1630            ! lib/Attribute/Handlers/demo/MyClass.pm
1631            ! lib/Attribute/Handlers/demo/demo.pl
1632            ! lib/Attribute/Handlers/demo/demo2.pl
1633            ! lib/Attribute/Handlers/demo/demo3.pl
1634            ! lib/Attribute/Handlers/demo/demo4.pl
1635            ! lib/Attribute/Handlers/demo/demo_call.pl
1636            ! lib/Attribute/Handlers/demo/demo_chain.pl
1637            ! lib/Attribute/Handlers/demo/demo_cycle.pl
1638            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
1639            ! lib/Attribute/Handlers/demo/demo_phases.pl
1640            ! lib/Attribute/Handlers/demo/demo_range.pl
1641            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
1642            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
1643            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
1644            ! lib/Text/Balanced.pm
1645 ____________________________________________________________________________
1646 [ 11841] By: sky                                   on 2001/09/03  11:04:15
1647         Log: Forgot to add a file with Change #11840
1648      Branch: perl
1649            + t/op/srand.t
1650 ____________________________________________________________________________
1651 [ 11840] By: sky                                   on 2001/09/03  11:02:04
1652         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
1653              From: Michael G Schwern <schwern@pobox.com>
1654              Date: Mon, 3 Sep 2001 07:43:00 -0400
1655              Message-ID: <20010903074300.E9233@blackrider>
1656      Branch: perl
1657            ! MANIFEST pod/perlfunc.pod t/op/rand.t
1658 ____________________________________________________________________________
1659 [ 11839] By: sky                                   on 2001/09/03  10:47:11
1660         Log: Document the changes with regards to running of END blocks.
1661              And DESTROY on global objects are called in perl_destruct()!
1662      Branch: perl
1663            ! pod/perl572delta.pod pod/perlembed.pod
1664 ____________________________________________________________________________
1665 [ 11838] By: sky                                   on 2001/09/03  09:34:44
1666         Log: Subject: [PATCH t/op/time.t] Partial cleanup
1667              From: Michael G Schwern <schwern@pobox.com>
1668              Date: Mon, 3 Sep 2001 06:29:42 -0400
1669              Message-ID: <20010903062942.C9233@blackrider>
1670      Branch: perl
1671            ! t/op/time.t
1672 ____________________________________________________________________________
1673 [ 11837] By: sky                                   on 2001/09/03  09:30:02
1674         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
1675              From: Michael G Schwern <schwern@pobox.com>
1676              Date: Mon, 3 Sep 2001 06:24:13 -0400
1677              Message-ID: <20010903062413.B9233@blackrider>
1678      Branch: perl
1679            ! t/op/rand.t
1680 ____________________________________________________________________________
1681 [ 11836] By: sky                                   on 2001/09/03  07:56:47
1682         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
1683              From: Michael G Schwern <schwern@pobox.com>
1684              Date: Sun, 2 Sep 2001 21:38:43 -0400
1685              Message-ID: <20010902213843.L2711@blackrider>
1686      Branch: perl
1687            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
1688            ! MANIFEST
1689 ____________________________________________________________________________
1690 [ 11835] By: nick                                  on 2001/09/03  06:20:06
1691         Log: Integrate mainline
1692      Branch: perlio
1693           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
1694            - t/op/misc.t
1695           !> (integrate 187 files)
1696 ____________________________________________________________________________
1697 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
1698         Log: Update Changes.
1699      Branch: perl
1700            ! Changes patchlevel.h
1701 ____________________________________________________________________________
1702 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
1703         Log: Slight tweaks.
1704      Branch: perl
1705            ! t/run/kill_perl.t
1706 ____________________________________________________________________________
1707 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
1708         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
1709      Branch: perl
1710            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
1711 ____________________________________________________________________________
1712 [ 11831] By: sky                                   on 2001/09/02  12:10:42
1713         Log: Change #11828 wasn't complete, this updates to intest path
1714      Branch: perl
1715            ! t/run/kill_perl.t
1716 ____________________________________________________________________________
1717 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
1718         Log: 's's's.
1719      Branch: perl
1720            ! Changes
1721 ____________________________________________________________________________
1722 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
1723         Log: Update Changes.
1724      Branch: perl
1725            ! Changes patchlevel.h
1726 ____________________________________________________________________________
1727 [ 11828] By: sky                                   on 2001/09/02  11:53:56
1728         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
1729              From: Michael G Schwern <schwern@pobox.com>
1730              Date: Sat, 1 Sep 2001 20:18:58 -0400
1731              Message-ID: <20010901201858.X606@blackrider>
1732              +MANIFEST Fix
1733      Branch: perl
1734            + t/run/kill_perl.t
1735            - t/op/misc.t t/run/segfault.t
1736            ! MANIFEST
1737 ____________________________________________________________________________
1738 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
1739         Log: Subject: [PATCH] lib/Time/Local.pm
1740              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1741              Date: Sun, 2 Sep 2001 06:50:01 -0500
1742              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
1743      Branch: perl
1744            ! lib/Time/Local.pm
1745 ____________________________________________________________________________
1746 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
1747         Log: Tick off Unicode collation and the normalization from
1748              the todo list.
1749      Branch: perl
1750            ! pod/perltodo.pod
1751 ____________________________________________________________________________
1752 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
1753         Log: Update to Unicode 3.1.1.
1754      Branch: perl
1755            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
1756            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
1757            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
1758            ! lib/unicore/PropList.txt lib/unicore/README.perl
1759            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
1760            ! lib/unicore/rename lib/unicore/version
1761 ____________________________________________________________________________
1762 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
1763         Log: Slight doc tweaks for the module.
1764      Branch: perl
1765            ! lib/Unicode/UCD.pm
1766 ____________________________________________________________________________
1767 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
1768         Log: Rename the variable: it *used* to be (wrongly) that the
1769              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
1770              but that is no more the case: PL_reg_match_utf8 is better.
1771      Branch: perl
1772            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
1773            ! regexec.c sv.c thrdvar.h
1774 ____________________________________________________________________________
1775 [ 11822] By: ams                                   on 2001/09/02  02:54:50
1776         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
1777              From: Ilmari Karonen <iltzu@sci.fi>
1778              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
1779              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
1780              (op/sub_lval.t updated to take new error message into account.)
1781      Branch: perl
1782            ! op.c t/op/sub_lval.t
1783 ____________________________________________________________________________
1784 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
1785         Log: remove stray CRs in files; keep all files with UNIX line-ends
1786              (Porting/makerel adds CRs to the files that need it in the
1787              distribution)
1788      Branch: perl
1789            ! NetWare/t/NWScripts.pl README.dos
1790            ! ext/Encode/Encode/cns11643-1.enc
1791            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
1792            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1793 ____________________________________________________________________________
1794 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
1795         Log: some remnants of change#11803
1796      Branch: perl
1797            ! ext/ByteLoader/byterun.h perl.h
1798 ____________________________________________________________________________
1799 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
1800         Log: Update to Unicode::Collate 0.08.
1801      Branch: perl
1802            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1803            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1804 ____________________________________________________________________________
1805 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
1806         Log: Test tweaks.
1807      Branch: perl
1808            ! t/op/pat.t
1809 ____________________________________________________________________________
1810 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
1811         Log: Fix test
1812      Branch: maint-5.6/macperl
1813            ! t/lib/b.t
1814 ____________________________________________________________________________
1815 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
1816         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
1817              warnings in Config.pm with -W; increase default and
1818              minimum RAM; bump version number.
1819      Branch: maint-5.6/macperl
1820            + macos/lib/Mac/LowMem.pm
1821            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
1822            ! macos/configpm macos/macperl/MacPerl.r
1823 ____________________________________________________________________________
1824 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
1825         Log: Make syntax check report in MPW style, fix tests
1826              to use Mac::err=unix to get normal-style error
1827              messages.
1828      Branch: maint-5.6/macperl
1829            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
1830            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
1831 ____________________________________________________________________________
1832 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
1833         Log: Make MPW-style errors optional (but the default); add
1834              MacPerl::ErrorFormat() function and Mac::err pragma
1835      Branch: maint-5.6/macperl
1836            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
1837            + macos/ext/Mac/err/err.xs
1838            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
1839            ! macos/macish.c macos/macish.h macos/macperl.sym
1840 ____________________________________________________________________________
1841 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
1842         Log: More module and test ports from Thomas Wegner et al
1843      Branch: maint-5.6/macperl
1844            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
1845            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
1846            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
1847            ! t/op/magic.t
1848 ____________________________________________________________________________
1849 [ 11812] By: sky                                   on 2001/09/01  17:19:30
1850         Log: Subject: [PATCH t/op/concat.t] cleanup
1851              From: Michael G Schwern <schwern@pobox.com>
1852              Date: Sat, 1 Sep 2001 14:06:28 -0400
1853              Message-ID: <20010901140628.C606@blackrider>
1854      Branch: perl
1855            ! t/op/concat.t
1856 ____________________________________________________________________________
1857 [ 11811] By: sky                                   on 2001/09/01  12:25:29
1858         Log: Change #11805 didn't update the MANIFEST
1859      Branch: perl
1860            ! MANIFEST
1861 ____________________________________________________________________________
1862 [ 11810] By: sky                                   on 2001/09/01  11:52:44
1863         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
1864              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1865              Date: Sat, 1 Sep 2001 14:50:14 +0200
1866              Message-ID: <20010901145014.A691@rafael>
1867      Branch: perl
1868            ! t/op/inccode.t
1869 ____________________________________________________________________________
1870 [ 11809] By: sky                                   on 2001/09/01  11:49:22
1871         Log: Subject: PATCH: ExtUtils::MakeMaker
1872              From: Tony Bowden <tony@kasei.com>
1873              Date: Sat, 1 Sep 2001 10:33:53 +0100
1874              Message-ID: <20010901103353.A13863@soto.kasei.com>
1875              Manually applied
1876      Branch: perl
1877            ! lib/ExtUtils/MakeMaker.pm
1878 ____________________________________________________________________________
1879 [ 11808] By: sky                                   on 2001/09/01  11:39:13
1880         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
1881              From: mike808@users.sourceforge.net
1882              Date: Sat, 1 Sep 101 11:27:50 GMT
1883              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
1884              With little tweak
1885      Branch: perl
1886            ! lib/Term/Cap.pm
1887 ____________________________________________________________________________
1888 [ 11807] By: ams                                   on 2001/09/01  11:31:16
1889         Log: Subject: oct() and hex()
1890              From: Nicholas Clark <nick@ccl4.org>
1891              Date: Fri, 31 Aug 2001 23:14:13 +0100
1892              Message-Id: <20010831231413.J4950@plum.flirble.org>
1893      Branch: perl
1894            ! pod/perlclib.pod
1895 ____________________________________________________________________________
1896 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
1897         Log: Integrate change 11801 from maintperl
1898      Branch: maint-5.6/macperl
1899            ! perl.c
1900 ____________________________________________________________________________
1901 [ 11805] By: sky                                   on 2001/08/31  21:35:10
1902         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
1903              From: Michael G Schwern <schwern@pobox.com>
1904              Date: Fri, 31 Aug 2001 15:36:28 -0400
1905              Message-ID: <20010831153628.B598@blackrider>
1906              Check for things which used to segfault
1907      Branch: perl
1908            + t/run/segfault.t
1909 ____________________________________________________________________________
1910 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
1911         Log: integrate change#11801 from maint-5.6
1912              
1913              remove age-old UNICOS "workaround" that introduces a static, and
1914              hence an egregious race condition for threaded builds (*sigh*
1915              beats me why this kludge wasn't guarded by a UNICOS-specific
1916              #define *sigh*)
1917      Branch: perl
1918            ! perl.c
1919 ____________________________________________________________________________
1920 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
1921         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
1922              working in 5.7.x
1923      Branch: perl
1924            - objXSUB.h
1925            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
1926            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
1927            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
1928            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
1929            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
1930            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
1931            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
1932            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
1933            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
1934            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
1935            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
1936            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
1937            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
1938            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
1939            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
1940            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
1941            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
1942            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
1943            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
1944            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
1945            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
1946            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
1947 ____________________________________________________________________________
1948 [ 11802] By: ams                                   on 2001/08/31  18:11:32
1949         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
1950              From: "Philip Newton" <Philip.Newton@gmx.net>
1951              Date: Fri, 31 Aug 2001 21:12:56 +0200
1952              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
1953      Branch: perl
1954            ! pod/perldiag.pod
1955 ____________________________________________________________________________
1956 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
1957         Log: remove age-old UNICOS "workaround" that introduces a static, and
1958              hence an egregious race condition for threaded builds (*sigh*
1959              beats me why this kludge wasn't guarded by a UNICOS-specific
1960              #define *sigh*)
1961      Branch: maint-5.6/perl
1962            ! perl.c
1963 ____________________________________________________________________________
1964 [ 11800] By: sky                                   on 2001/08/31  17:30:26
1965         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
1966              Might break on platforms where bool is larger than 8 bites ???
1967      Branch: perl
1968            ! regcomp.c
1969 ____________________________________________________________________________
1970 [ 11799] By: ams                                   on 2001/08/31  12:15:44
1971         Log: Integrate 11778 into mainline.
1972      Branch: perl
1973            ! t/base/term.t
1974 ____________________________________________________________________________
1975 [ 11798] By: sky                                   on 2001/08/31  11:31:44
1976         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
1977              supposed to happen.
1978      Branch: perl
1979            ! regcomp.c
1980 ____________________________________________________________________________
1981 [ 11797] By: sky                                   on 2001/08/31  11:28:17
1982         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
1983              From: "John P. Linderman" <jpl@research.att.com>
1984              Date: Fri, 31 Aug 2001 08:20:35 -0400
1985              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
1986              Fixes test 14 which could fail randomly in rare cases.
1987      Branch: perl
1988            ! ext/Time/HiRes/HiRes.t regcomp.c
1989 ____________________________________________________________________________
1990 [ 11796] By: ams                                   on 2001/08/31  01:13:07
1991         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
1992              From: Nicholas Clark <nick@ccl4.org>
1993              Date: Thu, 30 Aug 2001 23:21:50 +0100
1994              Message-Id: <20010830232150.D4950@plum.flirble.org>
1995      Branch: perl
1996            ! ext/Sys/Syslog/Makefile.PL
1997 ____________________________________________________________________________
1998 [ 11795] By: ams                                   on 2001/08/30  23:53:23
1999         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
2000              patching example
2001              From: Michael G Schwern <schwern@pobox.com>
2002              Date: Thu, 30 Aug 2001 17:02:08 -0400
2003              Message-Id: <20010830170208.M2318@blackrider>
2004      Branch: perl
2005            ! pod/perlhack.pod
2006 ____________________________________________________________________________
2007 [ 11794] By: ams                                   on 2001/08/30  19:35:36
2008         Log: Subject: [PATCH] pp_modulo
2009              From: Nicholas Clark <nick@ccl4.org>
2010              Date: Thu, 30 Aug 2001 18:20:54 +0100
2011              Message-Id: <20010830182053.A4950@plum.flirble.org>
2012      Branch: perl
2013            ! pp.c t/op/64bitint.t
2014 ____________________________________________________________________________
2015 [ 11793] By: sky                                   on 2001/08/30  13:02:48
2016         Log: 11792 wasn't complete
2017      Branch: perl
2018            ! makedef.pl regcomp.c
2019 ____________________________________________________________________________
2020 [ 11792] By: sky                                   on 2001/08/30  12:21:11
2021         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
2022      Branch: perl
2023            ! makedef.pl
2024 ____________________________________________________________________________
2025 [ 11791] By: sky                                   on 2001/08/30  10:08:02
2026         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
2027      Branch: perl
2028            ! config_h.SH
2029 ____________________________________________________________________________
2030 [ 11790] By: sky                                   on 2001/08/30  08:22:31
2031         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
2032              on the pad. Fixes coredumps in cleanups introduced by
2033              Change 11755  
2034      Branch: perl
2035            ! op.c perl.c sv.h
2036 ____________________________________________________________________________
2037 [ 11789] By: sky                                   on 2001/08/29  19:01:47
2038         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2039              This is a replacement implmentation that works on HPUX.
2040              This bug should probably be fixed in GCC.
2041      Branch: perl
2042            ! ext/Socket/Socket.xs
2043 ____________________________________________________________________________
2044 [ 11788] By: ams                                   on 2001/08/29  17:35:33
2045         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
2046              From: Nicholas Clark <nick@ccl4.org>
2047              Date: Wed, 29 Aug 2001 18:21:56 +0100
2048              Message-Id: <20010829182156.O4950@plum.flirble.org>
2049      Branch: perl
2050            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
2051 ____________________________________________________________________________
2052 [ 11787] By: sky                                   on 2001/08/29  10:42:54
2053         Log: Added test for pack_addr_in and unpack_addr_in
2054              Nitpik in test 10
2055      Branch: perl
2056            ! ext/Socket/Socket.t
2057 ____________________________________________________________________________
2058 [ 11786] By: sky                                   on 2001/08/29  10:28:14
2059         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
2060              Trying to catch errors on HP-UX
2061      Branch: perl
2062            ! ext/Socket/Socket.t
2063 ____________________________________________________________________________
2064 [ 11785] By: sky                                   on 2001/08/29  09:07:03
2065         Log: make sure USE_THREADS is defined so external apps work
2066      Branch: perl
2067            ! config_h.SH
2068 ____________________________________________________________________________
2069 [ 11784] By: sky                                   on 2001/08/29  08:06:12
2070         Log: Subject: Re: The hitlist of untested modules.
2071              From: Jonathan Stowe <gellyfish@gellyfish.com>
2072              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
2073              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
2074              Start of tests for Shell.pm (make Schwern poorer!)
2075      Branch: perl
2076            + lib/Shell.t
2077            ! MANIFEST
2078 ____________________________________________________________________________
2079 [ 11783] By: sky                                   on 2001/08/29  07:37:50
2080         Log: END{} can change the return value even if we die from BEGIN{}
2081      Branch: perl
2082            ! miniperlmain.c
2083 ____________________________________________________________________________
2084 [ 11782] By: ams                                   on 2001/08/29  06:32:17
2085         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
2086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2087              Date: Wed, 29 Aug 2001 09:18:17 +0200
2088              Message-Id: <20010829091817.A4453@rafael>
2089      Branch: perl
2090            ! t/op/inccode.t
2091 ____________________________________________________________________________
2092 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
2093         Log: Delete xsubpp.patch, as full copy exists now
2094      Branch: maint-5.6/macperl
2095            - macos/xsubpp.patch
2096 ____________________________________________________________________________
2097 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
2098         Log: Add Changes file
2099      Branch: maint-5.6/macperl
2100            + macos/Changes
2101 ____________________________________________________________________________
2102 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
2103         Log: Add Mac version of xsubpp as separate file
2104      Branch: maint-5.6/macperl
2105            + macos/xsubpp
2106            ! macos/Makefile.mk
2107 ____________________________________________________________________________
2108 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
2109         Log: Fix open of /dev/null for Mac OS
2110      Branch: maint-5.6/macperl
2111            ! t/base/term.t
2112 ____________________________________________________________________________
2113 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
2114         Log: Various patches: enable more tests; skip CVS in PerlInstall;
2115              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
2116      Branch: maint-5.6/macperl
2117            ! macos/MacPerlTests.cmd macos/PerlInstall
2118            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
2119 ____________________________________________________________________________
2120 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
2121         Log: Allow for platforms to override formatting of errors
2122              on output from Matthias Neeracher (Mac files)
2123      Branch: maint-5.6/macperl
2124            ! macos/macish.c macos/macish.h
2125 ____________________________________________________________________________
2126 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
2127         Log: Allow for platforms to override formatting of errors
2128              on output from Matthias Neeracher (core files)
2129      Branch: maint-5.6/macperl
2130            ! perl.h pp_ctl.c util.c
2131 ____________________________________________________________________________
2132 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
2133         Log: Add some param checking, from reports by Kevin Reid.
2134      Branch: maint-5.6/macperl
2135            ! macos/ext/Mac/Controls/Controls.pm
2136            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
2137 ____________________________________________________________________________
2138 [ 11773] By: ams                                   on 2001/08/28  23:54:57
2139         Log: Subject: [PATCH] make coretest
2140              From: Paul Johnson <paul@pjcj.net>
2141              Date: Wed, 29 Aug 2001 00:11:38 +0200
2142              Message-Id: <20010829001138.B12169@pjcj.net>
2143              (Applied without the change to perlhack.pod. This should
2144              probably stay undocumented.)
2145      Branch: perl
2146            ! Makefile.SH t/TEST
2147 ____________________________________________________________________________
2148 [ 11772] By: sky                                   on 2001/08/28  13:01:20
2149         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
2150              From: Michael G Schwern <schwern@pobox.com>
2151              Date: Tue, 28 Aug 2001 09:57:39 -0400
2152              Message-ID: <20010828095738.E17775@blackrider>
2153      Branch: perl
2154            ! pod/perlhack.pod t/op/pack.t
2155 ____________________________________________________________________________
2156 [ 11771] By: sky                                   on 2001/08/28  11:20:13
2157         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
2158              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2159              Date: Tue, 28 Aug 2001 14:23:43 +0200
2160              Message-ID: <20010828142343.A19299@rafael>
2161      Branch: perl
2162            ! pod/perlvar.pod pp_ctl.c
2163 ____________________________________________________________________________
2164 [ 11770] By: ams                                   on 2001/08/28  10:13:21
2165         Log: Subject: [PATCH] odd typo in op.h
2166              From: Nicholas Clark <nick@ccl4.org>
2167              Date: Tue, 28 Aug 2001 12:10:26 +0100
2168              Message-Id: <20010828121026.V4950@plum.flirble.org>
2169      Branch: perl
2170            ! op.h
2171 ____________________________________________________________________________
2172 [ 11769] By: sky                                   on 2001/08/28  08:09:16
2173         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
2174              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
2175              Date: Tue, 28 Aug 2001 02:22:20 +0300
2176              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
2177      Branch: perl
2178            ! ext/B/B/Lint.pm
2179 ____________________________________________________________________________
2180 [ 11768] By: ams                                   on 2001/08/28  00:47:35
2181         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2182              From: Michael G Schwern <schwern@pobox.com>
2183              Date: Mon, 27 Aug 2001 21:24:44 -0400
2184              Message-Id: <20010827212444.F12582@blackrider>
2185      Branch: perl
2186            ! pod/perlhack.pod t/op/pack.t
2187 ____________________________________________________________________________
2188 [ 11767] By: ams                                   on 2001/08/27  23:59:48
2189         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
2190              From: Michael G Schwern <schwern@pobox.com>
2191              Date: Mon, 27 Aug 2001 20:12:29 -0400
2192              Message-Id: <20010827201229.D12582@blackrider>
2193      Branch: perl
2194            ! pod/perlhack.pod t/op/pack.t
2195 ____________________________________________________________________________
2196 [ 11766] By: ams                                   on 2001/08/27  23:39:40
2197         Log: Update Changes.
2198      Branch: perl
2199            ! Changes
2200 ____________________________________________________________________________
2201 [ 11765] By: ams                                   on 2001/08/27  22:53:10
2202         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
2203              From: Michael G Schwern <schwern@pobox.com>
2204              Date: Mon, 27 Aug 2001 19:47:30 -0400
2205              Message-Id: <20010827194730.C12582@blackrider>
2206      Branch: perl
2207            ! t/op/inccode.t
2208 ____________________________________________________________________________
2209 [ 11764] By: ams                                   on 2001/08/27  22:46:21
2210         Log: Subject: [PATCH] new tests for the coderef-in-@INC
2211              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2212              Date: Mon, 27 Aug 2001 22:36:27 +0200
2213              Message-Id: <20010827223627.C690@rafael>
2214              
2215              Subject: Re: [PATCH] new tests for the coderef-in-@INC
2216              From: Nicholas Clark <nick@ccl4.org>
2217              Date: Tue, 28 Aug 2001 00:02:46 +0100
2218              Message-Id: <20010828000245.R4950@plum.flirble.org>
2219      Branch: perl
2220            + t/op/inccode.t
2221            ! MANIFEST
2222 ____________________________________________________________________________
2223 [ 11763] By: ams                                   on 2001/08/27  22:41:09
2224         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
2225              bleadperl on fire, Win95+4NT)
2226              From: Michael G Schwern <schwern@pobox.com>
2227              Date: Mon, 27 Aug 2001 16:54:42 -0400
2228              Message-Id: <20010827165442.F9436@blackrider>
2229      Branch: perl
2230            ! lib/warnings.t
2231 ____________________________________________________________________________
2232 [ 11762] By: sky                                   on 2001/08/27  19:19:17
2233         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
2234              avaible at compile time. This broke the compilation of 
2235              Net/Ping.pm
2236      Branch: perl
2237            ! lib/Net/Ping.pm
2238 ____________________________________________________________________________
2239 [ 11761] By: sky                                   on 2001/08/27  18:34:48
2240         Log: Removed tripple definitions of CUSTOM_OP functions.
2241      Branch: perl
2242            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
2243 ____________________________________________________________________________
2244 [ 11760] By: sky                                   on 2001/08/27  18:21:27
2245         Log: Regen headers
2246      Branch: perl
2247            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
2248            ! perlapi.h proto.h
2249 ____________________________________________________________________________
2250 [ 11759] By: ams                                   on 2001/08/27  16:31:53
2251         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
2252              From: "chromatic" <chromatic@rmci.net>
2253              Date: Mon, 27 Aug 2001 11:17:09 -0600
2254              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
2255      Branch: perl
2256            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
2257 ____________________________________________________________________________
2258 [ 11758] By: sky                                   on 2001/08/27  15:16:42
2259         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
2260              Thanks to H. Merijn Brand for the patch.
2261              Some of the comments and or guards might be removable in perl.h now.
2262      Branch: perl
2263            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
2264            ! Porting/Glossary Porting/config_H README.threads config_h.SH
2265            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
2266            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
2267            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
2268            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
2269            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
2270            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
2271            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
2272            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
2273            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
2274            ! win32/config_H.vc win32/perllib.c win32/win32.h
2275            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
2276            ! wince/config.h wince/config_H.ce wince/win32.h
2277            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
2278 ____________________________________________________________________________
2279 [ 11757] By: sky                                   on 2001/08/27  13:39:16
2280         Log: Subject: GNU ld parses arguments different
2281              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2282              Date: Mon, 27 Aug 2001 16:25:51 +0200
2283              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
2284      Branch: perl
2285            ! hints/hpux.sh
2286 ____________________________________________________________________________
2287 [ 11756] By: sky                                   on 2001/08/27  13:18:45
2288         Log: Subject: Custom Ops
2289              From: Simon Cozens <simon@netthink.co.uk>
2290              Date: Sat, 25 Aug 2001 17:45:09 +0100
2291              Message-ID: <20010825174509.A5752@netthink.co.uk>
2292              I also added a fix to Opcode.pm to quite test cases.
2293      Branch: perl
2294            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
2295            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
2296 ____________________________________________________________________________
2297 [ 11755] By: sky                                   on 2001/08/27  05:37:17
2298         Log: Plugs a memory leak on destruction of regular expressions
2299              introcued by #11274.
2300              PL_regex_padav now has an AV as it's first entry with a list
2301              of freed regex_padav slots that it will reuse on creating
2302              new PMOPs.
2303      Branch: perl
2304            ! op.c perl.c
2305 ____________________________________________________________________________
2306 [ 11754] By: ams                                   on 2001/08/26  14:38:52
2307         Log: Subject: [PATCH] t/io/binmode.t
2308              From: Nicholas Clark <nick@ccl4.org>
2309              Date: Sun, 26 Aug 2001 12:03:05 +0100
2310              Message-Id: <20010826120305.C4950@plum.flirble.org>
2311              
2312              (Also a nitpick in #11752 to t/op/universal.t)
2313      Branch: perl
2314            ! t/io/binmode.t t/op/universal.t
2315 ____________________________________________________________________________
2316 [ 11753] By: ams                                   on 2001/08/26  08:19:34
2317         Log: Subject: [PATCH] op/universal.t failing
2318              From: Nicholas Clark <nick@ccl4.org>
2319              Date: Sun, 26 Aug 2001 09:48:22 +0100
2320              Message-Id: <20010826094822.B4950@plum.flirble.org>
2321      Branch: perl
2322            ! t/op/universal.t
2323 ____________________________________________________________________________
2324 [ 11752] By: ams                                   on 2001/08/25  22:46:13
2325         Log: Subject: Re: 'can' with undefined subs
2326              From: Tony Bowden <tony@kasei.com>
2327              Date: Sat, 25 Aug 2001 14:58:17 +0100
2328              Message-Id: <20010825145817.A11788@soto.kasei.com>
2329              (Applied with minor modifications.)
2330      Branch: perl
2331            ! t/op/universal.t
2332 ____________________________________________________________________________
2333 [ 11751] By: ams                                   on 2001/08/25  18:28:43
2334         Log: Subject: Re: 'can' with undefined subs
2335              From: Tony Bowden <tony@kasei.com>
2336              Date: Sat, 25 Aug 2001 15:13:14 +0100
2337              Message-Id: <20010825151314.B11788@soto.kasei.com>
2338      Branch: perl
2339            ! lib/UNIVERSAL.pm
2340 ____________________________________________________________________________
2341 [ 11750] By: nick                                  on 2001/08/25  15:24:15
2342         Log: Integrate mainline
2343      Branch: perlio
2344           +> t/io/binmode.t
2345           !> (integrate 26 files)
2346 ____________________________________________________________________________
2347 [ 11749] By: nick                                  on 2001/08/25  14:55:41
2348         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
2349              From:  John Peacock <jpeacock@rowman.com>
2350              Date:  Wed, 22 Aug 2001 12:05:28 -0400
2351              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
2352      Branch: perl
2353            ! pod/perlhack.pod
2354 ____________________________________________________________________________
2355 [ 11748] By: nick                                  on 2001/08/25  14:53:04
2356         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
2357              From:  Michael G Schwern <schwern@pobox.com>
2358              Date:  Wed, 22 Aug 2001 19:22:45 -0400
2359              Message-Id:  <20010822192245.U619@blackrider>
2360      Branch: perl
2361            ! MANIFEST
2362 ____________________________________________________________________________
2363 [ 11747] By: nick                                  on 2001/08/25  14:52:33
2364         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
2365              From:  Nicholas Clark <nick@ccl4.org>
2366              Date:  Wed, 22 Aug 2001 23:29:06 +0100
2367              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
2368      Branch: perl
2369            + t/io/binmode.t
2370            ! perlio.c pod/perlfunc.pod
2371 ____________________________________________________________________________
2372 [ 11744] By: nick                                  on 2001/08/25  14:37:33
2373         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
2374              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2375              Date:  Fri, 24 Aug 2001 22:10:42 +0200
2376              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
2377      Branch: perl
2378            ! x2p/a2py.c x2p/walk.c
2379 ____________________________________________________________________________
2380 [ 11743] By: nick                                  on 2001/08/25  14:32:47
2381         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
2382              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2383              Date:  Fri, 24 Aug 2001 23:34:13 +0200
2384              Message-Id:  <20010824233413.A1285@rafael>
2385      Branch: perl
2386            ! pod/perlfunc.pod pod/perlvar.pod
2387 ____________________________________________________________________________
2388 [ 11742] By: ams                                   on 2001/08/25  13:16:02
2389         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
2390              From: Nicholas Clark <nick@ccl4.org>
2391              Date: Sat, 25 Aug 2001 14:50:07 +0100
2392              Message-Id: <20010825145007.L41464@plum.flirble.org>
2393      Branch: perl
2394            ! pp_ctl.c
2395 ____________________________________________________________________________
2396 [ 11741] By: nick                                  on 2001/08/24  07:08:45
2397         Log: When applying patch via Porting/apply fails, do p4 refresh
2398              to get old files back.
2399      Branch: perl
2400            ! Porting/apply
2401 ____________________________________________________________________________
2402 [ 11740] By: ams                                   on 2001/08/24  04:47:24
2403         Log: #11739 was incomplete.
2404      Branch: perl
2405            ! pod/perldiag.pod
2406 ____________________________________________________________________________
2407 [ 11739] By: ams                                   on 2001/08/24  04:09:40
2408         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
2409              From: "Philip Newton" <Philip.Newton@gmx.net>
2410              Date: Fri, 24 Aug 2001 07:08:34 +0200
2411      Branch: perl
2412            ! pod/perldiag.pod
2413 ____________________________________________________________________________
2414 [ 11738] By: ams                                   on 2001/08/24  02:19:42
2415         Log: Fixed Doug Wilson's email address.
2416      Branch: perl
2417            ! AUTHORS
2418 ____________________________________________________________________________
2419 [ 11737] By: ams                                   on 2001/08/24  00:10:13
2420         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
2421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2422              Date: Thu, 23 Aug 2001 22:22:58 +0200
2423              Message-Id: <20010823222258.A901@rafael>
2424      Branch: perl
2425            ! pod/perldiag.pod
2426 ____________________________________________________________________________
2427 [ 11736] By: ams                                   on 2001/08/24  00:05:02
2428         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
2429              From: "Craig A. Berry" <craigberry@mac.com>
2430              Date: Thu, 23 Aug 2001 19:07:45 -0500
2431              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
2432      Branch: perl
2433            ! configure.com
2434 ____________________________________________________________________________
2435 [ 11735] By: sky                                   on 2001/08/23  13:42:07
2436         Log: Backed out 11732, it breaks lib/strict.t 
2437      Branch: perl
2438            ! op.c
2439 ____________________________________________________________________________
2440 [ 11734] By: sky                                   on 2001/08/23  11:45:59
2441         Log: Removed toy from 17133 after Matt Sargeants request.
2442      Branch: perl
2443            ! pod/perlfaq4.pod
2444 ____________________________________________________________________________
2445 [ 11733] By: sky                                   on 2001/08/23  11:36:29
2446         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
2447              From: Robin Houston <robin@kitsite.com>
2448              Date: Wed, 22 Aug 2001 23:06:16 +0100
2449              Message-ID: <20010822230616.A254@robin.kitsite.com>
2450      Branch: perl
2451            ! pod/perlfaq4.pod
2452 ____________________________________________________________________________
2453 [ 11732] By: sky                                   on 2001/08/23  10:36:02
2454         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
2455              From: Simon Cozens <simon@netthink.co.uk>
2456              Date: Thu, 23 Aug 2001 12:06:36 +0100
2457              Message-ID: <20010823120636.A9961@netthink.co.uk>
2458      Branch: perl
2459            ! op.c
2460 ____________________________________________________________________________
2461 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
2462         Log: fix broken windows build
2463      Branch: perl
2464            ! perl.h
2465 ____________________________________________________________________________
2466 [ 11730] By: ams                                   on 2001/08/22  21:35:30
2467         Log: Subject: [PATCH] io/tell.t doesn't chdir t
2468              From: Nicholas Clark <nick@ccl4.org>
2469              Date: Wed, 22 Aug 2001 23:25:58 +0100
2470              Message-Id: <20010822232557.Y82818@plum.flirble.org>
2471      Branch: perl
2472            ! t/io/tell.t
2473 ____________________________________________________________________________
2474 [ 11729] By: ams                                   on 2001/08/22  20:32:21
2475         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2476              questions)
2477              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2478              Date: Wed, 22 Aug 2001 17:09:04 -0400
2479              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2480              (Oops, forgot File::Spec::Unix in the previous patch.)
2481      Branch: perl
2482            ! lib/File/Spec/Unix.pm
2483 ____________________________________________________________________________
2484 [ 11728] By: ams                                   on 2001/08/22  20:25:41
2485         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
2486              questions)
2487              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2488              Date: Wed, 22 Aug 2001 17:09:04 -0400
2489              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
2490      Branch: perl
2491            ! lib/File/Spec.pm
2492 ____________________________________________________________________________
2493 [ 11727] By: ams                                   on 2001/08/22  19:43:30
2494         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
2495              From: John Peacock <jpeacock@rowman.com>
2496              Date: Wed, 22 Aug 2001 12:35:52 -0400
2497              Message-Id: <3B83DF68.5D89DC81@rowman.com>
2498              (Adds proper tests for $], notwithstanding Subject. +nitpick)
2499      Branch: perl
2500            ! t/op/ver.t
2501 ____________________________________________________________________________
2502 [ 11726] By: ams                                   on 2001/08/22  19:36:39
2503         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
2504              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
2505              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
2506              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
2507      Branch: perl
2508            ! lib/diagnostics.pm lib/diagnostics.t
2509 ____________________________________________________________________________
2510 [ 11725] By: ams                                   on 2001/08/22  19:25:01
2511         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
2512              From: Nicholas Clark <nick@ccl4.org>
2513              Date: Wed, 22 Aug 2001 20:59:05 +0100
2514              Message-Id: <20010822205905.U82818@plum.flirble.org>
2515      Branch: perl
2516            ! pp.c t/op/64bitint.t t/op/arith.t
2517 ____________________________________________________________________________
2518 [ 11724] By: ams                                   on 2001/08/22  10:02:33
2519         Log: Subject: Configure blooper
2520              From: H.Merijn Brand <h.m.brand@hccnet.nl>
2521              Date: Wed, 22 Aug 2001 12:38:35 +0200
2522              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
2523      Branch: perl
2524            ! Configure
2525 ____________________________________________________________________________
2526 [ 11723] By: ams                                   on 2001/08/21  16:17:53
2527         Log: Subject: [PATCH] installperl -help
2528              From: Nicholas Clark <nick@ccl4.org>
2529              Date: Tue, 21 Aug 2001 17:34:23 +0100
2530              Message-Id: <20010821173423.F82818@plum.flirble.org>
2531      Branch: perl
2532            ! installperl
2533 ____________________________________________________________________________
2534 [ 11722] By: ams                                   on 2001/08/20  07:46:31
2535         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
2536              From: Ilmari Karonen <iltzu@sci.fi>
2537              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
2538              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
2539      Branch: perl
2540            ! pod/perlvar.pod
2541 ____________________________________________________________________________
2542 [ 11721] By: nick                                  on 2001/08/20  06:24:31
2543         Log: Integrate mainline
2544      Branch: perlio
2545           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
2546           +> lib/Lingua/KO/Hangul/Util/Changes
2547           +> lib/Lingua/KO/Hangul/Util/README
2548           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2549           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2550           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2551           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2552           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2553           +> lib/Unicode/Normalize/t/test.t
2554            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2555           !> (integrate 55 files)
2556 ____________________________________________________________________________
2557 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
2558         Log: Integrate Change #11599 from maint-5.6/perl
2559      Branch: maint-5.6/macperl
2560           !> README.win32
2561 ____________________________________________________________________________
2562 [ 11719] By: ams                                   on 2001/08/18  21:21:42
2563         Log: Add Porting/apply to MANIFEST.
2564      Branch: perl
2565            ! MANIFEST
2566 ____________________________________________________________________________
2567 [ 11718] By: sky                                   on 2001/08/18  14:38:01
2568         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
2569              Better solution would be to make 5005threaded perl use
2570              the same system as ithreads do
2571      Branch: perl
2572            ! perl.h
2573 ____________________________________________________________________________
2574 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
2575         Log: New try for ID 20010407.006: detach the semantics
2576              "was the last match target UTF8" into its own variable.
2577      Branch: perl
2578            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
2579            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
2580 ____________________________________________________________________________
2581 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
2582         Log: UTF8 flag should be meaningful only when POK.
2583      Branch: perl
2584            ! dump.c
2585 ____________________________________________________________________________
2586 [ 11715] By: sky                                   on 2001/08/18  11:45:16
2587         Log: USE_THREADS and USE_ITHREADS are never true at the same time
2588      Branch: perl
2589            ! perl.h
2590 ____________________________________________________________________________
2591 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
2592         Log: Retract #11712 for now.  The real fix would probably
2593              be something like making PL_reg_sv a copy (PV + UTF8)
2594              of the matched/substituted string (note: not just a SvPOK
2595              string, for example the stringified form of a ROK would
2596              be applicable)  Beware of leaks.
2597      Branch: perl
2598            ! pp_hot.c t/op/pat.t
2599 ____________________________________________________________________________
2600 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
2601         Log: UTF8 wasn't printing for PVMGs.
2602      Branch: perl
2603            ! dump.c
2604 ____________________________________________________________________________
2605 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
2606         Log: (Retracted by #11714)
2607              
2608              Okay analysis, debatable fix.  (The fix will inc
2609              the refcount of all temporary match objects,
2610              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
2611              which will then cause griping at untie() time
2612              ("inner references remain").
2613              
2614              Fix for ID 20010407.006: PL_reg_sv got wiped out
2615              by freetemps if the match target was a temporary
2616              (like function_call() =~ /.../), which in turn meant
2617              that the $1 et al stopped working if they had UTF-8
2618              in them.  Therefore bump up the refcount of PL_reg_sv.
2619      Branch: perl
2620            ! pp_hot.c t/op/pat.t
2621 ____________________________________________________________________________
2622 [ 11711] By: ams                                   on 2001/08/17  20:32:08
2623         Log: Subject: [PATCH] doesn't compile, was perl@11710
2624              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2625              Date: Fri, 17 Aug 2001 23:21:10 +0200
2626              Message-Id: <20010817232110.C7041@rafael> 
2627      Branch: perl
2628            ! sharedsv.c
2629 ____________________________________________________________________________
2630 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
2631         Log: Update Changes.
2632      Branch: perl
2633            ! Changes patchlevel.h
2634 ____________________________________________________________________________
2635 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
2636         Log: Upgrade to libnet 1.0704.
2637      Branch: perl
2638            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
2639            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
2640            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
2641            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
2642            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
2643            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
2644            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
2645 ____________________________________________________________________________
2646 [ 11708] By: sky                                   on 2001/08/17  13:34:04
2647         Log: Let perl_clone copy PL_exit_flags
2648      Branch: perl
2649            ! sv.c
2650 ____________________________________________________________________________
2651 [ 11707] By: sky                                   on 2001/08/17  12:28:41
2652         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
2653      Branch: perl
2654            ! sharedsv.c sharedsv.h
2655 ____________________________________________________________________________
2656 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
2657         Log: The metaconfig unit change for #11705.
2658      Branch: metaconfig/U/perl
2659            ! Extensions.U
2660 ____________________________________________________________________________
2661 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
2662         Log: Allow the threads extension to be found if present.
2663      Branch: perl
2664            ! Configure
2665 ____________________________________________________________________________
2666 [ 11704] By: nick                                  on 2001/08/17  11:47:54
2667         Log: Mail -> change script (pre-alpha)
2668      Branch: perl
2669            + Porting/apply
2670 ____________________________________________________________________________
2671 [ 11703] By: sky                                   on 2001/08/17  07:11:24
2672         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
2673              Thanks to Tom Hospel for pointing out my error.
2674      Branch: perl
2675            ! op.h
2676 ____________________________________________________________________________
2677 [ 11702] By: sky                                   on 2001/08/17  04:18:11
2678         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.
2679      Branch: perl
2680            ! embed.pl miniperlmain.c perl.c perl.h proto.h
2681 ____________________________________________________________________________
2682 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
2683         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
2684              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
2685      Branch: perl
2686            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2687            + lib/Lingua/KO/Hangul/Util/README
2688            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
2689            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
2690            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
2691            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
2692            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
2693            + lib/Unicode/Normalize/t/test.t
2694            ! MANIFEST
2695 ____________________________________________________________________________
2696 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
2697         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
2698              Date: Thu, 16 Aug 2001 22:46:15 -0500
2699              From: "Craig A. Berry" <craigberry@mac.com>
2700              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
2701      Branch: perl
2702            ! configure.com numeric.c
2703 ____________________________________________________________________________
2704 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
2705         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
2706              of the usual suspects (like getpwent) but not for others
2707              (like localtime and rand).  The _r versions are available
2708              for all of them, so let's use them.
2709      Branch: perl
2710            ! perl.h
2711 ____________________________________________________________________________
2712 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
2713         Log: (Accidental apply; thankfully empty.)
2714      Branch: perl
2715            ! hints/os390.sh
2716 ____________________________________________________________________________
2717 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
2718         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
2719              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2720              Date: Thu, 16 Aug 2001 16:27:49 +0100
2721              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
2722      Branch: perl
2723            ! regexec.c t/op/re_tests
2724 ____________________________________________________________________________
2725 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
2726         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
2727              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2728              Date: Thu, 16 Aug 2001 18:50:01 +0100
2729              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
2730      Branch: perl
2731            ! pp_hot.c t/op/pat.t
2732 ____________________________________________________________________________
2733 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
2734         Log: Subject: [PATCH] *time_r again
2735              From: "Arthur Bergman" <arthur@contiller.se>
2736              Date: Thu, 16 Aug 2001 16:01:54 +0200
2737              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
2738      Branch: perl
2739            ! op.h
2740 ____________________________________________________________________________
2741 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
2742         Log: system() and backtick error handling cleanup from Craig A. Berry.
2743      Branch: perl
2744            ! vms/vms.c
2745 ____________________________________________________________________________
2746 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
2747         Log: change#10334 leaks memory, copies string when it doesn't
2748              need to
2749      Branch: perl
2750            ! perl.c
2751 ____________________________________________________________________________
2752 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
2753         Log: One more twist to the sprintf + utf8 testing.
2754      Branch: perl
2755            ! t/op/misc.t
2756 ____________________________________________________________________________
2757 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
2758         Log: Fix for 20010407.008 sprintf removes utf8-ness.
2759      Branch: perl
2760            ! pp.c t/op/misc.t
2761 ____________________________________________________________________________
2762 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
2763         Log: Subject: [PATCH] *time_r fixes
2764              From: "Arthur Bergman" <arthur@contiller.se>
2765              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
2766              Date: Thu, 16 Aug 2001 14:22:27 +0200
2767      Branch: perl
2768            ! op.h
2769 ____________________________________________________________________________
2770 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
2771         Log: Upgrade to CGI.pm 2.77.
2772      Branch: perl
2773            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
2774            ! lib/CGI/t/function.t
2775 ____________________________________________________________________________
2776 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
2777         Log: Document the bytes-to-Unicode upgrading.
2778      Branch: perl
2779            ! pod/perlunicode.pod
2780 ____________________________________________________________________________
2781 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
2782         Log: Add a test for Unicode sprintf.
2783      Branch: perl
2784            ! t/op/misc.t
2785 ____________________________________________________________________________
2786 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
2787         Log: Add Unicode tests for index/rindex.
2788      Branch: perl
2789            ! t/op/index.t
2790 ____________________________________________________________________________
2791 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
2792         Log: Document a bit the art of minimizing the installation,
2793              based on the p5p discussion.
2794      Branch: perl
2795            ! INSTALL
2796 ____________________________________________________________________________
2797 [ 11684] By: nick                                  on 2001/08/15  15:03:31
2798         Log: Integrate mainline
2799      Branch: perlio
2800           +> sharedsv.c sharedsv.h
2801           !> (integrate 53 files)
2802 ____________________________________________________________________________
2803 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
2804         Log: Update Changes.
2805      Branch: perl
2806            ! Changes patchlevel.h
2807 ____________________________________________________________________________
2808 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
2809         Log: The #11673 necessitated a test tweak.
2810      Branch: perl
2811            ! t/io/utf8.t
2812 ____________________________________________________________________________
2813 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
2814         Log: Also UNICOS is in the general case unable to silently
2815              handle fp overflows.
2816      Branch: perl
2817            ! numeric.c
2818 ____________________________________________________________________________
2819 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
2820         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
2821              NV_EPSILON #defined.
2822      Branch: perl
2823            ! perl.h
2824 ____________________________________________________________________________
2825 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
2826         Log: Re-establish the fp overflow detection for VAX VMS; there
2827              is no easy way to have the IEEE fp silent overflow semantics.
2828              (in Alpha VMS we still will use IEEE fp by default-- but it
2829              is still possible to configure Perl to use G_FLOAT)
2830      Branch: perl
2831            ! numeric.c
2832 ____________________________________________________________________________
2833 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
2834         Log: Subject: [PATCH] pp_lock 
2835              From: "Arthur Bergman" <arthur@contiller.se>
2836              Date: Wed, 15 Aug 2001 11:52:16 +0200
2837              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
2838      Branch: perl
2839            ! pp.c
2840 ____________________________________________________________________________
2841 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
2842         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
2843              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2844              Date: Wed, 15 Aug 2001 11:32:11 +0100
2845              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
2846      Branch: perl
2847            ! regcomp.c t/op/re_tests
2848 ____________________________________________________________________________
2849 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
2850         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
2851              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2852              Date: Wed, 15 Aug 2001 10:33:49 +0100
2853              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
2854      Branch: perl
2855            ! regexec.c t/op/re_tests
2856 ____________________________________________________________________________
2857 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
2858         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
2859              From: Barrie Slaymaker <barries@slaysys.com>
2860              Date: Tue, 14 Aug 2001 14:32:25 -0400
2861              Message-ID: <20010814143225.A19822@jester.slaysys.com>
2862      Branch: perl
2863            ! lib/File/Spec.t lib/File/Spec/Unix.pm
2864 ____________________________________________________________________________
2865 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
2866         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
2867              From: Peter Prymmer <pvhp@forte.com>
2868              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
2869              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
2870      Branch: perl
2871            ! README.vms configure.com
2872 ____________________________________________________________________________
2873 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
2874         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
2875              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2876              Date: Tue, 14 Aug 2001 21:23:27 +0200
2877              Message-ID: <20010814212327.A1919@rafael>
2878      Branch: perl
2879            ! doio.c
2880 ____________________________________________________________________________
2881 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
2882         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
2883              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2884              Date: Tue, 14 Aug 2001 22:30:11 +0200
2885              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
2886              
2887              Combination of nmake, quoting, and Perl expanded $( in here-doc.
2888      Branch: perl
2889            ! ext/SDBM_File/Makefile.PL
2890 ____________________________________________________________________________
2891 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
2892         Log: Todo updates.
2893      Branch: perl
2894            ! pod/perltodo.pod
2895 ____________________________________________________________________________
2896 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
2897         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
2898              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2899              Date: Mon, 13 Aug 2001 23:15:01 +0200
2900              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
2901      Branch: perl
2902            ! sv.c
2903 ____________________________________________________________________________
2904 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
2905         Log: Subject: [PATCH] [b-]showlex.t
2906              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2907              Date: Sun, 12 Aug 2001 22:24:51 +0200
2908              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
2909              
2910              The 4nt command shell will expand the % in command line
2911              no matter what quoting is attempted, changed the % to @.
2912      Branch: perl
2913            ! ext/B/Showlex.t
2914 ____________________________________________________________________________
2915 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
2916         Log: Subject: [PATCH] magic.t
2917              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
2918              Date: Sun, 12 Aug 2001 20:49:27 +0200
2919              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
2920      Branch: perl
2921            ! t/op/magic.t
2922 ____________________________________________________________________________
2923 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
2924         Log: Add sharedsv* to the DOSish platforms; plus add
2925              some WinCE files to the list of DOSish files.
2926      Branch: perl
2927            ! NetWare/Makefile Porting/makerel win32/Makefile
2928            ! win32/makefile.mk wince/Makefile.ce
2929 ____________________________________________________________________________
2930 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
2931         Log: More DOSish files.
2932      Branch: perl
2933            ! Porting/makerel
2934 ____________________________________________________________________________
2935 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
2936         Log: Strip CRs from the WinCE files.  Now we need to
2937              figure out in which CRs are really needed: probably
2938              Makefile.ce and the README files, at least, probably
2939              also the registry.bat.
2940      Branch: perl
2941            ! wince/Makefile.ce wince/README.compile wince/README.perlce
2942            ! wince/config.h wince/include/cectype.h wince/include/errno.h
2943            ! wince/include/sys/stat.h wince/include/sys/types.h
2944            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
2945            ! wince/perldll.def wince/registry.bat wince/wince.h
2946            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
2947 ____________________________________________________________________________
2948 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
2949         Log: Add some files to DOSish and writables.
2950      Branch: perl
2951            ! Porting/makerel
2952 ____________________________________________________________________________
2953 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
2954         Log: Compile failure message tidying.
2955      Branch: perl
2956            ! t/lib/1_compile.t
2957 ____________________________________________________________________________
2958 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
2959         Log: The new sharedsv* should be exported only if usethreads.
2960      Branch: perl
2961            ! makedef.pl
2962 ____________________________________________________________________________
2963 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
2964         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
2965              From: Peter Prymmer <pvhp@forte.com>
2966              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
2967              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
2968      Branch: perl
2969            ! README.os390
2970 ____________________________________________________________________________
2971 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
2972         Log: Update Changes.
2973      Branch: perl
2974            ! Changes patchlevel.h
2975 ____________________________________________________________________________
2976 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
2977         Log: Subject: [PATHC] sharedsv.[c|h]
2978              From: "Artur Bergman" <artur@contiller.se>
2979              Date: Mon, 13 Aug 2001 14:38:41 +0200
2980              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
2981              
2982              Subject: [PATCH] embed.pl
2983              From: Arthur Bergman <arthur@contiller.se>
2984              Date: Mon, 13 Aug 2001 14:38:14 +0200
2985              Message-ID: <B79D96D6.3088%arthur@contiller.se>
2986              
2987              Subject: [PATCH] sharedsv cleanups
2988              From: "Arthur Bergman" <arthur@contiller.se>
2989              Date: Mon, 13 Aug 2001 15:14:25 +0200
2990              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
2991              
2992              Plus few tweaks: _init needs to be Adp, the prototypes
2993              should not be revealed unless using ithreads, #endif FOO
2994              must be #endif /* FOO */, adding (parentheses) around
2995              do { } while doesn't work too well.
2996      Branch: perl
2997            + sharedsv.c sharedsv.h
2998            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
2999            ! perl.h perlapi.c pod/perlapi.pod proto.h
3000 ____________________________________________________________________________
3001 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
3002         Log: Subject: Re: END {} blocks run in perl_run
3003              From: Arthur Bergman <arthur@contiller.se>
3004              Date: Mon, 13 Aug 2001 11:11:30 +0200
3005              Message-ID: <B79D6661.3068%arthur@contiller.se>
3006      Branch: perl
3007            ! perl.c
3008 ____________________________________________________________________________
3009 [ 11657] By: nick                                  on 2001/08/13  09:03:02
3010         Log: Integrate mainline
3011      Branch: perlio
3012           +> (branch 326 files)
3013            - (delete 330 files)
3014           !> (integrate 85 files)
3015 ____________________________________________________________________________
3016 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
3017         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
3018              and the Perl will be built to do that by default (adding that
3019              will break scripts having non-UTF-8 binary data, such as Latin-1.)
3020      Branch: perl
3021            ! op.c toke.c utf8.h
3022 ____________________________________________________________________________
3023 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
3024         Log: Unnecessary downgrades.
3025      Branch: perl
3026            ! doop.c
3027 ____________________________________________________________________________
3028 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
3029         Log: Failure not true anymore (probably caused by my broken setup).
3030      Branch: perl
3031            ! t/op/pat.t
3032 ____________________________________________________________________________
3033 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
3034         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
3035              stopped working).
3036      Branch: perl
3037            ! op.h pp_ctl.c regcomp.c
3038 ____________________________________________________________________________
3039 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
3040         Log: There is no IN_UTF8.
3041      Branch: perl
3042            ! utf8.h
3043 ____________________________________________________________________________
3044 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
3045         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
3046      Branch: perl
3047            ! op.c op.h pp_ctl.c regcomp.c
3048 ____________________________________________________________________________
3049 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
3050         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
3051              and a test tweak.
3052      Branch: perl
3053            ! op.c t/pod/find.t
3054 ____________________________________________________________________________
3055 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
3056         Log: Todo updates and fixes.
3057      Branch: perl
3058            ! pod/perltodo.pod
3059 ____________________________________________________________________________
3060 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
3061         Log: Mark tests (and one module) having explicit Latin-1
3062              (and one file having explicit UTF-8) with an explicit
3063              'no utf8' (and one explicit 'use utf8').
3064              
3065              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
3066      Branch: perl
3067            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
3068            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
3069            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
3070 ____________________________________________________________________________
3071 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
3072         Log: Subject: SV: END {} blocks run in perl_run
3073              From: "Arthur Bergman" <arthur@contiller.se>
3074              Date: Sun, 12 Aug 2001 00:34:28 +0200 
3075              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
3076      Branch: perl
3077            ! miniperlmain.c perl.c
3078 ____________________________________________________________________________
3079 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
3080         Log: Typos in #11645.
3081      Branch: perl
3082            ! perl.h
3083 ____________________________________________________________________________
3084 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
3085         Log: On ithreads default to use_reentrant except on naturally
3086              threadsafe platforms.
3087      Branch: perl
3088            ! perl.h
3089 ____________________________________________________________________________
3090 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
3091         Log: (Hopefully) a fix for 20010723.004: make install needs
3092              write permission in build directory.  The problem was
3093              probably caused by overeager sprinkling of the lib/re.pm
3094              dependencies (which was done to guarantee lib/re.pm being
3095              uptodate for parallel makes: now solved by funneling that
3096              through an explicit recursive make in the preplibrary target).
3097      Branch: perl
3098            ! Makefile.SH
3099 ____________________________________________________________________________
3100 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
3101         Log: Dispell the "use utf8" superstition.
3102      Branch: perl
3103            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
3104            ! pod/perlunicode.pod
3105 ____________________________________________________________________________
3106 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
3107         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3108              From: "Abigail" <abigail@foad.org> 
3109              Date: Sat, 11 Aug 2001 23:49:49 +0200
3110              Message-ID: <20010811214950.23255.qmail@foad.org>
3111      Branch: perl
3112            ! t/op/taint.t
3113 ____________________________________________________________________________
3114 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
3115         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
3116              From: Abhijit Menon-Sen <ams@wiw.org>
3117              Date: Sat, 11 Aug 2001 06:18:19 +0530
3118              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
3119      Branch: perl
3120            ! mg.c
3121 ____________________________________________________________________________
3122 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
3123         Log: Test for change #11639.
3124      Branch: perl
3125            ! t/op/tiehandle.t
3126 ____________________________________________________________________________
3127 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
3128         Log: Subject: Re: Can't localize *FH, then tie it
3129              From: Abhijit Menon-Sen <ams@wiw.org>
3130              Date: Sun, 12 Aug 2001 16:08:06 +0530
3131              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
3132      Branch: perl
3133            ! pp_hot.c pp_sys.c
3134 ____________________________________________________________________________
3135 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
3136         Log: Drop all the unnecessary "use utf8" clauses and some of
3137              the unnecessary "use bytes" ones.
3138              
3139              TODO: scour the documentation for unnecessary "use utf8"
3140              and prominently display it in perldelta when the time comes.
3141              ("use utf8" should be necessary ONLY if one wants the script
3142              to be in UTF-8.)  Also should be checked in some non-ASCII
3143              non-Latin-1 platform, like EBCDIC.
3144      Branch: perl
3145            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
3146            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
3147 ____________________________________________________________________________
3148 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
3149         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
3150              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
3151              in Unicode handling.
3152      Branch: perl
3153            + t/op/lc.t
3154            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
3155 ____________________________________________________________________________
3156 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
3157         Log: Thinko: we want the flags for native cc, not gcc.
3158      Branch: perl
3159            ! hints/dec_osf.sh
3160 ____________________________________________________________________________
3161 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
3162         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
3163              From: Robin Houston <robin@kitsite.com>
3164              Date: Fri, 10 Aug 2001 14:42:02 +0100
3165              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
3166      Branch: perl
3167            ! pp.c
3168 ____________________________________________________________________________
3169 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
3170         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
3171              From: Abhijit Menon-Sen <ams@wiw.org>
3172              Date: Sat, 11 Aug 2001 16:31:04 +0530
3173              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
3174      Branch: perl
3175            ! op.c
3176 ____________________________________________________________________________
3177 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
3178         Log: Get rid of indread, from Abhijit Menon-Sen.
3179      Branch: perl
3180            ! pp_sys.c
3181 ____________________________________________________________________________
3182 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
3183         Log: CRLFgngngn.
3184      Branch: perl
3185            ! win32/Makefile win32/makefile.mk
3186 ____________________________________________________________________________
3187 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
3188         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
3189      Branch: perl
3190            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
3191            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
3192            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
3193            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
3194            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
3195            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
3196            ! win32/Makefile win32/makefile.mk
3197 ____________________________________________________________________________
3198 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
3199         Log: Avoid #elif (less portable than #else #if).
3200      Branch: perl
3201            ! handy.h
3202 ____________________________________________________________________________
3203 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
3204         Log: Subject: patch for perlvar.pod
3205              From: mah@everybody.org (Mark A. Hershberger)
3206              Date: 08 Aug 2001 17:03:16 -0500
3207              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
3208      Branch: perl
3209            ! pod/perlvar.pod
3210 ____________________________________________________________________________
3211 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
3212         Log: cpp commands must start (the # must be) at the column #0.
3213      Branch: perl
3214            ! op.c
3215 ____________________________________________________________________________
3216 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
3217         Log: If using gcc -B/foo/bar makedepend would give
3218              unnecessary warnings about unused -B/foo/bar.
3219      Branch: perl
3220            ! makedepend.SH
3221 ____________________________________________________________________________
3222 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
3223         Log: Update Changes.
3224      Branch: perl
3225            ! Changes patchlevel.h
3226 ____________________________________________________________________________
3227 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
3228         Log: s/z/tz/
3229      Branch: perl
3230            ! pod/perlfaq2.pod
3231 ____________________________________________________________________________
3232 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
3233         Log: Article nit.
3234      Branch: perl
3235            ! pod/perlfaq2.pod
3236 ____________________________________________________________________________
3237 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
3238         Log: Rename lib/unicode files to lib/unicore to avoid
3239              conflicts between core lib/unicode and Unicode::
3240              files in case-ignoring filesystems.
3241      Branch: perl
3242            + (add 325 files)
3243            - (delete 324 files)
3244            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
3245 ____________________________________________________________________________
3246 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
3247         Log: Upgrade to Math::BigInt 1.41.
3248      Branch: perl
3249            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
3250 ____________________________________________________________________________
3251 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
3252         Log: Subject: [PATCH] remove PL_na from typemap
3253              From: James <james@rf.net>
3254              Date: Mon, 06 Aug 2001 20:23:15 -0700
3255              Message-ID: <3B6F5F23.A31A81B1@rf.net>
3256              
3257              (had to be manually applied)
3258      Branch: perl
3259            ! lib/ExtUtils/typemap
3260 ____________________________________________________________________________
3261 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
3262         Log: The metaconfig unit changes for #11618.
3263      Branch: metaconfig/U/perl
3264            + d_fpclassl.U i_fp.U
3265 ____________________________________________________________________________
3266 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
3267         Log: Forgot this from #11618.
3268              
3269              NOTE: wince/config_H.ce needs updating.
3270      Branch: perl
3271            ! wince/config.ce
3272 ____________________________________________________________________________
3273 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
3274         Log: Introduce more floating point classifying APIs;
3275              try to define (most importantly) Perl_is{inf,nan}(x).
3276              
3277              For this first cut, assume none such APIs exist in non-UNIXoid
3278              platforms-- this is of course too unkind: Win32 rumoredly has
3279              _fpclass() and _isnan(), and VMS/VOS very probably have some
3280              of the APIs available.     The only thing Perl uses at the moment
3281              is Perl_isnan() (has been in use for a while now).
3282              
3283              NOTE: the Win32 and NetWare config_h.?c need regenerating.
3284      Branch: perl
3285            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
3286            ! Porting/config_H config_h.SH configure.com epoc/config.sh
3287            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
3288            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3289            ! vos/config.ga.h win32/config.bc win32/config.gc
3290            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3291            ! win32/config_H.vc wince/config.ce wince/config.h
3292 ____________________________________________________________________________
3293 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
3294         Log: Integrate change #11519 from perlio:
3295              
3296              Avoid testing for (non-)existance of "encoding(xxxx)"
3297              layer is called "encoding" the (xxxx) is an argument.
3298      Branch: perl
3299           !> lib/open.pm
3300 ____________________________________________________________________________
3301 [ 11616] By: nick                                  on 2001/08/09  07:50:24
3302         Log: Integrate mainline
3303      Branch: perlio
3304           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
3305           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
3306           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
3307           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
3308            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3309            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3310           !> (integrate 79 files)
3311 ____________________________________________________________________________
3312 [ 11615] By: nick                                  on 2001/08/09  06:23:44
3313         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
3314              layer is called "encoding" the (xxxx) is an argument.
3315      Branch: perlio
3316            ! lib/open.pm
3317 ____________________________________________________________________________
3318 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
3319         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
3320              From: Paul Johnson <paul@pjcj.net>
3321              Date: Wed, 8 Aug 2001 23:54:17 +0200
3322              Message-ID: <20010808235417.O1006@pjcj.net>
3323      Branch: perl
3324            ! ext/B/B/Concise.pm
3325 ____________________________________________________________________________
3326 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
3327         Log: Make VMS use IEEE math by default; reorder Tru64 hints
3328              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
3329              exception semantics) is always set if using (the new) cc.
3330      Branch: perl
3331            ! configure.com hints/dec_osf.sh
3332 ____________________________________________________________________________
3333 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
3334         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
3335              From: Abhijit Menon-Sen <ams@wiw.org>
3336              Date: Tue, 7 Aug 2001 17:16:05 +0530
3337              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
3338      Branch: perl
3339            ! pp_sys.c
3340 ____________________________________________________________________________
3341 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
3342         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
3343              From: "Craig A. Berry" <craigberry@mac.com>
3344              Date: Tue, 07 Aug 2001 22:27:47 -0500
3345              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
3346      Branch: perl
3347            ! t/run/exit.t
3348 ____________________________________________________________________________
3349 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
3350         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
3351              From: "Craig A. Berry" <craigberry@mac.com>
3352              Date: Tue, 07 Aug 2001 20:01:53 -0500
3353              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
3354      Branch: perl
3355            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
3356 ____________________________________________________________________________
3357 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
3358         Log: Update the magazine information.
3359      Branch: perl
3360            ! pod/perlfaq2.pod
3361 ____________________________________________________________________________
3362 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
3363         Log: Ignore SIGFPE everywhere.
3364      Branch: perl
3365            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
3366 ____________________________________________________________________________
3367 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
3368         Log: With permission, change the licensing of the docs by
3369              TomC (and Gnat) to comply with the rest of Perl.
3370      Branch: perl
3371            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
3372            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
3373            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
3374            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
3375            ! pod/perltootc.pod
3376 ____________________________________________________________________________
3377 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
3378         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
3379              From: Andy Dougherty <doughera@lafayette.edu>
3380              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
3381              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
3382      Branch: perl
3383            ! hints/openbsd.sh
3384 ____________________________________________________________________________
3385 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
3386         Log: Subject: [PATCH] Makefile.SH test_prep dependency
3387              From: Andy Dougherty <doughera@lafayette.edu>
3388              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
3389              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
3390      Branch: perl
3391            ! Makefile.SH
3392 ____________________________________________________________________________
3393 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
3394         Log: Don't autogenerate the headers et alia,
3395              make regen_headers explicitly.
3396      Branch: perl
3397            ! Makefile.SH
3398 ____________________________________________________________________________
3399 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
3400         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
3401              From: Gurusamy Sarathy <gsar@ActiveState.com> 
3402              Date: Tue, 07 Aug 2001 08:33:26 -0700
3403              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
3404              
3405              Unnecessary dependency.
3406      Branch: perl
3407            ! embed.pl
3408 ____________________________________________________________________________
3409 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
3410         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
3411              From: Abhijit Menon-Sen <ams@wiw.org>
3412              Date: Tue, 7 Aug 2001 09:10:54 +0530
3413              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
3414      Branch: perl
3415            ! pp_hot.c
3416 ____________________________________________________________________________
3417 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
3418         Log: Subject: [PATCH perl@11597] B && BEGIN handling
3419              From: "James A. Duncan" <jduncan@fotango.com>
3420              Date: Mon, 6 Aug 2001 17:29:11 +0100
3421              Message-ID: <20010806172911.A2071@fotango.com>
3422              
3423              (the intrpvar.h addition moved to the end for bincompat)
3424      Branch: perl
3425            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
3426 ____________________________________________________________________________
3427 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
3428         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
3429      Branch: perl
3430           !> README.win32
3431 ____________________________________________________________________________
3432 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
3433         Log: fix URLs for fcrypt.c
3434      Branch: maint-5.6/perl
3435            ! README.win32
3436 ____________________________________________________________________________
3437 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
3438         Log: Yet another way to say Infinity: HP-UX calls its "++".
3439      Branch: perl
3440            ! lib/Math/BigInt/t/bigintpm.t
3441 ____________________________________________________________________________
3442 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
3443         Log: Update Changes.
3444      Branch: perl
3445            ! Changes patchlevel.h
3446 ____________________________________________________________________________
3447 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
3448         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
3449      Branch: perl
3450            ! pod/perlfaq5.pod
3451 ____________________________________________________________________________
3452 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
3453         Log: The #11593 wasn't right.
3454      Branch: perl
3455            ! lib/Math/BigInt/t/bigintpm.t
3456 ____________________________________________________________________________
3457 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
3458         Log: Subject: [PATCH: perl@11564] introducing perlivp
3459              From: Prymmer/Kahn <pvhp@best.com>
3460              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
3461              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
3462              
3463              Subject: Re: [PATCH: perl@11564] introducing perlivp
3464              From: Prymmer/Kahn <pvhp@best.com>
3465              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
3466              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
3467      Branch: perl
3468            + utils/perlivp.PL
3469            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
3470            ! win32/Makefile win32/makefile.mk
3471 ____________________________________________________________________________
3472 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
3473         Log: libcs are confused what to call Infinity.
3474      Branch: perl
3475            ! lib/Math/BigInt/t/bigintpm.t
3476 ____________________________________________________________________________
3477 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
3478         Log: Avoid SIGFPE in Tru64.
3479      Branch: perl
3480            ! numeric.c
3481 ____________________________________________________________________________
3482 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
3483         Log: Upgrade to Math::BigInt 1.40.
3484              
3485              NOTE: this patch necessitates doing something about
3486              infinity handling since the new bigintpm.t tests use
3487              infinity, which causes SIGFPEs at least in Tru64.
3488      Branch: perl
3489            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3490            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3491            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3492            ! lib/Math/BigInt/t/mbimbf.t
3493 ____________________________________________________________________________
3494 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
3495         Log: remove hardcoded cmd shell in testsuite
3496      Branch: perl
3497            ! t/op/glob.t t/op/magic.t t/op/stat.t
3498 ____________________________________________________________________________
3499 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
3500         Log: 4-arg select() was busted on windows because change#8178 didn't
3501              make it into mainline
3502      Branch: perl
3503            ! perl.h win32/include/sys/socket.h
3504 ____________________________________________________________________________
3505 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
3506         Log: Rename the Getopt::Long tests to be as they are
3507              in the Getopt::Long official distribution.
3508      Branch: perl
3509            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
3510            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
3511            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
3512            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
3513            ! MANIFEST
3514 ____________________________________________________________________________
3515 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
3516         Log: Upgrade to Getopt::Long 2.26.
3517      Branch: perl
3518            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
3519            ! MANIFEST lib/Getopt/Long.pm
3520 ____________________________________________________________________________
3521 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
3522         Log: Retract #10874 (the hack should be unnecessary by now)
3523      Branch: perl
3524            ! lib/Test/Harness.pm
3525 ____________________________________________________________________________
3526 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
3527         Log: avoid temp file littering in tests
3528      Branch: perl
3529            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
3530 ____________________________________________________________________________
3531 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
3532         Log: Subject: warning in sv.c: double format, NV arg
3533              From: "Philip Newton" <Philip.Newton@gmx.net>
3534              Date: Sun, 5 Aug 2001 19:41:07 +0200
3535              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
3536      Branch: perl
3537            ! sv.c
3538 ____________________________________________________________________________
3539 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
3540         Log: fix POSIX.t#13 for windos
3541      Branch: perl
3542            ! ext/POSIX/POSIX.t
3543 ____________________________________________________________________________
3544 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
3545         Log: Add a test for PerlIO::Via.
3546      Branch: perl
3547            + ext/PerlIO/t/via.t
3548            ! MANIFEST ext/PerlIO/Via/Via.pm
3549 ____________________________________________________________________________
3550 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
3551         Log: flock() and link() are not available on Windows 9x
3552      Branch: perl
3553            ! win32/config_sh.PL
3554 ____________________________________________________________________________
3555 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
3556         Log: Some Tru64 C compilers have C++ components that confuse
3557              the ccversion parsing.
3558      Branch: perl
3559            ! hints/dec_osf.sh
3560 ____________________________________________________________________________
3561 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
3562         Log: (Reintroduce #11125)
3563              
3564              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
3565              From: Alan Burlison <Alan.Burlison@sun.com> 
3566              Date: Tue, 03 Jul 2001 15:20:13 +0100   
3567              Message-ID: <3B41D49D.A923D4F9@sun.com> 
3568      Branch: perl
3569            ! lib/ExtUtils/MM_Unix.pm
3570 ____________________________________________________________________________
3571 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
3572         Log: Little pointer juggling for HP-UX cc to avoid
3573              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
3574              followed by
3575              "error 1549: Modifiable lvalue required for assignment operator."
3576      Branch: perl
3577            ! hv.c
3578 ____________________________________________________________________________
3579 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
3580         Log: Continuation of #11575: SANY_SEEN completely deprecated,
3581              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
3582              plus a fix for the bug.
3583      Branch: perl
3584            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
3585 ____________________________________________________________________________
3586 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
3587         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
3588              From: Doug MacEachern <dougm@covalent.net>
3589              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
3590              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
3591      Branch: perl
3592            ! sv.c
3593 ____________________________________________________________________________
3594 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
3595         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
3596              the new CANY is the \C.  The problem reported and the
3597              test case supplied in
3598              
3599              Subject: UTF-8 bugs in string length & single line regex matches
3600              From: "Daniel P. Berrange" <dan@berrange.com>
3601              Date: Fri, 3 Aug 2001 11:39:33 +0100
3602              Message-ID: <20010803113932.A19318@berrange.com>
3603      Branch: perl
3604            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
3605            ! t/op/pat.t
3606 ____________________________________________________________________________
3607 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
3608         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
3609              From: Doug MacEachern <dougm@covalent.net>
3610              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
3611              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
3612      Branch: perl
3613            ! perl.c regexec.c
3614 ____________________________________________________________________________
3615 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
3616         Log: The #11572 didn't up the test count.
3617      Branch: perl
3618            ! t/op/length.t
3619 ____________________________________________________________________________
3620 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
3621         Log: Subject: UTF-8 bugs in string length & single line regex matches
3622              From: "Daniel P. Berrange" <dan@berrange.com>
3623              Date: Fri, 3 Aug 2001 11:39:33 +0100         
3624              Message-ID: <20010803113932.A19318@berrange.com>
3625              
3626              (the mg_length() fix)
3627      Branch: perl
3628            ! mg.c t/op/length.t
3629 ____________________________________________________________________________
3630 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
3631         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3632              From: Abhijit Menon-Sen <ams@wiw.org>
3633              Date: Sat, 4 Aug 2001 16:56:35 +0530
3634              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
3635      Branch: perl
3636            ! hv.c
3637 ____________________________________________________________________________
3638 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
3639         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3640              From: Abhijit Menon-Sen <ams@wiw.org>
3641              Date: Sat, 4 Aug 2001 16:16:03 +0530
3642              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
3643      Branch: perl
3644            ! hv.c
3645 ____________________________________________________________________________
3646 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
3647         Log: Subject: Re: [patch] refcount re ops
3648              From: Abhijit Menon-Sen <ams@wiw.org>
3649              Date: Sat, 4 Aug 2001 08:54:55 +0530
3650              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
3651      Branch: perl
3652            ! sv.c
3653 ____________________________________________________________________________
3654 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
3655         Log: Subject: [patch] refcount re ops
3656              From: Doug MacEachern <dougm@covalent.net>
3657              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
3658              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
3659      Branch: perl
3660            ! regcomp.c sv.c
3661 ____________________________________________________________________________
3662 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
3663         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
3664              From: Doug MacEachern <dougm@covalent.net>
3665              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
3666              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
3667      Branch: perl
3668            ! perl.c regexec.c
3669 ____________________________________________________________________________
3670 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
3671         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
3672              From: "Craig A. Berry" <craigberry@mac.com> 
3673              Date: Fri, 03 Aug 2001 16:16:16 -0500
3674              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
3675      Branch: perl
3676            ! t/op/misc.t
3677 ____________________________________________________________________________
3678 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
3679         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
3680              From: John Kristian <jmk2001@engineer.com>
3681              Date: Fri, 03 Aug 2001 00:59:08 -0700
3682              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
3683      Branch: perl
3684            ! win32/win32.c
3685 ____________________________________________________________________________
3686 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
3687         Log: Update Changes.
3688      Branch: perl
3689            ! Changes patchlevel.h
3690 ____________________________________________________________________________
3691 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
3692         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
3693              From: "Craig A. Berry" <craigberry@mac.com>
3694              Date: Thu, 02 Aug 2001 23:15:24 -0500
3695              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
3696      Branch: perl
3697            ! ext/B/Stash.t
3698 ____________________________________________________________________________
3699 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
3700         Log: Subject: [patch] plug PL_cshname leak
3701              From: Doug MacEachern <dougm@covalent.net>
3702              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
3703              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
3704      Branch: perl
3705            ! sv.c
3706 ____________________________________________________________________________
3707 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
3708         Log: Subject: [patch] plug PL_sh_path leak
3709              From: Doug MacEachern <dougm@covalent.net>
3710              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
3711              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
3712      Branch: perl
3713            ! sv.c
3714 ____________________________________________________________________________
3715 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
3716         Log: Subject: [patch] plug PL_regex_padav leaks
3717              From: Doug MacEachern <dougm@covalent.net>
3718              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
3719              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
3720      Branch: perl
3721            ! op.c op.h perl.c
3722 ____________________________________________________________________________
3723 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
3724         Log: Subject: [patch] plug PL_origargv leak
3725              From: Doug MacEachern <dougm@covalent.net>
3726              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
3727              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
3728      Branch: perl
3729            ! perl.c
3730 ____________________________________________________________________________
3731 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
3732         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
3733              From: Abhijit Menon-Sen <ams@wiw.org>
3734              Date: Fri, 3 Aug 2001 06:38:11 +0530
3735              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
3736      Branch: perl
3737            ! hv.c
3738 ____________________________________________________________________________
3739 [ 11557] By: nick                                  on 2001/08/03  08:17:38
3740         Log: Integrate mainline
3741      Branch: perlio
3742           +> (branch 47 files)
3743            - lib/Switch/test.pl
3744           !> (integrate 49 files)
3745 ____________________________________________________________________________
3746 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
3747         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
3748              From: "Craig A. Berry" <craigberry@mac.com>
3749              Date: Thu, 02 Aug 2001 12:56:19 -0500
3750              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
3751      Branch: perl
3752            ! ext/B/Showlex.t
3753 ____________________________________________________________________________
3754 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
3755         Log: Be more careful about non-existent files.
3756      Branch: perl
3757            ! lib/File/Copy.pm
3758 ____________________________________________________________________________
3759 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
3760         Log: Subject: [PATCH resend] deparse empty formats
3761              From: Robin Houston <robin@kitsite.com> 
3762              Date: Thu, 2 Aug 2001 14:32:36 +0100
3763              Message-ID: <20010802143236.A894@robin.kitsite.com>
3764      Branch: perl
3765            ! ext/B/B/Deparse.pm
3766 ____________________________________________________________________________
3767 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
3768         Log: Subject: [patch] ithreads + refto fix improvement
3769              From: Doug MacEachern <dougm@covalent.net>
3770              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
3771              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
3772      Branch: perl
3773            ! pp.c
3774 ____________________________________________________________________________
3775 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
3776         Log: Readability nit from Abhijit.
3777      Branch: perl
3778            ! op.c
3779 ____________________________________________________________________________
3780 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
3781         Log: setproctitle() API version nit from Anton Berezin.
3782      Branch: perl
3783            ! mg.c
3784 ____________________________________________________________________________
3785 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
3786         Log: Add PerlCE to the docs.
3787      Branch: perl
3788            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
3789            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
3790 ____________________________________________________________________________
3791 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
3792         Log: Integrate the PerlCE (WinCE Perl) port;
3793              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
3794      Branch: perl
3795            + README.ce wince/FindExt.pm wince/Makefile.ce
3796            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
3797            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
3798            + wince/bin/search.pl wince/config.ce wince/config.h
3799            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
3800            + wince/dl_win32.xs wince/include/arpa/inet.h
3801            + wince/include/cectype.h wince/include/errno.h
3802            + wince/include/netdb.h wince/include/sys/socket.h
3803            + wince/include/sys/stat.h wince/include/sys/types.h
3804            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
3805            + wince/perl.rc wince/perldll.def wince/perllib.c
3806            + wince/perlmain.c wince/registry.bat wince/runperl.c
3807            + wince/splittree.pl wince/win32.h wince/win32iop.h
3808            + wince/win32thread.c wince/win32thread.h wince/wince.c
3809            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
3810            + wince/xdistclean.ksh wince/xmakediffs.ksh
3811            ! MANIFEST perl.c perl.h perlio.c
3812 ____________________________________________________________________________
3813 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
3814         Log: setproctitle() made simpler.  (This assumes the string is
3815              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
3816              should be used.  Note len, not len + 1.)  BSD-fu from Anton
3817              Berezin.
3818      Branch: perl
3819            ! mg.c
3820 ____________________________________________________________________________
3821 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
3822         Log: Subject: [PATCH] -Wall cleanup: op.c
3823              From: Richard Soderberg <rs@oregonnet.com>
3824              Date: Thu, 2 Aug 2001 00:17:09 -0700
3825              Message-Id: <200108020717.AAA26895@oregonnet.com>
3826              
3827              Subject: [PATCH] -Wall cleanup: sv.c
3828              From: Richard Soderberg <rs@oregonnet.com>
3829              Date: Thu, 2 Aug 2001 00:49:21 -0700
3830              Message-Id: <200108020749.AAA27492@oregonnet.com>
3831      Branch: perl
3832            ! op.c sv.c
3833 ____________________________________________________________________________
3834 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
3835         Log: Update Changes.
3836      Branch: perl
3837            ! Changes patchlevel.h
3838 ____________________________________________________________________________
3839 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
3840         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3841              From: Doug MacEachern <dougm@covalent.net>
3842              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
3843              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
3844      Branch: perl
3845            ! op.c
3846 ____________________________________________________________________________
3847 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
3848         Log: The #11541 didn't work under threads.
3849      Branch: perl
3850            ! op.c
3851 ____________________________________________________________________________
3852 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
3853         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3854              From: Hugo <hv@crypt.compulink.co.uk>
3855              Date: Fri, 22 Jun 2001 01:19:08 +0100 
3856              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
3857              
3858              (Skip tests if accept() failed)
3859      Branch: perl
3860            ! ext/IO/lib/IO/t/io_unix.t
3861 ____________________________________________________________________________
3862 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
3863         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
3864              From: "Stian Seeberg" <sseeberg@nimsoft.no>
3865              Date: Mon, 30 Jul 2001 12:28:07 +0200
3866              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
3867      Branch: perl
3868            ! perl.h
3869 ____________________________________________________________________________
3870 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
3871         Log: Subject: Pluggable optimizer
3872              From: Simon Cozens <simon@netthink.co.uk>
3873              Date: Wed, 1 Aug 2001 13:57:02 -0700
3874              Message-ID: <20010801135702.I10442@netthink.co.uk>
3875      Branch: perl
3876            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
3877 ____________________________________________________________________________
3878 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
3879         Log: Subject: [ID 20010801.039] perlre.pod message typo
3880              From: Autrijus Tang <autrijus@geb.elixus.org>
3881              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
3882              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
3883      Branch: perl
3884            ! pod/perlre.pod
3885 ____________________________________________________________________________
3886 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
3887         Log: Test for change #11536.
3888      Branch: perl
3889            ! t/op/tiehandle.t
3890 ____________________________________________________________________________
3891 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
3892         Log: More test fixups for #11537.
3893      Branch: perl
3894            ! t/lib/warnings/4lint t/lib/warnings/9enabled
3895 ____________________________________________________________________________
3896 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
3897         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
3898              From: Doug MacEachern <dougm@covalent.net>
3899              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
3900              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
3901      Branch: perl
3902            ! op.c t/TestInit.pm
3903 ____________________________________________________________________________
3904 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
3905         Log: Subject: [patch] ithreads + refto bug
3906              From: Doug MacEachern <dougm@covalent.net>
3907              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
3908              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
3909              
3910              (Test in change #11539)
3911      Branch: perl
3912            ! pp.c
3913 ____________________________________________________________________________
3914 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
3915         Log: Subject: [PATCH: perl@11523] fixups for t/harness
3916              From: Prymmer/Kahn <pvhp@best.com>
3917              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
3918              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
3919      Branch: perl
3920            ! t/harness
3921 ____________________________________________________________________________
3922 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
3923         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
3924              From: Prymmer/Kahn <pvhp@best.com>
3925              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
3926              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
3927      Branch: perl
3928            ! win32/Makefile win32/makefile.mk
3929 ____________________________________________________________________________
3930 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
3931         Log: Need to know the number of tests.
3932      Branch: perl
3933            ! t/run/exit.t
3934 ____________________________________________________________________________
3935 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
3936         Log: Subject: Re: new exit tests on VMS
3937              From: "Craig A. Berry" <craigberry@mac.com>
3938              Date: Tue, 31 Jul 2001 12:19:29 -0500
3939              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
3940      Branch: perl
3941            ! t/run/exit.t
3942 ____________________________________________________________________________
3943 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
3944         Log: Retract #11530 (the dTHX is needed under threads)
3945      Branch: perl
3946            ! perlio.c
3947 ____________________________________________________________________________
3948 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
3949         Log: (Retracted by #11531)
3950      Branch: perl
3951            ! perlio.c
3952 ____________________________________________________________________________
3953 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
3954         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
3955              From: Richard Soderberg <rs@crystalflame.net>
3956              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
3957              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
3958      Branch: perl
3959            ! unixish.h
3960 ____________________________________________________________________________
3961 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
3962         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
3963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3964              Date: Tue, 31 Jul 2001 05:39:09 -0400
3965              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
3966              
3967              (with a note about the case of UV being equal to long long)
3968      Branch: perl
3969            ! utils/h2xs.PL
3970 ____________________________________________________________________________
3971 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
3972         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
3973              From: "Craig A. Berry" <craigberry@mac.com>
3974              Date: Tue, 31 Jul 2001 14:57:43 -0500
3975              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
3976      Branch: perl
3977            ! t/io/fs.t
3978 ____________________________________________________________________________
3979 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
3980         Log: Fix for
3981              
3982              Subject: [ID 20010116.001] File::Copy truncates orig file 
3983              From: arbor@al37al08.telecel.pt
3984              Date: Tue, 16 Jan 2001 11:43:02 GMT
3985              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
3986              
3987              (copy($foo, $foo) would truncate $foo)
3988      Branch: perl
3989            ! lib/File/Copy.pm lib/File/Copy.t
3990 ____________________________________________________________________________
3991 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
3992         Log: Metaconfig unit change for #11524.
3993      Branch: metaconfig/U/perl
3994            ! Extras.U
3995 ____________________________________________________________________________
3996 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
3997         Log: Multiple modules didn't work; plus typo fixes.
3998      Branch: perl
3999            ! Configure
4000 ____________________________________________________________________________
4001 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
4002         Log: Update Changes.
4003      Branch: perl
4004            ! Changes patchlevel.h
4005 ____________________________________________________________________________
4006 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
4007         Log: Regen perlapi.
4008      Branch: perl
4009            ! pod/perlapi.pod
4010 ____________________________________________________________________________
4011 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
4012         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
4013              From: Dave Mitchell <davem@fdgroup.co.uk>
4014              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
4015              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
4016      Branch: perl
4017            ! sv.c
4018 ____________________________________________________________________________
4019 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
4020         Log: Regen toc.
4021      Branch: perl
4022            ! pod/perltoc.pod
4023 ____________________________________________________________________________
4024 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
4025         Log: Regen Porting stuff.
4026      Branch: perl
4027            ! Porting/Glossary Porting/config.sh Porting/config_H
4028 ____________________________________________________________________________
4029 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
4030         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
4031              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4032              Date: Tue, 31 Jul 2001 05:34:38 -0400
4033              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
4034      Branch: perl
4035            ! utils/h2xs.PL
4036 ____________________________________________________________________________
4037 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
4038         Log: Metaconfig unit change for #11516. 
4039      Branch: metaconfig/U/perl
4040            ! gccvers.U
4041 ____________________________________________________________________________
4042 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
4043         Log: Add -Wall in cflags, not in Configure.
4044              (This way -Wall affects only the core and the core XS,
4045              not user modules' XS.  Concern from Paul Marquess,
4046              implementation idea from Andy Dougherty.)
4047      Branch: perl
4048            ! Configure cflags.SH
4049 ____________________________________________________________________________
4050 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
4051         Log: Metaconfig unit changes for #11514.
4052      Branch: metaconfig
4053            + U/modified/sysman.U
4054            ! U/installdirs/man1dir.U
4055 ____________________________________________________________________________
4056 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
4057         Log: Subject: Configure's detection of system manual
4058              From: Sean Dague <sean@dague.net> 
4059              Date: Sun, 13 May 2001 15:53:15 -0400
4060              Message-ID: <20010513155315.A15833@underhill.dague.net>
4061      Branch: perl
4062            ! Configure
4063 ____________________________________________________________________________
4064 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
4065         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
4066              From: Autrijus Tang <autrijus@autrijus.org> 
4067              Date: Thu, 21 Jun 2001 23:56:48 +0800
4068              Message-Id: <20010621235648.A57340@not.autrijus.org>
4069      Branch: perl
4070            ! pod/perlobj.pod
4071 ____________________________________________________________________________
4072 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
4073         Log: Subject: Typo in DB_File.pm
4074              From: "Philip Newton" <Philip.Newton@gmx.net>
4075              Date: Tue, 31 Jul 2001 06:19:35 +0200
4076              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
4077      Branch: perl
4078            ! ext/DB_File/DB_File.pm
4079 ____________________________________________________________________________
4080 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
4081         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
4082              From: "Stephen P. Potter" <spp@spotter.yi.org>
4083              Date: Wed, 30 May 2001 13:59:34 -0400
4084              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
4085      Branch: perl
4086            ! pod/perlre.pod
4087 ____________________________________________________________________________
4088 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
4089         Log: eval "format foo=" would loop indefinitely; reported in
4090              
4091              Subject: A load of old rubbish
4092              From: Mike Guy <mjtg@cam.ac.uk>
4093              Date: Mon, 14 May 2001 16:12:22 +0100
4094              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
4095              
4096              (The core dumps reported in there already fixed.)
4097      Branch: perl
4098            ! toke.c
4099 ____________________________________________________________________________
4100 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
4101         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
4102      Branch: perl
4103            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
4104            + lib/Switch/t/switch_case.t
4105            - lib/Switch/test.pl
4106            ! MANIFEST lib/Switch.pm
4107 ____________________________________________________________________________
4108 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
4109         Log: Subject: [PATCH @11505] DB_File-1.78
4110              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
4111              Date: Mon, 30 Jul 2001 22:54:37 +0100
4112              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
4113      Branch: perl
4114            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4115            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
4116 ____________________________________________________________________________
4117 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
4118         Log: Explain in more detail why -pipe and -fno-common are good.
4119      Branch: perl
4120            ! hints/darwin.sh
4121 ____________________________________________________________________________
4122 [ 11506] By: nick                                  on 2001/07/30  14:32:23
4123         Log: Integrate mainline
4124      Branch: perlio
4125           !> INSTALL Makefile.SH doio.c hints/darwin.sh
4126 ____________________________________________________________________________
4127 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
4128         Log: Perl hasn't been putting man pages into $prefix/lib for
4129              a long time now; pointed out by Andy Dougherty. 
4130      Branch: perl
4131            ! hints/darwin.sh
4132 ____________________________________________________________________________
4133 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
4134         Log: Document the extras Configure option.
4135      Branch: perl
4136            ! INSTALL
4137 ____________________________________________________________________________
4138 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
4139         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
4140              everywhere.
4141      Branch: perl
4142           !> doio.c
4143 ____________________________________________________________________________
4144 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
4145         Log: Doubly guard against invoking CPAN if no extras defined,
4146              pointed out by H. Merijn Brand.
4147      Branch: perl
4148            ! Makefile.SH
4149 ____________________________________________________________________________
4150 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
4151         Log: Fix O_RDONLY check to check for O_RDONLY.
4152      Branch: maint-5.6/macperl
4153            ! doio.c
4154 ____________________________________________________________________________
4155 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
4156         Log: Integrate miscellaneous changes from maint-5.6/perl.
4157      Branch: maint-5.6/macperl
4158           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
4159 ____________________________________________________________________________
4160 [ 11499] By: nick                                  on 2001/07/30  06:52:42
4161         Log: Integrate mainline
4162      Branch: perlio
4163           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
4164           +> win32/sync_ext.pl
4165            - win32/sncfnmcs.pl
4166           !> (integrate 71 files)
4167 ____________________________________________________________________________
4168 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
4169         Log: Update Changes.
4170      Branch: perl
4171            ! Changes patchlevel.h
4172 ____________________________________________________________________________
4173 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
4174         Log: Now Configure -Dextras=Foo::Bar and "make install" will
4175              fetch and install Foo::Bar.
4176      Branch: perl
4177            ! Makefile.SH
4178 ____________________________________________________________________________
4179 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
4180         Log: Metaconfig unit change for #11495.
4181      Branch: metaconfig/U/perl
4182            ! Extras.U
4183 ____________________________________________________________________________
4184 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
4185         Log: extras.make, extras.test, and extras.install make targets.
4186      Branch: perl
4187            ! Configure Makefile.SH
4188 ____________________________________________________________________________
4189 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
4190         Log: Metaconfig unit change for #11493.
4191      Branch: metaconfig/U/perl
4192            ! Extras.U
4193 ____________________________________________________________________________
4194 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
4195         Log: Better to have the list of extras in $extras than 'define'.
4196      Branch: perl
4197            ! Configure
4198 ____________________________________________________________________________
4199 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
4200         Log: The metaconfig unit change for #11490.
4201      Branch: metaconfig/U/perl
4202            + Extras.U
4203 ____________________________________________________________________________
4204 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
4205         Log: Missed from #11490 (the required dependency).
4206      Branch: perl
4207            ! Makefile.SH
4208 ____________________________________________________________________________
4209 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
4210         Log: Add the support of asking for extra modules or bundles of modules
4211              to be fetched from the CPAN and installed as a part of the Perl
4212              build process.  None of this installation is yet really done;
4213              only the list is asked, and saved away in extras.lst for
4214              the build and installation process to worry about later.
4215      Branch: perl
4216            ! Configure
4217 ____________________________________________________________________________
4218 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
4219         Log: Beginnings of better Inf and NaN support.
4220              At least toke.c and sv.c still need quite a bit of work.
4221      Branch: perl
4222            ! numeric.c perl.h
4223 ____________________________________________________________________________
4224 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
4225         Log: Top-level Makefile didn't honour OPTIMIZE.
4226      Branch: perl
4227            ! Makefile.SH
4228 ____________________________________________________________________________
4229 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
4230         Log: Update Changes.
4231      Branch: perl
4232            ! Changes patchlevel.h
4233 ____________________________________________________________________________
4234 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
4235         Log: Use Search::Dict 1.02 interface for charinfo().
4236      Branch: perl
4237            ! lib/UnicodeCD.pm
4238 ____________________________________________________________________________
4239 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
4240         Log: Now also allow transforming the read lines before comparing them.
4241              (This will help UnicodeCD.) 
4242      Branch: perl
4243            ! lib/Search/Dict.pm
4244 ____________________________________________________________________________
4245 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
4246         Log: Remove tiehandle code.
4247      Branch: perl
4248            ! lib/UnicodeCD.pm
4249 ____________________________________________________________________________
4250 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
4251         Log: Allow specifying a comparison function for Search::Dict::look().
4252      Branch: perl
4253            ! lib/Search/Dict.pm
4254 ____________________________________________________________________________
4255 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
4256         Log: Small UnicodeCD tweaks.
4257      Branch: perl
4258            ! lib/UnicodeCD.pm lib/UnicodeCD.t
4259 ____________________________________________________________________________
4260 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
4261         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
4262              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4263              Date: Tue, 24 Jul 2001 01:51:32 +0900
4264              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
4265      Branch: perl
4266            ! lib/UnicodeCD.pm lib/UnicodeCD.t
4267 ____________________________________________________________________________
4268 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
4269         Log: Subject: [PATCH] installperl
4270              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4271              Date: Fri, 27 Jul 2001 19:05:04 -0700
4272              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
4273      Branch: perl
4274            ! installperl
4275 ____________________________________________________________________________
4276 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
4277         Log: Subject: [PATCH] Set proper compatibility versions in core
4278              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
4279              Date: Fri, 27 Jul 2001 20:01:49 -0700
4280              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
4281      Branch: perl
4282            ! Makefile.SH
4283 ____________________________________________________________________________
4284 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
4285         Log: Metaconfig unit change for #11477.
4286      Branch: metaconfig/U/perl
4287            ! dlsrc.U
4288 ____________________________________________________________________________
4289 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
4290         Log: Subject: [PATCH] Darwin: -fpic not so good
4291              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4292              Date: Fri, 27 Jul 2001 18:57:38 -0700
4293              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
4294      Branch: perl
4295            ! Configure
4296 ____________________________________________________________________________
4297 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
4298         Log: Subject: [PATCH] Clean up Darwin hints
4299              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
4300              Date: Fri, 27 Jul 2001 19:13:15 -0700
4301              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
4302      Branch: perl
4303            ! hints/darwin.sh
4304 ____________________________________________________________________________
4305 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
4306         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
4307              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4308              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
4309              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
4310      Branch: perl
4311            ! pod/perlfunc.pod pp.c t/op/split.t
4312 ____________________________________________________________________________
4313 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
4314         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
4315              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
4316              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
4317              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
4318      Branch: perl
4319            ! pod/perlvar.pod
4320 ____________________________________________________________________________
4321 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
4322         Log: Subject: [PATCH] fixes to constant.pm documentation
4323              From: Ilmari Karonen <iltzu@sci.fi>
4324              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
4325              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
4326      Branch: perl
4327            ! lib/constant.pm
4328 ____________________________________________________________________________
4329 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
4330         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
4331              From: "Philip Newton" <Philip.Newton@gmx.net>
4332              Date: Fri, 27 Jul 2001 07:51:10 +0200
4333              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
4334      Branch: perl
4335            ! pod/perlport.pod
4336 ____________________________________________________________________________
4337 [ 11471] By: nick                                  on 2001/07/26  06:23:32
4338         Log: Subject:  [PATCH] Doc fix for perlguts / threading
4339              From:  Arthur Bergman <arthur@contiller.se>
4340              Date:  Wed, 25 Jul 2001 11:28:23 +0200
4341              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
4342      Branch: perl
4343            ! pod/perlguts.pod
4344 ____________________________________________________________________________
4345 [ 11470] By: nick                                  on 2001/07/26  06:21:06
4346         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
4347              From:  Philip Newton <Philip.Newton@gmx.net>
4348              Date:  Wed, 25 Jul 2001 08:19:47 +0200
4349              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
4350      Branch: perl
4351            ! INSTALL
4352 ____________________________________________________________________________
4353 [ 11469] By: nick                                  on 2001/07/26  06:20:25
4354         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
4355              From:  Philip Newton <Philip.Newton@gmx.net>
4356              Date:  Wed, 25 Jul 2001 08:12:48 +0200
4357              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
4358      Branch: perl
4359            ! INSTALL
4360 ____________________________________________________________________________
4361 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
4362         Log: More +x.
4363      Branch: perl
4364            ! Porting/makerel
4365 ____________________________________________________________________________
4366 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
4367         Log: Update Changes.
4368      Branch: perl
4369            ! Changes patchlevel.h
4370 ____________________________________________________________________________
4371 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
4372         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
4373              From: "Philip Newton" <Philip.Newton@gmx.net>
4374              Date: Tue, 24 Jul 2001 06:45:55 +0200
4375              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
4376      Branch: perl
4377            ! os2/perlrexx.c
4378 ____________________________________________________________________________
4379 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
4380         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
4381              From: Peter Prymmer <pvhp@forte.com>
4382              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
4383              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
4384      Branch: perl
4385            ! pod/perlport.pod t/io/fs.t vms/test.com
4386 ____________________________________________________________________________
4387 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
4388         Log: Workaround on Cwd bootstrap problem.
4389      Branch: perl
4390            ! lib/ExtUtils/MakeMaker.pm
4391 ____________________________________________________________________________
4392 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
4393         Log: When in Rome, quote like the Romans do.
4394      Branch: perl
4395            ! cflags.SH
4396 ____________________________________________________________________________
4397 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
4398         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
4399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4400              Date: Mon, 23 Jul 2001 19:29:49 -0400
4401              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
4402      Branch: perl
4403            + os2/perlrexx.c
4404            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
4405            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
4406            ! t/op/write.t
4407 ____________________________________________________________________________
4408 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
4409         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
4410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4411              Date: Mon, 23 Jul 2001 18:43:42 -0400
4412              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
4413      Branch: perl
4414            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
4415 ____________________________________________________________________________
4416 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
4417         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
4418              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4419              Date: Mon, 23 Jul 2001 18:33:16 -0400
4420              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
4421      Branch: perl
4422            ! lib/ExtUtils/MakeMaker.pm
4423 ____________________________________________________________________________
4424 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
4425         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
4426              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4427              Date: Mon, 23 Jul 2001 18:20:35 -0400
4428              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
4429      Branch: perl
4430            ! Makefile.SH cflags.SH
4431 ____________________________________________________________________________
4432 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
4433         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
4434              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
4435              Date: Mon, 23 Jul 2001 11:32:17 -0500
4436              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
4437      Branch: perl
4438            ! lib/ExtUtils/MakeMaker.pm
4439 ____________________________________________________________________________
4440 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
4441         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
4442              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4443              Date: Mon, 23 Jul 2001 18:13:20 -0400
4444              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
4445      Branch: perl
4446            ! lib/perl5db.pl
4447 ____________________________________________________________________________
4448 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
4449         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
4450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4451              Date: Mon, 23 Jul 2001 18:07:40 -0400
4452              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
4453      Branch: perl
4454            ! op.c
4455 ____________________________________________________________________________
4456 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
4457         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
4458              From: "Craig A. Berry" <craigberry@mac.com>
4459              Date: Mon, 23 Jul 2001 15:35:06 -0500
4460              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
4461      Branch: perl
4462            ! util.c
4463 ____________________________________________________________________________
4464 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
4465         Log: Subject: [PATCH perlfaq9.pod typo]
4466              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
4467              Date: Mon, 23 Jul 2001 07:49:05 -0700
4468              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
4469      Branch: perl
4470            ! pod/perlfaq9.pod
4471 ____________________________________________________________________________
4472 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
4473         Log: Subject: win32\sncfnmcs.pl corrections
4474              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4475              Date: Mon, 23 Jul 2001 12:56:54 +0200
4476              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
4477              
4478              Rename the script a little bit more sensibly.
4479      Branch: perl
4480            + win32/sync_ext.pl
4481            - win32/sncfnmcs.pl
4482            ! MANIFEST README.win32
4483 ____________________________________________________________________________
4484 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
4485         Log: Test tweak.
4486      Branch: perl
4487            ! ext/B/Deparse.t
4488 ____________________________________________________________________________
4489 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
4490         Log: Metaconfig unit tweak for #11450.
4491      Branch: metaconfig/U/perl
4492            ! Mksymlinks.U
4493 ____________________________________________________________________________
4494 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
4495         Log: Too volatile failsafe check.
4496      Branch: perl
4497            ! Configure
4498 ____________________________________________________________________________
4499 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
4500         Log: Further doc tweaks.
4501      Branch: perl
4502            ! lib/UnicodeCD.pm
4503 ____________________________________________________________________________
4504 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
4505         Log: Doc tweaks.
4506      Branch: perl
4507            ! lib/UnicodeCD.pm
4508 ____________________________________________________________________________
4509 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
4510         Log: Doc tweakery from Abhijit.
4511      Branch: perl
4512            ! Porting/repository.pod
4513 ____________________________________________________________________________
4514 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
4515         Log: An accidental empty line.
4516      Branch: perl
4517            ! MANIFEST
4518 ____________________________________________________________________________
4519 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
4520         Log: Missing MANIFESTations.
4521      Branch: perl
4522            ! MANIFEST
4523 ____________________________________________________________________________
4524 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
4525         Log: Update Changes.
4526      Branch: perl
4527            ! Changes patchlevel.h
4528 ____________________________________________________________________________
4529 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
4530         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
4531              From: Mike Guy <mjtg@cam.ac.uk>
4532              Date: Fri, 20 Jul 2001 16:12:49 +0100
4533              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
4534      Branch: perl
4535            ! Porting/pumpkin.pod
4536 ____________________________________________________________________________
4537 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
4538         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4539              From: Peter Prymmer <pvhp@forte.com>
4540              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
4541              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
4542      Branch: perl
4543            ! pod/perlhack.pod
4544 ____________________________________________________________________________
4545 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
4546         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
4547              From: Michael G Schwern <schwern@pobox.com>
4548              Date: Fri, 20 Jul 2001 20:22:35 -0400
4549              Message-ID: <20010720202235.O4498@blackrider>
4550      Branch: perl
4551            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
4552            ! lib/Test/t/todo.t
4553 ____________________________________________________________________________
4554 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
4555         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
4556              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
4557              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
4558              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
4559      Branch: perl
4560            ! ext/POSIX/POSIX.pod
4561 ____________________________________________________________________________
4562 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
4563         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
4564              From: Mark-Jason Dominus <mjd@plover.com>
4565              Date: Fri, 20 Jul 2001 23:16:54 -0400
4566              Message-ID: <20010721031654.21877.qmail@plover.com>
4567      Branch: perl
4568            ! ext/POSIX/POSIX.pod
4569 ____________________________________________________________________________
4570 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
4571         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
4572              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4573              Date: Sun, 22 Jul 2001 14:56:09 +0200
4574              Message-ID: <20010722145609.A766@rafael>
4575      Branch: perl
4576            ! ext/B/O.pm
4577 ____________________________________________________________________________
4578 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
4579         Log: Subject: regexec.c #define cleanup
4580              From: Mark-Jason Dominus <mjd@plover.com>
4581              Date: Sat, 21 Jul 2001 18:33:25 -0400
4582              Message-ID: <20010721223325.3069.qmail@plover.com>
4583      Branch: perl
4584            ! regexec.c
4585 ____________________________________________________________________________
4586 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
4587         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
4588              From: Prymmer/Kahn <pvhp@best.com>
4589              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
4590              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
4591      Branch: perl
4592            ! t/io/fs.t
4593 ____________________________________________________________________________
4594 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
4595         Log: Typo in #11432.
4596      Branch: perl
4597            ! ext/POSIX/POSIX.t
4598 ____________________________________________________________________________
4599 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
4600         Log: Integrate (manually) change #11424 from macperl.
4601      Branch: perl
4602            ! ext/Filter/t/call.t
4603 ____________________________________________________________________________
4604 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
4605         Log: Integrate change #11408 from macperl.
4606      Branch: perl
4607           !> README.macos pod/perlport.pod
4608 ____________________________________________________________________________
4609 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
4610         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
4611      Branch: perl
4612           +> macos/MacPerlTests.cmd macos/xsubpp.patch
4613            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4614            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
4615            ! ext/POSIX/POSIX.t
4616 ____________________________________________________________________________
4617 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
4618         Log: pod/*.t tests not picked up by t/TEST either
4619      Branch: maint-5.6/perl
4620            ! t/TEST
4621 ____________________________________________________________________________
4622 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
4623         Log: better tweak for change#11429 (windows has both / and \ separated
4624              paths in @INC at that point)
4625      Branch: maint-5.6/perl
4626            ! t/pod/testp2pt.pl
4627 ____________________________________________________________________________
4628 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
4629         Log: MacOS pod test tweak needs \Escape
4630      Branch: maint-5.6/perl
4631            ! t/pod/testp2pt.pl
4632 ____________________________________________________________________________
4633 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
4634         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
4635              resulting duplicate output, but t/harness isn't)
4636      Branch: maint-5.6/perl
4637            ! t/run/runenv.t
4638 ____________________________________________________________________________
4639 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
4640         Log: t/harness wasn't picking up all the tests
4641      Branch: maint-5.6/perl
4642            ! t/harness
4643 ____________________________________________________________________________
4644 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
4645         Log: update MANIFEST for new file
4646      Branch: maint-5.6/perl
4647            ! MANIFEST
4648 ____________________________________________________________________________
4649 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
4650         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
4651              the exception of the macperl/macos/... tree
4652      Branch: maint-5.6/perl
4653           +> t/lib/filefind-taint.t
4654           !> (integrate 72 files)
4655 ____________________________________________________________________________
4656 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
4657         Log: Fix test.
4658      Branch: maint-5.6/macperl
4659            ! macos/bundled_ext/Filter/t/call.t
4660 ____________________________________________________________________________
4661 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
4662         Log: Make perl fork()-safe (in a slightly limited way) even on
4663              platforms that don't have pthread_atfork() (extension of
4664              the fix in change#11151).
4665              
4666              Note that this will not help extensions that call fork()
4667              directly in C, or that link to libraries that call fork()
4668              directly.  Such cases must be fixed to either call
4669              PerlProc_fork(), or call atfork_lock() in parent before the
4670              calling the function that forks and call atfork_unlock()
4671              in both parent and child immediately after the fork().
4672              (There are no worries if C code calls exec() in the child
4673              immediately after a fork().  Only cases where the child
4674              calls perl's API functions (including New()) after the
4675              fork() are problematic.)
4676              
4677              This change also eliminates the use of vfork() from perl,
4678              since all such uses were violating the severe restrictions
4679              on modifying the state of the process between the vfork()
4680              and the exec().
4681              
4682              This is a modified version of patches suggested by Abhijit
4683              Menon-Sen and Richard Soderberg.
4684      Branch: perl
4685            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
4686            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
4687 ____________________________________________________________________________
4688 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
4689         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
4690              Switch, and Text::Balanced.
4691      Branch: maint-5.6/macperl
4692            + macos/bundled_ext/Filter/Util/Call/Call.pm
4693            + macos/bundled_ext/Filter/Util/Call/Call.xs
4694            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
4695            + macos/bundled_ext/Filter/t/MyFilter.pm
4696            + macos/bundled_ext/Filter/t/call.t
4697            + macos/bundled_ext/Filter/t/filter-util.pl
4698            + macos/bundled_lib/blib/lib/Class/ISA.pm
4699            + macos/bundled_lib/blib/lib/Digest.pm
4700            + macos/bundled_lib/blib/lib/Filter/Simple.pm
4701            + macos/bundled_lib/blib/lib/Switch.pm
4702            + macos/bundled_lib/blib/lib/Text/Balanced.pm
4703            + macos/bundled_lib/blib/lib/Text/Balanced.pod
4704            + macos/bundled_lib/t/Class/ISA/test.pl
4705            + macos/bundled_lib/t/Digest/Digest.t
4706            + macos/bundled_lib/t/Filter/Simple/test.pl
4707            + macos/bundled_lib/t/Switch/test.pl
4708            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
4709            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
4710            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
4711            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
4712            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
4713            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
4714            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
4715            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
4716 ____________________________________________________________________________
4717 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
4718         Log: Add Filter::Util::Call to config/make files; edit utils
4719              to recognize the module (it was descended too far down).
4720              Bump version to 5.6.1a4.
4721      Branch: maint-5.6/macperl
4722            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
4723            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
4724            ! macos/macperl/Makefile.mk macos/xsubpp.patch
4725 ____________________________________________________________________________
4726 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
4727         Log: Make DB_File the default for MLDBM on MacOS.
4728      Branch: maint-5.6/macperl
4729            ! macos/bundled_lib/blib/lib/MLDBM.pm
4730 ____________________________________________________________________________
4731 [ 11419] By: nick                                  on 2001/07/20  14:51:03
4732         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
4733              From:  Simon Cozens <simon@netthink.co.uk>
4734              Date:  Fri, 20 Jul 2001 11:42:35 -0400
4735              Message-Id:  <20010720114235.A5235@netthink.co.uk>
4736      Branch: perl
4737            ! lib/UnicodeCD.pm
4738 ____________________________________________________________________________
4739 [ 11418] By: nick                                  on 2001/07/20  14:48:12
4740         Log: Subject:  [PATCH regcomp.h] adds a comment
4741              From:  Abhijit Menon-Sen <ams@wiw.org>
4742              Date:  Fri, 20 Jul 2001 21:05:37 +0530
4743              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
4744      Branch: perl
4745            ! regcomp.h
4746 ____________________________________________________________________________
4747 [ 11417] By: nick                                  on 2001/07/20  14:16:38
4748         Log: Subject:  [PATCH 5.7.2] INSTALL updates
4749              From:  Andy Dougherty <doughera@lafayette.edu>
4750              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
4751              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
4752      Branch: perl
4753            ! INSTALL
4754 ____________________________________________________________________________
4755 [ 11416] By: nick                                  on 2001/07/20  06:44:44
4756         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
4757              From:  Russ Allbery <rra@stanford.edu>
4758              Date:  19 Jul 2001 15:52:37 -0700
4759              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
4760      Branch: perl
4761            ! lib/Pod/Man.pm
4762 ____________________________________________________________________________
4763 [ 11415] By: nick                                  on 2001/07/20  06:35:11
4764         Log: Subject:  [PATCH] defer op_seq allocation
4765              From:  Abhijit Menon-Sen <ams@wiw.org>
4766              Date:  Thu, 19 Jul 2001 22:12:24 +0530
4767              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
4768      Branch: perl
4769            ! op.c
4770 ____________________________________________________________________________
4771 [ 11414] By: nick                                  on 2001/07/20  06:23:36
4772         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
4773              From:  Abhijit Menon-Sen <ams@wiw.org>
4774              Date:  Fri, 20 Jul 2001 01:18:50 +0530
4775              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
4776              (Private e-mail)
4777      Branch: perl
4778            ! ext/Time/HiRes/HiRes.xs
4779 ____________________________________________________________________________
4780 [ 11413] By: nick                                  on 2001/07/20  06:18:53
4781         Log: Integrate mainline
4782      Branch: perlio
4783           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
4784            - t/base/commonsense.t
4785           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
4786           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
4787           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
4788           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
4789           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
4790           !> win32/win32.c
4791 ____________________________________________________________________________
4792 [ 11412] By: nick                                  on 2001/07/19  06:44:27
4793         Log: Integrate win32/perlhost.h from maintenance branch.
4794              (Rest of $ENV{PATH} / system() fix.)
4795      Branch: perl
4796           !> win32/perlhost.h
4797 ____________________________________________________________________________
4798 [ 11411] By: nick                                  on 2001/07/19  06:41:34
4799         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
4800              From:  Philip Newton <Philip.Newton@gmx.net>
4801              Date:  Wed, 18 Jul 2001 21:43:57 +0200
4802              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
4803      Branch: perl
4804            ! pod/perlhack.pod
4805 ____________________________________________________________________________
4806 [ 11410] By: nick                                  on 2001/07/19  06:39:35
4807         Log: Subject:  Security hole in taint checking in open()
4808              From:  deekoo@tentacle.net
4809              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
4810              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
4811      Branch: perl
4812            ! doio.c
4813 ____________________________________________________________________________
4814 [ 11409] By: nick                                  on 2001/07/19  06:28:08
4815         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
4816              From:  Abhijit Menon-Sen <ams@wiw.org>
4817              Date:  Thu, 19 Jul 2001 04:30:43 +0530
4818              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
4819      Branch: perl
4820            ! ext/Time/HiRes/HiRes.xs
4821 ____________________________________________________________________________
4822 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
4823         Log: Update docs with latest implementation information and new URLs.
4824      Branch: maint-5.6/macperl
4825            ! README.macos pod/perlport.pod
4826 ____________________________________________________________________________
4827 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
4828         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
4829              Fix BuildRules to accept optimization variables.
4830      Branch: maint-5.6/macperl
4831            + macos/bundled_ext/Digest/MD5/Makefile.mk
4832            ! macos/BuildRules.mk macos/Makefile.mk
4833            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
4834            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
4835 ____________________________________________________________________________
4836 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
4837         Log: Integrate changes 11399,11401
4838      Branch: maint-5.6/macperl
4839           !> win32/perlhost.h win32/win32.c
4840 ____________________________________________________________________________
4841 [ 11405] By: nick                                  on 2001/07/18  06:50:33
4842         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
4843              from perl5.6*
4844      Branch: perl
4845           !> win32/perlhost.h win32/win32.c
4846 ____________________________________________________________________________
4847 [ 11404] By: nick                                  on 2001/07/18  06:43:59
4848         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
4849              From:  hv@crypt0.demon.co.uk
4850              Date:  Wed, 18 Jul 2001 05:58:46 +0100
4851              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
4852      Branch: perl
4853            ! ext/POSIX/POSIX.t
4854 ____________________________________________________________________________
4855 [ 11403] By: nick                                  on 2001/07/18  06:38:57
4856         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
4857              From:  hv@crypt0.demon.co.uk
4858              Date:  Wed, 18 Jul 2001 05:21:54 +0100
4859              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
4860      Branch: perl
4861            ! numeric.c t/op/arith.t
4862 ____________________________________________________________________________
4863 [ 11402] By: nick                                  on 2001/07/18  06:19:17
4864         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
4865              From:  mjd@plover.com
4866              Date:  17 Jul 2001 17:59:20 -0000
4867              Message-Id:  <20010717175920.8177.qmail@plover.com>
4868      Branch: perl
4869            ! pod/perlre.pod
4870 ____________________________________________________________________________
4871 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
4872         Log: thinko in change#11400 (duh)
4873      Branch: maint-5.6/perl
4874            ! win32/perlhost.h
4875 ____________________________________________________________________________
4876 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
4877         Log: change#11399 revealed another unrelated bug; this is just a temporary
4878              bandaid
4879      Branch: maint-5.6/perl
4880            ! win32/perlhost.h
4881 ____________________________________________________________________________
4882 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
4883         Log: fix bugs in handling of the virtualized environment under windows;
4884              there were bugs in propagating any changes to %ENV down to the real
4885              environment when such changes happened in the toplevel process
4886              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
4887              problem identification, and for a part of the fix)
4888      Branch: maint-5.6/perl
4889            ! win32/perlhost.h win32/win32.c
4890 ____________________________________________________________________________
4891 [ 11398] By: nick                                  on 2001/07/17  08:26:35
4892         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
4893              From: Peter Prymmer <pvhp@forte.com>
4894              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
4895              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
4896              
4897              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
4898              should not depend on existance of Config.pm
4899      Branch: perl
4900           +> t/lib/commonsense.t
4901            - t/base/commonsense.t
4902            ! MANIFEST t/README
4903 ____________________________________________________________________________
4904 [ 11397] By: nick                                  on 2001/07/17  08:09:58
4905         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
4906              From:  Michael G Schwern <schwern@pobox.com>
4907              Date:  Mon, 16 Jul 2001 18:20:31 -0400
4908              Message-Id:  <20010716182031.A1128@blackrider>
4909      Branch: perl
4910            ! pod/perlhack.pod
4911 ____________________________________________________________________________
4912 [ 11396] By: nick                                  on 2001/07/17  08:04:11
4913         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
4914              From:  Gwyn Judd <b.judd@xtra.co.nz>
4915              Date:  Tue, 17 Jul 2001 20:55:58 +1200
4916              Message-Id:  <20010717205558.A3107@thislove>
4917      Branch: perl
4918            ! pod/perlfunc.pod
4919 ____________________________________________________________________________
4920 [ 11395] By: nick                                  on 2001/07/17  08:02:22
4921         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
4922              From:  Peter Prymmer <pvhp@forte.com>
4923              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
4924              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
4925      Branch: perl
4926            ! t/op/sprintf.t
4927 ____________________________________________________________________________
4928 [ 11394] By: nick                                  on 2001/07/17  07:57:06
4929         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
4930              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
4931              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
4932              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
4933      Branch: perl
4934            ! gv.c
4935 ____________________________________________________________________________
4936 [ 11392] By: nick                                  on 2001/07/17  07:50:12
4937         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
4938              From:  Coral <coral@moonlight.crystalflame.net>
4939              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
4940              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
4941      Branch: perl
4942            ! pp_sys.c thread.h
4943 ____________________________________________________________________________
4944 [ 11391] By: nick                                  on 2001/07/17  07:34:28
4945         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
4946              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4947              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
4948              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
4949      Branch: perl
4950            ! utils/h2xs.PL
4951 ____________________________________________________________________________
4952 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
4953         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
4954              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
4955              and Mac::Apps::Launch, which don't work, and Time::HiRes and
4956              Time::Piece, which don't yet work.
4957      Branch: maint-5.6/macperl
4958            + (add 154 files)
4959 ____________________________________________________________________________
4960 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
4961         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
4962              Also add hack to get around missing setenv for PERL5DB.
4963      Branch: maint-5.6/macperl
4964            ! macos/macish.c macos/macish.h
4965 ____________________________________________________________________________
4966 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
4967         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
4968      Branch: maint-5.6/macperl
4969            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
4970            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
4971 ____________________________________________________________________________
4972 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
4973         Log: Fix up some configuration and make options, add extra
4974              extensions.
4975      Branch: maint-5.6/macperl
4976            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
4977            ! macos/macperl/Makefile.mk
4978 ____________________________________________________________________________
4979 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
4980         Log: From Change 11374 in maintperl.
4981      Branch: maint-5.6/macperl
4982           !> utils/h2ph.PL
4983 ____________________________________________________________________________
4984 [ 11385] By: nick                                  on 2001/07/16  14:12:58
4985         Log: Back out change to h2xs till it passes its test.
4986      Branch: perl
4987            ! utils/h2xs.PL
4988 ____________________________________________________________________________
4989 [ 11384] By: nick                                  on 2001/07/16  14:00:10
4990         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
4991              From:  Jonathan Stowe <gellyfish@gellyfish.com>
4992              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
4993              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
4994      Branch: perl
4995            ! utils/h2xs.PL
4996 ____________________________________________________________________________
4997 [ 11383] By: nick                                  on 2001/07/16  13:53:12
4998         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
4999              From:  Robin Houston <robin@kitsite.com>
5000              Date:  Sun, 15 Jul 2001 18:22:31 +0100
5001              Message-Id:  <20010715182230.A11174@robin>
5002      Branch: perl
5003            ! hints/darwin.sh
5004 ____________________________________________________________________________
5005 [ 11382] By: nick                                  on 2001/07/16  13:52:49
5006         Log: Subject:  [PATCH perl@11372] re_dup
5007              From:  Radu Greab <radu@netsoft.ro>
5008              Date:  Sun, 15 Jul 2001 04:50:06 +0300
5009              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
5010      Branch: perl
5011            ! sv.c
5012 ____________________________________________________________________________
5013 [ 11379] By: nick                                  on 2001/07/16  13:35:39
5014         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
5015              From:  Robin Houston <robin@kitsite.com>
5016              Date:  Sat, 14 Jul 2001 14:28:50 +0100
5017              Message-Id:  <20010714142850.A10205@robin>
5018      Branch: perl
5019            ! ext/B/B/Deparse.pm
5020 ____________________________________________________________________________
5021 [ 11378] By: nick                                  on 2001/07/16  13:30:36
5022         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
5023              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
5024              Date:  Sat, 14 Jul 2001 22:17:42 +0900
5025              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
5026      Branch: perl
5027            + ext/Encode/Encode/euc-jp-0212.enc
5028            ! ext/Encode/Encode/Tcl.pm
5029 ____________________________________________________________________________
5030 [ 11377] By: nick                                  on 2001/07/16  13:17:28
5031         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
5032              From:  Andy Dougherty <doughera@lafayette.edu>
5033              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
5034              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
5035      Branch: perl
5036            ! hints/darwin.sh hints/rhapsody.sh
5037 ____________________________________________________________________________
5038 [ 11376] By: nick                                  on 2001/07/16  09:05:00
5039         Log: Integrate mainline
5040      Branch: perlio
5041           +> ext/Encode/Encode/7bit-greek.enc
5042           +> ext/Encode/Encode/7bit-latin1.enc
5043           +> ext/Encode/Encode/cns11643-1.enc
5044           +> ext/Encode/Encode/cns11643-2.enc
5045           +> ext/Encode/Encode/iso2022-cn.enc
5046           +> ext/Encode/Encode/iso2022-jp1.enc
5047           +> ext/Encode/Encode/iso2022-jp2.enc
5048           !> Changes Configure MANIFEST Makefile.SH
5049           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5050           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
5051           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
5052           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
5053           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
5054 ____________________________________________________________________________
5055 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
5056         Log: integrate change#11374 from maint-5.6
5057              
5058              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5059      Branch: perl
5060           !> utils/h2ph.PL
5061 ____________________________________________________________________________
5062 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
5063         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
5064      Branch: maint-5.6/perl
5065            ! utils/h2ph.PL
5066 ____________________________________________________________________________
5067 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
5068         Log: Update Changes.
5069      Branch: perl
5070            ! Changes patchlevel.h
5071 ____________________________________________________________________________
5072 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
5073         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
5074              From: Jonathan Stowe <gellyfish@gellyfish.com>
5075              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
5076              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
5077      Branch: perl
5078            ! utils/h2xs.PL
5079 ____________________________________________________________________________
5080 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
5081         Log: Subject: patch to add DEL to [:cntrl:]
5082              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
5083              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
5084              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
5085      Branch: perl
5086            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
5087 ____________________________________________________________________________
5088 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
5089         Log: Metaconfig unit change for #11369; plus a dependency nit.
5090      Branch: metaconfig
5091            ! U/compline/nblock_io.U
5092      Branch: metaconfig/U/perl
5093            ! Extensions.U
5094 ____________________________________________________________________________
5095 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
5096         Log: #include <stdlib.h> so that exit() is prototyped,
5097              noticed by Hugo.
5098      Branch: perl
5099            ! Configure
5100 ____________________________________________________________________________
5101 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
5102         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
5103              From: Peter Prymmer <pvhp@forte.com>
5104              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
5105              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
5106      Branch: perl
5107            ! t/op/sprintf.t
5108 ____________________________________________________________________________
5109 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
5110         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
5111              From: Peter Prymmer <pvhp@forte.com>
5112              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
5113              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
5114      Branch: perl
5115            ! ext/Encode/Encode/Tcl.t
5116 ____________________________________________________________________________
5117 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
5118         Log: Add information about gcc 3.0 basic block profiling.
5119      Branch: perl
5120            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
5121 ____________________________________________________________________________
5122 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
5123         Log: Subject: Error in lib/PerlIO/Via.pm ?
5124              From: Mark-Jason Dominus <mjd@plover.com>
5125              Date: Fri, 13 Jul 2001 15:55:41 -0400
5126              Message-ID: <20010713195541.26751.qmail@plover.com>
5127      Branch: perl
5128            ! ext/PerlIO/Via/Via.pm
5129 ____________________________________________________________________________
5130 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
5131         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
5132              section from the Compiler section.
5133      Branch: perl
5134            ! myconfig.SH
5135 ____________________________________________________________________________
5136 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
5137         Log: Handle glibc style of constant definitions using enum
5138              with intervening #defines; from Brendan O'Dea.
5139      Branch: perl
5140            ! utils/h2ph.PL
5141 ____________________________________________________________________________
5142 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
5143         Log: Add LC_MESSAGES to the locale_h export tag (it already is
5144              in the Makefile.PL and thusly eligible for an XS constant)
5145              (see also maintperl #10543)
5146      Branch: perl
5147            ! ext/POSIX/POSIX.pm
5148 ____________________________________________________________________________
5149 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
5150         Log: Subject: Re: [patch] re_dup
5151              From: Abhijit Menon-Sen <ams@wiw.org>
5152              Date: Fri, 13 Jul 2001 21:41:09 +0530
5153              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
5154      Branch: perl
5155            ! sv.c
5156 ____________________________________________________________________________
5157 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
5158         Log: Subject: [patch] re_dup
5159              From: Doug MacEachern <dougm@covalent.net>
5160              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
5161              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
5162      Branch: perl
5163            ! sv.c
5164 ____________________________________________________________________________
5165 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
5166         Log: Update Changes.
5167      Branch: perl
5168            ! Changes patchlevel.h
5169 ____________________________________________________________________________
5170 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
5171         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
5172              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
5173              Date: Sat, 14 Jul 2001 00:06:30 +0900
5174              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
5175      Branch: perl
5176            + ext/Encode/Encode/7bit-greek.enc
5177            + ext/Encode/Encode/7bit-latin1.enc
5178            + ext/Encode/Encode/cns11643-1.enc
5179            + ext/Encode/Encode/cns11643-2.enc
5180            + ext/Encode/Encode/iso2022-cn.enc
5181            + ext/Encode/Encode/iso2022-jp1.enc
5182            + ext/Encode/Encode/iso2022-jp2.enc
5183            ! MANIFEST ext/Encode/Encode/Tcl.pm
5184            ! ext/Encode/Encode/iso2022-kr.enc
5185 ____________________________________________________________________________
5186 [ 11357] By: nick                                  on 2001/07/13  14:24:06
5187         Log: Blind integrate mainline (as of 5.7.2?)
5188      Branch: perlio
5189           !> AUTHORS Changes Porting/config.sh Porting/config_H
5190           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
5191           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5192           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
5193           !> win32/makefile.mk
5194 ____________________________________________________________________________
5195 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
5196         Log: Snip away the devel patchlevel.
5197      Branch: perl
5198            ! patchlevel.h
5199 ____________________________________________________________________________
5200 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
5201         Log: Bump the version to 5.7.2.
5202      Branch: perl
5203            ! Porting/config.sh Porting/config_H patchlevel.h
5204            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
5205            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5206            ! win32/makefile.mk
5207 ____________________________________________________________________________
5208 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
5209         Log: Update Changes.
5210      Branch: perl
5211            ! Changes
5212 ____________________________________________________________________________
5213 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
5214         Log: Reword.
5215      Branch: perl
5216            ! AUTHORS
5217 ____________________________________________________________________________
5218 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
5219         Log: AUTHORS update.
5220      Branch: perl
5221            ! AUTHORS
5222 ____________________________________________________________________________
5223 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
5224         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
5225              unless ithreads.
5226      Branch: perl
5227            ! makedef.pl
5228 ____________________________________________________________________________
5229 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
5230         Log: Integrate perlio.
5231      Branch: perl
5232           !> win32/distclean.bat
5233 ____________________________________________________________________________
5234 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
5235         Log: Test the encoding transform only iff we have PerlIO,
5236              noticed by H. Merijn Brand.
5237      Branch: perl
5238            ! ext/PerlIO/t/encoding.t
5239 ____________________________________________________________________________
5240 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
5241         Log: README.netware tweaks from Ananth Kesari.
5242      Branch: perl
5243            ! README.netware
5244 ____________________________________________________________________________
5245 [ 11346] By: nick                                  on 2001/07/13  09:18:51
5246         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
5247              to avoid /unicode vs /Unicode issues.
5248      Branch: perlio
5249            ! win32/distclean.bat
5250 ____________________________________________________________________________
5251 [ 11345] By: nick                                  on 2001/07/13  06:24:18
5252         Log: Integrate mainline
5253      Branch: perlio
5254           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
5255            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
5256           !> (integrate 63 files)
5257 ____________________________________________________________________________
5258 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
5259         Log: Add d_bincompat5005 information to perl -V.
5260      Branch: perl
5261            ! myconfig.SH
5262 ____________________________________________________________________________
5263 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
5264         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
5265              From: Abhijit Menon-Sen <ams@wiw.org>
5266              Date: Fri, 13 Jul 2001 07:12:36 +0530
5267              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
5268      Branch: perl
5269            ! sv.c
5270 ____________________________________________________________________________
5271 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
5272         Log: Remove unicode::distinct, as per Inaba Hiroto.
5273      Branch: perl
5274            - lib/unicode/distinct.pm
5275            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
5276            ! t/lib/1_compile.t
5277 ____________________________________________________________________________
5278 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
5279         Log: Paging for Dr Octothorpe.
5280      Branch: perl
5281            ! pod/perlfaq4.pod
5282 ____________________________________________________________________________
5283 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
5284         Log: cut-n-paste error noticed by mjd.
5285      Branch: perl
5286            ! pod/perlfaq4.pod
5287 ____________________________________________________________________________
5288 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
5289         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
5290              From: Peter Prymmer <pvhp@forte.com>
5291              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
5292              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
5293      Branch: perl
5294            ! pod/perlfaq4.pod
5295 ____________________________________________________________________________
5296 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
5297         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
5298              From: Randall Gellens <randy@qualcomm.com>
5299              Date: Thu, 12 Jul 2001 16:56:23 -0700
5300              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
5301      Branch: perl
5302            ! Porting/repository.pod
5303 ____________________________________________________________________________
5304 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
5305         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
5306      Branch: perl
5307            ! thread.h
5308 ____________________________________________________________________________
5309 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
5310         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
5311              From: coral <coral@moonlight.crystalflame.net>
5312              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
5313              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
5314      Branch: perl
5315            ! thread.h
5316 ____________________________________________________________________________
5317 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
5318         Log: Metaconfig unit change for #11134.
5319      Branch: metaconfig
5320            + U/threads/d_pthread_atfork.U
5321 ____________________________________________________________________________
5322 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
5323         Log: Add HAS_PTHREAD_ATFORK.
5324      Branch: perl
5325            ! Configure NetWare/config.wc NetWare/config_H.wc
5326            ! Porting/Glossary Porting/config.sh Porting/config_H
5327            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
5328            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
5329            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5330            ! win32/config.gc win32/config.vc win32/config_H.bc
5331            ! win32/config_H.gc win32/config_H.vc
5332 ____________________________________________________________________________
5333 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
5334         Log: Subject: [PATCH] File::Copy fails on tied handles
5335              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
5336              Date: Thu, 12 Jul 2001 15:18:51 -0700
5337              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
5338      Branch: perl
5339            ! lib/File/Copy.pm
5340 ____________________________________________________________________________
5341 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
5342         Log: Subject: [PATCH] Langinfo.t
5343              From: Nicholas Clark <nick@ccl4.org>
5344              Date: Thu, 12 Jul 2001 23:55:38 +0100
5345              Message-ID: <20010712235538.M5827@plum.flirble.org>
5346      Branch: perl
5347            ! ext/I18N/Langinfo/Langinfo.t
5348 ____________________________________________________________________________
5349 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
5350         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
5351              From: Peter Prymmer <pvhp@forte.com>
5352              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
5353              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
5354      Branch: perl
5355            ! pod/perl572delta.pod
5356 ____________________________________________________________________________
5357 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
5358         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
5359              From: Abhijit Menon-Sen <ams@wiw.org>
5360              Date: Fri, 13 Jul 2001 05:21:16 +0530
5361              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
5362      Branch: perl
5363            ! sv.c
5364 ____________________________________________________________________________
5365 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
5366         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
5367              From: Abhijit Menon-Sen <ams@wiw.org>
5368              Date: Fri, 13 Jul 2001 03:04:25 +0530
5369              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
5370      Branch: perl
5371            ! av.c
5372 ____________________________________________________________________________
5373 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
5374         Log: s/^M$//g
5375      Branch: perl
5376            ! win32/Makefile win32/makefile.mk
5377 ____________________________________________________________________________
5378 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
5379         Log: Update Changes.
5380      Branch: perl
5381            ! Changes patchlevel.h
5382 ____________________________________________________________________________
5383 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
5384         Log: Typo spotted by Philip Newton.
5385      Branch: perl
5386            ! pod/perl572delta.pod
5387 ____________________________________________________________________________
5388 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
5389         Log: Subject: [PATCH] fixes perl_clone of perl_clone
5390              From: Artur Bergman <artur@contiller.se>
5391              Date: Thu, 12 Jul 2001 20:57:09 +0200
5392              Message-ID: <B773BFA4.236B%artur@contiller.se>
5393      Branch: perl
5394            ! sv.c
5395 ____________________________________________________________________________
5396 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
5397         Log: Add README.uts from Hal Morris.
5398      Branch: perl
5399            + README.uts
5400            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
5401            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5402 ____________________________________________________________________________
5403 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
5404         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
5405              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5406              Date: Thu, 12 Jul 2001 20:32:37 +0200
5407              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
5408      Branch: perl
5409            ! hints/aix.sh
5410 ____________________________________________________________________________
5411 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
5412         Log: Subject: Patch: document reg_data.what member
5413              From: Mark-Jason Dominus <mjd@plover.com>
5414              Message-ID: <20010712182532.14821.qmail@plover.com>
5415              Date: Thu, 12 Jul 2001 14:25:32 -0400
5416      Branch: perl
5417            ! regcomp.c regcomp.h
5418 ____________________________________________________________________________
5419 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
5420         Log: Subject: [PATCH] Perl_re_dup()
5421              From: Abhijit Menon-Sen <ams@wiw.org>
5422              Date: Thu, 12 Jul 2001 23:54:32 +0530
5423              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
5424      Branch: perl
5425            ! embed.h embed.pl perlapi.c proto.h sv.c
5426 ____________________________________________________________________________
5427 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
5428         Log: Regen Configure, modlib, toc.
5429      Branch: perl
5430            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5431            ! pod/perlmodlib.pod pod/perltoc.pod
5432 ____________________________________________________________________________
5433 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
5434         Log: The problem seems to be in PerlIO::Layer::->find() not
5435              accepting the ":encoding(blurflur)" arguments.
5436      Branch: perl
5437            ! lib/PerlIO.pm lib/open.pm
5438 ____________________________________________________________________________
5439 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
5440         Log: AIX doc update.
5441      Branch: perl
5442            ! README.aix pod/perl572delta.pod
5443 ____________________________________________________________________________
5444 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
5445         Log: Subject: AIX README update
5446              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5447              Date: Thu, 12 Jul 2001 19:28:30 +0200
5448              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
5449      Branch: perl
5450            ! README.aix
5451 ____________________________________________________________________________
5452 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
5453         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
5454              From: Norton Allen <allen@huarp.harvard.edu>
5455              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
5456              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
5457      Branch: perl
5458            ! ext/IO/lib/IO/t/io_unix.t
5459 ____________________________________________________________________________
5460 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
5461         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5462              From: Norton Allen <allen@huarp.harvard.edu>
5463              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
5464              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
5465      Branch: perl
5466            ! README.qnx hints/qnx.sh
5467 ____________________________________________________________________________
5468 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
5469         Log: Subject: [patch] faster PM_GETRE
5470              From: Doug MacEachern <dougm@covalent.net>
5471              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
5472              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
5473      Branch: perl
5474            ! op.h
5475 ____________________________________________________________________________
5476 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
5477         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
5478              From: Doug MacEachern <dougm@covalent.net>
5479              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
5480              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
5481      Branch: perl
5482            ! op.c
5483 ____________________________________________________________________________
5484 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
5485         Log: Tell where the nice Estonian database is.
5486      Branch: perl
5487            ! lib/open.pm
5488 ____________________________________________________________________________
5489 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
5490         Log: Retract #11309 since #11310 is a better fix.
5491      Branch: perl
5492            ! t/lib/1_compile.t
5493 ____________________________________________________________________________
5494 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
5495         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
5496              change#11300 needs to return the status of failed win32_spawnvp())
5497              
5498              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
5499              splitting correctly; remove unused variables; 'require' at run time
5500              rather than 'use' at compile time for I18N::Langinfo, since it
5501              isn't everyware
5502      Branch: perl
5503            ! lib/open.pm win32/win32.c
5504 ____________________________________________________________________________
5505 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
5506         Log: Temporary workaround.
5507      Branch: perl
5508            ! t/lib/1_compile.t
5509 ____________________________________________________________________________
5510 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
5511         Log: UCD typo in #11306 and add also more known-to-be-tested
5512              modules to the skip list.
5513      Branch: perl
5514            ! t/lib/1_compile.t
5515 ____________________________________________________________________________
5516 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
5517         Log: Rename Unicode::UCD to UnicodeCD to avoid
5518              messups with case-insensitive filesystems.
5519      Branch: perl
5520            + lib/UnicodeCD.pm lib/UnicodeCD.t
5521            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
5522            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
5523 ____________________________________________________________________________
5524 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
5525         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
5526              From: daniel@biz.bitpusher.com
5527              Date: Wed, 11 Jul 2001 23:25:47 -0700
5528              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
5529      Branch: perl
5530            ! lib/Tie/Array.pm t/op/splice.t
5531 ____________________________________________________________________________
5532 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
5533         Log: Subject: [PATCH] More accurate line numbers in messages
5534              From: Paul Johnson <paul@pjcj.net>
5535              Date: Thu, 12 Jul 2001 04:14:11 +0200
5536              Message-ID: <20010712041411.A3467@pjcj.net>
5537              
5538              (With prototyping and multiplicity tweaks.)
5539      Branch: perl
5540            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
5541 ____________________________________________________________________________
5542 [ 11304] By: nick                                  on 2001/07/12  12:53:40
5543         Log: Integrate mainline
5544      Branch: perlio
5545           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
5546           !> regexec.c thread.h
5547 ____________________________________________________________________________
5548 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
5549         Log: Cut-and-pasto in #11298.
5550      Branch: perl
5551            ! ext/ByteLoader/bytecode.h
5552 ____________________________________________________________________________
5553 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
5554         Log: Update the AIX known problems section.
5555      Branch: perl
5556            ! pod/perl572delta.pod
5557 ____________________________________________________________________________
5558 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
5559         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
5560              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5561              Date: Thu, 12 Jul 2001 12:16:16 +0200
5562              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
5563      Branch: perl
5564            ! hints/aix.sh
5565 ____________________________________________________________________________
5566 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
5567         Log: Integrate perlio.
5568      Branch: perl
5569           !> makedef.pl win32/win32.c
5570 ____________________________________________________________________________
5571 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
5572         Log: Subject: [PATCH] fix for PMOP threadness failures
5573              From: Artur Bergman <artur@contiller.se>
5574              Date: Thu, 12 Jul 2001 09:48:06 +0200
5575              Message-ID: <B77322D6.22DD%artur@contiller.se>
5576      Branch: perl
5577            ! regexec.c
5578 ____________________________________________________________________________
5579 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
5580         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
5581              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5582              Date: Thu, 12 Jul 2001 09:09:48 +0200
5583              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
5584              
5585              More parentheses to keep bcc happy.
5586      Branch: perl
5587            ! ext/ByteLoader/bytecode.h
5588 ____________________________________________________________________________
5589 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
5590         Log: Subject: Re: [patch] pthread_atfork bandaid
5591              From: Doug MacEachern <dougm@covalent.net>
5592              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
5593              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
5594      Branch: perl
5595            ! thread.h
5596 ____________________________________________________________________________
5597 [ 11296] By: nick                                  on 2001/07/12  11:55:48
5598         Log: Exclude reentrant_buffer from .def file
5599      Branch: perlio
5600            ! makedef.pl
5601 ____________________________________________________________________________
5602 [ 11295] By: nick                                  on 2001/07/12  11:11:44
5603         Log: Honour void-ness of my_exit()
5604      Branch: perlio
5605            ! win32/win32.c
5606 ____________________________________________________________________________
5607 [ 11294] By: nick                                  on 2001/07/12  07:51:04
5608         Log: Integrate mainline
5609      Branch: perlio
5610           +> uts/sprintf_wrap.c
5611           !> (integrate 35 files)
5612 ____________________________________________________________________________
5613 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
5614         Log: Retract #11289.
5615      Branch: perl
5616            ! embed.h embed.pl perl.c proto.h thread.h
5617 ____________________________________________________________________________
5618 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
5619         Log: Now the :locale pseudolayer *almost* works...
5620      Branch: perl
5621            ! lib/open.pm
5622 ____________________________________________________________________________
5623 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
5624         Log: Locale encoding tweaks.
5625      Branch: perl
5626            ! lib/open.pm
5627 ____________________________________________________________________________
5628 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
5629         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
5630              From: Mark-Jason Dominus <mjd@plover.com>
5631              Date: Thu, 12 Jul 2001 00:59:31 -0400
5632              Message-ID: <20010712045931.8543.qmail@plover.com>
5633              
5634              Remove the chmod/umask leading zero warning.
5635      Branch: perl
5636            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
5637            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5638 ____________________________________________________________________________
5639 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
5640         Log: (Retracted by #11289.)
5641      Branch: perl
5642            ! embed.h embed.pl perl.c proto.h thread.h
5643 ____________________________________________________________________________
5644 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
5645         Log: Needed by #11283.
5646      Branch: perl
5647            ! intrpvar.h
5648 ____________________________________________________________________________
5649 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
5650         Log: Metaconfig unit change for #11286.
5651      Branch: metaconfig/U/perl
5652            ! patchlevel.U
5653 ____________________________________________________________________________
5654 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
5655         Log: Subject: Re: [PATCH Configure] perl -V broken
5656              From: Andy Dougherty <doughera@lafayette.edu>
5657              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
5658              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
5659      Branch: perl
5660            ! Configure myconfig.SH
5661 ____________________________________________________________________________
5662 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
5663         Log: Retract #11166 (and #11237).
5664      Branch: perl
5665            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
5666            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
5667            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
5668 ____________________________________________________________________________
5669 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
5670         Log: UTS tweaks for Hal Morris.
5671      Branch: perl
5672            + uts/sprintf_wrap.c
5673            ! MANIFEST hints/uts.sh perl.h
5674 ____________________________________________________________________________
5675 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
5676         Log: Subject: [PATCH] Use reentrant API glibc
5677              From: Artur Bergman <artur@contiller.se>
5678              Date: Thu, 12 Jul 2001 00:58:21 +0200
5679              Message-ID: <B772A6AD.2288%artur@contiller.se>
5680      Branch: perl
5681            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
5682            ! sv.c
5683 ____________________________________________________________________________
5684 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
5685         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
5686              From: barries <barries@slaysys.com>
5687              Date: Wed, 11 Jul 2001 15:11:46 -0400
5688              Message-ID: <20010711151146.G24560@jester.slaysys.com>
5689      Branch: perl
5690            ! pp_sys.c t/lib/warnings/doio win32/win32.c
5691 ____________________________________________________________________________
5692 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
5693         Log: Subject: [patch] pthread_atfork bandaid
5694              From: Doug MacEachern <dougm@covalent.net>
5695              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
5696              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
5697      Branch: perl
5698            ! miniperlmain.c perl.c
5699 ____________________________________________________________________________
5700 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
5701         Log: Subject: [patch] perl_clone leaks
5702              From: Doug MacEachern <dougm@covalent.net>
5703              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
5704              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
5705      Branch: perl
5706            ! sv.c
5707 ____________________________________________________________________________
5708 [ 11279] By: nick                                  on 2001/07/11  15:49:38
5709         Log: Integrate mainline
5710      Branch: perlio
5711           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
5712           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
5713           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
5714           +> lib/Term/ANSIColor/README
5715           !> (integrate 54 files)
5716 ____________________________________________________________________________
5717 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
5718         Log: Update Changes.
5719      Branch: perl
5720            ! Changes patchlevel.h
5721 ____________________________________________________________________________
5722 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
5723         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
5724              From: Peter Prymmer <pvhp@forte.com>
5725              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
5726              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
5727              
5728              Backport of embed.pl to 5.003.
5729      Branch: perl
5730            ! embed.pl
5731 ____________________________________________________________________________
5732 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
5733         Log: Subject: Re: POSIX test #14 on UTS 
5734              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5735              Date: Wed, 11 Jul 2001 03:02:14 +0100
5736              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
5737      Branch: perl
5738            ! ext/POSIX/POSIX.t
5739 ____________________________________________________________________________
5740 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
5741         Log: Make the I32 an IV to preserve structure alignment and size.
5742      Branch: perl
5743            ! op.h
5744 ____________________________________________________________________________
5745 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
5746         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
5747              From: "Artur Bergman" <artur@contiller.se>
5748              Date: Wed, 11 Jul 2001 14:23:37 +0200
5749              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
5750              
5751              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
5752      Branch: perl
5753            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
5754            ! pod/perlapi.pod sv.c
5755 ____________________________________________________________________________
5756 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
5757         Log: Tweak until Pod::Parser gets updated.
5758      Branch: perl
5759            ! t/pod/special_seqs.xr
5760 ____________________________________________________________________________
5761 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
5762         Log: File::Spec usage tweak.
5763      Branch: perl
5764            ! lib/ExtUtils.t
5765 ____________________________________________________________________________
5766 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
5767         Log: Integrate #11263 from macperl; macos and macosx updates.
5768      Branch: perl
5769           !> pod/perlport.pod
5770 ____________________________________________________________________________
5771 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
5772         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
5773              From: Peter Prymmer <pvhp@forte.com>
5774              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
5775              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
5776      Branch: perl
5777            + ext/Time/HiRes/hints/dynixptx.pl
5778            ! MANIFEST hints/dynixptx.sh
5779 ____________________________________________________________________________
5780 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
5781         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
5782              From: Nicholas Clark <nick@ccl4.org>
5783              Date: Tue, 10 Jul 2001 23:17:43 +0100
5784              Message-ID: <20010710231742.B59620@plum.flirble.org>
5785      Branch: perl
5786            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
5787 ____________________________________________________________________________
5788 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
5789         Log: Subject: [DOC PATCH] Pluggable runops
5790              From: Paul Johnson <paul@pjcj.net>
5791              Date: Tue, 10 Jul 2001 21:53:28 +0200
5792              Message-ID: <20010710215328.B26577@pjcj.net>
5793      Branch: perl
5794            ! pod/perlguts.pod
5795 ____________________________________________________________________________
5796 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
5797         Log: Subject: [PATCH] Authors
5798              From: Artur Bergman <artur@contiller.se>
5799              Date: Tue, 10 Jul 2001 20:39:12 +0200
5800              Message-ID: <B771186F.21CD%artur@contiller.se>
5801      Branch: perl
5802            ! AUTHORS
5803 ____________________________________________________________________________
5804 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
5805         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
5806              From: Doug MacEachern <dougm@covalent.net>
5807              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
5808              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
5809      Branch: perl
5810            ! pp_ctl.c
5811 ____________________________________________________________________________
5812 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
5813         Log: Subject: doc patch; times() in scalar context
5814              From: mjd@plover.com
5815              Date: 10 Jul 2001 18:01:17 -0000
5816              Message-ID: <20010710180117.12477.qmail@plover.com>
5817      Branch: perl
5818            ! pod/perlfunc.pod
5819 ____________________________________________________________________________
5820 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
5821         Log: Subject: [PATCH] Small fix to pp_gmtime
5822              From: Artur Bergman <artur@contiller.se>
5823              Date: Tue, 10 Jul 2001 19:54:52 +0200
5824              Message-ID: <B7710E0B.21C5%artur@contiller.se>
5825      Branch: perl
5826            ! pp_sys.c
5827 ____________________________________________________________________________
5828 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
5829         Log: Integrate changes from mainline perl, add notes about
5830              Mac OS X and Mac OS.
5831      Branch: maint-5.6/macperl
5832            ! pod/perlport.pod
5833 ____________________________________________________________________________
5834 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
5835         Log: A proof of the dangers of package; ?
5836      Branch: perl
5837            ! t/lib/warnings/op
5838 ____________________________________________________________________________
5839 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
5840         Log: Regen toc and modlib.
5841      Branch: perl
5842            ! pod/perlmodlib.pod pod/perltoc.pod
5843 ____________________________________________________________________________
5844 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
5845         Log: Add compexcl(), casefold(), and casespec() interfaces;
5846              and make all interfaces to return hash references instead
5847              of hashes. 
5848      Branch: perl
5849            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5850 ____________________________________________________________________________
5851 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
5852         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
5853              From: "Philip Newton" <Philip.Newton@gmx.net>
5854              Date: Tue, 10 Jul 2001 09:55:59 +0200
5855              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
5856              
5857              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
5858              From: "Philip Newton" <Philip.Newton@gmx.net>
5859              Date: Tue, 10 Jul 2001 09:56:37 +0200
5860              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
5861      Branch: perl
5862            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5863            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
5864 ____________________________________________________________________________
5865 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
5866         Log: Subject: [patch] undef &xsub for 1,2
5867              From: Doug MacEachern <dougm@covalent.net>
5868              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
5869              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
5870              
5871              (This version of the patch with a comment from Gisle.)
5872      Branch: perl
5873            ! op.c
5874 ____________________________________________________________________________
5875 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
5876         Log: Mention package; deprecation and the Win32 problems.
5877      Branch: perl
5878            ! pod/perl572delta.pod
5879 ____________________________________________________________________________
5880 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
5881         Log: Subject: [PATCH] deprecate package with no arguments
5882              From: Robin Houston <robin@kitsite.com>
5883              Date: Tue, 10 Jul 2001 13:33:40 +0100
5884              Message-ID: <20010710133340.A13452@robin.kitsite.com>
5885      Branch: perl
5886            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
5887 ____________________________________________________________________________
5888 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
5889         Log: Upgrade to podlators 1.10.
5890      Branch: perl
5891            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
5892            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5893            ! pod/pod2man.PL pod/pod2text.PL
5894 ____________________________________________________________________________
5895 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
5896         Log: Upgrade to Term::ANSIColor 1.04.
5897      Branch: perl
5898            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
5899            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
5900 ____________________________________________________________________________
5901 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
5902         Log: Integrate perlio (the right fix for the ":layer(args)")
5903      Branch: perl
5904           !> perlio.c
5905 ____________________________________________________________________________
5906 [ 11252] By: nick                                  on 2001/07/10  06:58:14
5907         Log: Fix open(...,"...:layer(xxx)",...)
5908              - use memEQ not strEQ as there is '(' not '\0'
5909      Branch: perlio
5910            ! perlio.c
5911 ____________________________________________________________________________
5912 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
5913         Log: Telling the number of tests helps.
5914      Branch: perl
5915            ! ext/PerlIO/t/encoding.t
5916 ____________________________________________________________________________
5917 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
5918         Log: Require I18N::Langinfo, not use.
5919      Branch: perl
5920            ! lib/open.pm
5921 ____________________________________________________________________________
5922 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
5923         Log: Add a test for for PerlIO ":encoding(...)" layer.
5924      Branch: perl
5925            + ext/PerlIO/t/encoding.t
5926            ! MANIFEST ext/Encode/Encode.pm
5927 ____________________________________________________________________________
5928 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
5929         Log: PerlIO ":encoding(foobar)" temporary fix.
5930              Not really correct, I think, since the change means
5931              that prefixes match.
5932      Branch: perl
5933            ! perlio.c
5934 ____________________________________________________________________________
5935 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
5936         Log: Update to Math::BigInt 1.36.  The biggest news is
5937              the separation of the backend; now the pure Perl
5938              implementation is in Math::BigInt::Calc, but one
5939              can plugin, say, Math::BigInt::BitVect, and get
5940              considerable speedup.
5941      Branch: perl
5942            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
5943            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
5944            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
5945            ! lib/Math/BigInt/t/mbimbf.t
5946 ____________________________________________________________________________
5947 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
5948         Log: Subject: Re: compatibility question
5949              From: Peter Prymmer <pvhp@forte.com>
5950              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
5951              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
5952      Branch: perl
5953            ! lib/ExtUtils/MM_VMS.pm
5954 ____________________________________________________________________________
5955 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
5956         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
5957              From: Norton Allen <allen@huarp.harvard.edu>
5958              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
5959              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
5960      Branch: perl
5961            ! ext/File/Glob/t/basic.t
5962 ____________________________________________________________________________
5963 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
5964         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
5965              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5966              Date: Tue, 10 Jul 2001 00:29:55 +0900
5967              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
5968      Branch: perl
5969            + ext/Encode/Encode/HZ.enc
5970            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
5971            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
5972            ! ext/Encode/Encode/iso2022-jp.enc
5973            ! ext/Encode/Encode/iso2022-kr.enc
5974 ____________________________________________________________________________
5975 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
5976         Log: Add in all them there macos/ files.
5977      Branch: maint-5.6/macperl
5978            + (add 577 files)
5979 ____________________________________________________________________________
5980 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
5981         Log: Add the new modules to the list of having those own tests.
5982      Branch: perl
5983            ! t/lib/1_compile.t
5984 ____________________________________________________________________________
5985 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
5986         Log: Add INOUT to control both ways at the same time.
5987      Branch: perl
5988            ! lib/open.pm
5989 ____________________________________________________________________________
5990 [ 11240] By: nick                                  on 2001/07/09  16:33:50
5991         Log: Integrate mainline
5992      Branch: perlio
5993           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
5994           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
5995           !> (integrate 41 files)
5996 ____________________________________________________________________________
5997 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
5998         Log: More encoding mapping magic.
5999      Branch: perl
6000            ! lib/open.pm
6001 ____________________________________________________________________________
6002 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
6003         Log: Update Changes.
6004      Branch: perl
6005            ! Changes patchlevel.h
6006 ____________________________________________________________________________
6007 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
6008         Log: (Retracted by #11285).
6009              
6010              Subject: [PATCH] OPpCONST_OCTAL fixes
6011              From: Abhijit Menon-Sen <ams@wiw.org>
6012              Date: Mon, 9 Jul 2001 07:38:45 +0530
6013              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
6014      Branch: perl
6015            ! op.c
6016 ____________________________________________________________________________
6017 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
6018         Log: Add a pseudolayer ":locale" to the open pragma which
6019              will get the encoding from the locale.  Yet undocumented
6020              because I can't get the PerlIO :encoding(foobar) to work.
6021      Branch: perl
6022            ! ext/Encode/Encode.pm lib/open.pm
6023 ____________________________________________________________________________
6024 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
6025         Log: Add more encoding mappings.
6026      Branch: perl
6027            ! ext/Encode/Encode.pm
6028 ____________________________________________________________________________
6029 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
6030         Log: Document that using :encoding layer requires using Encode.
6031      Branch: perl
6032            ! ext/Encode/Encode.pm lib/PerlIO.pm
6033 ____________________________________________________________________________
6034 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
6035         Log: Netware tweak from Ananth Kesari.
6036      Branch: perl
6037            ! NetWare/netware.h
6038 ____________________________________________________________________________
6039 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
6040         Log: t/harness doesn't know about run/*.t
6041      Branch: perl
6042            ! t/harness
6043 ____________________________________________________________________________
6044 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
6045         Log: run/exit.t busted on windows
6046      Branch: perl
6047            ! t/run/exit.t
6048 ____________________________________________________________________________
6049 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
6050         Log: fix a couple of UCD.t tests that fail due to bad case
6051      Branch: perl
6052            ! lib/Unicode/UCD.t
6053 ____________________________________________________________________________
6054 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
6055         Log: test skip logic was broken
6056      Branch: perl
6057            ! ext/I18N/Langinfo/Langinfo.t
6058 ____________________________________________________________________________
6059 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
6060         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
6061              failure of ExtUtils.t#27 when built in debug mode)
6062      Branch: perl
6063            ! lib/ExtUtils/MM_Win32.pm
6064 ____________________________________________________________________________
6065 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
6066         Log: I18N::Langinfo is not available on windows
6067      Branch: perl
6068            ! win32/FindExt.pm
6069 ____________________________________________________________________________
6070 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
6071         Log: save a dTHX
6072      Branch: perl
6073            ! ext/POSIX/POSIX.xs
6074 ____________________________________________________________________________
6075 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
6076         Log: Update Changes.
6077      Branch: perl
6078            ! Changes patchlevel.h
6079 ____________________________________________________________________________
6080 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
6081         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
6082              as pointed out by Sarathy.
6083      Branch: perl
6084            ! ext/I18N/Langinfo/Langinfo.xs
6085 ____________________________________________________________________________
6086 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
6087         Log: Retract #11212.
6088      Branch: perl
6089            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6090 ____________________________________________________________________________
6091 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
6092         Log: Bump up the VERSION of Cwd.xs.
6093      Branch: perl
6094            ! ext/Cwd/Makefile.PL
6095 ____________________________________________________________________________
6096 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
6097         Log: Retract #11220, the problem wasn't the missing leading zero.
6098              Here's the problem:
6099              $ ./perl -we 'chmod(oct("755"), ".")'
6100              Non-octal literal mode (493) specified at -e line 1.
6101              (Did you mean 0493 instead?)
6102      Branch: perl
6103            ! lib/ExtUtils/MM_Unix.pm
6104 ____________________________________________________________________________
6105 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
6106         Log: (Retracted by #11221)
6107              Change the PERM_RW and PERM_RWX to 0644 and 0755
6108              (add the leading zero).
6109      Branch: perl
6110            ! lib/ExtUtils/MM_Unix.pm
6111 ____________________________________________________________________________
6112 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
6113         Log: Integrate changes #11193, 11205, 11209 from macperl.
6114              
6115              Fix up AutoLoader to fudge for Mac paths in import().
6116              
6117              Allow symbols in try_symbol() to begin with "_".
6118              
6119              Small portability fix for Mac OS.
6120      Branch: perl
6121           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
6122 ____________________________________________________________________________
6123 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
6124         Log: Metaconfig unit change for #11217.
6125      Branch: metaconfig/U/perl
6126            ! Extensions.U
6127 ____________________________________________________________________________
6128 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
6129         Log: Detypo, problem noticed by Gerrit P. Haase.
6130      Branch: perl
6131            ! Configure config_h.SH
6132 ____________________________________________________________________________
6133 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
6134         Log: Cwd cleanups.
6135      Branch: perl
6136            ! ext/Cwd/Cwd.xs
6137 ____________________________________________________________________________
6138 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
6139         Log: Slight tweaks on #11213.
6140      Branch: perl
6141            ! toke.c
6142 ____________________________________________________________________________
6143 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
6144         Log: A missing dTHX noticed by Gerrit P. Haase.
6145      Branch: perl
6146            ! ext/POSIX/POSIX.xs
6147 ____________________________________________________________________________
6148 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
6149         Log: Subject: [PATCH toke.c] Simplify yytoke()
6150              From: Simon Cozens <simon@netthink.co.uk>
6151              Date: Sun, 8 Jul 2001 13:24:34 +0100
6152              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
6153              
6154              Split out pending_ident().
6155      Branch: perl
6156            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
6157 ____________________________________________________________________________
6158 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
6159         Log: (Retracted by #11223.)
6160              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
6161              Date: Wed, 05 Nov 1997 17:22:34 -0600
6162              From: Graham Barr <gbarr@ti.com>
6163              Message-Id: <3460FFBA.6DA51F46@ti.com>
6164      Branch: perl
6165            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
6166 ____________________________________________________________________________
6167 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
6168         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
6169      Branch: perl
6170            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6171            ! pod/perllocale.pod
6172 ____________________________________________________________________________
6173 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
6174         Log: Really do the test under the C locale.
6175      Branch: perl
6176            ! ext/I18N/Langinfo/Langinfo.t
6177 ____________________________________________________________________________
6178 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
6179         Log: Small portability fix for Mac OS.
6180      Branch: maint-5.6/macperl
6181            ! lib/Cwd.pm
6182 ____________________________________________________________________________
6183 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
6184         Log: Metaconfig unit change for #11207.
6185      Branch: metaconfig/U/perl
6186            ! Extensions.U
6187 ____________________________________________________________________________
6188 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
6189         Log: Add I18N::Langinfo, which is basically a wrapper around
6190              nl_langinfo(), which is an additional way to query locale
6191              specific information.
6192      Branch: perl
6193            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
6194            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
6195            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
6196 ____________________________________________________________________________
6197 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
6198         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
6199              used in File::Find tests; replace with if.t.
6200      Branch: maint-5.6/macperl
6201            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
6202            ! t/pragma/warn/op
6203 ____________________________________________________________________________
6204 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
6205         Log: Allow symbols in try_symbol() to begin with "_".
6206      Branch: maint-5.6/macperl
6207            ! makedef.pl
6208 ____________________________________________________________________________
6209 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
6210         Log: Sync up the File::Find changes from the rewrite by
6211              Thomas Wegner, et al.
6212      Branch: maint-5.6/macperl
6213            + t/lib/filefind-taint.t
6214            ! lib/File/Find.pm t/lib/filefind.t
6215 ____________________________________________________________________________
6216 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
6217         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
6218              From: Thomas Wegner <wegner_thomas@yahoo.com>
6219              Date: Thu, 5 Jul 2001 20:31:25 +0200
6220              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
6221      Branch: maint-5.6/macperl
6222            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
6223 ____________________________________________________________________________
6224 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
6225         Log: Some more test portability fixes.
6226      Branch: maint-5.6/macperl
6227            ! t/lib/filecopy.t t/pragma/warn/pp_sys
6228 ____________________________________________________________________________
6229 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
6230         Log: The #11200 removed wrong (non-existent) target.  Duh.
6231      Branch: perl
6232            ! Makefile.SH
6233 ____________________________________________________________________________
6234 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
6235         Log: Zap the lib/re.pm before creating it.
6236      Branch: perl
6237            ! Makefile.SH
6238 ____________________________________________________________________________
6239 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
6240         Log: Another test.  Please ignore.
6241      Branch: maint-5.6/macperl
6242            ! README.macos
6243 ____________________________________________________________________________
6244 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
6245         Log: Portability fixes for a lot of tests, especially IO-related
6246              tests, and warnings, and the harness script.
6247      Branch: maint-5.6/macperl
6248            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
6249            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
6250            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
6251            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
6252            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
6253            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
6254            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
6255            ! t/pragma/warnings.t
6256 ____________________________________________________________________________
6257 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
6258         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
6259              From: Nicholas Clark <nick@ccl4.org>
6260              Date: Sat, 7 Jul 2001 21:00:17 +0100
6261              Message-ID: <20010707210017.H59620@plum.flirble.org>
6262      Branch: perl
6263            ! lib/h2xs.t
6264 ____________________________________________________________________________
6265 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
6266         Log: The UNICOS/mk SysV IPC problem has been fixed.
6267      Branch: perl
6268            ! pod/perl572delta.pod
6269 ____________________________________________________________________________
6270 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
6271         Log: Slight update tweaks on perlunicode.pod.
6272      Branch: perl
6273            ! pod/perlunicode.pod
6274 ____________________________________________________________________________
6275 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
6276         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
6277              From: Mark-Jason Dominus <mjd@plover.com>
6278              Date: Sat, 07 Jul 2001 13:04:04 -0400
6279              Message-ID: <20010707170404.32694.qmail@plover.com>
6280      Branch: perl
6281            ! ext/DB_File/DB_File.pm
6282 ____________________________________________________________________________
6283 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
6284         Log: Fix up AutoLoader to fudge for Mac paths in import().
6285      Branch: maint-5.6/macperl
6286            ! lib/AutoLoader.pm
6287 ____________________________________________________________________________
6288 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
6289         Log: Try to force the lib/re.pm to be there before entering
6290              the extensions builds, should help for parallel makes.
6291      Branch: perl
6292            ! Makefile.SH
6293 ____________________________________________________________________________
6294 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
6295         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6296              From: Norton Allen <allen@huarp.harvard.edu>
6297              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
6298              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
6299      Branch: perl
6300            ! ext/POSIX/POSIX.xs
6301 ____________________________________________________________________________
6302 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
6303         Log: Subject: [PATCH] Re: op/arith.t
6304              From: Nicholas Clark <nick@ccl4.org>
6305              Date: Sat, 7 Jul 2001 13:04:54 +0100
6306              Message-ID: <20010707130454.D59620@plum.flirble.org>
6307      Branch: perl
6308            ! numeric.c toke.c
6309 ____________________________________________________________________________
6310 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
6311         Log: Subject: [PATCH] h2xs
6312              From: Nicholas Clark <nick@ccl4.org>
6313              Date: Fri, 6 Jul 2001 23:25:14 +0100
6314              Message-ID: <20010706232514.X59620@plum.flirble.org>
6315      Branch: perl
6316            ! utils/h2xs.PL
6317 ____________________________________________________________________________
6318 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
6319         Log: Subject: Re: bleedperl perl_alloc..free leakage
6320              From: Radu Greab <radu@netsoft.ro>
6321              Date: Fri, 6 Jul 2001 19:48:54 +0300
6322              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
6323              
6324              Leak-be-gone.
6325      Branch: perl
6326            ! op.c
6327 ____________________________________________________________________________
6328 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
6329         Log: Test again.  Please ignore.
6330      Branch: maint-5.6/macperl
6331            ! README.macos
6332 ____________________________________________________________________________
6333 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
6334         Log: Test.  Please ignore.
6335      Branch: maint-5.6/macperl
6336            ! README.macos
6337 ____________________________________________________________________________
6338 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
6339         Log: Include changes already sent in separately as patches,
6340              before branch was created.
6341      Branch: maint-5.6/macperl
6342            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
6343            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
6344            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
6345            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
6346            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
6347            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
6348            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
6349            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
6350            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
6351            ! t/pragma/strict.t
6352 ____________________________________________________________________________
6353 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
6354         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6355              From: Norton Allen <allen@huarp.harvard.edu>
6356              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6357              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6358      Branch: perl
6359            ! utf8.h
6360 ____________________________________________________________________________
6361 [ 11183] By: nick                                  on 2001/07/06  16:27:40
6362         Log: Integrate mainline
6363      Branch: perlio
6364           +> (branch 42 files)
6365            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
6366            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
6367            - win32/bin/mdelete.bat
6368           !> (integrate 215 files)
6369 ____________________________________________________________________________
6370 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
6371         Log: The #11166 needed also these updated.
6372      Branch: perl
6373            ! lib/warnings.pm warnings.h
6374 ____________________________________________________________________________
6375 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
6376         Log: Update Changes.
6377      Branch: perl
6378            ! Changes patchlevel.h
6379 ____________________________________________________________________________
6380 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
6381         Log: Regen toc.
6382      Branch: perl
6383            ! pod/perltoc.pod
6384 ____________________________________________________________________________
6385 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
6386         Log: Nit from Abhijit.
6387      Branch: perl
6388            ! lib/CPAN.pm
6389 ____________________________________________________________________________
6390 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
6391         Log: Retract #11172.
6392      Branch: perl
6393            ! t/op/method.t
6394 ____________________________________________________________________________
6395 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
6396         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
6397              From: Norton Allen <allen@huarp.harvard.edu>
6398              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
6399              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
6400      Branch: perl
6401            ! lib/Cwd.pm
6402 ____________________________________________________________________________
6403 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
6404         Log: (Accidentally empty check-in.)
6405      Branch: perl
6406            ! utf8.h
6407 ____________________________________________________________________________
6408 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
6409         Log: Retract #11165 since Sarathy pointed out it'll not
6410              work properly under threads, the problem should be
6411              solved using "the savestack, either via SSNEW() or
6412              using a newSVpv()+SAVEFREESV() combo."
6413      Branch: perl
6414            ! ext/POSIX/POSIX.xs
6415 ____________________________________________________________________________
6416 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
6417         Log: Retract #11125 since NI-S pointed out it'll not work in
6418              cases where the extension has their own handcrafted INC
6419              et alia.
6420      Branch: perl
6421            ! lib/ExtUtils/MM_Unix.pm
6422 ____________________________________________________________________________
6423 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
6424         Log: Subject: RE: [PATCH] -I and MakeMaker again
6425              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6426              Date: Fri, 6 Jul 2001 09:18:29 +0200
6427              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
6428      Branch: perl
6429            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
6430            ! lib/ExtUtils/MM_Win32.pm
6431 ____________________________________________________________________________
6432 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
6433         Log: (Retracted by #11178)
6434              Subject: [PATCH t/op/method.t] SUPER:: strangeness
6435              From: Piers Cawley <pdcawley@iterative-software.com>
6436              Date: 06 Jul 2001 10:49:01 +0100
6437              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
6438      Branch: perl
6439            ! t/op/method.t
6440 ____________________________________________________________________________
6441 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
6442         Log: VOS README update from Paul Green.
6443      Branch: perl
6444            ! README.vos
6445 ____________________________________________________________________________
6446 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
6447         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6448              From: Norton Allen <allen@huarp.harvard.edu>
6449              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
6450              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
6451      Branch: perl
6452            ! README.qnx hints/qnx.sh
6453 ____________________________________________________________________________
6454 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
6455         Log: Subject: [PATCH] Doc patch for Tie::Hash
6456              From: Artur Bergman <artur@contiller.se>
6457              Date: Thu, 05 Jul 2001 22:51:18 +0200
6458              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
6459      Branch: perl
6460            ! lib/Tie/Hash.pm
6461 ____________________________________________________________________________
6462 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
6463         Log: Subject: [PATCH] perlfaq4.pod
6464              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
6465              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
6466              Date: Thu, 5 Jul 2001 18:44:10 +0100 
6467      Branch: perl
6468            ! pod/perlfaq4.pod
6469 ____________________________________________________________________________
6470 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
6471         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
6472              From: Robin Houston <robin@kitsite.com>
6473              Date: Thu, 5 Jul 2001 18:33:21 +0100
6474              Message-ID: <20010705183321.A27345@robin.kitsite.com>
6475      Branch: perl
6476            ! ext/B/B/Deparse.pm
6477 ____________________________________________________________________________
6478 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
6479         Log: (Retracted by #11285.)
6480              
6481              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
6482              From: Abhijit Menon-Sen <ams@wiw.org>
6483              Date: Fri, 6 Jul 2001 01:26:32 +0530
6484              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
6485      Branch: perl
6486            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
6487            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
6488            ! warnings.pl
6489 ____________________________________________________________________________
6490 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
6491         Log: (Retracted by #11175)
6492              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
6493              From: Norton Allen <allen@huarp.harvard.edu>
6494              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
6495              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
6496      Branch: perl
6497            ! ext/POSIX/POSIX.xs
6498 ____________________________________________________________________________
6499 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
6500         Log: Unterminated C< (noticed by Richard Hatch), and few other
6501              small Unicode doc tweaks.
6502      Branch: perl
6503            ! pod/perlretut.pod
6504 ____________________________________________________________________________
6505 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
6506         Log: More flexible argument understanding; add charblocks() and
6507              charscripts(); make charblock() and charscript() two-way;
6508              add charinrange(); separate the $Unicode::UCD::VERSION and
6509              the version of the Unicode by adding UnicodeVersion().
6510      Branch: perl
6511            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6512 ____________________________________________________________________________
6513 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
6514         Log: Update Unicode::UCD on \p{In...}.
6515      Branch: perl
6516            ! lib/Unicode/UCD.pm
6517 ____________________________________________________________________________
6518 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
6519         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
6520              From: Norton Allen <allen@huarp.harvard.edu>
6521              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
6522              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
6523      Branch: perl
6524            ! lib/ExtUtils/MM_Unix.pm
6525 ____________________________________________________________________________
6526 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
6527         Log: POSIX-BC tweaks from Thomas Dorner.
6528      Branch: perl
6529            ! hints/posix-bc.sh perlio.h
6530 ____________________________________________________________________________
6531 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
6532         Log: Module updates for the delta.
6533      Branch: perl
6534            ! pod/perl572delta.pod
6535 ____________________________________________________________________________
6536 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
6537         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
6538              From: Norton Allen <allen@huarp.harvard.edu>
6539              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
6540              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
6541      Branch: perl
6542            ! ext/IO/lib/IO/t/io_sock.t
6543 ____________________________________________________________________________
6544 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
6545         Log: Subject: [PATCH perldiag.pod] Quick fixes
6546              From: Simon Cozens <simon@netthink.co.uk>
6547              Date: Wed, 4 Jul 2001 20:22:12 +0100
6548              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
6549      Branch: perl
6550            ! pod/perldiag.pod
6551 ____________________________________________________________________________
6552 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
6553         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
6554              From: Radu Greab <radu@netsoft.ro>
6555              Date: Wed, 4 Jul 2001 22:13:31 +0300
6556              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
6557      Branch: perl
6558            ! op.c sv.c t/op/pos.t
6559 ____________________________________________________________________________
6560 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
6561         Log: Subject: [PATCH] -I and MakeMaker again
6562              From: Michael G Schwern <schwern@pobox.com>
6563              Date: Wed, 4 Jul 2001 15:03:07 -0400
6564              Message-ID: <20010704150307.I20340@blackrider>
6565              
6566              (and retract #11145)
6567      Branch: perl
6568            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
6569            ! lib/ExtUtils/MakeMaker.pm
6570 ____________________________________________________________________________
6571 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
6572         Log: Subject: Re: PERFORCE change 11142 for review
6573              From: "Philip Newton" <Philip.Newton@gmx.net>
6574              Date: Wed, 4 Jul 2001 20:46:26 +0200
6575              Message-Id: <200107041841.VAA25380@taas.iki.fi>
6576      Branch: perl
6577            ! lib/ExtUtils/MakeMaker.pm
6578 ____________________________________________________________________________
6579 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
6580         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6581              From: Jonathan Stowe <gellyfish@gellyfish.com>
6582              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
6583              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
6584      Branch: perl
6585            ! utils/pl2pm.PL
6586 ____________________________________________________________________________
6587 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
6588         Log: fix the binary compatibility issue when building with/without
6589              usemymalloc by exporting Perl_malloc() et al as simple wrappers
6590              around the system functions (this allows most extensions built
6591              using one mode to coexist with perls built in the other mode)
6592              
6593              XXX the Perl_mfree() wrapper might need to do return(free()) on
6594              platforms where Free_t isn't "void"
6595      Branch: perl
6596            ! embed.h embed.pl makedef.pl proto.h util.c
6597 ____________________________________________________________________________
6598 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
6599         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
6600              since it doesn't ensure threads other than the one calling fork()
6601              aren't holding any locks; the fix is to use pthread_atfork() to
6602              hold global locks
6603              
6604              building perl with -Dusemymalloc exacerbates the problem since
6605              Perl_malloc() holds a mutex, and perl's exec() calls New()
6606              
6607              XXX the code in win32thread.h may be needed on platforms that have
6608              no pthread_atfork()
6609      Branch: perl
6610            ! perl.c thread.h win32/win32thread.h
6611 ____________________________________________________________________________
6612 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
6613         Log: Integrate #11009 from maintperl.
6614      Branch: maint-5.6/macperl
6615           !> lib/ExtUtils/Manifest.pm
6616 ____________________________________________________________________________
6617 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
6618         Log: Flexing my Perforce muscles.
6619      Branch: maint-5.6/macperl
6620            ! README.macos
6621 ____________________________________________________________________________
6622 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
6623         Log: Update Changes.
6624      Branch: perl
6625            ! Changes patchlevel.h
6626 ____________________________________________________________________________
6627 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
6628         Log: Metaconfig unit change for #11146.
6629      Branch: metaconfig/U/perl
6630            ! d_fcntl_can_lock.U
6631 ____________________________________________________________________________
6632 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
6633         Log: Somehow the #ifdefs of the added code (in #11093) made
6634              HP-UX to fail the fcntl locking test, without the ifdefs
6635              the test seems to be working again.  Reason unknown:
6636              HP-UX cc doesn't complain either way.
6637      Branch: perl
6638            ! Configure
6639 ____________________________________________________________________________
6640 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
6641         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
6642      Branch: perl
6643            ! lib/ExtUtils/MM_Unix.pm
6644 ____________________________________________________________________________
6645 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
6646         Log: gcc -Wall nit.
6647      Branch: perl
6648            ! pp_hot.c
6649 ____________________________________________________________________________
6650 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
6651         Log: When removing tests updating the test count is a good idea, too.
6652      Branch: perl
6653            ! lib/Net/t/require.t
6654 ____________________________________________________________________________
6655 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
6656         Log: Document #11134 and add the new symbols to the list of
6657              of MakeMaker known ones.
6658      Branch: perl
6659            ! lib/ExtUtils/MakeMaker.pm
6660 ____________________________________________________________________________
6661 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
6662         Log: Microperl update.
6663      Branch: perl
6664            ! uconfig.h
6665 ____________________________________________________________________________
6666 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
6667         Log: Update the libnet tests as per #11138.
6668      Branch: perl
6669            - lib/Net/t/ph.t
6670            ! MANIFEST lib/Net/t/require.t
6671 ____________________________________________________________________________
6672 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
6673         Log: Regen toc and modlib.
6674      Branch: perl
6675            ! pod/perlmodlib.pod pod/perltoc.pod
6676 ____________________________________________________________________________
6677 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
6678         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
6679              Graham's request.
6680      Branch: perl
6681            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
6682            ! MANIFEST
6683 ____________________________________________________________________________
6684 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
6685         Log: Add the OS/390 harness results to the delta.
6686      Branch: perl
6687            ! pod/perl572delta.pod
6688 ____________________________________________________________________________
6689 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
6690         Log: Avoid the two study tests in OS/390 until the bug has been solved.
6691      Branch: perl
6692            ! t/op/study.t
6693 ____________________________________________________________________________
6694 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
6695         Log: DOS/DJGPP tweaks from Laszlo Molnar.
6696      Branch: perl
6697            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
6698 ____________________________________________________________________________
6699 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
6700         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
6701              From: Michael G Schwern <schwern@pobox.com>
6702              Date: Wed, 4 Jul 2001 00:01:16 -0400
6703              Message-ID: <20010704000116.C591@blackrider>
6704      Branch: perl
6705            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
6706 ____________________________________________________________________________
6707 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
6708         Log: The #11132 missed singleton characters (not part
6709              of a unilo..unihi range) in Unicode scripts.
6710      Branch: perl
6711            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
6712            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
6713            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
6714            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
6715            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
6716            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
6717            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
6718            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
6719            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
6720            ! lib/unicode/mktables.PL t/op/pat.t
6721 ____________________________________________________________________________
6722 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
6723         Log: Support preferentially the Unicode 'scripts' definition
6724              in the \p{In...} notation since according to Unicode the
6725              scripts concept is more natural for matching than using
6726              the somewhat artificial block names.  The block names are
6727              still available, though, and if there's a name conflict,
6728              the scripts one wins and the blocks one has to do with
6729              'Block' appended to its name.  For more information see
6730              
6731              http://www.unicode.org/unicode/reports/tr24/
6732      Branch: perl
6733            + lib/unicode/In/100.pl lib/unicode/In/101.pl
6734            + lib/unicode/In/102.pl lib/unicode/In/103.pl
6735            + lib/unicode/In/104.pl lib/unicode/In/105.pl
6736            + lib/unicode/In/106.pl lib/unicode/In/107.pl
6737            + lib/unicode/In/108.pl lib/unicode/In/109.pl
6738            + lib/unicode/In/110.pl lib/unicode/In/111.pl
6739            + lib/unicode/In/112.pl lib/unicode/In/113.pl
6740            + lib/unicode/In/114.pl lib/unicode/In/115.pl
6741            + lib/unicode/In/116.pl lib/unicode/In/117.pl
6742            + lib/unicode/In/118.pl lib/unicode/In/119.pl
6743            + lib/unicode/In/120.pl lib/unicode/In/121.pl
6744            + lib/unicode/In/122.pl lib/unicode/In/123.pl
6745            + lib/unicode/In/124.pl lib/unicode/In/125.pl
6746            + lib/unicode/In/126.pl lib/unicode/In/127.pl
6747            + lib/unicode/In/128.pl lib/unicode/In/129.pl
6748            + lib/unicode/In/130.pl lib/unicode/In/131.pl
6749            + lib/unicode/In/132.pl lib/unicode/In/133.pl
6750            + lib/unicode/In/134.pl lib/unicode/In/135.pl
6751            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
6752            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
6753            ! (edit 106 files)
6754 ____________________________________________________________________________
6755 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
6756         Log: Better document the difference between a block and a script.
6757      Branch: perl
6758            ! lib/Unicode/UCD.pm
6759 ____________________________________________________________________________
6760 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
6761         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
6762              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
6763              Date: Tue, 3 Jul 2001 15:04:23 -0500
6764              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
6765      Branch: perl
6766            ! lib/CPAN.pm
6767 ____________________________________________________________________________
6768 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
6769         Log: Add tests for charscript().
6770      Branch: perl
6771            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
6772 ____________________________________________________________________________
6773 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
6774         Log: Add charscript() to get the UTR#24 script names of characters.
6775      Branch: perl
6776            ! lib/Unicode/UCD.pm
6777 ____________________________________________________________________________
6778 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
6779         Log: Todo updates.
6780      Branch: perl
6781            ! pod/perltodo.pod
6782 ____________________________________________________________________________
6783 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
6784         Log: Unicode::UCD updates.
6785      Branch: perl
6786            ! lib/Unicode/UCD.pm
6787 ____________________________________________________________________________
6788 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
6789         Log: (Retracted by #11174)
6790              Subject: MakeMaker should pass through DEFINE and INC to subdirs
6791              From: Alan Burlison <Alan.Burlison@sun.com>
6792              Date: Tue, 03 Jul 2001 15:20:13 +0100
6793              Message-ID: <3B41D49D.A923D4F9@sun.com>
6794      Branch: perl
6795            ! lib/ExtUtils/MM_Unix.pm
6796 ____________________________________________________________________________
6797 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
6798         Log: Subject: Patch needed for UTS
6799              From: hom00@utsglobal.com (Hal Morris)
6800              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
6801              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
6802              
6803              Replace #11113 with a better version.
6804      Branch: perl
6805            ! perl.h
6806 ____________________________________________________________________________
6807 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
6808         Log: Subject: Re: POINTERRIGOR
6809              From: Andy Dougherty <doughera@lafayette.edu>
6810              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
6811              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
6812      Branch: perl
6813            ! util.c
6814 ____________________________________________________________________________
6815 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
6816         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
6817              From: "Philip Newton" <pnewton@gmx.de>
6818              Date: Tue, 3 Jul 2001 17:03:34 +0200
6819              Message-ID: <3B41FAE6.29564.660E117@localhost>
6820      Branch: perl
6821            ! pp_hot.c
6822 ____________________________________________________________________________
6823 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
6824         Log: Typos.
6825      Branch: perl
6826            ! INSTALL
6827 ____________________________________________________________________________
6828 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
6829         Log: Subject: [PATCH 5.6.1] debugger fixes
6830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6831              Date: Tue, 3 Jul 2001 03:38:18 -0400
6832              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
6833              
6834              The $^S is working again.
6835      Branch: perl
6836            ! lib/perl5db.pl
6837 ____________________________________________________________________________
6838 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
6839         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
6840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6841              Date: Tue, 3 Jul 2001 03:34:06 -0400
6842              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
6843      Branch: perl
6844            ! os2/OS2/Process/Process.pm
6845 ____________________________________________________________________________
6846 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
6847         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
6848              From: "Philip Newton" <Philip.Newton@gmx.net>
6849              Date: Tue, 3 Jul 2001 09:11:27 +0200
6850              Message-Id: <200107030706.KAA04596@taas.iki.fi>
6851      Branch: perl
6852            ! lib/FindBin.pm
6853 ____________________________________________________________________________
6854 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
6855         Log: Delta delta.
6856      Branch: perl
6857            ! pod/perl572delta.pod
6858 ____________________________________________________________________________
6859 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
6860         Log: Metaconfig unit change for 11115.
6861      Branch: metaconfig
6862            ! U/modified/libc.U
6863 ____________________________________________________________________________
6864 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
6865         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
6866              (from Richard Hatch) (this was the cause of pipes() and
6867              times() myeteriously not being found)
6868      Branch: perl
6869            ! Configure
6870 ____________________________________________________________________________
6871 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
6872         Log: Retract #10142, the real culprit found by Richard Hatch,
6873              coming soon to Configure near you.
6874      Branch: perl
6875            ! hints/aix.sh
6876 ____________________________________________________________________________
6877 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
6878         Log: (Replaced by #11124) UTS workaround from Hal Morris.
6879      Branch: perl
6880            ! perl.h
6881 ____________________________________________________________________________
6882 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
6883         Log: Subject: [PATCH] grok not grocking correctly
6884              From: Nicholas Clark <nick@ccl4.org>
6885              Date: Tue, 3 Jul 2001 00:19:08 +0100
6886              Message-ID: <20010703001908.H59620@plum.flirble.org>
6887      Branch: perl
6888            ! numeric.c
6889 ____________________________________________________________________________
6890 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
6891         Log: Subject: [PATCH Deparse.t] test just-posted patches
6892              From: Robin Houston <robin@kitsite.com>
6893              Date: Mon, 2 Jul 2001 23:46:15 +0100
6894              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
6895      Branch: perl
6896            ! ext/B/Deparse.t
6897 ____________________________________________________________________________
6898 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
6899         Log: Subject: [PATCH toke.c] autosplit into @F
6900              From: Robin Houston <robin@kitsite.com>
6901              Date: Mon, 2 Jul 2001 23:18:20 +0100
6902              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
6903      Branch: perl
6904            ! perl.c toke.c
6905 ____________________________________________________________________________
6906 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
6907         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
6908              From: Robin Houston <robin@kitsite.com>
6909              Date: Mon, 2 Jul 2001 23:00:48 +0100
6910              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
6911      Branch: perl
6912            ! ext/B/B/Deparse.pm
6913 ____________________________________________________________________________
6914 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
6915         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
6916              From: "Philip Newton" <Philip.Newton@gmx.net>
6917              Date: Mon, 2 Jul 2001 22:06:22 +0200
6918              (no Message-Id)
6919      Branch: perl
6920            ! ext/NDBM_File/hints/linux.pl
6921 ____________________________________________________________________________
6922 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
6923         Log: Subject: Re: Fixed pack problem - sort of
6924              From: Nicholas Clark <nick@ccl4.org>
6925              Date: Mon, 2 Jul 2001 20:59:20 +0100
6926              Message-ID: <20010702205919.F59620@plum.flirble.org>
6927      Branch: perl
6928            ! pp_pack.c t/op/pack.t
6929 ____________________________________________________________________________
6930 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
6931         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
6932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6933              Date: Mon, 2 Jul 2001 15:45:41 -0400
6934              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
6935      Branch: perl
6936            ! os2/os2.c
6937 ____________________________________________________________________________
6938 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
6939         Log: (Mistaken retraction)
6940      Branch: perl
6941            ! utils/pl2pm.PL
6942 ____________________________________________________________________________
6943 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
6944         Log: Detypo in #11103.
6945      Branch: perl
6946            ! utils/pl2pm.PL
6947 ____________________________________________________________________________
6948 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
6949         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
6950              From: Jonathan Stowe <gellyfish@gellyfish.com>
6951              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
6952              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
6953      Branch: perl
6954            ! utils/pl2pm.PL
6955 ____________________________________________________________________________
6956 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
6957         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
6958              From: "Craig A. Berry" <craigberry@mac.com>
6959              Date: Mon, 02 Jul 2001 14:11:23 -0500
6960              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
6961      Branch: perl
6962            ! lib/Unicode/UCD.pm
6963 ____________________________________________________________________________
6964 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
6965         Log: Subject: [PATCH] Re: op/numconvert.t failures
6966              From: Nicholas Clark <nick@ccl4.org>
6967              Date: Mon, 2 Jul 2001 20:10:48 +0100
6968              Message-ID: <20010702201048.E59620@plum.flirble.org>
6969      Branch: perl
6970            ! t/op/numconvert.t
6971 ____________________________________________________________________________
6972 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
6973         Log: Update Changes.
6974      Branch: perl
6975            ! Changes patchlevel.h
6976 ____________________________________________________________________________
6977 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
6978         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
6979              The real fix must be more involved.  The line of code all the leaky
6980              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
6981              line of Perl_newPMOP().
6982      Branch: perl
6983            ! op.h
6984 ____________________________________________________________________________
6985 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
6986         Log: Based on
6987              
6988              Subject: Re: sizeof(struct sembuf)
6989              From: Nicholas Clark <nick@ccl4.org>
6990              Date: Sun, 1 Jul 2001 22:26:48 +0100
6991              Message-ID: <20010701222648.W59620@plum.flirble.org>
6992              
6993              but do semop() always the slow way.
6994      Branch: perl
6995            ! doio.c
6996 ____________________________________________________________________________
6997 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
6998         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
6999              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7000              Date: Tue, 03 Jul 2001 00:56:30 +0900
7001              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
7002      Branch: perl
7003            ! ext/Encode/Encode/Tcl.t
7004 ____________________________________________________________________________
7005 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
7006         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
7007              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7008              Date: Tue, 03 Jul 2001 00:55:46 +0900
7009              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
7010      Branch: perl
7011            ! ext/Encode/Encode/Tcl.pm
7012 ____________________________________________________________________________
7013 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
7014         Log: Regen api and toc.
7015      Branch: perl
7016            ! pod/perlapi.pod pod/perltoc.pod
7017 ____________________________________________________________________________
7018 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
7019         Log: Metaconfig unit change for #11093.
7020      Branch: metaconfig/U/perl
7021            ! d_fcntl_can_lock.U
7022 ____________________________________________________________________________
7023 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
7024         Log: The fcntl locking test may hang if NFS locking messed up;
7025              break out with alarm(10).
7026      Branch: perl
7027            ! Configure
7028 ____________________________________________________________________________
7029 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
7030         Log: Move the mdelete.bat from win32/bin to win32.
7031      Branch: perl
7032            ! MANIFEST
7033 ____________________________________________________________________________
7034 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
7035         Log: Typo in #11083.
7036      Branch: perl
7037            ! ext/Time/Piece/Piece.t
7038 ____________________________________________________________________________
7039 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
7040         Log: Netware tweaks from Guruprasad.
7041      Branch: perl
7042            - NetWare/perlsdio.h
7043            ! MANIFEST NetWare/Makefile NetWare/interface.c
7044            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
7045            ! perlsdio.h
7046 ____________________________________________________________________________
7047 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
7048         Log: Subject: Re: [PATH] shared -> unique;
7049              From: Abhijit Menon-Sen <ams@wiw.org>
7050              Date: Wed, 27 Jun 2001 03:51:27 +0530
7051              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
7052      Branch: perl
7053            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
7054 ____________________________________________________________________________
7055 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
7056         Log: Subject: Re: AIX / gcc-3.0
7057              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7058              Date: Mon, 02 Jul 2001 15:20:21 +0200
7059              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
7060      Branch: perl
7061            ! hints/aix.sh
7062 ____________________________________________________________________________
7063 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
7064         Log: Subject: Re: Bug report: split splits on wrong pattern
7065              From: Abhijit Menon-Sen <ams@wiw.org>
7066              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
7067              Date: Mon, 2 Jul 2001 16:31:33 +0530
7068      Branch: perl
7069            ! pp_ctl.c
7070 ____________________________________________________________________________
7071 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
7072         Log: Subject: [PATCH 5.6.1] test harness
7073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7074              Date: Mon, 2 Jul 2001 06:29:21 -0400
7075              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
7076      Branch: perl
7077            ! lib/Test/Harness.pm
7078 ____________________________________________________________________________
7079 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
7080         Log: Subject: [PATCH 5.6.1] debugger goof
7081              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7082              Date: Mon, 2 Jul 2001 06:27:22 -0400
7083              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
7084      Branch: perl
7085            ! lib/perl5db.pl
7086 ____________________________________________________________________________
7087 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
7088         Log: Subject: [PATCH 5.6.1] OS/2 cwd
7089              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7090              Date: Mon, 2 Jul 2001 06:21:17 -0400
7091              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
7092      Branch: perl
7093            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
7094 ____________________________________________________________________________
7095 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
7096         Log: Make #11082 more OS/2-specific.
7097      Branch: perl
7098            ! ext/Time/Piece/Piece.t
7099 ____________________________________________________________________________
7100 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
7101         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
7102              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7103              Date: Mon, 2 Jul 2001 06:06:34 -0400
7104              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
7105      Branch: perl
7106            ! ext/Time/Piece/Piece.t
7107 ____________________________________________________________________________
7108 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
7109         Log: Subject: [PATCH B::Deparse] version number & changes
7110              From: Robin Houston <robin@kitsite.com>  
7111              Date: Sun, 1 Jul 2001 17:17:29 +0100
7112              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
7113      Branch: perl
7114            ! ext/B/B/Deparse.pm
7115 ____________________________________________________________________________
7116 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
7117         Log: Subject: a small fix.
7118              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7119              Date: Mon, 2 Jul 2001 12:17:53 +0200
7120              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
7121      Branch: perl
7122            ! ext/Thread/Thread.xs
7123 ____________________________________________________________________________
7124 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
7125         Log: Subject: RE: perl@10907
7126              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
7127              Date: Mon, 2 Jul 2001 12:06:16 +0200
7128              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
7129              
7130              Borland C vs PerlIO.
7131      Branch: perl
7132            ! win32/config.bc win32/config_H.bc
7133 ____________________________________________________________________________
7134 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
7135         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
7136              From: "H.M. Brand" <merijn@l1.procura.nl>
7137              Date: Mon, 02 Jul 2001 11:18:57 +0200
7138              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
7139      Branch: perl
7140            ! t/op/write.t
7141 ____________________________________________________________________________
7142 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
7143         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
7144              From: Michael G Schwern <schwern@pobox.com>
7145              Date: Mon, 2 Jul 2001 00:26:24 -0400
7146              Message-ID: <20010702002624.A18302@blackrider>
7147      Branch: perl
7148            - ext/util/mkbootstrap
7149 ____________________________________________________________________________
7150 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
7151         Log: Subject: [PATCH op.h] v minor comment tweak
7152              From: Robin Houston <robin@puffinry.freeserve.co.uk>
7153              Date: Mon, 2 Jul 2001 00:42:01 +0100
7154              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
7155      Branch: perl
7156            ! op.h
7157 ____________________________________________________________________________
7158 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
7159         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
7160      Branch: perl
7161            ! pod/perlfunc.pod
7162 ____________________________________________________________________________
7163 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
7164         Log: Subject: Re: sizeof(struct sembuf)
7165              From: Nicholas Clark <nick@ccl4.org>
7166              Date: Sun, 1 Jul 2001 19:23:16 +0100
7167              Message-ID: <20010701192316.V59620@plum.flirble.org>
7168              
7169              s/signaling/signalling/
7170      Branch: perl
7171            ! pod/perlfunc.pod
7172 ____________________________________________________________________________
7173 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
7174         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
7175              From: "Philip Newton" <Philip.Newton@gmx.net>
7176              Date: Sun, 1 Jul 2001 09:37:56 +0200
7177              Message-Id: <200107010733.KAA03920@taas.iki.fi>
7178      Branch: perl
7179            ! pod/perlvar.pod
7180 ____________________________________________________________________________
7181 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
7182         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
7183              From: "Philip Newton" <Philip.Newton@gmx.net>
7184              Date: Sun, 1 Jul 2001 09:37:56 +0200
7185              Message-Id: <200107010733.KAA03925@taas.iki.fi>
7186      Branch: perl
7187            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7188 ____________________________________________________________________________
7189 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
7190         Log: Metaconfig unit change for #11070.
7191      Branch: metaconfig
7192            ! U/compline/randfunc.U
7193 ____________________________________________________________________________
7194 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
7195         Log: Subject: [PATCH perlsnap] its --> it's --> its
7196              From: "Philip Newton" <Philip.Newton@gmx.net>
7197              Date: Sun, 1 Jul 2001 09:37:56 +0200
7198              Message-Id: <200107010733.KAA03914@taas.iki.fi>
7199      Branch: perl
7200            ! Porting/config_H
7201 ____________________________________________________________________________
7202 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
7203         Log: Sync with Sarathy; integrate with perlio.
7204      Branch: perl
7205           !> gv.c
7206 ____________________________________________________________________________
7207 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
7208         Log: regenerate win32/config_H.?c files
7209      Branch: perl
7210            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7211 ____________________________________________________________________________
7212 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
7213         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
7214              naming discipline
7215              
7216              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
7217              because of this)
7218              
7219              fix a warning about "fd" being used without being set in Cwd.xs
7220      Branch: perl
7221            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
7222            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
7223            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
7224            ! win32/config.vc
7225 ____________________________________________________________________________
7226 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
7227         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
7228              within macro arguments") and warnings ("unary minus applied to
7229              unsigned type", among others)
7230      Branch: perl
7231            ! gv.c hv.c op.c pp.c sv.c toke.c
7232 ____________________________________________________________________________
7233 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
7234         Log: win32 fixes: more spurious CRs
7235      Branch: perl
7236            ! win32/mdelete.bat
7237 ____________________________________________________________________________
7238 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
7239         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
7240              from win32/bin (or it gets deleted by distclean); don't delete
7241              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
7242              NT (should be made Win9x specific, and added to makefile.mk)
7243      Branch: perl
7244           +> win32/mdelete.bat
7245            - win32/bin/mdelete.bat
7246            ! win32/Makefile win32/makefile.mk
7247 ____________________________________________________________________________
7248 [ 11063] By: nick                                  on 2001/07/01  18:54:09
7249         Log: Quick for for #ifdef mess
7250      Branch: perlio
7251            ! gv.c
7252 ____________________________________________________________________________
7253 [ 11062] By: nick                                  on 2001/07/01  18:47:42
7254         Log: Raw integrate - does not build #if mess in gv.c
7255      Branch: perlio
7256           !> (integrate 29 files)
7257 ____________________________________________________________________________
7258 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
7259         Log: Make 'compile' target a little less broken.
7260              Still very broken, though: -Wall warnings from
7261              the generated code, boot_Foo prototypes missing,
7262              can't autoload Fcntl::SEEK_CUR et alia, ...
7263      Branch: perl
7264            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
7265            ! utils/perlcc.PL x2p/Makefile.SH
7266 ____________________________________________________________________________
7267 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
7268         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
7269      Branch: perl
7270            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7271            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
7272 ____________________________________________________________________________
7273 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
7274         Log: Update Changes.
7275      Branch: perl
7276            ! Changes patchlevel.h
7277 ____________________________________________________________________________
7278 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
7279         Log: Still one typo, regen toc.
7280      Branch: perl
7281            ! lib/Unicode/UCD.pm pod/perltoc.pod
7282 ____________________________________________________________________________
7283 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
7284         Log: Detypos and regen toc.
7285      Branch: perl
7286            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
7287 ____________________________________________________________________________
7288 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
7289         Log: VERSION tweak.
7290      Branch: perl
7291            ! ext/List/Util/lib/List/Util.pm
7292 ____________________________________________________________________________
7293 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
7294         Log: Attempt at plugging the leak under ithreads detected by Doug.
7295      Branch: perl
7296            ! op.h
7297 ____________________________________________________________________________
7298 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
7299         Log: gcc -Wall lint after #11051.
7300      Branch: perl
7301            ! pp_sys.c
7302 ____________________________________________________________________________
7303 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
7304         Log: Integrate perlio.
7305      Branch: perl
7306           !> lib/File/Find/taint.t
7307 ____________________________________________________________________________
7308 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
7309         Log: Don't use the v-strings for module VERSIONs.
7310      Branch: perl
7311            ! lib/Unicode/UCD.pm
7312 ____________________________________________________________________________
7313 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
7314         Log: Code cleanup based on turning off the -woffs in IRIX.
7315              Not all of the gripes cleaned up (hairy code in hv.c and
7316              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
7317              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
7318              to the IRIX hints)
7319      Branch: perl
7320            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
7321            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
7322            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
7323            ! regcomp.c sv.c
7324 ____________________________________________________________________________
7325 [ 11050] By: nick                                  on 2001/06/30  20:46:46
7326         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
7327      Branch: perlio
7328            ! lib/File/Find/taint.t
7329 ____________________________________________________________________________
7330 [ 11049] By: nick                                  on 2001/06/30  18:13:33
7331         Log: Integrate mainline
7332      Branch: perlio
7333           +> NetWare/nwstdio.h NetWare/perlsdio.h
7334           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7335           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
7336           +> lib/Unicode/UCD.t t/run/exit.t
7337           !> (integrate 60 files)
7338 ____________________________________________________________________________
7339 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
7340         Log: Delta delta.
7341      Branch: perl
7342            ! pod/perl572delta.pod
7343 ____________________________________________________________________________
7344 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
7345         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
7346              by CPAN.pm, use rather _00.
7347      Branch: perl
7348            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
7349            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
7350            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
7351            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
7352            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
7353            ! lib/ExtUtils/Embed.pm lib/Test.pm
7354 ____________________________________________________________________________
7355 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
7356         Log: Add a simple Unicode character database interface, Unicode::UCD.
7357      Branch: perl
7358            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
7359            ! MANIFEST
7360 ____________________________________________________________________________
7361 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
7362         Log: Subject: [PATCH] op/numconver.t
7363              From: Nicholas Clark <nick@ccl4.org>
7364              Date: Sat, 30 Jun 2001 15:40:10 +0100
7365              Message-ID: <20010630154010.I59620@plum.flirble.org>
7366      Branch: perl
7367            ! t/op/numconvert.t
7368 ____________________________________________________________________________
7369 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
7370         Log: The $^N is now taken (by #11038).
7371      Branch: perl
7372            ! t/base/lex.t
7373 ____________________________________________________________________________
7374 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
7375         Log: The #11040 had slipped to a wrong function...
7376      Branch: perl
7377            ! sv.c
7378 ____________________________________________________________________________
7379 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
7380         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
7381              the Configure library symbol probe mysteriously finds all
7382              symbols but those of pipe() and times().
7383      Branch: perl
7384            ! hints/aix.sh
7385 ____________________________________________________________________________
7386 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
7387         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
7388              From: Nicholas Clark <nick@ccl4.org>
7389              Date: Fri, 29 Jun 2001 23:49:07 +0100
7390              Message-ID: <20010629234907.D59620@plum.flirble.org>
7391      Branch: perl
7392            ! lib/ExtUtils.t
7393 ____________________________________________________________________________
7394 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
7395         Log: Subject: [PATCH] weakref fix 2, not yet there
7396              From: Artur Bergman <artur@contiller.se>
7397              Date: Sat, 30 Jun 2001 01:18:16 +0200
7398              Message-ID: <B762D957.1CC9%artur@contiller.se>
7399      Branch: perl
7400            ! sv.c
7401 ____________________________________________________________________________
7402 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
7403         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
7404              From: Michael G Schwern <schwern@pobox.com>
7405              Date: Fri, 29 Jun 2001 19:39:11 -0400
7406              Message-ID: <20010629193910.D25304@blackrider>
7407      Branch: perl
7408            + t/run/exit.t
7409            ! MANIFEST
7410 ____________________________________________________________________________
7411 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
7412         Log: Add support for $^N, the most-recently closed group.
7413      Branch: perl
7414            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
7415            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
7416            ! thrdvar.h
7417 ____________________________________________________________________________
7418 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
7419         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
7420              From: lvirden@cas.org
7421              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
7422              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
7423              
7424              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
7425              From: lvirden@cas.org
7426              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
7427              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
7428      Branch: perl
7429            ! README.solaris
7430 ____________________________________________________________________________
7431 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
7432         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
7433              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7434              Date: Sat, 30 Jun 2001 07:33:37 +0900
7435              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
7436              
7437              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
7438              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7439              Date: Sat, 30 Jun 2001 21:38:14 +0900
7440              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
7441      Branch: perl
7442            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
7443            + ext/Encode/Encode/7bit-kr.enc
7444            ! MANIFEST ext/Encode/Encode/Tcl.pm
7445 ____________________________________________________________________________
7446 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
7447         Log: NetWare tweaks from Guruprasad.
7448      Branch: perl
7449            + NetWare/nwstdio.h NetWare/perlsdio.h
7450            ! MANIFEST NetWare/Makefile NetWare/config.wc
7451            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
7452            ! NetWare/t/Readme.txt
7453 ____________________________________________________________________________
7454 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
7455         Log: More module $VERSION bump-ups.
7456      Branch: perl
7457            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
7458            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
7459            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
7460 ____________________________________________________________________________
7461 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
7462         Log: Doc update due to #11032.
7463      Branch: perl
7464            ! pod/perl572delta.pod
7465 ____________________________________________________________________________
7466 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
7467         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
7468              From: Peter Prymmer <pvhp@forte.com>
7469              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
7470              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
7471      Branch: perl
7472            ! ext/Time/HiRes/HiRes.xs
7473 ____________________________________________________________________________
7474 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
7475         Log: -lpthreads missing in AIX.
7476      Branch: perl
7477            ! hints/aix.sh
7478 ____________________________________________________________________________
7479 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
7480         Log: Subject: [PATCH] CLONE && weakrefs
7481              From: Artur Bergman <artur@contiller.se>
7482              Date: Fri, 29 Jun 2001 17:02:00 +0200
7483              Message-ID: <B7626508.1CA0%artur@contiller.se>
7484      Branch: perl
7485            ! sv.c
7486 ____________________________________________________________________________
7487 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
7488         Log: Subject: Re: Bug report: split splits on wrong pattern
7489              From: Radu Greab <radu@netsoft.ro>
7490              Date: Wed, 27 Jun 2001 21:50:52 +0300
7491              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
7492      Branch: perl
7493            ! pp_ctl.c t/op/split.t
7494 ____________________________________________________________________________
7495 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
7496         Log: Metaconfig unit change for #11027.
7497      Branch: metaconfig/U/perl
7498            ! d_modfl.U
7499 ____________________________________________________________________________
7500 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
7501         Log: I thought this Configure glitch for AIX was just recently fixed?
7502      Branch: perl
7503            ! Configure
7504 ____________________________________________________________________________
7505 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
7506         Log: Update Changes.
7507      Branch: perl
7508            ! Changes patchlevel.h
7509 ____________________________________________________________________________
7510 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
7511         Log: Subject: Re: perl@10967, File::Find, and Cwd
7512              From: Mike Guy <mjtg@cam.ac.uk>
7513              Date: Fri, 29 Jun 2001 14:56:49 +0100
7514              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
7515      Branch: perl
7516            ! lib/File/Find/taint.t
7517 ____________________________________________________________________________
7518 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
7519         Log: Update the sv_pvprintify() spec.
7520      Branch: perl
7521            ! pod/perltodo.pod
7522 ____________________________________________________________________________
7523 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
7524         Log: Known test failures update.
7525      Branch: perl
7526            ! pod/perl572delta.pod
7527 ____________________________________________________________________________
7528 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
7529         Log: Based on
7530              
7531              Subject: [PATCH @11016] More );) fixes
7532              From: Richard Soderberg <rs@crystalflame.net>
7533              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
7534              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
7535      Branch: perl
7536            ! ext/Thread/Thread.xs ext/Thread/typemap
7537 ____________________________________________________________________________
7538 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
7539         Log: Subject: [PATCH @11016] Fixes compile errors in four files
7540              From: Richard Soderberg <rs@crystalflame.net>
7541              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
7542              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
7543      Branch: perl
7544            ! mg.c pp.c pp_hot.c util.c
7545 ____________________________________________________________________________
7546 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
7547         Log: AIX hints tweaking continues, from Merijn Brand.
7548      Branch: perl
7549            ! hints/aix.sh
7550 ____________________________________________________________________________
7551 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
7552         Log: HP-UX needs gccversion sooner, from Merijn Brand.
7553      Branch: perl
7554            ! hints/hpux.sh
7555 ____________________________________________________________________________
7556 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
7557         Log: Subject: [PATCH 5.6.1] OS/2 docs
7558              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7559              Date: Fri, 29 Jun 2001 02:34:12 -0400
7560              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
7561      Branch: perl
7562            ! README.os2 os2/Changes
7563 ____________________________________________________________________________
7564 [ 11017] By: nick                                  on 2001/06/29  10:20:30
7565         Log: Integrate mainline
7566      Branch: perlio
7567           +> (branch 37 files)
7568            - ext/ODBM_File/sdbm.t
7569           !> (integrate 211 files)
7570 ____________________________________________________________________________
7571 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
7572         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
7573              the modules found using a script written by Larry Schatzer Jr.
7574      Branch: perl
7575            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
7576            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
7577            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
7578            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
7579            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
7580            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
7581            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
7582            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
7583            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
7584            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
7585            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
7586            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
7587            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
7588            ! lib/constant.pm lib/fields.pm lib/strict.pm
7589 ____________________________________________________________________________
7590 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
7591         Log: The latest JPL from the anoncvs.
7592      Branch: perl
7593            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
7594 ____________________________________________________________________________
7595 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
7596         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
7597      Branch: perl
7598            ! t/op/pat.t
7599 ____________________________________________________________________________
7600 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
7601         Log: Worrying about insecure directories now is a bit too late.
7602      Branch: perl
7603            ! lib/File/Find/taint.t
7604 ____________________________________________________________________________
7605 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
7606         Log: Cannot DIE() in a void function,
7607              from Richard Hatch <rhatch@austin.ibm.com>.
7608      Branch: perl
7609            ! ext/IPC/SysV/SysV.xs
7610 ____________________________________________________________________________
7611 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
7612         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
7613              From: Peter Prymmer <pvhp@forte.com>
7614              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
7615              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
7616              
7617              (unfinished: time/hires tests 3, 5, 14 failing, but better
7618              than wholesale failure)
7619      Branch: perl
7620            ! ext/Time/HiRes/HiRes.xs
7621 ____________________________________________________________________________
7622 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
7623         Log: Subject: [PATCH 5.6.1] OS/2 improvements
7624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7625              Date: Thu, 28 Jun 2001 16:03:14 -0400
7626              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
7627      Branch: perl
7628            + os2/os2_base.t
7629            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
7630            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
7631            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
7632            ! os2/os2ish.h
7633 ____________________________________________________________________________
7634 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
7635         Log: Subject: Incrementing Extutils::Manifest's $VERSION
7636              From: Michael G Schwern <schwern@pobox.com>
7637              Date: Thu, 28 Jun 2001 13:13:49 -0400
7638              Message-ID: <20010628131349.A14738@blackrider>
7639      Branch: maint-5.6/perl
7640            ! lib/ExtUtils/Manifest.pm
7641 ____________________________________________________________________________
7642 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
7643         Log: AIX tweak from Merijn Brand.
7644      Branch: perl
7645            ! hints/aix.sh
7646 ____________________________________________________________________________
7647 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
7648         Log: Create the macperl branch.
7649      Branch: maint-5.6/macperl
7650           +> (branch 1728 files)
7651 ____________________________________________________________________________
7652 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
7653         Log: Update Changes.
7654      Branch: perl
7655            ! Changes patchlevel.h
7656 ____________________________________________________________________________
7657 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
7658         Log: More Perforce lore.
7659      Branch: perl
7660            ! Porting/repository.pod
7661 ____________________________________________________________________________
7662 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
7663         Log: Metaconfig unit changes for #11003.
7664      Branch: metaconfig/U/perl
7665            + d_nl_langinfo.U i_langinfo.U
7666 ____________________________________________________________________________
7667 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
7668         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
7669              Expected not to exist in non-UNIX excepting in VMS, where
7670              according to a quick web survey they just might.
7671      Branch: perl
7672            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
7673            ! Porting/config_H config_h.SH configure.com epoc/config.sh
7674            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
7675            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7676            ! win32/config.bc win32/config.gc win32/config.vc
7677 ____________________________________________________________________________
7678 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
7679         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
7680              in AIX is one is doing a 64-bit build.
7681      Branch: perl
7682            ! hints/aix.sh
7683 ____________________________________________________________________________
7684 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
7685         Log: Metaconfig unit changes for #11000.
7686      Branch: metaconfig/U/perl
7687            ! use64bits.U uselfs.U
7688 ____________________________________________________________________________
7689 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
7690         Log: Move use64bitint and use64bitall before uselargefiles.
7691      Branch: perl
7692            ! Configure
7693 ____________________________________________________________________________
7694 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
7695         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
7696              From: Robert Spier <rspier@pobox.com>
7697              Message-ID: <15162.41164.618712.841415@rls.cx>
7698              Date: Wed, 27 Jun 2001 23:13:16 -0400
7699      Branch: perl
7700            ! doio.c
7701 ____________________________________________________________________________
7702 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
7703         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
7704              From: Peter Prymmer <pvhp@forte.com>
7705              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
7706              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
7707      Branch: perl
7708            ! numeric.c
7709 ____________________________________________________________________________
7710 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
7711         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
7712              From: Peter Prymmer <pvhp@forte.com>
7713              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
7714              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
7715      Branch: perl
7716            ! configure.com ext/Digest/MD5/Makefile.PL
7717 ____________________________________________________________________________
7718 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
7719         Log: Update Changes.
7720      Branch: perl
7721            ! Changes patchlevel.h
7722 ____________________________________________________________________________
7723 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
7724         Log: Tiny EPOC updates.
7725      Branch: perl
7726            ! epoc/config.sh
7727 ____________________________________________________________________________
7728 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
7729         Log: The Test::More and Test::Simple tests required help
7730              thanks to our schizophrenic test scheme.
7731      Branch: perl
7732            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
7733            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
7734            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
7735            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
7736            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
7737 ____________________________________________________________________________
7738 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
7739         Log: Upgrade to Test::Simple 0.09.
7740      Branch: perl
7741            + lib/Test/Simple/Changes
7742            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
7743            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
7744            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
7745            ! lib/Test/Simple/t/plan_is_noplan.t
7746 ____________________________________________________________________________
7747 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
7748         Log: Upgrade to Test::More 0.07.
7749      Branch: perl
7750            + lib/Test/More/Changes
7751            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
7752            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
7753            ! lib/Test/More/t/skipall.t
7754 ____________________________________________________________________________
7755 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
7756         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
7757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7758              Date: Wed, 27 Jun 2001 18:40:04 +0200
7759              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
7760      Branch: perl
7761            ! hints/hpux.sh
7762 ____________________________________________________________________________
7763 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
7764         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7765              From: Norton Allen <allen@huarp.harvard.edu>
7766              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
7767              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
7768      Branch: perl
7769            ! README.qnx hints/qnx.sh
7770 ____________________________________________________________________________
7771 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
7772         Log: Subject: [PATCH] two little documentation nits
7773              From: Abhijit Menon-Sen <ams@wiw.org>
7774              Date: Wed, 27 Jun 2001 20:07:50 +0530
7775              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
7776      Branch: perl
7777            ! sv.c sv.h
7778 ____________________________________________________________________________
7779 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
7780         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
7781              From: Norton Allen <allen@huarp.harvard.edu>
7782              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
7783              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
7784      Branch: perl
7785            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
7786 ____________________________________________________________________________
7787 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
7788         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
7789              From: Michael G Schwern <schwern@pobox.com>
7790              Date: Wed, 27 Jun 2001 02:34:58 -0400
7791              Message-ID: <20010627023458.K23874@blackrider>
7792      Branch: perl
7793            ! vms/test.com
7794 ____________________________________________________________________________
7795 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
7796         Log: Add perl_clone_host() for Netware.
7797      Branch: perl
7798            ! NetWare/nw5.c
7799 ____________________________________________________________________________
7800 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
7801         Log: GCC 3.0 hints for HP-UX.
7802      Branch: perl
7803            ! hints/hpux.sh
7804 ____________________________________________________________________________
7805 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
7806         Log: In some Linux distributions the libndbm is broken
7807              (no null key support), therefore link with libgdbm
7808              (if available), since it has a working ndbm emulation,
7809              from Jonathan Stowe.
7810      Branch: perl
7811            + ext/NDBM_File/hints/linux.pl
7812            ! MANIFEST
7813 ____________________________________________________________________________
7814 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
7815         Log: Subject: [PATCH perl@10930] find.t hack for VMS
7816              From: "Craig A. Berry" <craigberry@mac.com>
7817              Date: Tue, 26 Jun 2001 23:40:25 -0500
7818              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
7819      Branch: perl
7820            ! lib/File/Find/find.t
7821 ____________________________________________________________________________
7822 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
7823         Log: AUTHORS updates.
7824      Branch: perl
7825            ! AUTHORS
7826 ____________________________________________________________________________
7827 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
7828         Log: Metaconfig unit change like #10980.
7829      Branch: metaconfig
7830            ! U/compline/d_stdstdio.U
7831 ____________________________________________________________________________
7832 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
7833         Log: "lose the it's", from Abhijit Menon-Sen.
7834              ("It's" not searched, pods not searched.)
7835      Branch: perl
7836            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
7837            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
7838            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
7839            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
7840            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7841            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
7842 ____________________________________________________________________________
7843 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
7844         Log: "lose the looses", from Abhijit Menon-Sen.
7845      Branch: perl
7846            ! ext/B/B/Assembler.pm gv.c
7847 ____________________________________________________________________________
7848 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
7849         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
7850      Branch: perl
7851            ! hints/os390.sh
7852 ____________________________________________________________________________
7853 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
7854         Log: DEC C 5.3 on the VAX simply doesn't seem to like
7855              compiling the MD5 extension, disable it there for now,
7856              from Peter Prymmer.
7857      Branch: perl
7858            ! configure.com
7859 ____________________________________________________________________________
7860 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
7861         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
7862              From: Jonathan Stowe <gellyfish@gellyfish.com>
7863              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
7864              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
7865      Branch: perl
7866            ! pod/perlfaq3.pod
7867 ____________________________________________________________________________
7868 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
7869         Log: Subject: [PATCH 5.6.1] perlxs misprints
7870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7871              Date: Tue, 26 Jun 2001 17:20:00 -0400
7872              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
7873      Branch: perl
7874            ! pod/perlxs.pod
7875 ____________________________________________________________________________
7876 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
7877         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
7878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7879              Date: Tue, 26 Jun 2001 17:27:07 -0400
7880              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
7881      Branch: perl
7882            ! lib/ExtUtils/MM_Unix.pm
7883 ____________________________________________________________________________
7884 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
7885         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
7886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7887              Date: Tue, 26 Jun 2001 17:23:24 -0400
7888              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
7889      Branch: perl
7890            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
7891 ____________________________________________________________________________
7892 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
7893         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
7894              by Olaf Flebbe.
7895      Branch: perl
7896            ! perl.h
7897 ____________________________________________________________________________
7898 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
7899         Log: Detypo.
7900      Branch: perl
7901            ! lib/Memoize/t/tie_sdbm.t
7902 ____________________________________________________________________________
7903 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
7904         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
7905      Branch: perl
7906            ! win32/perllib.c
7907 ____________________________________________________________________________
7908 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
7909         Log: Subject: [patch] perl_clone+CvFILE
7910              From: Doug MacEachern <dougm@covalent.net>
7911              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
7912              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
7913      Branch: perl
7914            ! sv.c
7915 ____________________________________________________________________________
7916 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
7917         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
7918              From: Mark-Jason Dominus <mjd@plover.com>
7919              Date: Tue, 26 Jun 2001 12:33:01 -0400
7920              Message-ID: <20010626163301.31298.qmail@plover.com>
7921      Branch: perl
7922            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7923 ____________________________________________________________________________
7924 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
7925         Log: Update Changes.
7926      Branch: perl
7927            ! Changes patchlevel.h
7928 ____________________________________________________________________________
7929 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
7930         Log: Also catfile() needs now to explicitly exported.
7931      Branch: perl
7932            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7933 ____________________________________________________________________________
7934 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
7935         Log: Regen toc.
7936      Branch: perl
7937            ! pod/perltoc.pod
7938 ____________________________________________________________________________
7939 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
7940         Log: Nonexistent pod command.
7941      Branch: perl
7942            ! pod/perl572delta.pod
7943 ____________________________________________________________________________
7944 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
7945         Log: Be more portable in the quest for tmpdir.
7946      Branch: perl
7947            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
7948 ____________________________________________________________________________
7949 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
7950         Log: Be more portable in finding out the home directory,
7951              and use File::Spec to do the concat.
7952              (Come to think of it, couldn't File::Spec provide
7953              for a ->homedir method?)
7954      Branch: perl
7955            ! lib/Net/Config.pm
7956 ____________________________________________________________________________
7957 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
7958         Log: Doc patch for #10959.
7959      Branch: perl
7960            ! pod/perlfunc.pod
7961 ____________________________________________________________________________
7962 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
7963         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
7964              From: "Philip Newton" <pnewton@gmx.de>
7965              Date: Tue, 26 Jun 2001 16:26:47 +0200
7966              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
7967      Branch: perl
7968            ! pod/perldata.pod
7969 ____________________________________________________________________________
7970 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
7971         Log: Subject: [PATH] shared -> unique;
7972              From: "Artur Bergman" <artur@contiller.se>
7973              Date: Tue, 26 Jun 2001 16:18:40 +0200
7974              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
7975              
7976              Because "shared" isn't: it's read-only.
7977      Branch: perl
7978            ! toke.c xsutils.c
7979 ____________________________________________________________________________
7980 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
7981         Log: Escape multiline croak messages.
7982      Branch: perl
7983            ! t/op/ver.t
7984 ____________________________________________________________________________
7985 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
7986         Log: No more pragma/*.t for minitest.
7987      Branch: perl
7988            ! Makefile.SH
7989 ____________________________________________________________________________
7990 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
7991         Log: AUTHORS updates.
7992      Branch: perl
7993            ! AUTHORS
7994 ____________________________________________________________________________
7995 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
7996         Log: delta updates.
7997      Branch: perl
7998            ! pod/perl572delta.pod
7999 ____________________________________________________________________________
8000 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
8001         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
8002              From: Artur Bergman <artur@contiller.se> 
8003              Date: Tue, 26 Jun 2001 15:32:53 +0200
8004              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
8005      Branch: perl
8006            ! makedef.pl sv.c sv.h win32/perllib.c
8007 ____________________________________________________________________________
8008 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
8009         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
8010              From: Jonathan Stowe <gellyfish@gellyfish.com>
8011              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
8012              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
8013              
8014              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
8015      Branch: perl
8016            + ext/Time/HiRes/hints/sco.pl
8017            ! MANIFEST
8018 ____________________________________________________________________________
8019 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
8020         Log: Subject: [PATCH 5.6.1] static build
8021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8022              Date: Tue, 26 Jun 2001 04:22:25 -0400
8023              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
8024      Branch: perl
8025            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
8026            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
8027 ____________________________________________________________________________
8028 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
8029         Log: DJGPP patches from Laszlo Molnar.
8030      Branch: perl
8031            ! djgpp/djgpp.c perl.c util.c
8032 ____________________________________________________________________________
8033 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
8034         Log: Netware patches from Ananth Kesari.
8035      Branch: perl
8036            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
8037            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
8038            ! NetWare/nwtinfo.h
8039 ____________________________________________________________________________
8040 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
8041         Log: Detypo.
8042      Branch: perl
8043            ! ext/Errno/Errno_pm.PL
8044 ____________________________________________________________________________
8045 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
8046         Log: There seems to be two ways of spelling the $^O in *STEP.
8047      Branch: perl
8048            ! ext/Errno/Errno_pm.PL
8049 ____________________________________________________________________________
8050 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
8051         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
8052              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
8053      Branch: perl
8054            ! ext/Errno/Errno_pm.PL
8055 ____________________________________________________________________________
8056 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
8057         Log: Known bugs update.
8058      Branch: perl
8059            ! pod/perl572delta.pod
8060 ____________________________________________________________________________
8061 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
8062         Log: The default installation of Cygwin has 500 as root's uid.
8063      Branch: perl
8064            ! lib/User/pwent.t
8065 ____________________________________________________________________________
8066 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
8067         Log: Be even more relaxed (re-allow having only one entry).
8068      Branch: perl
8069            ! t/op/grent.t t/op/pwent.t
8070 ____________________________________________________________________________
8071 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
8072         Log: Test failure updates.
8073      Branch: perl
8074            ! pod/perl572delta.pod
8075 ____________________________________________________________________________
8076 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
8077         Log: MPE/iX test tweaks from Mark Bixby.
8078      Branch: perl
8079            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
8080            ! t/io/fs.t t/op/stat.t
8081 ____________________________________________________________________________
8082 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
8083         Log: Microperl findings.
8084      Branch: perl
8085            ! perl.h pp_sys.c
8086 ____________________________________________________________________________
8087 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
8088         Log: Touch uconfig.h.
8089      Branch: perl
8090            ! uconfig.h
8091 ____________________________________________________________________________
8092 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
8093         Log: Subject: [PATCH] Proposed fix for Pod::Man
8094              From: Rob Napier <rnapier@employees.org>
8095              Date: Mon, 25 Jun 2001 15:49:24 -0400
8096              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
8097              
8098              Cater for Solaris nroff brokenness (shortchanges daisywheel
8099              printers, but hey, we also no more support PDPs.)
8100      Branch: perl
8101            ! lib/Pod/Man.pm
8102 ____________________________________________________________________________
8103 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
8104         Log: Typo in #10937.
8105      Branch: perl
8106            ! ext/POSIX/sigaction.t
8107 ____________________________________________________________________________
8108 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
8109         Log: SIGCONT not trappable in VMS.
8110      Branch: perl
8111            ! ext/POSIX/sigaction.t
8112 ____________________________________________________________________________
8113 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
8114         Log: Subject: [DRAFT] Encode-Tcl.t
8115              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8116              Date: Tue, 26 Jun 2001 03:38:08 +0900
8117              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
8118      Branch: perl
8119            + ext/Encode/Encode/Tcl.t
8120            ! MANIFEST ext/Encode/Encode/Tcl.pm
8121 ____________________________________________________________________________
8122 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
8123         Log: Because of #10932 retract also the perlfunc hunk of #10910.
8124      Branch: perl
8125            ! pod/perlfunc.pod
8126 ____________________________________________________________________________
8127 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
8128         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
8129              by Ilya Zakharevich in
8130              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
8131      Branch: perl
8132            ! XSUB.h
8133 ____________________________________________________________________________
8134 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
8135         Log: Typo in #10889.
8136      Branch: perl
8137            ! hints/uts.sh
8138 ____________________________________________________________________________
8139 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
8140         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8141              From: Abhijit Menon-Sen <ams@wiw.org>
8142              Date: Mon, 25 Jun 2001 23:45:45 +0530
8143              Message-ID: <20010625234545.A5022@lustre.linux.in>
8144      Branch: perl
8145            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
8146 ____________________________________________________________________________
8147 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
8148         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
8149              From: Michael G Schwern <schwern@pobox.com>
8150              Date: Mon, 25 Jun 2001 14:35:51 -0400
8151              Message-ID: <20010625143551.H13819@blackrider>
8152      Branch: perl
8153            ! lib/Test.pm
8154 ____________________________________________________________________________
8155 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
8156         Log: Update Changes.
8157      Branch: perl
8158            ! Changes patchlevel.h
8159 ____________________________________________________________________________
8160 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
8161         Log: Regen toc and modlib.
8162      Branch: perl
8163            ! pod/perlmodlib.pod pod/perltoc.pod
8164 ____________________________________________________________________________
8165 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
8166         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
8167              for the benefit of C++ compilers, as suggested by Guruprasad.
8168      Branch: perl
8169            ! embed.pl proto.h
8170 ____________________________________________________________________________
8171 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
8172         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
8173              From: Jonathan Stowe <gellyfish@gellyfish.com>
8174              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
8175              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
8176      Branch: perl
8177            ! pod/perlfaq5.pod
8178 ____________________________________________________________________________
8179 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
8180         Log: Missed from #10925.
8181      Branch: perl
8182            ! gv.c
8183 ____________________________________________________________________________
8184 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
8185         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
8186              From: Robin Houston <robin@kitsite.com>
8187              Date: Sat, 19 May 2001 16:19:34 +0100
8188              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
8189      Branch: perl
8190            ! cv.h gv.h op.c
8191 ____________________________________________________________________________
8192 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
8193         Log: Netware README tweak.
8194      Branch: perl
8195            ! README.netware
8196 ____________________________________________________________________________
8197 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
8198         Log: Subject: [PATCH] Re: overload.t fails
8199              From: Abhijit Menon-Sen <ams@wiw.org>
8200              Date: Mon, 25 Jun 2001 14:52:20 +0530
8201              Message-ID: <20010625145220.A24114@lustre.linux.in>
8202      Branch: perl
8203            ! lib/overload.t
8204 ____________________________________________________________________________
8205 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
8206         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8207              From: Mike Guy <mjtg@cam.ac.uk>
8208              Date: Mon, 25 Jun 2001 11:43:23 +0100
8209              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
8210      Branch: perl
8211            ! lib/Carp.pm
8212 ____________________________________________________________________________
8213 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
8214         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
8215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8216              Date: Sun, 24 Jun 2001 05:17:05 -0400
8217              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
8218      Branch: perl
8219            ! os2/os2ish.h
8220 ____________________________________________________________________________
8221 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
8222         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
8223              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8224              Date: Mon, 25 Jun 2001 05:52:27 -0400
8225              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
8226      Branch: perl
8227            ! hints/os2.sh
8228 ____________________________________________________________________________
8229 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
8230         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
8231              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8232              Date: Mon, 25 Jun 2001 05:23:35 -0400
8233              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
8234      Branch: perl
8235            ! os2/os2.c
8236 ____________________________________________________________________________
8237 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
8238         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
8239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8240              Date: Mon, 25 Jun 2001 05:04:32 -0400
8241              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
8242      Branch: perl
8243            ! os2/OS2/REXX/DLL/DLL.pm
8244 ____________________________________________________________________________
8245 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
8246         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
8247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8248              Date: Mon, 25 Jun 2001 05:02:36 -0400
8249              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
8250      Branch: perl
8251            ! mg.c os2/dl_os2.c os2/os2.c
8252 ____________________________________________________________________________
8253 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
8254         Log: Subject: Re: [PATCH 5.6.1] misprints
8255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8256              Date: Mon, 25 Jun 2001 04:50:50 -0400
8257              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
8258      Branch: perl
8259            ! os2/os2.c pp_sys.c
8260 ____________________________________________________________________________
8261 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
8262         Log: Add Test::More and Test::Simple to the delta.
8263      Branch: perl
8264            ! pod/perl572delta.pod
8265 ____________________________________________________________________________
8266 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
8267         Log: Add Test::More, from Michael G Schwern.
8268      Branch: perl
8269            + lib/Test/More.pm lib/Test/More/t/More.t
8270            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
8271            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
8272            + t/lib/Test/More/Catch.pm
8273            ! MANIFEST
8274 ____________________________________________________________________________
8275 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
8276         Log: Add Test::Simple from Michael G Schwern.
8277      Branch: perl
8278            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
8279            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
8280            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8281            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
8282            + t/lib/Test/Simple/Catch.pm
8283            + t/lib/Test/Simple/sample_tests/death.plx
8284            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
8285            + t/lib/Test/Simple/sample_tests/extras.plx
8286            + t/lib/Test/Simple/sample_tests/five_fail.plx
8287            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
8288            + t/lib/Test/Simple/sample_tests/one_fail.plx
8289            + t/lib/Test/Simple/sample_tests/require.plx
8290            + t/lib/Test/Simple/sample_tests/success.plx
8291            + t/lib/Test/Simple/sample_tests/too_few.plx
8292            + t/lib/Test/Simple/sample_tests/two_fail.plx
8293            ! MANIFEST
8294 ____________________________________________________________________________
8295 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
8296         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
8297              From: "Craig A. Berry" <craigberry@mac.com>
8298              Date: Sun, 24 Jun 2001 23:41:36 -0500
8299              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
8300      Branch: perl
8301            ! pp_sys.c
8302 ____________________________________________________________________________
8303 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
8304         Log: Upgrade to Attribute::Handlers 0.70.
8305      Branch: perl
8306            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
8307            ! MANIFEST lib/Attribute/Handlers.pm
8308 ____________________________________________________________________________
8309 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
8310         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
8311              From: Abhijit Menon-Sen <ams@wiw.org>
8312              Date: Sat, 23 Jun 2001 05:17:44 +0530
8313              Message-ID: <20010623051744.A18583@lustre.linux.in>
8314              
8315              (Can't think of a good place to put tests.)
8316      Branch: perl
8317            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
8318 ____________________________________________________________________________
8319 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
8320         Log: Subject: [PATCH] t/op/pat.t typo fix
8321              From: Richard Soderberg <rs@crystalflame.net>
8322              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
8323              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
8324      Branch: perl
8325            ! t/op/pat.t
8326 ____________________________________________________________________________
8327 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
8328         Log: Move the pack warnings to their own file, as pointed
8329              out by Spider.
8330      Branch: perl
8331            + t/lib/warnings/pp_pack
8332            ! MANIFEST t/lib/warnings/pp
8333 ____________________________________________________________________________
8334 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
8335         Log: Update Changes.
8336      Branch: perl
8337            ! Changes patchlevel.h
8338 ____________________________________________________________________________
8339 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
8340         Log: Partially fix a problem noticed by IRIX compiler:
8341              the initialization of parse_start was bypassed by
8342              several gotos.  Now initialized to zero, which may
8343              not be the best choice.
8344      Branch: perl
8345            ! regcomp.c
8346 ____________________________________________________________________________
8347 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
8348         Log: Relax the group and password tests back to moaning only
8349              if no matches at all are found.  (Even with a small sample
8350              I could find many sites where there are, umm, anomalies in
8351              the said databases.)       
8352      Branch: perl
8353            ! t/op/grent.t t/op/pwent.t
8354 ____________________________________________________________________________
8355 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
8356         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
8357      Branch: perl
8358            ! pp_ctl.c
8359 ____________________________________________________________________________
8360 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
8361         Log: De-cut-and-pasto in #10902.
8362      Branch: perl
8363            ! pp_ctl.c
8364 ____________________________________________________________________________
8365 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
8366         Log: The #10771 didn't take?
8367      Branch: perl
8368            ! pp_ctl.c
8369 ____________________________________________________________________________
8370 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
8371         Log: Undo the filetests part of #10900, under multiplicity
8372              weird errors take place.
8373      Branch: perl
8374            ! pp_sys.c
8375 ____________________________________________________________________________
8376 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
8377         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
8378      Branch: perl
8379            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
8380 ____________________________________________________________________________
8381 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
8382         Log: (Replaced by #10922)
8383              
8384              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
8385              From: Tony Bowden <tony@kasei.com>
8386              Date: Sun, 24 Jun 2001 17:32:40 +0100
8387              Message-ID: <20010624173240.A16293@blackstar.co.uk>
8388              
8389              Document (well, mention) shortmess() and longmess()
8390              to rob people of their fun of reinventing the weel.
8391      Branch: perl
8392            ! lib/Carp.pm
8393 ____________________________________________________________________________
8394 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
8395         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
8396              From: Brian Jepson <bjepson@oreilly.com>
8397              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
8398              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
8399      Branch: perl
8400            ! pp_sys.c
8401 ____________________________________________________________________________
8402 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
8403         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
8404              From: Robin Barker <rmb1@cise.npl.co.uk> 
8405              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
8406              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
8407      Branch: perl
8408            ! lib/CPAN.pm
8409 ____________________________________________________________________________
8410 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
8411         Log: Memoize patch from mjd.
8412      Branch: perl
8413            ! lib/Memoize/t/tie_storable.t
8414 ____________________________________________________________________________
8415 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
8416         Log: Spec the sv_pvprintify() a bit more.
8417      Branch: perl
8418            ! pod/perltodo.pod
8419 ____________________________________________________________________________
8420 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
8421         Log: Upgrade to Memoize 0.65.
8422      Branch: perl
8423            + lib/Memoize/t/array_confusion.t
8424            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
8425            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
8426            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
8427            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
8428            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
8429            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
8430            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
8431            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
8432            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
8433            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
8434            ! lib/Memoize/t/tie_storable.t
8435 ____________________________________________________________________________
8436 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
8437         Log: Metaconfig unit change for #10892.
8438      Branch: metaconfig
8439            ! U/modified/Options.U
8440 ____________________________________________________________________________
8441 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
8442         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
8443              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8444              Date: Sun, 24 Jun 2001 05:24:40 -0400
8445              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
8446      Branch: perl
8447            ! Configure hints/os2.sh
8448 ____________________________________________________________________________
8449 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
8450         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
8451              From: Mike Guy <mjtg@cam.ac.uk>
8452              Date: Sun, 24 Jun 2001 15:28:39 +0100
8453              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
8454              
8455              Fix an ancient (5.002) bug.
8456      Branch: perl
8457            ! lib/Carp/Heavy.pm
8458 ____________________________________________________________________________
8459 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
8460         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
8461              variables.
8462      Branch: perl
8463            ! pp_sys.c
8464 ____________________________________________________________________________
8465 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
8466         Log: Make UTS as per #10888.
8467      Branch: perl
8468            ! hints/uts.sh
8469 ____________________________________________________________________________
8470 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
8471         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
8472      Branch: perl
8473            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
8474            ! mpeix/mpeixish.h perl.h unixish.h
8475 ____________________________________________________________________________
8476 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
8477         Log: AUTHORS update.
8478      Branch: perl
8479            ! AUTHORS
8480 ____________________________________________________________________________
8481 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
8482         Log: Subject: Encode::Tcl for multibyte doesnot work
8483              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8484              Date: Sun, 24 Jun 2001 22:48:21 +0900
8485              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
8486      Branch: perl
8487            ! ext/Encode/Encode/Tcl.pm
8488 ____________________________________________________________________________
8489 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
8490         Log: Subject: [PATCH] Remove tautology in error messages
8491              From: Mike Guy <mjtg@cam.ac.uk>
8492              Date: Sun, 24 Jun 2001 13:31:00 +0100
8493              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
8494      Branch: perl
8495            ! pp_sys.c
8496 ____________________________________________________________________________
8497 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
8498         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
8499      Branch: perl
8500            ! hints/darwin.sh
8501 ____________________________________________________________________________
8502 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
8503         Log: Subject: Re: [PATCH 5.6.1] test suite
8504              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8505              Date: Sun, 24 Jun 2001 05:47:05 -0400
8506              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
8507              
8508              Test suite fixes.
8509      Branch: perl
8510            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
8511 ____________________________________________________________________________
8512 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
8513         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
8514              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8515              Date: Sun, 24 Jun 2001 05:37:19 -0400
8516              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
8517      Branch: perl
8518            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
8519 ____________________________________________________________________________
8520 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
8521         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
8522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8523              Date: Sun, 24 Jun 2001 05:34:50 -0400
8524              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
8525              
8526              Pacify compiler warnings.
8527      Branch: perl
8528            ! pp_sys.c
8529 ____________________________________________________________________________
8530 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
8531         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8533              Date: Sun, 24 Jun 2001 05:21:18 -0400
8534              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
8535              
8536              Enable compression of executables during link time.
8537      Branch: perl
8538            ! hints/os2.sh
8539 ____________________________________________________________________________
8540 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
8541         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
8542              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8543              Date: Sun, 24 Jun 2001 05:15:11 -0400
8544              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
8545              
8546              Add ordinals to the export list for Perl DLL.
8547              (Breaks intra-version DLL compatibility.)
8548      Branch: perl
8549            ! makedef.pl
8550 ____________________________________________________________________________
8551 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
8552         Log: Allow (displaying and) re-editing the Subject in perlbug.
8553              Also abstract the Subject quality control into a function.
8554      Branch: perl
8555            ! utils/perlbug.PL
8556 ____________________________________________________________________________
8557 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
8558         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
8559      Branch: perl
8560            ! utils/perlbug.PL
8561 ____________________________________________________________________________
8562 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
8563         Log: Regen toc and modlib.
8564      Branch: perl
8565            ! pod/perlmodlib.pod pod/perltoc.pod
8566 ____________________________________________________________________________
8567 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
8568         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
8569              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
8570              attribute semantics as much as possible, or 'ntsec' which uses
8571              native NTFS semantics.)  (See also #10877.)
8572      Branch: perl
8573            ! perl.c
8574 ____________________________________________________________________________
8575 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
8576         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
8577      Branch: perl
8578            ! lib/Test/Harness.pm
8579 ____________________________________________________________________________
8580 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
8581         Log: Just zap the -uPerlio.
8582      Branch: perl
8583            ! ext/B/Stash.t
8584 ____________________________________________________________________________
8585 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
8586         Log: Do not test PerlIO if PerlIO not used.
8587      Branch: perl
8588            ! ext/PerlIO/PerlIO.t
8589 ____________________________________________________________________________
8590 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
8591         Log: Regen perlapi.
8592      Branch: perl
8593            ! pod/perlapi.pod
8594 ____________________________________________________________________________
8595 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
8596         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
8597              From: Nicholas Clark <nick@ccl4.org>
8598              Date: Sat, 23 Jun 2001 22:55:47 +0100
8599              Message-ID: <20010623225547.Z98663@plum.flirble.org>
8600      Branch: perl
8601            ! numeric.c
8602 ____________________________________________________________________________
8603 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
8604         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
8605              From: Prymmer/Kahn <pvhp@best.com>
8606              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
8607              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
8608      Branch: perl
8609            ! lib/h2xs.t
8610 ____________________________________________________________________________
8611 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
8612         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
8613              cygwin does not taint cwd, just like win32.
8614      Branch: perl
8615            ! lib/File/Find/taint.t t/op/taint.t
8616 ____________________________________________________________________________
8617 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
8618         Log: Retract #10865, the patch should be unnecessary.
8619              (But seemingly helpful in Cygwin?  Strange.)
8620      Branch: perl
8621            ! lib/Memoize/t/tie_ndbm.t
8622 ____________________________________________________________________________
8623 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
8624         Log: Misplaced test file; plus Cygwin filesystem semantics.
8625      Branch: perl
8626            + ext/SDBM_File/sdbm.t
8627            - ext/ODBM_File/sdbm.t
8628            ! MANIFEST
8629 ____________________________________________________________________________
8630 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
8631         Log: (Retracted by #10867.)
8632      Branch: perl
8633            ! lib/Memoize/t/tie_ndbm.t
8634 ____________________________________________________________________________
8635 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
8636         Log: Metaconfig unit change for #10863.
8637      Branch: metaconfig/U/perl
8638            ! Extensions.U
8639 ____________________________________________________________________________
8640 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
8641         Log: In Cygwin do not build NDBM_File and ODBM_File unless
8642              -lndbm and -ldbm are available.
8643      Branch: perl
8644            ! Configure config_h.SH
8645 ____________________________________________________________________________
8646 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
8647         Log: More Cygwin filesystem semantics.
8648      Branch: perl
8649            ! t/io/fs.t t/op/stat.t
8650 ____________________________________________________________________________
8651 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
8652         Log: More DOSish permission semantics for Cygwin.
8653      Branch: perl
8654            ! lib/AnyDBM_File.t
8655 ____________________________________________________________________________
8656 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
8657         Log: Cygwin too has different permission semantics.
8658      Branch: perl
8659            ! ext/GDBM_File/gdbm.t
8660 ____________________________________________________________________________
8661 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
8662         Log: The group (and assumedly passwd) databases can have
8663              only one entry (this is the case in cygwin).
8664      Branch: perl
8665            ! t/op/grent.t t/op/pwent.t
8666 ____________________________________________________________________________
8667 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
8668         Log: Also in Cygwin use Socket to figure out domainname
8669              (if any) (avoids trying to call external 'domainname',
8670              which doesn't at the moment exist in Cygwin)
8671      Branch: perl
8672            ! lib/Net/Domain.pm
8673 ____________________________________________________________________________
8674 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
8675         Log: Remove also the lib$Foo.def, not just $Foo.def.
8676      Branch: perl
8677            ! lib/ExtUtils/MM_Unix.pm
8678 ____________________________________________________________________________
8679 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
8680         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
8681      Branch: perl
8682            ! unixish.h
8683 ____________________________________________________________________________
8684 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
8685         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
8686              to match the whole isprint(), only the space character.
8687      Branch: perl
8688            ! handy.h pod/perlre.pod t/op/pat.t
8689 ____________________________________________________________________________
8690 [ 10854] By: nick                                  on 2001/06/23  08:09:33
8691         Log: Integrate mainline
8692      Branch: perlio
8693           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
8694           !> lib/ExtUtils.t lib/File/Find/taint.t
8695           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
8696           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
8697           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8698 ____________________________________________________________________________
8699 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
8700         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
8701              with its floats    in os390 and s390 (UTS).
8702      Branch: perl
8703            ! lib/Math/BigInt/t/bigintpm.t
8704 ____________________________________________________________________________
8705 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
8706         Log: Add also UTS (s390) to the non-IEEE float platforms.
8707      Branch: perl
8708            ! t/op/sprintf.t
8709 ____________________________________________________________________________
8710 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
8711         Log: Subject: RFC: what are applicable standards for exponent sizes?
8712              From: Peter Prymmer <pvhp@forte.com>
8713              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
8714              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
8715      Branch: perl
8716            ! t/op/sprintf.t
8717 ____________________________________________________________________________
8718 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
8719         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
8720              From: Peter Prymmer <pvhp@forte.com>
8721              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
8722              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
8723      Branch: perl
8724            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
8725 ____________________________________________________________________________
8726 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
8727         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
8728              From: Peter Prymmer <pvhp@forte.com>
8729              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
8730              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
8731      Branch: perl
8732            ! lib/ExtUtils.t
8733 ____________________________________________________________________________
8734 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
8735         Log: Retract #10845.
8736      Branch: perl
8737            ! lib/File/Find/taint.t
8738 ____________________________________________________________________________
8739 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
8740         Log: Yet another error message.
8741      Branch: perl
8742            ! t/op/mkdir.t
8743 ____________________________________________________________________________
8744 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
8745         Log: The croak message for nonexistent socket functions may vary.
8746      Branch: perl
8747            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
8748 ____________________________________________________________________________
8749 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
8750         Log: (Retracted by #10848.)
8751      Branch: perl
8752            ! lib/File/Find/taint.t
8753 ____________________________________________________________________________
8754 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
8755         Log: Integrate perlio.
8756      Branch: perl
8757           !> lib/File/Find/taint.t t/op/write.t
8758 ____________________________________________________________________________
8759 [ 10843] By: nick                                  on 2001/06/22  21:24:51
8760         Log: Back out debug in taint.t
8761      Branch: perlio
8762            ! lib/File/Find/taint.t
8763 ____________________________________________________________________________
8764 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
8765         Log: setitimer() does not exist in Unicos, despite of what
8766              Configure thinks, from Mark P. Lutz.
8767      Branch: perl
8768            ! hints/unicos.sh
8769 ____________________________________________________________________________
8770 [ 10841] By: nick                                  on 2001/06/22  21:19:36
8771         Log: Skip cwd test on Win32 ???
8772      Branch: perlio
8773            ! lib/File/Find/taint.t
8774 ____________________________________________________________________________
8775 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
8776         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
8777              and Tru64 gcc -Wall happy.
8778      Branch: perl
8779            ! mg.c
8780 ____________________________________________________________________________
8781 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
8782         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
8783      Branch: perl
8784            ! ext/IPC/SysV/Semaphore.pm
8785 ____________________________________________________________________________
8786 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
8787         Log: Metaconfig unit change for #10837.
8788      Branch: metaconfig/U/perl
8789            ! Cross.U
8790 ____________________________________________________________________________
8791 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
8792         Log: Cleanup of the cross-compilation unit.
8793      Branch: perl
8794            ! Configure
8795 ____________________________________________________________________________
8796 [ 10836] By: nick                                  on 2001/06/22  20:45:12
8797         Log: Skip |- based op/write.t on Win32 as well as VMS
8798      Branch: perlio
8799            ! t/op/write.t
8800 ____________________________________________________________________________
8801 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
8802         Log: Integrate perlio.
8803      Branch: perl
8804           !> util.c
8805 ____________________________________________________________________________
8806 [ 10834] By: nick                                  on 2001/06/22  20:41:54
8807         Log: Integrate mainline
8808      Branch: perlio
8809           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
8810           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
8811           !> vos/config.ga.h
8812 ____________________________________________________________________________
8813 [ 10833] By: nick                                  on 2001/06/22  20:22:58
8814         Log: Patcho fix.
8815      Branch: perlio
8816            ! util.c
8817 ____________________________________________________________________________
8818 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
8819         Log: Metaconfig unit changes for #10831.
8820      Branch: metaconfig
8821            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
8822 ____________________________________________________________________________
8823 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
8824         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
8825              From: Andy Dougherty <doughera@lafayette.edu>
8826              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
8827              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
8828      Branch: perl
8829            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8830            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
8831 ____________________________________________________________________________
8832 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
8833         Log: MPE/iX prototype nits from Mark Bixby.
8834      Branch: perl
8835            ! pp_sys.c
8836 ____________________________________________________________________________
8837 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
8838         Log: Detypo.
8839      Branch: perl
8840            ! util.c
8841 ____________________________________________________________________________
8842 [ 10828] By: nick                                  on 2001/06/22  15:33:37
8843         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
8844      Branch: perlio
8845           +> lib/h2xs.t
8846           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
8847           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
8848           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
8849           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
8850           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8851           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8852           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
8853           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
8854           !> vms/vmsish.h
8855 ____________________________________________________________________________
8856 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
8857         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
8858              Date: Fri, 22 Jun 2001 10:08:35 -0500
8859              From: "Craig A. Berry" <craigberry@mac.com>
8860              Message-Id: <a05101001b75908704194@[192.168.56.145]>
8861      Branch: perl
8862            ! vms/vms.c vms/vmsish.h
8863 ____________________________________________________________________________
8864 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
8865         Log: NetWare scripts tweak from Ananth Kesari.
8866      Branch: perl
8867            ! NetWare/t/NWScripts.pl
8868 ____________________________________________________________________________
8869 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
8870         Log: Update Changes.
8871      Branch: perl
8872            ! Changes patchlevel.h
8873 ____________________________________________________________________________
8874 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
8875         Log: Add .i and .s targets.
8876      Branch: perl
8877            ! Makefile.SH
8878 ____________________________________________________________________________
8879 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
8880         Log: Upgrade to Locale::Maketext 1.03.
8881      Branch: perl
8882            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8883            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
8884 ____________________________________________________________________________
8885 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
8886         Log: Upgrade to I18N::LangTags 0.26.
8887      Branch: perl
8888            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
8889            ! lib/I18N/LangTags/test.pl
8890 ____________________________________________________________________________
8891 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
8892         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
8893              Philip Newton.
8894      Branch: perl
8895            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
8896            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8897 ____________________________________________________________________________
8898 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
8899         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
8900              From: Prymmer/Kahn <pvhp@best.com>
8901              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
8902              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
8903      Branch: perl
8904            + lib/h2xs.t
8905            ! MANIFEST utils/h2xs.PL
8906 ____________________________________________________________________________
8907 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
8908         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
8909              From: Prymmer/Kahn <pvhp@best.com>
8910              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
8911              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
8912      Branch: perl
8913            ! lib/ExtUtils.t
8914 ____________________________________________________________________________
8915 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
8916         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
8917              From: Prymmer/Kahn <pvhp@best.com>
8918              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
8919              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
8920      Branch: perl
8921            ! t/pod/plainer.t
8922 ____________________________________________________________________________
8923 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
8924         Log: AUTHORS update.
8925      Branch: perl
8926            ! AUTHORS
8927 ____________________________________________________________________________
8928 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
8929         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
8930              From: "Craig A. Berry" <craigberry@mac.com>
8931              Date: Thu, 21 Jun 2001 18:20:38 -0500
8932              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
8933      Branch: perl
8934            ! ext/POSIX/POSIX.xs
8935 ____________________________________________________________________________
8936 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
8937         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
8938              From: "Craig A. Berry" <craigberry@mac.com>
8939              Date: Thu, 21 Jun 2001 09:58:52 -0500
8940              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
8941      Branch: perl
8942            ! ext/B/Deparse.t t/op/write.t
8943 ____________________________________________________________________________
8944 [ 10814] By: nick                                  on 2001/06/22  08:13:09
8945         Log: Integrate mainline.
8946      Branch: perlio
8947           !> (integrate 46 files)
8948 ____________________________________________________________________________
8949 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
8950         Log: Change the prefixes only if $prefix is unset,
8951              as originally patched by Marcel Grunauer.
8952      Branch: perl
8953            ! hints/darwin.sh hints/rhapsody.sh
8954 ____________________________________________________________________________
8955 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
8956         Log: Subject: Re: Patch for hints/darwin.sh
8957              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
8958              Date: Thu, 21 Jun 2001 11:23:46 -0700
8959              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
8960      Branch: perl
8961            ! hints/darwin.sh hints/rhapsody.sh
8962 ____________________________________________________________________________
8963 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
8964         Log: Add .PHONY targets for non-file targets,
8965              from Wilfredo Sánchez.  Should help saying
8966              "make install" on case-insensitive filesystems.
8967      Branch: perl
8968            ! Makefile.SH
8969 ____________________________________________________________________________
8970 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
8971         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
8972              From: Doug MacEachern <dougm@covalent.net>
8973              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
8974              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
8975              
8976              plus reword the getcwd() comment, plus use getcwd() buffer
8977              size minus one.
8978      Branch: perl
8979            ! util.c
8980 ____________________________________________________________________________
8981 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
8982         Log: More gprofing from Doug MacEachern.
8983      Branch: perl
8984            ! Makefile.SH
8985 ____________________________________________________________________________
8986 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
8987         Log: Metaconfig unit change for #10807.
8988      Branch: metaconfig/U/perl
8989            ! d_sfio.U
8990 ____________________________________________________________________________
8991 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
8992         Log: Tell that you are removing the unneeded -lsfio.
8993      Branch: perl
8994            ! Configure
8995 ____________________________________________________________________________
8996 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
8997         Log: More MPE/iX tweaks from Mark Bixby.
8998      Branch: perl
8999            ! perl.c t/op/magic.t
9000 ____________________________________________________________________________
9001 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
9002         Log: The fchdir() proto is supposed to live in <unistd.h>.
9003      Branch: perl
9004            ! ext/Cwd/Cwd.xs
9005 ____________________________________________________________________________
9006 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
9007         Log: This town is too small for the Cwd extension and me,
9008              it would seem...
9009      Branch: perl
9010            ! ext/Cwd/Cwd.xs
9011 ____________________________________________________________________________
9012 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
9013         Log: Metaconfig unit change for #10802.
9014      Branch: metaconfig/U/perl
9015            ! d_modfl.U
9016 ____________________________________________________________________________
9017 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
9018         Log: More d'ohs.
9019      Branch: perl
9020            ! Configure
9021 ____________________________________________________________________________
9022 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
9023         Log: Off-by-one.  I'm so classic.
9024      Branch: perl
9025            ! util.c
9026 ____________________________________________________________________________
9027 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
9028         Log: Update Changes.
9029      Branch: perl
9030            ! Changes patchlevel.h
9031 ____________________________________________________________________________
9032 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
9033         Log: Subject: Documentation patch for Net::FTP
9034              From: Marcel Grunauer <marcel@codewerk.com>
9035              Date: Wed, 20 Jun 2001 23:03:26 +0200
9036              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
9037      Branch: perl
9038            ! lib/Net/FTP.pm
9039 ____________________________________________________________________________
9040 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
9041         Log: Retract the #10417 mg.c and embed.pl parts because of
9042              strange SEGVs in 64bit x86 FreeBSD observed by
9043              Nicholas Clark.
9044      Branch: perl
9045            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
9046 ____________________________________________________________________________
9047 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
9048         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
9049      Branch: perl
9050            ! Configure NetWare/config.wc NetWare/config_H.wc
9051            ! Porting/Glossary Porting/config.sh Porting/config_H
9052            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
9053            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9054            ! vos/config.ga.h win32/config.bc win32/config.gc
9055            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9056            ! win32/config_H.vc
9057 ____________________________________________________________________________
9058 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
9059         Log: Cwd tweak from Doug MacEachern.
9060      Branch: perl
9061            ! ext/Cwd/Cwd.xs
9062 ____________________________________________________________________________
9063 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
9064         Log: Protect the fchdir() and lstat() with ifdefs.
9065              fchdir() needs a Configure probe.
9066      Branch: perl
9067            ! ext/Cwd/Cwd.xs
9068 ____________________________________________________________________________
9069 [ 10794] By: nick                                  on 2001/06/21  17:11:35
9070         Log: Integrate mainline
9071      Branch: perlio
9072           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9073           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9074           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9075           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9076           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9077           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9078           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9079           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9080            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9081            - lib/File/Glob/case.t lib/File/Glob/global.t
9082            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9083            - lib/File/Temp/posix.t lib/File/Temp/security.t
9084            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9085            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9086            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9087            - lib/Text/Wrap/wrap.t
9088           !> (integrate 41 files)
9089 ____________________________________________________________________________
9090 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
9091         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
9092              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9093              Date: Thu, 21 Jun 2001 13:04:54 -0500
9094              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
9095      Branch: perl
9096            ! ext/Cwd/Cwd.xs
9097 ____________________________________________________________________________
9098 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
9099         Log: Subject: [PATCH pod] overlong =item
9100              From: Robin Barker <rmb1@cise.npl.co.uk>
9101              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
9102              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
9103      Branch: perl
9104            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
9105            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9106 ____________________________________________________________________________
9107 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
9108         Log: Subject: [PATCH perlio.c] format 
9109              From: Robin Barker <rmb1@cise.npl.co.uk>
9110              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
9111              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
9112      Branch: perl
9113            ! perlio.c
9114 ____________________________________________________________________________
9115 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
9116         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9117              From: Radu Greab <radu@netsoft.ro>
9118              Date: Thu, 21 Jun 2001 19:06:02 +0300
9119              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
9120      Branch: perl
9121            ! pod/perlapi.pod sv.c
9122 ____________________________________________________________________________
9123 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
9124         Log: The metaconfig unit changes for #10788.
9125      Branch: metaconfig/U/perl
9126            ! Cross.U fflushall.U
9127 ____________________________________________________________________________
9128 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
9129         Log: Cross-configuration changes: make $from to rm the files
9130              before copying them over (this means that he rm can be
9131              removed from the fflushall test), create $targetmkdir      
9132              (not documented in install since it is supposed to internal
9133              use only), make $run to copy over the executable only if
9134              a stamp file .xok doesn't already exist (to avoid unnecessary
9135              copying of the executable)
9136      Branch: perl
9137            ! Configure Makefile.SH
9138 ____________________________________________________________________________
9139 [ 10787] By: nick                                  on 2001/06/21  14:16:18
9140         Log: Integrate mainline
9141      Branch: perlio
9142           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9143           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
9144           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
9145            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
9146           !> (integrate 34 files)
9147 ____________________________________________________________________________
9148 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
9149         Log: Re-add the files as text.
9150      Branch: perl
9151            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9152 ____________________________________________________________________________
9153 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
9154         Log: Delete the binary files.
9155      Branch: perl
9156            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
9157 ____________________________________________________________________________
9158 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
9159         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
9160              From: Andy Dougherty <doughera@lafayette.edu>
9161              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
9162              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
9163      Branch: perl
9164            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
9165            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
9166            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
9167            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
9168 ____________________________________________________________________________
9169 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
9170         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
9171              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
9172              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
9173              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
9174              
9175              Setting umask to something friendlier.
9176      Branch: perl
9177            ! installman installperl
9178 ____________________________________________________________________________
9179 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
9180         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
9181              Resort MANIFEST with sort -f, looks much better.
9182      Branch: perl
9183            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
9184            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
9185            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
9186            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
9187            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
9188            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
9189            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
9190            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
9191            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
9192            - lib/File/Glob/case.t lib/File/Glob/global.t
9193            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
9194            - lib/File/Temp/posix.t lib/File/Temp/security.t
9195            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
9196            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
9197            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
9198            - lib/Text/Wrap/wrap.t
9199            ! MANIFEST
9200 ____________________________________________________________________________
9201 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
9202         Log: Upgrade to I18N::LangTags 0.25.
9203      Branch: perl
9204            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
9205            ! lib/I18N/LangTags/List.pm
9206 ____________________________________________________________________________
9207 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
9208         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
9209              From: Richard Soderberg <rs@crystalflame.net>
9210              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
9211              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
9212      Branch: perl
9213            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
9214            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
9215 ____________________________________________________________________________
9216 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
9217         Log: Test obsoleted by change #10777.
9218      Branch: perl
9219            ! t/op/sub_lval.t
9220 ____________________________________________________________________________
9221 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
9222         Log: Case of confused test numbering.
9223      Branch: perl
9224            ! t/op/pat.t
9225 ____________________________________________________________________________
9226 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
9227         Log: Subject: Re: Opinion on undef lvalue
9228              From: Abhijit Menon-Sen <ams@wiw.org>
9229              Date: Sun, 17 Jun 2001 13:04:46 +0530
9230              Message-ID: <20010617130446.B27925@lustre.linux.in>
9231              
9232              Allow lvalue subs to return undef in array context.
9233      Branch: perl
9234            ! pp_hot.c
9235 ____________________________________________________________________________
9236 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
9237         Log: Just a guess that using the same hack for cygwin as
9238              for win32 might help.
9239      Branch: perl
9240            ! lib/File/Find/find.t
9241 ____________________________________________________________________________
9242 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
9243         Log: NetWare tweaks from Guruprasad.
9244      Branch: perl
9245            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
9246            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
9247            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
9248            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
9249 ____________________________________________________________________________
9250 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
9251         Log: Subject: Re: perl@10722: Bogus warnings on REs 
9252              From: Hugo <hv@crypt.compulink.co.uk>
9253              Date: Thu, 21 Jun 2001 09:51:17 +0100
9254              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
9255              
9256              Unroll to avoid a UTS compiler bug.
9257      Branch: perl
9258            ! regcomp.c
9259 ____________________________________________________________________________
9260 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
9261         Log: Subject: Re: [PATCH] Make /o work under i?threads
9262              From: Artur Bergman <artur@contiller.se>
9263              Date: Thu, 21 Jun 2001 14:38:03 +0200
9264              Message-ID: <B757B74A.184D%artur@contiller.se>
9265      Branch: perl
9266            ! t/op/pat.t
9267 ____________________________________________________________________________
9268 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
9269         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9270              From: Artur Bergman <artur@contiller.se> 
9271              Date: Thu, 21 Jun 2001 14:27:33 +0200
9272              Message-ID: <B757B4D4.1849%artur@contiller.se>
9273              
9274              Plus extra parentheses.
9275      Branch: perl
9276            ! op.h
9277 ____________________________________________________________________________
9278 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
9279         Log: Subject: [PATCH] Make /o work under i?threads
9280              From: Richard Soderberg <rs@crystalflame.net>
9281              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
9282              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
9283      Branch: perl
9284            ! pp_ctl.c
9285 ____________________________________________________________________________
9286 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
9287         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
9288              From: Artur Bergman <artur@contiller.se>
9289              Date: Thu, 21 Jun 2001 14:04:54 +0200
9290              Message-ID: <B757AF86.1842%artur@contiller.se>
9291      Branch: perl
9292            ! op.h
9293 ____________________________________________________________________________
9294 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
9295         Log: Subject: Re: perl@10765: sv.c not OK on win32
9296              From: Artur Bergman <artur@contiller.se>
9297              Date: Thu, 21 Jun 2001 10:31:06 +0200
9298              Message-ID: <B7577D69.182C%artur@contiller.se>
9299      Branch: perl
9300            ! sv.c
9301 ____________________________________________________________________________
9302 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
9303         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
9304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9305              Date: Thu, 21 Jun 2001 06:23:56 -0400
9306              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
9307              
9308              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
9309              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9310              Date: Thu, 21 Jun 2001 06:32:21 -0400
9311              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
9312      Branch: perl
9313            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
9314 ____________________________________________________________________________
9315 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
9316         Log: Subject: [PATCH] make syslog test more verbose
9317              From: Robert Spier <rspier@pobox.com>
9318              Date: Thu, 21 Jun 2001 00:54:32 -0400
9319              Message-ID: <15153.32264.295807.333073@rls.cx>
9320      Branch: perl
9321            ! ext/Sys/Syslog/syslog.t
9322 ____________________________________________________________________________
9323 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
9324         Log: Subject: op/study.t refinements
9325              From: Hugo <hv@crypt.compulink.co.uk>
9326              Date: Thu, 21 Jun 2001 00:29:07 +0100
9327              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
9328      Branch: perl
9329            ! t/op/study.t
9330 ____________________________________________________________________________
9331 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
9332         Log: Update Changes.
9333      Branch: perl
9334            ! Changes patchlevel.h
9335 ____________________________________________________________________________
9336 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
9337         Log: Subject: Re: [PATCH] djgpp updates
9338              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9339              Date: Wed, 20 Jun 2001 10:05:15 +0200
9340              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
9341      Branch: perl
9342            ! djgpp/config.over
9343 ____________________________________________________________________________
9344 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
9345         Log: Fix for ID 20010619.002 "When building hash, hash keys that
9346              are function calls are not being called", from Abhijit.
9347      Branch: perl
9348            ! t/base/lex.t toke.c
9349 ____________________________________________________________________________
9350 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
9351         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
9352      Branch: perl
9353            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
9354            + lib/Locale/Maketext/test.pl
9355            - lib/Locale/Maketext.t
9356            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
9357            ! lib/Locale/Maketext/TPJ13.pod
9358 ____________________________________________________________________________
9359 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
9360         Log: Metaconfig unit change for #10760.
9361      Branch: metaconfig
9362            ! U/modified/Cppsym.U
9363 ____________________________________________________________________________
9364 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
9365         Log: Do not remove the ccsym* Cppsym* files since
9366              they are useful for metaconfig units coming after us.
9367              (This is the Configure nit mentioned in #10752.)
9368      Branch: perl
9369            ! Configure
9370 ____________________________________________________________________________
9371 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
9372         Log: Update to I18N::LangTags 0.24, from Sean Burke.
9373      Branch: perl
9374            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
9375            + lib/I18N/LangTags/README
9376            - lib/I18N/LangTags/List.pod
9377            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
9378 ____________________________________________________________________________
9379 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
9380         Log: Regen headers.
9381      Branch: perl
9382            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
9383            ! pod/perlapi.pod proto.h
9384 ____________________________________________________________________________
9385 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
9386         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
9387              From: Artur Bergman <artur@contiller.se>
9388              Date: Wed, 20 Jun 2001 11:31:32 +0200
9389              Message-ID: <B7563A14.17D8%artur@contiller.se>
9390      Branch: perl
9391            ! embed.pl hv.c intrpvar.h sv.c sv.h
9392 ____________________________________________________________________________
9393 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
9394         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
9395              From: Tim Sweetman <tim@aldigital.co.uk> 
9396              Date: Wed, 13 Jun 2001 14:25:17 +0100 
9397              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
9398      Branch: perl
9399            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
9400 ____________________________________________________________________________
9401 [ 10755] By: nick                                  on 2001/06/20  16:12:37
9402         Log: Integrate mainline
9403      Branch: perlio
9404           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
9405           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
9406           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
9407           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
9408           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
9409           !> t/op/study.t util.c
9410 ____________________________________________________________________________
9411 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
9412         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
9413              but not Makefile)
9414      Branch: maint-5.6/perl
9415            ! win32/Makefile
9416 ____________________________________________________________________________
9417 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
9418         Log: Security tweak on readlink().
9419      Branch: perl
9420            ! pp_sys.c
9421 ____________________________________________________________________________
9422 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
9423         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
9424      Branch: perl
9425            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
9426            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
9427            ! mpeix/relink t/op/pwent.t
9428 ____________________________________________________________________________
9429 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
9430         Log: Reinstate #10725 (with probe for alarm()).
9431      Branch: perl
9432            ! t/op/study.t
9433 ____________________________________________________________________________
9434 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
9435         Log: Replace our implementation of realpath() with OpenBSD's
9436              (src/lib/libc/stdlib/realpath.c 1.4).
9437      Branch: perl
9438            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
9439            ! pod/perldiag.pod proto.h util.c
9440 ____________________________________________________________________________
9441 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
9442         Log: Integrate perlio.
9443      Branch: perl
9444           !> perlio.c
9445 ____________________________________________________________________________
9446 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
9447         Log: No point in going into memory-saving contortions
9448              with getcwd() since there's a danger of buffer overflow.
9449              Also make the POSIX extension to use sv_getcwd().
9450              Finally, a missed proto.h fragment.
9451      Branch: perl
9452            ! ext/POSIX/POSIX.xs proto.h util.c
9453 ____________________________________________________________________________
9454 [ 10747] By: nick                                  on 2001/06/20  12:38:26
9455         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
9456      Branch: perlio
9457            ! perlio.c
9458 ____________________________________________________________________________
9459 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
9460         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
9461              From: Graham Barr <gbarr@pobox.com>
9462              Date: Wed, 20 Jun 2001 11:05:49 +0100
9463              Message-ID: <20010620110549.I19188@pobox.com>
9464              
9465              reported in        
9466              
9467              Subject: Bug in IO::Socket::INET module (repeat)
9468              From: "Harmon S. Nine" <hnine@netarx.com>
9469              Date: Tue, 19 Jun 2001 09:41:35 -0400
9470              Message-ID: <3B2F568F.8080605@netarx.com>
9471              
9472              The bug was that the IO::Socket::INET constructor
9473              did not allow a 'LocalPort' of 0.
9474      Branch: perl
9475            ! ext/IO/lib/IO/Socket/INET.pm
9476 ____________________________________________________________________________
9477 [ 10745] By: nick                                  on 2001/06/20  08:56:39
9478         Log: Integrate mainline.
9479      Branch: perlio
9480           !> (integrate 37 files)
9481 ____________________________________________________________________________
9482 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
9483         Log: After some reading I don't think we can blindly
9484              use systems' realpath().  Too many security problems,
9485              too many buggy implementations.
9486              
9487              TODO: the realpath() emulation code in util.c doesn't
9488              seem fully operational?  (readlink(), for example?)
9489      Branch: perl
9490            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
9491            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
9492            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
9493            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
9494            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
9495            ! win32/config_H.gc win32/config_H.vc
9496 ____________________________________________________________________________
9497 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
9498         Log: Metaconfig unit change for #10738.
9499      Branch: metaconfig
9500            ! U/compline/d_gconvert.U
9501 ____________________________________________________________________________
9502 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
9503         Log: Integrate change #10739 from maintperl:
9504              
9505              C<eval "/x$\r\n/x"> fails to compile correctly 
9506      Branch: perl
9507           !> t/op/pat.t toke.c
9508 ____________________________________________________________________________
9509 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
9510         Log: Retract #10725 (Hugo asked NOT to apply the patch)
9511      Branch: perl
9512            ! t/op/study.t
9513 ____________________________________________________________________________
9514 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
9515         Log: The test.third results were funnily named because of the
9516              new test scheme.
9517      Branch: perl
9518            ! t/TEST
9519 ____________________________________________________________________________
9520 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
9521         Log: C<eval "/x$\r\n/x"> fails to compile correctly
9522      Branch: maint-5.6/perl
9523            ! t/op/pat.t toke.c
9524 ____________________________________________________________________________
9525 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
9526         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
9527              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9528              Date: Tue, 19 Jun 2001 19:15:40 -0400
9529              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
9530              
9531              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
9532              because "1e+129" being expected but "1.e+129" being returned.
9533              The culprit (at least in Tru64) is the use of gcvt().
9534      Branch: perl
9535            ! Configure
9536 ____________________________________________________________________________
9537 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
9538         Log: Subject: [PATCH perl@10722] test hunting on VMS
9539              From: "Craig A. Berry" <craigberry@mac.com>
9540              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
9541              Date: Tue, 19 Jun 2001 18:59:01 -0500
9542      Branch: perl
9543            ! vms/test.com
9544 ____________________________________________________________________________
9545 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
9546         Log: Subject: [PATCH] s/typos//
9547              From: Abhijit Menon-Sen <ams@wiw.org>
9548              Date: Wed, 20 Jun 2001 02:15:02 +0530
9549              Message-ID: <20010620021502.A14541@lustre.linux.in>
9550              
9551              Without the op.h s/bearword/bareword/ hunk, see
9552              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
9553      Branch: perl
9554            ! util.c
9555 ____________________________________________________________________________
9556 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
9557         Log: Metaconfig unit change for #10732 and #10733.
9558      Branch: metaconfig/U/perl
9559            ! fflushall.U
9560 ____________________________________________________________________________
9561 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
9562         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
9563              From: "Craig A. Berry" <craigberry@mac.com>
9564              Date: Tue, 19 Jun 2001 17:19:48 -0500
9565              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
9566      Branch: perl
9567            ! configure.com vms/descrip_mms.template
9568 ____________________________________________________________________________
9569 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
9570         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
9571              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9572              Date: Tue, 19 Jun 2001 16:48:07 -0400
9573              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
9574              
9575              Further fixes to fflush(NULL) detection.
9576      Branch: perl
9577            ! Configure
9578 ____________________________________________________________________________
9579 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
9580         Log: AIX test -s hangs with non-existent files?
9581              (A genuine logic bug in Configure, but AIX also broken?)
9582      Branch: perl
9583            ! Configure
9584 ____________________________________________________________________________
9585 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
9586         Log: AUTHORS updates.
9587      Branch: perl
9588            ! AUTHORS
9589 ____________________________________________________________________________
9590 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
9591         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
9592              From: Spider Boardman <spider@Orb.Nashua.NH.US>
9593              Date: Tue, 19 Jun 2001 15:33:25 -0400
9594              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
9595      Branch: perl
9596            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
9597            ! t/lib/warnings/pp
9598 ____________________________________________________________________________
9599 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
9600         Log: Integrate perlio.
9601      Branch: perl
9602           !> lib/File/Find/find.t win32/distclean.bat
9603 ____________________________________________________________________________
9604 [ 10728] By: nick                                  on 2001/06/19  18:24:53
9605         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
9606      Branch: perlio
9607            ! lib/File/Find/find.t win32/distclean.bat
9608 ____________________________________________________________________________
9609 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
9610         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
9611              also add information how to find out whether one has PerlIO.
9612      Branch: perl
9613            ! pod/perlfunc.pod
9614 ____________________________________________________________________________
9615 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
9616         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
9617              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
9618              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
9619              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
9620      Branch: perl
9621            ! pod/perlfunc.pod
9622 ____________________________________________________________________________
9623 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
9624         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9625              From: Hugo <hv@crypt.compulink.co.uk>
9626              Date: Tue, 19 Jun 2001 12:37:30 +0100
9627              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
9628      Branch: perl
9629            ! t/op/study.t
9630 ____________________________________________________________________________
9631 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
9632         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
9633              From: Hugo <hv@crypt.compulink.co.uk>
9634              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
9635              Date: Tue, 19 Jun 2001 13:15:17 +0100
9636      Branch: perl
9637            ! util.c
9638 ____________________________________________________________________________
9639 [ 10723] By: nick                                  on 2001/06/19  14:46:15
9640         Log: Integrate mainline
9641      Branch: perlio
9642           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
9643           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
9644           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
9645           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
9646           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
9647           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9648            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9649            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9650            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9651            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9652            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9653            - ext/Thread/unsync4.t
9654           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
9655           !> djgpp/config.over djgpp/fixpmain
9656           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
9657           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
9658           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
9659 ____________________________________________________________________________
9660 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
9661         Log: Update Changes.
9662      Branch: perl
9663            ! Changes patchlevel.h
9664 ____________________________________________________________________________
9665 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
9666         Log: The existence shall be MANIFESted.
9667      Branch: perl
9668            ! MANIFEST
9669 ____________________________________________________________________________
9670 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
9671         Log: The old libnet.cfg is first searched from the current directory,
9672              only then from the module path.
9673      Branch: perl
9674            ! utils/libnetcfg.PL
9675 ____________________________________________________________________________
9676 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
9677         Log: NetWare tweaks from Guruprasad.
9678      Branch: perl
9679            ! NetWare/Makefile NetWare/config.wc
9680 ____________________________________________________________________________
9681 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
9682         Log: Subject: [PATCH] djgpp updates
9683              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
9684              Date: Tue, 19 Jun 2001 10:59:06 +0200
9685              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
9686      Branch: perl
9687            ! djgpp/config.over djgpp/fixpmain
9688 ____________________________________________________________________________
9689 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
9690         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
9691              From: Prymmer/Kahn <pvhp@best.com>
9692              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
9693              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
9694      Branch: perl
9695            ! win32/Makefile
9696 ____________________________________________________________________________
9697 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
9698         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
9699              to happen right after the inclusion of <inttypes.h>,
9700              from Edward Moy.
9701      Branch: perl
9702            ! handy.h perl.h
9703 ____________________________________________________________________________
9704 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
9705         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
9706              From: Doug MacEachern <dougm@covalent.net>
9707              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
9708              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
9709      Branch: perl
9710            ! ext/DynaLoader/DynaLoader_pm.PL
9711 ____________________________________________________________________________
9712 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
9713         Log: Revert #10656 for perfomance reasons but leave in the
9714              use of Hv*() macros -- in comments, so that grepping the
9715              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
9716              suggested by Sarathy, also by Abhijit.)
9717      Branch: perl
9718            ! hv.c
9719 ____________________________________________________________________________
9720 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
9721         Log: Subject: [patch] .s MakeMaker suffix
9722              From: Doug MacEachern <dougm@covalent.net>
9723              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
9724              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
9725      Branch: perl
9726            ! lib/ExtUtils/MM_Unix.pm
9727 ____________________________________________________________________________
9728 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
9729         Log: One test lost in the big shuffle restored.
9730      Branch: perl
9731            + ext/IPC/SysV/ipcsysv.t
9732            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9733 ____________________________________________________________________________
9734 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
9735         Log: Rename the old non-standard threads tests so that
9736              they won't be invoked.
9737      Branch: perl
9738            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
9739            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
9740            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
9741            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
9742            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
9743            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9744            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
9745            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
9746            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
9747            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
9748            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
9749            - ext/Thread/unsync4.t
9750            ! MANIFEST
9751 ____________________________________________________________________________
9752 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
9753         Log: Integrate perlio.
9754      Branch: perl
9755           !> win32/config_sh.PL
9756 ____________________________________________________________________________
9757 [ 10709] By: nick                                  on 2001/06/19  08:18:18
9758         Log: Integrate mainline
9759      Branch: perlio
9760           +> (branch 40 files)
9761            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9762            - lib/strict/subs lib/strict/vars lib/warnings/1global
9763            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9764            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9765            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9766            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9767            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9768            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9769            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9770            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9771            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9772            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9773            - lib/warnings/utf8 lib/warnings/util
9774           !> (integrate 57 files)
9775 ____________________________________________________________________________
9776 [ 10708] By: nick                                  on 2001/06/19  07:57:10
9777         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
9778      Branch: perlio
9779            ! win32/config_sh.PL
9780 ____________________________________________________________________________
9781 [ 10707] By: nick                                  on 2001/06/19  07:05:07
9782         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
9783      Branch: perl
9784            ! perly.c perly.y perly_c.diff vms/perly_c.vms
9785 ____________________________________________________________________________
9786 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
9787         Log: More perl572delta tweaks.
9788      Branch: perl
9789            ! pod/perl572delta.pod
9790 ____________________________________________________________________________
9791 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
9792         Log: Update perl572delta.
9793      Branch: perl
9794            ! pod/perl572delta.pod
9795 ____________________________________________________________________________
9796 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
9797         Log: VOS updates from Paul Green.
9798      Branch: perl
9799            ! vos/Changes vos/build.cm vos/perl.bind
9800 ____________________________________________________________________________
9801 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
9802         Log: Update the vos/config.*.* files.
9803      Branch: perl
9804            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9805            ! vos/config.ga.h
9806 ____________________________________________________________________________
9807 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
9808         Log: Add a makefile for more painless adding of symbols to the
9809              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
9810              takes care of the adding)
9811      Branch: perl
9812            + vos/Makefile
9813 ____________________________________________________________________________
9814 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
9815         Log: Make libnetcfg by default display the libnet configuration,
9816              -c to change, add -i for old config, document all options,
9817              regen toc.
9818      Branch: perl
9819            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
9820 ____________________________________________________________________________
9821 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
9822         Log: gcc -Wall sweep.
9823      Branch: perl
9824            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
9825 ____________________________________________________________________________
9826 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
9827         Log: So there.
9828      Branch: perl
9829            ! universal.c
9830 ____________________________________________________________________________
9831 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
9832         Log: Document the need for sv_printify().
9833              
9834              Document that 'use utf8' has been considered.
9835              
9836              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
9837      Branch: perl
9838            ! pod/perltodo.pod universal.c
9839 ____________________________________________________________________________
9840 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
9841         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
9842              From: Nicholas Clark <nick@ccl4.org>
9843              Date: Mon, 18 Jun 2001 23:29:23 +0100
9844              Message-ID: <20010618232923.I98663@plum.flirble.org>
9845      Branch: perl
9846            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
9847            ! ext/Sys/Syslog/Makefile.PL
9848 ____________________________________________________________________________
9849 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
9850         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
9851              From: Scott.L.Miller@Compaq.com
9852              Date: Mon, 18 Jun 2001 10:12:27 -0500
9853              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
9854      Branch: perl
9855            ! lib/perl5db.pl pod/perldebug.pod
9856 ____________________________________________________________________________
9857 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
9858         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
9859              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
9860              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
9861              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
9862      Branch: perl
9863            ! lib/Carp/Heavy.pm
9864 ____________________________________________________________________________
9865 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
9866         Log: Subject: [PATCH] Documentation changes for CLONE
9867              From: Artur Bergman <artur@contiller.se>
9868              Date: Mon, 18 Jun 2001 22:06:37 +0200
9869              Message-ID: <B7542BEC.1719%artur@contiller.se>
9870      Branch: perl
9871            ! pod/perlmod.pod pod/perlsub.pod
9872 ____________________________________________________________________________
9873 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
9874         Log: Subject: Re: configure.com
9875              From: "Craig A. Berry" <craigberry@mac.com>
9876              Date: Mon, 18 Jun 2001 16:04:38 -0500
9877              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
9878      Branch: perl
9879            ! configure.com
9880 ____________________________________________________________________________
9881 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
9882         Log: Subject: PL_nullstash + perl_clone()
9883              From: Doug MacEachern <dougm@covalent.net>
9884              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
9885              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
9886      Branch: perl
9887            ! sv.c
9888 ____________________________________________________________________________
9889 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
9890         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
9891              From: davem@fdgroup.co.uk
9892              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
9893              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
9894      Branch: perl
9895            ! embed.pl pod/perlapi.pod
9896 ____________________________________________________________________________
9897 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
9898         Log: More cross-compilation defaults gleaned from -Dcc
9899              if it is CPU-OS-gcc.
9900      Branch: metaconfig
9901            ! U/modified/libc.U
9902      Branch: metaconfig/U/perl
9903            ! Cross.U
9904      Branch: perl
9905            ! Configure INSTALL
9906 ____________________________________________________________________________
9907 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
9908         Log: Update Changes.
9909      Branch: perl
9910            ! Changes patchlevel.h
9911 ____________________________________________________________________________
9912 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
9913         Log: Subject: [PATCH 5.7.1] sv.c documentation
9914              From: davem@fdgroup.co.uk
9915              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
9916              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
9917      Branch: perl
9918            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
9919            ! sv.c sv.h
9920 ____________________________________________________________________________
9921 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
9922         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
9923              From: "Jon Gunnip" <jongunnip@hotmail.com>
9924              Date: Sun, 17 Jun 2001 18:24:29 -0400
9925              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
9926      Branch: perl
9927            ! pod/perlvar.pod
9928 ____________________________________________________________________________
9929 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
9930         Log: Move the locale/strict/warnings helper files back
9931              under the t/lib; this way the amount of non-installabled
9932              stuff under lib/ stays smaller.
9933      Branch: perl
9934            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
9935            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
9936            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
9937            + t/lib/warnings/5nolint t/lib/warnings/6default
9938            + t/lib/warnings/7fatal t/lib/warnings/8signal
9939            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
9940            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
9941            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
9942            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
9943            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
9944            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
9945            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
9946            + t/lib/warnings/taint t/lib/warnings/toke
9947            + t/lib/warnings/universal t/lib/warnings/utf8
9948            + t/lib/warnings/util
9949            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
9950            - lib/strict/subs lib/strict/vars lib/warnings/1global
9951            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
9952            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
9953            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
9954            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
9955            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
9956            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
9957            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
9958            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
9959            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
9960            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
9961            - lib/warnings/utf8 lib/warnings/util
9962            ! MANIFEST installperl lib/locale.t lib/strict.t
9963 ____________________________________________________________________________
9964 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
9965         Log: Split off the pack/unpack code, from Nicholas Clark.
9966      Branch: perl
9967            + pp_pack.c
9968            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
9969            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
9970            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9971 ____________________________________________________________________________
9972 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
9973         Log: Guard the SysV IPC tests against being invoked in
9974              SysV-IPC-less places.
9975      Branch: perl
9976            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
9977 ____________________________________________________________________________
9978 [ 10683] By: nick                                  on 2001/06/18  12:24:42
9979         Log: Integrate mainline (new test scheme now ok on Linux).
9980      Branch: perlio
9981           +> lib/warnings.t
9982           !> dump.c sv.c
9983 ____________________________________________________________________________
9984 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
9985         Log: Add the locale.c and numeric.c to the microperl sources.
9986      Branch: perl
9987            ! Makefile.micro win32/Makefile
9988 ____________________________________________________________________________
9989 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
9990         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
9991              From: Abhijit Menon-Sen <ams@wiw.org>
9992              Date: Mon, 18 Jun 2001 14:23:44 +0530
9993              Message-ID: <20010618142344.A13136@lustre.linux.in>
9994      Branch: perl
9995            ! dump.c
9996 ____________________________________________________________________________
9997 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
9998         Log: Subject: Re: [PATCH] more anonymous stash cleanups
9999              From: Abhijit Menon-Sen <ams@wiw.org>
10000              Date: Mon, 18 Jun 2001 15:50:32 +0530
10001              Message-ID: <20010618155032.A13223@lustre.linux.in>
10002              
10003              Plus the comment left in as suggested by NI-S.
10004      Branch: perl
10005            ! sv.c
10006 ____________________________________________________________________________
10007 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
10008         Log: One missed file.
10009      Branch: perl
10010            + lib/warnings.t
10011 ____________________________________________________________________________
10012 [ 10678] By: nick                                  on 2001/06/18  08:05:29
10013         Log: Integrate mainline (part2 - the deletes)
10014      Branch: perlio
10015            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
10016            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
10017            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
10018            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
10019            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
10020            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
10021            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
10022            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
10023            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
10024            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
10025            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
10026 ____________________________________________________________________________
10027 [ 10677] By: nick                                  on 2001/06/18  08:04:44
10028         Log: Integrate mainline (part1)
10029      Branch: perlio
10030           +> (branch 376 files)
10031            - (delete 219 files)
10032           !> (integrate 151 files)
10033 ____________________________________________________________________________
10034 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
10035         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
10036              No doubt I made some mistakes like missed some files or
10037              misnamed some files.  The naming rules were more or less:
10038              (1) if the module is from CPAN, follows its ways, be it
10039              t/*.t or test.pl.
10040              (2) otherwise if there are multiple tests for a module
10041              put them in a t/
10042              (3) otherwise if there's only one test put it in Module.t
10043              (4) helper files go to module/ (locale, strict, warnings)
10044              (5) use longer filenames now that we can (but e.g. the
10045              compat-0.6.t and the Text::Balanced test files still
10046              were renamed to be more civil against the 8.3 people)
10047              installperl was updated appropriately not to install the
10048              *.t files or the help files from under lib.
10049              
10050              TODO: some helper files still remain under t/ that could
10051              follow their 'masters'.  UPDATE: On second thoughts, why
10052              should they.  They can continue to live under t/lib, and
10053              in fact the locale/strict/warnings helpers that were moved
10054              could be moved back.  This way the amount of non-installable
10055              stuff under lib/ stays smaller.
10056      Branch: perl
10057            + (add 253 files)
10058            - (delete 254 files)
10059            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
10060 ____________________________________________________________________________
10061 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
10062         Log: The warning no more comes from util.c, it comes from numeric.c.
10063      Branch: perl
10064            ! README.tru64
10065 ____________________________________________________________________________
10066 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
10067         Log: Subject: Re: anyone good at casting spells?
10068              From: Spider Boardman <spider@Orb.Nashua.NH.US>
10069              Date: Sun, 17 Jun 2001 21:21:04 -0400
10070              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
10071      Branch: perl
10072            ! ext/POSIX/POSIX.xs hv.h
10073 ____________________________________________________________________________
10074 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
10075         Log: Protect the (original) thread tests against testing if no 5.005
10076              threads have been configured.
10077      Branch: perl
10078            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
10079            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
10080            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
10081            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
10082            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
10083            ! ext/Thread/unsync4.t
10084 ____________________________________________________________________________
10085 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
10086         Log: Try the new test scanning scheme on Text::Abbrev.
10087      Branch: perl
10088            + lib/Text/Abbrev.t
10089            - lib/Text/Abbrev/t/abbrev.t
10090            ! MANIFEST
10091 ____________________________________________________________________________
10092 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
10093         Log: Change the scan policy of the *.t and test.pl files,
10094              now the *.t do not need to live in a t/ directory.
10095      Branch: perl
10096            ! t/TEST t/harness
10097 ____________________________________________________________________________
10098 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
10099         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
10100              From: Ilmari Karonen <iltzu@sci.fi>
10101              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
10102              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
10103      Branch: perl
10104            ! pod/perlfaq7.pod
10105 ____________________________________________________________________________
10106 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
10107         Log: Quench the warnings from Tru64; the HP-UX is still
10108              broken because it really, REALLY, doesn't like the
10109              HvARRAY() being lvalue:
10110              
10111              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
10112              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
10113      Branch: perl
10114            ! hv.c
10115 ____________________________________________________________________________
10116 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
10117         Log: Integrate change #10667 from maintperl:
10118              
10119              change#10449 broke the special-case that makes lexicals inside the
10120              eval"" within DB::DB() visible
10121      Branch: perl
10122           !> op.c
10123 ____________________________________________________________________________
10124 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
10125         Log: change#10449 broke the special-case that makes lexicals inside the
10126              eval"" within DB::DB() visible
10127      Branch: maint-5.6/perl
10128            ! op.c
10129 ____________________________________________________________________________
10130 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
10131         Log: Still spurious output; indent the code a bit.
10132              
10133              TODO1: separate the utility functions like MkDir
10134              into a helper script?
10135              
10136              TODO2: I see a lot of repetition in the filepath()
10137              and dirpath() calls.
10138      Branch: perl
10139            ! t/lib/filefind.t t/lib/findtaint.t
10140 ____________________________________________________________________________
10141 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
10142         Log: Regen modlib, toc.
10143      Branch: perl
10144            ! pod/perlmodlib.pod pod/perltoc.pod
10145 ____________________________________________________________________________
10146 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
10147         Log: Add libnetcfg to perlutil.
10148      Branch: perl
10149            ! pod/perlutil.pod
10150 ____________________________________________________________________________
10151 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
10152         Log: Initial integration of libnet-1.0703.
10153              The Configure script renamed as libnetcfg, will be
10154              installed along other utilities.
10155      Branch: perl
10156            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
10157            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
10158            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
10159            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
10160            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
10161            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
10162            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
10163            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
10164            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
10165            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
10166            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
10167            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10168            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
10169            + utils/libnetcfg.PL
10170            ! MANIFEST utils.lst utils/Makefile
10171 ____________________________________________________________________________
10172 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
10173         Log: Less potentially test-harness-confusing output.
10174      Branch: perl
10175            ! lib/Memoize/t/expire_module_t.t
10176 ____________________________________________________________________________
10177 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
10178         Log: The final print annoys make test.
10179      Branch: perl
10180            ! t/lib/filefind.t t/lib/findtaint.t
10181 ____________________________________________________________________________
10182 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
10183         Log: Add an option for handling dangling symbolic links.
10184      Branch: perl
10185            ! lib/File/Find.pm t/lib/filefind.t
10186 ____________________________________________________________________________
10187 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
10188         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
10189              From: Thomas Wegner <wegner_thomas@yahoo.com>
10190              Date: Sun, 17 Jun 2001 14:43:11 +0200
10191              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
10192      Branch: perl
10193            + t/lib/findtaint.t
10194            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
10195 ____________________________________________________________________________
10196 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
10197         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
10198              From: Jonathan Stowe <gellyfish@gellyfish.com>
10199              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
10200              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
10201      Branch: perl
10202            ! lib/ExtUtils/MM_Unix.pm
10203 ____________________________________________________________________________
10204 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
10205         Log: Subject: [PATCH] more anonymous stash cleanups
10206              From: Abhijit Menon-Sen <ams@wiw.org>
10207              Date: Sun, 17 Jun 2001 11:44:06 +0530
10208              Message-ID: <20010617114406.A25203@lustre.linux.in>
10209      Branch: perl
10210            ! op.c
10211 ____________________________________________________________________________
10212 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
10213         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
10214              From: Abhijit Menon-Sen <ams@wiw.org>
10215              Date: Sun, 17 Jun 2001 08:02:59 +0530
10216              Message-ID: <20010617080259.A28776@lustre.linux.in>
10217              
10218              Subject: [PATCH #2/7] xhv_eiter
10219              From: Abhijit Menon-Sen <ams@wiw.org>
10220              Date: Sun, 17 Jun 2001 08:13:18 +0530
10221              Message-ID: <20010617081318.B28776@lustre.linux.in>
10222              
10223              Subject: [PATCH #3/7] xhv_fill
10224              From: Abhijit Menon-Sen <ams@wiw.org>
10225              Date: Sun, 17 Jun 2001 08:25:16 +0530
10226              Message-ID: <20010617082516.C28776@lustre.linux.in>
10227              
10228              Subject: [PATCH #4/7] xhv_keys
10229              From: Abhijit Menon-Sen <ams@wiw.org>
10230              Date: Sun, 17 Jun 2001 08:36:17 +0530
10231              Message-ID: <20010617083617.D28776@lustre.linux.in>
10232              
10233              Subject: [PATCH #5/7] xhv_max
10234              From: Abhijit Menon-Sen <ams@wiw.org>
10235              Date: Sun, 17 Jun 2001 08:39:48 +0530
10236              Message-ID: <20010617083948.E28776@lustre.linux.in>
10237              
10238              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
10239              From: Abhijit Menon-Sen <ams@wiw.org>
10240              Date: Sun, 17 Jun 2001 08:51:11 +0530
10241              Message-ID: <20010617085111.F28776@lustre.linux.in>
10242      Branch: perl
10243            ! hv.c
10244 ____________________________________________________________________________
10245 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
10246         Log: Update Changes.
10247      Branch: perl
10248            ! Changes patchlevel.h
10249 ____________________________________________________________________________
10250 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
10251         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
10252              From: Abhijit Menon-Sen <ams@wiw.org>
10253              Date: Sat, 16 Jun 2001 07:41:19 +0530
10254              Message-ID: <20010616074119.A24720@lustre.linux.in>
10255      Branch: perl
10256            ! hv.c perl.c vms/vmsish.h win32/win32.h
10257 ____________________________________________________________________________
10258 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
10259         Log: Document tests failing when threaded, since we now have more.
10260      Branch: perl
10261            ! pod/perl572delta.pod
10262 ____________________________________________________________________________
10263 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
10264         Log: -Wall cleanup.
10265      Branch: perl
10266            ! ext/Thread/Thread.xs
10267 ____________________________________________________________________________
10268 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
10269         Log: pthread_attr_setstacksize() isn't absolutely necessary
10270              to call, only iff THREAD_CREATE_NEEDS_STACK.
10271      Branch: perl
10272            ! ext/Thread/Thread.xs
10273 ____________________________________________________________________________
10274 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
10275         Log: -Wall strays.
10276      Branch: perl
10277            ! perl.c util.c
10278 ____________________________________________________________________________
10279 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
10280         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
10281              (and INT64_MIN) brokenness.
10282      Branch: perl
10283            ! hints/darwin.sh perl.h
10284 ____________________________________________________________________________
10285 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
10286         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
10287              From: Nicholas Clark <nick@ccl4.org>
10288              Date: Sun, 17 Jun 2001 00:16:05 +0100
10289              Message-ID: <20010617001605.V98663@plum.flirble.org>
10290      Branch: perl
10291            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
10292            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
10293            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10294 ____________________________________________________________________________
10295 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
10296         Log: Add perlnetware to docs; regen toc; supply skeleton
10297              docs for some Memoize submodules.
10298      Branch: perl
10299            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
10300            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10301            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
10302            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
10303            ! win32/Makefile win32/makefile.mk
10304 ____________________________________________________________________________
10305 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
10306         Log: pod cleanup.
10307      Branch: perl
10308            ! README.netware
10309 ____________________________________________________________________________
10310 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
10311         Log: Integrate Memoize 0.64.  Few tweaks were required in
10312              the test scripts.  Note that the speed and expire*
10313              tests take several dozen seconds to run.
10314      Branch: perl
10315            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10316            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10317            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10318            + lib/Memoize/README lib/Memoize/SDBM_File.pm
10319            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10320            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
10321            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10322            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10323            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
10324            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
10325            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
10326            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
10327            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
10328            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
10329            ! MANIFEST t/lib/1_compile.t
10330 ____________________________________________________________________________
10331 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
10332         Log: Document the cross-compilation options.
10333      Branch: perl
10334            ! Cross/README INSTALL
10335 ____________________________________________________________________________
10336 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
10337         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
10338      Branch: perl
10339            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
10340            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
10341            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
10342            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
10343            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
10344            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
10345            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
10346            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
10347            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
10348            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
10349            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
10350            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
10351            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
10352            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
10353            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
10354            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
10355            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
10356            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
10357            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
10358            + lib/ExtUtils/MM_NW5.pm
10359            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
10360            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
10361            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
10362            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
10363            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
10364            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
10365            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
10366            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
10367            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
10368            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
10369            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
10370            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
10371            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
10372            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
10373            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
10374            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
10375            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
10376            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
10377            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
10378            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
10379            ! util.h x2p/a2py.c
10380 ____________________________________________________________________________
10381 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
10382         Log: Resort MANIFEST.
10383      Branch: perl
10384            ! MANIFEST
10385 ____________________________________________________________________________
10386 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
10387         Log: Integrate perlio.
10388      Branch: perl
10389           +> win32/win32io.c
10390           !> MANIFEST perlio.c perliol.h win32/makefile.mk
10391 ____________________________________________________________________________
10392 [ 10640] By: nick                                  on 2001/06/16  18:38:31
10393         Log: Disable :win32 layer as default till I get it working
10394      Branch: perlio
10395            ! MANIFEST perlio.c
10396 ____________________________________________________________________________
10397 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
10398         Log: Try the new scheme by moving the Text::Abbrev test
10399              to a new place under lib.
10400      Branch: perl
10401            + lib/Text/Abbrev/t/abbrev.t
10402            - t/lib/abbrev.t
10403            ! MANIFEST
10404 ____________________________________________________________________________
10405 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
10406         Log: Make the code even more dynamical so that testname
10407              suffix length can change.
10408      Branch: perl
10409            ! lib/Test/Harness.pm t/TEST
10410 ____________________________________________________________________________
10411 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
10412         Log: Allow for deeper t/ and also a single test.pl.
10413      Branch: perl
10414            ! t/TEST t/harness
10415 ____________________________________________________________________________
10416 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
10417         Log: #define fix from Nicholas Clark.
10418      Branch: perl
10419            ! ext/POSIX/POSIX.xs
10420 ____________________________________________________________________________
10421 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
10422         Log: Initialization is nice.
10423      Branch: perl
10424            ! lib/Test/Harness.pm
10425 ____________________________________________________________________________
10426 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
10427         Log: Make t/TEST and t/harness to test also the t/ tests
10428              under the main lib/ and ext/ directories.  Fix Test::Harness
10429              to dynamically change the width of its "foo/bar....ok" output.
10430      Branch: perl
10431            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
10432 ____________________________________________________________________________
10433 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
10434         Log: Subject: [PATCH] Re: perl@10611 
10435              From: Nicholas Clark <nick@ccl4.org>
10436              Date: Sat, 16 Jun 2001 16:52:47 +0100
10437              Message-ID: <20010616165247.O98663@plum.flirble.org>
10438              
10439              The .xs parts, too.
10440      Branch: perl
10441            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
10442            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
10443 ____________________________________________________________________________
10444 [ 10632] By: nick                                  on 2001/06/16  16:44:35
10445         Log: Work-in-progress win32 layer semi-functional, checking 
10446              for UNIX breakage.
10447      Branch: perlio
10448            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
10449 ____________________________________________________________________________
10450 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
10451         Log: Subject: [PATCH] Re: perl@10611 
10452              From: Nicholas Clark <nick@ccl4.org>
10453              Date: Sat, 16 Jun 2001 16:52:47 +0100
10454              Message-ID: <20010616165247.O98663@plum.flirble.org>
10455      Branch: perl
10456            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
10457            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
10458            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
10459            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
10460            ! lib/ExtUtils/Constant.pm
10461 ____________________________________________________________________________
10462 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
10463         Log: Metaconfig unit change for #10629.
10464      Branch: metaconfig
10465            ! U/modified/Finish.U
10466 ____________________________________________________________________________
10467 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
10468         Log: The extraction changed directories.
10469      Branch: perl
10470            ! Configure
10471 ____________________________________________________________________________
10472 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
10473         Log: Math::BigInt 1.35 from Tels.
10474      Branch: perl
10475            + t/lib/mbimbf.t
10476            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10477            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10478 ____________________________________________________________________________
10479 [ 10627] By: nick                                  on 2001/06/16  14:54:52
10480         Log: Work in progress UNIX-side edit of win32 PerLIO layer
10481      Branch: perlio
10482            + win32/win32io.c
10483            ! perlio.c win32/makefile.mk
10484 ____________________________________________________________________________
10485 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
10486         Log: Subject: [PATCH 5.6.1] os2/diff-configure
10487              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10488              Date: Fri, 15 Jun 2001 01:19:36 -0400
10489              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
10490              
10491              Empty all of it because I think #10624 made even the
10492              last patch hunk unnecessary.
10493      Branch: perl
10494            ! os2/diff.configure
10495 ____________________________________________________________________________
10496 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
10497         Log: Metaconfig unit change for 10624.
10498      Branch: metaconfig
10499            ! U/modified/libc.U
10500      Branch: perl
10501            ! config_h.SH
10502 ____________________________________________________________________________
10503 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
10504         Log: Move the initialization of libnames to the beginning so
10505              that can one 'seed' it (as OS/2 does.)
10506      Branch: perl
10507            ! Configure
10508 ____________________________________________________________________________
10509 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
10510         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
10511              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10512              Date: Fri, 15 Jun 2001 19:10:57 -0400
10513              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
10514      Branch: perl
10515            ! os2/OS2/REXX/DLL/DLL.pm
10516 ____________________________________________________________________________
10517 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
10518         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
10519              From: "Craig A. Berry" <craigberry@mac.com>
10520              Date: Fri, 15 Jun 2001 17:00:03 -0500
10521              Message-Id: <a05101007b750342599be@[172.16.52.1]>
10522      Branch: perl
10523            ! vms/descrip_mms.template
10524 ____________________________________________________________________________
10525 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
10526         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
10527              From: "Craig A. Berry" <craigberry@mac.com>
10528              Date: Fri, 15 Jun 2001 18:39:42 -0500
10529              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
10530      Branch: perl
10531            ! lib/File/Spec/VMS.pm t/lib/extutils.t
10532 ____________________________________________________________________________
10533 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
10534         Log: Integrate perlio.
10535      Branch: perl
10536           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
10537           !> t/io/utf8.t t/lib/io_scalar.t
10538 ____________________________________________________________________________
10539 [ 10619] By: nick                                  on 2001/06/15  21:05:19
10540         Log: Generated files
10541      Branch: perlio
10542            ! embed.h proto.h
10543 ____________________________________________________________________________
10544 [ 10618] By: nick                                  on 2001/06/15  20:27:42
10545         Log: Fix open.pm to work via XS-implemented method calls rather
10546              than *open::layers variables which caused all the HV/AV hassle.
10547      Branch: perlio
10548            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
10549            ! t/lib/io_scalar.t
10550 ____________________________________________________________________________
10551 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
10552         Log: Integrate perlio.
10553      Branch: perl
10554           !> lib/ExtUtils/Constant.pm
10555 ____________________________________________________________________________
10556 [ 10616] By: nick                                  on 2001/06/15  18:46:47
10557         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
10558      Branch: perlio
10559            ! lib/ExtUtils/Constant.pm
10560 ____________________________________________________________________________
10561 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
10562         Log: Integrate perlio.
10563      Branch: perl
10564           !> ext/Socket/Socket.xs
10565 ____________________________________________________________________________
10566 [ 10614] By: nick                                  on 2001/06/15  18:33:37
10567         Log: MULTIPLICITY fix for Socket.xs
10568      Branch: perlio
10569            ! ext/Socket/Socket.xs
10570 ____________________________________________________________________________
10571 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
10572         Log: Subject: Re: perl@10611
10573              From: Doug MacEachern <dougm@covalent.net>
10574              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
10575              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
10576      Branch: perl
10577            ! ext/Socket/Socket.xs
10578 ____________________________________________________________________________
10579 [ 10612] By: nick                                  on 2001/06/15  16:14:38
10580         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
10581      Branch: perlio
10582           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10583           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
10584           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
10585           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
10586           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
10587           !> utils/h2ph.PL
10588 ____________________________________________________________________________
10589 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
10590         Log: Update Changes.
10591      Branch: perl
10592            ! Changes patchlevel.h
10593 ____________________________________________________________________________
10594 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
10595         Log: Upping the test count.
10596      Branch: perl
10597            ! t/lib/filefind.t
10598 ____________________________________________________________________________
10599 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
10600         Log: Integrate perlio.
10601      Branch: perl
10602           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10603 ____________________________________________________________________________
10604 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
10605         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10606              From: andreas.koenig@anima.de (Andreas J. Koenig)
10607              Date: 15 Jun 2001 13:30:39 +0200
10608              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
10609              
10610              Record the grim history.
10611      Branch: perl
10612            ! lib/File/Find.pm
10613 ____________________________________________________________________________
10614 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
10615         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
10616              From: Brian McCauley <nobull@mail.com>
10617              Date: 15 Jun 2001 07:51:26 +0100
10618              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
10619      Branch: perl
10620            ! lib/File/Find.pm t/lib/filefind.t
10621 ____________________________________________________________________________
10622 [ 10606] By: nick                                  on 2001/06/15  14:00:08
10623         Log: regen_config_h for Win32.
10624      Branch: perlio
10625            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10626 ____________________________________________________________________________
10627 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
10628         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
10629              From: Peter Prymmer <pvhp@forte.com>
10630              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
10631              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
10632      Branch: perl
10633            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
10634 ____________________________________________________________________________
10635 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
10636         Log: Some filesystems require writability for rename/unlink.
10637      Branch: perl
10638            ! opcode.pl
10639 ____________________________________________________________________________
10640 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
10641         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
10642              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10643              Date: Fri, 15 Jun 2001 12:08:53 +0200
10644              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
10645      Branch: perl
10646            ! perlio.c
10647 ____________________________________________________________________________
10648 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
10649         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
10650              From: Mike Guy <mjtg@cam.ac.uk>
10651              Date: Fri, 15 Jun 2001 14:11:49 +0100
10652              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
10653      Branch: perl
10654            ! opcode.pl
10655 ____________________________________________________________________________
10656 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
10657         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
10658              From: Nicholas Clark <nick@ccl4.org>
10659              Date: Thu, 14 Jun 2001 23:52:56 +0100
10660              Message-ID: <20010614235256.G98663@plum.flirble.org>
10661      Branch: perl
10662            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
10663            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10664 ____________________________________________________________________________
10665 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
10666         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10667              From: Russ Allbery <rra@stanford.edu>
10668              Date: 14 Jun 2001 13:24:43 -0700
10669              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
10670      Branch: perl
10671            ! ext/GDBM_File/GDBM_File.pm
10672 ____________________________________________________________________________
10673 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
10674         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
10675              From: Nicholas Clark <nick@ccl4.org>
10676              Date: Thu, 14 Jun 2001 20:37:47 +0100
10677              Message-ID: <20010614203747.F98663@plum.flirble.org>
10678      Branch: perl
10679            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
10680            ! t/lib/gdbm.t
10681 ____________________________________________________________________________
10682 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
10683         Log: Integrate perlio.
10684      Branch: perl
10685           !> makedef.pl sv.c
10686 ____________________________________________________________________________
10687 [ 10597] By: nick                                  on 2001/06/15  11:08:13
10688         Log: Check that HVs with HvNAME() != NULL are really stashes before
10689              treating them as such. Also be more defensive on the GvCV.
10690              Win32 fork and dprof now working again. 
10691      Branch: perlio
10692            ! sv.c
10693 ____________________________________________________________________________
10694 [ 10596] By: nick                                  on 2001/06/15  10:11:20
10695         Log: Integrate mainline.
10696      Branch: perlio
10697           +> Cross/README
10698           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
10699           !> Porting/config_H config_h.SH configure.com epoc/config.sh
10700           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
10701           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10702           !> vos/config.ga.h win32/config.bc win32/config.gc
10703           !> win32/config.vc win32/config_H.bc win32/config_H.gc
10704           !> win32/config_H.vc
10705 ____________________________________________________________________________
10706 [ 10595] By: nick                                  on 2001/06/15  09:37:17
10707         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
10708              - Win32 (VC++) now builds but fails:
10709              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
10710              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
10711              write.t    - open(...,"|-") not implemented on Win32 
10712      Branch: perlio
10713            ! makedef.pl
10714 ____________________________________________________________________________
10715 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
10716         Log: Integrate perlio.
10717      Branch: perl
10718           !> perlio.c win32/makefile.mk
10719 ____________________________________________________________________________
10720 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
10721         Log: Metaconfig unit changes for #10592.
10722      Branch: metaconfig
10723            + U/modified/i_varhdr.U U/modified/startsh.U
10724            - U/a_dvisory/crosscompile.U U/target/Target.U
10725            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
10726            ! U/compline/bitpbyte.U U/compline/byteorder.U
10727            ! U/compline/ccflags.U U/compline/charsize.U
10728            ! U/compline/d_casti32.U U/compline/d_castneg.U
10729            ! U/compline/d_closedir.U U/compline/d_fd_set.U
10730            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
10731            ! U/compline/d_keepsig.U U/compline/d_open3.U
10732            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
10733            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
10734            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
10735            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
10736            ! U/compline/doublesize.U U/compline/floatsize.U
10737            ! U/compline/nblock_io.U U/compline/orderlib.U
10738            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
10739            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
10740            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
10741            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
10742            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
10743            ! U/modified/spitshell.U U/threads/archname.U
10744            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
10745            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
10746            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
10747            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
10748            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
10749      Branch: metaconfig/U/perl
10750            + Cross.U
10751            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
10752            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
10753            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
10754            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
10755            ! stdio_streams.U uselfs.U
10756 ____________________________________________________________________________
10757 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
10758         Log: The first steps towards cross-compilation.
10759              
10760              Abstract execution of compiled test executables with $run,
10761              and abstract transfer of files with $to and $from.
10762              
10763              Under cross-compilation the $run, $to, and $from will point
10764              to appropriate wrapper scripts, by default ssh and scp,
10765              but also rsh, rcp, and cp are supported.  If not
10766              cross-compiling, they will be set to '', ':', and ':',
10767              respectively.
10768              
10769              With these patches I was able to get Configure for
10770              iPAQ ARM Linux on an Intel Linux about 95% right
10771              (only a few tests failed to execute or they produced
10772              incorrect results), and I was able to compile
10773              a functional miniperl.
10774              
10775              The symbol crosscompile renamed to be usecrosscompile,
10776              the corresponding C symbol from CROSSCOMPILE to
10777              USE_CROSS_COMPILE.
10778      Branch: perl
10779            ! Configure Cross/README Makefile.SH Porting/Glossary
10780            ! Porting/config.sh Porting/config_H config_h.SH configure.com
10781            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
10782            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10783            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10784            ! win32/config.gc win32/config.vc win32/config_H.bc
10785            ! win32/config_H.gc win32/config_H.vc
10786 ____________________________________________________________________________
10787 [ 10591] By: nick                                  on 2001/06/14  20:00:12
10788         Log: Steps along the road toward Win32 building again.
10789      Branch: perlio
10790            ! perlio.c win32/makefile.mk
10791 ____________________________________________________________________________
10792 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
10793         Log: Integrate perlio.
10794      Branch: perl
10795           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10796 ____________________________________________________________________________
10797 [ 10589] By: nick                                  on 2001/06/14  13:54:07
10798         Log: Routine regen_config_h for Win32
10799      Branch: perlio
10800            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10801 ____________________________________________________________________________
10802 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
10803         Log: Integrate perlio.
10804      Branch: perl
10805           +> perlyline.pl
10806           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
10807 ____________________________________________________________________________
10808 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
10809         Log: A placeholder.
10810      Branch: perl
10811            + Cross/README
10812 ____________________________________________________________________________
10813 [ 10586] By: nick                                  on 2001/06/14  08:25:07
10814         Log: Add new step to run_byacc which:
10815              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
10816              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
10817      Branch: perlio
10818            + perlyline.pl
10819            ! MANIFEST Makefile.SH perly.c
10820 ____________________________________________________________________________
10821 [ 10585] By: nick                                  on 2001/06/14  08:22:29
10822         Log: Integrate mainline
10823      Branch: perlio
10824           +> locale.c numeric.c
10825           !> Changes cygwin/Makefile.SHs embed.h embed.pl
10826           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
10827           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
10828           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
10829           !> x2p/Makefile.SH
10830 ____________________________________________________________________________
10831 [ 10584] By: nick                                  on 2001/06/14  08:05:53
10832         Log: Hack to remove insecure directories from PATH so test will run.
10833      Branch: perlio
10834            ! t/lib/filefind.t
10835 ____________________________________________________________________________
10836 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
10837         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
10838      Branch: perl
10839            - t/lib/mbimbf.t
10840            ! MANIFEST
10841 ____________________________________________________________________________
10842 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
10843         Log: Detypo.
10844      Branch: perl
10845            ! x2p/Makefile.SH
10846 ____________________________________________________________________________
10847 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
10848         Log: de-$CONFIG continues.
10849      Branch: perl
10850            ! cygwin/Makefile.SHs x2p/Makefile.SH
10851 ____________________________________________________________________________
10852 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
10853         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
10854              From: Nicholas Clark <nick@ccl4.org>
10855              Date: Wed, 13 Jun 2001 21:20:13 +0100
10856              Message-ID: <20010613212013.D98663@plum.flirble.org>
10857      Branch: perl
10858            ! opcode.pl
10859 ____________________________________________________________________________
10860 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
10861         Log: Subject: splitting util.c
10862              From: Hugo <hv@crypt.compulink.co.uk>
10863              Date: Thu, 14 Jun 2001 00:41:08 +0100
10864              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
10865      Branch: perl
10866            + locale.c numeric.c
10867            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
10868            ! pod/perlapi.pod proto.h util.c
10869 ____________________________________________________________________________
10870 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
10871         Log: Upgrade to Math::BigInt 1.34 from Tels.
10872      Branch: perl
10873            + t/lib/mbimbf.t
10874            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10875            ! t/lib/bigfltpm.t t/lib/bigintpm.t
10876 ____________________________________________________________________________
10877 [ 10577] By: nick                                  on 2001/06/13  19:02:48
10878         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
10879      Branch: perlio
10880           !> (integrate 125 files)
10881 ____________________________________________________________________________
10882 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
10883         Log: Update Changes.
10884      Branch: perl
10885            ! Changes patchlevel.h
10886 ____________________________________________________________________________
10887 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
10888         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10889              From: "Craig A. Berry" <craigberry@mac.com>
10890              Date: Wed, 13 Jun 2001 13:24:28 -0500
10891              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
10892      Branch: perl
10893            ! ext/re/Makefile.PL
10894 ____________________________________________________________________________
10895 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
10896         Log: Mc.u.c. for #10573.
10897      Branch: metaconfig
10898            ! U/threads/usethreads.U
10899 ____________________________________________________________________________
10900 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
10901         Log: It would be also be good if I could type.
10902      Branch: perl
10903            ! Configure
10904 ____________________________________________________________________________
10905 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
10906         Log: Metaconfig unit change for #10571.
10907      Branch: metaconfig
10908            ! U/threads/usethreads.U
10909 ____________________________________________________________________________
10910 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
10911         Log: A non-empty default is a good thing.
10912      Branch: perl
10913            ! Configure
10914 ____________________________________________________________________________
10915 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
10916         Log: Metaconfig unit change for #10569.
10917      Branch: metaconfig
10918            ! U/threads/usethreads.U
10919 ____________________________________________________________________________
10920 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
10921         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
10922              extremely experimental, not even prompted for.
10923      Branch: perl
10924            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10925            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
10926            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10927            ! win32/config.bc win32/config.gc win32/config.vc
10928 ____________________________________________________________________________
10929 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
10930         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
10931      Branch: perl
10932            ! pod/perlfaq6.pod
10933 ____________________________________________________________________________
10934 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
10935         Log: Integrate perlio; conflicts, accept Nick's versions.
10936      Branch: perl
10937           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10938           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10939 ____________________________________________________________________________
10940 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
10941         Log: Subject: Re: ext/ + -Wall
10942              From: Doug MacEachern <dougm@covalent.net>
10943              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
10944              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
10945      Branch: perl
10946            ! XSUB.h lib/ExtUtils/xsubpp perl.h
10947 ____________________________________________________________________________
10948 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
10949         Log: Similar logic as DB_File.xs, using the modern macros and
10950              defines them to older ones for older Perls where PERL_VERSION
10951              is not defined, from Doug MacEachern.
10952      Branch: perl
10953            ! ext/Storable/Storable.xs
10954 ____________________________________________________________________________
10955 [ 10564] By: nick                                  on 2001/06/13  15:22:01
10956         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
10957              and using that instead (name lookups are sequential search for now).
10958      Branch: perlio
10959            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10960            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
10961 ____________________________________________________________________________
10962 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
10963         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
10964              From: "Richard Soderberg" <rs@crystalflame.net>
10965              Date: Sat, 26 May 2001 06:44:20 -0700
10966              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
10967      Branch: perl
10968            ! sv.c t/op/glob.t
10969 ____________________________________________________________________________
10970 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
10971         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
10972              From: "Craig A. Berry" <craigberry@mac.com>
10973              Date: Tue, 12 Jun 2001 23:55:26 -0500
10974              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
10975      Branch: perl
10976            ! ext/re/Makefile.PL ext/re/re.xs
10977 ____________________________________________________________________________
10978 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
10979         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
10980              suggested by NI-S.
10981      Branch: perl
10982            ! XSUB.h malloc.c perl.h
10983 ____________________________________________________________________________
10984 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
10985         Log: Regen toc.
10986      Branch: perl
10987            ! pod/perltoc.pod
10988 ____________________________________________________________________________
10989 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
10990         Log: Subject: [patch] perl.gprof control
10991              From: Doug MacEachern <dougm@covalent.net>
10992              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
10993              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
10994      Branch: perl
10995            ! miniperlmain.c perl.h
10996 ____________________________________________________________________________
10997 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
10998         Log: Subject: Re: ext/ + -Wall
10999              From: Doug MacEachern <dougm@covalent.net>
11000              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
11001              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
11002              
11003              Document ax and break up dXSARGS.
11004      Branch: perl
11005            ! XSUB.h pod/perlapi.pod
11006 ____________________________________________________________________________
11007 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
11008         Log: More AIX tweakage from Merijn.
11009      Branch: perl
11010            ! hints/aix.sh
11011 ____________________________________________________________________________
11012 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
11013         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
11014              From: "Craig A. Berry" <craigberry@mac.com>
11015              Date: Tue, 12 Jun 2001 22:57:45 -0500
11016              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
11017      Branch: perl
11018            ! vms/descrip_mms.template
11019 ____________________________________________________________________________
11020 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
11021         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
11022              From: "Craig A. Berry" <craigberry@mac.com>
11023              Date: Tue, 12 Jun 2001 22:21:39 -0500
11024              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
11025      Branch: perl
11026            ! configure.com util.c
11027 ____________________________________________________________________________
11028 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
11029         Log: New AIX dynaloading code from Jens-Uwe Mager.
11030              Does break binary compatibility.
11031      Branch: perl
11032            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
11033 ____________________________________________________________________________
11034 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
11035         Log: VMS DEC C compiler found nits by Peter Prymmer.
11036      Branch: perl
11037            ! util.c
11038 ____________________________________________________________________________
11039 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
11040         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
11041              From: Peter Prymmer <pvhp@forte.com>
11042              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
11043              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
11044      Branch: perl
11045            ! t/lib/filecomp.t
11046 ____________________________________________________________________________
11047 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
11048         Log: I wonder how many $CONFIGs still lurk in the shadows.
11049      Branch: perl
11050            ! pod/Makefile.SH x2p/cflags.SH
11051 ____________________________________________________________________________
11052 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
11053         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
11054      Branch: perl
11055            ! pod/checkpods.PL
11056 ____________________________________________________________________________
11057 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
11058         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
11059      Branch: perl
11060            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
11061 ____________________________________________________________________________
11062 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
11063         Log: Subject: [patch] rid local_patches warnings
11064              From: Doug MacEachern <dougm@covalent.net>
11065              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
11066              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
11067      Branch: perl
11068            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
11069 ____________________________________________________________________________
11070 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
11071         Log: Subject: Re: ext/ + -Wall
11072              From: Doug MacEachern <dougm@covalent.net>
11073              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
11074              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
11075      Branch: perl
11076            ! ext/attrs/attrs.xs
11077 ____________________________________________________________________________
11078 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
11079         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
11080              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
11081              Date: Tue, 12 Jun 2001 14:36:20 -0400
11082              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
11083      Branch: perl
11084            ! pod/perlretut.pod
11085 ____________________________________________________________________________
11086 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
11087         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11088              From: Mike Guy <mjtg@cam.ac.uk>
11089              Date: Tue, 12 Jun 2001 19:10:31 +0100
11090              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
11091              
11092              Subject: Re: [ID 20010612.001] out of memory during regex compilation
11093              From: Mike Guy <mjtg@cam.ac.uk>
11094              Date: Tue, 12 Jun 2001 19:21:01 +0100
11095              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
11096      Branch: perl
11097            ! pod/perlop.pod
11098 ____________________________________________________________________________
11099 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
11100         Log: AIX tweaks from Merijn H. Brand.
11101      Branch: perl
11102            ! hints/aix.sh
11103 ____________________________________________________________________________
11104 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
11105         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
11106              From: "Brendan O'Dea" <bod@compusol.com.au>
11107              Date: Wed, 13 Jun 2001 05:16:47 +1000
11108              Message-ID: <20010613051647.A8945@compusol.com.au>
11109      Branch: maint-5.6/perl
11110            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11111 ____________________________________________________________________________
11112 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
11113         Log: Subject: Small bcopy cleanup
11114              From: Andy Dougherty <doughera@lafayette.edu>
11115              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
11116              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
11117      Branch: perl
11118            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
11119 ____________________________________________________________________________
11120 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
11121         Log: Subject: [PATCH] Re: ext/ + -Wall
11122              From: Nicholas Clark <nick@ccl4.org>
11123              Date: Wed, 13 Jun 2001 00:04:30 +0100
11124              Message-ID: <20010613000430.M5901@plum.flirble.org>
11125      Branch: perl
11126            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
11127 ____________________________________________________________________________
11128 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
11129         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
11130              From: Nicholas Clark <nick@ccl4.org>
11131              Date: Tue, 12 Jun 2001 23:53:07 +0100
11132              Message-ID: <20010612235307.L5901@plum.flirble.org>
11133      Branch: perl
11134            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11135 ____________________________________________________________________________
11136 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
11137         Log: MPE/iX tweaks from Mark Bixby.
11138      Branch: perl
11139            ! hints/mpeix.sh mpeix/mpeixish.h util.c
11140 ____________________________________________________________________________
11141 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
11142         Log: Update Changes.
11143      Branch: perl
11144            ! Changes patchlevel.h
11145 ____________________________________________________________________________
11146 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
11147         Log: One less -Wall whine (found under DEBUGGING).
11148      Branch: perl
11149            ! x2p/Makefile.SH x2p/a2p.c
11150 ____________________________________________________________________________
11151 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
11152         Log: s/case-independent/case-insensitive/g
11153      Branch: perl
11154            ! pod/perldebug.pod
11155 ____________________________________________________________________________
11156 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
11157         Log: As suggested in    
11158              
11159              Subject: Re: ext/ + -Wall
11160              From: Gurusamy Sarathy <gsar@ActiveState.com>
11161              Date: Mon, 11 Jun 2001 23:34:31 -0700
11162              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
11163      Branch: perl
11164            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
11165            ! perl.h
11166 ____________________________________________________________________________
11167 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
11168         Log: Subject: ext/ + -Wall
11169              From: Doug MacEachern <dougm@covalent.net>
11170              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
11171              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
11172      Branch: perl
11173            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
11174            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
11175            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
11176            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
11177            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
11178            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
11179            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
11180            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
11181            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
11182            ! lib/ExtUtils/xsubpp
11183 ____________________________________________________________________________
11184 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
11185         Log: Subject: [PATCH] anonymous stashes
11186              From: Abhijit Menon-Sen <ams@wiw.org>
11187              Date: Tue, 12 Jun 2001 12:47:04 +0530
11188              Message-ID: <20010612124704.A29029@lustre.linux.in>
11189      Branch: perl
11190            ! dump.c gv.c sv.c xsutils.c
11191 ____________________________________________________________________________
11192 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
11193         Log: One more test for $^S.
11194      Branch: perl
11195            ! t/op/magic.t
11196 ____________________________________________________________________________
11197 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
11198         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
11199              From: Abhijit Menon-Sen <ams@wiw.org>
11200              Date: Tue, 12 Jun 2001 17:35:55 +0530
11201              Message-ID: <20010612173555.A32426@lustre.linux.in>
11202      Branch: perl
11203            ! mg.c t/op/magic.t
11204 ____________________________________________________________________________
11205 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
11206         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
11207              From: Mike Guy <mjtg@cam.ac.uk>
11208              Date: Tue, 12 Jun 2001 13:14:15 +0100
11209              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
11210      Branch: perl
11211            ! pod/perlop.pod
11212 ____________________________________________________________________________
11213 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
11214         Log: AUTHORS updates.
11215      Branch: perl
11216            ! AUTHORS
11217 ____________________________________________________________________________
11218 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
11219         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
11220              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11221              Content-Transfer-Encoding: 7bit
11222              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
11223      Branch: perl
11224            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
11225 ____________________________________________________________________________
11226 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
11227         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
11228              From: "Philip Newton" <Philip.Newton@gmx.net>
11229              Date: Mon, 11 Jun 2001 07:08:03 +0200
11230              Message-Id: <200106120802.LAA08992@taas.iki.fi>
11231      Branch: perl
11232            ! t/base/term.t
11233 ____________________________________________________________________________
11234 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
11235         Log: Cleanup the a2p.c for -Wall.
11236      Branch: perl
11237            ! x2p/Makefile.SH x2p/a2p.c
11238 ____________________________________________________________________________
11239 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
11240         Log: File::Find update for MacOS from Chris Nandor.
11241      Branch: perl
11242            ! lib/File/Find.pm t/lib/filefind.t
11243 ____________________________________________________________________________
11244 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
11245         Log: gcc -Wall nits picked out by a non-UNIX system
11246              (courtesy of Mark Bixby)
11247      Branch: perl
11248            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
11249            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
11250            ! pp_sys.c util.c
11251 ____________________________________________________________________________
11252 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
11253         Log: Metaconfig unit change for #10522.  (The d_modfl changes
11254              placate metalint.)
11255      Branch: metaconfig/U/perl
11256            ! d_modfl.U d_u32align.U
11257 ____________________________________________________________________________
11258 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
11259         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
11260              be "./try 2>&1 >/dev/null".
11261      Branch: perl
11262            ! Configure
11263 ____________________________________________________________________________
11264 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
11265         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
11266              From: "Craig A. Berry" <craigberry@mac.com>
11267              Date: Mon, 11 Jun 2001 14:00:32 -0500
11268              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
11269      Branch: perl
11270            ! configure.com
11271 ____________________________________________________________________________
11272 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
11273         Log: Move the full \p\P lists to perlunicode.
11274      Branch: perl
11275            ! pod/perlretut.pod pod/perlunicode.pod
11276 ____________________________________________________________________________
11277 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
11278         Log: VOS build tweak for 5.6.1 from Paul Green.
11279      Branch: maint-5.6/perl
11280            ! vos/build.cm
11281 ____________________________________________________________________________
11282 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
11283         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
11284              From: "Craig A. Berry" <craigberry@mac.com>
11285              Date: Fri, 8 Jun 2001 18:08:18 -0500
11286              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
11287      Branch: perl
11288            ! vms/vms.c
11289 ____________________________________________________________________________
11290 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
11291         Log: Update Changes.
11292      Branch: perl
11293            ! Changes patchlevel.h
11294 ____________________________________________________________________________
11295 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
11296         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
11297      Branch: perl
11298            ! vos/config.alpha.h vos/config.ga.h
11299 ____________________________________________________________________________
11300 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
11301         Log: VOS updates from Paul Green for @10476.
11302      Branch: perl
11303            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
11304            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11305            ! vos/config.ga.h vos/configure_perl.cm
11306 ____________________________________________________________________________
11307 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
11308         Log: Subject: [PATCH] Not many people know this ...
11309              From: Mike Guy <mjtg@cam.ac.uk>
11310              Date: Mon, 11 Jun 2001 14:55:15 +0100
11311              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
11312      Branch: perl
11313            ! pod/perldebug.pod
11314 ____________________________________________________________________________
11315 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
11316         Log: Add final commas to lists as suggested by Philip Newton.
11317      Branch: perl
11318            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11319 ____________________________________________________________________________
11320 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
11321         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
11322              Date: Sun, 10 Jun 2001 23:35:38 -0400
11323              From: Chris Nandor <pudge@pobox.com>
11324              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
11325      Branch: perl
11326            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
11327            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
11328            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
11329            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
11330            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
11331            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
11332            ! t/op/write.t t/pragma/strict.t
11333 ____________________________________________________________________________
11334 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
11335         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
11336              From: Chris Nandor <pudge@pobox.com>
11337              Date: Mon, 11 Jun 2001 08:24:28 -0400
11338              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
11339      Branch: perl
11340            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
11341            ! t/lib/io_dir.t
11342 ____________________________________________________________________________
11343 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
11344         Log: One more run_byacc (a hand-tweaked version had slipped in).
11345      Branch: perl
11346            ! perly.c vms/perly_c.vms
11347 ____________________________________________________________________________
11348 [ 10509] By: nick                                  on 2001/06/11  07:49:15
11349         Log: Integrate mainline
11350      Branch: perlio
11351           !> Makefile.SH embed.h embed.pl global.sym
11352           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
11353           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
11354           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
11355           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
11356 ____________________________________________________________________________
11357 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
11358         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
11359              From: Mike Guy <mjtg@cam.ac.uk>
11360              Reply-To: mjtg@cam.ac.uk
11361              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
11362      Branch: perl
11363            ! lib/ExtUtils/Manifest.pm
11364 ____________________________________________________________________________
11365 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
11366         Log: Subject: [PATCH] ExtUtils::Constant
11367              From: Nicholas Clark <nick@ccl4.org>
11368              Date: Sun, 10 Jun 2001 23:25:41 +0100
11369              Message-ID: <20010610232540.C76396@plum.flirble.org>
11370      Branch: perl
11371            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
11372 ____________________________________________________________________________
11373 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
11374         Log: Integrate perlio.
11375      Branch: perl
11376           !> iperlsys.h
11377 ____________________________________________________________________________
11378 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
11379         Log: Move the grok_number and its lieutenant grok_numeric_radix
11380              from sv.c statics to util.c and public.
11381      Branch: perl
11382            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
11383            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
11384 ____________________________________________________________________________
11385 [ 10504] By: nick                                  on 2001/06/10  17:47:06
11386         Log: Fix (valid) -Wall warnings in perlio.c
11387      Branch: perlio
11388            ! iperlsys.h
11389 ____________________________________________________________________________
11390 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
11391         Log: Update perly_c.diff, update perly.fixer to edit away
11392              some of the -Wall noise.
11393      Branch: perl
11394            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
11395 ____________________________________________________________________________
11396 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
11397         Log: Check the version of byacc.
11398      Branch: perl
11399            ! Makefile.SH
11400 ____________________________________________________________________________
11401 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
11402         Log: Subject: [PATCH] perly.y overhaul
11403              From: Simon Cozens <simon@netthink.co.uk>
11404              Date: Sun, 10 Jun 2001 16:56:54 +0100
11405              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
11406              
11407              Plus make run_byacc.
11408      Branch: perl
11409            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
11410 ____________________________________________________________________________
11411 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
11412         Log: Integrate perlio.
11413      Branch: perl
11414           !> perlio.c perlsfio.h
11415 ____________________________________________________________________________
11416 [ 10499] By: nick                                  on 2001/06/10  15:01:08
11417         Log: Integrate mainline
11418      Branch: perlio
11419           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
11420           !> t/pragma/locale.t util.c
11421 ____________________________________________________________________________
11422 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
11423         Log: Put some meat on the perl572delta bones.  The list of
11424              selected bug fixes needs more work, as does still the
11425              whole document.
11426      Branch: perl
11427            ! pod/perl572delta.pod
11428 ____________________________________________________________________________
11429 [ 10497] By: nick                                  on 2001/06/10  12:27:51
11430         Log: Paper over a crack or two with USE_SFIO
11431      Branch: perlio
11432            ! perlio.c perlsfio.h
11433 ____________________________________________________________________________
11434 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
11435         Log: Update Changes.
11436      Branch: perl
11437            ! Changes patchlevel.h
11438 ____________________________________________________________________________
11439 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
11440         Log: Subject: Re: pragma/locale.t #107
11441              From: Hugo <hv@crypt.compulink.co.uk>
11442              Date: Sun, 10 Jun 2001 11:23:30 +0100
11443              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
11444              
11445              Encapsulate the scan of the decimal radix separator.
11446      Branch: perl
11447            ! embed.h embed.pl proto.h sv.c
11448 ____________________________________________________________________________
11449 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
11450         Log: Try to grok numbers both with the locale specific separator
11451              and with the usual "." (if different from the lss); add a test
11452              to locale.t to do also a little bit of math in addition to just
11453              equalness testing; remove extraneous logic as suggested in
11454              
11455              Subject: Re: pragma/locale.t #107
11456              From: Nicholas Clark <nick@ccl4.org>
11457              Date: Sat, 9 Jun 2001 22:37:36 +0100
11458              Message-ID: <20010609223735.Y76396@plum.flirble.org>
11459      Branch: perl
11460            ! sv.c t/pragma/locale.t
11461 ____________________________________________________________________________
11462 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
11463         Log: Metaconfig unit change for #10492.
11464      Branch: metaconfig/U/perl
11465            ! Extensions.U
11466 ____________________________________________________________________________
11467 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
11468         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
11469              From: Artur Bergman <artur@contiller.se> 
11470              Date: Sat, 09 Jun 2001 21:03:51 +0200
11471              Message-ID: <B7483FB6.1398%artur@contiller.se>
11472      Branch: perl
11473            ! Configure
11474 ____________________________________________________________________________
11475 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
11476         Log: Integrate perlio.
11477      Branch: perl
11478           !> perlsfio.h
11479 ____________________________________________________________________________
11480 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
11481         Log: Do locale specific separator if only in locale.
11482      Branch: perl
11483            ! util.c
11484 ____________________________________________________________________________
11485 [ 10489] By: nick                                  on 2001/06/09  19:13:25
11486         Log: Make XS/Typemap compile (but fail) with sfio
11487      Branch: perlio
11488            ! perlsfio.h
11489 ____________________________________________________________________________
11490 [ 10488] By: nick                                  on 2001/06/09  19:12:51
11491         Log: Re-integrate mainline
11492      Branch: perlio
11493           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
11494           !> proto.h sv.c util.c
11495 ____________________________________________________________________________
11496 [ 10487] By: nick                                  on 2001/06/09  16:26:29
11497         Log: Integrate mainline
11498      Branch: perlio
11499           !> (integrate 31 files)
11500 ____________________________________________________________________________
11501 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
11502         Log: Subject: [PATCH] New attempt to clone callack
11503              From: Artur Bergman <artur@contiller.se> 
11504              Date: Thu, 07 Jun 2001 11:52:16 +0200
11505              Message-ID: <B7451B6F.12B7%artur@contiller.se>
11506      Branch: perl
11507            ! embedvar.h intrpvar.h perlapi.h sv.c
11508 ____________________________________________________________________________
11509 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
11510         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
11511      Branch: perl
11512            ! embed.h embed.pl perl.h proto.h sv.c util.c
11513 ____________________________________________________________________________
11514 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
11515         Log: Subject: Re: pragma/locale.t #107
11516              From: Nicholas Clark <nick@ccl4.org>
11517              Date: Sat, 9 Jun 2001 16:26:10 +0100
11518              Message-ID: <20010609162609.V76396@plum.flirble.org>
11519              
11520              A missing NVification.
11521      Branch: perl
11522            ! sv.c
11523 ____________________________________________________________________________
11524 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
11525         Log: Redo the #10482, there already was a test script for formats.
11526      Branch: perl
11527            - t/io/format.t
11528            ! MANIFEST t/op/write.t
11529 ____________________________________________________________________________
11530 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
11531         Log: Twisted format testing, from Merijn.
11532      Branch: perl
11533            + t/io/format.t
11534            ! MANIFEST
11535 ____________________________________________________________________________
11536 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
11537         Log: More \p{In...} testing, combined with \N{...}.
11538      Branch: perl
11539            ! lib/utf8_heavy.pl t/op/pat.t
11540 ____________________________________________________________________________
11541 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
11542         Log: Metaconfig changes for #10479.
11543      Branch: metaconfig
11544            ! U/Glossary.patch
11545      Branch: metaconfig/U/perl
11546            ! d_modfl.U
11547 ____________________________________________________________________________
11548 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
11549         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
11550      Branch: perl
11551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11552            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
11553            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11554            ! win32/config.bc win32/config.gc win32/config.vc
11555 ____________________________________________________________________________
11556 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
11557         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
11558              From: "Craig A. Berry" <craigberry@mac.com>
11559              Date: Thu, 7 Jun 2001 14:27:20 -0500
11560              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
11561      Branch: perl
11562            ! vms/perlvms.pod
11563 ____________________________________________________________________________
11564 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
11565         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
11566              From: Gisle Aas <gisle@ActiveState.com>
11567              Date: 07 Jun 2001 17:04:29 -0700
11568              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
11569      Branch: perl
11570            ! ext/re/re.xs
11571 ____________________________________________________________________________
11572 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
11573         Log: Update Changes.
11574      Branch: perl
11575            ! Changes patchlevel.h
11576 ____________________________________________________________________________
11577 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
11578         Log: Regen Glossary et alia.
11579      Branch: perl
11580            ! Porting/Glossary Porting/config.sh Porting/config_H
11581 ____________________________________________________________________________
11582 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
11583         Log: Metaconfig unit changes for #10473.
11584      Branch: metaconfig/U/perl
11585            ! d_modfl.U
11586 ____________________________________________________________________________
11587 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
11588         Log: Harumph, also AIX will spill its guts (i.e. dump core)
11589              if an executable contains modfl() but it hasn't been
11590              compiled right (in the case of AIX, with cc -qlongdouble).
11591      Branch: perl
11592            ! Configure
11593 ____________________________________________________________________________
11594 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
11595         Log: integrate change#10471 from mainline
11596              
11597              in change#10451, check that CvOUTSIDE is a CV before looking in
11598              (it can apparently be SVt_NULL during global destruction)
11599      Branch: maint-5.6/perl
11600           !> op.c
11601 ____________________________________________________________________________
11602 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
11603         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
11604              (it can apparently be SVt_NULL during global destruction)
11605      Branch: perl
11606            ! op.c
11607 ____________________________________________________________________________
11608 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
11609         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
11610              From: Robin Barker <rmb1@cise.npl.co.uk>
11611              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
11612              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
11613      Branch: perl
11614            ! lib/diagnostics.pm pod/perldiag.pod
11615 ____________________________________________________________________________
11616 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
11617         Log: Subject: [PATCH perl@10439] long =item
11618              From: Robin Barker <rmb1@cise.npl.co.uk>
11619              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
11620              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
11621      Branch: perl
11622            ! README.amiga lib/Attribute/Handlers.pm
11623            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11624 ____________________________________________________________________________
11625 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
11626         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
11627              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
11628              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
11629              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
11630      Branch: perl
11631            ! pod/perlguts.pod
11632 ____________________________________________________________________________
11633 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
11634         Log: Integrate perlio.
11635      Branch: perl
11636           !> sv.c
11637 ____________________________________________________________________________
11638 [ 10466] By: nick                                  on 2001/06/07  10:25:40
11639         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
11640              whitespace tweaks.
11641              Still coredumps in pragma/overload.t - what a nice hard fail that is...
11642      Branch: perlio
11643            ! sv.c
11644 ____________________________________________________________________________
11645 [ 10465] By: nick                                  on 2001/06/07  08:41:58
11646         Log: Raw integrate of mainline for S_grok_number debug
11647              (sv.c has MULTIPLICITY issues as well as whatever else ...)
11648      Branch: perlio
11649            - plan9/perlplan9.doc plan9/perlplan9.pod
11650           !> (integrate 46 files)
11651 ____________________________________________________________________________
11652 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
11653         Log: The proper prototyping for #10463.
11654      Branch: perl
11655            ! embed.h embed.pl proto.h sv.c
11656 ____________________________________________________________________________
11657 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
11658         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11659              From: Nicholas Clark <nick@ccl4.org>
11660              Date: Thu, 7 Jun 2001 00:29:59 +0100
11661              Message-ID: <20010607002959.Z76396@plum.flirble.org>
11662      Branch: perl
11663            ! sv.c
11664 ____________________________________________________________________________
11665 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
11666         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
11667              From: "Craig A. Berry" <craigberry@mac.com>
11668              Date: Wed, 06 Jun 2001 17:54:30 -0500
11669              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
11670      Branch: perl
11671            ! vms/perlvms.pod
11672 ____________________________________________________________________________
11673 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
11674         Log: Podify the remaining README.platform files;
11675              merge README.plan9 and plan9/perlplan9.pod;
11676              delete plan9/perlplan9.* (the perlplan.doc needs to
11677              be regenerated in Plan 9); make the =head1 and =head2
11678              in the README.platform to be a little more verbose
11679              (skipped README.os2 not to anger Ilya) so that they
11680              look better in the toc; regen toc.
11681      Branch: perl
11682            - plan9/perlplan9.doc plan9/perlplan9.pod
11683            ! MANIFEST README.aix README.amiga README.apollo README.beos
11684            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
11685            ! README.hpux README.hurd README.machten README.macos
11686            ! README.micro README.mint README.mpeix README.os390
11687            ! README.plan9 README.qnx README.solaris README.threads
11688            ! README.tru64 README.vmesa README.vms README.vos README.win32
11689            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
11690            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
11691 ____________________________________________________________________________
11692 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
11693         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
11694              From: Mike Guy <mjtg@cam.ac.uk>
11695              Reply-To: mjtg@cam.ac.uk
11696              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
11697      Branch: perl
11698            ! pod/perlguts.pod
11699 ____________________________________________________________________________
11700 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
11701         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
11702              From: Mike Guy <mjtg@cam.ac.uk>
11703              Reply-To: mjtg@cam.ac.uk
11704              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
11705      Branch: perl
11706            ! pod/perlsec.pod
11707 ____________________________________________________________________________
11708 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
11709         Log: Disable long doubles from pre-5.0 Tru64s.
11710      Branch: perl
11711            ! README.tru64 hints/dec_osf.sh
11712 ____________________________________________________________________________
11713 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
11714         Log: The #10455 exposed that modfl() is fundamentally busted
11715              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
11716              testing it.
11717      Branch: perl
11718            ! hints/dec_osf.sh
11719 ____________________________________________________________________________
11720 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
11721         Log: Metaconfig unit change for #10455.
11722      Branch: metaconfig/U/perl
11723            ! d_modfl.U
11724 ____________________________________________________________________________
11725 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
11726         Log: Configure check for geborken modfl(), inspired by
11727              
11728              Subject: Re: [20010118.017] op/int.t failure 
11729              From: Hugo <hv@crypt.compulink.co.uk>
11730              Date: Tue, 05 Jun 2001 13:43:27 +0100
11731              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
11732      Branch: perl
11733            ! Configure
11734 ____________________________________________________________________________
11735 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
11736         Log: Integrate changes #10450 and #10451 from maintperl:
11737              
11738              optimize change#10448 slightly (don't repeat search in eval""s lexical
11739              scope, since that has already been searched)
11740              
11741              change#9108 needs subtler treatment for case of closures created
11742              within eval""
11743      Branch: perl
11744           !> op.c t/op/misc.t
11745 ____________________________________________________________________________
11746 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
11747         Log: MakeMaker magic to compile (when no dynamic loading)
11748              List/Util.xsc as (ListUtil.c and) ListUtil.o since
11749              POSIX-BC (BS2000) linker has an evil limitation of
11750              being unable to include in the same executable several
11751              object files with the same name - case-insensitively -
11752              because otherwise we conflict with util.c.
11753              Strictly speaking currently required only in POSIX-BC
11754              but probably will do no harm elsewhere where static
11755              linking is required.
11756      Branch: perl
11757            ! ext/List/Util/Makefile.PL
11758 ____________________________________________________________________________
11759 [ 10452] By: nick                                  on 2001/06/06  08:59:51
11760         Log: Integrate mainline.
11761      Branch: perlio
11762           +> lib/Attribute/Handlers/demo/Demo.pm
11763           +> lib/Attribute/Handlers/demo/Descriptions.pm
11764           +> lib/Attribute/Handlers/demo/MyClass.pm
11765           +> lib/Attribute/Handlers/demo/demo.pl
11766           +> lib/Attribute/Handlers/demo/demo2.pl
11767           +> lib/Attribute/Handlers/demo/demo3.pl
11768           +> lib/Attribute/Handlers/demo/demo4.pl
11769           +> lib/Attribute/Handlers/demo/demo_call.pl
11770           +> lib/Attribute/Handlers/demo/demo_chain.pl
11771           +> lib/Attribute/Handlers/demo/demo_cycle.pl
11772           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
11773           +> lib/Attribute/Handlers/demo/demo_phases.pl
11774           +> lib/Attribute/Handlers/demo/demo_range.pl
11775           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
11776           +> uts/strtol_wrap.c
11777           !> (integrate 91 files)
11778 ____________________________________________________________________________
11779 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
11780         Log: change#9108 needs subtler treatment for case of closures created
11781              within eval""
11782      Branch: maint-5.6/perl
11783            ! op.c t/op/misc.t
11784 ____________________________________________________________________________
11785 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
11786         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
11787              scope, since that has already been searched)
11788      Branch: maint-5.6/perl
11789            ! op.c
11790 ____________________________________________________________________________
11791 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
11792         Log: Integrate change #10448 from maintperl; lexicals
11793              outside an eval"" weren't resolved correctly inside a subroutine
11794              definition inside the eval"" if they were not already referenced
11795              in the toplevel of the eval""-ed code
11796      Branch: perl
11797           !> cop.h op.c pp_ctl.c t/op/misc.t
11798 ____________________________________________________________________________
11799 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
11800         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
11801              outside an eval"" weren't resolved correctly inside a subroutine
11802              definition inside the eval"" if they were not already referenced
11803              in the toplevel of the eval""-ed code
11804      Branch: maint-5.6/perl
11805            ! cop.h op.c pp_ctl.c t/op/misc.t
11806 ____________________________________________________________________________
11807 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
11808         Log: Subject: [PATCH] perl570delta.pod
11809              From: Peter Scott <Peter@PSDT.com> 
11810              Date: Tue, 05 Jun 2001 18:51:02 -0700
11811              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
11812      Branch: perl
11813            ! pod/perl570delta.pod
11814 ____________________________________________________________________________
11815 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
11816         Log: The fudge factor is no more needed.  I hope.
11817      Branch: perl
11818            ! t/lib/posix.t
11819 ____________________________________________________________________________
11820 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
11821         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
11822              From: Hugo <hv@crypt.compulink.co.uk>
11823              Date: Tue, 05 Jun 2001 12:58:19 +0100
11824              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
11825      Branch: perl
11826            ! util.c
11827 ____________________________________________________________________________
11828 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
11829         Log: Make up prototypes only for those who have the functions
11830              but not the prototypes.
11831      Branch: perl
11832            ! perl.h
11833 ____________________________________________________________________________
11834 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
11835         Log: Subject: Re: Not OK: perl@10439 on win32 
11836              From: Prymmer/Kahn <pvhp@best.com> 
11837              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
11838              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
11839      Branch: perl
11840            ! perl.h util.c
11841 ____________________________________________________________________________
11842 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
11843         Log: The metaconfig units changes for #10441.
11844      Branch: metaconfig
11845            ! U/modified/Extract.U U/modified/Extractall.U
11846            ! U/modified/Finish.U
11847 ____________________________________________________________________________
11848 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
11849         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
11850      Branch: perl
11851            ! Configure
11852 ____________________________________________________________________________
11853 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
11854         Log: Unnecessary fuzziness undone, noted by Mike Guy.
11855      Branch: perl
11856            ! t/op/tr.t
11857 ____________________________________________________________________________
11858 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
11859         Log: Update Changes.
11860      Branch: perl
11861            ! Changes patchlevel.h
11862 ____________________________________________________________________________
11863 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
11864         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
11865              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
11866              leakage patch.
11867      Branch: perl
11868            ! t/op/misc.t
11869 ____________________________________________________________________________
11870 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
11871         Log: Test case for #10433/#10424.
11872      Branch: perl
11873            ! t/op/misc.t
11874 ____________________________________________________________________________
11875 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
11876         Log: Subject: One fix for strtoul not setting errno
11877              From: hom00@utsglobal.com (Hal Morris)
11878              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
11879              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
11880      Branch: perl
11881            + uts/strtol_wrap.c
11882            ! MANIFEST hints/uts.sh
11883 ____________________________________________________________________________
11884 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
11885         Log: Metaconfig units changes for #10434.
11886      Branch: metaconfig
11887            ! U/modified/Cppsym.U
11888      Branch: metaconfig/U/perl
11889            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
11890            + d_syscallproto.U d_usleepproto.U
11891            ! longdblfio.U quadfio.U
11892 ____________________________________________________________________________
11893 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
11894         Log: Configure tweaks; add prototype probes, make the cpp symbols
11895              probe to cast, not whine; test for %Ld and %Lf before %lld and
11896              %llf because the L is the ANSI way.
11897      Branch: perl
11898            ! Configure config_h.SH configure.com epoc/config.sh
11899            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
11900            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
11901            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
11902 ____________________________________________________________________________
11903 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
11904         Log: Sigh.  This is what #10424 was supposed to check in.
11905      Branch: perl
11906            ! op.c sv.c sv.h
11907 ____________________________________________________________________________
11908 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
11909         Log: More verbose failure.
11910      Branch: perl
11911            ! t/op/ver.t
11912 ____________________________________________________________________________
11913 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
11914         Log: The .pm changes to go with #10428.
11915      Branch: perl
11916            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
11917            ! ext/Sys/Syslog/Syslog.pm
11918 ____________________________________________________________________________
11919 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
11920         Log: On second thoughts show to utf8 skippage message only
11921              on failures, it's too confusing otherwise,
11922      Branch: perl
11923            ! t/pragma/locale.t
11924 ____________________________________________________________________________
11925 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
11926         Log: Do not import anything from Encode.
11927      Branch: perl
11928            ! ext/MIME/Base64/QuotedPrint.pm
11929 ____________________________________________________________________________
11930 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
11931         Log: The #10402 didn't take.  Weird.
11932      Branch: perl
11933            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
11934            ! ext/Sys/Syslog/Syslog.xs
11935 ____________________________________________________________________________
11936 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
11937         Log: Eradicate traces of 'asciirange' re subpragma.
11938      Branch: perl
11939            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
11940            ! pod/perldiag.pod
11941 ____________________________________________________________________________
11942 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
11943         Log: use is a compile-time thing.
11944      Branch: perl
11945            ! ext/MIME/Base64/QuotedPrint.pm
11946 ____________________________________________________________________________
11947 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
11948         Log: Subject: [PATCH perl@10419] -Wall casting patch
11949              From: Robin Barker <rmb1@cise.npl.co.uk>
11950              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
11951              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
11952      Branch: perl
11953            ! ext/Devel/DProf/DProf.xs mg.c
11954 ____________________________________________________________________________
11955 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
11956         Log: Subject: [PATCH #2] introducing SVpad_TYPED
11957              From: Abhijit Menon-Sen <ams@wiw.org>
11958              Date: Mon, 4 Jun 2001 12:26:02 +0530
11959              Message-ID: <20010604122602.A5775@lustre.linux.in>
11960      Branch: perl
11961            ! op.c sv.c sv.h
11962 ____________________________________________________________________________
11963 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
11964         Log: testsuite for change#10192 (from Gisle Aas)
11965      Branch: perl
11966            + t/op/override.t
11967            ! MANIFEST
11968 ____________________________________________________________________________
11969 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
11970         Log: integrate changes#10414-10416 from mainline
11971              
11972              Potential buffer overrun if the radix separator is more than
11973              one byte.  Also, under locales, prefer the locale-specific
11974              separator over the old boring ".".
11975              
11976              "10.", that is, decimal numbers can have no decimal part at all.
11977              
11978              The non-locale places need love, too.
11979      Branch: maint-5.6/perl
11980           !> perl.h sv.c
11981 ____________________________________________________________________________
11982 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
11983         Log: Missed from #10420.
11984      Branch: perl
11985            ! epoc/config.sh
11986 ____________________________________________________________________________
11987 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
11988         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
11989              often this prototype goes with HAS_SETRESUID_PROTO.
11990      Branch: perl
11991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11992            ! config_h.SH configure.com perl.h uconfig.h
11993 ____________________________________________________________________________
11994 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
11995         Log: Update Changes.
11996      Branch: perl
11997            ! Changes patchlevel.h
11998 ____________________________________________________________________________
11999 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
12000         Log: -Wall "subscript has type `char'" cleanup.
12001      Branch: perl
12002            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
12003 ____________________________________________________________________________
12004 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
12005         Log: Various "cast to pointer from integer of different size"
12006              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
12007              wide but I32 (int) only 32 bits wide).
12008              
12009              WARNING: the classnum and tagnum changes in Storable.xs
12010              may not be wise, they may be breaking binary compatibility
12011              (in 64-bit platforms), asked Raphael Manfredi about the changes.
12012      Branch: perl
12013            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
12014            ! mg.c proto.h
12015 ____________________________________________________________________________
12016 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
12017         Log: The non-locale places need love, too.
12018      Branch: perl
12019            ! perl.h
12020 ____________________________________________________________________________
12021 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
12022         Log: "10.", that is, decimal numbers can have no decimal part at all.
12023      Branch: perl
12024            ! perl.h
12025 ____________________________________________________________________________
12026 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
12027         Log: Potential buffer overrun if the radix separator is more than
12028              one byte.  Also, under locales, prefer the locale-specific
12029              separator over the old boring ".".
12030      Branch: perl
12031            ! perl.h sv.c
12032 ____________________________________________________________________________
12033 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
12034         Log: Integrate change #10412 from maintperl; locale is now
12035              per-cop, not per-op; plus retweak the locale.t to always
12036              list the skipped utf8 locales.
12037      Branch: perl
12038            ! t/pragma/locale.t
12039           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12040           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
12041 ____________________________________________________________________________
12042 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
12043         Log: rationalize locale handling to fix the bugs uncovered by change#10394
12044              
12045              the major issue was that the runtime was looking at PL_hints rather
12046              than op_private to notice whether locale was enabled
12047              
12048              the secondary issue was that many locale-sensitive numeric ops didn't
12049              have HINT_LOCALE propagated into their op_private
12050              
12051              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
12052              instead of per-op, just like HINT_BYTE and the hints for lexical
12053              warnings (this makes the hint available to every op via PL_curcop)
12054              
12055              pragma/locale.t may need to be reworked with these fixes in mind
12056              (it currently passes its tests)
12057      Branch: maint-5.6/perl
12058            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
12059            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
12060 ____________________________________________________________________________
12061 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
12062         Log: More verbose debugging.
12063      Branch: perl
12064            ! t/pragma/locale.t
12065 ____________________________________________________________________________
12066 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
12067         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12068              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12069              Date: Sat, 2 Jun 2001 22:53:33 +0100
12070              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
12071      Branch: perl
12072            ! regcomp.c t/pragma/warn/regcomp
12073 ____________________________________________________________________________
12074 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
12075         Log: Mention that lexicalizing $a or $b is a bad idea if one
12076              wants to use sort().
12077      Branch: perl
12078            ! pod/perlvar.pod
12079 ____________________________________________________________________________
12080 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
12081         Log: Tweak the test to be happy if the accuracy is 'good enough'.
12082      Branch: perl
12083            ! t/lib/posix.t
12084 ____________________________________________________________________________
12085 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
12086         Log: Upgrade to Attribute::Handlers 0.70.
12087              
12088              NOTE: this unearthed the "too late for CHECK block" bug,
12089              that's why the 1_compile.t change.
12090      Branch: perl
12091            + lib/Attribute/Handlers/demo/Demo.pm
12092            + lib/Attribute/Handlers/demo/Descriptions.pm
12093            + lib/Attribute/Handlers/demo/MyClass.pm
12094            + lib/Attribute/Handlers/demo/demo.pl
12095            + lib/Attribute/Handlers/demo/demo2.pl
12096            + lib/Attribute/Handlers/demo/demo3.pl
12097            + lib/Attribute/Handlers/demo/demo4.pl
12098            + lib/Attribute/Handlers/demo/demo_call.pl
12099            + lib/Attribute/Handlers/demo/demo_chain.pl
12100            + lib/Attribute/Handlers/demo/demo_cycle.pl
12101            + lib/Attribute/Handlers/demo/demo_hashdir.pl
12102            + lib/Attribute/Handlers/demo/demo_phases.pl
12103            + lib/Attribute/Handlers/demo/demo_range.pl
12104            + lib/Attribute/Handlers/demo/demo_rawdata.pl
12105            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
12106            ! t/lib/attrhand.t
12107 ____________________________________________________________________________
12108 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
12109         Log: One less -Wall whine.
12110      Branch: perl
12111            ! regcomp.c
12112 ____________________________________________________________________________
12113 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
12114         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
12115      Branch: perl
12116           !> t/op/eval.t
12117 ____________________________________________________________________________
12118 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
12119         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
12120              aren't "normally" visible inside eval""s contained in subs unless
12121              a cloned reference to them already exists)
12122              
12123              strangely enough, t/harness didn't show this up as a failure
12124              (harness needs fixing?)
12125      Branch: maint-5.6/perl
12126            ! t/op/eval.t
12127 ____________________________________________________________________________
12128 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
12129         Log: Update to Text::Balanced 1.85.
12130      Branch: perl
12131            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
12132 ____________________________________________________________________________
12133 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
12134         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
12135              From: Nicholas Clark <nick@ccl4.org>
12136              Date: Sun, 3 Jun 2001 17:54:36 +0100
12137              Message-ID: <20010603175436.E76396@plum.flirble.org> 
12138      Branch: perl
12139            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
12140            ! ext/Sys/Syslog/Syslog.xs
12141 ____________________________________________________________________________
12142 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
12143         Log: Unused variables.
12144      Branch: perl
12145            ! util.c
12146 ____________________________________________________________________________
12147 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
12148         Log: Subject: [PATCH] APIfy op_clear 
12149              From: Simon Cozens <simon@netthink.co.uk>
12150              Date: Sun, 3 Jun 2001 13:51:46 +0100
12151              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
12152              
12153              (despite the subject line, op_null is APIfied by the patch)
12154      Branch: perl
12155            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12156 ____________________________________________________________________________
12157 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
12158         Log: Subject: [PATCH] t/lib/extutils.t
12159              From: Nicholas Clark <nick@ccl4.org>
12160              Date: Sat, 2 Jun 2001 23:57:05 +0100
12161              Message-ID: <20010602235705.Q12698@plum.flirble.org>
12162      Branch: perl
12163            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12164 ____________________________________________________________________________
12165 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
12166         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
12167              From: Prymmer/Kahn <pvhp@best.com>
12168              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
12169              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
12170      Branch: perl
12171            ! win32/Makefile win32/makefile.mk
12172 ____________________________________________________________________________
12173 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
12174         Log: Subject: Re: 'decimal digits' macro? 
12175              From: Hugo <hv@crypt.compulink.co.uk>
12176              Date: Sun, 03 Jun 2001 04:26:36 +0100
12177              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
12178      Branch: perl
12179            ! handy.h t/lib/posix.t t/op/tr.t
12180 ____________________________________________________________________________
12181 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
12182         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12183              From: Hugo <hv@crypt.compulink.co.uk>
12184              Date: Sun, 03 Jun 2001 14:56:30 +0100
12185              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
12186      Branch: perl
12187            ! util.c
12188 ____________________________________________________________________________
12189 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
12190         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
12191      Branch: perl
12192           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
12193           !> vms/perly_c.vms
12194 ____________________________________________________________________________
12195 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
12196         Log: fix leakage of lexicals at file scope into subroutines that were
12197              declared before them; this appears to be a longstanding bug that
12198              meant that lexicals at file scope were never "deintroduced", meaning
12199              their scope range was never properly closed, and their visibility
12200              extended to all subsequent eval""s or requires
12201              
12202              added a test case
12203              
12204              seems to also fix a case of bogus duplicate warnings
12205      Branch: maint-5.6/perl
12206            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
12207            ! vms/perly_c.vms
12208 ____________________________________________________________________________
12209 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
12210         Log: More VMS tweaks from Craig A. Berry.
12211      Branch: perl
12212            ! configure.com t/lib/extutils.t
12213 ____________________________________________________________________________
12214 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
12215         Log: -Wall cleanup continues.
12216      Branch: perl
12217            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
12218            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
12219            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
12220            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
12221            ! run.c toke.c util.c
12222 ____________________________________________________________________________
12223 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
12224         Log: The metaconfig unit change for #10390.
12225      Branch: metaconfig/U/perl
12226            ! gccvers.U
12227 ____________________________________________________________________________
12228 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
12229         Log: Drop the -ansi from the default gcc flags.
12230              
12231              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
12232              that struct cannot be compared with a flat integer, such as STRLEN.
12233              The -ansi will also cause a lot of noise in Solaris because of:
12234              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
12235      Branch: perl
12236            ! Configure
12237 ____________________________________________________________________________
12238 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
12239         Log: Integrate perlio.
12240      Branch: perl
12241           !> pod/perlapi.pod util.c
12242 ____________________________________________________________________________
12243 [ 10388] By: nick                                  on 2001/06/02  08:01:12
12244         Log: Integrate mainline
12245      Branch: perlio
12246           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
12247           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
12248           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
12249           !> t/lib/1_compile.t t/lib/mimeqp.t
12250 ____________________________________________________________________________
12251 [ 10387] By: nick                                  on 2001/06/02  07:39:17
12252         Log: Tweak util.c's atof2 for MULTIPLICITY
12253      Branch: perlio
12254            ! util.c
12255 ____________________________________________________________________________
12256 [ 10386] By: nick                                  on 2001/06/02  07:38:33
12257         Log: Integrate mainline
12258      Branch: perlio
12259           !> (integrate 41 files)
12260 ____________________________________________________________________________
12261 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
12262         Log: Add Attribute::Handlers 0.61 from Damian Conway.
12263      Branch: perl
12264            + lib/Attribute/Handlers.pm t/lib/attrhand.t
12265            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
12266 ____________________________________________________________________________
12267 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
12268         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
12269              From: Peter Prymmer <pvhp@forte.com>
12270              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
12271              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
12272      Branch: perl
12273            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
12274 ____________________________________________________________________________
12275 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
12276         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
12277              From: Jeff Pinyan <jeffp@crusoe.net>
12278              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
12279              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
12280      Branch: perl
12281            ! lib/File/Find.pm
12282 ____________________________________________________________________________
12283 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
12284         Log: Subject: [PATCH perl@10381] configure.com tweaks
12285              From: "Craig A. Berry" <craigberry@mac.com>
12286              Date: Fri, 1 Jun 2001 13:55:43 -0500
12287              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
12288      Branch: perl
12289            ! configure.com
12290 ____________________________________________________________________________
12291 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
12292         Log: Update Changes.
12293      Branch: perl
12294            ! Changes patchlevel.h
12295 ____________________________________________________________________________
12296 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
12297         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
12298              From: Mike Guy <mjtg@cam.ac.uk>
12299              Date: Fri, 01 Jun 2001 18:17:02 +0100
12300              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
12301      Branch: perl
12302            ! lib/perl5db.pl
12303 ____________________________________________________________________________
12304 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
12305         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
12306              From: Hugo <hv@crypt.compulink.co.uk>
12307              Date: Thu, 31 May 2001 20:49:48 +0100
12308              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
12309      Branch: perl
12310            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
12311            ! util.c
12312 ____________________________________________________________________________
12313 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
12314         Log: Zero() is not available in x2p (or, rather, some of its
12315              implementations like memzero() might not be available.)
12316      Branch: perl
12317            ! x2p/hash.c
12318 ____________________________________________________________________________
12319 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
12320         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
12321              From: Michael G Schwern <schwern@pobox.com>
12322              Date: Fri, 1 Jun 2001 12:00:29 +0100
12323              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
12324              
12325              (But use Zero() instead of memset.)
12326      Branch: perl
12327            ! x2p/hash.c
12328 ____________________________________________________________________________
12329 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
12330         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
12331              From: Jeff Pinyan <jeffp@crusoe.net>
12332              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
12333              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
12334      Branch: perl
12335            ! pod/perldiag.pod regcomp.c t/op/pat.t
12336 ____________________________________________________________________________
12337 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
12338         Log: Retract #10324 and #10333; not needed.
12339      Branch: perl
12340            ! hints/irix_6.sh hints/linux.sh
12341 ____________________________________________________________________________
12342 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
12343         Log: The #10370 wasn't quite right.
12344      Branch: perl
12345            ! ext/XS/Typemap/Typemap.xs
12346 ____________________________________________________________________________
12347 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
12348         Log: The metaconfig units changes for #10372.
12349      Branch: metaconfig/U/perl
12350            + d_realpath.U d_sresgproto.U d_sresuproto.U
12351            ! gccvers.U i_db.U
12352 ____________________________________________________________________________
12353 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
12354         Log: Configure tweaks; record the Berkeley DB version,
12355              probe for realpath(), for setresuid() and setresgid()
12356              prototypes; use realpath() (try to be paranoid enough),
12357              use the setres[ug]id prototypes because glibc has the functions
12358              but not their prototypes; add -Wall -ansi to gcc ccflags;
12359              regen toc.
12360      Branch: perl
12361            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12362            ! config_h.SH configure.com epoc/config.sh
12363            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
12364            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
12365            ! vos/config.ga.def win32/config.bc win32/config.gc
12366            ! win32/config.vc
12367 ____________________________________________________________________________
12368 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
12369         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
12370              From: Michael G Schwern <schwern@pobox.com>
12371              Date: Fri, 1 Jun 2001 11:28:14 +0100
12372              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
12373      Branch: perl
12374            ! lib/attributes.pm xsutils.c
12375 ____________________________________________________________________________
12376 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
12377         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
12378              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12379              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
12380              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
12381      Branch: perl
12382            ! ext/XS/Typemap/Typemap.xs
12383 ____________________________________________________________________________
12384 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
12385         Log: Subject: [patch] Cwd.xs optimizations/abstraction
12386              From: Doug MacEachern <dougm@covalent.net>
12387              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
12388              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
12389      Branch: perl
12390            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
12391            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
12392 ____________________________________________________________________________
12393 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
12394         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!])
12395              From: Nicholas Clark <nick@ccl4.org>
12396              Date: Thu, 31 May 2001 23:56:40 +0100
12397              Message-ID: <20010531235640.F12698@plum.flirble.org>
12398              
12399              Make the test work also under only static extensions
12400              (sh Configure -Uusedl fakes this nicely)
12401      Branch: perl
12402            ! t/lib/extutils.t
12403 ____________________________________________________________________________
12404 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
12405         Log: Subject: [PATCH hv.c] Eliminating trigraph
12406              From: Michael G Schwern <schwern@pobox.com>
12407              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
12408              Date: Fri, 1 Jun 2001 11:49:56 +0100
12409      Branch: perl
12410            ! hv.c
12411 ____________________________________________________________________________
12412 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
12413         Log: Subject: Re: [PATCH] Tests for File::Compare 
12414              From: "Philip Newton" <Philip.Newton@gmx.net>
12415              Date: Thu, 31 May 2001 19:44:05 +0200
12416              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
12417              
12418              Unnecessary "quotation marks".
12419      Branch: perl
12420            ! t/lib/filecomp.t
12421 ____________________________________________________________________________
12422 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
12423         Log: Integrate perlio.
12424      Branch: perl
12425           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
12426 ____________________________________________________________________________
12427 [ 10364] By: nick                                  on 2001/06/01  10:13:31
12428         Log: Cleanup dll.base and dll.exp created by GCC builds.
12429      Branch: perlio
12430            ! lib/ExtUtils/MM_Win32.pm
12431 ____________________________________________________________________________
12432 [ 10363] By: nick                                  on 2001/06/01  10:02:17
12433         Log: Make filecomp test work on CRLF platforms by adding binmode.
12434      Branch: perlio
12435            ! t/lib/filecomp.t
12436 ____________________________________________________________________________
12437 [ 10362] By: nick                                  on 2001/06/01  08:37:17
12438         Log: Integrate mainline
12439      Branch: perlio
12440           !> Changes Configure patchlevel.h perlio.c
12441 ____________________________________________________________________________
12442 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
12443         Log: panic:claustrophobia.
12444      Branch: perl
12445            ! perlio.c
12446 ____________________________________________________________________________
12447 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
12448         Log: Update Changes.
12449      Branch: perl
12450            ! Changes patchlevel.h
12451 ____________________________________________________________________________
12452 [ 10359] By: nick                                  on 2001/05/31  12:35:50
12453         Log: Integrate mainline.
12454      Branch: perlio
12455           +> t/lib/filecomp.t
12456           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
12457           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
12458 ____________________________________________________________________________
12459 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
12460         Log: Integrate perlio.
12461      Branch: perl
12462           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
12463           !> win32/config_H.vc
12464 ____________________________________________________________________________
12465 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
12466         Log: Metaconfig unit change for #10356.
12467      Branch: metaconfig
12468            ! U/installdirs/inc_version_list.U
12469 ____________________________________________________________________________
12470 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
12471         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
12472              (idea from Sarathy; implementation from Andy)
12473      Branch: perl
12474            ! Configure
12475 ____________________________________________________________________________
12476 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
12477         Log: More AUTHORS.
12478      Branch: perl
12479            ! AUTHORS
12480 ____________________________________________________________________________
12481 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
12482         Log: Subject: Re: [PATCH] Tests for File::Compare
12483              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
12484              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
12485              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
12486      Branch: perl
12487            + t/lib/filecomp.t
12488            ! MANIFEST t/lib/1_compile.t
12489 ____________________________________________________________________________
12490 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
12491         Log: Subject: [PATCH] DEBUG_* macro cleanups
12492              From: Abhijit Menon-Sen <ams@wiw.org>
12493              Date: Thu, 31 May 2001 12:16:22 +0530
12494              Message-ID: <20010531121622.B4829@lustre.linux.in>
12495              
12496              Subject: Re: [PATCH] DEBUG_* macro cleanups
12497              From: Abhijit Menon-Sen <ams@wiw.org>
12498              Date: Thu, 31 May 2001 13:57:01 +0530
12499              Message-ID: <20010531135701.A21775@lustre.linux.in>
12500              
12501              (The DEBUG_ definitions in perl.h changed to use the
12502              STMT_START and STMT_END.)
12503      Branch: perl
12504            ! perl.h pp_ctl.c sv.c toke.c
12505 ____________________________________________________________________________
12506 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
12507         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
12508              From: Abhijit Menon-Sen <ams@wiw.org>
12509              Date: Thu, 31 May 2001 08:27:55 +0530
12510              Message-ID: <20010531082755.A10018@lustre.linux.in>
12511      Branch: perl
12512            ! ext/Storable/Storable.xs gv.c perl.c
12513 ____________________________________________________________________________
12514 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
12515         Log: Subject: [PATCH] AUTHORS
12516              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12517              Date: Thu, 31 May 2001 01:27:59 -0500
12518              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
12519              
12520              Subject: Re: [PATCH] AUTHORS
12521              From: "Philip Newton" <Philip.Newton@gmx.net>
12522              Date: Thu, 31 May 2001 10:08:06 +0200
12523              (Message-Id missing?)
12524      Branch: perl
12525            ! AUTHORS
12526 ____________________________________________________________________________
12527 [ 10350] By: nick                                  on 2001/05/31  11:40:43
12528         Log: win32 - dmake regen_config_h
12529      Branch: perlio
12530            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12531 ____________________________________________________________________________
12532 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
12533         Log: Subject: Re: [PATCH util.c] More warning cleanups.
12534              From: "Philip Newton" <Philip.Newton@gmx.net>
12535              Date: Thu, 31 May 2001 07:41:36 +0200
12536              Message-Id: <200105310538.IAA25458@taku.hut.fi>
12537              
12538              Undo C++-ism that snekt in.
12539      Branch: perl
12540            ! util.c
12541 ____________________________________________________________________________
12542 [ 10348] By: nick                                  on 2001/05/31  11:36:46
12543         Log: Tolerate Win32 numerics
12544      Branch: perlio
12545            ! t/pragma/warn/toke
12546 ____________________________________________________________________________
12547 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
12548         Log: Integrate perlio.
12549      Branch: perl
12550           !> perlio.c win32/win32.h
12551 ____________________________________________________________________________
12552 [ 10346] By: nick                                  on 2001/05/31  10:54:55
12553         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
12554              perlio.c change 10255.
12555      Branch: perlio
12556            ! perlio.c
12557 ____________________________________________________________________________
12558 [ 10345] By: nick                                  on 2001/05/31  10:01:57
12559         Log: Conditionaly put back some "unused" dTHX which are used
12560              with PERL_IMPLICIT_SYS
12561      Branch: perlio
12562            ! perlio.c
12563 ____________________________________________________________________________
12564 [ 10344] By: nick                                  on 2001/05/31  10:00:59
12565         Log: Fix Win32 for new spelling IN_BYTES 
12566      Branch: perlio
12567            ! win32/win32.h
12568 ____________________________________________________________________________
12569 [ 10343] By: nick                                  on 2001/05/31  08:01:32
12570         Log: perlio.c -Wall cleaner under MULTIPLICITY
12571              - still minor noise with linux stdio
12572      Branch: perlio
12573            ! perlio.c
12574 ____________________________________________________________________________
12575 [ 10342] By: nick                                  on 2001/05/31  07:52:23
12576         Log: Integrate mainline.
12577      Branch: perlio
12578           !> (integrate 42 files)
12579 ____________________________________________________________________________
12580 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
12581         Log: AUTHORS updates.
12582      Branch: perl
12583            ! AUTHORS
12584 ____________________________________________________________________________
12585 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
12586         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
12587              From: Peter Prymmer <pvhp@forte.com>
12588              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
12589              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
12590      Branch: perl
12591            ! t/lib/md5-file.t
12592 ____________________________________________________________________________
12593 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
12594         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
12595              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
12596              to match the pragma name; various robustness cleanups.
12597      Branch: perl
12598            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
12599            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
12600 ____________________________________________________________________________
12601 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
12602         Log: More -Wall sweeping.
12603      Branch: perl
12604            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
12605            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
12606            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
12607            ! regcomp.c sv.c toke.c utf8.c
12608 ____________________________________________________________________________
12609 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
12610         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
12611              From: Nicholas Clark <nick@ccl4.org>
12612              Date: Wed, 30 May 2001 22:34:41 +0100
12613              Message-ID: <20010530223441.Y86445@plum.flirble.org>
12614      Branch: perl
12615            ! t/op/cmp.t
12616 ____________________________________________________________________________
12617 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
12618         Log: It's is not, it isn't ain't, and it's it's, not its,
12619              if you mean it is. If you don't, it's its. Then too,
12620              it's hers. It isn't her's. It isn't our's either.
12621              It's ours, and likewise yours and theirs.
12622              -- Oxford University Press, Edpress News
12623      Branch: perl
12624            ! lib/autouse.pm
12625 ____________________________________________________________________________
12626 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
12627         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
12628      Branch: perl
12629            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
12630            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
12631            ! x2p/str.c x2p/walk.c xsutils.c
12632 ____________________________________________________________________________
12633 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
12634         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12635              From: Michael G Schwern <schwern@pobox.com>
12636              Date: Wed, 30 May 2001 17:10:38 +0100
12637              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
12638              
12639              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
12640              From: Abhijit Menon-Sen <ams@wiw.org>
12641              Date: Wed, 30 May 2001 23:16:13 +0530
12642              Message-ID: <20010530231613.A31933@lustre.linux.in>
12643      Branch: perl
12644            ! perl.c t/run/runenv.t
12645 ____________________________________________________________________________
12646 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
12647         Log: (Retracted by #10375.)
12648              
12649              IRIX hints patch from Merijn Broeren.
12650              
12651              TODO: (this and the earlier Linux hints patch) should be solved
12652              at Configure level.  Merijn: -ldb should not be used on any platform
12653              for perl, just when linking DBFile itself. Trying to be helpful here
12654              is counterproductive.
12655      Branch: perl
12656            ! hints/irix_6.sh
12657 ____________________________________________________________________________
12658 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
12659         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
12660              From: Nicholas Clark <nick@ccl4.org>
12661              Date: Wed, 30 May 2001 23:20:58 +0100
12662              Message-ID: <20010530232058.B86445@plum.flirble.org>
12663      Branch: perl
12664            ! doop.c
12665 ____________________________________________________________________________
12666 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
12667         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12668              From: Michael G Schwern <schwern@pobox.com> 
12669              Date: Wed, 30 May 2001 15:24:20 +0100
12670              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
12671      Branch: perl
12672            ! t/pragma/autouse.t
12673 ____________________________________________________________________________
12674 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
12675         Log: The regex trick wasn't a good idea.
12676      Branch: perl
12677            ! pod/perlfaq4.pod
12678 ____________________________________________________________________________
12679 [ 10329] By: nick                                  on 2001/05/30  18:34:35
12680         Log: Integrate mainline
12681      Branch: perlio
12682           !> (integrate 40 files)
12683 ____________________________________________________________________________
12684 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
12685         Log: Update Changes.
12686      Branch: perl
12687            ! Changes patchlevel.h
12688 ____________________________________________________________________________
12689 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
12690         Log: The metaconfig unit change for #10325.
12691      Branch: metaconfig
12692            + U/modified/afs.U
12693 ____________________________________________________________________________
12694 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
12695         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
12696              is now wrong.
12697      Branch: perl
12698            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
12699 ____________________________________________________________________________
12700 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
12701         Log: Introduce $Config{afsroot}.
12702      Branch: perl
12703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12704            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
12705            ! win32/config.gc win32/config.vc
12706 ____________________________________________________________________________
12707 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
12708         Log: (Retracted by #10375.)
12709              
12710              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
12711      Branch: perl
12712            ! hints/linux.sh
12713 ____________________________________________________________________________
12714 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
12715         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
12716              (Also Configure tweaks needed; coming up soon.)
12717      Branch: perl
12718            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
12719 ____________________________________________________________________________
12720 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
12721         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
12722              From: Michael G Schwern <schwern@pobox.com>
12723              Date: Sun, 27 May 2001 10:29:43 +0100
12724              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
12725      Branch: perl
12726            ! lib/perl5db.pl
12727 ____________________________________________________________________________
12728 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
12729         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
12730              and Abhijit Menon-Sen.
12731      Branch: perl
12732            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
12733            ! perl.c pp_sys.c regcomp.c
12734 ____________________________________________________________________________
12735 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
12736         Log: Fix the BOOT section to call myU2time properly.
12737      Branch: perl
12738            ! ext/Time/HiRes/HiRes.xs
12739 ____________________________________________________________________________
12740 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
12741         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12742              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
12743              Date: Wed, 30 May 2001 09:44:29 -0400
12744              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
12745              
12746              Detypo; plus add one more trick.
12747      Branch: perl
12748            ! pod/perlfaq4.pod
12749 ____________________________________________________________________________
12750 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
12751         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)
12752              From: Michael G Schwern <schwern@pobox.com>
12753              Date: Wed, 30 May 2001 14:39:06 +0100
12754              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
12755      Branch: perl
12756            ! lib/autouse.pm t/pragma/autouse.t
12757 ____________________________________________________________________________
12758 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
12759         Log: Subject: Re: AIX and gcc (moving targets)
12760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12761              Date: Wed, 30 May 2001 15:25:08 +0200
12762              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
12763      Branch: perl
12764            ! ext/Time/HiRes/HiRes.xs
12765 ____________________________________________________________________________
12766 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
12767         Log: Subject: [PATCH t/TEST] sorting tests
12768              From: Michael G Schwern <schwern@pobox.com>
12769              Date: Wed, 30 May 2001 10:24:02 +0100
12770              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
12771      Branch: perl
12772            ! t/TEST
12773 ____________________________________________________________________________
12774 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
12775         Log: Subject: [ID 20010529.002] typos in man page perlre
12776              From: bart@cg681574-a.adubn1.nj.home.com 
12777              Date: Tue, 29 May 2001 13:58:59 -0500
12778              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
12779      Branch: perl
12780            ! pod/perlre.pod
12781 ____________________________________________________________________________
12782 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
12783         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
12784              From: "Craig A. Berry" <craigberry@mac.com>
12785              Date: Tue, 29 May 2001 23:23:45 -0500
12786              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
12787      Branch: perl
12788            ! t/lib/extutils.t t/pragma/autouse.t
12789 ____________________________________________________________________________
12790 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
12791         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)
12792              From: David Dyck <dcd@tc.fluke.com>
12793              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
12794              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
12795      Branch: perl
12796            ! t/lib/filefind.t
12797 ____________________________________________________________________________
12798 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
12799         Log: AIX hints update for gcc from Merijn H. Brand.
12800      Branch: perl
12801            ! hints/aix.sh
12802 ____________________________________________________________________________
12803 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
12804         Log: Retract #10295 and #10296: a more generic solution
12805              is needed (there's something funny with gcc on AIX).
12806      Branch: perl
12807            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
12808 ____________________________________________________________________________
12809 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
12810         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
12811              From: Hugo <hv@crypt.compulink.co.uk>
12812              Date: Wed, 30 May 2001 11:59:19 +0100
12813              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
12814              
12815              localizing $@ has unfortunate semantics - if you die past
12816              a local $@, the die message is lost.
12817      Branch: perl
12818            ! lib/utf8_heavy.pl
12819 ____________________________________________________________________________
12820 [ 10309] By: nick                                  on 2001/05/30  08:23:02
12821         Log: Integrate mainline (autouse works again.)
12822      Branch: perlio
12823           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
12824           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
12825           !> pod/perlvar.pod t/op/cmp.t
12826 ____________________________________________________________________________
12827 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
12828         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
12829              From: David Dyck <dcd@tc.fluke.com>
12830              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
12831              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
12832      Branch: perl
12833            ! lib/File/Find.pm
12834 ____________________________________________________________________________
12835 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
12836         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
12837              From: Nicholas Clark <nick@ccl4.org>
12838              Date: Tue, 29 May 2001 23:16:09 +0100
12839              Message-ID: <20010529231609.U86445@plum.flirble.org>
12840              
12841              Make the test output slightly clearer by distinguishing
12842              between '' and undef.
12843      Branch: perl
12844            ! t/op/cmp.t
12845 ____________________________________________________________________________
12846 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
12847         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
12848              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12849              Date: Tue, 29 May 2001 19:15:19 -0400
12850              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
12851      Branch: perl
12852            ! hints/os2.sh
12853 ____________________________________________________________________________
12854 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
12855         Log: Subject: perlvar.pod addition
12856              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
12857              Date: Fri, 25 May 2001 20:23:12 +0200
12858              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
12859              
12860              Subject: Re: perlvar.pod addition
12861              From: "Abigail" <abigail@foad.org> 
12862              Date: Fri, 25 May 2001 22:00:39 +0200
12863              Message-ID: <20010525200039.28029.qmail@foad.org>
12864              
12865              Mention $a and $b in perlvar.
12866      Branch: perl
12867            ! pod/perlvar.pod
12868 ____________________________________________________________________________
12869 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
12870         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
12871              From: Jeff Pinyan <jeffp@crusoe.net>
12872              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
12873              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
12874      Branch: perl
12875            ! pod/perlvar.pod
12876 ____________________________________________________________________________
12877 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
12878         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
12879              From: Jeff Pinyan <jeffp@crusoe.net>
12880              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
12881              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
12882      Branch: perl
12883            ! pod/perlfaq6.pod
12884 ____________________________________________________________________________
12885 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
12886         Log: Mention Time::localtime and Time::gmtime.
12887      Branch: perl
12888            ! ext/Time/Piece/Piece.pm
12889 ____________________________________________________________________________
12890 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
12891         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
12892              From: Michael G Schwern <schwern@pobox.com>
12893              Date: Tue, 29 May 2001 18:51:32 +0100
12894              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
12895      Branch: perl
12896            ! pod/perlfaq4.pod
12897 ____________________________________________________________________________
12898 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
12899         Log: Retract #10243.
12900      Branch: perl
12901            ! lib/autouse.pm
12902 ____________________________________________________________________________
12903 [ 10299] By: nick                                  on 2001/05/29  18:41:19
12904         Log: Post weekend integrate mainline (fails one test pragma/autouse).
12905      Branch: perlio
12906           +> (branch 29 files)
12907           !> (integrate 91 files)
12908 ____________________________________________________________________________
12909 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
12910         Log: Update Changes.
12911      Branch: perl
12912            ! Changes patchlevel.h
12913 ____________________________________________________________________________
12914 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
12915         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
12916              before Perl_load_module/Perl_call_method and restore the value
12917              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
12918      Branch: perl
12919            ! utf8.c
12920 ____________________________________________________________________________
12921 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
12922         Log: Subject: Re: AIX and gcc (moving targets)
12923              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12924              Date: Tue, 29 May 2001 17:59:40 +0200
12925              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
12926      Branch: perl
12927            ! ext/Storable/Makefile.PL
12928 ____________________________________________________________________________
12929 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
12930         Log: Subject: Re: AIX and gcc (moving targets)
12931              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12932              Date: Tue, 29 May 2001 12:32:57 +0200
12933              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
12934      Branch: perl
12935            ! ext/POSIX/Makefile.PL
12936 ____________________________________________________________________________
12937 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
12938         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
12939              From: Michael G Schwern <schwern@pobox.com>
12940              Date: Tue, 29 May 2001 09:53:29 +0100
12941              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
12942              
12943              (#10280 retracted)
12944      Branch: perl
12945            ! lib/Test/Harness.pm t/lib/test-harness.t
12946 ____________________________________________________________________________
12947 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
12948         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
12949              From: Michael G Schwern <schwern@pobox.com>
12950              Date: Tue, 29 May 2001 09:19:52 +0100
12951              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
12952      Branch: perl
12953            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
12954            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
12955            + t/lib/Test/todo.t
12956            ! MANIFEST lib/Test.pm t/TEST
12957 ____________________________________________________________________________
12958 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
12959         Log: From: Michael G Schwern <schwern@pobox.com>
12960              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
12961              Date: Tue, 29 May 2001 08:26:09 +0100
12962              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
12963      Branch: perl
12964            ! t/TEST
12965 ____________________________________________________________________________
12966 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
12967         Log: Add tests for Time::gmtime and Time::localtime.
12968      Branch: perl
12969            + t/lib/time-gmtime.t t/lib/time-localtime.t
12970            ! MANIFEST t/lib/1_compile.t
12971 ____________________________________________________________________________
12972 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
12973         Log: Add test for File::stat.
12974      Branch: perl
12975            + t/lib/filestat.t
12976            ! MANIFEST t/lib/1_compile.t
12977 ____________________________________________________________________________
12978 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
12979         Log: Add test for Net::servent.
12980      Branch: perl
12981            + t/lib/net-sent.t
12982            ! MANIFEST t/lib/1_compile.t
12983 ____________________________________________________________________________
12984 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
12985         Log: Add test for Net::protoent.
12986      Branch: perl
12987            + t/lib/net-pent.t
12988            ! MANIFEST t/lib/1_compile.t
12989 ____________________________________________________________________________
12990 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
12991         Log: Add test for Net::netent.
12992      Branch: perl
12993            + t/lib/net-nent.t
12994            ! MANIFEST t/lib/1_compile.t
12995 ____________________________________________________________________________
12996 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
12997         Log: Add test for User::grent.  Portability doubtful.
12998      Branch: perl
12999            + t/lib/user-grent.t
13000            ! MANIFEST t/lib/1_compile.t
13001 ____________________________________________________________________________
13002 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
13003         Log: Add test for User::pwent.
13004              Probably will fall down somewhere for portability reasons.
13005      Branch: perl
13006            + t/lib/user-pwent.t
13007            ! MANIFEST t/lib/1_compile.t
13008 ____________________________________________________________________________
13009 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
13010         Log: Metaconfig units changes for #10283.
13011      Branch: metaconfig
13012            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
13013            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
13014            ! U/installdirs/sitescript.U U/modified/Signal.U
13015 ____________________________________________________________________________
13016 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
13017         Log: Subject: [PATCH 5.6.1] signal names in Configure
13018              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13019              Date: Tue, 29 May 2001 03:52:25 -0400
13020              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
13021              
13022              Subject: [PATCH 5.6.1] older perl in Configure
13023              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13024              Date: Tue, 29 May 2001 03:55:40 -0400
13025              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
13026              
13027              Subject: [PATCH 5.6.1] goofs in Configure
13028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13029              Date: Tue, 29 May 2001 04:13:07 -0400
13030              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
13031              
13032              Configure portability tweaks.
13033      Branch: perl
13034            ! Configure
13035 ____________________________________________________________________________
13036 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
13037         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
13038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13039              Date: Tue, 29 May 2001 04:07:06 -0400
13040              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
13041      Branch: perl
13042            ! os2/os2.c
13043 ____________________________________________________________________________
13044 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
13045         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
13046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13047              Date: Tue, 29 May 2001 04:01:38 -0400
13048              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
13049      Branch: perl
13050            ! hints/os2.sh os2/Makefile.SHs
13051 ____________________________________________________________________________
13052 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
13053         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
13054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13055              Date: Tue, 29 May 2001 03:50:18 -0400
13056              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
13057      Branch: perl
13058            ! lib/Test/Harness.pm
13059 ____________________________________________________________________________
13060 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
13061         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
13062      Branch: perl
13063            ! lib/utf8_heavy.pl
13064 ____________________________________________________________________________
13065 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
13066         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
13067              From: Hugo <hv@crypt.compulink.co.uk>
13068              Date: Tue, 29 May 2001 03:03:45 +0100
13069              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
13070              
13071              Explanation why the $@ always gets the UTF8 flag when under use utf8--
13072              because we told it to have the flag when under use utf8.
13073      Branch: perl
13074            ! pp_ctl.c
13075 ____________________________________________________________________________
13076 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
13077         Log: At least a partial fix for 20010528.004.
13078      Branch: perl
13079            ! lib/utf8_heavy.pl
13080 ____________________________________________________________________________
13081 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
13082         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
13083              From: Nicholas Clark <nick@ccl4.org> 
13084              Date: Mon, 28 May 2001 23:39:38 +0100
13085              Message-ID: <20010528233938.M86445@plum.flirble.org>
13086              
13087              More portable non-zero UV.
13088      Branch: perl
13089            ! t/lib/extutils.t
13090 ____________________________________________________________________________
13091 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
13092         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
13093              From: Nicholas Clark <nick@ccl4.org>
13094              Date: Mon, 28 May 2001 22:46:09 +0100
13095              Message-ID: <20010528224608.L86445@plum.flirble.org>
13096              
13097              Test also "make clean".
13098      Branch: perl
13099            ! t/lib/extutils.t
13100 ____________________________________________________________________________
13101 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
13102         Log: Subject: Re: Would -Wno-unused -Wall be better?
13103              From: Michael G Schwern <schwern@pobox.com>
13104              Date: Tue, 29 May 2001 00:55:54 +0100
13105              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
13106      Branch: perl
13107            ! pp.h
13108 ____________________________________________________________________________
13109 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
13110         Log: Add a test for 20010528.007, fixed in #10272.
13111      Branch: perl
13112            ! t/op/misc.t toke.c
13113 ____________________________________________________________________________
13114 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
13115         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
13116              From: Hugo <hv@crypt.compulink.co.uk>
13117              Date: Tue, 29 May 2001 00:23:23 +0100
13118              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
13119      Branch: perl
13120            ! toke.c
13121 ____________________________________________________________________________
13122 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
13123         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13124              From: Michael G Schwern <schwern@pobox.com>
13125              Date: Tue, 29 May 2001 00:42:59 +0100
13126              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
13127      Branch: perl
13128            ! t/pragma/autouse.t
13129 ____________________________________________________________________________
13130 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
13131         Log: Some shells seemingly arrange the signal handlers differently
13132              (bug id 20010521.004).
13133      Branch: perl
13134            ! t/lib/sigaction.t
13135 ____________________________________________________________________________
13136 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
13137         Log: Regen perlmodlib.
13138      Branch: perl
13139            ! pod/perlmodlib.pod
13140 ____________________________________________________________________________
13141 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
13142         Log: Update Changes.
13143      Branch: perl
13144            ! Changes patchlevel.h
13145 ____________________________________________________________________________
13146 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
13147         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
13148              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
13149              Date: Mon, 28 May 2001 14:56:35 -0500
13150              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
13151      Branch: perl
13152            ! pod/perlnewmod.pod
13153 ____________________________________________________________________________
13154 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
13155         Log: Regen toc.
13156      Branch: perl
13157            ! pod/perltoc.pod
13158 ____________________________________________________________________________
13159 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
13160         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
13161              From: "Richard Soderberg" <rs@crystalflame.net>
13162              Date: Mon, 28 May 2001 12:31:23 -0700
13163              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
13164      Branch: perl
13165            ! t/op/splice.t
13166 ____________________________________________________________________________
13167 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
13168         Log: The #10260 was too bold: locales and utf8 still do not mix.
13169      Branch: perl
13170            ! t/pragma/locale.t
13171 ____________________________________________________________________________
13172 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
13173         Log: Subject: [PATCH] Pod nitpicks
13174              From: "Richard Soderberg" <rs@crystalflame.net>
13175              Date: Mon, 28 May 2001 10:08:58 -0700
13176              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
13177      Branch: perl
13178            ! pod/perl571delta.pod pod/perlapi.pod sv.h
13179 ____________________________________________________________________________
13180 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
13181         Log: Upgrade to I18N::LangTags 0.22.
13182      Branch: perl
13183            + lib/I18N/LangTags/List.pod
13184            ! MANIFEST lib/I18N/LangTags.pm
13185 ____________________________________________________________________________
13186 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
13187         Log: A slightly more serious bug found by -Mutf8; op/misc and
13188              lib/complex dumped core.
13189      Branch: perl
13190            ! regexec.c
13191 ____________________________________________________________________________
13192 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
13193         Log: Various buglets shaken out by -Mutf8.
13194      Branch: perl
13195            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
13196            ! t/pragma/locale.t
13197 ____________________________________________________________________________
13198 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
13199         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
13200      Branch: perl
13201            ! t/lib/carp.t
13202 ____________________________________________________________________________
13203 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
13204         Log: Subject: [PATCH] todo patch
13205              From: Artur Bergman <artur@contiller.se> 
13206              Date: Mon, 28 May 2001 17:03:51 +0200
13207              Message-ID: <B7383577.F34%artur@contiller.se>
13208      Branch: perl
13209            ! pod/perltodo.pod
13210 ____________________________________________________________________________
13211 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
13212         Log: Subject: typo in perlguts.pod
13213              From: "John P. Linderman" <jpl@research.att.com>
13214              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
13215              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
13216      Branch: perl
13217            ! pod/perlguts.pod
13218 ____________________________________________________________________________
13219 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
13220         Log: Subject: AIX and gcc (moving targets)
13221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13222              Date: Mon, 28 May 2001 12:54:04 +0200
13223              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
13224      Branch: perl
13225            ! hints/aix.sh
13226 ____________________________________________________________________________
13227 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
13228         Log: Subject: Re: perlio + multiple perl_alloc..destruct
13229              From: Doug MacEachern <dougm@covalent.net>
13230              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
13231              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
13232      Branch: perl
13233            ! perlio.c
13234 ____________________________________________________________________________
13235 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
13236         Log: The #10251 wasn't quite up-to-the-code.
13237      Branch: perl
13238            ! t/op/misc.t
13239 ____________________________________________________________________________
13240 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
13241         Log: Test case for bug 20010526.004, fixed in #10252.
13242      Branch: perl
13243            ! t/op/taint.t
13244 ____________________________________________________________________________
13245 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
13246         Log: Subject: Re: [ID 20010526.004] Taint looses value
13247              From: Hugo <hv@crypt.compulink.co.uk>
13248              Date: Sun, 27 May 2001 20:39:32 +0100
13249              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
13250      Branch: perl
13251            ! sv.c
13252 ____________________________________________________________________________
13253 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
13254         Log: Test case for 20010422.005, fixed by #10250.
13255      Branch: perl
13256            ! t/op/misc.t
13257 ____________________________________________________________________________
13258 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
13259         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
13260              From: Spider Boardman <spider@Orb.Nashua.NH.US>
13261              Date: Mon, 28 May 2001 06:39:12 -0400
13262              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
13263      Branch: perl
13264            ! toke.c
13265 ____________________________________________________________________________
13266 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
13267         Log: Linerewrapping.
13268      Branch: perl
13269            ! lib/open.pm
13270 ____________________________________________________________________________
13271 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
13272         Log: Updates on the modules list.
13273      Branch: perl
13274            ! t/lib/1_compile.t
13275 ____________________________________________________________________________
13276 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
13277         Log: Add a test for PerlIO.
13278              
13279              (I probably got the crlf/raw thing wrong for clrfy platforms...)
13280      Branch: perl
13281            + t/lib/perlio.t
13282            ! MANIFEST lib/PerlIO.pm
13283 ____________________________________________________________________________
13284 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
13285         Log: Add a test for carp et alia.
13286      Branch: perl
13287            + t/lib/carp.t
13288            ! MANIFEST
13289 ____________________________________________________________________________
13290 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
13291         Log: Adding the new test would be swell.
13292      Branch: perl
13293            + t/pragma/autouse.t
13294 ____________________________________________________________________________
13295 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
13296         Log: Add a test for the autouse pragma.
13297      Branch: perl
13298            ! MANIFEST
13299 ____________________________________________________________________________
13300 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
13301         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
13302              From: dLux <dlux@spam.sch.bme.hu>
13303              Date: Sun, 27 May 2001 16:14:26 +0200
13304              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
13305      Branch: perl
13306            ! lib/autouse.pm
13307 ____________________________________________________________________________
13308 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
13309         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
13310              From: "Richard Soderberg" <rs@crystalflame.net>
13311              Date: Mon, 28 May 2001 03:56:36 -0700
13312              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
13313      Branch: perl
13314            ! utils/dprofpp.PL
13315 ____________________________________________________________________________
13316 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
13317         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
13318              From: "Stephen P. Potter" <spp@spotter.yi.org>
13319              Date: Tue, 22 May 2001 11:40:25 -0400
13320              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
13321              
13322              Subject: Re: [ID 20010522.003] Time::Local module bug
13323              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
13324              Date: Tue, 22 May 2001 11:50:19 -0400
13325              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
13326      Branch: perl
13327            ! lib/Time/Local.pm
13328 ____________________________________________________________________________
13329 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
13330         Log: The PERL_DL_NONLAZY can have whitespace in front.
13331      Branch: perl
13332            ! t/lib/extutils.t
13333 ____________________________________________________________________________
13334 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
13335         Log: Document strftime() and strptime().
13336      Branch: perl
13337            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
13338 ____________________________________________________________________________
13339 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
13340         Log: Make Time::Piece::strptime() to be a function, not a method.
13341      Branch: perl
13342            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
13343 ____________________________________________________________________________
13344 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
13345         Log: Tweak the test to be more portable.
13346      Branch: perl
13347            ! t/lib/extutils.t
13348 ____________________________________________________________________________
13349 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
13350         Log: Subject: PATCH: Re: Re: Attributes that tie
13351              From: Leon Brocard <acme@astray.com>
13352              Date: Sun, 27 May 2001 12:37:29 +0100
13353              Message-ID: <20010527123729.A22663@ns0.astray.com>
13354              
13355              Document that variable attributes are not currently usable
13356              for tieing.  (An ugly limitation that should be fixed.)
13357      Branch: perl
13358            ! lib/attributes.pm
13359 ____________________________________________________________________________
13360 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
13361         Log: Microperl tweaks.
13362      Branch: perl
13363            ! Makefile.micro uconfig.h uconfig.sh
13364 ____________________________________________________________________________
13365 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
13366         Log: Add make target for microperl (kind of silly, but convenient).
13367      Branch: perl
13368            ! Makefile.SH
13369 ____________________________________________________________________________
13370 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
13371         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
13372              for microperl.)
13373      Branch: perl
13374            ! doio.c
13375 ____________________________________________________________________________
13376 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
13377         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
13378              From: rspier@pobox.com (Robert Spier)
13379              Date: Sat, 26 May 2001 20:05:23 -0400
13380              Message-ID: <15120.17603.148648.12430@rls.cx>
13381              
13382              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
13383              From: rspier@pobox.com (Robert Spier)
13384              Date: Sun, 27 May 2001 00:23:12 -0400
13385              Message-ID: <15120.33072.511966.767230@rls.cx>
13386      Branch: perl
13387            ! doio.c pod/perlfunc.pod
13388 ____________________________________________________________________________
13389 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
13390         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
13391      Branch: perl
13392            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13393 ____________________________________________________________________________
13394 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
13395         Log: Add README.tru64.
13396      Branch: perl
13397            + README.tru64
13398 ____________________________________________________________________________
13399 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
13400         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
13401      Branch: perl
13402            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
13403            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
13404            ! MANIFEST
13405 ____________________________________________________________________________
13406 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
13407         Log: Integrate I18N::LangTags from Sean Burke.
13408              
13409              TODO: the language list from RFC 3066 needs to be integrated
13410              and made available somehow.  The list is included in the
13411              I18N-LangTags 0.21 distribution, but it is undocumented
13412              and unconnected to the module.
13413      Branch: perl
13414            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
13415            ! MANIFEST
13416 ____________________________________________________________________________
13417 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
13418         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
13419              envisioned by Sarathy.
13420      Branch: perl
13421            ! t/op/ver.t toke.c
13422 ____________________________________________________________________________
13423 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
13424         Log: Subject: [ID 20010525.001] Pod typo nits fixed
13425              From: lvirden@cas.org
13426              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
13427              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
13428              
13429              minus the perlsolaris decimation plus the
13430              
13431              Subject: Re: [ID 20010525.001] Pod typo nits fixed
13432              From: "Philip Newton" <Philip.Newton@gmx.net>
13433              Date: Fri, 25 May 2001 18:05:55 +0200
13434              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
13435      Branch: perl
13436            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
13437            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
13438            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
13439            ! pod/perlutil.pod pod/perlxstut.pod
13440 ____________________________________________________________________________
13441 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
13442         Log: return clauses are nice.
13443      Branch: perl
13444            ! sv.c
13445 ____________________________________________________________________________
13446 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
13447         Log: Subject: change 10199 backwards?
13448              From: Doug MacEachern <dougm@covalent.net>
13449              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
13450              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
13451      Branch: perl
13452            ! sv.c
13453 ____________________________________________________________________________
13454 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
13455         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
13456              From: Hugo <hv@crypt.compulink.co.uk>
13457              Date: Sat, 26 May 2001 17:05:12 +0100
13458              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
13459      Branch: perl
13460            + t/op/gmagic.t
13461            ! MANIFEST doop.c embed.h embed.pl global.sym
13462            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
13463            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
13464 ____________________________________________________________________________
13465 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
13466         Log: Regen headers for #10221.
13467      Branch: perl
13468            ! global.sym objXSUB.h perlapi.c
13469 ____________________________________________________________________________
13470 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
13471         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
13472              From: Juha Laiho <juha.laiho@Elma.Net>
13473              Date: Thu, 3 May 2001 09:51:30 +0300
13474              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
13475      Branch: perl
13476            ! embed.pl
13477 ____________________________________________________________________________
13478 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
13479         Log: Subject: Re: [PATCH] Re: stability of sort()?
13480              From: "John P. Linderman" <jpl@research.att.com>
13481              Date: Sat, 26 May 2001 13:27:19 -0400
13482              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
13483      Branch: perl
13484            ! pod/perlfunc.pod
13485 ____________________________________________________________________________
13486 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
13487         Log: Integrate perlio.
13488      Branch: perl
13489           !> pod/perlguts.pod
13490 ____________________________________________________________________________
13491 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
13492         Log: Subject: [PATCH perl@10210] PerlIO for VMS
13493              From: "Craig A. Berry" <craigberry@mac.com>
13494              Date: Sat, 26 May 2001 09:34:11 -0500
13495              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
13496      Branch: perl
13497            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
13498            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
13499            ! vms/vmsish.h
13500 ____________________________________________________________________________
13501 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
13502         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
13503              From: David Dyck <dcd@tc.fluke.com>
13504              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
13505              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
13506      Branch: perl
13507            ! lib/perl5db.pl
13508 ____________________________________________________________________________
13509 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
13510         Log: Subject: utf8 regexp tests
13511              From: Hugo <hv@crypt.compulink.co.uk>
13512              Date: Fri, 25 May 2001 22:35:01 +0100
13513              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
13514      Branch: perl
13515            ! t/op/regexp.t
13516 ____________________________________________________________________________
13517 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
13518         Log: Subject: [PATCH] Re: stability of sort()?
13519              From: Nicholas Clark <nick@ccl4.org>
13520              Date: Fri, 25 May 2001 22:40:19 +0100
13521              Message-ID: <20010525224019.B86445@plum.flirble.org>
13522      Branch: perl
13523            ! pod/perlfunc.pod
13524 ____________________________________________________________________________
13525 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
13526         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
13527              From: John Peacock <jpeacock@rowman.com>
13528              Date: Thu, 24 May 2001 22:14:01 -0400
13529              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
13530      Branch: perl
13531            ! mg.c scope.c sv.c
13532 ____________________________________________________________________________
13533 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
13534         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13535              From: Nicholas Clark <nick@ccl4.org>
13536              Date: Sun, 20 May 2001 19:24:13 +0100
13537              Message-ID: <20010520192413.G83222@plum.flirble.org>
13538      Branch: perl
13539            + lib/ExtUtils/Constant.pm t/lib/extutils.t
13540            ! MANIFEST utils/h2xs.PL
13541 ____________________________________________________________________________
13542 [ 10212] By: nick                                  on 2001/05/26  09:49:28
13543         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
13544              add a few more notes there on use of mortals on the stack.
13545      Branch: perlio
13546            ! pod/perlguts.pod
13547 ____________________________________________________________________________
13548 [ 10211] By: nick                                  on 2001/05/26  09:05:36
13549         Log: Integrate mainline
13550      Branch: perlio
13551           +> t/lib/fcntl.t t/pragma/vars.t
13552           !> (integrate 49 files)
13553 ____________________________________________________________________________
13554 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
13555         Log: Update Changes.
13556      Branch: perl
13557            ! Changes patchlevel.h
13558 ____________________________________________________________________________
13559 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
13560         Log: Based on
13561              
13562              Subject: [PATCH pp.c] Wrapping pack("C",256)
13563              From: Simon Cozens <simon@netthink.co.uk>
13564              Date: Sat, 12 May 2001 17:58:41 +0100
13565              Message-ID: <20010512175841.A6132@netthink.co.uk>
13566      Branch: perl
13567            ! pod/perldiag.pod pp.c t/pragma/warn/pp
13568 ____________________________________________________________________________
13569 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
13570         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
13571              From: "Brendan O'Dea" <bod@compusol.com.au>
13572              Date: Fri, 25 May 2001 11:18:29 +1000
13573              Message-ID: <20010525111829.A28411@compusol.com.au>
13574              
13575              (Slightly modified.)
13576      Branch: perl
13577            ! lib/Term/Cap.pm
13578 ____________________________________________________________________________
13579 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
13580         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
13581              From: Hugo <hv@crypt.compulink.co.uk>
13582              Date: Fri, 25 May 2001 02:13:25 +0100
13583              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
13584      Branch: perl
13585            ! t/op/misc.t
13586 ____________________________________________________________________________
13587 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
13588         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
13589              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
13590              Date: Fri, 25 May 2001 10:25:36 +0900
13591              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
13592      Branch: perl
13593            ! regcomp.c regexec.c
13594 ____________________________________________________________________________
13595 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
13596         Log: Subject: [PATCH #2] stash autovivification and method call error messages
13597              From: Ilmari Karonen <iltzu@sci.fi>
13598              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
13599              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
13600      Branch: perl
13601            ! gv.c pp_hot.c t/op/method.t
13602 ____________________________________________________________________________
13603 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
13604         Log: Add make target and documentation for gprof profiling.
13605      Branch: perl
13606            ! Makefile.SH pod/perlhack.pod
13607 ____________________________________________________________________________
13608 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
13609         Log: Subject: Don't think about UTF8 
13610              From: Mike Guy <mjtg@cam.ac.uk> 
13611              Date: Tue, 22 May 2001 14:35:39 +0100
13612              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
13613      Branch: perl
13614            ! sv.h
13615 ____________________________________________________________________________
13616 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
13617         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
13618              From: Geraint A Edwards <gedge@serf.org> 
13619              Date: Thu, 24 May 2001 22:51:24 +0100
13620              Message-Id: <20010524225124.A34981@cymru.serf.org>
13621      Branch: perl
13622            ! x2p/find2perl.PL
13623 ____________________________________________________________________________
13624 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
13625         Log: DB_File has its own attribute story.
13626      Branch: perl
13627            ! ext/DB_File/DB_File.xs
13628 ____________________________________________________________________________
13629 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
13630         Log: Subject: Re: Making perl with -Wall
13631              From: Andy Dougherty <doughera@lafayette.edu>
13632              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
13633              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
13634      Branch: perl
13635            ! perl.h
13636 ____________________________________________________________________________
13637 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
13638         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
13639              From: "Richard Soderberg" <rs@crystalflame.net>
13640              Date: Thu, 24 May 2001 08:58:16 -0700
13641              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
13642      Branch: perl
13643            ! sv.c
13644 ____________________________________________________________________________
13645 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
13646         Log: IV/UV casting fixes from Nicholas Clark.
13647      Branch: perl
13648            ! perl.h pp_sys.c util.c
13649 ____________________________________________________________________________
13650 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
13651         Log: Subject: Re: Making perl with -Wall
13652              From: Michael G Schwern <schwern@pobox.com>
13653              Date: Thu, 24 May 2001 15:40:28 +0100
13654              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
13655      Branch: perl
13656            ! malloc.c perl.h
13657 ____________________________________________________________________________
13658 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
13659         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
13660              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13661              Date: Tue, 22 May 2001 11:49:37 +0200
13662              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
13663      Branch: metaconfig
13664            ! U/modified/Oldsym.U
13665      Branch: metaconfig/U/perl
13666            ! patchlevel.U
13667      Branch: perl
13668            ! Configure config_h.SH myconfig.SH
13669 ____________________________________________________________________________
13670 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
13671         Log: Under versiononly install also the scripts with the version suffix.
13672              (e.g. .../bin/h2xs5.7.1)
13673      Branch: perl
13674            ! installperl
13675 ____________________________________________________________________________
13676 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
13677         Log: Subject: [PATCH] Stop segfault in mg.c:636
13678              From: "Richard Soderberg" <rs@crystalflame.net>
13679              Date: Thu, 24 May 2001 05:51:52 -0700
13680              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
13681      Branch: perl
13682            ! mg.c
13683 ____________________________________________________________________________
13684 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
13685         Log: Iteration continues; hopefully convergently.
13686      Branch: perl
13687            ! t/lib/b-stash.t
13688 ____________________________________________________________________________
13689 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
13690         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
13691              From: Gisle Aas <gisle@ActiveState.com>
13692              Date: 23 May 2001 16:13:10 -0700
13693              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
13694      Branch: perl
13695            ! op.c toke.c
13696 ____________________________________________________________________________
13697 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
13698         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
13699              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13700              Date: Thu, 24 May 2001 05:05:22 -0500
13701              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
13702      Branch: perl
13703            ! lib/dumpvar.pl lib/perl5db.pl
13704 ____________________________________________________________________________
13705 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
13706         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
13707              From: David Dyck <dcd@tc.fluke.com>
13708              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
13709              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
13710      Branch: perl
13711            ! lib/perl5db.pl
13712 ____________________________________________________________________________
13713 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
13714         Log: Tiny pod nits on READMEs, mostly whitespace issues.
13715      Branch: perl
13716            ! README.amiga README.dos README.macos README.mpeix README.vmesa
13717            ! README.win32
13718 ____________________________________________________________________________
13719 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
13720         Log: The DG/UX part of the 20010521.005.
13721      Branch: perl
13722            ! README.dgux
13723 ____________________________________________________________________________
13724 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
13725         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
13726              From: Hugo <hv@crypt.compulink.co.uk>
13727              Date: Mon, 21 May 2001 16:32:02 +0100
13728              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
13729      Branch: perl
13730            ! regcomp.c t/op/misc.t
13731 ____________________________________________________________________________
13732 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
13733         Log: Subject: [PATCH] Extra UNIVERSAL tests
13734              From: Mike Guy <mjtg@cam.ac.uk>
13735              Date: Wed, 23 May 2001 12:29:20 +0100
13736              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
13737      Branch: perl
13738            ! t/op/universal.t
13739 ____________________________________________________________________________
13740 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
13741         Log: Subject: [PATCH] Remove EQ keyword
13742              From: Mike Guy <mjtg@cam.ac.uk>
13743              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
13744              Date: Wed, 23 May 2001 11:17:29 +0100
13745      Branch: perl
13746            ! keywords.h keywords.pl
13747 ____________________________________________________________________________
13748 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
13749         Log: Subject: [PATCH] lib/perl5db.pl
13750              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13751              Date: Wed, 23 May 2001 02:18:03 -0500
13752              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
13753      Branch: perl
13754            ! lib/perl5db.pl
13755 ____________________________________________________________________________
13756 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
13757         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
13758              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
13759              Date: Tue, 22 May 2001 23:34:41 -0500
13760              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
13761      Branch: perl
13762            ! lib/Term/Cap.pm
13763 ____________________________________________________________________________
13764 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
13765         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
13766              From: davem@fdgroup.co.uk
13767              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
13768              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
13769      Branch: perl
13770            ! emacs/e2ctags.pl
13771 ____________________________________________________________________________
13772 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
13773         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
13774              From: Michael G Schwern <schwern@pobox.com>
13775              Date: Tue, 22 May 2001 14:15:09 +0100
13776              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
13777      Branch: perl
13778            ! lib/vars.pm
13779 ____________________________________________________________________________
13780 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
13781         Log: Subject: [PATCH lib/vars.pm] Odd code nit
13782              From: Michael G Schwern <schwern@pobox.com>
13783              Date: Tue, 22 May 2001 14:14:28 +0100
13784              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
13785      Branch: perl
13786            ! lib/vars.pm
13787 ____________________________________________________________________________
13788 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
13789         Log: Use the new use vars feature.
13790      Branch: perl
13791            ! t/lib/b-stash.t
13792 ____________________________________________________________________________
13793 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
13794         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
13795              From: Mike Guy <mjtg@cam.ac.uk>
13796              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
13797              Date: Tue, 22 May 2001 13:11:39 +0100
13798      Branch: perl
13799            + t/pragma/vars.t
13800            ! MANIFEST lib/vars.pm t/lib/1_compile.t
13801 ____________________________________________________________________________
13802 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
13803         Log: -qlongdouble considered harmful by Merijn.
13804      Branch: perl
13805            ! hints/aix.sh
13806 ____________________________________________________________________________
13807 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
13808         Log: Update Changes.
13809      Branch: perl
13810            ! Changes patchlevel.h
13811 ____________________________________________________________________________
13812 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
13813         Log: Add a test of its very own for Fcntl.  Hopefully portable.
13814      Branch: perl
13815            + t/lib/fcntl.t
13816            ! MANIFEST
13817 ____________________________________________________________________________
13818 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
13819         Log: Must be trickier for 'minitest' not to die.
13820      Branch: perl
13821            ! t/op/taint.t
13822 ____________________________________________________________________________
13823 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
13824         Log: Can't declare other people's variables.
13825      Branch: perl
13826            ! t/lib/b-stash.t
13827 ____________________________________________________________________________
13828 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
13829         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
13830      Branch: perl
13831            ! doio.c t/op/taint.t
13832 ____________________________________________________________________________
13833 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
13834         Log: The OS/2 variable needs to be declared.
13835      Branch: perl
13836            ! t/lib/b-stash.t
13837 ____________________________________________________________________________
13838 [ 10170] By: nick                                  on 2001/05/20  16:48:29
13839         Log: Integrate mainline
13840      Branch: perlio
13841           !> (integrate 41 files)
13842 ____________________________________________________________________________
13843 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
13844         Log: Small perlsec updates: clarify the taintedness of filename
13845              globbing; suggest using Scalar::Util::tainted().
13846      Branch: perl
13847            ! pod/perlsec.pod
13848 ____________________________________________________________________________
13849 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
13850         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
13851              From: Dave Mitchell <davem@fdgroup.co.uk>
13852              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
13853              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
13854      Branch: perl
13855            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
13856            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
13857            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
13858            ! xsutils.c
13859 ____________________________________________________________________________
13860 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
13861         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
13862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13863              Date: Sat, 19 May 2001 04:08:46 -0400
13864              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
13865      Branch: perl
13866            ! lib/ExtUtils/Mksymlists.pm makedef.pl
13867 ____________________________________________________________________________
13868 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
13869         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
13870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13871              Date: Sat, 19 May 2001 04:30:45 -0400
13872              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
13873      Branch: perl
13874            ! os2/os2.c
13875 ____________________________________________________________________________
13876 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
13877         Log: Subject: [PATCH 5.6.1] build bugs OS/2
13878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13879              Date: Sat, 19 May 2001 04:35:28 -0400
13880              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
13881      Branch: perl
13882            ! os2/Makefile.SHs os2/os2.c
13883 ____________________________________________________________________________
13884 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
13885         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
13886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13887              Date: Sat, 19 May 2001 04:04:23 -0400
13888              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
13889              
13890              (In bleadperl patched b-stash.t instead of b.t)
13891      Branch: perl
13892            ! t/lib/b-stash.t t/lib/bigfltpm.t
13893 ____________________________________________________________________________
13894 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
13895         Log: Subject: [PATCH 5.6.1] perl5db
13896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13897              Date: Sat, 19 May 2001 03:49:09 -0400
13898              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
13899      Branch: perl
13900            ! lib/perl5db.pl
13901 ____________________________________________________________________________
13902 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
13903         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
13904              From: Gisle Aas <gisle@ActiveState.com>
13905              Date: 18 May 2001 14:24:51 -0700
13906              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
13907      Branch: perl
13908            ! pp_ctl.c
13909 ____________________________________________________________________________
13910 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
13911         Log: Subject: [PATCH] Chomp should not always stringify
13912              From: Gisle Aas <gisle@ActiveState.com>
13913              Date: 18 May 2001 07:55:25 -0700
13914              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
13915      Branch: perl
13916            ! doop.c t/op/chop.t
13917 ____________________________________________________________________________
13918 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
13919         Log: Integrate perlio.
13920      Branch: perl
13921           !> pod/perlfunc.pod
13922 ____________________________________________________________________________
13923 [ 10159] By: nick                                  on 2001/05/20  09:39:46
13924         Log: Document some more of open's features.
13925      Branch: perlio
13926            ! pod/perlfunc.pod
13927 ____________________________________________________________________________
13928 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
13929         Log: back out change#10153 (it has compatibility issues such as the
13930              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
13931              benefit for 5.6.x doesn't seem worth the risk)
13932      Branch: maint-5.6/perl
13933            ! toke.c
13934 ____________________________________________________________________________
13935 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
13936         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
13937      Branch: perl
13938            ! x2p/s2p.PL
13939 ____________________________________________________________________________
13940 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
13941         Log: Update Changes.
13942      Branch: perl
13943            ! Changes patchlevel.h
13944 ____________________________________________________________________________
13945 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
13946         Log: Integrate change #10144 from maintperl.
13947              
13948              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
13949      Branch: perl
13950           !> win32/config.bc win32/config.gc win32/config.vc
13951           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13952 ____________________________________________________________________________
13953 [ 10154] By: nick                                  on 2001/05/18  07:23:03
13954         Log: Integrate mainline.
13955      Branch: perlio
13956           +> README.dgux t/lib/i18n-collate.t utils.lst
13957           !> (integrate 49 files)
13958 ____________________________________________________________________________
13959 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
13960         Log: Integrate change #7224 from mainline into maintperl.
13961              
13962              Allow @+ and @- to be doublequoted, from Simon Cozens. 
13963              (Approved by Larry, see Tom's comment in 20000830.005.)
13964      Branch: maint-5.6/perl
13965           !> toke.c
13966 ____________________________________________________________________________
13967 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
13968         Log: Subject: [PATCH bleadperl] small lookbehind fix
13969              From: Hugo <hv@crypt.compulink.co.uk>
13970              Date: Fri, 18 May 2001 00:07:19 +0100
13971              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
13972      Branch: perl
13973            ! regexec.c
13974 ____________________________________________________________________________
13975 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
13976         Log: Detypos.
13977      Branch: perl
13978            ! installman utils.lst
13979 ____________________________________________________________________________
13980 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
13981         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
13982              in 20001222.001.
13983      Branch: perl
13984            ! t/lib/glob-basic.t
13985 ____________________________________________________________________________
13986 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
13987         Log: Subject: [PATCH] Test for bug 20010515.004
13988              From: Benjamin Sugars <bsugars@canoe.ca>
13989              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
13990              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
13991      Branch: perl
13992            ! t/op/misc.t
13993 ____________________________________________________________________________
13994 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
13995         Log: Integrate #10145 from maintperl.
13996              
13997              fix for ID 20010515.004 (needs test)
13998      Branch: perl
13999           !> pp_hot.c
14000 ____________________________________________________________________________
14001 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
14002         Log: Thinko noticed by Doug MacEachern.
14003      Branch: perl
14004            ! thread.h
14005 ____________________________________________________________________________
14006 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
14007         Log: Subject: Re: [PATCH] HERE mark in regex
14008              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14009              Date: Thu, 17 May 2001 12:20:33 -0400
14010              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
14011      Branch: perl
14012            ! t/op/re_tests
14013 ____________________________________________________________________________
14014 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
14015         Log: fix for ID 20010515.004 (needs test)
14016      Branch: maint-5.6/perl
14017            ! pp_hot.c
14018 ____________________________________________________________________________
14019 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
14020         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
14021      Branch: maint-5.6/perl
14022            ! win32/config.bc win32/config.gc win32/config.vc
14023            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14024 ____________________________________________________________________________
14025 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
14026         Log: Macrofy the getspecific (and use it also in util.c)
14027      Branch: perl
14028            ! thread.h util.c
14029 ____________________________________________________________________________
14030 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
14031         Log: Use the unchecked thread-specific key fetch also in Tru64.
14032      Branch: perl
14033            ! thread.h
14034 ____________________________________________________________________________
14035 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
14036         Log: Subject: [PATCH 5.6.1]Quick thread speedup
14037              From: Dan Sugalski <dan@sidhe.org> 
14038              Date: Wed, 16 May 2001 18:05:19 -0400
14039              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
14040      Branch: perl
14041            ! thread.h util.c
14042 ____________________________________________________________________________
14043 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
14044         Log: I think this is quite enough testing for a deprecated feature.
14045      Branch: perl
14046            + t/lib/i18n-collate.t
14047            ! MANIFEST t/lib/1_compile.t
14048 ____________________________________________________________________________
14049 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
14050         Log: More HP-UX lore from Jeff Okamoto.
14051      Branch: perl
14052            ! README.hpux
14053 ____________________________________________________________________________
14054 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
14055         Log: Sort utils.lst for easier maintenance.
14056      Branch: perl
14057            ! utils.lst
14058 ____________________________________________________________________________
14059 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
14060         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14061              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14062              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
14063              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
14064              
14065              Add pod2latex to utils.lst.
14066      Branch: perl
14067            ! MANIFEST utils.lst
14068 ____________________________________________________________________________
14069 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
14070         Log: Subject: Re: [PATCH] HERE mark in regex
14071              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14072              Date: Wed, 16 May 2001 13:04:43 -0400
14073              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
14074      Branch: perl
14075            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
14076            ! t/op/regmesg.t t/pragma/warn/regcomp
14077 ____________________________________________________________________________
14078 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
14079         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14080              From: Simon Cozens <simon@netthink.co.uk>
14081              Date: Wed, 16 May 2001 18:02:08 +0100
14082              Message-ID: <20010516180208.A6458@netthink.co.uk>
14083      Branch: perl
14084            ! installman utils.lst
14085 ____________________________________________________________________________
14086 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
14087         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
14088              From: "Philip Newton" <pnewton@gmx.de>
14089              Date: Tue, 15 May 2001 15:09:30 +0200
14090              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
14091              
14092              Test case for #10128.
14093      Branch: perl
14094            ! t/pragma/warn/pp_hot
14095 ____________________________________________________________________________
14096 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
14097         Log: Update Changes.
14098      Branch: perl
14099            ! Changes patchlevel.h
14100 ____________________________________________________________________________
14101 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
14102         Log: Deprecate pseudo-hashes.
14103      Branch: perl
14104            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
14105 ____________________________________________________________________________
14106 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
14107         Log: HP-UX hints update from Merijn.
14108      Branch: perl
14109            ! hints/hpux.sh
14110 ____________________________________________________________________________
14111 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
14112         Log: README.hpux update from Merijn.
14113      Branch: perl
14114            ! README.hpux
14115 ____________________________________________________________________________
14116 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
14117         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
14118              From: Simon Cozens <simon@netthink.co.uk>
14119              Date: Wed, 16 May 2001 15:57:55 +0100
14120              Message-ID: <20010516155755.A4728@netthink.co.uk>
14121      Branch: perl
14122            + utils.lst
14123            ! MANIFEST installman installperl
14124 ____________________________________________________________________________
14125 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
14126         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
14127              From: "Philip Newton" <pnewton@gmx.de>
14128              Date: Tue, 15 May 2001 16:31:05 +0200
14129              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
14130              
14131              Fix PERL_Y2KWARN test to check before rather than after appending.
14132      Branch: perl
14133            ! pp_hot.c
14134 ____________________________________________________________________________
14135 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
14136         Log: Regen Porting stuff.
14137      Branch: perl
14138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14139            ! config_h.SH
14140 ____________________________________________________________________________
14141 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
14142         Log: Metaconfig unit change for #10125.
14143      Branch: metaconfig
14144            ! U/modified/Oldconfig.U
14145 ____________________________________________________________________________
14146 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
14147         Log: Use OSVERS.
14148      Branch: perl
14149            ! Configure config_h.SH perl.c
14150 ____________________________________________________________________________
14151 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
14152         Log: Regen toc.
14153      Branch: perl
14154            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
14155 ____________________________________________________________________________
14156 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
14157         Log: Adding the README.dgux to the MANIFEST would be a good idea.
14158      Branch: perl
14159            ! MANIFEST
14160 ____________________________________________________________________________
14161 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
14162         Log: Move the stack desire definition to thread.h.
14163      Branch: perl
14164            ! ext/Thread/Thread.xs thread.h
14165 ____________________________________________________________________________
14166 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
14167         Log: DG-UX threading patches, including a README.dgux,
14168              from Takis Psarogiannakopoulos.
14169      Branch: perl
14170            + README.dgux
14171            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
14172 ____________________________________________________________________________
14173 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
14174         Log: Subject: [PATCH B::Deparse] More on /x regexes
14175              From: Robin Houston <robin@kitsite.com>
14176              Date: Tue, 15 May 2001 19:09:35 +0100
14177              Message-ID: <20010515190935.A27268@penderel>
14178      Branch: perl
14179            ! ext/B/B/Deparse.pm
14180 ____________________________________________________________________________
14181 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
14182         Log: Document that the core time() may be rounding rather
14183              than truncating, would have saved at least my confusion.
14184      Branch: perl
14185            ! ext/Time/HiRes/HiRes.pm
14186 ____________________________________________________________________________
14187 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
14188         Log: Subject: perl-current/t/time-hires.t
14189              From: John Peacock <jpeacock@rowman.com>
14190              Date: Fri, 11 May 2001 14:09:41 -0400
14191              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
14192      Branch: perl
14193            ! t/lib/time-hires.t
14194 ____________________________________________________________________________
14195 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
14196         Log: Subject: [PATCH dump.c] Op private flags
14197              From: Simon Cozens <simon@netthink.co.uk>
14198              Date: Sun, 13 May 2001 20:20:36 +0100
14199              Message-ID: <20010513202036.A21896@netthink.co.uk>
14200      Branch: perl
14201            ! dump.c
14202 ____________________________________________________________________________
14203 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
14204         Log: Upgrade to Switch 2.03.
14205      Branch: perl
14206            ! lib/Switch.pm
14207 ____________________________________________________________________________
14208 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
14209         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
14210              to PERL_CONFIG_SH and use it consistently.
14211      Branch: maint-5.6/perl
14212           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14213           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14214           !> myconfig.SH writemain.SH
14215 ____________________________________________________________________________
14216 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
14217         Log: Metaconfig units changes for #10113.
14218      Branch: metaconfig
14219            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
14220 ____________________________________________________________________________
14221 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
14222         Log: The problem described in 20010514.031 still wasn't
14223              fully cured, there were remnants of $CONFIG when
14224              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
14225              to avoid future conflicts.
14226      Branch: perl
14227            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
14228            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
14229            ! myconfig.SH writemain.SH
14230 ____________________________________________________________________________
14231 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
14232         Log: Half of #10107 got lost.
14233      Branch: perl
14234            ! ext/B/B/Deparse.pm
14235 ____________________________________________________________________________
14236 [ 10111] By: nick                                  on 2001/05/15  08:39:14
14237         Log: Integrate mainline.
14238      Branch: perlio
14239           +> ext/POSIX/hints/uts.pl
14240            - Todo Todo-5.6 t/camel-III/vstring.t
14241           !> (integrate 48 files)
14242 ____________________________________________________________________________
14243 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
14244         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
14245              From: Robin Houston <robin@kitsite.com>
14246              Date: Mon, 14 May 2001 22:27:08 +0100
14247              Message-ID: <20010514222708.A22963@penderel>
14248      Branch: perl
14249            ! t/TestInit.pm
14250 ____________________________________________________________________________
14251 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
14252         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
14253              From: Robin Houston <robin@kitsite.com>
14254              Date: Mon, 14 May 2001 22:16:43 +0100
14255              Message-ID: <20010514221643.A22437@penderel>
14256      Branch: perl
14257            ! ext/B/B/Deparse.pm
14258 ____________________________________________________________________________
14259 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
14260         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
14261              From: Robin Houston <robin@kitsite.com>
14262              Date: Mon, 14 May 2001 22:03:44 +0100
14263              Message-ID: <20010514220344.A20643@penderel>
14264      Branch: perl
14265            ! ext/B/B/Deparse.pm
14266 ____________________________________________________________________________
14267 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
14268         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
14269              From: Robin Houston <robin@kitsite.com>
14270              Date: Mon, 14 May 2001 22:10:07 +0100
14271              Message-ID: <20010514221007.A21118@penderel>
14272      Branch: perl
14273            ! ext/B/B/Deparse.pm
14274 ____________________________________________________________________________
14275 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
14276         Log: Fix for 20010514.037; substr() didn't invalidate the locale
14277              collation magic.
14278      Branch: perl
14279            ! pp.c
14280 ____________________________________________________________________________
14281 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
14282         Log: Update Changes.
14283      Branch: perl
14284            ! Changes patchlevel.h
14285 ____________________________________________________________________________
14286 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
14287         Log: Retract #10094.
14288      Branch: perl
14289            ! lib/Pod/Text.pm
14290 ____________________________________________________________________________
14291 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
14292         Log: Integrate change #10100 from maintperl.
14293              
14294              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14295              bug ID 20010514.027)
14296      Branch: perl
14297           !> mg.c pp_ctl.c
14298 ____________________________________________________________________________
14299 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
14300         Log: Document the deprecatedness of suidperl.
14301      Branch: perl
14302            ! INSTALL pod/perlfaq1.pod
14303 ____________________________________________________________________________
14304 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
14305         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
14306              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14307              Date: Mon, 14 May 2001 09:38:59 -0400
14308              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
14309      Branch: perl
14310            ! lib/ExtUtils/MM_Unix.pm
14311 ____________________________________________________________________________
14312 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
14313         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
14314              bug ID 20010514.027)
14315              
14316              TODO: this needs a testsuite addition
14317      Branch: maint-5.6/perl
14318            ! mg.c pp_ctl.c
14319 ____________________________________________________________________________
14320 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
14321         Log: More DWIMminess for Class::Struct: calling the array or hash
14322              accessors only with one argument, an array or a hash reference,
14323              sets the underlying array or hash.  This mirrors nicely also
14324              the usage in the constructor.
14325              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
14326      Branch: perl
14327            ! lib/Class/Struct.pm t/lib/class-struct.t
14328 ____________________________________________________________________________
14329 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
14330         Log: Reference cmp'ing should go through the whole stringification
14331              process shebang, as pointed out by Sarathy in #10091.
14332      Branch: perl
14333            ! pp.c
14334 ____________________________________________________________________________
14335 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
14336         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
14337              From: Simon Cozens <simon@netthink.co.uk>
14338              Date: Sat, 12 May 2001 16:36:27 +0100
14339              Message-ID: <20010512163627.A5522@netthink.co.uk>
14340              
14341              with some additions salvaged from Todo and Todo-5.6 before
14342              retiring them.
14343      Branch: perl
14344            - Todo Todo-5.6
14345            ! MANIFEST pod/perltodo.pod
14346 ____________________________________________________________________________
14347 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
14348         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
14349              From: "Golubev I. N." <gin@mo.msk.ru>
14350              Date: Mon, 07 May 2001 14:33:34 (GMT)
14351              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
14352      Branch: perl
14353            ! perl.h
14354 ____________________________________________________________________________
14355 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
14356         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
14357              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
14358              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
14359              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
14360      Branch: perl
14361            ! lib/ExtUtils/MM_Unix.pm
14362 ____________________________________________________________________________
14363 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
14364         Log: (Retracted by #10104.)
14365              
14366              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
14367              From: barries <barries@slaysys.com>
14368              Date: Sat, 12 May 2001 01:28:10 -0400
14369              Message-ID: <20010512012810.B26358@jester.slaysys.com>
14370      Branch: perl
14371            ! lib/Pod/Text.pm
14372 ____________________________________________________________________________
14373 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
14374         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
14375              From: Mike Guy <mjtg@cam.ac.uk>
14376              Date: Sat, 12 May 2001 19:24:33 +0100
14377              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
14378      Branch: perl
14379            ! lib/AutoSplit.pm
14380 ____________________________________________________________________________
14381 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
14382         Log: Yet another HP-UX hints tweak from Merijn.
14383      Branch: perl
14384            ! hints/hpux.sh
14385 ____________________________________________________________________________
14386 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
14387         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
14388              isn't defined (changes#9366,9368,9370 from mainline without the
14389              pp_scmp() change)
14390      Branch: maint-5.6/perl
14391            ! pp.c pp.h pp_hot.c
14392 ____________________________________________________________________________
14393 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
14394         Log: The sorting seems to happen now automatically.
14395      Branch: perl
14396            ! t/lib/glob-basic.t
14397 ____________________________________________________________________________
14398 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
14399         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14400              From: Benjamin Sugars <bsugars@canoe.ca>
14401              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
14402              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
14403      Branch: perl
14404            ! pod/perlfunc.pod
14405 ____________________________________________________________________________
14406 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
14407         Log: Subject: Re: undef(&foo) does not work for XS functions
14408              From: Doug MacEachern <dougm@covalent.net>
14409              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
14410              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
14411      Branch: perl
14412            ! op.c
14413 ____________________________________________________________________________
14414 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
14415         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
14416              From: Peter Prymmer <pvhp@forte.com>
14417              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
14418              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
14419      Branch: perl
14420            ! t/op/append.t
14421 ____________________________________________________________________________
14422 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
14423         Log: Update Changes.
14424      Branch: perl
14425            ! Changes patchlevel.h
14426 ____________________________________________________________________________
14427 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
14428         Log: Remove the 'asciir' re subpragma.  Should instead implement
14429              the 'physical vs logical' range scheme:
14430              
14431              \xAA-\xCC is a native physical range, you want that range of
14432              codepoints in your native encoding.  In EBCDIC the codepoints
14433              in the gaps (between i-j and r-s) should be included.
14434              
14435              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
14436              codepoints in Unicode.
14437              
14438              a-z is a logical range, you want that range of 'logical' codepoints
14439              in your native encoding.  In EBCDIC the codepoints in the gaps
14440              (between i-j and r-s) should not be included.
14441              
14442              Mixed cases (a-\xAA, etc) should either be errors, or maybe
14443              the 'logical' endpoints should be converted to native/Unicode
14444              codepoints, and the range handled as a physical range.
14445              
14446              'Logical endpoints' are to be recognized only in the A-Z, a-z,
14447              and 0-9 ranges.  Probably a warning should be given for mixed
14448              cases like A-z or a-9 (since such expressions are encoding
14449              dependent), with a recommendation to use physical ranges.
14450      Branch: perl
14451            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
14452            ! t/op/regexp.t
14453 ____________________________________________________________________________
14454 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
14455         Log: Make the test to cleanup the test directory tree
14456              both before and after the testing so that we always
14457              have a clean slate to work with.
14458      Branch: perl
14459            ! t/lib/filefind.t
14460 ____________________________________________________________________________
14461 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
14462         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
14463              From: Jon Eveland <jweveland@yahoo.com>
14464              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
14465              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
14466      Branch: perl
14467            ! pod/perlfunc.pod
14468 ____________________________________________________________________________
14469 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
14470         Log: Merge the camel-III/vstring.t with op/ver.t.
14471      Branch: perl
14472            - t/camel-III/vstring.t
14473            ! MANIFEST t/TEST t/harness t/op/ver.t
14474 ____________________________________________________________________________
14475 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
14476         Log: Add test.deparse make target.
14477      Branch: perl
14478            ! Makefile.SH
14479 ____________________________________________________________________________
14480 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
14481         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
14482              From: Robin Houston <robin@kitsite.com>
14483              Date: Fri, 11 May 2001 12:02:22 +0100
14484              Message-ID: <20010511120222.A11529@penderel>
14485      Branch: perl
14486            ! ext/B/B/Deparse.pm t/op/method.t
14487 ____________________________________________________________________________
14488 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
14489         Log: A nicely working combination for UTS from Hal Morris.
14490      Branch: perl
14491            + ext/POSIX/hints/uts.pl
14492            ! MANIFEST hints/uts.sh
14493 ____________________________________________________________________________
14494 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
14495         Log: i_ieeefp=undef for UTS.
14496      Branch: perl
14497            ! hints/uts.sh
14498 ____________________________________________________________________________
14499 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
14500         Log: Subject: RE: rand(0) is rand(1)
14501              From: Larry Shatzer <lshatzer@islanddata.com>
14502              Date: Thu, 10 May 2001 11:09:27 -0700
14503              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
14504      Branch: perl
14505            ! pod/perlfunc.pod
14506 ____________________________________________________________________________
14507 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
14508         Log: Subject: [patch] make op_{clear,null} public
14509              From: Doug MacEachern <dougm@covalent.net>
14510              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
14511              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
14512      Branch: perl
14513            ! embed.h embed.pl op.c proto.h
14514 ____________________________________________________________________________
14515 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
14516         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
14517              From: Robin Houston <robin@kitsite.com>
14518              Date: Thu, 10 May 2001 18:54:59 +0100
14519              Message-ID: <20010510185459.A5995@penderel>
14520      Branch: perl
14521            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
14522 ____________________________________________________________________________
14523 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
14524         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
14525              From: Robin Houston <robin@kitsite.com>
14526              Date: Thu, 10 May 2001 12:56:39 +0100
14527              Message-ID: <20010510125639.A2119@penderel>
14528      Branch: perl
14529            ! ext/B/B/Deparse.pm
14530 ____________________________________________________________________________
14531 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
14532         Log: Retract #10070, not ready yet.
14533      Branch: perl
14534            ! ext/B/B/Deparse.pm
14535 ____________________________________________________________________________
14536 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
14537         Log: The metaconfig unit change for #10071.
14538      Branch: metaconfig
14539            ! U/modified/mallocsrc.U
14540 ____________________________________________________________________________
14541 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
14542         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
14543      Branch: perl
14544            ! Configure
14545 ____________________________________________________________________________
14546 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
14547         Log: (Retracted by #10073)
14548              
14549              Subject: Re: [PATCH t/TEST] B::Deparse tester 
14550              From: Hugo <hv@crypt.compulink.co.uk>
14551              Date: Thu, 10 May 2001 05:48:09 +0100
14552              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
14553      Branch: perl
14554            ! ext/B/B/Deparse.pm
14555 ____________________________________________________________________________
14556 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
14557         Log: Add a for(func()) test.
14558      Branch: perl
14559            ! t/cmd/for.t
14560 ____________________________________________________________________________
14561 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
14562         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
14563              From: Robin Houston <robin@kitsite.com>
14564              Date: Thu, 10 May 2001 13:50:08 +0100
14565              Message-ID: <20010510135008.A2454@penderel>
14566      Branch: perl
14567            ! ext/B/B/Deparse.pm
14568 ____________________________________________________________________________
14569 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
14570         Log: A thinko in #10065.
14571      Branch: perl
14572            ! hv.c
14573 ____________________________________________________________________________
14574 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
14575         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
14576              From: Robin Houston <robin@kitsite.com>
14577              Date: Thu, 10 May 2001 02:10:34 +0100
14578              Message-ID: <20010510021034.A19421@penderel>
14579      Branch: perl
14580            ! ext/B/B.xs ext/B/B/Deparse.pm
14581 ____________________________________________________________________________
14582 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
14583         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
14584              From: Doug MacEachern <dougm@covalent.net>
14585              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
14586              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
14587      Branch: perl
14588            ! hv.c
14589 ____________________________________________________________________________
14590 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
14591         Log: One more workaround for the UTS compiler from Hal Morris.
14592      Branch: perl
14593            ! perl.h
14594 ____________________________________________________________________________
14595 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
14596         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
14597              From: Robin Houston <robin@kitsite.com>
14598              Date: Thu, 10 May 2001 01:02:08 +0100
14599              Message-ID: <20010510010208.A18200@penderel>
14600      Branch: perl
14601            ! ext/B/B/Debug.pm
14602 ____________________________________________________________________________
14603 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
14604         Log: Subject: [PATCH] Simplify deb_curcv() a bit
14605              From: Benjamin Sugars <bsugars@canoe.ca>
14606              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
14607              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
14608      Branch: perl
14609            ! run.c
14610 ____________________________________________________________________________
14611 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
14612         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
14613              From: Benjamin Sugars <bsugars@canoe.ca>
14614              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
14615              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
14616      Branch: perl
14617            ! t/lib/io_scalar.t
14618 ____________________________________________________________________________
14619 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
14620         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
14621              From: Peter Prymmer <pvhp@forte.com>
14622              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
14623              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
14624      Branch: perl
14625            ! t/lib/md5-file.t
14626 ____________________________________________________________________________
14627 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
14628         Log: Subject: [PATCH t/TEST] B::Deparse tester
14629              From: Robin Houston <robin@kitsite.com>
14630              Date: Wed, 9 May 2001 19:17:50 +0100
14631              Message-ID: <20010509191750.A16940@penderel>
14632      Branch: perl
14633            ! ext/B/O.pm t/TEST
14634 ____________________________________________________________________________
14635 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
14636         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
14637              From: Jeff Pinyan <jeffp@crusoe.net>
14638              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
14639              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
14640      Branch: perl
14641            ! lib/Pod/Html.pm
14642 ____________________________________________________________________________
14643 [ 10057] By: nick                                  on 2001/05/09  18:37:56
14644         Log: Integrate mainline.
14645      Branch: perlio
14646           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
14647           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
14648 ____________________________________________________________________________
14649 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
14650         Log: Update Changes.
14651      Branch: perl
14652            ! Changes patchlevel.h
14653 ____________________________________________________________________________
14654 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
14655         Log: Integrate perlio.
14656      Branch: perl
14657           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14658 ____________________________________________________________________________
14659 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
14660         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
14661              From: Benjamin Sugars <bsugars@canoe.ca>
14662              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
14663              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
14664      Branch: perl
14665            ! perlio.c
14666 ____________________________________________________________________________
14667 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
14668         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
14669              From: Benjamin Sugars <bsugars@canoe.ca>
14670              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
14671              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
14672      Branch: perl
14673            ! ext/PerlIO/Scalar/Scalar.xs
14674 ____________________________________________________________________________
14675 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
14676         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
14677              From: Jeff Pinyan <jeffp@crusoe.net>
14678              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
14679              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
14680      Branch: perl
14681            ! lib/Pod/Html.pm
14682 ____________________________________________________________________________
14683 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
14684         Log: EPOC tweak from Olaf Flebbe.
14685      Branch: perl
14686            ! epoc/epocish.h
14687 ____________________________________________________________________________
14688 [ 10050] By: nick                                  on 2001/05/09  14:37:57
14689         Log: win32, regen_config_h
14690      Branch: perlio
14691            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14692 ____________________________________________________________________________
14693 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
14694         Log: Integrate perlio.
14695      Branch: perl
14696           !> pp_sys.c
14697 ____________________________________________________________________________
14698 [ 10048] By: nick                                  on 2001/05/09  11:59:50
14699         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
14700              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
14701      Branch: perlio
14702            ! pp_sys.c
14703 ____________________________________________________________________________
14704 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
14705         Log: Integrate perlio.
14706      Branch: perl
14707           !> run.c
14708 ____________________________________________________________________________
14709 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
14710         Log: Subject: Re: Less warnings during configure
14711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14712              Date: Wed, 09 May 2001 13:12:49 +0200
14713              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
14714      Branch: perl
14715            ! hints/hpux.sh
14716 ____________________________________________________________________________
14717 [ 10045] By: nick                                  on 2001/05/09  09:56:59
14718         Log: MULTIPLICITY/DEBUGGING build fix.
14719      Branch: perlio
14720            ! run.c
14721 ____________________________________________________________________________
14722 [ 10044] By: nick                                  on 2001/05/09  09:46:37
14723         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
14724      Branch: perlio
14725           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
14726            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
14727           !> (integrate 65 files)
14728 ____________________________________________________________________________
14729 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
14730         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14731              From: Robin Houston <robin@kitsite.com>
14732              Date: Tue, 8 May 2001 19:38:00 +0100
14733              Message-ID: <20010508193800.A4389@penderel>
14734              
14735              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14736              From: Robin Houston <robin@kitsite.com>
14737              Date: Tue, 8 May 2001 20:03:57 +0100
14738              Message-ID: <20010508200357.A4614@penderel>
14739              
14740              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
14741              From: Robin Houston <robin@kitsite.com>
14742              Date: Wed, 9 May 2001 00:12:05 +0100
14743              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
14744      Branch: perl
14745            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
14746 ____________________________________________________________________________
14747 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
14748         Log: Retract #10031.
14749      Branch: perl
14750            ! pod/perlfunc.pod
14751 ____________________________________________________________________________
14752 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
14753         Log: The metaconfig unit changes for #10040.
14754      Branch: metaconfig/U/perl
14755            ! Checkcc.U d_dlsymun.U dlsrc.U
14756 ____________________________________________________________________________
14757 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
14758         Log: The Configure half of
14759              
14760              Subject: Less warnings during configure
14761              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14762              Date: Tue, 08 May 2001 08:44:02 +0200
14763              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14764      Branch: perl
14765            ! Configure
14766 ____________________________________________________________________________
14767 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
14768         Log: Subject: Less warnings during configure
14769              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14770              Date: Tue, 08 May 2001 08:44:02 +0200
14771              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
14772      Branch: perl
14773            ! hints/hpux.sh
14774 ____________________________________________________________________________
14775 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
14776         Log: Don't forget to whine about \d__\d.
14777      Branch: perl
14778            ! t/pragma/warn/toke toke.c
14779 ____________________________________________________________________________
14780 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
14781         Log: Allow underscores also in the exponent part.
14782      Branch: perl
14783            ! t/pragma/warn/toke toke.c
14784 ____________________________________________________________________________
14785 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
14786         Log: CodeMagicCD doesn't look like an *I*DE.
14787      Branch: perl
14788            ! pod/perlfaq3.pod
14789 ____________________________________________________________________________
14790 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
14791         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
14792              to be consistently down).
14793      Branch: perl
14794            ! pod/perlfaq3.pod
14795 ____________________________________________________________________________
14796 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
14797         Log: Upgrade to Text::Balanced 1.84.
14798      Branch: perl
14799            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
14800 ____________________________________________________________________________
14801 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
14802         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
14803              From: Benjamin Sugars <bsugars@canoe.ca>
14804              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
14805              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
14806      Branch: perl
14807            ! run.c
14808 ____________________________________________________________________________
14809 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
14810         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
14811              From: Peter Prymmer <pvhp@forte.com>
14812              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
14813              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
14814      Branch: perl
14815            ! t/pod/plainer.t
14816 ____________________________________________________________________________
14817 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
14818         Log: (Retracted by #10042)
14819              
14820              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
14821              From: "Philip Newton" <pnewton@gmx.de>
14822              Date: Tue, 8 May 2001 09:18:10 +0200
14823              Message-ID: <3AF7B9D2.28861.603732@localhost>
14824      Branch: perl
14825            ! pod/perlfunc.pod
14826 ____________________________________________________________________________
14827 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
14828         Log: Subject: [PATCH B::Deparse] Document known bugs
14829              From: Robin Houston <robin@kitsite.com>
14830              Date: Tue, 8 May 2001 01:53:34 +0100
14831              Message-ID: <20010508015334.A32394@penderel>
14832      Branch: perl
14833            ! ext/B/B/Deparse.pm
14834 ____________________________________________________________________________
14835 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
14836         Log: Subject: Re: Perl book, magazine and website updates.
14837              From: "Philip Newton" <pnewton@gmx.de>
14838              Date: Mon, 7 May 2001 17:03:58 +0200
14839              Message-ID: <3AF6D57E.5387.1E29930@localhost>
14840      Branch: perl
14841            ! pod/perlfaq2.pod
14842 ____________________________________________________________________________
14843 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
14844         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
14845              From: Peter Prymmer <pvhp@forte.com>
14846              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
14847              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
14848      Branch: perl
14849            ! t/io/fflush.t
14850 ____________________________________________________________________________
14851 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
14852         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
14853              From: Robin Houston <robin@kitsite.com>
14854              Date: Tue, 8 May 2001 01:14:55 +0100
14855              Message-ID: <20010508011455.A32162@penderel>
14856      Branch: perl
14857            ! ext/B/B/Deparse.pm
14858 ____________________________________________________________________________
14859 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
14860         Log: Typo in #10025.
14861      Branch: perl
14862            ! hints/uts.sh
14863 ____________________________________________________________________________
14864 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
14865         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
14866      Branch: perl
14867            ! hints/uts.sh
14868 ____________________________________________________________________________
14869 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
14870         Log: Subject: Re: [ID 20010506.045] question about hash syntax
14871              From: Peter Scott <Peter@PSDT.com>
14872              Date: Sun, 06 May 2001 13:10:40 -0700
14873              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
14874      Branch: perl
14875            ! pod/perl56delta.pod
14876 ____________________________________________________________________________
14877 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
14878         Log: Configure should figure out the list of dynamic extensions
14879              just fine in UTS-- and in fact it does, as reported by Hal Morris.
14880      Branch: perl
14881            ! hints/uts.sh
14882 ____________________________________________________________________________
14883 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
14884         Log: Update Changes.
14885      Branch: perl
14886            ! Changes patchlevel.h
14887 ____________________________________________________________________________
14888 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
14889         Log: Subject: [PATCH regcomp.c] Insecure regexes
14890              From: Robin Houston <robin@kitsite.com>
14891              Date: Mon, 7 May 2001 21:56:12 +0100
14892              Message-ID: <20010507215612.A31114@penderel>
14893      Branch: perl
14894            ! regcomp.c
14895 ____________________________________________________________________________
14896 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
14897         Log: Drop the foobar.perl.com references for now until Simon
14898              gets them sorted out.
14899      Branch: perl
14900            ! pod/perlfaq2.pod
14901 ____________________________________________________________________________
14902 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
14903         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
14904              From: Prymmer/Kahn <pvhp@best.com>
14905              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
14906              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
14907      Branch: perl
14908            ! lib/Devel/SelfStubber.pm
14909 ____________________________________________________________________________
14910 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
14911         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
14912              From: Prymmer/Kahn <pvhp@best.com>
14913              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
14914              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
14915      Branch: perl
14916            ! win32/Makefile
14917 ____________________________________________________________________________
14918 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
14919         Log: s/WebTechnique's/WebTechniques/
14920      Branch: perl
14921            ! pod/perlfaq2.pod
14922 ____________________________________________________________________________
14923 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
14924         Log: Llama 3 updates from Randal.
14925      Branch: perl
14926            ! pod/perlfaq2.pod
14927 ____________________________________________________________________________
14928 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
14929         Log: Subject: [PATCH] Help -Dt show correct pad variables
14930              From: Benjamin Sugars <ben.sugars@home.com>
14931              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
14932              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
14933      Branch: perl
14934            ! embed.h embed.pl proto.h run.c
14935 ____________________________________________________________________________
14936 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
14937         Log: Subject: [PATCH] Document C<our $foo : shared>
14938              From: Benjamin Sugars <ben.sugars@home.com>
14939              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
14940              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
14941      Branch: perl
14942            ! pod/perlfunc.pod
14943 ____________________________________________________________________________
14944 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
14945         Log: Subject: [PATCH B::Deparse] undefined folded constants
14946              From: Robin Houston <robin@kitsite.com>
14947              Date: Sun, 6 May 2001 17:19:09 +0100
14948              Message-ID: <20010506171909.A7046@penderel>
14949      Branch: perl
14950            ! ext/B/B/Deparse.pm
14951 ____________________________________________________________________________
14952 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
14953         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
14954              From: Robin Houston <robin@kitsite.com>
14955              Message-ID: <20010506164654.A6848@penderel>
14956              Date: Sun, 6 May 2001 16:46:54 +0100
14957      Branch: perl
14958            ! ext/B/B/Deparse.pm
14959 ____________________________________________________________________________
14960 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
14961         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
14962              From: Robin Houston <robin@kitsite.com>
14963              Date: Sun, 6 May 2001 14:47:02 +0100
14964              Message-ID: <20010506144702.A6308@penderel>
14965      Branch: perl
14966            ! t/op/my_stash.t
14967 ____________________________________________________________________________
14968 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
14969         Log: Subject: Perl book, magazine and website updates.
14970              From: Simon Cozens <simon@netthink.co.uk>
14971              Date: Sun, 6 May 2001 16:55:36 +0100
14972              Message-ID: <20010506165536.A1795@netthink.co.uk>
14973      Branch: perl
14974            ! pod/perlbook.pod pod/perlfaq2.pod
14975 ____________________________________________________________________________
14976 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
14977         Log: Tweaks on the Tru64 prof options.
14978      Branch: perl
14979            ! pod/perlhack.pod
14980 ____________________________________________________________________________
14981 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
14982         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
14983              From: Robin Houston <robin@kitsite.com>
14984              Date: Sun, 6 May 2001 14:40:51 +0100
14985              Message-ID: <20010506144051.A6279@penderel>
14986      Branch: perl
14987            ! t/pod/testp2pt.pl
14988 ____________________________________________________________________________
14989 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
14990         Log: Subject: [PATCH B::Deparse] scoping
14991              From: Robin Houston <robin@kitsite.com>
14992              Date: Sun, 6 May 2001 14:36:56 +0100
14993              Message-ID: <20010506143656.A4006@penderel>
14994      Branch: perl
14995            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
14996 ____________________________________________________________________________
14997 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
14998         Log: Document the undefinedness of bitshifting out of range.
14999      Branch: perl
15000            ! pod/perlop.pod
15001 ____________________________________________________________________________
15002 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
15003         Log: Retract #10003 and update the IDE descriptions a bit.
15004      Branch: perl
15005            ! pod/perlfaq3.pod
15006 ____________________________________________________________________________
15007 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
15008         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
15009              From: Prymmer/Kahn <pvhp@best.com>
15010              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
15011              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
15012      Branch: perl
15013            ! win32/Makefile win32/buildext.pl win32/config.bc
15014            ! win32/config.gc win32/config.vc
15015 ____________________________________________________________________________
15016 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
15017         Log: (Retracted by #10005.)
15018      Branch: perl
15019            ! pod/perlfaq3.pod
15020 ____________________________________________________________________________
15021 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
15022         Log: It's "psed", not "sed".
15023      Branch: perl
15024            ! x2p/s2p.PL
15025 ____________________________________________________________________________
15026 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
15027         Log: Update Changes.
15028      Branch: perl
15029            ! Changes patchlevel.h
15030 ____________________________________________________________________________
15031 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
15032         Log: Subject: Re: bleadperl make install fails due to "psed"
15033              From: andreas.koenig@anima.de (Andreas J. Koenig)
15034              Date: 05 May 2001 18:23:28 +0200
15035              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
15036      Branch: perl
15037            ! x2p/Makefile.SH x2p/s2p.PL
15038 ____________________________________________________________________________
15039 [  9999] By: jhi                                   on 2001/05/05  18:28:09
15040         Log: AUTHORS updates.
15041      Branch: perl
15042            ! AUTHORS
15043 ____________________________________________________________________________
15044 [  9998] By: jhi                                   on 2001/05/05  18:16:00
15045         Log: Updates on the pods related to the modules included since 5.6.
15046              
15047              TODO: perltodo really could use major updating.
15048      Branch: perl
15049            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
15050            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
15051            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
15052            ! pod/perlsyn.pod pod/perltodo.pod
15053 ____________________________________________________________________________
15054 [  9997] By: jhi                                   on 2001/05/05  17:35:17
15055         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
15056              from Kurt Skauen.
15057      Branch: perl
15058            + hints/atheos.sh
15059            ! MANIFEST
15060 ____________________________________________________________________________
15061 [  9996] By: jhi                                   on 2001/05/05  17:25:00
15062         Log: Add preemptive #undefs for some of the shorter and more prone
15063              to collision regcomp.h #defines.  (Background: the MASK collided
15064              with a system header #define in Rhapsody.)
15065      Branch: perl
15066            ! regcomp.h
15067 ____________________________________________________________________________
15068 [  9995] By: jhi                                   on 2001/05/05  13:24:21
15069         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15070              From: Nicholas Clark <nick@ccl4.org>
15071              Date: Sat, 5 May 2001 14:46:39 +0100
15072              Message-ID: <20010505144639.O53513@plum.flirble.org>
15073              
15074              Add a test for the constants (if any) being processed correctly.
15075      Branch: perl
15076            ! utils/h2xs.PL
15077 ____________________________________________________________________________
15078 [  9994] By: jhi                                   on 2001/05/05  02:11:03
15079         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
15080              From: Peter Prymmer <pvhp@forte.com>
15081              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
15082              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
15083      Branch: perl
15084            ! t/lib/b-stash.t
15085 ____________________________________________________________________________
15086 [  9993] By: jhi                                   on 2001/05/05  02:03:49
15087         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
15088              From: Peter Prymmer <pvhp@forte.com>
15089              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
15090              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
15091      Branch: perl
15092            ! perlio.c vms/vmsish.h
15093 ____________________________________________________________________________
15094 [  9992] By: jhi                                   on 2001/05/04  17:21:12
15095         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
15096              From: Robin Barker <rmb1@cise.npl.co.uk>
15097              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
15098              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
15099      Branch: perl
15100            + t/pod/plainer.t
15101            ! MANIFEST
15102 ____________________________________________________________________________
15103 [  9991] By: jhi                                   on 2001/05/04  16:47:45
15104         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
15105              From: Robin Barker <rmb1@cise.npl.co.uk>
15106              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
15107              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
15108      Branch: perl
15109            ! regcomp.c
15110 ____________________________________________________________________________
15111 [  9990] By: jhi                                   on 2001/05/04  14:37:20
15112         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
15113              From: Prymmer/Kahn <pvhp@best.com>
15114              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
15115              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
15116      Branch: perl
15117            ! t/lib/b-stash.t
15118 ____________________________________________________________________________
15119 [  9989] By: jhi                                   on 2001/05/04  14:03:58
15120         Log: Introduce perl572delta, update Todo, add the missing
15121              mention about signal safety since 5.7.1 (though this
15122              requires verification and more details.)
15123      Branch: perl
15124            + pod/perl572delta.pod
15125            ! MANIFEST Todo pod/perl571delta.pod
15126 ____________________________________________________________________________
15127 [  9988] By: jhi                                   on 2001/05/04  12:41:51
15128         Log: Subject: [PATCH perl@9944] long =item
15129              From: Robin Barker <rmb1@cise.npl.co.uk>
15130              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
15131              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
15132      Branch: perl
15133            ! ext/Time/HiRes/HiRes.pm
15134 ____________________________________________________________________________
15135 [  9987] By: jhi                                   on 2001/05/04  12:39:19
15136         Log: The #9901 had removed one line essential for EBCDIC.
15137      Branch: perl
15138            ! regcomp.c
15139 ____________________________________________________________________________
15140 [  9986] By: jhi                                   on 2001/05/04  12:30:23
15141         Log: Subject: cygwin/Makefile.SHs INSTALL patch
15142              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
15143              Date: Mon, 08 Jan 2001 04:59:21 +0200
15144              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
15145      Branch: perl
15146            ! cygwin/Makefile.SHs
15147 ____________________________________________________________________________
15148 [  9985] By: jhi                                   on 2001/05/04  03:51:39
15149         Log: Encode/IO doc tweaks.
15150      Branch: perl
15151            ! ext/Encode/Encode.pm
15152 ____________________________________________________________________________
15153 [  9984] By: jhi                                   on 2001/05/04  03:29:34
15154         Log: Remove GDBM_File from the dynamic extensions for UTS,
15155              GDBM is not a standard feature.
15156      Branch: perl
15157            ! hints/uts.sh
15158 ____________________________________________________________________________
15159 [  9983] By: jhi                                   on 2001/05/04  03:22:59
15160         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
15161      Branch: perl
15162            ! pod/perlretut.pod
15163 ____________________________________________________________________________
15164 [  9982] By: jhi                                   on 2001/05/03  23:21:03
15165         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
15166              From: Benjamin Sugars <bsugars@canoe.ca>
15167              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
15168              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
15169      Branch: perl
15170            ! dump.c
15171 ____________________________________________________________________________
15172 [  9981] By: jhi                                   on 2001/05/03  23:20:05
15173         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
15174              From: Benjamin Sugars <bsugars@canoe.ca>
15175              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
15176              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
15177      Branch: perl
15178            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15179 ____________________________________________________________________________
15180 [  9980] By: jhi                                   on 2001/05/03  23:15:29
15181         Log: Integrate perlio.
15182      Branch: perl
15183           !> ext/Encode/Encode.pm
15184 ____________________________________________________________________________
15185 [  9979] By: jhi                                   on 2001/05/03  16:54:59
15186         Log: Install psed man page.
15187      Branch: perl
15188            ! installman
15189 ____________________________________________________________________________
15190 [  9978] By: jhi                                   on 2001/05/03  16:45:58
15191         Log: Remove unused files; noted by Sarathy.
15192      Branch: perl
15193            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
15194            ! MANIFEST
15195 ____________________________________________________________________________
15196 [  9977] By: jhi                                   on 2001/05/03  16:42:30
15197         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
15198              From: Andy Dougherty <doughera@lafayette.edu>
15199              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
15200              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
15201      Branch: perl
15202            ! INSTALL
15203 ____________________________________________________________________________
15204 [  9976] By: nick                                  on 2001/05/03  16:40:42
15205         Log: Allow $answer = encode($object,$text); like it says in docs.
15206      Branch: perlio
15207            ! ext/Encode/Encode.pm
15208 ____________________________________________________________________________
15209 [  9975] By: nick                                  on 2001/05/03  16:22:30
15210         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
15211              to be in scope (fair enough), and also a package variable (our) for eval to see it.
15212      Branch: perlio
15213            ! ext/Encode/Encode.pm
15214 ____________________________________________________________________________
15215 [  9974] By: nick                                  on 2001/05/03  15:48:17
15216         Log: Integrate mainline.
15217      Branch: perlio
15218           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
15219           +> t/lib/filter-simple.t t/lib/next.t
15220           !> (integrate 70 files)
15221 ____________________________________________________________________________
15222 [  9973] By: jhi                                   on 2001/05/03  13:09:09
15223         Log: Update Changes.
15224      Branch: perl
15225            ! Changes patchlevel.h
15226 ____________________________________________________________________________
15227 [  9972] By: jhi                                   on 2001/05/03  12:58:33
15228         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
15229              From: Prymmer/Kahn <pvhp@best.com>
15230              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
15231              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
15232      Branch: perl
15233            ! t/io/fflush.t
15234 ____________________________________________________________________________
15235 [  9971] By: jhi                                   on 2001/05/03  12:57:26
15236         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
15237              From: Prymmer/Kahn <pvhp@best.com>
15238              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
15239              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
15240      Branch: perl
15241            ! win32/FindExt.pm
15242 ____________________________________________________________________________
15243 [  9970] By: jhi                                   on 2001/05/03  02:42:46
15244         Log: Can't croak sans thread context, from Doug MacEachern.
15245      Branch: perl
15246            ! toke.c
15247 ____________________________________________________________________________
15248 [  9969] By: jhi                                   on 2001/05/03  01:23:48
15249         Log: Subject: Random input test and Perl
15250              From: Ilya Zakharevich <ilya@math.berkeley.edu>
15251              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
15252              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
15253      Branch: perl
15254            ! toke.c
15255 ____________________________________________________________________________
15256 [  9968] By: jhi                                   on 2001/05/02  22:17:21
15257         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
15258              From: Peter Prymmer <pvhp@forte.com>
15259              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
15260              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
15261      Branch: perl
15262            ! pod/perlfunc.pod pod/perlport.pod
15263 ____________________________________________________________________________
15264 [  9967] By: jhi                                   on 2001/05/02  20:12:45
15265         Log: Workaround for UTS compiler casting bug from Hal Morris.
15266      Branch: perl
15267            ! perl.h
15268 ____________________________________________________________________________
15269 [  9966] By: jhi                                   on 2001/05/02  18:31:37
15270         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
15271              From: Dan Sugalski <dan@sidhe.org>
15272              Date: Wed, 02 May 2001 15:23:22 -0400
15273              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
15274      Branch: perl
15275            ! perl.c vms/vms.c
15276 ____________________________________________________________________________
15277 [  9965] By: jhi                                   on 2001/05/02  18:21:29
15278         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
15279      Branch: perl
15280            ! pod/perlfunc.pod
15281 ____________________________________________________________________________
15282 [  9964] By: jhi                                   on 2001/05/02  18:15:01
15283         Log: Document large files in INSTALL, document also the %x
15284              limitation if not use64bitint, closes bug 20010326.007.
15285      Branch: perl
15286            ! INSTALL
15287 ____________________________________________________________________________
15288 [  9963] By: jhi                                   on 2001/05/02  17:24:47
15289         Log: perlmodlib tweaks; regen pods.
15290      Branch: perl
15291            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
15292            ! pod/perltoc.pod
15293 ____________________________________________________________________________
15294 [  9962] By: jhi                                   on 2001/05/02  17:14:00
15295         Log: Fix for a segfault, from Marc Lehmann.
15296      Branch: perl
15297            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
15298 ____________________________________________________________________________
15299 [  9961] By: jhi                                   on 2001/05/02  15:55:53
15300         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
15301              From: "Philip Newton" <pnewton@gmx.de>
15302              Date: Wed, 2 May 2001 18:39:03 +0200
15303              Message-ID: <3AF05447.15525.173B588@localhost>
15304      Branch: perl
15305            ! pod/perlop.pod
15306 ____________________________________________________________________________
15307 [  9960] By: jhi                                   on 2001/05/02  15:35:37
15308         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
15309              From: Dan Sugalski <dan@sidhe.org>
15310              Date: Wed, 02 May 2001 11:37:27 -0400
15311              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
15312      Branch: perl
15313            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
15314            ! thread.h vms/vms.c vms/vmsish.h
15315 ____________________________________________________________________________
15316 [  9959] By: jhi                                   on 2001/05/02  15:21:08
15317         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
15318              From: Benjamin Sugars <bsugars@canoe.ca>
15319              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
15320              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
15321      Branch: perl
15322            ! ext/PerlIO/Scalar/Scalar.xs
15323 ____________________________________________________________________________
15324 [  9958] By: jhi                                   on 2001/05/02  15:15:53
15325         Log: Bug in #9915, spotted by Mike Guy.
15326      Branch: perl
15327            ! installperl
15328 ____________________________________________________________________________
15329 [  9957] By: jhi                                   on 2001/05/02  13:26:01
15330         Log: Add a test for not griping about references as array
15331              indices if the reference has magic in it (overloaded
15332              methods).
15333      Branch: perl
15334            ! pod/perldiag.pod t/pragma/warn/pp_hot
15335 ____________________________________________________________________________
15336 [  9956] By: jhi                                   on 2001/05/02  13:07:01
15337         Log: Retracted a bit too much in #9952.
15338      Branch: perl
15339            ! t/pragma/sub_lval.t
15340 ____________________________________________________________________________
15341 [  9955] By: jhi                                   on 2001/05/02  13:05:38
15342         Log: Test for #9952.
15343      Branch: perl
15344            ! t/op/tie.t
15345 ____________________________________________________________________________
15346 [  9954] By: jhi                                   on 2001/05/02  11:48:18
15347         Log: Additional note on the encoding example: one cannot
15348              convert string constants in-place.
15349      Branch: perl
15350            ! ext/Encode/Encode.pm
15351 ____________________________________________________________________________
15352 [  9953] By: jhi                                   on 2001/05/02  11:43:51
15353         Log: Note that if you have recent enough Perl you already
15354              have Filter::Util::Call.
15355      Branch: perl
15356            ! lib/Filter/Simple.pm
15357 ____________________________________________________________________________
15358 [  9952] By: jhi                                   on 2001/05/02  11:31:53
15359         Log: Retract changes #8254 and #8255, causes coredump in
15360              'tie FH, "main"', reported by Abigail, culprit found by
15361              Benjamin Sugars.  Mirrors maintperl change #9950.
15362      Branch: perl
15363            ! op.c t/pragma/sub_lval.t
15364 ____________________________________________________________________________
15365 [  9951] By: jhi                                   on 2001/05/02  11:14:29
15366         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
15367      Branch: perl
15368            + t/lib/MyFilter.pm
15369 ____________________________________________________________________________
15370 [  9950] By: gsar                                  on 2001/05/02  03:17:11
15371         Log: revert integration of changes#8254,8255 in change#8620 (causes
15372              a coredump in C<tie FH, 'foo'>; the idea itself may need better
15373              rationalization)
15374      Branch: maint-5.6/perl
15375            ! op.c t/pragma/sub_lval.t
15376 ____________________________________________________________________________
15377 [  9949] By: gsar                                  on 2001/05/02  02:56:32
15378         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
15379              
15380              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15381              
15382              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15383      Branch: maint-5.6/perl
15384           !> hints/svr5.sh
15385 ____________________________________________________________________________
15386 [  9948] By: gsar                                  on 2001/05/02  02:49:15
15387         Log: pod/find.t breaks on VMS (from Craig Berry)
15388      Branch: maint-5.6/perl
15389            ! t/pod/find.t
15390 ____________________________________________________________________________
15391 [  9947] By: jhi                                   on 2001/05/02  02:43:09
15392         Log: Add an encoding conversion example.
15393      Branch: perl
15394            ! ext/Encode/Encode.pm
15395 ____________________________________________________________________________
15396 [  9946] By: jhi                                   on 2001/05/02  01:34:22
15397         Log: Another coat of paint but still nowhere finished.
15398              Need to decide on the semantics of strptime(): should
15399              strptime() be a function instead of a method?  To do
15400              the week/monthname-strptiming the i18n/l10n bullet needs
15401              to be bitten with gusto.
15402      Branch: perl
15403            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15404 ____________________________________________________________________________
15405 [  9945] By: jhi                                   on 2001/05/01  23:40:52
15406         Log: Update Changes.
15407      Branch: perl
15408            ! Changes patchlevel.h
15409 ____________________________________________________________________________
15410 [  9944] By: jhi                                   on 2001/05/01  23:33:37
15411         Log: Add known-to-be-tested modules to the list-to-be-skipped.
15412      Branch: perl
15413            ! t/lib/1_compile.t
15414 ____________________________________________________________________________
15415 [  9943] By: jhi                                   on 2001/05/01  23:24:40
15416         Log: Subject: BorlandC++ fix
15417              From: "Vadim Konovalov" <watman@inbox.ru>
15418              Date: Mon, 30 Apr 2001 20:12:26 -0700
15419              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
15420      Branch: perl
15421            ! win32/makefile.mk
15422 ____________________________________________________________________________
15423 [  9942] By: jhi                                   on 2001/05/01  23:18:02
15424         Log: Update to Filter::Simple 0.60, create a test for it.
15425      Branch: perl
15426            + t/lib/filter-simple.t
15427            ! MANIFEST lib/Filter/Simple.pm
15428 ____________________________________________________________________________
15429 [  9941] By: jhi                                   on 2001/05/01  19:47:24
15430         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
15431              From: Hugo <hv@crypt.compulink.co.uk>
15432              Date: Tue, 01 May 2001 20:12:20 +0100
15433              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
15434      Branch: perl
15435            ! pp_hot.c t/op/re_tests
15436 ____________________________________________________________________________
15437 [  9940] By: jhi                                   on 2001/05/01  19:42:16
15438         Log: Integrate perlio.
15439      Branch: perl
15440           !> lib/base.pm t/lib/fields.t
15441 ____________________________________________________________________________
15442 [  9939] By: jhi                                   on 2001/05/01  19:39:51
15443         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
15444              From: Benjamin Sugars <bsugars@canoe.ca>
15445              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
15446              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
15447      Branch: perl
15448            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15449 ____________________________________________________________________________
15450 [  9938] By: jhi                                   on 2001/05/01  19:34:09
15451         Log: Add NEXT, a pseudo-class for method redispatching.
15452              <Damian>NEXT.pm probably offers more bang-for-buck
15453              than anything else I've ever written.</Damian>
15454      Branch: perl
15455            + lib/NEXT.pm t/lib/next.t
15456            ! MANIFEST
15457 ____________________________________________________________________________
15458 [  9937] By: jhi                                   on 2001/05/01  19:21:41
15459         Log: Update to Switch 2.02.
15460      Branch: perl
15461            ! lib/Switch.pm t/lib/switch.t
15462 ____________________________________________________________________________
15463 [  9936] By: nick                                  on 2001/05/01  19:09:21
15464         Log: Fix for base.pm clobbering $VERSION
15465      Branch: perlio
15466            ! lib/base.pm
15467 ____________________________________________________________________________
15468 [  9935] By: nick                                  on 2001/05/01  18:54:38
15469         Log: Test for base.pm clobbering $VERSION.
15470      Branch: perlio
15471            ! t/lib/fields.t
15472 ____________________________________________________________________________
15473 [  9934] By: jhi                                   on 2001/05/01  18:39:10
15474         Log: Add information about Scalar::Util::blessed.
15475      Branch: perl
15476            ! pod/perlobj.pod
15477 ____________________________________________________________________________
15478 [  9933] By: jhi                                   on 2001/05/01  18:33:51
15479         Log: Subject: Extra UNIVERSAL documentation
15480              From: Mike Guy <mjtg@cam.ac.uk>
15481              Date: Tue, 01 May 2001 20:12:11 +0100
15482              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
15483      Branch: perl
15484            ! pod/perlobj.pod
15485 ____________________________________________________________________________
15486 [  9932] By: jhi                                   on 2001/05/01  18:26:54
15487         Log: Subject: Autoflush in tests as appropriate
15488              From: Mike Guy <mjtg@cam.ac.uk>
15489              Date: Tue, 01 May 2001 20:05:31 +0100
15490              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
15491      Branch: perl
15492            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
15493            ! t/op/taint.t
15494 ____________________________________________________________________________
15495 [  9931] By: jhi                                   on 2001/05/01  18:02:29
15496         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
15497              From: Benjamin Sugars <bsugars@canoe.ca>
15498              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
15499              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
15500      Branch: perl
15501            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
15502 ____________________________________________________________________________
15503 [  9930] By: jhi                                   on 2001/05/01  15:12:26
15504         Log: Subject: Re: Finally got a round tuit
15505              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15506              Date: Tue, 01 May 2001 14:14:10 +0200
15507              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
15508              
15509              The -DP part, slightly modified.
15510      Branch: perl
15511            ! perl.c
15512 ____________________________________________________________________________
15513 [  9929] By: jhi                                   on 2001/05/01  14:17:15
15514         Log: Subject: Re: Finally got a round tuit
15515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15516              Date: Tue, 01 May 2001 16:34:06 +0200
15517              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
15518              
15519              cpp and optimization tweaks for HP-UX.
15520      Branch: perl
15521            ! hints/hpux.sh
15522 ____________________________________________________________________________
15523 [  9928] By: jhi                                   on 2001/05/01  13:24:20
15524         Log: Tune the scan_num() comments to reality.
15525      Branch: perl
15526            ! toke.c
15527 ____________________________________________________________________________
15528 [  9927] By: jhi                                   on 2001/05/01  13:14:01
15529         Log: Subject: [PATCH B::Deparse] optimised sort
15530              From: Robin Houston <robin@kitsite.com>
15531              Date: Tue, 1 May 2001 14:07:12 +0100
15532              Message-ID: <20010501140712.A4266@penderel>
15533      Branch: perl
15534            ! ext/B/B/Deparse.pm
15535 ____________________________________________________________________________
15536 [  9926] By: jhi                                   on 2001/05/01  13:10:53
15537         Log: Subject: [PATCH t/lib/b-deparse.t] 
15538              From: Robin Houston <robin@kitsite.com>
15539              Date: Tue, 1 May 2001 13:37:42 +0100
15540              Message-ID: <20010501133742.A4082@penderel>
15541      Branch: perl
15542            ! t/lib/b-deparse.t
15543 ____________________________________________________________________________
15544 [  9925] By: jhi                                   on 2001/05/01  13:10:13
15545         Log: Subject: [PATCH B::Deparse] for(;;), sort
15546              From: Robin Houston <robin@kitsite.com>
15547              Date: Tue, 1 May 2001 13:35:00 +0100
15548              Message-ID: <20010501133500.A4061@penderel>
15549      Branch: perl
15550            ! ext/B/B/Deparse.pm
15551 ____________________________________________________________________________
15552 [  9924] By: jhi                                   on 2001/05/01  13:09:22
15553         Log: Subject: [PATCH B::Deparse] do, warn, use
15554              From: Robin Houston <robin@kitsite.com>
15555              Date: Tue, 1 May 2001 13:31:03 +0100
15556              Message-ID: <20010501133103.A4041@penderel>
15557      Branch: perl
15558            ! ext/B/B/Deparse.pm
15559 ____________________________________________________________________________
15560 [  9923] By: jhi                                   on 2001/05/01  11:45:36
15561         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
15562              From: Benjamin Sugars <ben.sugars@home.com>
15563              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
15564              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
15565      Branch: perl
15566            + t/io/fflush.t
15567            ! MANIFEST
15568 ____________________________________________________________________________
15569 [  9922] By: jhi                                   on 2001/05/01  11:35:42
15570         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
15571              From: Peter Prymmer <pvhp@forte.com>
15572              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
15573              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
15574      Branch: perl
15575            ! t/lib/selfstubber.t
15576 ____________________________________________________________________________
15577 [  9921] By: jhi                                   on 2001/04/30  16:34:33
15578         Log: Subject: [PATCH B::Concise] suppress warning
15579              From: Robin Houston <robin@kitsite.com>
15580              Date: Mon, 30 Apr 2001 16:09:49 +0100
15581              Message-ID: <20010430160949.A25086@penderel>
15582      Branch: perl
15583            ! ext/B/B/Concise.pm
15584 ____________________________________________________________________________
15585 [  9920] By: jhi                                   on 2001/04/30  13:56:04
15586         Log: Strip the *markers* from #9919.
15587      Branch: perl
15588            ! pod/perlfaq.pod pod/perlfaq5.pod
15589 ____________________________________________________________________________
15590 [  9919] By: jhi                                   on 2001/04/30  13:54:04
15591         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
15592              From: Gwyn Judd <b.judd@xtra.co.nz>
15593              Date: Sun, 29 Apr 2001 01:47:49 +1200
15594              Message-ID: <20010429014749.A4418@thislove>
15595      Branch: perl
15596            ! pod/perlfaq.pod pod/perlfaq5.pod
15597 ____________________________________________________________________________
15598 [  9918] By: jhi                                   on 2001/04/30  13:13:54
15599         Log: More_tweakage.
15600      Branch: perl
15601            ! pod/perldata.pod pod/perldiag.pod
15602 ____________________________________________________________________________
15603 [  9917] By: jhi                                   on 2001/04/30  13:01:27
15604         Log: Update Changes.
15605      Branch: perl
15606            ! Changes patchlevel.h
15607 ____________________________________________________________________________
15608 [  9916] By: jhi                                   on 2001/04/30  12:57:03
15609         Log: T_w_e_a_k_a_g_e.
15610      Branch: perl
15611            ! pod/perldata.pod pod/perldiag.pod
15612 ____________________________________________________________________________
15613 [  9915] By: jhi                                   on 2001/04/30  12:39:29
15614         Log: Install s2p also as psed.
15615              
15616              TODO: psed documentation?
15617      Branch: perl
15618            ! installperl
15619 ____________________________________________________________________________
15620 [  9914] By: jhi                                   on 2001/04/30  12:29:21
15621         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
15622              From: Jens Hamisch <jens@Strawberry.COM>
15623              Date: Fri, 27 Apr 2001 17:00:36 +0200
15624              Message-ID: <20010427170036.K1372@Strawberry.COM>
15625              
15626              SOCKS5_VERSION_NAME is the right symbol to detect
15627              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
15628              function called socks5_init() is available, and even that is
15629              not universal, most SOCKS5 installations use SOCKSinit()).
15630      Branch: perl
15631            ! perlio.c
15632 ____________________________________________________________________________
15633 [  9913] By: jhi                                   on 2001/04/30  12:22:15
15634         Log: Allow a zero timeout on IO::Socket accept and connect--
15635              though one really shouldn't do that.  Based on
15636              
15637              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
15638              From: "John Holdsworth" <coldwave@bigfoot.com>
15639              Date: Sun, 4 Feb 2001 12:48:18 +0100
15640              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
15641      Branch: perl
15642            ! ext/IO/lib/IO/Socket.pm
15643 ____________________________________________________________________________
15644 [  9912] By: jhi                                   on 2001/04/30  11:27:27
15645         Log: Save the spot of regprev (see #9911) for binary compatibility;
15646              regen API.
15647      Branch: perl
15648            ! embedvar.h perlapi.h thrdvar.h
15649 ____________________________________________________________________________
15650 [  9911] By: jhi                                   on 2001/04/30  11:22:03
15651         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
15652              From: Hugo <hv@crypt.compulink.co.uk>
15653              Date: Sun, 29 Apr 2001 17:09:30 +0100
15654              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
15655      Branch: perl
15656            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
15657 ____________________________________________________________________________
15658 [  9910] By: jhi                                   on 2001/04/30  11:15:12
15659         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
15660              a dummy for PL_numeric_radix); no pressing reason to break
15661              binary compatibility; regen API.
15662      Branch: perl
15663            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
15664            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
15665 ____________________________________________________________________________
15666 [  9909] By: jhi                                   on 2001/04/30  10:56:08
15667         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
15668              From: Walt Mankowski <waltman@netaxs.com>
15669              Date: Sun, 29 Apr 2001 21:53:48 -0400
15670              Message-ID: <20010429215348.A3971@netaxs.com>
15671      Branch: perl
15672            ! pod/perlfunc.pod
15673 ____________________________________________________________________________
15674 [  9908] By: jhi                                   on 2001/04/30  10:49:40
15675         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
15676      Branch: perl
15677            ! t/lib/selfstubber.t
15678 ____________________________________________________________________________
15679 [  9907] By: nick                                  on 2001/04/30  09:26:50
15680         Log: Integrate mainline.
15681      Branch: perlio
15682           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15683 ____________________________________________________________________________
15684 [  9906] By: jhi                                   on 2001/04/29  23:24:20
15685         Log: Abigail spotted a thinko in #9905.
15686      Branch: perl
15687            ! pod/perldiag.pod
15688 ____________________________________________________________________________
15689 [  9905] By: jhi                                   on 2001/04/29  15:55:39
15690         Log: Changed the underscore/undebar syntax in numeric constants;
15691              now any grouping will do, as long as the underscores are not
15692              consecutive (so "zero-grouping" is out), and they do not begin
15693              or end the integer or fractional parts.
15694      Branch: perl
15695            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
15696 ____________________________________________________________________________
15697 [  9904] By: nick                                  on 2001/04/29  15:43:22
15698         Log: Integrate mainline.
15699      Branch: perlio
15700           +> (branch 98 files)
15701            - lib/unicode/Block.pl
15702            - lib/unicode/In/AlphabeticPresentationForms.pl
15703            - lib/unicode/In/Arabic.pl
15704            - lib/unicode/In/ArabicPresentationForms-A.pl
15705            - lib/unicode/In/ArabicPresentationForms-B.pl
15706            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15707            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15708            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15709            - lib/unicode/In/BopomofoExtended.pl
15710            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15711            - lib/unicode/In/CJKCompatibility.pl
15712            - lib/unicode/In/CJKCompatibilityForms.pl
15713            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15714            - lib/unicode/In/CJKRadicalsSupplement.pl
15715            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15716            - lib/unicode/In/CJKUnifiedIdeographs.pl
15717            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15718            - lib/unicode/In/Cherokee.pl
15719            - lib/unicode/In/CombiningDiacriticalMarks.pl
15720            - lib/unicode/In/CombiningHalfMarks.pl
15721            - lib/unicode/In/CombiningMarksforSymbols.pl
15722            - lib/unicode/In/ControlPictures.pl
15723            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15724            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15725            - lib/unicode/In/EnclosedAlphanumerics.pl
15726            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15727            - lib/unicode/In/Ethiopic.pl
15728            - lib/unicode/In/GeneralPunctuation.pl
15729            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15730            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15731            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15732            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15733            - lib/unicode/In/HangulCompatibilityJamo.pl
15734            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15735            - lib/unicode/In/Hebrew.pl
15736            - lib/unicode/In/HighPrivateUseSurrogates.pl
15737            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15738            - lib/unicode/In/IPAExtensions.pl
15739            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15740            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15741            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15742            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15743            - lib/unicode/In/Latin-1Supplement.pl
15744            - lib/unicode/In/LatinExtended-A.pl
15745            - lib/unicode/In/LatinExtended-B.pl
15746            - lib/unicode/In/LatinExtendedAdditional.pl
15747            - lib/unicode/In/LetterlikeSymbols.pl
15748            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15749            - lib/unicode/In/MathematicalOperators.pl
15750            - lib/unicode/In/MiscellaneousSymbols.pl
15751            - lib/unicode/In/MiscellaneousTechnical.pl
15752            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15753            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15754            - lib/unicode/In/OpticalCharacterRecognition.pl
15755            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15756            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15757            - lib/unicode/In/SmallFormVariants.pl
15758            - lib/unicode/In/SpacingModifierLetters.pl
15759            - lib/unicode/In/Specials.pl
15760            - lib/unicode/In/SuperscriptsandSubscripts.pl
15761            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15762            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15763            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15764            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15765            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15766           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
15767           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
15768           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
15769           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
15770           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
15771           !> utf8.c win32/Makefile
15772 ____________________________________________________________________________
15773 [  9903] By: jhi                                   on 2001/04/29  14:30:53
15774         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
15775              From: Prymmer/Kahn <pvhp@best.com>
15776              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
15777              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
15778      Branch: perl
15779            ! win32/Makefile
15780 ____________________________________________________________________________
15781 [  9902] By: jhi                                   on 2001/04/29  02:52:44
15782         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
15783              From: "Abigail" <abigail@foad.org>
15784              Date: Sun, 29 Apr 2001 03:14:25 +0200
15785              Message-ID: <20010429011425.24503.qmail@foad.org>
15786      Branch: perl
15787            ! ext/IO/lib/IO/Seekable.pm
15788 ____________________________________________________________________________
15789 [  9901] By: jhi                                   on 2001/04/29  02:04:46
15790         Log: In character classes one couldn't have 0x80..0xff characters
15791              at the left hand side if there were 0x100.. characters in the
15792              character class.
15793      Branch: perl
15794            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
15795            ! t/op/pat.t utf8.c
15796 ____________________________________________________________________________
15797 [  9900] By: jhi                                   on 2001/04/28  22:55:04
15798         Log: Forgot the latest mktables.PL from #9899.
15799      Branch: perl
15800            ! lib/unicode/mktables.PL
15801 ____________________________________________________________________________
15802 [  9899] By: jhi                                   on 2001/04/28  22:53:28
15803         Log: Explain the \p{} and \P{} error message better and
15804              have prettier prettyprint in In.pl.
15805      Branch: perl
15806            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
15807            ! pod/perldiag.pod
15808 ____________________________________________________________________________
15809 [  9898] By: jhi                                   on 2001/04/28  21:03:34
15810         Log: Add one possible explanation for the "Invalid [] range" error.
15811      Branch: perl
15812            ! pod/perldiag.pod
15813 ____________________________________________________________________________
15814 [  9897] By: jhi                                   on 2001/04/28  17:18:26
15815         Log: Add a level of indirection to the implementation of \p{InFoo}
15816              so that we don't have to have long filenames.  (Nothing changes
15817              in the user interface.)   The indirection is defined in
15818              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
15819              Also rename some the character classes by removing '-' from
15820              the classnames, and finally renamed Block.pl as Blocks.pl.
15821      Branch: perl
15822            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
15823            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
15824            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
15825            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
15826            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
15827            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
15828            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
15829            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
15830            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
15831            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
15832            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
15833            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
15834            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
15835            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
15836            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
15837            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
15838            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
15839            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
15840            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
15841            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
15842            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
15843            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
15844            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
15845            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
15846            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
15847            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
15848            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
15849            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
15850            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
15851            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
15852            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
15853            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
15854            + lib/unicode/In/94.pl lib/unicode/In/95.pl
15855            - lib/unicode/Block.pl
15856            - lib/unicode/In/AlphabeticPresentationForms.pl
15857            - lib/unicode/In/Arabic.pl
15858            - lib/unicode/In/ArabicPresentationForms-A.pl
15859            - lib/unicode/In/ArabicPresentationForms-B.pl
15860            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
15861            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
15862            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
15863            - lib/unicode/In/BopomofoExtended.pl
15864            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
15865            - lib/unicode/In/CJKCompatibility.pl
15866            - lib/unicode/In/CJKCompatibilityForms.pl
15867            - lib/unicode/In/CJKCompatibilityIdeographs.pl
15868            - lib/unicode/In/CJKRadicalsSupplement.pl
15869            - lib/unicode/In/CJKSymbolsandPunctuation.pl
15870            - lib/unicode/In/CJKUnifiedIdeographs.pl
15871            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
15872            - lib/unicode/In/Cherokee.pl
15873            - lib/unicode/In/CombiningDiacriticalMarks.pl
15874            - lib/unicode/In/CombiningHalfMarks.pl
15875            - lib/unicode/In/CombiningMarksforSymbols.pl
15876            - lib/unicode/In/ControlPictures.pl
15877            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
15878            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
15879            - lib/unicode/In/EnclosedAlphanumerics.pl
15880            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
15881            - lib/unicode/In/Ethiopic.pl
15882            - lib/unicode/In/GeneralPunctuation.pl
15883            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
15884            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
15885            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
15886            - lib/unicode/In/HalfwidthandFullwidthForms.pl
15887            - lib/unicode/In/HangulCompatibilityJamo.pl
15888            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
15889            - lib/unicode/In/Hebrew.pl
15890            - lib/unicode/In/HighPrivateUseSurrogates.pl
15891            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
15892            - lib/unicode/In/IPAExtensions.pl
15893            - lib/unicode/In/IdeographicDescriptionCharacters.pl
15894            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
15895            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
15896            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
15897            - lib/unicode/In/Latin-1Supplement.pl
15898            - lib/unicode/In/LatinExtended-A.pl
15899            - lib/unicode/In/LatinExtended-B.pl
15900            - lib/unicode/In/LatinExtendedAdditional.pl
15901            - lib/unicode/In/LetterlikeSymbols.pl
15902            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
15903            - lib/unicode/In/MathematicalOperators.pl
15904            - lib/unicode/In/MiscellaneousSymbols.pl
15905            - lib/unicode/In/MiscellaneousTechnical.pl
15906            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
15907            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
15908            - lib/unicode/In/OpticalCharacterRecognition.pl
15909            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
15910            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
15911            - lib/unicode/In/SmallFormVariants.pl
15912            - lib/unicode/In/SpacingModifierLetters.pl
15913            - lib/unicode/In/Specials.pl
15914            - lib/unicode/In/SuperscriptsandSubscripts.pl
15915            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
15916            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
15917            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
15918            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
15919            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
15920            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
15921            ! pod/perlunicode.pod
15922 ____________________________________________________________________________
15923 [  9896] By: jhi                                   on 2001/04/28  14:33:17
15924         Log: Update the information on shared library path on HP-UX.
15925      Branch: perl
15926            ! INSTALL
15927 ____________________________________________________________________________
15928 [  9895] By: jhi                                   on 2001/04/28  14:32:30
15929         Log: Because #9894 seems to do the trick, this workaround can be removed.
15930      Branch: perl
15931            ! t/lib/selfstubber.t
15932 ____________________________________________________________________________
15933 [  9894] By: jhi                                   on 2001/04/28  14:26:13
15934         Log: For PerlIO flush the children's file handles (on fork/exec/system).
15935      Branch: perl
15936            ! perl.h
15937 ____________________________________________________________________________
15938 [  9893] By: jhi                                   on 2001/04/28  14:23:15
15939         Log: Test tweak for #9891.
15940      Branch: perl
15941            ! t/lib/b-deparse.t
15942 ____________________________________________________________________________
15943 [  9892] By: jhi                                   on 2001/04/28  14:10:13
15944         Log: New HP-UX hints from Merijn.
15945      Branch: perl
15946            ! hints/hpux.sh
15947 ____________________________________________________________________________
15948 [  9891] By: jhi                                   on 2001/04/28  14:07:27
15949         Log: Subject: [PATCH B::Deparse] non-block scopes
15950              From: Robin Houston <robin@kitsite.com>
15951              Date: Fri, 27 Apr 2001 19:15:14 +0100
15952              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
15953      Branch: perl
15954            ! ext/B/B/Deparse.pm
15955 ____________________________________________________________________________
15956 [  9890] By: nick                                  on 2001/04/27  19:41:25
15957         Log: Integrate mainline
15958      Branch: perlio
15959           +> t/lib/selfstubber.t
15960           !> (integrate 50 files)
15961 ____________________________________________________________________________
15962 [  9889] By: jhi                                   on 2001/04/27  18:23:46
15963         Log: Subject: Re: selfstubber test fail on bleadperl
15964              From: Mike Guy <mjtg@cam.ac.uk>
15965              Date: Fri, 27 Apr 2001 19:31:18 +0100
15966              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
15967      Branch: perl
15968            ! t/lib/selfstubber.t
15969 ____________________________________________________________________________
15970 [  9888] By: jhi                                   on 2001/04/27  16:20:54
15971         Log: Test tweak for #9886.
15972      Branch: perl
15973            ! t/lib/b-deparse.t
15974 ____________________________________________________________________________
15975 [  9887] By: jhi                                   on 2001/04/27  16:16:33
15976         Log: Buffering issue at least in Solaris (even with perlio).
15977      Branch: perl
15978            ! t/lib/selfstubber.t
15979 ____________________________________________________________________________
15980 [  9886] By: jhi                                   on 2001/04/27  14:59:23
15981         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
15982              From: Robin Houston <robin@kitsite.com>
15983              Date: Fri, 27 Apr 2001 16:53:20 +0100
15984              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
15985      Branch: perl
15986            ! ext/B/B/Deparse.pm
15987 ____________________________________________________________________________
15988 [  9885] By: jhi                                   on 2001/04/27  14:23:51
15989         Log: Update Changes.
15990      Branch: perl
15991            ! Changes patchlevel.h
15992 ____________________________________________________________________________
15993 [  9884] By: jhi                                   on 2001/04/27  14:14:12
15994         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
15995              From: "Philip Newton" <pnewton@gmx.de>
15996              Date: Fri, 27 Apr 2001 16:40:13 +0200
15997              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
15998      Branch: perl
15999            ! pod/perldata.pod
16000 ____________________________________________________________________________
16001 [  9883] By: jhi                                   on 2001/04/27  13:28:19
16002         Log: Add LOG_PERROR; prettify the "removed".
16003      Branch: perl
16004            ! ext/Sys/Syslog/Syslog.xs
16005 ____________________________________________________________________________
16006 [  9882] By: jhi                                   on 2001/04/27  13:13:18
16007         Log: h2xs tweaks: use NV instead of double, "quote" the removed
16008              prefixes for clarity (especially when nothing is removed),
16009              slight pod reformats.
16010      Branch: perl
16011            ! utils/h2xs.PL
16012 ____________________________________________________________________________
16013 [  9881] By: jhi                                   on 2001/04/27  12:58:48
16014         Log: Don't bother creating existing directories.
16015      Branch: perl
16016            ! utils/h2xs.PL
16017 ____________________________________________________________________________
16018 [  9880] By: jhi                                   on 2001/04/27  12:45:39
16019         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
16020              From: Mike Schilli <m@perlmeister.com>
16021              Date: Wed, 25 Apr 2001 01:29:21 -0700
16022              Message-id: <3AE68AE1.6A981723@perlmeister.com>
16023      Branch: perl
16024            ! utils/h2xs.PL
16025 ____________________________________________________________________________
16026 [  9879] By: jhi                                   on 2001/04/27  12:40:55
16027         Log: break is not yet Perl.  Added the template license also to README.
16028      Branch: perl
16029            ! utils/h2xs.PL
16030 ____________________________________________________________________________
16031 [  9878] By: jhi                                   on 2001/04/27  03:08:20
16032         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
16033              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16034              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
16035              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
16036      Branch: perl
16037            ! t/lib/xs-typemap.t
16038 ____________________________________________________________________________
16039 [  9877] By: jhi                                   on 2001/04/26  23:54:40
16040         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
16041              From: "Abigail" <abigail@foad.org>
16042              Date: Fri, 27 Apr 2001 01:44:28 +0200
16043              Message-ID: <20010426234428.19786.qmail@foad.org>
16044      Branch: perl
16045            ! utils/h2xs.PL
16046 ____________________________________________________________________________
16047 [  9876] By: jhi                                   on 2001/04/26  23:52:06
16048         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
16049              From: Peter Prymmer <pvhp@forte.com>
16050              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
16051              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
16052      Branch: perl
16053            ! t/lib/selfstubber.t
16054 ____________________________________________________________________________
16055 [  9875] By: jhi                                   on 2001/04/26  23:48:10
16056         Log: Deparse nits.
16057      Branch: perl
16058            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
16059 ____________________________________________________________________________
16060 [  9874] By: jhi                                   on 2001/04/26  22:46:05
16061         Log: Document ANYOF_CLASS.
16062      Branch: perl
16063            ! regcomp.h
16064 ____________________________________________________________________________
16065 [  9873] By: jhi                                   on 2001/04/26  22:35:03
16066         Log: Subject: Re: [PATCH @9846] dumping ANYOF
16067              From: Hugo <hv@crypt.compulink.co.uk>
16068              Date: Thu, 26 Apr 2001 23:33:38 +0100
16069              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
16070      Branch: perl
16071            ! regcomp.c regcomp.h
16072 ____________________________________________________________________________
16073 [  9872] By: jhi                                   on 2001/04/26  22:34:31
16074         Log: Subject: [PATCH] more for Devel::SelfStubber
16075              From: Nicholas Clark <nick@ccl4.org>
16076              Date: Fri, 27 Apr 2001 00:13:52 +0100
16077              Message-ID: <20010427001351.K88186@plum.flirble.org>
16078      Branch: perl
16079            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
16080 ____________________________________________________________________________
16081 [  9871] By: jhi                                   on 2001/04/26  21:59:17
16082         Log: Subject: [PATCH B::Deparse] formats must be flush left
16083              From: Robin Houston <robin@kitsite.com>
16084              Date: Thu, 26 Apr 2001 23:54:29 +0100
16085              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
16086      Branch: perl
16087            ! ext/B/B/Deparse.pm
16088 ____________________________________________________________________________
16089 [  9870] By: jhi                                   on 2001/04/26  21:57:37
16090         Log: If some of the constants are prefixes of others,
16091              the prefixes may never get recognized.  (See 20010426.006.)
16092      Branch: perl
16093            ! utils/h2xs.PL
16094 ____________________________________________________________________________
16095 [  9869] By: jhi                                   on 2001/04/26  21:50:42
16096         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
16097              From: Chris Bongaarts <cab@tc.umn.edu>
16098              Date: Thu, 26 Apr 2001 17:10:31 -0500
16099              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
16100      Branch: perl
16101            ! ext/Sys/Syslog/Syslog.xs
16102 ____________________________________________________________________________
16103 [  9868] By: jhi                                   on 2001/04/26  21:35:12
16104         Log: Further cuts and more docs from Graham Barr.
16105      Branch: perl
16106            ! ext/List/Util/lib/List/Util.pm
16107            ! ext/List/Util/lib/Scalar/Util.pm
16108 ____________________________________________________________________________
16109 [  9867] By: jhi                                   on 2001/04/26  21:18:57
16110         Log: Subject: [PATCH 5.7.1] DB_File-1.77
16111              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
16112              Date: Thu, 26 Apr 2001 22:37:53 +0100
16113              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
16114      Branch: perl
16115            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16116            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16117 ____________________________________________________________________________
16118 [  9866] By: jhi                                   on 2001/04/26  21:12:31
16119         Log: Subject: [PATCH B::Deparse] fix easy bugs
16120              From: Robin Houston <robin@kitsite.com>
16121              Date: Thu, 26 Apr 2001 23:03:33 +0100
16122              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
16123      Branch: perl
16124            ! ext/B/B/Deparse.pm
16125 ____________________________________________________________________________
16126 [  9865] By: jhi                                   on 2001/04/26  20:26:13
16127         Log: Update Changes.
16128      Branch: perl
16129            ! Changes patchlevel.h
16130 ____________________________________________________________________________
16131 [  9864] By: jhi                                   on 2001/04/26  19:27:48
16132         Log: Dethinko from Robin Houston.
16133      Branch: perl
16134            ! ext/B/B/Deparse.pm
16135 ____________________________________________________________________________
16136 [  9863] By: jhi                                   on 2001/04/26  19:10:35
16137         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
16138              From: Robin Houston <robin@kitsite.com>
16139              Date: Thu, 26 Apr 2001 21:08:32 +0100
16140              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
16141      Branch: perl
16142            ! ext/B/B/Deparse.pm
16143 ____________________________________________________________________________
16144 [  9862] By: jhi                                   on 2001/04/26  19:04:23
16145         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16146              From: Robin Houston <robin@kitsite.com>
16147              Date: Thu, 26 Apr 2001 20:52:50 +0100
16148              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
16149      Branch: perl
16150            ! ext/B/B/Deparse.pm
16151 ____________________________________________________________________________
16152 [  9861] By: jhi                                   on 2001/04/26  18:56:14
16153         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
16154              From: Mike Guy <mjtg@cam.ac.uk>
16155              Date: Thu, 26 Apr 2001 14:22:40 +0100
16156              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
16157      Branch: perl
16158            ! pod/perlobj.pod
16159 ____________________________________________________________________________
16160 [  9860] By: jhi                                   on 2001/04/26  18:46:42
16161         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16162              From: Robin Houston <robin@kitsite.com>
16163              Date: Thu, 26 Apr 2001 20:34:29 +0100
16164              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
16165              
16166              Hashes do not interpolate.
16167      Branch: perl
16168            ! ext/B/B/Deparse.pm
16169 ____________________________________________________________________________
16170 [  9859] By: jhi                                   on 2001/04/26  18:43:51
16171         Log: Subject: The Time::Piece conspiracy unmasked!!!
16172              From: Mike Guy <mjtg@cam.ac.uk>
16173              Date: Thu, 26 Apr 2001 19:02:50 +0100
16174              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
16175              
16176              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
16177              From: Mike Guy <mjtg@cam.ac.uk>
16178              Date: Thu, 26 Apr 2001 19:08:21 +0100
16179              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
16180              
16181              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
16182              From: Graham Barr <gbarr@pobox.com>
16183              Date: Thu, 26 Apr 2001 19:12:03 +0100
16184              Message-ID: <20010426191203.A70835@pobox.com>
16185              
16186              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
16187      Branch: perl
16188            ! ext/List/Util/lib/List/Util.pm
16189            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
16190 ____________________________________________________________________________
16191 [  9858] By: jhi                                   on 2001/04/26  18:17:42
16192         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
16193              From: Robin Houston <robin@kitsite.com>
16194              Date: Thu, 26 Apr 2001 16:09:35 +0100
16195              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
16196      Branch: perl
16197            ! t/comp/proto.t
16198 ____________________________________________________________________________
16199 [  9857] By: jhi                                   on 2001/04/26  18:04:59
16200         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16201              From: barries <barries@slaysys.com>
16202              Date: Thu, 26 Apr 2001 12:01:10 -0400
16203              Message-ID: <20010426120110.E29698@jester.slaysys.com>
16204      Branch: perl
16205            ! pod/perldiag.pod
16206 ____________________________________________________________________________
16207 [  9856] By: jhi                                   on 2001/04/26  18:03:33
16208         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
16209              Date: Thu, 26 Apr 2001 17:13:41 +0100
16210              From: Robin Houston <robin@kitsite.com>
16211              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
16212              
16213              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
16214              From: Robin Houston <robin@kitsite.com>
16215              Date: Thu, 26 Apr 2001 18:44:29 +0100
16216              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
16217      Branch: perl
16218            ! ext/B/B/Deparse.pm
16219 ____________________________________________________________________________
16220 [  9855] By: jhi                                   on 2001/04/26  17:56:04
16221         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
16222              From: Robin Houston <robin@kitsite.com>
16223              Date: Thu, 26 Apr 2001 17:04:08 +0100
16224              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
16225      Branch: perl
16226            ! ext/B/B/Deparse.pm
16227 ____________________________________________________________________________
16228 [  9854] By: jhi                                   on 2001/04/26  17:47:26
16229         Log: Subject: Re: Short test case for undef %stash:: crash
16230              From: Benjamin Sugars <bsugars@canoe.ca> 
16231              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
16232              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
16233              Changed and moved the perldiag entry.
16234      Branch: perl
16235            ! gv.c pod/perldiag.pod
16236 ____________________________________________________________________________
16237 [  9853] By: jhi                                   on 2001/04/26  14:35:16
16238         Log: Beginnings of strptime().  Do not touch the wet paint.
16239      Branch: perl
16240            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
16241 ____________________________________________________________________________
16242 [  9852] By: jhi                                   on 2001/04/26  13:17:21
16243         Log: Retract #9851, core dumps from pod2man.
16244      Branch: perl
16245            ! regcomp.c
16246 ____________________________________________________________________________
16247 [  9851] By: jhi                                   on 2001/04/26  11:54:41
16248         Log: (Retracted by #9852.)
16249              
16250              Subject: [PATCH @9846] dumping ANYOF
16251              From: Hugo <hv@crypt.compulink.co.uk>
16252              Date: Thu, 26 Apr 2001 05:32:38 +0100
16253              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
16254      Branch: perl
16255            ! regcomp.c
16256 ____________________________________________________________________________
16257 [  9850] By: jhi                                   on 2001/04/26  02:34:44
16258         Log: If ccflags was empty the _previous_ $* containing all the
16259              environment variables and Configure variables was used,
16260              which lead, among other bad things, into $ccflags being your
16261              uname -a output, which lead into test compile with cc failing,
16262              which lead into gcc being selected, which didn't work that well
16263              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
16264              with large files, et cetera.
16265      Branch: perl
16266            ! hints/hpux.sh
16267 ____________________________________________________________________________
16268 [  9849] By: jhi                                   on 2001/04/26  01:44:57
16269         Log: Make selfstubber test more portable.
16270      Branch: perl
16271            ! t/lib/selfstubber.t
16272 ____________________________________________________________________________
16273 [  9848] By: jhi                                   on 2001/04/26  00:50:26
16274         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
16275              From: Benjamin Sugars <ben.sugars@home.com>
16276              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
16277              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
16278      Branch: perl
16279            ! ext/Cwd/Cwd.xs
16280 ____________________________________________________________________________
16281 [  9847] By: jhi                                   on 2001/04/26  00:46:58
16282         Log: Subject: [PATCH: perl@9841] VMS updates
16283              From: Peter Prymmer <pvhp@forte.com>
16284              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
16285              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
16286      Branch: perl
16287            ! README.vms configure.com vms/descrip_mms.template
16288            ! vms/ext/filespec.t
16289 ____________________________________________________________________________
16290 [  9846] By: jhi                                   on 2001/04/26  00:11:56
16291         Log: re 'debug' was broken by #9084.
16292      Branch: perl
16293            ! ext/re/re.xs
16294 ____________________________________________________________________________
16295 [  9845] By: jhi                                   on 2001/04/25  22:33:17
16296         Log: Subject: [PATCH] test for Devel::SelfStubber
16297              From: Nicholas Clark <nick@ccl4.org>
16298              Date: Thu, 26 Apr 2001 00:00:54 +0100
16299              Message-ID: <20010426000054.D89026@plum.flirble.org>
16300      Branch: perl
16301            + t/lib/selfstubber.t
16302            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
16303 ____________________________________________________________________________
16304 [  9844] By: jhi                                   on 2001/04/25  22:29:32
16305         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
16306              From: Paul Johnson <paul@pjcj.net>
16307              Date: Thu, 26 Apr 2001 00:46:08 +0200
16308              Message-ID: <20010426004608.H2338@pjcj.net>
16309      Branch: perl
16310            ! ext/B/B/Concise.pm
16311 ____________________________________________________________________________
16312 [  9843] By: jhi                                   on 2001/04/25  22:28:28
16313         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
16314              From: Peter Prymmer <pvhp@forte.com>
16315              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
16316              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
16317      Branch: perl
16318            ! ext/Cwd/Cwd.xs
16319 ____________________________________________________________________________
16320 [  9842] By: jhi                                   on 2001/04/25  20:58:12
16321         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
16322              From: John Peacock <jpeacock@rowman.com>
16323              Date: Wed, 25 Apr 2001 17:30:26 -0400
16324              Message-ID: <3AE741F2.B3217464@rowman.com>
16325      Branch: perl
16326            ! lib/Math/BigInt.pm t/lib/bigintpm.t
16327 ____________________________________________________________________________
16328 [  9841] By: jhi                                   on 2001/04/25  20:07:05
16329         Log: Update Changes.
16330      Branch: perl
16331            ! Changes patchlevel.h
16332 ____________________________________________________________________________
16333 [  9840] By: jhi                                   on 2001/04/25  19:56:51
16334         Log: Yet another HP-UX hints version from Merijn.
16335      Branch: perl
16336            ! hints/hpux.sh
16337 ____________________________________________________________________________
16338 [  9839] By: jhi                                   on 2001/04/25  19:53:04
16339         Log: abs_path() didn't terminate the filename correctly,
16340              in DIRNAMLENless systems like HP-UX this would fail.
16341      Branch: perl
16342            ! ext/Cwd/Cwd.xs
16343 ____________________________________________________________________________
16344 [  9838] By: jhi                                   on 2001/04/25  16:37:26
16345         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
16346              From: Mike Guy <mjtg@cam.ac.uk>
16347              Date: Wed, 25 Apr 2001 18:31:47 +0100
16348              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
16349      Branch: perl
16350            ! op.c
16351 ____________________________________________________________________________
16352 [  9837] By: jhi                                   on 2001/04/25  16:21:53
16353         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
16354              From: Jon Eveland <jweveland@yahoo.com>
16355              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
16356              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
16357      Branch: perl
16358            ! lib/perl5db.pl
16359 ____________________________________________________________________________
16360 [  9836] By: jhi                                   on 2001/04/25  14:17:50
16361         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
16362              From: "Philip Newton" <pnewton@gmx.de>
16363              Date: Wed, 25 Apr 2001 17:05:58 +0200
16364              Message-ID: <3AE703F6.3234.1833C45@localhost>
16365      Branch: perl
16366            ! Porting/patching.pod
16367 ____________________________________________________________________________
16368 [  9835] By: jhi                                   on 2001/04/25  13:58:07
16369         Log: It would seem that both ar and full_ar need to be overridden
16370              for HP-UX to avoid the GNU ar.
16371      Branch: perl
16372            ! hints/hpux.sh
16373 ____________________________________________________________________________
16374 [  9834] By: jhi                                   on 2001/04/25  13:50:40
16375         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
16376              From: "Philip Newton" <pnewton@gmx.de>
16377              Date: Wed, 25 Apr 2001 16:09:23 +0200
16378              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
16379              
16380              Detypo.
16381      Branch: perl
16382            ! t/op/misc.t
16383 ____________________________________________________________________________
16384 [  9833] By: jhi                                   on 2001/04/25  12:36:11
16385         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
16386      Branch: perl
16387            ! hints/hpux.sh
16388 ____________________________________________________________________________
16389 [  9832] By: jhi                                   on 2001/04/25  12:33:36
16390         Log: New version of HP-UX hints from Merijn.
16391      Branch: perl
16392            ! hints/hpux.sh
16393 ____________________________________________________________________________
16394 [  9831] By: jhi                                   on 2001/04/25  03:39:45
16395         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
16396      Branch: perl
16397            ! hints/hpux.sh
16398 ____________________________________________________________________________
16399 [  9830] By: jhi                                   on 2001/04/25  02:53:25
16400         Log: The tzname[] bit is not needed by util.c -- and causes
16401              heartburn in VMS (and it missing was probably the cause of
16402              the Mac OS X trouble).  Ouch.
16403      Branch: perl
16404            ! ext/POSIX/POSIX.xs util.c
16405 ____________________________________________________________________________
16406 [  9829] By: jhi                                   on 2001/04/25  00:10:06
16407         Log: Metaconfig unit change for #9828.
16408      Branch: metaconfig
16409            ! U/compline/ccflags.U
16410 ____________________________________________________________________________
16411 [  9828] By: jhi                                   on 2001/04/25  00:04:18
16412         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
16413              (which is actually the reason for the change, we need to pass
16414              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
16415              EP/IX, OS/2, and TitanOS, based on the hints files.
16416      Branch: perl
16417            ! Configure config_h.SH
16418 ____________________________________________________________________________
16419 [  9827] By: jhi                                   on 2001/04/24  23:49:20
16420         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
16421              the $cat must have an absolute path.
16422      Branch: perl
16423            ! makedepend.SH
16424 ____________________________________________________________________________
16425 [  9826] By: jhi                                   on 2001/04/24  23:40:53
16426         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
16427      Branch: perl
16428            ! README.amiga
16429 ____________________________________________________________________________
16430 [  9825] By: jhi                                   on 2001/04/24  23:35:35
16431         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
16432              From: "Philip Newton" <pnewton@gmx.de>
16433              Date: Tue, 24 Apr 2001 18:52:49 +0200
16434              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
16435      Branch: perl
16436            ! x2p/find2perl.PL
16437 ____________________________________________________________________________
16438 [  9824] By: jhi                                   on 2001/04/24  23:33:07
16439         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
16440              Some gcc specifics dropped out due to extensive rewriting;
16441              will be put back later as needed.
16442      Branch: perl
16443            ! hints/hpux.sh
16444 ____________________________________________________________________________
16445 [  9823] By: jhi                                   on 2001/04/24  23:27:57
16446         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
16447      Branch: perl
16448            ! ext/POSIX/POSIX.xs
16449 ____________________________________________________________________________
16450 [  9822] By: jhi                                   on 2001/04/24  23:25:21
16451         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
16452              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16453              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
16454              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
16455      Branch: perl
16456            ! ext/XS/Typemap/Typemap.xs
16457 ____________________________________________________________________________
16458 [  9821] By: jhi                                   on 2001/04/24  23:24:10
16459         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
16460              From: "Abigail" <abigail@foad.org>
16461              Date: Tue, 24 Apr 2001 23:12:03 +0200
16462              Message-ID: <20010424211203.7901.qmail@foad.org>
16463      Branch: perl
16464            ! pod/perlport.pod
16465 ____________________________________________________________________________
16466 [  9820] By: jhi                                   on 2001/04/24  23:23:15
16467         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
16468              From: Matt Sergeant <matt@sergeant.org>
16469              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
16470              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
16471      Branch: perl
16472            ! pod/perlfaq4.pod
16473 ____________________________________________________________________________
16474 [  9819] By: nick                                  on 2001/04/24  18:49:43
16475         Log: Integrate mainline.
16476      Branch: perlio
16477           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16478           !> (integrate 37 files)
16479 ____________________________________________________________________________
16480 [  9818] By: jhi                                   on 2001/04/24  14:35:23
16481         Log: Update Changes.
16482      Branch: perl
16483            ! Changes patchlevel.h
16484 ____________________________________________________________________________
16485 [  9817] By: jhi                                   on 2001/04/24  14:09:17
16486         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
16487              From: "Philip Newton" <pnewton@gmx.de>
16488              Date: Tue, 24 Apr 2001 12:58:12 +0200
16489              Message-ID: <3AE57864.8304.B77A0A@localhost> 
16490              
16491              plus add CPAN to the list of modules that have their own tests.
16492      Branch: perl
16493            ! t/lib/1_compile.t
16494 ____________________________________________________________________________
16495 [  9816] By: jhi                                   on 2001/04/24  14:07:03
16496         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
16497              From: Michael G Schwern <schwern@pobox.com>
16498              Date: Sat, 21 Apr 2001 22:35:00 +0100
16499              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
16500      Branch: perl
16501            ! t/lib/1_compile.t
16502 ____________________________________________________________________________
16503 [  9815] By: jhi                                   on 2001/04/24  13:54:32
16504         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
16505              From: Robin Houston <robin@kitsite.com>
16506              Date: Tue, 24 Apr 2001 15:51:18 +0100
16507              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
16508      Branch: perl
16509            ! ext/B/B/Deparse.pm
16510 ____________________________________________________________________________
16511 [  9814] By: jhi                                   on 2001/04/24  13:17:34
16512         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16513              From: Bill Glicker <billg@burrelles.com>
16514              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
16515              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
16516      Branch: perl
16517            ! hints/svr5.sh
16518 ____________________________________________________________________________
16519 [  9813] By: jhi                                   on 2001/04/24  12:54:23
16520         Log: Prevent path disclosure (probing for existence of filenames)
16521              using suidperl; bug id 20010322.218.
16522      Branch: perl
16523            ! perl.c pod/perldiag.pod
16524 ____________________________________________________________________________
16525 [  9812] By: jhi                                   on 2001/04/24  12:08:36
16526         Log: Retract #9811.
16527      Branch: perl
16528            ! ext/POSIX/POSIX.xs
16529 ____________________________________________________________________________
16530 [  9811] By: jhi                                   on 2001/04/24  11:57:35
16531         Log: (Retracted by #9812.)
16532      Branch: perl
16533            ! ext/POSIX/POSIX.xs
16534 ____________________________________________________________________________
16535 [  9810] By: jhi                                   on 2001/04/24  03:32:35
16536         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
16537      Branch: perl
16538            ! util.c
16539 ____________________________________________________________________________
16540 [  9809] By: jhi                                   on 2001/04/24  03:16:13
16541         Log: The Math::BigFloat::import() was broken.
16542              (Fixes bug id 20010422.002.)
16543      Branch: perl
16544            ! lib/Math/BigFloat.pm
16545 ____________________________________________________________________________
16546 [  9808] By: jhi                                   on 2001/04/24  01:11:40
16547         Log: Additional dependencies; should help for parallel makes
16548              not to fail on missing lib/lib.pm or lib/re.pm.
16549      Branch: perl
16550            ! Makefile.SH
16551 ____________________________________________________________________________
16552 [  9807] By: jhi                                   on 2001/04/24  00:57:01
16553         Log: Update the test failure disclaimer.
16554      Branch: perl
16555            ! t/pragma/warn/pp_hot
16556 ____________________________________________________________________________
16557 [  9806] By: jhi                                   on 2001/04/24  00:54:04
16558         Log: Add make target "install-all" which is alias for "install"
16559              to cater for case-preserving filesystems like HFS+.
16560      Branch: perl
16561            ! INSTALL Makefile.SH
16562 ____________________________________________________________________________
16563 [  9805] By: jhi                                   on 2001/04/24  00:47:28
16564         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
16565              From: Peter Prymmer <pvhp@forte.com>
16566              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
16567              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
16568              
16569              (Ken William's message forwarded from macosx@perl.org)
16570      Branch: perl
16571            ! hints/darwin.sh
16572 ____________________________________________________________________________
16573 [  9804] By: jhi                                   on 2001/04/23  23:57:35
16574         Log: Cut-and-pasto.
16575      Branch: perl
16576            ! perlio.c
16577 ____________________________________________________________________________
16578 [  9803] By: jhi                                   on 2001/04/23  23:52:25
16579         Log: More PerlIO robustness.
16580      Branch: perl
16581            ! perlio.c
16582 ____________________________________________________________________________
16583 [  9802] By: jhi                                   on 2001/04/23  23:43:35
16584         Log: Make the "STD* opened only for ..." errors more consistent.
16585      Branch: perl
16586            ! doio.c
16587 ____________________________________________________________________________
16588 [  9801] By: jhi                                   on 2001/04/23  23:34:26
16589         Log: Test case for #9800.
16590      Branch: perl
16591            ! t/op/misc.t
16592 ____________________________________________________________________________
16593 [  9800] By: jhi                                   on 2001/04/23  23:14:43
16594         Log: Avoid coredump on 'close STDERR; die' by making
16595              the PerlIO calls more robust.  Also use SETERRNO()
16596              instead of errno = to be more VMS-ready.
16597      Branch: perl
16598            ! perlio.c
16599 ____________________________________________________________________________
16600 [  9799] By: jhi                                   on 2001/04/23  21:41:10
16601         Log: Subject: test for ID 20010423.002
16602              From: Robin Houston <robin@kitsite.com>
16603              Date: Mon, 23 Apr 2001 16:52:21 +0100
16604              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
16605      Branch: perl
16606            ! t/op/avhv.t
16607 ____________________________________________________________________________
16608 [  9798] By: jhi                                   on 2001/04/23  21:40:07
16609         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
16610              From: David Dyck <dcd@tc.fluke.com>
16611              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
16612              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
16613      Branch: perl
16614            ! installperl
16615 ____________________________________________________________________________
16616 [  9797] By: jhi                                   on 2001/04/23  21:37:56
16617         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
16618              From: Benjamin Sugars <bsugars@canoe.ca>
16619              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
16620              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
16621      Branch: perl
16622            ! ext/Cwd/Cwd.xs lib/Cwd.pm
16623 ____________________________________________________________________________
16624 [  9796] By: jhi                                   on 2001/04/23  21:29:24
16625         Log: Synchronize h2xs and pod2man some more on the documentation
16626              templates they propose.
16627      Branch: perl
16628            ! pod/pod2man.PL utils/h2xs.PL
16629 ____________________________________________________________________________
16630 [  9795] By: jhi                                   on 2001/04/23  17:30:40
16631         Log: Add one more naughty test for base64; make encoding logic cleaner.
16632      Branch: perl
16633            ! t/lib/mimeb64.t
16634 ____________________________________________________________________________
16635 [  9794] By: jhi                                   on 2001/04/23  13:51:32
16636         Log: Update Changes.
16637      Branch: perl
16638            ! Changes patchlevel.h
16639 ____________________________________________________________________________
16640 [  9793] By: jhi                                   on 2001/04/23  13:44:18
16641         Log: Duplicate lines.
16642      Branch: perl
16643            ! MANIFEST
16644 ____________________________________________________________________________
16645 [  9792] By: jhi                                   on 2001/04/23  13:39:13
16646         Log: Subject: Re: PATCH 5.7.1
16647              From: Mark-Jason Dominus <mjd@plover.com>
16648              Date: Mon, 23 Apr 2001 10:30:21 -0400
16649              Message-ID: <20010423143021.17335.qmail@plover.com>
16650      Branch: perl
16651            ! perl.h sv.c
16652 ____________________________________________________________________________
16653 [  9791] By: jhi                                   on 2001/04/23  13:32:40
16654         Log: Add the CPAN.pm 1.59_54 tests.
16655      Branch: perl
16656            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
16657            ! MANIFEST
16658 ____________________________________________________________________________
16659 [  9790] By: jhi                                   on 2001/04/23  13:21:55
16660         Log: Subject: Deparse nit
16661              From: Robin Houston <robin@kitsite.com>
16662              Date: Mon, 23 Apr 2001 12:38:20 +0100
16663              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
16664      Branch: perl
16665            ! ext/B/B/Deparse.pm
16666 ____________________________________________________________________________
16667 [  9789] By: jhi                                   on 2001/04/23  13:19:07
16668         Log: Subject: [PATCH] bug 20010423.002
16669              From: Robin Houston <robin@kitsite.com>
16670              Date: Mon, 23 Apr 2001 13:12:30 +0100
16671              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
16672      Branch: perl
16673            ! pp.c
16674 ____________________________________________________________________________
16675 [  9788] By: jhi                                   on 2001/04/23  13:02:49
16676         Log: Subject: PATCH [5.7.1] hv.c unused #define
16677              From: Mark-Jason Dominus <mjd@plover.com>
16678              Date: Sun, 22 Apr 2001 14:17:49 -0400
16679              Message-ID: <20010422181749.26976.qmail@plover.com>
16680      Branch: perl
16681            ! hv.c
16682 ____________________________________________________________________________
16683 [  9787] By: jhi                                   on 2001/04/23  13:02:02
16684         Log: Subject: PATCH 5.7.1
16685              From: Mark-Jason Dominus <mjd@plover.com>
16686              Date: Sun, 22 Apr 2001 15:12:57 -0400
16687              Message-ID: <20010422191258.6539.qmail@plover.com>
16688              
16689              plus Sarathy's STMT_START + STMT_END suggestion.
16690      Branch: perl
16691            ! perl.h
16692 ____________________________________________________________________________
16693 [  9786] By: jhi                                   on 2001/04/23  12:53:25
16694         Log: Fix for
16695              
16696              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
16697              From: dLux <dlux@spam.sch.bme.hu>
16698              Date: Mon, 23 Apr 2001 01:25:26 +0200
16699              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
16700              
16701              (SvGROW really does return a char *.)
16702      Branch: perl
16703            ! pod/perlapi.pod sv.h
16704 ____________________________________________________________________________
16705 [  9785] By: jhi                                   on 2001/04/23  04:34:04
16706         Log: Time::Piece work continues.  $t->day removed since
16707              I think it's too confusing.  Now has normal and
16708              abbreviated length weekday names and month names,
16709              the names change with _names(), not _list().
16710              Now has strftime() in Perl, _strftime() is
16711              the libc version (to which strftime() falls back
16712              if it doesn't know the format.  To do: the reverse
16713              of strftime, strptime(), and the localisation of both.
16714      Branch: perl
16715            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
16716            ! t/lib/time-piece.t
16717 ____________________________________________________________________________
16718 [  9784] By: jhi                                   on 2001/04/23  02:41:46
16719         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
16720              From: andreas.koenig@anima.de (Andreas J. Koenig)
16721              Date: 23 Apr 2001 05:20:55 +0200
16722              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
16723      Branch: perl
16724            ! t/pragma/overload.t
16725 ____________________________________________________________________________
16726 [  9783] By: jhi                                   on 2001/04/22  23:32:42
16727         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
16728              From: Robin Houston <robin@kitsite.com>
16729              Date: Mon, 23 Apr 2001 00:38:18 +0100
16730              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
16731      Branch: perl
16732            ! ext/B/B/Deparse.pm
16733 ____________________________________________________________________________
16734 [  9782] By: jhi                                   on 2001/04/22  20:55:43
16735         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
16736              From: Simon Cozens <simon@netthink.co.uk>
16737              Date: Sun, 22 Apr 2001 18:47:25 +0100
16738              Message-ID: <20010422184725.A14411@netthink.co.uk>
16739      Branch: perl
16740            ! sv.c t/pragma/overload.t
16741 ____________________________________________________________________________
16742 [  9781] By: jhi                                   on 2001/04/22  20:52:13
16743         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
16744              From: Robin Houston <robin@kitsite.com>
16745              Date: Sun, 22 Apr 2001 22:14:50 +0100
16746              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
16747      Branch: perl
16748            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
16749 ____________________________________________________________________________
16750 [  9780] By: nick                                  on 2001/04/22  20:40:31
16751         Log: Integrate mainline.
16752      Branch: perlio
16753           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16754           +> t/lib/b-stash.t
16755           !> (integrate 38 files)
16756 ____________________________________________________________________________
16757 [  9779] By: jhi                                   on 2001/04/22  15:16:03
16758         Log: Subject: IO::Socket::INET patch
16759              From: andrew deryabin <djsf@technarchy.ru>
16760              Date: Sat, 21 Apr 2001 17:46:52 +0400
16761              Message-ID: <20010421174652.B1426@technarchy>
16762      Branch: perl
16763            ! ext/IO/lib/IO/Socket/INET.pm
16764 ____________________________________________________________________________
16765 [  9778] By: jhi                                   on 2001/04/22  15:14:33
16766         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
16767              From: Mark-Jason Dominus <mjd@plover.com>
16768              Date: Sat, 21 Apr 2001 21:27:49 -0400
16769              Message-ID: <20010422012749.27024.qmail@plover.com>
16770      Branch: perl
16771            ! regcomp.c
16772 ____________________________________________________________________________
16773 [  9777] By: jhi                                   on 2001/04/22  15:10:51
16774         Log: Subject: Re: Regex debugger patch 
16775              From: Mark-Jason Dominus <mjd@plover.com>
16776              Date: Sat, 21 Apr 2001 21:48:51 -0400
16777              Message-ID: <20010422014851.27165.qmail@plover.com>
16778      Branch: perl
16779            ! pod/perldebguts.pod
16780 ____________________________________________________________________________
16781 [  9776] By: jhi                                   on 2001/04/22  15:09:48
16782         Log: Subject: Re: Regex debugger patch
16783              From: Mark-Jason Dominus <mjd@plover.com>
16784              Date: Sat, 21 Apr 2001 14:24:39 -0400
16785              Message-ID: <20010421182439.16508.qmail@plover.com>
16786              
16787              Regex debugger backend.
16788      Branch: perl
16789            ! regcomp.c regexp.h
16790 ____________________________________________________________________________
16791 [  9775] By: jhi                                   on 2001/04/21  16:45:40
16792         Log: Subject: [PATCH] Typo in utf8.h
16793              From: Jesús Quiroga <jquiroga@pobox.com>
16794              Date: Sat, 21 Apr 2001 19:25:33 +0200
16795              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
16796      Branch: perl
16797            ! utf8.h
16798 ____________________________________________________________________________
16799 [  9774] By: jhi                                   on 2001/04/21  16:43:52
16800         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
16801              From: Joe Orton <jorton@redhat.com>
16802              Date: Tue, 17 Apr 2001 15:50:43 +0100
16803              Message-Id: <20010417155043.D19132@eu.c2.net>
16804      Branch: perl
16805            ! hints/svr5.sh
16806 ____________________________________________________________________________
16807 [  9773] By: jhi                                   on 2001/04/21  15:30:15
16808         Log: Subject: Patch utils/h2xs.PL
16809              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16810              Date: Sat, 21 Apr 2001 10:32:16 -0500
16811              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
16812              
16813              Add MAILING list and LICENSE templates.
16814      Branch: perl
16815            ! utils/h2xs.PL
16816 ____________________________________________________________________________
16817 [  9772] By: jhi                                   on 2001/04/21  15:28:36
16818         Log: Subject: perlfaq2.patch for 5.7.1
16819              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16820              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
16821              Date: Fri, 20 Apr 2001 16:42:19 -0500
16822              
16823              rm an extra tab, a blurb about the xx.cpan to clarify
16824              which countries actually have that and dejanews is history
16825              as well as most of that nonsensical entry.
16826      Branch: perl
16827            ! pod/perlfaq2.pod
16828 ____________________________________________________________________________
16829 [  9771] By: jhi                                   on 2001/04/21  15:27:17
16830         Log: Subject: perlfaq1.patch for 5.7.1
16831              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16832              Date: Fri, 20 Apr 2001 16:57:36 -0500
16833              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
16834              
16835              Evil URLs must die. Especially when they are broken.
16836      Branch: perl
16837            ! pod/perlfaq1.pod
16838 ____________________________________________________________________________
16839 [  9770] By: jhi                                   on 2001/04/21  15:23:38
16840         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
16841              From: Michael G Schwern <schwern@pobox.com>
16842              Date: Sat, 21 Apr 2001 16:11:12 +0100
16843              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
16844      Branch: perl
16845            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
16846            + t/lib/b-stash.t
16847            ! MANIFEST ext/B/B.pm t/lib/b.t
16848 ____________________________________________________________________________
16849 [  9769] By: jhi                                   on 2001/04/21  15:03:32
16850         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
16851              From: Michael G Schwern <schwern@pobox.com>
16852              Date: Sat, 21 Apr 2001 09:48:00 +0100
16853              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
16854      Branch: perl
16855            ! utils/h2ph.PL
16856 ____________________________________________________________________________
16857 [  9768] By: jhi                                   on 2001/04/21  14:33:49
16858         Log: PerlIO and Encode doc cleanup and tweaks.
16859      Branch: perl
16860            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
16861            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
16862 ____________________________________________________________________________
16863 [  9767] By: jhi                                   on 2001/04/21  12:40:16
16864         Log: Integrate perlio.
16865      Branch: perl
16866           !> doio.c
16867 ____________________________________________________________________________
16868 [  9766] By: nick                                  on 2001/04/20  18:28:35
16869         Log: Avoid core dump on
16870              open(STDOUT,">",\$foo);
16871      Branch: perlio
16872            ! doio.c
16873 ____________________________________________________________________________
16874 [  9765] By: jhi                                   on 2001/04/20  13:23:43
16875         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16876              From: Robin Houston <robin@kitsite.com>
16877              Date: Fri, 20 Apr 2001 14:29:22 +0100
16878              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
16879      Branch: perl
16880            ! ext/B/B.pm ext/B/B/Deparse.pm
16881 ____________________________________________________________________________
16882 [  9764] By: jhi                                   on 2001/04/20  13:19:33
16883         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
16884              From: Peter Prymmer <pvhp@forte.com>
16885              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
16886              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
16887      Branch: perl
16888            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
16889            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16890            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16891            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16892 ____________________________________________________________________________
16893 [  9763] By: jhi                                   on 2001/04/20  12:36:39
16894         Log: Subject: Re: A new PerlIO coredump
16895              From: Nick Ing-Simmons <nik@tiuk.ti.com>
16896              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
16897              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
16898      Branch: perl
16899            ! doio.c
16900 ____________________________________________________________________________
16901 [  9762] By: jhi                                   on 2001/04/19  23:02:30
16902         Log: Update Changes.
16903      Branch: perl
16904            ! Changes patchlevel.h
16905 ____________________________________________________________________________
16906 [  9761] By: jhi                                   on 2001/04/19  22:59:19
16907         Log: More cleanup cleanup.
16908      Branch: perl
16909            ! Makefile.SH win32/Makefile win32/makefile.mk
16910 ____________________________________________________________________________
16911 [  9760] By: jhi                                   on 2001/04/19  22:50:31
16912         Log: lib/Time is non-empty, let's not rmdir it.
16913      Branch: perl
16914            ! Makefile.SH
16915 ____________________________________________________________________________
16916 [  9759] By: jhi                                   on 2001/04/19  22:36:51
16917         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
16918              From: Robin Houston <robin@kitsite.com>
16919              Date: Fri, 20 Apr 2001 00:18:53 +0100
16920              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
16921      Branch: perl
16922            ! ext/B/B/Deparse.pm
16923 ____________________________________________________________________________
16924 [  9758] By: jhi                                   on 2001/04/19  22:36:00
16925         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
16926              From: Peter Prymmer <pvhp@forte.com>
16927              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
16928              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
16929      Branch: perl
16930            ! ext/Cwd/Cwd.xs
16931 ____________________________________________________________________________
16932 [  9757] By: nick                                  on 2001/04/19  18:53:54
16933         Log: Blind (untested) integrate of mainline.
16934      Branch: perlio
16935           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16936           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
16937           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16938           !> (integrate 53 files)
16939 ____________________________________________________________________________
16940 [  9756] By: jhi                                   on 2001/04/19  16:59:23
16941         Log: Document and test Time::Piece.
16942      Branch: perl
16943            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
16944            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
16945 ____________________________________________________________________________
16946 [  9755] By: jhi                                   on 2001/04/19  12:13:29
16947         Log: A better fix for the \x{12345678} trouble from NI-S.
16948      Branch: perl
16949            ! utf8.c
16950 ____________________________________________________________________________
16951 [  9754] By: jhi                                   on 2001/04/19  11:56:07
16952         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
16953              From: Robin Houston <robin@kitsite.com>
16954              Date: Wed, 18 Apr 2001 17:58:33 +0100
16955              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
16956      Branch: perl
16957            ! ext/B/B/Deparse.pm op.c
16958 ____________________________________________________________________________
16959 [  9753] By: jhi                                   on 2001/04/19  04:21:52
16960         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
16961              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
16962              Date: Thu, 19 Apr 2001 01:11:41 -0400
16963              Message-ID: <20010419011141.A5798@cpan.org>
16964      Branch: perl
16965            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
16966 ____________________________________________________________________________
16967 [  9752] By: jhi                                   on 2001/04/19  02:41:10
16968         Log: The new time utils need to be thread-aware, too.
16969      Branch: perl
16970            ! util.c
16971 ____________________________________________________________________________
16972 [  9751] By: jhi                                   on 2001/04/19  02:26:47
16973         Log: Compilation nit noticed by AIX compiler.
16974      Branch: perl
16975            ! perlio.c
16976 ____________________________________________________________________________
16977 [  9750] By: jhi                                   on 2001/04/19  02:20:06
16978         Log: The new time utils need to be public.
16979      Branch: perl
16980            ! embed.pl
16981 ____________________________________________________________________________
16982 [  9749] By: jhi                                   on 2001/04/19  01:42:39
16983         Log: Regen toc.
16984      Branch: perl
16985            ! pod/perltoc.pod
16986 ____________________________________________________________________________
16987 [  9748] By: jhi                                   on 2001/04/19  01:41:10
16988         Log: Add Time::Piece, a slight rewrite of Time::Object,
16989              from Matt Sergeant.
16990      Branch: perl
16991            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16992            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
16993            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
16994            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
16995            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
16996            ! win32/makefile.mk
16997 ____________________________________________________________________________
16998 [  9747] By: jhi                                   on 2001/04/19  00:55:35
16999         Log: The new metaconfig unit from strftime.
17000      Branch: metaconfig/U/perl
17001            + d_strftime.U
17002 ____________________________________________________________________________
17003 [  9746] By: jhi                                   on 2001/04/19  00:54:54
17004         Log: Move the strftime() wrapper from POSIX.xs to util.c
17005              as my_strftime(), requires HAS_STRFTIME.
17006      Branch: perl
17007            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17008            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
17009            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
17010            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17011            ! vos/config.ga.h win32/config.bc win32/config.gc
17012            ! win32/config.vc
17013 ____________________________________________________________________________
17014 [  9745] By: jhi                                   on 2001/04/18  23:11:03
17015         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
17016              in preparation of Time::Piece.
17017      Branch: perl
17018            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
17019 ____________________________________________________________________________
17020 [  9744] By: jhi                                   on 2001/04/18  22:33:12
17021         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
17022              From: Peter Prymmer <pvhp@forte.com>
17023              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
17024              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
17025      Branch: perl
17026            ! t/lib/exporter.t
17027 ____________________________________________________________________________
17028 [  9743] By: jhi                                   on 2001/04/18  22:32:23
17029         Log: Subject: Fwd: pod2html leaves cache files lying around?
17030              From: Rajesh Vaidheeswarran <rv@gnu.org>
17031              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
17032              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
17033      Branch: perl
17034            ! lib/Pod/Html.pm
17035 ____________________________________________________________________________
17036 [  9742] By: jhi                                   on 2001/04/18  20:31:49
17037         Log: Update Changes.
17038      Branch: perl
17039            ! Changes patchlevel.h
17040 ____________________________________________________________________________
17041 [  9741] By: jhi                                   on 2001/04/18  20:23:02
17042         Log: Declare hints only if needed.
17043      Branch: perl
17044            ! ext/B/B/Deparse.pm
17045 ____________________________________________________________________________
17046 [  9740] By: jhi                                   on 2001/04/18  19:06:05
17047         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
17048              bug noticed by Robin Houston; basically the code of detecting
17049              value wraparound was acting differently under different compilers
17050              and platforms.  The workaround is to remove the overflow check
17051              for now, a real fix would be to do the overflow (portably) right.
17052      Branch: perl
17053            ! t/op/pat.t utf8.c
17054 ____________________________________________________________________________
17055 [  9739] By: jhi                                   on 2001/04/18  19:01:23
17056         Log: Subject: [PATCH B::Deparse] some pragma support
17057              From: Robin Houston <robin@kitsite.com>
17058              Date: Wed, 18 Apr 2001 19:32:12 +0100
17059              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
17060      Branch: perl
17061            ! ext/B/B/Deparse.pm
17062 ____________________________________________________________________________
17063 [  9738] By: jhi                                   on 2001/04/18  15:16:37
17064         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
17065              From: Benjamin Sugars <bsugars@canoe.ca>
17066              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
17067              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
17068      Branch: perl
17069            ! t/op/glob.t
17070 ____________________________________________________________________________
17071 [  9737] By: jhi                                   on 2001/04/18  13:24:50
17072         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
17073              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17074              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
17075              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
17076      Branch: perl
17077            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
17078            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
17079 ____________________________________________________________________________
17080 [  9736] By: jhi                                   on 2001/04/18  04:15:14
17081         Log: The #9735 also changes the subtest 12.
17082      Branch: perl
17083            ! t/lib/b.t
17084 ____________________________________________________________________________
17085 [  9735] By: jhi                                   on 2001/04/18  03:55:17
17086         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
17087              From: David Dyck <dcd@tc.fluke.com>
17088              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
17089              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
17090      Branch: perl
17091            ! ext/B/B/Deparse.pm
17092 ____________________________________________________________________________
17093 [  9734] By: jhi                                   on 2001/04/18  03:54:11
17094         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
17095              From: Gisle Aas <gisle@ActiveState.com>
17096              Date: 17 Apr 2001 19:06:45 -0700
17097              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
17098      Branch: perl
17099            ! pp_hot.c t/op/misc.t
17100 ____________________________________________________________________________
17101 [  9733] By: jhi                                   on 2001/04/17  22:25:22
17102         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
17103              From: "Abigail" <abigail@foad.org>
17104              Date: Wed, 18 Apr 2001 01:17:46 +0200
17105              Message-ID: <20010417231746.21657.qmail@foad.org>
17106      Branch: perl
17107            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
17108 ____________________________________________________________________________
17109 [  9732] By: jhi                                   on 2001/04/17  20:47:56
17110         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
17111              From: Robin Houston <robin@kitsite.com>
17112              Date: Tue, 17 Apr 2001 22:37:42 +0100
17113              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
17114      Branch: perl
17115            ! ext/B/B/Deparse.pm
17116 ____________________________________________________________________________
17117 [  9731] By: nick                                  on 2001/04/17  20:46:35
17118         Log: Re-sync for t/lib/b.t fix
17119      Branch: perlio
17120           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
17121 ____________________________________________________________________________
17122 [  9730] By: jhi                                   on 2001/04/17  20:45:29
17123         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
17124              From: Robin Houston <robin@kitsite.com>
17125              Date: Tue, 17 Apr 2001 22:29:36 +0100
17126              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
17127      Branch: perl
17128            ! ext/B/B.xs ext/B/B/Deparse.pm
17129 ____________________________________________________________________________
17130 [  9729] By: jhi                                   on 2001/04/17  20:43:11
17131         Log: Subject: Deparse - parenthesise args to undeclared subs
17132              From: Robin Houston <robin@kitsite.com>
17133              Date: Tue, 17 Apr 2001 21:31:05 +0100
17134              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
17135      Branch: perl
17136            ! ext/B/B/Deparse.pm
17137 ____________________________________________________________________________
17138 [  9728] By: jhi                                   on 2001/04/17  18:57:30
17139         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
17140              From: Benjamin Sugars <ben.sugars@home.com>
17141              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
17142              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
17143      Branch: perl
17144            ! t/lib/cwd.t
17145 ____________________________________________________________________________
17146 [  9727] By: jhi                                   on 2001/04/17  18:20:20
17147         Log: Subject: [PATCH B::Deparse] ambient pragmas
17148              From: Robin Houston <robin@kitsite.com>
17149              Date: Tue, 17 Apr 2001 20:01:59 +0100
17150              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
17151      Branch: perl
17152            ! ext/B/B/Deparse.pm t/lib/b.t
17153 ____________________________________________________________________________
17154 [  9726] By: nick                                  on 2001/04/17  16:33:51
17155         Log: Integrate mainline (t/lib/b.t fails test 2...)
17156      Branch: perlio
17157           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17158           +> ext/List/Util/README ext/List/Util/Util.xs
17159           +> ext/List/Util/lib/List/Util.pm
17160           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
17161           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
17162           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17163           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17164           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17165           !> (integrate 31 files)
17166 ____________________________________________________________________________
17167 [  9725] By: jhi                                   on 2001/04/17  12:14:24
17168         Log: Subject: multiple B::* changes
17169              From: Robin Houston <robin@kitsite.com>
17170              Date: Thu, 12 Apr 2001 20:12:27 +0100
17171              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
17172      Branch: perl
17173            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
17174 ____________________________________________________________________________
17175 [  9724] By: jhi                                   on 2001/04/17  11:59:05
17176         Log: Thread-awareness from Doug MacEachern.
17177      Branch: perl
17178            ! ext/List/Util/Util.xs
17179 ____________________________________________________________________________
17180 [  9723] By: jhi                                   on 2001/04/17  11:57:41
17181         Log: Make the test more portable.
17182      Branch: perl
17183            ! t/lib/cwd.t
17184 ____________________________________________________________________________
17185 [  9722] By: jhi                                   on 2001/04/17  11:53:50
17186         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
17187              From: Benjamin Sugars <ben.sugars@home.com>
17188              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
17189              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
17190      Branch: perl
17191            ! t/lib/cwd.t
17192 ____________________________________________________________________________
17193 [  9721] By: jhi                                   on 2001/04/17  11:52:17
17194         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
17195              From: Benjamin Sugars <bsugars@canoe.ca>
17196              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
17197              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
17198      Branch: perl
17199            ! op.c
17200 ____________________________________________________________________________
17201 [  9720] By: jhi                                   on 2001/04/17  11:35:42
17202         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
17203              From: Chris Nandor <pudge@pobox.com>
17204              Date: Tue, 17 Apr 2001 00:30:49 -0400
17205              Message-Id: <p05100207b701768712de@[10.0.1.177]>
17206      Branch: perl
17207            ! ext/File/Glob/bsd_glob.c gv.c
17208 ____________________________________________________________________________
17209 [  9719] By: jhi                                   on 2001/04/17  11:32:13
17210         Log: Subject: [PATCH] Tweten->West
17211              From: Casey West <casey@geeknest.com>
17212              Date: Mon, 16 Apr 2001 12:11:22 -0400
17213              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
17214      Branch: perl
17215            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
17216            ! pod/perltie.pod
17217 ____________________________________________________________________________
17218 [  9718] By: jhi                                   on 2001/04/16  03:22:52
17219         Log: Update Changes.
17220      Branch: perl
17221            ! Changes patchlevel.h
17222 ____________________________________________________________________________
17223 [  9717] By: jhi                                   on 2001/04/16  03:06:28
17224         Log: Regen toc.
17225      Branch: perl
17226            ! pod/perltoc.pod
17227 ____________________________________________________________________________
17228 [  9716] By: jhi                                   on 2001/04/16  02:58:42
17229         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
17230              From: Prymmer/Kahn <pvhp@best.com>
17231              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
17232              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
17233      Branch: perl
17234            ! utf8.c
17235 ____________________________________________________________________________
17236 [  9715] By: jhi                                   on 2001/04/15  23:40:35
17237         Log: Subject: Re: Net::Ping patch, adds stream protocol
17238              From: bronson@rinspin.com (Scott Bronson)
17239              Date: Tue, 10 Apr 2001 23:58:33 -0700
17240              Message-ID: <20010410235833.N29719@rinspin.com>
17241      Branch: perl
17242            ! lib/Net/Ping.pm
17243 ____________________________________________________________________________
17244 [  9714] By: jhi                                   on 2001/04/15  23:31:46
17245         Log: Printing out the ok messages helps successful testing.
17246      Branch: perl
17247            ! t/lib/time-hires.t
17248 ____________________________________________________________________________
17249 [  9713] By: jhi                                   on 2001/04/15  21:43:24
17250         Log: Update Douglas Wegscheid's email.
17251      Branch: perl
17252            ! AUTHORS
17253 ____________________________________________________________________________
17254 [  9712] By: jhi                                   on 2001/04/15  21:40:41
17255         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
17256              From: Michael G Schwern <schwern@pobox.com>
17257              Date: Sat, 14 Apr 2001 22:40:50 +0100
17258              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
17259      Branch: perl
17260            + t/lib/exporter.t
17261            ! MANIFEST lib/Exporter/Heavy.pm
17262 ____________________________________________________________________________
17263 [  9711] By: jhi                                   on 2001/04/15  21:39:21
17264         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
17265              From: Michael G Schwern <schwern@pobox.com>
17266              Date: Sat, 14 Apr 2001 22:13:59 +0100
17267              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
17268      Branch: perl
17269            ! t/op/loopctl.t
17270 ____________________________________________________________________________
17271 [  9710] By: jhi                                   on 2001/04/15  21:30:19
17272         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
17273              From: Michael G Schwern <schwern@pobox.com>
17274              Date: Sat, 14 Apr 2001 22:05:32 +0100
17275              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
17276      Branch: perl
17277            ! t/pragma/warnings.t
17278 ____________________________________________________________________________
17279 [  9709] By: jhi                                   on 2001/04/15  19:34:09
17280         Log: Integrate changes #9706,9707 from maintperl into mainline.
17281              
17282              change#7210 broke .packlist generation
17283              
17284              ExtUtils::Installed doesn't quote regex metacharacters in paths
17285              before using them in match; also make it work for dosish platforms
17286      Branch: perl
17287           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17288 ____________________________________________________________________________
17289 [  9708] By: jhi                                   on 2001/04/15  19:31:01
17290         Log: Test also the scalar aspect of getitimer().
17291      Branch: perl
17292            ! t/lib/time-hires.t
17293 ____________________________________________________________________________
17294 [  9707] By: gsar                                  on 2001/04/15  17:24:20
17295         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
17296              before using them in match; also make it work for dosish platforms
17297      Branch: maint-5.6/perl
17298            ! lib/ExtUtils/Installed.pm
17299 ____________________________________________________________________________
17300 [  9706] By: gsar                                  on 2001/04/15  17:21:59
17301         Log: change#7210 broke .packlist generation (listed only filename
17302              rather than fully qualified path name)
17303      Branch: maint-5.6/perl
17304            ! lib/ExtUtils/Install.pm
17305 ____________________________________________________________________________
17306 [  9705] By: jhi                                   on 2001/04/15  12:36:33
17307         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
17308      Branch: perl
17309            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
17310            ! t/lib/time-hires.t
17311 ____________________________________________________________________________
17312 [  9704] By: jhi                                   on 2001/04/15  10:49:08
17313         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
17314              From: Prymmer/Kahn <pvhp@best.com>
17315              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
17316              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
17317      Branch: perl
17318            ! lib/utf8.pm pod/perlebcdic.pod
17319 ____________________________________________________________________________
17320 [  9703] By: jhi                                   on 2001/04/15  02:26:26
17321         Log: I keep forgetting to sort MANIFEST.
17322      Branch: perl
17323            ! MANIFEST
17324 ____________________________________________________________________________
17325 [  9702] By: jhi                                   on 2001/04/15  02:07:47
17326         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
17327              Now we have blessed, reftype, tainted, first, reduce, ...
17328      Branch: perl
17329            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
17330            + ext/List/Util/README ext/List/Util/Util.xs
17331            + ext/List/Util/lib/List/Util.pm
17332            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
17333            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
17334            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
17335            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
17336            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
17337            ! MANIFEST
17338 ____________________________________________________________________________
17339 [  9701] By: jhi                                   on 2001/04/14  15:05:25
17340         Log: Subject: RE: dprofpp.pl updates 
17341              From: Carl Eklof <CEklof@endeca.com>
17342              Date: Thu, 12 Apr 2001 18:45:46 -0400
17343              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
17344      Branch: perl
17345            ! utils/dprofpp.PL
17346 ____________________________________________________________________________
17347 [  9700] By: jhi                                   on 2001/04/14  14:44:55
17348         Log: Do not just blindly add CR.
17349      Branch: perl
17350            ! Porting/makerel
17351 ____________________________________________________________________________
17352 [  9699] By: jhi                                   on 2001/04/13  13:17:01
17353         Log: Update Changes.
17354      Branch: perl
17355            ! Changes patchlevel.h
17356 ____________________________________________________________________________
17357 [  9698] By: jhi                                   on 2001/04/13  12:44:48
17358         Log: Integrate perlio.
17359      Branch: perl
17360           !> ext/PerlIO/Scalar/Scalar.xs
17361 ____________________________________________________________________________
17362 [  9697] By: jhi                                   on 2001/04/13  12:29:15
17363         Log: Add more debug output to the test.
17364      Branch: perl
17365            ! t/lib/cwd.t
17366 ____________________________________________________________________________
17367 [  9696] By: nick                                  on 2001/04/13  10:14:29
17368         Log: Fix core dump on binmode($fh,'Scalar')
17369      Branch: perlio
17370            ! ext/PerlIO/Scalar/Scalar.xs
17371 ____________________________________________________________________________
17372 [  9695] By: nick                                  on 2001/04/13  09:05:42
17373         Log: Integrate mainline
17374      Branch: perlio
17375           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17376           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17377           +> t/lib/time-hires.t
17378           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
17379           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
17380           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
17381           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
17382           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
17383           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
17384           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
17385 ____________________________________________________________________________
17386 [  9694] By: jhi                                   on 2001/04/12  22:23:35
17387         Log: Integrate change #9693 from maintperl into mainline.
17388              
17389              $VERSION and Version() on the same line provokes a warning from
17390              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17391      Branch: perl
17392           !> lib/Devel/SelfStubber.pm
17393 ____________________________________________________________________________
17394 [  9693] By: gsar                                  on 2001/04/12  21:55:56
17395         Log: $VERSION and Version() on the same line provokes a warning from
17396              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
17397      Branch: maint-5.6/perl
17398            ! lib/Devel/SelfStubber.pm
17399 ____________________________________________________________________________
17400 [  9692] By: jhi                                   on 2001/04/12  13:54:00
17401         Log: This is at least 5.005.
17402      Branch: perl
17403            ! ext/Time/HiRes/HiRes.xs
17404 ____________________________________________________________________________
17405 [  9691] By: jhi                                   on 2001/04/12  13:37:20
17406         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
17407      Branch: perl
17408            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
17409            ! win32/Makefile win32/makefile.mk
17410 ____________________________________________________________________________
17411 [  9690] By: jhi                                   on 2001/04/12  01:34:46
17412         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
17413      Branch: perl
17414            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17415            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17416            + t/lib/time-hires.t
17417            ! MANIFEST
17418 ____________________________________________________________________________
17419 [  9689] By: jhi                                   on 2001/04/12  00:28:39
17420         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
17421              From: Gisle Aas <gisle@ActiveState.com>
17422              Date: 11 Apr 2001 16:36:11 -0700
17423              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
17424      Branch: perl
17425            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
17426 ____________________________________________________________________________
17427 [  9688] By: jhi                                   on 2001/04/12  00:27:39
17428         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17429              From: Gisle Aas <gisle@ActiveState.com>
17430              Date: 11 Apr 2001 11:13:24 -0700
17431              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
17432      Branch: perl
17433            ! ext/MIME/Base64/Base64.xs
17434 ____________________________________________________________________________
17435 [  9687] By: jhi                                   on 2001/04/11  19:51:47
17436         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
17437      Branch: perl
17438            ! Todo-5.6
17439 ____________________________________________________________________________
17440 [  9686] By: jhi                                   on 2001/04/11  16:54:25
17441         Log: Subject: [PATCH opcode.pl] Documentation of table format
17442              From: Simon Cozens <simon@netthink.co.uk>
17443              Date: Wed, 11 Apr 2001 12:59:31 +0100
17444              Message-ID: <20010411125931.A25681@netthink.co.uk>
17445      Branch: perl
17446            ! opcode.pl
17447 ____________________________________________________________________________
17448 [  9685] By: jhi                                   on 2001/04/11  16:53:15
17449         Log: Subject: [PATCH] prototype("CORE::recv")
17450              From: Simon Cozens <simon@netthink.co.uk>
17451              Date: Wed, 11 Apr 2001 13:24:35 +0100
17452              Message-ID: <20010411132435.A26169@netthink.co.uk>
17453      Branch: perl
17454            ! pp.c t/comp/proto.t
17455 ____________________________________________________________________________
17456 [  9684] By: jhi                                   on 2001/04/11  16:47:13
17457         Log: FAQ (and AUTHORS) update from Dan Carson: the information
17458              was several years obsolete, Term::Readkey has been updated
17459              to have the functionality.
17460      Branch: perl
17461            ! AUTHORS pod/perlfaq5.pod
17462 ____________________________________________________________________________
17463 [  9683] By: jhi                                   on 2001/04/11  12:15:46
17464         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
17465              From: Calle Dybedahl <calle@lysator.liu.se>
17466              Date: 10 Apr 2001 16:44:16 +0200
17467              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
17468      Branch: perl
17469            ! ext/MIME/Base64/Base64.xs
17470 ____________________________________________________________________________
17471 [  9682] By: jhi                                   on 2001/04/11  12:12:26
17472         Log: A more minimal fix for 20010410.006 from Hugo.
17473      Branch: perl
17474            ! regexec.c
17475 ____________________________________________________________________________
17476 [  9681] By: jhi                                   on 2001/04/11  11:34:23
17477         Log: Integrate changes #9678,9679 from maintline into mainperl.
17478              
17479              addendum to change#9676
17480              
17481              up $File::Glob::VERSION; add a note pointing out the version of
17482              the OpenBSD glob bsd_glob.c resembles
17483      Branch: perl
17484           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17485           !> ext/File/Glob/bsd_glob.h
17486 ____________________________________________________________________________
17487 [  9680] By: jhi                                   on 2001/04/11  11:30:38
17488         Log: Bad test numbering in integrate in #9677.
17489              Fixes ID 20010411.001.
17490      Branch: perl
17491            ! t/op/pat.t
17492 ____________________________________________________________________________
17493 [  9679] By: gsar                                  on 2001/04/11  03:38:40
17494         Log: up $File::Glob::VERSION; add a note pointing out the version of
17495              the OpenBSD glob bsd_glob.c resembles
17496      Branch: maint-5.6/perl
17497            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17498            ! ext/File/Glob/bsd_glob.h
17499 ____________________________________________________________________________
17500 [  9678] By: gsar                                  on 2001/04/11  03:09:48
17501         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
17502              revision 1.8.10.1 found here:
17503              
17504              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
17505      Branch: maint-5.6/perl
17506            ! ext/File/Glob/bsd_glob.c
17507 ____________________________________________________________________________
17508 [  9677] By: jhi                                   on 2001/04/11  02:54:39
17509         Log: Integrate changes #9675,9676 from maintperl into mainline.
17510              
17511              fix for bug 20010410.006, undo change#7115
17512              
17513              port the OpenBSD glob() security patch
17514      Branch: perl
17515           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17516           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
17517           !> t/op/pat.t
17518 ____________________________________________________________________________
17519 [  9676] By: gsar                                  on 2001/04/11  02:19:02
17520         Log: port the glob() security patch found at:
17521              
17522              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
17523              
17524              CERT advisory for the issue is here:
17525              
17526              http://www.cert.org/advisories/CA-2001-07.html
17527              
17528              Note that the security scare is only relevant for those who are
17529              foolish enough to build suidperl (which is now officially discouraged)
17530      Branch: maint-5.6/perl
17531            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
17532            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
17533 ____________________________________________________________________________
17534 [  9675] By: gsar                                  on 2001/04/10  23:52:11
17535         Log: fix for bug 20010410.006
17536              
17537              undo change#7115 (came into maint-5.6 as change#8156)
17538              
17539              add tests to keep it from coming back
17540      Branch: maint-5.6/perl
17541            ! regexec.c t/op/pat.t
17542 ____________________________________________________________________________
17543 [  9674] By: nick                                  on 2001/04/10  20:39:31
17544         Log: Integrate mainline
17545      Branch: perlio
17546           +> Porting/testall.atom
17547           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
17548           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
17549           !> t/lib/lc-uk.t t/pod/find.t
17550 ____________________________________________________________________________
17551 [  9673] By: nick                                  on 2001/04/10  18:46:14
17552         Log: Integrate against change 9670 aka perl-5.7.1
17553      Branch: perlio
17554           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17555           !> (integrate 53 files)
17556 ____________________________________________________________________________
17557 [  9672] By: jhi                                   on 2001/04/10  13:45:01
17558         Log: Add a script for doing cumulative profile of the test suite.
17559              (Requires ATOM, that is, Tru64.)
17560      Branch: perl
17561            + Porting/testall.atom
17562            ! MANIFEST
17563 ____________________________________________________________________________
17564 [  9671] By: jhi                                   on 2001/04/10  12:38:53
17565         Log: Missing std block.
17566      Branch: perl
17567            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
17568            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
17569            ! t/pod/find.t
17570 ____________________________________________________________________________
17571 [  9670] By: jhi                                   on 2001/04/10  01:25:58
17572         Log: This is 5.7.1.
17573      Branch: perl
17574            ! patchlevel.h
17575 ____________________________________________________________________________
17576 [  9669] By: jhi                                   on 2001/04/10  01:09:14
17577         Log: Update Changes.
17578      Branch: perl
17579            ! Changes patchlevel.h
17580 ____________________________________________________________________________
17581 [  9668] By: jhi                                   on 2001/04/10  01:00:38
17582         Log: Regen toc.
17583      Branch: perl
17584            ! pod/perltoc.pod
17585 ____________________________________________________________________________
17586 [  9667] By: jhi                                   on 2001/04/10  00:52:16
17587         Log: Update perlhist.
17588      Branch: perl
17589            ! pod/perlhist.pod
17590 ____________________________________________________________________________
17591 [  9666] By: jhi                                   on 2001/04/09  23:38:59
17592         Log: Slight wording tweaks from Damian to #9658.
17593      Branch: perl
17594            ! pod/perlobj.pod
17595 ____________________________________________________________________________
17596 [  9665] By: jhi                                   on 2001/04/09  19:56:06
17597         Log: Subject: [PATCH perlutil.pod] Nit
17598              From: Simon Cozens <simon@netthink.co.uk>
17599              Date: Mon, 9 Apr 2001 20:29:44 +0100
17600              Message-ID: <20010409202944.A14796@the.earth.li>
17601      Branch: perl
17602            ! pod/perlutil.pod
17603 ____________________________________________________________________________
17604 [  9664] By: jhi                                   on 2001/04/09  19:54:42
17605         Log: Subject: Re: perl571delta.pod@9631
17606              From: Mike Guy <mjtg@cam.ac.uk>
17607              Date: Mon, 09 Apr 2001 18:09:14 +0100
17608              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
17609      Branch: perl
17610            ! pod/perl571delta.pod
17611 ____________________________________________________________________________
17612 [  9663] By: jhi                                   on 2001/04/09  13:43:35
17613         Log: Update Changes.
17614      Branch: perl
17615            ! Changes patchlevel.h
17616 ____________________________________________________________________________
17617 [  9662] By: jhi                                   on 2001/04/09  13:24:46
17618         Log: tweak tweak.
17619      Branch: perl
17620            ! AUTHORS pod/perl571delta.pod
17621 ____________________________________________________________________________
17622 [  9661] By: jhi                                   on 2001/04/09  13:15:13
17623         Log: Thinko in manual patch applying.
17624      Branch: perl
17625            ! sv.c
17626 ____________________________________________________________________________
17627 [  9660] By: jhi                                   on 2001/04/09  13:07:53
17628         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
17629              From: Robin Barker <rmb1@cise.npl.co.uk> 
17630              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
17631              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
17632              
17633              (This corrects the case where the "isn't numeric" string contains \0s
17634              and is longer than the temporary buffer, and contains \0 at the point
17635              the string would be truncated by "...".) 
17636      Branch: perl
17637            ! sv.c
17638 ____________________________________________________________________________
17639 [  9659] By: jhi                                   on 2001/04/09  12:57:41
17640         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
17641      Branch: perl
17642            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
17643            ! t/lib/cgi-function.t t/lib/cgi-html.t
17644 ____________________________________________________________________________
17645 [  9658] By: jhi                                   on 2001/04/09  12:48:47
17646         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
17647              From: Ilmari Karonen <iltzu@sci.fi>
17648              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
17649              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
17650              
17651              Rearrange and rewrite the Method Invocation section
17652              to explain the concepts in nicer order.
17653      Branch: perl
17654            ! pod/perlobj.pod
17655 ____________________________________________________________________________
17656 [  9657] By: jhi                                   on 2001/04/09  12:35:58
17657         Log: Upgrade to podlators 1.09, from Russ Allbery.
17658      Branch: perl
17659            ! lib/Pod/Man.pm lib/Pod/Text.pm
17660 ____________________________________________________________________________
17661 [  9656] By: jhi                                   on 2001/04/09  12:31:53
17662         Log: perl571delta.
17663      Branch: perl
17664            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
17665 ____________________________________________________________________________
17666 [  9655] By: jhi                                   on 2001/04/09  12:20:09
17667         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
17668              From: Prymmer/Kahn <pvhp@best.com>
17669              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
17670              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
17671      Branch: perl
17672            ! lib/utf8.pm pod/perlunicode.pod
17673 ____________________________________________________________________________
17674 [  9654] By: gsar                                  on 2001/04/09  03:38:33
17675         Log: here lies 5.6.1
17676      Branch: maint-5.6/perl
17677            ! Changes
17678 ____________________________________________________________________________
17679 [  9653] By: jhi                                   on 2001/04/09  03:25:24
17680         Log: Update perlhist.
17681      Branch: perl
17682            ! pod/perlhist.pod
17683 ____________________________________________________________________________
17684 [  9652] By: jhi                                   on 2001/04/09  03:18:49
17685         Log: perl571delta tweaking continues.
17686      Branch: perl
17687            ! pod/perl571delta.pod
17688 ____________________________________________________________________________
17689 [  9651] By: gsar                                  on 2001/04/09  03:11:19
17690         Log: update Changes, patchlevel.h &c.
17691      Branch: maint-5.6/perl
17692            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17693            ! pod/perltoc.pod
17694 ____________________________________________________________________________
17695 [  9650] By: jhi                                   on 2001/04/09  02:40:24
17696         Log: Integrate the perlfork half of #9513 from maintperl into mainline
17697              (the perlunicode half is obsolete)
17698      Branch: perl
17699            ! pod/perlfork.pod
17700 ____________________________________________________________________________
17701 [  9649] By: gsar                                  on 2001/04/09  02:35:43
17702         Log: tweak perldelta as suggested by Jarkko
17703      Branch: maint-5.6/perl
17704            ! pod/perldelta.pod
17705 ____________________________________________________________________________
17706 [  9648] By: jhi                                   on 2001/04/09  02:13:04
17707         Log: Integrate change #9646 from maintperl into mainline.
17708              
17709              add note about ithreads and Thread.pm
17710      Branch: perl
17711           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
17712 ____________________________________________________________________________
17713 [  9647] By: jhi                                   on 2001/04/09  02:10:18
17714         Log: Bad assumption that shortsize == 2.
17715      Branch: perl
17716            ! t/lib/xs-typemap.t
17717 ____________________________________________________________________________
17718 [  9646] By: gsar                                  on 2001/04/09  00:48:04
17719         Log: add note about ithreads and Thread.pm (too many people are
17720              confused by the fact that Thread.pm is built and installed
17721              under non-5005threads but doesn't work)
17722      Branch: maint-5.6/perl
17723            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
17724 ____________________________________________________________________________
17725 [  9645] By: gsar                                  on 2001/04/09  00:19:03
17726         Log: update perldelta.pod for changes in 5.6.1
17727      Branch: maint-5.6/perl
17728            ! Changes pod/perldelta.pod
17729 ____________________________________________________________________________
17730 [  9644] By: jhi                                   on 2001/04/08  20:37:00
17731         Log: Integrate change #9639 from maintperl into mainline:
17732              on windows, many of the README.* pods were being copied to
17733              the wrong location
17734      Branch: perl
17735           !> win32/Makefile win32/makefile.mk
17736 ____________________________________________________________________________
17737 [  9643] By: jhi                                   on 2001/04/08  20:07:11
17738         Log: Integrate change #9624 from maintperl into mainline:
17739              the pod tests were not okay.  (t/pod/find.t changes ignored)
17740      Branch: perl
17741           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
17742           !> t/pod/include.t t/pod/included.t t/pod/lref.t
17743           !> t/pod/multiline_items.t t/pod/nested_items.t
17744           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17745           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17746 ____________________________________________________________________________
17747 [  9642] By: jhi                                   on 2001/04/08  19:57:17
17748         Log: Integrate change #9638 from maintperl into mainline:
17749              update to latest JPL from the anoncvs repository
17750      Branch: perl
17751           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17752           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17753           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17754 ____________________________________________________________________________
17755 [  9641] By: jhi                                   on 2001/04/08  19:53:30
17756         Log: perl571delta updates.
17757      Branch: perl
17758            ! lib/Filter/Simple.pm pod/perl571delta.pod
17759 ____________________________________________________________________________
17760 [  9640] By: gsar                                  on 2001/04/08  19:20:46
17761         Log: integrate change#9634 from mainline
17762              
17763              Fix the perlmodlib generation (didn't understand separate .pod
17764              files; didn't understand -- as the name-thing separator).
17765              Update the CPAN mirrors list.
17766      Branch: maint-5.6/perl
17767            ! pod/perlmodlib.pod
17768           !> pod/perlmodlib.PL
17769 ____________________________________________________________________________
17770 [  9639] By: gsar                                  on 2001/04/08  18:57:31
17771         Log: on windows, many of the README.* pods were being copied to the wrong
17772              location
17773      Branch: maint-5.6/perl
17774            ! win32/Makefile win32/makefile.mk
17775 ____________________________________________________________________________
17776 [  9638] By: gsar                                  on 2001/04/08  18:38:25
17777         Log: update to latest JPL from the anoncvs repository
17778      Branch: maint-5.6/perl
17779            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
17780            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17781            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
17782 ____________________________________________________________________________
17783 [  9637] By: jhi                                   on 2001/04/08  17:53:53
17784         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
17785      Branch: perl
17786            ! pod/perl571delta.pod
17787 ____________________________________________________________________________
17788 [  9636] By: jhi                                   on 2001/04/08  17:18:32
17789         Log: Regen toc.
17790      Branch: perl
17791            ! pod/perltoc.pod
17792 ____________________________________________________________________________
17793 [  9635] By: jhi                                   on 2001/04/08  17:16:33
17794         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
17795              From: "Craig A. Berry" <craigberry@mac.com>
17796              Date: Sun, 08 Apr 2001 12:30:16 -0500
17797              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
17798      Branch: perl
17799            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
17800 ____________________________________________________________________________
17801 [  9634] By: jhi                                   on 2001/04/08  17:09:19
17802         Log: Fix the perlmodlib generation (didn't understand separate .pod
17803              files; didn't understand -- as the name-thing separator).
17804              
17805              Update the CPAN mirrors list.
17806      Branch: perl
17807            ! pod/perlmodlib.PL pod/perlmodlib.pod
17808 ____________________________________________________________________________
17809 [  9633] By: jhi                                   on 2001/04/08  16:49:17
17810         Log: Sort MANIFEST.
17811      Branch: perl
17812            ! MANIFEST
17813 ____________________________________________________________________________
17814 [  9632] By: gsar                                  on 2001/04/08  16:36:06
17815         Log: add $Tie::RefHash::VERSION
17816      Branch: maint-5.6/perl
17817            ! lib/Tie/RefHash.pm
17818 ____________________________________________________________________________
17819 [  9631] By: jhi                                   on 2001/04/08  16:10:15
17820         Log: perl571delta updates based on p5p feedback; still needs
17821              lots of examples.
17822      Branch: perl
17823            ! pod/perl571delta.pod
17824 ____________________________________________________________________________
17825 [  9630] By: jhi                                   on 2001/04/08  15:59:13
17826         Log: Update the list of supported platforms to talk about 5.7.1
17827              (and 5.6.1)
17828      Branch: perl
17829            ! pod/perlport.pod
17830 ____________________________________________________________________________
17831 [  9629] By: jhi                                   on 2001/04/08  15:55:41
17832         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
17833              from maintperl into mainline: perlport updates.
17834      Branch: perl
17835            ! pod/perlport.pod
17836 ____________________________________________________________________________
17837 [  9628] By: jhi                                   on 2001/04/08  15:53:17
17838         Log: perlsolaris.pod copied to wrong directory.
17839      Branch: perl
17840            ! win32/makefile.mk
17841 ____________________________________________________________________________
17842 [  9627] By: jhi                                   on 2001/04/08  14:48:18
17843         Log: Subject: Typos in perl571delta.pod
17844              From: "Stephen P. Potter" <spp@spotter.yi.org>
17845              Date: Sat, 07 Apr 2001 20:37:05 -0400
17846              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
17847      Branch: perl
17848            ! pod/perl571delta.pod
17849 ____________________________________________________________________________
17850 [  9626] By: jhi                                   on 2001/04/08  14:39:04
17851         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
17852      Branch: perl
17853            ! gv.c
17854 ____________________________________________________________________________
17855 [  9625] By: nick                                  on 2001/04/08  10:14:23
17856         Log: Integrate mainline
17857      Branch: perlio
17858           +> pod/perl570delta.pod pod/perl571delta.pod
17859           !> (integrate 27 files)
17860 ____________________________________________________________________________
17861 [  9624] By: gsar                                  on 2001/04/08  06:08:17
17862         Log: test in t/pod/* were busted
17863              
17864              these tests are still not enabled in t/{harness,TEST}
17865      Branch: maint-5.6/perl
17866            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
17867            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
17868            ! t/pod/multiline_items.t t/pod/nested_items.t
17869            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
17870            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
17871 ____________________________________________________________________________
17872 [  9623] By: gsar                                  on 2001/04/08  03:37:01
17873         Log: integrate change#9470 from mainline
17874              
17875              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17876      Branch: maint-5.6/perl
17877           !> ext/Socket/Socket.xs
17878 ____________________________________________________________________________
17879 [  9622] By: jhi                                   on 2001/04/07  22:40:47
17880         Log: Update Changes.
17881      Branch: perl
17882            ! Changes patchlevel.h
17883 ____________________________________________________________________________
17884 [  9621] By: jhi                                   on 2001/04/07  22:34:16
17885         Log: Update AUTHORS.
17886      Branch: perl
17887            ! AUTHORS
17888 ____________________________________________________________________________
17889 [  9620] By: jhi                                   on 2001/04/07  22:12:47
17890         Log: Forgot to bump the number of tests in #9164.
17891      Branch: perl
17892            ! t/op/array.t
17893 ____________________________________________________________________________
17894 [  9619] By: jhi                                   on 2001/04/07  22:09:50
17895         Log: Bump patchlevel to 5.7.1.
17896      Branch: perl
17897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17898            ! config_h.SH patchlevel.h
17899 ____________________________________________________________________________
17900 [  9618] By: jhi                                   on 2001/04/07  22:02:41
17901         Log: Populate perl571delta.
17902      Branch: perl
17903            ! pod/perl571delta.pod
17904 ____________________________________________________________________________
17905 [  9617] By: jhi                                   on 2001/04/07  22:01:23
17906         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
17907              to forget it later; do not change patchlevel.h yet or regenerate
17908              Configure yet.
17909      Branch: perl
17910            ! epoc/config.sh win32/Makefile win32/config_H.bc
17911            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
17912 ____________________________________________________________________________
17913 [  9616] By: jhi                                   on 2001/04/07  17:46:33
17914         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
17915      Branch: perl
17916            ! pod/perl571delta.pod
17917 ____________________________________________________________________________
17918 [  9615] By: jhi                                   on 2001/04/07  17:33:21
17919         Log: Change the toc configuration.
17920      Branch: perl
17921            ! pod/buildtoc.PL pod/perl.pod
17922 ____________________________________________________________________________
17923 [  9614] By: jhi                                   on 2001/04/07  17:29:47
17924         Log: Subject: PATCH: $[
17925              From: Robin Houston <robin@kitsite.com>
17926              Date: Fri, 6 Apr 2001 18:10:14 +0100
17927              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
17928      Branch: perl
17929            ! op.c t/op/array.t
17930 ____________________________________________________________________________
17931 [  9613] By: jhi                                   on 2001/04/07  17:28:26
17932         Log: Subject: [PATCH perl@9424] isn't numeric warning
17933              From: Robin Barker <rmb1@cise.npl.co.uk>
17934              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
17935              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
17936      Branch: perl
17937            ! sv.c t/pragma/warn/sv
17938 ____________________________________________________________________________
17939 [  9612] By: jhi                                   on 2001/04/07  17:26:45
17940         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
17941              From: Mike Guy <mjtg@cam.ac.uk>
17942              Date: Fri, 06 Apr 2001 12:47:06 +0100
17943              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
17944      Branch: perl
17945            ! dump.c t/lib/peek.t
17946 ____________________________________________________________________________
17947 [  9611] By: jhi                                   on 2001/04/07  17:21:35
17948         Log: Create perl571delta and seed it off with the perldelta changes
17949              since 5.7.0; remove those changes from perldelta and rename it
17950              as perl570delta; recreate perldelta but leave it almost empty.
17951      Branch: perl
17952            + pod/perl570delta.pod pod/perl571delta.pod
17953            ! MANIFEST pod/perldelta.pod
17954 ____________________________________________________________________________
17955 [  9610] By: jhi                                   on 2001/04/07  16:56:32
17956         Log: Denit.
17957      Branch: perl
17958            ! pod/perldelta.pod
17959 ____________________________________________________________________________
17960 [  9609] By: jhi                                   on 2001/04/07  16:38:32
17961         Log: Retract #9523: needs more thought.
17962      Branch: perl
17963            ! Makefile.SH
17964 ____________________________________________________________________________
17965 [  9608] By: jhi                                   on 2001/04/07  14:59:20
17966         Log: atmark() code cleanaup.
17967      Branch: perl
17968            ! ext/IO/IO.xs
17969 ____________________________________________________________________________
17970 [  9607] By: jhi                                   on 2001/04/07  14:48:14
17971         Log: Integrate change #9605 from maintperl into mainline.
17972              
17973              can't optimize away scope entry if tr/// is present
17974      Branch: perl
17975           !> op.c t/op/tr.t
17976 ____________________________________________________________________________
17977 [  9606] By: jhi                                   on 2001/04/07  14:43:59
17978         Log: Integrate perlio.
17979      Branch: perl
17980           +> win32/FindExt.pm
17981           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
17982           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
17983 ____________________________________________________________________________
17984 [  9605] By: gsar                                  on 2001/04/07  11:52:40
17985         Log: can't optimize away scope entry if tr/// is present
17986      Branch: maint-5.6/perl
17987            ! op.c t/op/tr.t
17988 ____________________________________________________________________________
17989 [  9604] By: nick                                  on 2001/04/07  11:39:45
17990         Log: Split out extension finding code from buildext.pl into FindExt.pm
17991              Use it to get Config.pm's idea of available extensions in line
17992              with what is built.
17993      Branch: perlio
17994            + win32/FindExt.pm
17995            ! MANIFEST win32/buildext.pl win32/config_sh.PL
17996            ! win32/makefile.mk
17997 ____________________________________________________________________________
17998 [  9603] By: nick                                  on 2001/04/07  09:11:38
17999         Log: Cleanup correction for failed :Via() layer, also set an error code.
18000      Branch: perlio
18001            ! ext/PerlIO/Via/Via.xs
18002 ____________________________________________________________________________
18003 [  9602] By: nick                                  on 2001/04/07  08:38:04
18004         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
18005              style. So don't use binmode() on the handles so that Win32 etc. see
18006              same sequence and produce same digests.
18007      Branch: perlio
18008            ! t/lib/md5-file.t
18009 ____________________________________________________________________________
18010 [  9601] By: nick                                  on 2001/04/07  08:36:26
18011         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
18012              Else it complains and so crlf layer (say) does not get pushed.
18013      Branch: perlio
18014            ! perlio.c
18015 ____________________________________________________________________________
18016 [  9600] By: jhi                                   on 2001/04/06  23:00:09
18017         Log: Integrate change #9599 from perlio into mainline.
18018      Branch: perl
18019           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18020           !> win32/config_H.vc
18021 ____________________________________________________________________________
18022 [  9599] By: nick                                  on 2001/04/06  21:42:43
18023         Log: Quote $VERSION in Encode.pm.
18024              regen_config_h as requested.
18025      Branch: perlio
18026            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
18027            ! win32/config_H.vc
18028 ____________________________________________________________________________
18029 [  9598] By: nick                                  on 2001/04/06  20:34:59
18030         Log: Integrate mainline
18031      Branch: perlio
18032           +> README.macos
18033           !> (integrate 39 files)
18034 ____________________________________________________________________________
18035 [  9597] By: gsar                                  on 2001/04/06  18:06:35
18036         Log: integrate change#9464 from mainline (addendum to change#8313)
18037              
18038              Subject: [PATCH @9452] Better peep()ing for foreach() loops
18039      Branch: maint-5.6/perl
18040           !> op.c
18041 ____________________________________________________________________________
18042 [  9596] By: jhi                                   on 2001/04/06  17:26:03
18043         Log: The d_casti32=undef is good for you even when not use64bitall.
18044      Branch: perl
18045            ! hints/hpux.sh
18046 ____________________________________________________________________________
18047 [  9595] By: gsar                                  on 2001/04/06  14:57:17
18048         Log: add a low-impact fix to accomodate darwin-ism
18049      Branch: maint-5.6/perl
18050            ! ext/Errno/Errno_pm.PL
18051 ____________________________________________________________________________
18052 [  9594] By: jhi                                   on 2001/04/06  14:55:14
18053         Log: Integrate changes #9528,9593 from mainline into maintperl;
18054              tweaking the editor/IDE/shell list.
18055      Branch: maint-5.6/perl
18056           !> pod/perlfaq3.pod
18057 ____________________________________________________________________________
18058 [  9593] By: jhi                                   on 2001/04/06  14:51:39
18059         Log: Make the editor/IDE/shell list a little bit airier.
18060      Branch: perl
18061            ! pod/perlfaq3.pod
18062 ____________________________________________________________________________
18063 [  9592] By: gsar                                  on 2001/04/06  14:45:18
18064         Log: integrate change#9477 from mainline (base.pm doc tweak)
18065              
18066              missing doc entry for fmod()
18067      Branch: maint-5.6/perl
18068            ! lib/Math/BigFloat.pm
18069           !> lib/base.pm
18070 ____________________________________________________________________________
18071 [  9591] By: jhi                                   on 2001/04/06  13:55:48
18072         Log: Regen toc.
18073      Branch: perl
18074            ! pod/perltoc.pod
18075 ____________________________________________________________________________
18076 [  9590] By: jhi                                   on 2001/04/06  13:54:52
18077         Log: Math::BigFloat patches from John Peacock.  The equivalent
18078              of #9586 from maintperl but reworked by John to work with
18079              the bleadperl.
18080      Branch: perl
18081            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18082 ____________________________________________________________________________
18083 [  9589] By: jhi                                   on 2001/04/06  13:42:23
18084         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
18085      Branch: perl
18086            ! ext/Digest/MD5/Makefile.PL
18087 ____________________________________________________________________________
18088 [  9588] By: jhi                                   on 2001/04/06  13:31:45
18089         Log: Integrate changes #9584,9587 from maintperl into mainline.
18090              
18091              keep eval"" CVs alive until the end of the statement in which
18092              they're called
18093              
18094              add README.macos (from Chris Nandor)
18095              
18096              tyop in change#9555
18097      Branch: perl
18098           +> README.macos
18099           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
18100           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
18101           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
18102           !> win32/makefile.mk
18103 ____________________________________________________________________________
18104 [  9587] By: gsar                                  on 2001/04/06  07:31:30
18105         Log: add README.macos (from Chris Nandor)
18106              
18107              tyop in change#9555
18108      Branch: maint-5.6/perl
18109            + README.macos
18110            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
18111            ! win32/Makefile win32/makefile.mk
18112 ____________________________________________________________________________
18113 [  9586] By: gsar                                  on 2001/04/06  07:08:54
18114         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
18115      Branch: maint-5.6/perl
18116            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
18117 ____________________________________________________________________________
18118 [  9585] By: gsar                                  on 2001/04/06  06:58:44
18119         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
18120              from mainline
18121              
18122              Subject: [PATCH] Base64 update to perlfaq9.pod
18123              
18124              Subject: [PATCH AUTHORS] Housekeeping
18125              
18126              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18127              Mac OS X (Darwin) has extra pwent fields.
18128              
18129              Subject: [PATCH B::*] print control-character vars readably
18130              Needs EBCDICification.
18131              
18132              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18133              
18134              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18135              
18136              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18137              
18138              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18139              
18140              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18141              
18142              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18143              
18144              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
18145              
18146              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18147              
18148              FreeBSD hints tweak from Anton Berezin.
18149              
18150              Subject: [PATCH foolperl & bleadperl] README.vms update
18151              
18152              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18153      Branch: maint-5.6/perl
18154           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
18155           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18156           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
18157 ____________________________________________________________________________
18158 [  9584] By: gsar                                  on 2001/04/06  04:09:00
18159         Log: keep eval"" CVs alive until the end of the statement in which
18160              they're called; this avoids a coredump ensuing from search for
18161              lexicals in code such as:
18162              
18163              sub bug {
18164              my $s = @_;
18165              eval q[sub { eval 'sub { &$s }' }];
18166              }
18167              bug("x")->()->();
18168              
18169              this code still doesn't work as intended (as it has remained
18170              since time immemorial), but it doesn't provoke a coredump anymore
18171      Branch: maint-5.6/perl
18172            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
18173            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
18174 ____________________________________________________________________________
18175 [  9583] By: jhi                                   on 2001/04/05  23:52:51
18176         Log: Update Changes.
18177      Branch: perl
18178            ! Changes patchlevel.h
18179 ____________________________________________________________________________
18180 [  9582] By: jhi                                   on 2001/04/05  23:11:23
18181         Log: Slight doc tweak.
18182      Branch: perl
18183            ! pod/perlunicode.pod
18184 ____________________________________________________________________________
18185 [  9581] By: jhi                                   on 2001/04/05  23:04:11
18186         Log: Integrate perlio.
18187      Branch: perl
18188           !> pod/perlunicode.pod
18189 ____________________________________________________________________________
18190 [  9580] By: jhi                                   on 2001/04/05  23:03:29
18191         Log: Test for #9579.
18192      Branch: perl
18193            ! t/op/do.t
18194 ____________________________________________________________________________
18195 [  9579] By: jhi                                   on 2001/04/05  22:54:17
18196         Log: Subject: [PATCH] Propagate calling context for do '...'
18197              From: Gisle Aas <gisle@ActiveState.com>
18198              Date: 04 Apr 2001 20:17:29 -0700
18199              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
18200      Branch: perl
18201            ! pod/perlfunc.pod pp_ctl.c
18202 ____________________________________________________________________________
18203 [  9578] By: jhi                                   on 2001/04/05  22:52:51
18204         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
18205              From: Peter Prymmer <pvhp@forte.com>
18206              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
18207              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
18208      Branch: perl
18209            ! README.vms
18210 ____________________________________________________________________________
18211 [  9577] By: jhi                                   on 2001/04/05  22:48:22
18212         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
18213              From: "Craig A. Berry" <craigberry@mac.com>
18214              Date: Thu, 5 Apr 2001 13:43:28 -0500
18215              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
18216      Branch: perl
18217            ! README.vms
18218 ____________________________________________________________________________
18219 [  9576] By: jhi                                   on 2001/04/05  22:31:38
18220         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
18221              From: Michael G Schwern <schwern@pobox.com>
18222              Date: Thu, 5 Apr 2001 21:53:21 +0100
18223              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
18224      Branch: perl
18225            ! lib/base.pm t/lib/fields.t
18226 ____________________________________________________________________________
18227 [  9575] By: jhi                                   on 2001/04/05  22:26:10
18228         Log: FreeBSD hints tweak from Anton Berezin.
18229      Branch: perl
18230            ! hints/freebsd.sh
18231 ____________________________________________________________________________
18232 [  9574] By: jhi                                   on 2001/04/05  22:24:03
18233         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
18234              From: David Dyck <dcd@tc.fluke.com>
18235              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
18236              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
18237      Branch: perl
18238            ! t/op/oct.t
18239 ____________________________________________________________________________
18240 [  9573] By: jhi                                   on 2001/04/05  22:23:06
18241         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
18242              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
18243              From: David Dyck <dcd@tc.fluke.com>
18244              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
18245      Branch: perl
18246            ! pp.c
18247 ____________________________________________________________________________
18248 [  9572] By: jhi                                   on 2001/04/05  22:14:47
18249         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
18250              From: Robin Houston <robin@kitsite.com>
18251              Date: Thu, 5 Apr 2001 20:56:48 +0100
18252              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
18253      Branch: perl
18254            ! ext/B/B/Deparse.pm
18255 ____________________________________________________________________________
18256 [  9571] By: jhi                                   on 2001/04/05  22:12:53
18257         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
18258              From: Robin Houston <robin@kitsite.com>
18259              Date: Thu, 5 Apr 2001 19:55:51 +0100
18260              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
18261      Branch: perl
18262            ! ext/B/B/Deparse.pm
18263 ____________________________________________________________________________
18264 [  9570] By: jhi                                   on 2001/04/05  22:11:06
18265         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
18266              From: Robin Houston <robin@kitsite.com>
18267              Date: Thu, 5 Apr 2001 20:16:29 +0100
18268              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
18269      Branch: perl
18270            ! ext/B/B/Deparse.pm
18271 ____________________________________________________________________________
18272 [  9569] By: nick                                  on 2001/04/05  21:32:26
18273         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
18274      Branch: perlio
18275            ! pod/perlunicode.pod
18276 ____________________________________________________________________________
18277 [  9568] By: nick                                  on 2001/04/05  19:38:09
18278         Log: Integrate mainline
18279      Branch: perlio
18280           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
18281           !> (integrate 35 files)
18282 ____________________________________________________________________________
18283 [  9567] By: jhi                                   on 2001/04/05  18:31:45
18284         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
18285              From: Robin Houston <robin@kitsite.com>
18286              Date: Thu, 5 Apr 2001 18:03:23 +0100
18287              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
18288      Branch: perl
18289            ! ext/B/B/Deparse.pm
18290 ____________________________________________________________________________
18291 [  9566] By: jhi                                   on 2001/04/05  18:29:35
18292         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
18293              From: Robin Houston <robin@kitsite.com>
18294              Date: Thu, 5 Apr 2001 16:45:18 +0100
18295              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
18296      Branch: perl
18297            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
18298 ____________________________________________________________________________
18299 [  9565] By: jhi                                   on 2001/04/05  18:24:23
18300         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
18301              From: Robin Houston <robin@kitsite.com>
18302              Date: Thu, 5 Apr 2001 14:50:09 +0100
18303              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
18304      Branch: perl
18305            ! ext/B/B/Deparse.pm
18306 ____________________________________________________________________________
18307 [  9564] By: jhi                                   on 2001/04/05  18:23:03
18308         Log: Subject: [PATCH B::*] print control-character vars readably
18309              From: Robin Houston <robin@kitsite.com>
18310              Date: Thu, 5 Apr 2001 14:27:38 +0100
18311              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
18312              
18313              Needs EBCDICification.
18314      Branch: perl
18315            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
18316            ! ext/B/B/Terse.pm
18317 ____________________________________________________________________________
18318 [  9563] By: jhi                                   on 2001/04/05  18:20:32
18319         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
18320              Date: Thu, 5 Apr 2001 13:21:42 -0400
18321              From: Paul Schinder <schinder@pobox.com>
18322              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
18323              
18324              Mac OS X (Darwin) has extra pwent fields.
18325      Branch: perl
18326            ! t/op/pwent.t
18327 ____________________________________________________________________________
18328 [  9562] By: jhi                                   on 2001/04/05  17:57:51
18329         Log: Regen toc.
18330      Branch: perl
18331            ! pod/perltoc.pod
18332 ____________________________________________________________________________
18333 [  9561] By: jhi                                   on 2001/04/05  17:47:33
18334         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
18335      Branch: metaconfig
18336            ! U/Glossary.patch
18337      Branch: metaconfig/U/perl
18338            + d_u32align.U
18339            ! d_cmsghdr_s.U d_msghdr_s.U
18340 ____________________________________________________________________________
18341 [  9560] By: jhi                                   on 2001/04/05  17:47:01
18342         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
18343              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
18344              Introduce probes for struct msghdr, struct cmsghdr,
18345              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
18346              ualarm, usleep, for possible later extension work.
18347      Branch: perl
18348            + t/lib/md5-align.t
18349            ! Configure MANIFEST Porting/Glossary Porting/config.sh
18350            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18351            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
18352            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18353            ! vos/config.ga.h win32/config.bc win32/config.gc
18354            ! win32/config.vc
18355 ____________________________________________________________________________
18356 [  9559] By: jhi                                   on 2001/04/05  13:03:04
18357         Log: Be traditional in your cpp (for the Errno extension).
18358      Branch: perl
18359            ! hints/darwin.sh
18360 ____________________________________________________________________________
18361 [  9558] By: jhi                                   on 2001/04/05  13:00:05
18362         Log: Add $Config{cppflags} to the gcc incantation.
18363      Branch: perl
18364            ! ext/Errno/Errno_pm.PL
18365 ____________________________________________________________________________
18366 [  9557] By: jhi                                   on 2001/04/05  04:22:39
18367         Log: Introduce Sean Burke's Class::ISA 0.32.
18368      Branch: perl
18369            + lib/Class/ISA.pm t/lib/class-isa.t
18370            ! MANIFEST
18371 ____________________________________________________________________________
18372 [  9556] By: jhi                                   on 2001/04/05  04:09:50
18373         Log: Subject: [PATCH AUTHORS] Housekeeping
18374              From: Paul Johnson <paul@pjcj.net> 
18375              Date: Wed, 4 Apr 2001 22:45:47 +0200
18376              Message-ID: <20010404224547.D9548@pjcj.net>
18377      Branch: perl
18378            ! AUTHORS
18379 ____________________________________________________________________________
18380 [  9555] By: jhi                                   on 2001/04/05  04:06:33
18381         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
18382              From: Gisle Aas <gisle@ActiveState.com>
18383              Date: 04 Apr 2001 14:23:04 -0700
18384              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
18385      Branch: perl
18386            ! pod/perlfaq9.pod
18387 ____________________________________________________________________________
18388 [  9554] By: jhi                                   on 2001/04/05  04:05:49
18389         Log: Downgrade also the "Wide character" diagnostic.
18390      Branch: perl
18391            ! pod/perldiag.pod
18392 ____________________________________________________________________________
18393 [  9553] By: jhi                                   on 2001/04/05  04:00:33
18394         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
18395              maintperl into mainline.
18396              
18397              "double" should be "NV"; standard typemap is missing entry
18398              for NV
18399              
18400              s/djSP/dSP/
18401              
18402              Downgrade "Wide character in print" to a warning.
18403              
18404              B::Deparse fix for ${^FOO} and documentation for PVX() method
18405              (from Robin Houston)
18406              
18407              tr/// doesn't null-terminate the result in some situations
18408              (from Gisle Aas)
18409      Branch: perl
18410           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
18411           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
18412           !> t/io/utf8.t t/op/tr.t
18413 ____________________________________________________________________________
18414 [  9552] By: jhi                                   on 2001/04/05  03:52:50
18415         Log: Retract changes #9542 and #9538 (from maintperl, integrated
18416              at #9540), shouldn't be needed because of the perlio changes.
18417      Branch: perl
18418            ! util.c
18419 ____________________________________________________________________________
18420 [  9551] By: gsar                                  on 2001/04/05  00:18:34
18421         Log: tr/// doesn't null-terminate the result in some situations
18422              (from Gisle Aas)
18423      Branch: maint-5.6/perl
18424            ! doop.c t/op/tr.t
18425 ____________________________________________________________________________
18426 [  9550] By: gsar                                  on 2001/04/04  20:04:17
18427         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
18428              (from Robin Houston)
18429      Branch: maint-5.6/perl
18430            ! ext/B/B.pm ext/B/B/Deparse.pm
18431 ____________________________________________________________________________
18432 [  9549] By: nick                                  on 2001/04/04  18:56:15
18433         Log: Downgrade "Wide character in print" to a warning.
18434      Branch: perlio
18435            ! doio.c t/io/utf8.t
18436 ____________________________________________________________________________
18437 [  9548] By: gsar                                  on 2001/04/04  18:51:49
18438         Log: integrate changes#9460,9462,9482,9521,9522
18439              
18440              Subject: PATCH: B::Debug should show LOOP-specific fields
18441              
18442              Subject: B::Deparse precedence bug. (Patch included.)
18443              
18444              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18445              
18446              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18447              
18448              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18449      Branch: maint-5.6/perl
18450           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
18451           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
18452 ____________________________________________________________________________
18453 [  9547] By: gsar                                  on 2001/04/04  18:49:16
18454         Log: s/djSP/dSP/
18455      Branch: maint-5.6/perl
18456            ! ext/Thread/Thread.xs
18457 ____________________________________________________________________________
18458 [  9546] By: nick                                  on 2001/04/04  18:44:00
18459         Log: Integrate mainline.
18460      Branch: perlio
18461           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
18462           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
18463 ____________________________________________________________________________
18464 [  9545] By: gsar                                  on 2001/04/04  18:38:52
18465         Log: integrate change#8837 from mainline
18466              
18467              Subject: [patch] -Wall cleanup round 2
18468      Branch: maint-5.6/perl
18469           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
18470           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
18471           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
18472           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
18473           !> ext/SDBM_File/SDBM_File.xs
18474 ____________________________________________________________________________
18475 [  9544] By: gsar                                  on 2001/04/04  17:49:57
18476         Log: "double" should be "NV"; standard typemap is missing entry
18477              for NV
18478      Branch: maint-5.6/perl
18479            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
18480 ____________________________________________________________________________
18481 [  9543] By: jhi                                   on 2001/04/04  14:13:18
18482         Log: Thou shalt not (just) match for English error messages.
18483      Branch: perl
18484            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
18485            ! os2/OS2/Process/Process.pm
18486 ____________________________________________________________________________
18487 [  9542] By: jhi                                   on 2001/04/04  13:20:39
18488         Log: Make the stdio tricks of fflush_all() to exist only if
18489              stdio is being used.
18490      Branch: perl
18491            ! util.c
18492 ____________________________________________________________________________
18493 [  9541] By: jhi                                   on 2001/04/04  04:20:24
18494         Log: Subject: Re: [PATCH] Lighten up glob
18495              From: Benjamin Sugars <bsugars@canoe.ca>
18496              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
18497              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
18498      Branch: perl
18499            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
18500            ! util.c
18501 ____________________________________________________________________________
18502 [  9540] By: jhi                                   on 2001/04/04  04:03:57
18503         Log: Integrate changes #9538,9539 from maintperl into mainline.
18504              
18505              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18506              for use with _fwalk() (fix for change#7705)
18507              
18508              another tweak needed for SunOS 4.1.x build (from Mike Guy)
18509              (cp -f is not portable)
18510      Branch: perl
18511           !> Makefile.SH util.c
18512 ____________________________________________________________________________
18513 [  9539] By: gsar                                  on 2001/04/04  03:01:14
18514         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
18515      Branch: maint-5.6/perl
18516            ! Makefile.SH
18517 ____________________________________________________________________________
18518 [  9538] By: gsar                                  on 2001/04/04  01:00:38
18519         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
18520              for use with _fwalk() (fix for change#7705)
18521      Branch: maint-5.6/perl
18522            ! util.c
18523 ____________________________________________________________________________
18524 [  9537] By: nick                                  on 2001/04/03  19:24:55
18525         Log: Integrate mainline
18526      Branch: perlio
18527           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
18528           +> lib/unicode/PropList.html
18529            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
18530           !> (integrate 69 files)
18531 ____________________________________________________________________________
18532 [  9536] By: jhi                                   on 2001/04/03  18:02:31
18533         Log: Integrate change #9533 from maintperl into mainline.
18534              
18535              better fix for change#9517 to accomodate UNC paths like
18536              \\server\share\foo, and paths with trailing backslash
18537              like c:\this\
18538      Branch: perl
18539           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18540 ____________________________________________________________________________
18541 [  9535] By: jhi                                   on 2001/04/03  17:58:07
18542         Log: Change the push/unshift warning to be of class syntax, not misc.
18543      Branch: perl
18544            ! op.c pod/perldiag.pod t/pragma/warn/op
18545 ____________________________________________________________________________
18546 [  9534] By: jhi                                   on 2001/04/03  15:03:46
18547         Log: Change the push/unshift warning (#9532) to talk about "no values"
18548              instead of "no arguments".
18549      Branch: perl
18550            ! op.c pod/perldiag.pod t/pragma/warn/op
18551 ____________________________________________________________________________
18552 [  9533] By: gsar                                  on 2001/04/03  14:30:07
18553         Log: better fix for change#9517 to accomodate UNC paths like
18554              \\server\share\foo, and paths with trailing backslash
18555              like c:\this\
18556      Branch: maint-5.6/perl
18557            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18558 ____________________________________________________________________________
18559 [  9532] By: jhi                                   on 2001/04/03  13:11:46
18560         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
18561              From: Robin Houston <robin@kitsite.com>
18562              Date: Mon, 2 Apr 2001 15:03:29 +0100
18563              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
18564      Branch: perl
18565            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
18566 ____________________________________________________________________________
18567 [  9531] By: jhi                                   on 2001/04/03  13:06:34
18568         Log: Integrate change #9530 from maintperl into mainline.
18569              
18570              accomodate VMS "mailbox overflow" quirk in testsuite (from
18571              Craig Berry)
18572      Branch: perl
18573           !> t/lib/socket.t
18574 ____________________________________________________________________________
18575 [  9530] By: gsar                                  on 2001/04/03  04:56:41
18576         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
18577              Craig Berry)
18578      Branch: maint-5.6/perl
18579            ! t/lib/socket.t
18580 ____________________________________________________________________________
18581 [  9529] By: jhi                                   on 2001/04/03  02:34:34
18582         Log: Update Changes.
18583      Branch: perl
18584            ! Changes patchlevel.h
18585 ____________________________________________________________________________
18586 [  9528] By: jhi                                   on 2001/04/03  01:27:57
18587         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
18588              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
18589              To: perl5-porters@perl.org
18590              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
18591      Branch: perl
18592            ! pod/perlfaq3.pod
18593 ____________________________________________________________________________
18594 [  9527] By: jhi                                   on 2001/04/03  01:22:09
18595         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
18596              From: Peter Prymmer <pvhp@forte.com>
18597              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
18598              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
18599      Branch: perl
18600            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
18601 ____________________________________________________________________________
18602 [  9526] By: jhi                                   on 2001/04/03  01:18:25
18603         Log: The metaconfig unit changes for #9525.
18604      Branch: metaconfig
18605            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
18606      Branch: metaconfig/U/perl
18607            ! use64bits.U
18608 ____________________________________________________________________________
18609 [  9525] By: jhi                                   on 2001/04/03  01:17:30
18610         Log: Configure sanity checks:
18611              * if use64bitall is attempted but pointers are only 32-bit,
18612              'downgrade' to use64bitint
18613              * if use64bitint is attempted but there's no quad type,
18614              forget about use64bitint (well, the default for it is 'n',
18615              the user can still override this)
18616              * if pointers are 64 bits, do not try to use Perl's malloc
18617      Branch: perl
18618            ! Configure
18619 ____________________________________________________________________________
18620 [  9524] By: gsar                                  on 2001/04/03  01:09:12
18621         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
18622      Branch: maint-5.6/perl
18623            ! pp_sys.c
18624 ____________________________________________________________________________
18625 [  9523] By: jhi                                   on 2001/04/03  00:02:31
18626         Log: (Retracted by #9609)
18627              
18628              Make it harder for parallel makes to enter 'test' before
18629              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
18630              should be unhappy enough, but sometimes parallel makes seem
18631              to sneak past both in Tru64 and AIX.)
18632      Branch: perl
18633            ! Makefile.SH
18634 ____________________________________________________________________________
18635 [  9522] By: jhi                                   on 2001/04/02  22:35:31
18636         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
18637              Date: Mon, 2 Apr 2001 22:54:10 +0100
18638              From: Robin Houston <robin@kitsite.com>
18639              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
18640      Branch: perl
18641            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
18642 ____________________________________________________________________________
18643 [  9521] By: jhi                                   on 2001/04/02  22:32:23
18644         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
18645              From: Robin Houston <robin@kitsite.com>
18646              Date: Mon, 2 Apr 2001 20:24:03 +0100
18647              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
18648      Branch: perl
18649            ! ext/B/B/Concise.pm
18650 ____________________________________________________________________________
18651 [  9520] By: jhi                                   on 2001/04/02  22:30:43
18652         Log: Subject: [PATCH] REALLY pedantic hv.h nit
18653              From: Simon Cozens <simon@netthink.co.uk>
18654              Date: Mon, 2 Apr 2001 15:43:06 +0100
18655              Message-ID: <20010402154306.A21711@netthink.co.uk>
18656      Branch: perl
18657            ! hv.h
18658 ____________________________________________________________________________
18659 [  9519] By: jhi                                   on 2001/04/02  22:28:04
18660         Log: Based on
18661              
18662              Subject: [foolperl] EPOC fix
18663              From: Olaf Flebbe <O.Flebbe@science-computing.de>
18664              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
18665              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
18666      Branch: perl
18667            ! pp_sys.c
18668 ____________________________________________________________________________
18669 [  9518] By: jhi                                   on 2001/04/02  22:22:34
18670         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
18671              
18672              README.win32 tweaks; add a note about alternative location for
18673              getting a gcc-2.95.2 that will build perl properly on windows
18674              
18675              add some notes about gutsy threading matters
18676              
18677              many of the utilities interpolate literal paths within doublequotes
18678              (fails on dosish platforms where path contains backslashes)
18679      Branch: perl
18680           !> README.win32 pod/perlguts.pod utils/perldoc.PL
18681           !> x2p/find2perl.PL x2p/s2p.PL
18682 ____________________________________________________________________________
18683 [  9517] By: gsar                                  on 2001/04/02  19:52:21
18684         Log: many of the utilities interpolate literal paths within doublequotes
18685              (fails on dosish platforms where path contains backslashes)
18686      Branch: maint-5.6/perl
18687            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
18688 ____________________________________________________________________________
18689 [  9516] By: gsar                                  on 2001/04/02  05:49:37
18690         Log: a foolish release
18691      Branch: maint-5.6/perl
18692            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
18693            ! pod/perltoc.pod
18694 ____________________________________________________________________________
18695 [  9515] By: gsar                                  on 2001/04/02  05:04:29
18696         Log: add missing changelog summaries
18697      Branch: maint-5.6/perl
18698            ! Changes
18699 ____________________________________________________________________________
18700 [  9514] By: gsar                                  on 2001/04/02  04:07:13
18701         Log: add some notes about gutsy threading matters
18702      Branch: maint-5.6/perl
18703            ! pod/perlguts.pod
18704 ____________________________________________________________________________
18705 [  9513] By: gsar                                  on 2001/04/02  03:25:21
18706         Log: add more prominent caveat notices about experimental features
18707      Branch: maint-5.6/perl
18708            ! pod/perlfork.pod pod/perlunicode.pod
18709 ____________________________________________________________________________
18710 [  9512] By: gsar                                  on 2001/04/02  02:54:33
18711         Log: integrate changes#9479,9509 from mainline
18712              
18713              [PATCH] File::Glob stuff for Mac OS
18714              
18715              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18716      Branch: maint-5.6/perl
18717           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18718           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18719           !> t/lib/glob-taint.t
18720 ____________________________________________________________________________
18721 [  9511] By: gsar                                  on 2001/04/02  02:38:24
18722         Log: README.win32 tweaks; add a note about alternative location for
18723              getting a gcc-2.95.2 that will build perl properly on windows
18724      Branch: maint-5.6/perl
18725            ! README.win32
18726 ____________________________________________________________________________
18727 [  9510] By: jhi                                   on 2001/04/01  20:45:10
18728         Log: An ambiguosity warning.
18729      Branch: perl
18730            ! t/lib/trig.t
18731 ____________________________________________________________________________
18732 [  9509] By: jhi                                   on 2001/04/01  19:53:47
18733         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
18734              From: Jonathan Stowe <gellyfish@gellyfish.com>
18735              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
18736              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
18737      Branch: perl
18738            ! ext/File/Glob/bsd_glob.c
18739 ____________________________________________________________________________
18740 [  9508] By: jhi                                   on 2001/04/01  19:35:03
18741         Log: Update Changes.
18742      Branch: perl
18743            ! Changes patchlevel.h
18744 ____________________________________________________________________________
18745 [  9507] By: jhi                                   on 2001/04/01  19:24:01
18746         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
18747              from mainline to maintperl: pod tweaks.
18748      Branch: maint-5.6/perl
18749           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
18750           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
18751           !> pod/perlvar.pod
18752 ____________________________________________________________________________
18753 [  9506] By: jhi                                   on 2001/04/01  19:11:53
18754         Log: Commit Sarathy to April release of 5.6.1 :-)
18755      Branch: perl
18756            ! pod/perlfaq1.pod
18757 ____________________________________________________________________________
18758 [  9505] By: jhi                                   on 2001/04/01  19:03:15
18759         Log: Subject: PATCH 5.6.0 (perldebug.pod)
18760              From: Mark-Jason Dominus <mjd@plover.com>
18761              Date: Sun, 01 Apr 2001 14:25:11 -0400
18762              Message-ID: <20010401182511.9247.qmail@plover.com>
18763      Branch: perl
18764            ! pod/perldebug.pod
18765 ____________________________________________________________________________
18766 [  9504] By: jhi                                   on 2001/04/01  18:43:09
18767         Log: Add great_circle_direction().
18768      Branch: perl
18769            ! lib/Math/Trig.pm t/lib/trig.t
18770 ____________________________________________________________________________
18771 [  9503] By: jhi                                   on 2001/04/01  17:29:12
18772         Log: Unicode ReadMe update for Unicode 3.1.
18773      Branch: perl
18774            ! lib/unicode/ReadMe.txt
18775 ____________________________________________________________________________
18776 [  9502] By: jhi                                   on 2001/04/01  17:18:40
18777         Log: Integrate change #9501 from maintperl into mainline.
18778              
18779              fix the perlembed notes on multiple interpreters
18780              
18781              fix ExtUtils::Embed to work passably on Windows
18782      Branch: perl
18783           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
18784 ____________________________________________________________________________
18785 [  9501] By: gsar                                  on 2001/04/01  07:21:57
18786         Log: fix the perlembed notes on multiple interpreters
18787              
18788              fix ExtUtils::Embed to work passably on Windows
18789      Branch: maint-5.6/perl
18790            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
18791 ____________________________________________________________________________
18792 [  9500] By: jhi                                   on 2001/04/01  05:58:23
18793         Log: Test for #9499.
18794      Branch: perl
18795            ! t/op/tr.t
18796 ____________________________________________________________________________
18797 [  9499] By: jhi                                   on 2001/04/01  05:55:46
18798         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
18799      Branch: perl
18800            ! embed.h embed.pl op.c proto.h
18801 ____________________________________________________________________________
18802 [  9498] By: jhi                                   on 2001/04/01  05:44:34
18803         Log: Protect the workaround hunk more.
18804      Branch: perl
18805            ! toke.c
18806 ____________________________________________________________________________
18807 [  9497] By: jhi                                   on 2001/04/01  00:24:25
18808         Log: Integrate changes #9493,9494,9495,9496 from maintperl
18809              into mainline.
18810              
18811              fix a broken workaround for Borland compiler in change#4739
18812              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18813              
18814              nits spotted by Borland compiler
18815              
18816              avoid redefinition warnings under Borland 5.02
18817              
18818              various nits identified by the Borland 5.5 compiler; remove suppression
18819              of a few warnings
18820      Branch: perl
18821           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
18822           !> win32/win32.h
18823 ____________________________________________________________________________
18824 [  9496] By: gsar                                  on 2001/03/31  23:22:28
18825         Log: various nits identified by the Borland 5.5 compiler; remove suppression
18826              of a few warnings
18827      Branch: maint-5.6/perl
18828            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
18829 ____________________________________________________________________________
18830 [  9495] By: gsar                                  on 2001/03/31  21:03:08
18831         Log: avoid redefinition warnings under Borland 5.02
18832      Branch: maint-5.6/perl
18833            ! win32/makefile.mk
18834 ____________________________________________________________________________
18835 [  9494] By: gsar                                  on 2001/03/31  20:18:59
18836         Log: nits spotted by Borland compiler
18837      Branch: maint-5.6/perl
18838            ! utf8.h win32/win32.h
18839 ____________________________________________________________________________
18840 [  9493] By: gsar                                  on 2001/03/31  20:18:05
18841         Log: fix a broken workaround for Borland compiler in change#4739
18842              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
18843      Branch: maint-5.6/perl
18844            ! toke.c
18845 ____________________________________________________________________________
18846 [  9492] By: jhi                                   on 2001/03/31  18:36:24
18847         Log: Integrate change #9491 from maintperl into mainline.
18848              
18849              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18850              directory is relative (need to fetch the full path name *before*
18851              the chdir!)
18852      Branch: perl
18853           !> lib/Cwd.pm
18854 ____________________________________________________________________________
18855 [  9491] By: gsar                                  on 2001/03/31  17:01:56
18856         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
18857              directory is relative (need to fetch the full path name *before*
18858              the chdir!)
18859              
18860              this is a followup patch for change#6749
18861      Branch: maint-5.6/perl
18862            ! lib/Cwd.pm
18863 ____________________________________________________________________________
18864 [  9490] By: jhi                                   on 2001/03/31  15:50:18
18865         Log: Subject: Re: [PATCH] av.h cosmetics
18866              From: Simon Cozens <simon@netthink.co.uk>
18867              Date: Sat, 31 Mar 2001 13:09:59 +0100
18868              Message-ID: <20010331130959.A22000@netthink.co.uk>
18869              
18870              Document AvALLOC.
18871      Branch: perl
18872            ! pod/perlguts.pod
18873 ____________________________________________________________________________
18874 [  9489] By: jhi                                   on 2001/03/31  15:48:44
18875         Log: Subject: [PATCH] Re: Math::Big* v1.21
18876              From: Tels <perl_dummy@bloodgate.com>
18877              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
18878              Message-Id: <200103311125.GAA377738@www08.hway.net>
18879      Branch: perl
18880            ! pod/perlop.pod
18881 ____________________________________________________________________________
18882 [  9488] By: jhi                                   on 2001/03/31  03:39:51
18883         Log: Debug output tweak.
18884      Branch: perl
18885            ! t/lib/cwd.t
18886 ____________________________________________________________________________
18887 [  9487] By: jhi                                   on 2001/03/31  03:33:02
18888         Log: OverVMSification.
18889      Branch: perl
18890            ! t/lib/cwd.t
18891 ____________________________________________________________________________
18892 [  9486] By: jhi                                   on 2001/03/31  03:01:40
18893         Log: Missed MANIFESTations in #9483.
18894      Branch: perl
18895            ! MANIFEST
18896 ____________________________________________________________________________
18897 [  9485] By: jhi                                   on 2001/03/31  02:58:17
18898         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
18899              From: Peter Prymmer <pvhp@forte.com>
18900              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
18901              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
18902      Branch: perl
18903            ! regexec.c t/lib/cwd.t
18904 ____________________________________________________________________________
18905 [  9484] By: jhi                                   on 2001/03/31  01:04:41
18906         Log: Obsolete file (see #3938)
18907      Branch: perl
18908            - lib/unicode/README.Ethiopic
18909            ! MANIFEST
18910 ____________________________________________________________________________
18911 [  9483] By: jhi                                   on 2001/03/31  00:52:42
18912         Log: Update to Unicode 3.1.
18913              (Rename Names.txt to NamesList.txt.)
18914      Branch: perl
18915            + lib/unicode/NamesList.txt lib/unicode/PropList.html
18916            - lib/unicode/Names.txt
18917            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
18918            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
18919            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
18920            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
18921            ! lib/unicode/UCD.html lib/unicode/Unicode.html
18922            ! lib/unicode/rename lib/unicode/version
18923 ____________________________________________________________________________
18924 [  9482] By: jhi                                   on 2001/03/30  23:33:44
18925         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
18926              From: Robin Houston <robin@kitsite.com>
18927              Date: Fri, 30 Mar 2001 20:07:22 +0100
18928              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
18929      Branch: perl
18930            ! ext/B/B/Deparse.pm
18931 ____________________________________________________________________________
18932 [  9481] By: jhi                                   on 2001/03/30  23:20:25
18933         Log: Subject: Re: [PATCH] CwdXS, Take 2
18934              From: Benjamin Sugars <bsugars@canoe.ca>
18935              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
18936              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
18937      Branch: perl
18938            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
18939            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
18940 ____________________________________________________________________________
18941 [  9480] By: jhi                                   on 2001/03/30  22:52:38
18942         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
18943              From: David Dyck <dcd@tc.fluke.com>
18944              Date: Fri, 30 Mar 2001 14:44:13 -0800
18945              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
18946              
18947              The t/rantests flags file creation was accidentally
18948              removed by #9217.
18949      Branch: perl
18950            ! Makefile.SH
18951 ____________________________________________________________________________
18952 [  9479] By: jhi                                   on 2001/03/30  22:45:45
18953         Log: Subject: [PATCH] File::Glob stuff for Mac OS
18954              From: Chris Nandor <pudge@pobox.com>
18955              Date: Fri, 30 Mar 2001 16:51:00 -0500
18956              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
18957      Branch: perl
18958            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
18959            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
18960            ! t/lib/glob-taint.t
18961 ____________________________________________________________________________
18962 [  9478] By: jhi                                   on 2001/03/30  22:43:12
18963         Log: Subject: fix for win32/buildext.pl
18964              From: "Vadim Konovalov" <watman@inbox.ru>
18965              Date: Sat, 31 Mar 2001 00:50:36 +0400
18966              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
18967      Branch: perl
18968            ! win32/buildext.pl
18969 ____________________________________________________________________________
18970 [  9477] By: jhi                                   on 2001/03/30  22:41:16
18971         Log: Subject: small base.pm doc patch
18972              From: Leon Brocard <acme@astray.com>
18973              Date: Fri, 30 Mar 2001 21:49:57 +0100
18974              Message-ID: <20010330214957.B8733@ns0.astray.com>
18975      Branch: perl
18976            ! lib/base.pm
18977 ____________________________________________________________________________
18978 [  9476] By: jhi                                   on 2001/03/30  18:16:57
18979         Log: Subject: [PATCH] av.h cosmetics
18980              From: Simon Cozens <simon@netthink.co.uk>
18981              Date: Fri, 30 Mar 2001 18:12:28 +0100
18982              Message-ID: <20010330181228.A9319@netthink.co.uk>
18983      Branch: perl
18984            ! av.h
18985 ____________________________________________________________________________
18986 [  9475] By: jhi                                   on 2001/03/30  18:15:50
18987         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
18988              From: "Philip Newton" <pnewton@gmx.de>
18989              Date: Fri, 30 Mar 2001 19:06:57 +0200
18990              Message-ID: <3AC4D951.14815.1AC7068@localhost>
18991      Branch: perl
18992            ! pod/perlhack.pod
18993 ____________________________________________________________________________
18994 [  9474] By: jhi                                   on 2001/03/30  18:14:02
18995         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
18996              From: Benjamin Sugars <bsugars@canoe.ca>
18997              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
18998              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
18999      Branch: perl
19000            ! t/lib/glob-basic.t
19001 ____________________________________________________________________________
19002 [  9473] By: jhi                                   on 2001/03/30  16:09:24
19003         Log: Update Changes.
19004      Branch: perl
19005            ! Changes patchlevel.h
19006 ____________________________________________________________________________
19007 [  9472] By: jhi                                   on 2001/03/30  15:16:08
19008         Log: Integrate perlio.
19009      Branch: perl
19010           !> t/lib/cwd.t t/lib/glob-basic.t
19011 ____________________________________________________________________________
19012 [  9471] By: nick                                  on 2001/03/30  14:47:10
19013         Log: Should be (^O eq 'MSWin32') not 'Win32'
19014              Fail #12 seems real - chdir is in wrong dir.
19015      Branch: perlio
19016            ! t/lib/cwd.t
19017 ____________________________________________________________________________
19018 [  9470] By: jhi                                   on 2001/03/30  14:41:11
19019         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
19020              From: Radu Greab <radu@netsoft.ro>
19021              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
19022              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
19023              
19024              Replace #9352.
19025      Branch: perl
19026            ! ext/Socket/Socket.xs pp_sys.c
19027 ____________________________________________________________________________
19028 [  9469] By: jhi                                   on 2001/03/30  14:37:51
19029         Log: Subject: PATCH pod/perldiag.pod
19030              From: Robin Houston <robin@kitsite.com>
19031              Date: Fri, 30 Mar 2001 14:10:36 +0100
19032              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
19033      Branch: perl
19034            ! pod/perldiag.pod t/lib/glob-basic.t
19035 ____________________________________________________________________________
19036 [  9468] By: jhi                                   on 2001/03/30  14:36:36
19037         Log: Subject: Better diagnostic in io/fs.t
19038              From: andreas.koenig@anima.de (Andreas J. Koenig)
19039              Date: 30 Mar 2001 10:11:43 +0200
19040              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
19041      Branch: perl
19042            ! t/io/fs.t
19043 ____________________________________________________________________________
19044 [  9467] By: nick                                  on 2001/03/30  14:25:43
19045         Log: Skip order test of glob if case-ignoring system cannot 
19046              create a.test and A.test
19047      Branch: perlio
19048            ! t/lib/glob-basic.t
19049 ____________________________________________________________________________
19050 [  9466] By: nick                                  on 2001/03/30  13:03:12
19051         Log: Integrate mainline.
19052      Branch: perlio
19053            - ext/re/hints/aix.pl
19054           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
19055           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
19056           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
19057           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
19058 ____________________________________________________________________________
19059 [  9465] By: jhi                                   on 2001/03/30  03:53:37
19060         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
19061              the tests sometimes hang, sometimes not.)
19062      Branch: perl
19063            ! t/lib/io_multihomed.t t/lib/io_sock.t
19064 ____________________________________________________________________________
19065 [  9464] By: jhi                                   on 2001/03/30  02:56:04
19066         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
19067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
19068              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
19069              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
19070      Branch: perl
19071            ! op.c
19072 ____________________________________________________________________________
19073 [  9463] By: jhi                                   on 2001/03/30  02:34:48
19074         Log: Test for #9462.
19075      Branch: perl
19076            ! t/lib/b.t
19077 ____________________________________________________________________________
19078 [  9462] By: jhi                                   on 2001/03/30  02:29:37
19079         Log: Subject: B::Deparse precedence bug. (Patch included.)
19080              From: Jeremy Madea <jmadea@inktomi.com>
19081              Date: Thu, 29 Mar 2001 12:05:02 -0800
19082              Message-ID: <20010329120502.A24881@dr.inktomi.com>
19083      Branch: perl
19084            ! ext/B/B/Deparse.pm
19085 ____________________________________________________________________________
19086 [  9461] By: jhi                                   on 2001/03/30  02:18:41
19087         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
19088              From: Peter Prymmer <pvhp@forte.com>
19089              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
19090              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
19091      Branch: perl
19092            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
19093            ! t/lib/md5-file.t
19094 ____________________________________________________________________________
19095 [  9460] By: jhi                                   on 2001/03/30  02:17:07
19096         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
19097              From: Robin Houston <robin@kitsite.com>
19098              Date: Thu, 29 Mar 2001 20:47:56 +0100
19099              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
19100      Branch: perl
19101            ! ext/B/B/Debug.pm
19102 ____________________________________________________________________________
19103 [  9459] By: jhi                                   on 2001/03/30  02:16:05
19104         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
19105              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19106              Date: Wed, 28 Mar 2001 18:02:20 -0600
19107              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
19108      Branch: perl
19109            ! lib/ExtUtils/MM_VMS.pm
19110 ____________________________________________________________________________
19111 [  9458] By: jhi                                   on 2001/03/30  02:07:58
19112         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
19113              From: "Joshua E. Rodd" <jrodd@pbs.org>
19114              Date: Wed, 28 Mar 2001 17:29:12 -0500
19115              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
19116      Branch: perl
19117            ! pod/perlop.pod
19118 ____________________________________________________________________________
19119 [  9457] By: jhi                                   on 2001/03/30  02:04:33
19120         Log: Subject: ext/re/aix.pl can go
19121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19122              Date: Thu, 29 Mar 2001 12:03:28 +0200
19123              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
19124      Branch: perl
19125            - ext/re/hints/aix.pl
19126            ! MANIFEST
19127 ____________________________________________________________________________
19128 [  9456] By: jhi                                   on 2001/03/30  02:03:32
19129         Log: Integrate perlio.
19130      Branch: perl
19131           !> ext/Encode/Encode.xs installperl
19132 ____________________________________________________________________________
19133 [  9455] By: nick                                  on 2001/03/29  21:11:46
19134         Log: DLL name has changed so installperl needs to know
19135              (Why isn't it working it out or passed it?)
19136      Branch: perlio
19137            ! installperl
19138 ____________________________________________________________________________
19139 [  9454] By: nick                                  on 2001/03/29  20:56:12
19140         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
19141              and we don't get undef warnings.
19142      Branch: perlio
19143            ! ext/Encode/Encode.xs
19144 ____________________________________________________________________________
19145 [  9453] By: nick                                  on 2001/03/29  17:58:48
19146         Log: Integrate mainline
19147      Branch: perlio
19148           !> Changes patchlevel.h
19149 ____________________________________________________________________________
19150 [  9452] By: jhi                                   on 2001/03/29  16:44:55
19151         Log: Update Changes.
19152      Branch: perl
19153            ! Changes patchlevel.h
19154 ____________________________________________________________________________
19155 [  9451] By: nick                                  on 2001/03/29  16:31:38
19156         Log: Integrate mainline
19157      Branch: perlio
19158           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
19159           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
19160           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
19161           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
19162           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
19163 ____________________________________________________________________________
19164 [  9450] By: jhi                                   on 2001/03/29  16:29:17
19165         Log: Integrate perlio.
19166      Branch: perl
19167           !> win32/buildext.pl
19168 ____________________________________________________________________________
19169 [  9449] By: jhi                                   on 2001/03/29  15:50:01
19170         Log: Update Changes.
19171      Branch: perl
19172            ! Changes patchlevel.h
19173 ____________________________________________________________________________
19174 [  9448] By: nick                                  on 2001/03/29  15:47:15
19175         Log: Make sure buildext.pl finds Errno.pm
19176      Branch: perlio
19177            ! win32/buildext.pl
19178 ____________________________________________________________________________
19179 [  9447] By: jhi                                   on 2001/03/29  15:39:34
19180         Log: Integrate perlio.
19181      Branch: perl
19182           !> win32/makefile.mk
19183 ____________________________________________________________________________
19184 [  9446] By: nick                                  on 2001/03/29  15:30:03
19185         Log: Integrate win32/makefile.mk with mainline.
19186      Branch: perlio
19187           !> win32/makefile.mk
19188 ____________________________________________________________________________
19189 [  9445] By: nick                                  on 2001/03/29  15:27:32
19190         Log: Fix breakage ... 
19191      Branch: perlio
19192            ! win32/makefile.mk
19193 ____________________________________________________________________________
19194 [  9444] By: jhi                                   on 2001/03/29  15:03:08
19195         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19196              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19197              Date: Thu, 29 Mar 2001 10:32:59 +0400
19198              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
19199      Branch: perl
19200            ! win32/makefile.mk
19201 ____________________________________________________________________________
19202 [  9443] By: jhi                                   on 2001/03/29  15:02:12
19203         Log: Integrate perlio.
19204      Branch: perl
19205           +> win32/buildext.pl
19206           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
19207           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
19208 ____________________________________________________________________________
19209 [  9442] By: nick                                  on 2001/03/29  14:59:11
19210         Log: Work in progress - determine win32 extensions to build via script.
19211      Branch: perlio
19212            + win32/buildext.pl
19213            ! MANIFEST win32/makefile.mk
19214 ____________________________________________________________________________
19215 [  9441] By: jhi                                   on 2001/03/29  14:51:47
19216         Log: Reintroduce the use of external pwd.
19217      Branch: perl
19218            ! t/lib/cwd.t
19219 ____________________________________________________________________________
19220 [  9440] By: jhi                                   on 2001/03/29  14:42:58
19221         Log: use warnings instead of -w.
19222      Branch: perl
19223            ! utils/h2xs.PL
19224 ____________________________________________________________________________
19225 [  9439] By: jhi                                   on 2001/03/29  14:41:52
19226         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
19227              From: Jonathan Stowe <gellyfish@gellyfish.com>
19228              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
19229              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
19230      Branch: perl
19231            ! utils/h2xs.PL
19232 ____________________________________________________________________________
19233 [  9438] By: jhi                                   on 2001/03/29  14:39:38
19234         Log: Subject: [PATCH perl@9424] minor pod nits
19235              From: Robin Barker <rmb1@cise.npl.co.uk>
19236              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
19237              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
19238      Branch: perl
19239            ! pod/perlhack.pod pod/perliol.pod
19240 ____________________________________________________________________________
19241 [  9437] By: jhi                                   on 2001/03/29  14:29:16
19242         Log: Subject: [PATCH perl@9424] typemap cast warning
19243              From: Robin Barker <rmb1@cise.npl.co.uk>
19244              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
19245              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
19246      Branch: perl
19247            ! lib/ExtUtils/typemap
19248 ____________________________________________________________________________
19249 [  9436] By: jhi                                   on 2001/03/29  14:26:03
19250         Log: Subject: [PATCH perl@9424] printf warning
19251              From: Robin Barker <rmb1@cise.npl.co.uk>
19252              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
19253              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
19254      Branch: perl
19255            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
19256            ! ext/Storable/Storable.xs toke.c
19257 ____________________________________________________________________________
19258 [  9435] By: nick                                  on 2001/03/29  14:23:31
19259         Log: Win32 has name conflict with ERROR
19260      Branch: perlio
19261            ! ext/PerlIO/Via/Via.xs
19262 ____________________________________________________________________________
19263 [  9434] By: jhi                                   on 2001/03/29  14:17:48
19264         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
19265              From: Peter Prymmer <pvhp@forte.com>
19266              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
19267              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
19268      Branch: perl
19269            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
19270 ____________________________________________________________________________
19271 [  9433] By: jhi                                   on 2001/03/29  13:52:44
19272         Log: test-prep target was missing.
19273      Branch: perl
19274            ! Makefile.SH
19275 ____________________________________________________________________________
19276 [  9432] By: nick                                  on 2001/03/29  12:40:03
19277         Log: Make as-shipped compiler default to MSVC6 
19278      Branch: perlio
19279            ! win32/makefile.mk
19280 ____________________________________________________________________________
19281 [  9431] By: nick                                  on 2001/03/29  12:12:16
19282         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
19283              akin to PerlIO::Scalar.
19284      Branch: perlio
19285            ! perlio.c perlio.h
19286 ____________________________________________________________________________
19287 [  9430] By: nick                                  on 2001/03/29  10:56:35
19288         Log: Integrate mainline.
19289      Branch: perlio
19290           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19291           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19292           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19293           !> win32/makefile.mk win32/win32sck.c
19294 ____________________________________________________________________________
19295 [  9429] By: nick                                  on 2001/03/29  09:03:43
19296         Log: Noticed that two tests were skipped as perlio:: package
19297              isn't there any more. Changed the skip condition.
19298              Avoid core-dump if sv_utf8_upgrade() called on something
19299              that does not become SvPOK after SvPV() (e.g. a ref).
19300      Branch: perlio
19301            ! sv.c t/io/utf8.t t/lib/io_scalar.t
19302 ____________________________________________________________________________
19303 [  9428] By: jhi                                   on 2001/03/29  01:31:47
19304         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
19305              From: Benjamin Sugars <bsugars@canoe.ca> 
19306              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
19307              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
19308      Branch: perl
19309            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
19310            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
19311            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
19312 ____________________________________________________________________________
19313 [  9427] By: jhi                                   on 2001/03/29  00:49:30
19314         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
19315              From: "Vadim Konovalov" <watman@inbox.ru>
19316              Date: Thu, 29 Mar 2001 01:50:12 +0400
19317              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
19318      Branch: perl
19319            ! win32/makefile.mk win32/win32sck.c
19320 ____________________________________________________________________________
19321 [  9426] By: gsar                                  on 2001/03/29  00:28:04
19322         Log: dmake can only handle == and != in comparisons; support building
19323              with Borland's VCL libraries (from Vadim Konovalov)
19324      Branch: maint-5.6/perl
19325            ! win32/makefile.mk
19326 ____________________________________________________________________________
19327 [  9425] By: nick                                  on 2001/03/28  19:29:56
19328         Log: Integrate (@snapshot)
19329      Branch: perlio
19330           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
19331 ____________________________________________________________________________
19332 [  9424] By: jhi                                   on 2001/03/28  19:03:16
19333         Log: Update Changes.
19334      Branch: perl
19335            ! Changes patchlevel.h
19336 ____________________________________________________________________________
19337 [  9423] By: jhi                                   on 2001/03/28  18:52:09
19338         Log: Rmdir lib/XS on cleanup.
19339      Branch: perl
19340            ! Makefile.SH
19341 ____________________________________________________________________________
19342 [  9422] By: jhi                                   on 2001/03/28  18:49:34
19343         Log: Integrate perlio.
19344      Branch: perl
19345           !> t/op/utf8decode.t
19346 ____________________________________________________________________________
19347 [  9421] By: nick                                  on 2001/03/28  18:46:44
19348         Log: Loose duplicate chunk.
19349      Branch: perlio
19350            ! t/op/utf8decode.t
19351 ____________________________________________________________________________
19352 [  9420] By: nick                                  on 2001/03/28  18:44:11
19353         Log: Integrate mainline.
19354      Branch: perlio
19355           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
19356           !> vms/vmsish.h
19357 ____________________________________________________________________________
19358 [  9419] By: jhi                                   on 2001/03/28  18:42:05
19359         Log: Can't trust external pwds
19360              (either shell builtins or external programs)
19361      Branch: perl
19362            ! t/lib/cwd.t
19363 ____________________________________________________________________________
19364 [  9418] By: jhi                                   on 2001/03/28  18:34:05
19365         Log: Integrate perlio.
19366      Branch: perl
19367            - lib/perlio.pm
19368           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19369           !> t/op/utf8decode.t
19370 ____________________________________________________________________________
19371 [  9417] By: nick                                  on 2001/03/28  18:24:02
19372         Log: PerlIO.pm / perlio.pm conflict.
19373              Update some pods.
19374              Make t/op/utf8decode.t a text file.
19375      Branch: perlio
19376            - lib/perlio.pm
19377            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
19378            ! t/op/utf8decode.t
19379 ____________________________________________________________________________
19380 [  9416] By: jhi                                   on 2001/03/28  18:06:07
19381         Log: Integrate change #9409 from mainline to maintperl.
19382              
19383              Yet another tweak on AIX dynaloading.
19384      Branch: maint-5.6/perl
19385           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19386 ____________________________________________________________________________
19387 [  9415] By: gsar                                  on 2001/03/28  17:13:01
19388         Log: integrate changes#9377,9385,9401 from mainline
19389              
19390              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19391              
19392              If directory entries compare equal case-insensitively,
19393              retry case-sensitively.
19394              
19395              Subject: [PATCH] B::Terse and warnings
19396      Branch: maint-5.6/perl
19397           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
19398           !> t/pragma/warn/perl
19399 ____________________________________________________________________________
19400 [  9414] By: jhi                                   on 2001/03/28  17:11:12
19401         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
19402              From: "Craig A. Berry" <craigberry@mac.com>
19403              Date: Wed, 28 Mar 2001 10:55:20 -0600
19404              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
19405      Branch: perl
19406            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
19407 ____________________________________________________________________________
19408 [  9413] By: jhi                                   on 2001/03/28  17:03:12
19409         Log: Dup hunk.
19410      Branch: perl
19411            ! t/op/utf8decode.t
19412 ____________________________________________________________________________
19413 [  9412] By: jhi                                   on 2001/03/28  17:02:36
19414         Log: Forced integrate from perlio.
19415      Branch: perl
19416           !> t/op/utf8decode.t
19417 ____________________________________________________________________________
19418 [  9411] By: nick                                  on 2001/03/28  16:50:03
19419         Log: Integrate mainline.
19420      Branch: perlio
19421           +> t/lib/cwd.t
19422           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19423           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
19424           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
19425           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
19426           !> t/pragma/warn/perl
19427 ____________________________________________________________________________
19428 [  9410] By: jhi                                   on 2001/03/28  16:44:23
19429         Log: Subject: Re: [PATCH] 9403 cannot be tested
19430              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19431              Date: Wed, 28 Mar 2001 18:33:56 +0200
19432              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
19433      Branch: perl
19434            ! makedef.pl
19435 ____________________________________________________________________________
19436 [  9409] By: jhi                                   on 2001/03/28  16:12:45
19437         Log: Yet another tweak on AIX dynaloading.
19438      Branch: perl
19439            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19440 ____________________________________________________________________________
19441 [  9408] By: jhi                                   on 2001/03/28  15:52:55
19442         Log: Subject: [PATCH] 9403 cannot be tested
19443              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
19444              Date: Wed, 28 Mar 2001 17:23:00 +0200
19445              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
19446              
19447              A missing symbol.
19448      Branch: perl
19449            ! makedef.pl
19450 ____________________________________________________________________________
19451 [  9407] By: jhi                                   on 2001/03/28  15:47:43
19452         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
19453      Branch: perl
19454            ! t/op/utf8decode.t
19455           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19456           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
19457 ____________________________________________________________________________
19458 [  9406] By: jhi                                   on 2001/03/28  15:37:08
19459         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
19460              From: Benjamin Sugars <bsugars@canoe.ca> 
19461              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
19462              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
19463      Branch: perl
19464            + t/lib/cwd.t
19465            ! MANIFEST
19466 ____________________________________________________________________________
19467 [  9405] By: jhi                                   on 2001/03/28  15:13:18
19468         Log: pp_ne() needs a CORRECT boolean.
19469      Branch: perl
19470            ! pp.c
19471 ____________________________________________________________________________
19472 [  9404] By: jhi                                   on 2001/03/28  15:09:23
19473         Log: pp_ne() needs a boolean, not an integer.
19474      Branch: perl
19475            ! pp.c
19476 ____________________________________________________________________________
19477 [  9403] By: jhi                                   on 2001/03/28  14:47:43
19478         Log: (Retracted by #9404.)
19479      Branch: perl
19480            ! pp.c
19481 ____________________________________________________________________________
19482 [  9402] By: jhi                                   on 2001/03/28  14:43:59
19483         Log: Subject: Re: [PATCH] Typemap testing
19484              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19485              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
19486              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
19487      Branch: perl
19488            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19489            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
19490 ____________________________________________________________________________
19491 [  9401] By: jhi                                   on 2001/03/28  14:42:14
19492         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
19493              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
19494              Date: Sun, 25 Mar 2001 21:59:15 +0100
19495              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
19496              
19497              A variable will be checked for the "use once" warnings if:
19498              
19499              1. It is in the scope of a use warnings 'once'
19500              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
19501              
19502              Otherwise it won't be checked at all.
19503              
19504              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
19505              
19506              The enclosed patch partially fixes this issue. What I didn't
19507              get to work was the case where the "used once" warning is enabled
19508              in any file other than the main file.
19509      Branch: perl
19510            ! gv.c t/pragma/warn/perl
19511 ____________________________________________________________________________
19512 [  9400] By: nick                                  on 2001/03/28  14:38:24
19513         Log: More EBCDIC tweaks:
19514              - one more swash issue &~(0xA0-1) did not do the right thing,
19515              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
19516              - add "use re 'asciirange'" to make [!-~] etc. work
19517              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
19518              - Choose a key for t/op/each.t test which gets encoded.
19519              - Skip utf8decode if this is UTF-EBCDIC.
19520      Branch: perlio
19521            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
19522            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
19523 ____________________________________________________________________________
19524 [  9399] By: jhi                                   on 2001/03/28  14:21:00
19525         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
19526              Andreas Schwab.
19527      Branch: perl
19528            ! pp.c
19529 ____________________________________________________________________________
19530 [  9398] By: jhi                                   on 2001/03/28  00:55:56
19531         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
19532              From: David Dyck <dcd@tc.fluke.com>
19533              Date: Tue, 27 Mar 2001 15:16:24 -0800
19534              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
19535      Branch: perl
19536            ! ext/IO/lib/IO/Socket.pm
19537 ____________________________________________________________________________
19538 [  9397] By: jhi                                   on 2001/03/27  21:52:49
19539         Log: Integrate perlio.
19540      Branch: perl
19541           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19542           +> ext/PerlIO/Via/Via.xs
19543           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19544 ____________________________________________________________________________
19545 [  9396] By: nick                                  on 2001/03/27  21:45:13
19546         Log: Integrate mainline.
19547      Branch: perlio
19548           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
19549           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
19550 ____________________________________________________________________________
19551 [  9395] By: nick                                  on 2001/03/27  21:18:58
19552         Log: Outline docs for PerlIO and PerlIO::Scalar
19553      Branch: perlio
19554            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
19555 ____________________________________________________________________________
19556 [  9394] By: nick                                  on 2001/03/27  20:50:13
19557         Log: PerlIO::Via layer (alpha-ish).
19558      Branch: perlio
19559            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
19560            + ext/PerlIO/Via/Via.xs
19561            ! MANIFEST
19562 ____________________________________________________________________________
19563 [  9393] By: jhi                                   on 2001/03/27  20:49:55
19564         Log: Retract #9329 now that 9390 should take care of the matter.
19565      Branch: perl
19566            ! utils/h2xs.PL
19567 ____________________________________________________________________________
19568 [  9390] By: jhi                                   on 2001/03/27  20:47:50
19569         Log: Subject: Autoloading Errno.pm when %! is encountered
19570              From: Robin Houston <robin@kitsite.com>
19571              Date: Tue, 27 Mar 2001 20:57:11 +0100
19572              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
19573      Branch: perl
19574            ! embed.h embed.pl gv.c proto.h t/op/magic.t
19575 ____________________________________________________________________________
19576 [  9389] By: jhi                                   on 2001/03/27  20:24:31
19577         Log: Integrate perlio.
19578      Branch: perl
19579           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19580           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
19581           !> utf8.c
19582 ____________________________________________________________________________
19583 [  9388] By: jhi                                   on 2001/03/27  20:21:38
19584         Log: Better have a three-element array if one is going to assign
19585              to the third element of that array. (from Tim Jenness)
19586      Branch: perl
19587            ! ext/XS/Typemap/Typemap.xs
19588 ____________________________________________________________________________
19589 [  9387] By: nick                                  on 2001/03/27  20:15:43
19590         Log: Integrate mainline.
19591      Branch: perlio
19592           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19593           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19594           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19595           +> t/lib/xs-typemap.t
19596           !> (integrate 34 files)
19597 ____________________________________________________________________________
19598 [  9386] By: jhi                                   on 2001/03/27  20:04:18
19599         Log: Subject: Re: perl@9359 breaks HTML::Parser
19600              From: Gisle Aas <gisle@ActiveState.com>
19601              Date: 27 Mar 2001 11:30:24 -0800
19602              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
19603              
19604              Clarify the UTF-8 issues of the API docs.
19605              (Slightly reworded and expanded.)
19606      Branch: perl
19607            ! pod/perlapi.pod sv.c sv.h
19608 ____________________________________________________________________________
19609 [  9385] By: jhi                                   on 2001/03/27  19:44:25
19610         Log: If directory entries compare equal case-insensitively,
19611              retry case-sensitively.
19612      Branch: perl
19613            ! ext/File/Glob/bsd_glob.c
19614 ____________________________________________________________________________
19615 [  9384] By: nick                                  on 2001/03/27  19:38:50
19616         Log: Various EBCDIC fixes:
19617              - major revelation that swash code is encoding aware,
19618              (or thought it was) - now it is ;-)
19619              - With that out of the way fix a slab of tr/// cases.
19620              - Fix Encode 'Unicode' to be true Unicode so tests pass.
19621              - As anticipated Base64.xs needed tweaks.
19622              - Until tr/// works right avoid old_encode64 in MIME tests.
19623      Branch: perlio
19624            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
19625            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
19626 ____________________________________________________________________________
19627 [  9383] By: jhi                                   on 2001/03/27  18:34:41
19628         Log: Add the std test suite BEGIN block.
19629      Branch: perl
19630            ! t/lib/xs-typemap.t
19631 ____________________________________________________________________________
19632 [  9382] By: jhi                                   on 2001/03/27  15:16:07
19633         Log: Add debugging output to the test.
19634      Branch: perl
19635            ! t/lib/glob-basic.t
19636 ____________________________________________________________________________
19637 [  9381] By: jhi                                   on 2001/03/27  15:08:10
19638         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
19639      Branch: perl
19640            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
19641            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19642            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
19643            + t/lib/xs-typemap.t
19644            ! MANIFEST
19645 ____________________________________________________________________________
19646 [  9380] By: jhi                                   on 2001/03/27  14:48:34
19647         Log: Subject: [PATCH] Typemap testing
19648              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
19649              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
19650              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
19651              
19652              (The first part of the patch.)
19653      Branch: perl
19654            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
19655 ____________________________________________________________________________
19656 [  9379] By: jhi                                   on 2001/03/27  14:44:56
19657         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
19658              From: Benjamin Sugars <bsugars@canoe.ca> 
19659              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
19660              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
19661      Branch: perl
19662            ! t/lib/glob-basic.t
19663 ____________________________________________________________________________
19664 [  9378] By: jhi                                   on 2001/03/27  14:42:30
19665         Log: Subject: [PATCH] perlvar nit
19666              From: Simon Cozens <simon@netthink.co.uk>
19667              Date: Tue, 27 Mar 2001 01:12:01 +0100
19668              Message-ID: <20010327011201.A19179@netthink.co.uk>
19669      Branch: perl
19670            ! pod/perlvar.pod
19671 ____________________________________________________________________________
19672 [  9377] By: jhi                                   on 2001/03/27  14:36:26
19673         Log: Subject: [PATCH] B::Terse and warnings
19674              From: Benjamin Sugars <ben.sugars@home.com>
19675              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
19676              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
19677      Branch: perl
19678            ! ext/B/B.pm ext/B/B/Terse.pm
19679 ____________________________________________________________________________
19680 [  9376] By: jhi                                   on 2001/03/27  14:31:31
19681         Log: Document sockatmark() some.
19682      Branch: perl
19683            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
19684            ! pod/perltoc.pod
19685 ____________________________________________________________________________
19686 [  9375] By: jhi                                   on 2001/03/27  14:00:24
19687         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
19688              noted by Gisle and fixed by NI-S.
19689      Branch: perl
19690            ! sv.c
19691 ____________________________________________________________________________
19692 [  9374] By: jhi                                   on 2001/03/27  05:50:01
19693         Log: Regen toc.
19694      Branch: perl
19695            ! pod/perltoc.pod
19696 ____________________________________________________________________________
19697 [  9373] By: jhi                                   on 2001/03/27  05:43:51
19698         Log: Pixie documenting.
19699      Branch: perl
19700            ! Makefile.SH pod/perlhack.pod
19701 ____________________________________________________________________________
19702 [  9372] By: jhi                                   on 2001/03/27  05:29:34
19703         Log: Metaconfig unit changes for #9371.
19704      Branch: metaconfig
19705            ! U/modified/myhostname.U
19706      Branch: metaconfig/U/perl
19707            + d_sockatmark.U
19708            ! gccvers.U
19709 ____________________________________________________________________________
19710 [  9371] By: jhi                                   on 2001/03/27  05:29:07
19711         Log: Add sockatmark() probing.
19712      Branch: perl
19713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19714            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19715            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19716            ! vos/config.ga.h win32/config.bc win32/config.gc
19717            ! win32/config.vc
19718 ____________________________________________________________________________
19719 [  9370] By: jhi                                   on 2001/03/26  22:01:18
19720         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
19721              Really need to benchmark this.
19722      Branch: perl
19723            ! pp.c
19724 ____________________________________________________________________________
19725 [  9369] By: nick                                  on 2001/03/26  21:59:30
19726         Log: Integrate mainline.
19727      Branch: perlio
19728            ! ext/MIME/Base64/QuotedPrint.pm
19729           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19730           !> patchlevel.h pod/perlhack.pod pp_sys.c
19731 ____________________________________________________________________________
19732 [  9368] By: jhi                                   on 2001/03/26  21:47:03
19733         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
19734              
19735              TODO1: perlbench.
19736              TODO2: le, lt, ge, gt?  Yech.
19737      Branch: perl
19738            ! pp.c
19739 ____________________________________________________________________________
19740 [  9367] By: jhi                                   on 2001/03/26  21:34:57
19741         Log: Too much cut-and-paste in #9363.
19742      Branch: perl
19743            ! pp_sys.c
19744 ____________________________________________________________________________
19745 [  9366] By: jhi                                   on 2001/03/26  21:20:53
19746         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
19747              From: Andreas Schwab <schwab@suse.de>
19748              Date: 26 Mar 2001 17:29:04 +0200
19749              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
19750              
19751              (The patch for 5.6.0 or so, this is a guess for bleadperl)
19752      Branch: perl
19753            ! pp_hot.c
19754 ____________________________________________________________________________
19755 [  9365] By: jhi                                   on 2001/03/26  21:07:54
19756         Log: Integrate perlio.
19757      Branch: perl
19758           !> perlio.c
19759 ____________________________________________________________________________
19760 [  9364] By: nick                                  on 2001/03/26  20:30:48
19761         Log: REFCNT botch in layer name cache hash.
19762      Branch: perlio
19763            ! perlio.c
19764 ____________________________________________________________________________
19765 [  9363] By: jhi                                   on 2001/03/26  18:44:32
19766         Log: Subject: [PATCH] socket() leaks file descriptors
19767              From: Benjamin Sugars <bsugars@canoe.ca>
19768              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
19769              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
19770              
19771              Also sockpair() fixed similarly.
19772      Branch: perl
19773            ! pp_sys.c
19774 ____________________________________________________________________________
19775 [  9362] By: jhi                                   on 2001/03/26  18:37:52
19776         Log: Integrate perlio.
19777      Branch: perl
19778           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
19779 ____________________________________________________________________________
19780 [  9361] By: nick                                  on 2001/03/26  17:32:06
19781         Log: Implement flush of linebuffered streams on read of a tty.
19782      Branch: perlio
19783            ! perlio.c perliol.h
19784 ____________________________________________________________________________
19785 [  9360] By: nick                                  on 2001/03/26  17:12:32
19786         Log: Memory tweaks and notes for OEMVS.
19787      Branch: perlio
19788            ! README.os390 miniperlmain.c t/op/pat.t
19789 ____________________________________________________________________________
19790 [  9359] By: jhi                                   on 2001/03/26  02:12:54
19791         Log: Update Changes.
19792      Branch: perl
19793            ! Changes patchlevel.h
19794 ____________________________________________________________________________
19795 [  9358] By: jhi                                   on 2001/03/26  02:05:32
19796         Log: Document the most common pixie options.
19797      Branch: perl
19798            ! pod/perlhack.pod
19799 ____________________________________________________________________________
19800 [  9357] By: jhi                                   on 2001/03/26  01:25:28
19801         Log: For perl.pixie check *before* compiling that optimize is -g,
19802              as for perl.third.
19803      Branch: perl
19804            ! Makefile.SH
19805 ____________________________________________________________________________
19806 [  9356] By: jhi                                   on 2001/03/26  01:13:41
19807         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
19808      Branch: perl
19809            ! Makefile.SH
19810 ____________________________________________________________________________
19811 [  9355] By: jhi                                   on 2001/03/26  01:11:19
19812         Log: Remove t/perl.third.
19813      Branch: perl
19814            ! Makefile.SH
19815 ____________________________________________________________________________
19816 [  9354] By: jhi                                   on 2001/03/26  00:23:38
19817         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
19818              IO::Sockatmark().
19819      Branch: perl
19820            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
19821 ____________________________________________________________________________
19822 [  9353] By: jhi                                   on 2001/03/25  22:25:04
19823         Log: Integrate perlio.
19824      Branch: perl
19825           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
19826           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
19827           !> pp_hot.c win32/makefile.mk
19828 ____________________________________________________________________________
19829 [  9352] By: jhi                                   on 2001/03/25  22:21:41
19830         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
19831              From: Radu Greab <radu@netsoft.ro>
19832              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
19833              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
19834      Branch: perl
19835            ! pp_sys.c
19836 ____________________________________________________________________________
19837 [  9351] By: nick                                  on 2001/03/25  22:15:02
19838         Log: Fix readline in list mode to tell rest of world that it has
19839              things on the stack. Otherwise if perl code gets invoked
19840              underneath it it scribbles over results-so-far.
19841              (Why TIEHANDLE has not tripped on this is a mystery.)
19842      Branch: perlio
19843            ! pp_hot.c
19844 ____________________________________________________________________________
19845 [  9350] By: nick                                  on 2001/03/25  22:10:13
19846         Log: win32/makefile.mk typos
19847      Branch: perlio
19848            ! win32/makefile.mk
19849 ____________________________________________________________________________
19850 [  9349] By: nick                                  on 2001/03/25  21:31:14
19851         Log: Integrate now-non-binary file.
19852      Branch: perlio
19853           !> t/lib/mimeqp.t
19854 ____________________________________________________________________________
19855 [  9348] By: nick                                  on 2001/03/25  21:27:24
19856         Log: Make it text
19857      Branch: perlio
19858            ! t/lib/mimeqp.t
19859 ____________________________________________________________________________
19860 [  9347] By: nick                                  on 2001/03/25  21:25:37
19861         Log: Integrate mainline.
19862      Branch: perlio
19863           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19864           !> lib/Term/ReadLine.pm t/lib/md5-file.t
19865 ____________________________________________________________________________
19866 [  9346] By: nick                                  on 2001/03/25  20:58:15
19867         Log: Add destruct time hook to PerlIO (for work-in-process implementing
19868              layers in perl code. In such cases layers need to be popped before
19869              we loose the ability to run perl code.)
19870              Also back-out "PerlIO::object" hook - it isn't going to work like that...
19871      Branch: perlio
19872            ! perl.c perlio.c perlio.h perliol.h
19873 ____________________________________________________________________________
19874 [  9345] By: nick                                  on 2001/03/25  20:49:11
19875         Log: Avoid at leasy one of undefined warnings in Encode.
19876      Branch: perlio
19877            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
19878 ____________________________________________________________________________
19879 [  9344] By: jhi                                   on 2001/03/25  20:37:43
19880         Log: A workaround for using Term::ReadLine in emacs minibuffer
19881              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
19882              additional tweaks from Ilya Zakharevich.
19883      Branch: perl
19884            ! lib/Term/ReadLine.pm
19885 ____________________________________________________________________________
19886 [  9343] By: nick                                  on 2001/03/25  20:21:14
19887         Log: Missing return value.
19888      Branch: perlio
19889            ! ext/PerlIO/Scalar/Scalar.xs
19890 ____________________________________________________________________________
19891 [  9342] By: jhi                                   on 2001/03/25  16:21:00
19892         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
19893              to equal the CPAN versions since no code changes have been made.
19894      Branch: perl
19895            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
19896            ! t/lib/md5-file.t
19897 ____________________________________________________________________________
19898 [  9341] By: jhi                                   on 2001/03/25  16:01:48
19899         Log: Escape 8-bit characters.
19900      Branch: perl
19901            ! t/lib/mimeqp.t
19902 ____________________________________________________________________________
19903 [  9340] By: gsar                                  on 2001/03/25  15:50:53
19904         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
19905              chars)
19906      Branch: perl
19907            + t/lib/mimeqp.t
19908 ____________________________________________________________________________
19909 [  9339] By: gsar                                  on 2001/03/25  15:48:50
19910         Log: delete mimeqp.t for later with text mode set
19911      Branch: perl
19912            - t/lib/mimeqp.t
19913 ____________________________________________________________________________
19914 [  9338] By: nick                                  on 2001/03/25  09:01:57
19915         Log: Integrate mainline.
19916      Branch: perlio
19917           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19918           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19919           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19920           +> t/lib/mimeb64u.t t/lib/mimeqp.t
19921           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
19922           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
19923           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
19924 ____________________________________________________________________________
19925 [  9337] By: jhi                                   on 2001/03/25  04:23:24
19926         Log: Add MIME::Base64 here and there.  Again, a lot of
19927              optimism is in the air.
19928      Branch: perl
19929            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
19930            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
19931 ____________________________________________________________________________
19932 [  9336] By: jhi                                   on 2001/03/25  04:12:43
19933         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
19934              this by ear as I do not do Win32 programming.)
19935      Branch: perl
19936            ! win32/Makefile win32/makefile.mk
19937 ____________________________________________________________________________
19938 [  9335] By: jhi                                   on 2001/03/25  04:03:50
19939         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
19940      Branch: perl
19941            ! t/lib/md5-file.t
19942 ____________________________________________________________________________
19943 [  9334] By: jhi                                   on 2001/03/25  03:58:53
19944         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
19945      Branch: perl
19946            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
19947            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
19948            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
19949            + t/lib/mimeb64u.t t/lib/mimeqp.t
19950            ! MANIFEST
19951 ____________________________________________________________________________
19952 [  9333] By: jhi                                   on 2001/03/24  20:14:37
19953         Log: Integrate perlio.
19954      Branch: perl
19955           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
19956 ____________________________________________________________________________
19957 [  9332] By: nick                                  on 2001/03/24  19:40:34
19958         Log: Fix un-init variable leading to spurious "Out of Memory!"
19959      Branch: perlio
19960            ! doio.c
19961 ____________________________________________________________________________
19962 [  9331] By: nick                                  on 2001/03/24  19:09:59
19963         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
19964              and update layers internals doc.
19965      Branch: perlio
19966            ! pod/perlfunc.pod pod/perliol.pod
19967 ____________________________________________________________________________
19968 [  9330] By: jhi                                   on 2001/03/24  18:42:11
19969         Log: The length might be uninitialized garbage if the *svp is the undef.
19970      Branch: perl
19971            ! doio.c
19972 ____________________________________________________________________________
19973 [  9329] By: jhi                                   on 2001/03/24  18:26:57
19974         Log: (Retracted by #9393)
19975
19976              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
19977              From: Simon Cozens <simon@netthink.co.uk>
19978              Date: Sat, 24 Mar 2001 17:13:17 +0000
19979              Message-ID: <20010324171317.A13406@netthink.co.uk>
19980      Branch: perl
19981            ! utils/h2xs.PL
19982 ____________________________________________________________________________
19983 [  9328] By: nick                                  on 2001/03/24  17:22:02
19984         Log: Integrate mainline.
19985      Branch: perlio
19986           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
19987           !> lib/unicode/version
19988 ____________________________________________________________________________
19989 [  9327] By: nick                                  on 2001/03/24  17:16:02
19990         Log: Integrate mainline.
19991      Branch: perlio
19992           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
19993           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
19994           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
19995           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
19996           +> t/lib/md5-file.t
19997           !> MANIFEST Makefile.SH configure.com djgpp/config.over
19998           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
19999           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
20000           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
20001           !> win32/makefile.mk
20002 ____________________________________________________________________________
20003 [  9326] By: jhi                                   on 2001/03/24  17:00:42
20004         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
20005      Branch: perl
20006            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
20007            ! lib/unicode/version
20008 ____________________________________________________________________________
20009 [  9325] By: jhi                                   on 2001/03/24  16:22:33
20010         Log: Subject: Re: B::Deparse bug (5.6.0)
20011              From: Robin Houston <robin@kitsite.com>
20012              Date: Sat, 24 Mar 2001 14:33:09 +0000
20013              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
20014      Branch: perl
20015            ! op.c pp.c t/lib/b.t t/op/repeat.t
20016 ____________________________________________________________________________
20017 [  9324] By: jhi                                   on 2001/03/24  16:21:56
20018         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
20019              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
20020              these additions may be too optimistic.
20021      Branch: perl
20022            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
20023            ! hints/uwin.sh hints/vmesa.sh
20024 ____________________________________________________________________________
20025 [  9323] By: jhi                                   on 2001/03/24  16:06:01
20026         Log: Integrate perlio.
20027      Branch: perl
20028           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20029           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20030            ! Makefile.SH
20031           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
20032           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
20033           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
20034           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20035           !> win32/makefile.mk win32/perlhost.h win32/win32.c
20036           !> win32/win32iop.h
20037 ____________________________________________________________________________
20038 [  9322] By: nick                                  on 2001/03/24  14:39:12
20039         Log: Routine Win32 regen_config_h - no real changes.
20040      Branch: perlio
20041            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20042 ____________________________________________________________________________
20043 [  9321] By: nick                                  on 2001/03/24  14:31:49
20044         Log: PerlIO fixups for Win32:
20045              - provide win33_popenlist() - non-functional as yet.
20046              - avoid need for aTHX in PerlIO_debug calls - even if not 
20047              enabled args are still evaluated so Win32 has trouble during fork().
20048              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
20049              - Fixup makedef.pl for latest set of symbols.
20050      Branch: perlio
20051            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
20052            ! win32/perlhost.h win32/win32.c win32/win32iop.h
20053 ____________________________________________________________________________
20054 [  9320] By: nick                                  on 2001/03/24  14:26:58
20055         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
20056              was gibberish - broke it on WIn32 at least.
20057      Branch: perlio
20058            ! ext/POSIX/POSIX.xs
20059 ____________________________________________________________________________
20060 [  9319] By: nick                                  on 2001/03/24  11:29:41
20061         Log: Generated files.
20062      Branch: perlio
20063            ! embed.h global.sym objXSUB.h perlapi.c proto.h
20064 ____________________________________________________________________________
20065 [  9318] By: nick                                  on 2001/03/24  10:29:37
20066         Log: Implement:
20067              1.  open($fh,"+<",undef);  # add test to t/io/open.t
20068              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
20069      Branch: perlio
20070            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
20071            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
20072            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
20073            ! t/io/open.t t/io/utf8.t
20074 ____________________________________________________________________________
20075 [  9317] By: jhi                                   on 2001/03/23  23:41:25
20076         Log: AIX does seems to have optimization problems with its C compilers.
20077      Branch: perl
20078            ! hints/aix.sh
20079 ____________________________________________________________________________
20080 [  9316] By: jhi                                   on 2001/03/23  23:40:46
20081         Log: Integrate perlio.
20082      Branch: perl
20083           +> lib/PerlIO.pm
20084           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
20085           !> perliol.h
20086 ____________________________________________________________________________
20087 [  9315] By: jhi                                   on 2001/03/23  22:16:30
20088         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
20089      Branch: perl
20090            ! t/lib/md5-file.t
20091 ____________________________________________________________________________
20092 [  9314] By: nick                                  on 2001/03/23  20:49:02
20093         Log: Perlio internals re-organized.
20094              - open process creates AV of layer/arg pairs
20095              (appends layers from open() or open.pm to default list).
20096              - push arg is now an SV.
20097              - layer ->Open get passed the AV
20098              - open is no longer mandatory method.
20099              - topmost layer that has ->Open method does the open
20100              - any layers above are pushed once that returns.
20101              - vtable re-ordered so dummy layers need only provide push/pop methods.
20102      Branch: perlio
20103            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20104 ____________________________________________________________________________
20105 [  9313] By: nick                                  on 2001/03/23  16:27:41
20106         Log: Check in a stable (working) version before next round of tweaks.
20107              Changes include:
20108              - Move default layers code out of doio.c and into perlio.c
20109              - Single routine for parsing layer specification strings.
20110              - Skeleton support for demand loading of layers
20111              - Core-dump avoidance if PERLIO environment specifies loadable layer
20112              (does not _work_ as need IO to load and need load to do IO ...)
20113      Branch: perlio
20114            + lib/PerlIO.pm
20115            ! MANIFEST doio.c perlio.c
20116 ____________________________________________________________________________
20117 [  9312] By: gsar                                  on 2001/03/23  16:25:25
20118         Log: add execute bit to files with shebang lines in the repository;
20119              avoid clobbering execute bit in Porting/makerel 
20120      Branch: maint-5.6/perl
20121            ! (edit 144 files)
20122 ____________________________________________________________________________
20123 [  9311] By: jhi                                   on 2001/03/23  14:25:35
20124         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
20125      Branch: perl
20126            ! MANIFEST
20127 ____________________________________________________________________________
20128 [  9310] By: jhi                                   on 2001/03/23  13:45:04
20129         Log: Subject: [PATCH] Net::Ping
20130              From: Colin McMillen <mcmi0037@tc.umn.edu>
20131              Date: Thu, 22 Mar 2001 19:30:31 -0600
20132              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
20133      Branch: perl
20134            ! lib/Net/Ping.pm
20135 ____________________________________________________________________________
20136 [  9309] By: jhi                                   on 2001/03/23  13:39:13
20137         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
20138      Branch: perl
20139            ! t/lib/md5-aaa.t t/lib/md5-file.t
20140 ____________________________________________________________________________
20141 [  9308] By: jhi                                   on 2001/03/23  13:20:34
20142         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
20143              - bump the version to 2.14
20144              - drop the base64 tests since they require MIME::Base64
20145              - drop the rfc1321.txt
20146              - drop the hints/dec_osf.pl since it's only needed for
20147              pre-5.005_03 Perls
20148              Todo:
20149              - the U32 alignment testing is now removed; it needs to
20150              be reintroduced as as a Config variable (meaning also
20151              as a Configure test)
20152              - get the new EBCDIC md5sum for MD5.pm
20153              - test in Win32 to see how badly I botched the makefiles
20154      Branch: perl
20155            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
20156            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
20157            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
20158            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
20159            + t/lib/md5-file.t
20160            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
20161            ! win32/Makefile win32/makefile.mk
20162 ____________________________________________________________________________
20163 [  9307] By: jhi                                   on 2001/03/23  12:56:14
20164         Log: Integrate change #9306 from maintperl into mainline,
20165              AIX dynaloader for AIXes without <load.h>.
20166      Branch: perl
20167           !> ext/DynaLoader/hints/aix.pl
20168 ____________________________________________________________________________
20169 [  9306] By: jhi                                   on 2001/03/23  12:51:36
20170         Log: There are AIXes without /usr/include/load.h,
20171              patch from H.Merijn Brand.
20172      Branch: maint-5.6/perl
20173            ! ext/DynaLoader/hints/aix.pl
20174 ____________________________________________________________________________
20175 [  9305] By: nick                                  on 2001/03/23  11:00:42
20176         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
20177      Branch: perlio
20178            ! ext/Encode/Encode.xs perlio.c perlio.h
20179 ____________________________________________________________________________
20180 [  9304] By: nick                                  on 2001/03/23  10:20:46
20181         Log: Render -Duseperlio functional again.
20182              - this is "quick fix" which calls PerlIO_apply_layers after opening,
20183              which is what old scheme did. New scheme needs to change that
20184              to make open(...,\$scalar) etc. work but this will do for now.
20185      Branch: perlio
20186            ! perlio.c
20187 ____________________________________________________________________________
20188 [  9303] By: nick                                  on 2001/03/23  09:53:20
20189         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
20190              -Uuseperlio now works again.
20191              -Duseperlio is still poorly. Don't merge yet...
20192      Branch: perlio
20193            ! doio.c perlio.h
20194 ____________________________________________________________________________
20195 [  9302] By: nick                                  on 2001/03/22  22:26:51
20196         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
20197              type code.
20198              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
20199              is its main caller. In particular now has access to "extra" args, and
20200              can tell when an open handle is "reopened" (or duped?).
20201              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
20202              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
20203              PerlIO_open() et. al. (i.e. other way round).
20204              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
20205              with args close to PerlIO_openn().
20206      Branch: perlio
20207            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
20208 ____________________________________________________________________________
20209 [  9301] By: jhi                                   on 2001/03/22  20:58:04
20210         Log: Integrate perlio.
20211      Branch: perl
20212           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
20213           !> t/io/open.t util.c
20214 ____________________________________________________________________________
20215 [  9300] By: nick                                  on 2001/03/22  17:36:32
20216         Log: Don't include $@ in not ok message.
20217      Branch: perlio
20218            ! t/io/open.t
20219 ____________________________________________________________________________
20220 [  9299] By: gsar                                  on 2001/03/22  16:53:45
20221         Log: back out changes#7532,7521 for now (appears to have problems
20222              on IRIX)
20223      Branch: maint-5.6/perl
20224            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
20225            ! ext/POSIX/typemap pod/perlvar.pod
20226 ____________________________________________________________________________
20227 [  9298] By: nick                                  on 2001/03/22  14:35:46
20228         Log: Give a meaning to '&' in n-arg open case:
20229              open($fh,"<&",$scalar);
20230              $scalar can be:
20231              - an integer which does "fdopen"
20232              open($fh,"<&",2); # like open($fh,"<&2")
20233              - something that will yield a file handle via sv_2io()
20234              useful for dup'ing anonymous handles.
20235              e.g.:
20236              open(my $fh,"<&",\*STDIN);
20237              open(my $dup,"<&",$fh);
20238      Branch: perlio
20239            ! doio.c t/io/open.t
20240 ____________________________________________________________________________
20241 [  9297] By: nick                                  on 2001/03/22  13:34:35
20242         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
20243      Branch: perlio
20244            ! util.c
20245 ____________________________________________________________________________
20246 [  9296] By: nick                                  on 2001/03/22  12:51:20
20247         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
20248      Branch: perlio
20249            ! perl.c
20250 ____________________________________________________________________________
20251 [  9295] By: nick                                  on 2001/03/22  11:59:44
20252         Log: If stdin, stdout or stderr get opened in unexpected read/write state
20253              then warn at time of open not at time of use.
20254      Branch: perlio
20255            ! doio.c pp_hot.c pp_sys.c
20256 ____________________________________________________________________________
20257 [  9294] By: nick                                  on 2001/03/22  10:54:35
20258         Log: Die on n-arg open(...,"",xxx,yyy,...)
20259              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
20260              - die on read/write cases so we can decide what it means later.
20261      Branch: perlio
20262            ! doio.c embed.pl iperlsys.h util.c
20263 ____________________________________________________________________________
20264 [  9293] By: nick                                  on 2001/03/22  09:02:45
20265         Log: perlio tweaks (reported by Nick Clark)
20266              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
20267              error check in Pendinf_read().
20268      Branch: perlio
20269            ! perlio.c
20270 ____________________________________________________________________________
20271 [  9292] By: gsar                                  on 2001/03/22  07:12:00
20272         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
20273              fixes)
20274      Branch: maint-5.6/perl
20275           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
20276 ____________________________________________________________________________
20277 [  9291] By: jhi                                   on 2001/03/22  06:06:44
20278         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
20279      Branch: perl
20280            ! t/op/re_tests
20281 ____________________________________________________________________________
20282 [  9290] By: jhi                                   on 2001/03/22  05:57:01
20283         Log: Move MacOS Classic higher in the list of supported platforms.
20284      Branch: maint-5.6/perl
20285            ! pod/perlport.pod
20286 ____________________________________________________________________________
20287 [  9289] By: gsar                                  on 2001/03/22  05:35:04
20288         Log: revert part of change#6438 for compatibility (av_reify()
20289              appears to be needed to implement av_splice()ish things
20290              in XS)
20291      Branch: maint-5.6/perl
20292            ! embed.pl global.sym objXSUB.h perlapi.c
20293 ____________________________________________________________________________
20294 [  9288] By: gsar                                  on 2001/03/22  03:09:19
20295         Log: update copyright year
20296      Branch: maint-5.6/perl
20297            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
20298            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
20299            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
20300            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
20301            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
20302            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
20303            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
20304            ! x2p/walk.c
20305 ____________________________________________________________________________
20306 [  9287] By: jhi                                   on 2001/03/21  20:30:54
20307         Log: Integrate perlio.
20308      Branch: perl
20309           !> ext/Data/Dumper/Dumper.xs
20310 ____________________________________________________________________________
20311 [  9286] By: gsar                                  on 2001/03/21  19:49:54
20312         Log: makefile.mk tweak
20313      Branch: maint-5.6/perl
20314            ! win32/Makefile win32/makefile.mk
20315 ____________________________________________________________________________
20316 [  9285] By: nick                                  on 2001/03/21  19:07:13
20317         Log: Multiplicity fix for Dumper.
20318      Branch: perlio
20319            ! ext/Data/Dumper/Dumper.xs
20320 ____________________________________________________________________________
20321 [  9284] By: nick                                  on 2001/03/21  19:01:07
20322         Log: Integrate mainline - (does not build xTHX issue in Dumper).
20323      Branch: perlio
20324           !> (integrate 27 files)
20325 ____________________________________________________________________________
20326 [  9283] By: jhi                                   on 2001/03/21  17:17:35
20327         Log: Integrate change #9282 from mainline into maintperl,
20328              4-arg UTF-8 substr().
20329      Branch: maint-5.6/perl
20330           !> pp.c
20331 ____________________________________________________________________________
20332 [  9282] By: jhi                                   on 2001/03/21  17:15:43
20333         Log: The #9270 would have leaked a scalar if pp_substr()
20334              returned early.
20335      Branch: perl
20336            ! pp.c
20337 ____________________________________________________________________________
20338 [  9281] By: gsar                                  on 2001/03/21  17:03:14
20339         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
20340      Branch: maint-5.6/perl
20341            ! win32/makefile.mk
20342 ____________________________________________________________________________
20343 [  9280] By: gsar                                  on 2001/03/21  17:01:20
20344         Log: some tweaks to change#9278 (fork() emulation should be enabled
20345              by setting BUILD_FLAVOR instead of changing the defaults)
20346      Branch: maint-5.6/perl
20347            ! win32/makefile.mk
20348 ____________________________________________________________________________
20349 [  9279] By: gsar                                  on 2001/03/21  16:47:19
20350         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
20351      Branch: maint-5.6/perl
20352            ! ext/File/Glob/Glob.pm
20353           !> lib/Cwd.pm
20354 ____________________________________________________________________________
20355 [  9278] By: jhi                                   on 2001/03/21  14:35:10
20356         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
20357              From: "Vadim Konovalov" <watman@inbox.ru>
20358              Date: Wed, 21 Mar 2001 01:53:51 +0300
20359              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
20360      Branch: maint-5.6/perl
20361            ! win32/makefile.mk win32/win32sck.c
20362 ____________________________________________________________________________
20363 [  9277] By: jhi                                   on 2001/03/21  13:58:28
20364         Log: Integrate change #9270 from mainline to maintperl:
20365              continued 4-arg UTF-8 substr() fixing.
20366      Branch: maint-5.6/perl
20367           !> pp.c t/op/substr.t
20368 ____________________________________________________________________________
20369 [  9276] By: jhi                                   on 2001/03/21  13:33:00
20370         Log: More pixie cleaning.
20371      Branch: perl
20372            ! Makefile.SH
20373 ____________________________________________________________________________
20374 [  9275] By: jhi                                   on 2001/03/21  03:54:17
20375         Log: Update Changes.
20376      Branch: perl
20377            ! Changes patchlevel.h
20378 ____________________________________________________________________________
20379 [  9274] By: jhi                                   on 2001/03/21  03:48:24
20380         Log: First stab at making Data::Dumper to grok Unicode.
20381              
20382              TODO: tests, EBCDICify.
20383      Branch: perl
20384            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
20385 ____________________________________________________________________________
20386 [  9273] By: jhi                                   on 2001/03/21  02:23:00
20387         Log: Fix for
20388              
20389              Subject: Memory leak in unquoted print   
20390              From: Benjamin Sugars <bsugars@canoe.ca> 
20391              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
20392              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
20393      Branch: perl
20394            ! perlio.c
20395 ____________________________________________________________________________
20396 [  9272] By: jhi                                   on 2001/03/21  01:33:17
20397         Log: Subject: Re: [PATCH] POSIX::getcwd()
20398              From: Benjamin Sugars <bsugars@canoe.ca> 
20399              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
20400              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
20401      Branch: perl
20402            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20403 ____________________________________________________________________________
20404 [  9271] By: jhi                                   on 2001/03/21  01:22:52
20405         Log: Subject: [PATCH] Cwd.pm docs
20406              From: Benjamin Sugars <bsugars@canoe.ca>
20407              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
20408              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
20409      Branch: perl
20410            ! lib/Cwd.pm
20411 ____________________________________________________________________________
20412 [  9270] By: jhi                                   on 2001/03/21  01:16:29
20413         Log: Continue 4-arg substr() UTF-8 fixage.
20414      Branch: perl
20415            ! pp.c t/op/substr.t
20416 ____________________________________________________________________________
20417 [  9269] By: jhi                                   on 2001/03/21  00:46:14
20418         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
20419              
20420              revert the leak fix in change#9142 (problem needs a more experimental
20421              fix unsuitable for 5.6.1)
20422              
20423              do alphabetical sorting by default (for csh compatibility)
20424              
20425              cut-n-paste goof in change#9264
20426              
20427              VMS piping fixes (from Charles Lane)
20428      Branch: perl
20429           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
20430           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20431           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
20432 ____________________________________________________________________________
20433 [  9268] By: jhi                                   on 2001/03/21  00:37:04
20434         Log: Integrate perlio.
20435      Branch: perl
20436           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20437           !> utf8.c utf8.h utfebcdic.h
20438 ____________________________________________________________________________
20439 [  9267] By: nick                                  on 2001/03/20  20:04:39
20440         Log: More EBCDIC stuff:
20441              - Loose the extra level of function on ASCII.
20442              - spotted a chr(0) issue in sv.c
20443              - re-work of UTF-X tr/// ranges to work in Unicode
20444              space. Still issues with the "0xff is illegal UTF-8" hack.
20445              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
20446              (why do it once when you can do it all over the place :-(
20447              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
20448              need utf8.pm for swashes.
20449              - Simplified and commented scan_const() in toke.c
20450              Still something wrong regexp and tr (swashes?).
20451      Branch: perlio
20452            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
20453            ! utf8.c utf8.h utfebcdic.h
20454 ____________________________________________________________________________
20455 [  9266] By: gsar                                  on 2001/03/20  19:16:43
20456         Log: VMS piping fixes (from Charles Lane)
20457      Branch: maint-5.6/perl
20458            ! vms/vms.c vms/vmspipe.com
20459 ____________________________________________________________________________
20460 [  9265] By: gsar                                  on 2001/03/20  17:53:52
20461         Log: cut-n-paste goof in change#9264
20462      Branch: maint-5.6/perl
20463            ! ext/File/Glob/Glob.xs
20464 ____________________________________________________________________________
20465 [  9264] By: gsar                                  on 2001/03/20  17:43:47
20466         Log: do alphabetical sorting by default (for csh compatibility);
20467              bsd_glob() does ASCII sort by default as usual, unless
20468              GLOB_ALPHASORT was specified
20469      Branch: maint-5.6/perl
20470            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
20471            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
20472            ! ext/File/Glob/bsd_glob.h
20473 ____________________________________________________________________________
20474 [  9263] By: gsar                                  on 2001/03/20  16:40:08
20475         Log: integrate change#9255 from mainline (unicode fix)
20476              
20477              substr($bytestr, i, n, $charstr)
20478      Branch: maint-5.6/perl
20479           !> Todo-5.6 pp.c t/op/substr.t
20480 ____________________________________________________________________________
20481 [  9262] By: gsar                                  on 2001/03/20  15:57:41
20482         Log: revert the leak fix in change#9142 (problem needs a more experimental
20483              fix unsuitable for 5.6.1)
20484      Branch: maint-5.6/perl
20485            ! scope.c
20486 ____________________________________________________________________________
20487 [  9261] By: jhi                                   on 2001/03/20  14:26:25
20488         Log: Integrate changes #9259,9260 from maintperl into mainline.
20489              
20490              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20491              
20492              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20493      Branch: perl
20494           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
20495 ____________________________________________________________________________
20496 [  9260] By: jhi                                   on 2001/03/20  14:05:46
20497         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
20498              From: Robin Barker <rmb1@cise.npl.co.uk>
20499              Date: Tue, 20 Mar 2001 10:12:04 GMT
20500              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
20501      Branch: maint-5.6/perl
20502            ! run.c
20503 ____________________________________________________________________________
20504 [  9259] By: jhi                                   on 2001/03/20  14:04:39
20505         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
20506              From: Chris Nandor <pudge@pobox.com>
20507              Date: Tue, 20 Mar 2001 00:40:56 -0500
20508              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
20509      Branch: maint-5.6/perl
20510            ! ext/POSIX/POSIX.xs lib/File/Path.pm
20511 ____________________________________________________________________________
20512 [  9258] By: jhi                                   on 2001/03/20  05:09:34
20513         Log: Update Changes.
20514      Branch: perl
20515            ! Changes patchlevel.h
20516 ____________________________________________________________________________
20517 [  9257] By: jhi                                   on 2001/03/20  05:04:25
20518         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
20519      Branch: perl
20520            ! t/op/tr.t
20521 ____________________________________________________________________________
20522 [  9256] By: jhi                                   on 2001/03/20  04:43:12
20523         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
20524              From: Peter Prymmer <pvhp@forte.com>
20525              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
20526              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
20527      Branch: maint-5.6/perl
20528            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
20529 ____________________________________________________________________________
20530 [  9255] By: jhi                                   on 2001/03/19  23:17:17
20531         Log: substr($bytestr, i, n, $charstr)
20532
20533              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
20534      Branch: perl
20535            ! Todo-5.6 pp.c t/op/substr.t
20536 ____________________________________________________________________________
20537 [  9254] By: jhi                                   on 2001/03/19  22:25:09
20538         Log: Rearrange the make test target prerequisites so that
20539              in a parallel make 'all' is finished before 'test'.
20540      Branch: perl
20541            ! Makefile.SH
20542 ____________________________________________________________________________
20543 [  9253] By: jhi                                   on 2001/03/19  21:48:07
20544         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
20545              From: Robin Houston <robin@kitsite.com>
20546              Date: Mon, 19 Mar 2001 15:48:41 +0000
20547              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
20548      Branch: perl
20549            ! pp_ctl.c
20550 ____________________________________________________________________________
20551 [  9252] By: jhi                                   on 2001/03/19  21:42:27
20552         Log: Integrate perlio.
20553      Branch: perl
20554           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
20555           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
20556           !> utfebcdic.h vms/perly_c.vms
20557 ____________________________________________________________________________
20558 [  9251] By: jhi                                   on 2001/03/19  21:31:28
20559         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
20560              
20561              Dynaloading in 64-bit AIX with vac.
20562      Branch: perl
20563           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20564           !> hints/aix.sh
20565 ____________________________________________________________________________
20566 [  9250] By: jhi                                   on 2001/03/19  21:18:00
20567         Log: A more robust solution for the 64bitall AIX dynaloading
20568              problem, from Jens-Uwe Mager.
20569      Branch: maint-5.6/perl
20570            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
20571 ____________________________________________________________________________
20572 [  9249] By: nick                                  on 2001/03/19  20:59:37
20573         Log: Integrate mainline.
20574      Branch: perlio
20575           !> (integrate 42 files)
20576 ____________________________________________________________________________
20577 [  9248] By: nick                                  on 2001/03/19  20:22:07
20578         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
20579              (Building on OS390 uses native YACC and YYDEBUG has other
20580              side effects.)
20581      Branch: perlio
20582            ! perly.c perly.y vms/perly_c.vms
20583 ____________________________________________________________________________
20584 [  9247] By: jhi                                   on 2001/03/19  19:59:53
20585         Log: 64-bit AIX dynaloading problem (see #9244) idea
20586              from Jens-Uwe Mager.
20587      Branch: maint-5.6/perl
20588            ! ext/DynaLoader/dl_aix.xs
20589 ____________________________________________________________________________
20590 [  9246] By: nick                                  on 2001/03/19  19:27:57
20591         Log: More EBCDIC fixes.
20592      Branch: perlio
20593            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
20594            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
20595 ____________________________________________________________________________
20596 [  9245] By: jhi                                   on 2001/03/19  19:05:19
20597         Log: Integrate change #9243 from mainline into maintperl.
20598              
20599              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20600      Branch: maint-5.6/perl
20601           !> README.vmesa
20602 ____________________________________________________________________________
20603 [  9244] By: jhi                                   on 2001/03/19  19:03:15
20604         Log: Get 64bitall AIX building, but still does not test okay:
20605              dynaloading anything fails, for example for op/defins:
20606              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
20607              (update: fixed by #9247,9250)
20608      Branch: maint-5.6/perl
20609            ! hints/aix.sh
20610 ____________________________________________________________________________
20611 [  9243] By: jhi                                   on 2001/03/19  19:00:16
20612         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
20613              From: Robin Barker <rmb1@cise.npl.co.uk>
20614              Date: Mon, 19 Mar 2001 18:01:57 GMT
20615              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
20616      Branch: perl
20617            ! README.vmesa
20618 ____________________________________________________________________________
20619 [  9242] By: jhi                                   on 2001/03/19  18:58:43
20620         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
20621              
20622              TODO: tests.
20623      Branch: perl
20624            ! doop.c op.c
20625 ____________________________________________________________________________
20626 [  9241] By: gsar                                  on 2001/03/19  17:34:46
20627         Log: VMSify tests (from Charles Lane)
20628      Branch: maint-5.6/perl
20629            ! t/lib/filehand.t t/lib/texttabs.t
20630 ____________________________________________________________________________
20631 [  9240] By: jhi                                   on 2001/03/19  14:24:26
20632         Log: Integrate change #9233 from maintperl into mainline.
20633              
20634              some refcounts were incorrect in perl_clone()
20635      Branch: perl
20636           !> sv.c
20637 ____________________________________________________________________________
20638 [  9239] By: gsar                                  on 2001/03/19  09:23:17
20639         Log: this is 5.6.1-trial3
20640      Branch: maint-5.6/perl
20641            ! Changes
20642 ____________________________________________________________________________
20643 [  9238] By: gsar                                  on 2001/03/19  08:47:04
20644         Log: some new symbols are only available under ithreads
20645      Branch: maint-5.6/perl
20646            ! makedef.pl
20647 ____________________________________________________________________________
20648 [  9237] By: gsar                                  on 2001/03/19  08:42:28
20649         Log: update patchlevel.h, Changes, &c.
20650      Branch: maint-5.6/perl
20651            ! Changes patchlevel.h pod/perlhist.pod
20652           !> AUTHORS
20653 ____________________________________________________________________________
20654 [  9236] By: gsar                                  on 2001/03/19  08:17:49
20655         Log: integrate changes#8068,8717 from mainline
20656              
20657              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
20658              
20659              [PATCH CPAN 1.59_51] warning message (not!)
20660      Branch: maint-5.6/perl
20661           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
20662           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
20663           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
20664           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
20665           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
20666 ____________________________________________________________________________
20667 [  9235] By: gsar                                  on 2001/03/19  08:07:09
20668         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
20669              
20670              [PATCH] Add missing CV flags to dump.c
20671              
20672              Re: [patch] Re: PL_ptr_table
20673              
20674              Fixup non-ithread build after 8713
20675              
20676              Generated files form 8713 etc.
20677              
20678              Correct the correction :-(
20679              
20680              Documenting coderef @INC (Re: CPAN "make this script work" feature)
20681              
20682              Subject: Re: sync sync sync: have I missed any patches?
20683              Replace djSP with dSP.
20684      Branch: maint-5.6/perl
20685           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
20686           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
20687           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
20688           !> sv.c sv.h win32/perlhost.h
20689 ____________________________________________________________________________
20690 [  9234] By: gsar                                  on 2001/03/19  07:22:05
20691         Log: revert the change#9090 integrate for now (change looks somewhat
20692              incomplete in that [ha]v_exists() need something similar; lacks
20693              tests; &c.)
20694      Branch: maint-5.6/perl
20695            ! hv.c
20696 ____________________________________________________________________________
20697 [  9233] By: gsar                                  on 2001/03/19  07:10:01
20698         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
20699              destruction when there are unreferenced scalars (SvREFCNT==0)
20700      Branch: maint-5.6/perl
20701            ! sv.c
20702 ____________________________________________________________________________
20703 [  9232] By: jhi                                   on 2001/03/19  05:11:02
20704         Log: Regen api and toc.
20705      Branch: maint-5.6/perl
20706            ! pod/perlapi.pod pod/perltoc.pod
20707 ____________________________________________________________________________
20708 [  9231] By: jhi                                   on 2001/03/19  04:06:03
20709         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
20710              add a lost line in pp.c:pp_chop(), update to new op/chop.
20711              
20712              Clarify the description differentiating for and while; inspired by
20713              
20714              Subject: [ID 20010306.004] || != named unary operator
20715              
20716              The $Is_MacOS needs to be declared.
20717      Branch: maint-5.6/perl
20718            ! pp.c t/op/chop.t
20719           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
20720 ____________________________________________________________________________
20721 [  9230] By: jhi                                   on 2001/03/19  03:48:16
20722         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
20723              9079,9083,9089,9090,9091 from mainline to maintperl.
20724              
20725              Quieten some noise in Win32 builds
20726              
20727              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
20728              
20729              The perlretut was still talking about the old \p and \P
20730              definitions.
20731              
20732              More tweakage on the Unicode character class descriptions.
20733              
20734              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20735              
20736              Subject: 'no *POSIX' Patch speeding up make on BS2000 
20737              
20738              Subject: [PATCH] perldata.pod here-doc docs
20739              
20740              Add /sbin and /usr/sbin to the list of directories scanned
20741              for setuid programs.  Takes care of bug id 20010309.003.
20742              
20743              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
20744              
20745              In op/stat #35 better to scan all the potential directories
20746              for setuids, not just the first one.
20747      Branch: maint-5.6/perl
20748            ! Makefile.SH
20749           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
20750           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
20751           !> t/op/stat.t toke.c win32/win32.h
20752 ____________________________________________________________________________
20753 [  9229] By: jhi                                   on 2001/03/19  02:31:50
20754         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
20755              From: Chris Nandor <pudge@pobox.com>
20756              Date: Sat, 10 Mar 2001 14:22:19 -0500
20757              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
20758      Branch: maint-5.6/perl
20759            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20760            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
20761            ! t/lib/b.t t/lib/errno.t
20762 ____________________________________________________________________________
20763 [  9228] By: jhi                                   on 2001/03/19  02:29:59
20764         Log: Integrate changes #9113,9122 from mainline into maintperl.
20765              
20766              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?)
20767      Branch: maint-5.6/perl
20768           !> Configure README.os390 hints/os390.sh
20769 ____________________________________________________________________________
20770 [  9227] By: jhi                                   on 2001/03/19  02:22:35
20771         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
20772              into maintperl.
20773              
20774              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20775              
20776              Forgot to check-in the larger part of #9120, duh.
20777              
20778              Subject: Another patch for integer.pm POD 
20779              
20780              h2ph strictness and cleanliness from Kurt Starsinic.
20781              
20782              Borland filename case problem.
20783              
20784              h2ph strictness and cleanliness from Kurt Starsinic.
20785              
20786              Subject: [PATCH] the uncontroversial doc patches
20787      Branch: maint-5.6/perl
20788           +> win32/sncfnmcs.pl
20789           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
20790           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
20791           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
20792           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
20793           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
20794           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
20795           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
20796 ____________________________________________________________________________
20797 [  9226] By: jhi                                   on 2001/03/19  02:10:21
20798         Log: Integrate changes #9207,9214 from mainline into maintperl.
20799              
20800              podchecker relaxations: =over has an *optional* number after it,
20801              and whitespace in L<> is okay.
20802      Branch: maint-5.6/perl
20803           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20804           !> t/pod/poderrs.xr
20805 ____________________________________________________________________________
20806 [  9225] By: jhi                                   on 2001/03/19  02:07:38
20807         Log: Integrate change #9219 from maintperl into mainline.
20808              
20809              remove duplicated tests
20810      Branch: perl
20811           !> t/op/re_tests
20812 ____________________________________________________________________________
20813 [  9224] By: jhi                                   on 2001/03/19  02:06:11
20814         Log: Integrate change #9223 from mainline to maintperl.
20815              
20816              Document -Dmksymlinks.
20817      Branch: maint-5.6/perl
20818           !> INSTALL
20819 ____________________________________________________________________________
20820 [  9223] By: jhi                                   on 2001/03/19  02:01:25
20821         Log: Document -Dmksymlinks.
20822      Branch: perl
20823            ! INSTALL
20824 ____________________________________________________________________________
20825 [  9222] By: jhi                                   on 2001/03/19  01:15:35
20826         Log: The -Dmksymlinks wasn't working for maintperl.
20827      Branch: maint-5.6/perl
20828            ! Configure
20829 ____________________________________________________________________________
20830 [  9221] By: jhi                                   on 2001/03/19  00:49:43
20831         Log: Cleanup pixie residue.
20832      Branch: perl
20833            ! Makefile.SH
20834 ____________________________________________________________________________
20835 [  9220] By: jhi                                   on 2001/03/19  00:44:47
20836         Log: Document the use of pixie/prof; create make targets for it.
20837              
20838              TODO: make t/TEST pixie-aware.
20839      Branch: perl
20840            ! Makefile.SH pod/perlhack.pod
20841 ____________________________________________________________________________
20842 [  9219] By: gsar                                  on 2001/03/19  00:16:55
20843         Log: remove duplicated tests
20844      Branch: maint-5.6/perl
20845            ! t/op/re_tests
20846 ____________________________________________________________________________
20847 [  9218] By: jhi                                   on 2001/03/18  23:59:31
20848         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
20849      Branch: perl
20850            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
20851 ____________________________________________________________________________
20852 [  9217] By: jhi                                   on 2001/03/18  23:25:20
20853         Log: Rewrite the tests section of Makefile to be less redundant
20854              and to allow for more flexible test targets, many recursive
20855              make calls introduced.
20856      Branch: perl
20857            ! Makefile.SH
20858 ____________________________________________________________________________
20859 [  9216] By: jhi                                   on 2001/03/18  22:30:04
20860         Log: Document the use of Third Degree (sparsely).
20861      Branch: perl
20862            ! pod/perlhack.pod t/TEST
20863 ____________________________________________________________________________
20864 [  9215] By: jhi                                   on 2001/03/18  22:10:30
20865         Log: Make targets for testing with Third Degree.
20866      Branch: perl
20867            ! Makefile.SH
20868 ____________________________________________________________________________
20869 [  9214] By: jhi                                   on 2001/03/18  21:08:53
20870         Log: The podchecker relaxations need to mirrored also at the tests.
20871      Branch: perl
20872            ! t/pod/poderrs.xr
20873 ____________________________________________________________________________
20874 [  9213] By: jhi                                   on 2001/03/18  20:56:21
20875         Log: Update Changes.
20876      Branch: perl
20877            ! Changes patchlevel.h
20878 ____________________________________________________________________________
20879 [  9212] By: jhi                                   on 2001/03/18  20:36:59
20880         Log: Looking for config.sh in parent directories isn't
20881              very useful for the toplevel Makefile.
20882      Branch: perl
20883            ! Makefile.SH
20884 ____________________________________________________________________________
20885 [  9211] By: jhi                                   on 2001/03/18  20:33:37
20886         Log: On "make clean" take care of Third Degree droppings.
20887      Branch: perl
20888            ! Makefile.SH
20889 ____________________________________________________________________________
20890 [  9210] By: jhi                                   on 2001/03/18  20:21:34
20891         Log: Add a hook for running the tests under the Third Degree
20892              debugging tool (set $ENV{PERL_3LOG} to non-zero)
20893              
20894              TODO: Document the use of Third Degree.
20895      Branch: perl
20896            ! t/TEST
20897 ____________________________________________________________________________
20898 [  9209] By: jhi                                   on 2001/03/18  20:19:07
20899         Log: Regen toc and api pods.
20900      Branch: perl
20901            ! pod/perlapi.pod pod/perltoc.pod
20902 ____________________________________________________________________________
20903 [  9208] By: jhi                                   on 2001/03/18  20:12:12
20904         Log: Integrate changes #8128,9132 from mainline into maintperl,
20905              Tie::SubstrHash fixes.
20906      Branch: maint-5.6/perl
20907           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
20908 ____________________________________________________________________________
20909 [  9207] By: jhi                                   on 2001/03/18  20:07:43
20910         Log: podchecker relaxations from Michael Stevens.
20911      Branch: perl
20912            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
20913 ____________________________________________________________________________
20914 [  9206] By: jhi                                   on 2001/03/18  20:04:24
20915         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
20916      Branch: perl
20917            ! lib/Locale/Constants.pm lib/Locale/Country.pm
20918            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
20919            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
20920 ____________________________________________________________________________
20921 [  9205] By: jhi                                   on 2001/03/18  19:54:45
20922         Log: Integrate changes #9161,9162 from maintperl to mainline.
20923              
20924              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
20925              results
20926      Branch: perl
20927           !> t/op/magic.t
20928 ____________________________________________________________________________
20929 [  9204] By: jhi                                   on 2001/03/18  19:37:46
20930         Log: Make perl.third checks more understandable to the builder.
20931      Branch: perl
20932            ! Makefile.SH
20933 ____________________________________________________________________________
20934 [  9203] By: jhi                                   on 2001/03/18  19:20:54
20935         Log: Re-integrate #9138 from maintperl to mainline,
20936              the squelching of the unneeded "Scalars leaked" messages.
20937      Branch: perl
20938           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20939           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20940           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20941 ____________________________________________________________________________
20942 [  9202] By: jhi                                   on 2001/03/18  18:48:36
20943         Log: More robust and more paranoid perl.third target.
20944      Branch: perl
20945            ! Makefile.SH
20946 ____________________________________________________________________________
20947 [  9201] By: jhi                                   on 2001/03/18  18:39:21
20948         Log: Integrate change #9197 from maintperl to mainline.
20949              
20950              more thorough cleaning of arenas.
20951      Branch: perl
20952           !> embed.pl perl.c proto.h sv.c t/op/sort.t
20953 ____________________________________________________________________________
20954 [  9200] By: jhi                                   on 2001/03/18  18:25:17
20955         Log: Integrate perlio.
20956      Branch: perl
20957           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
20958           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
20959           !> t/lib/encode.t toke.c universal.c utf8.c
20960 ____________________________________________________________________________
20961 [  9199] By: nick                                  on 2001/03/18  15:23:51
20962         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
20963              is the sense of the test being done. Avoid some magical 127 and 128 values
20964              by using macros.
20965      Branch: perlio
20966            ! doop.c pp_ctl.c sv.c toke.c
20967 ____________________________________________________________________________
20968 [  9198] By: nick                                  on 2001/03/18  14:18:12
20969         Log: UTF-X encoding invariance for Encode:
20970              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
20971              - move the XS code for those to universal.c (so in miniperl)
20972              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
20973              - change ext/Encode/compile to use above.
20974              - Fix t/lib/encode.t for above
20975              - Teach t/lib/b.t to expect -uutf8
20976              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
20977              utf8.pm is needed.
20978      Branch: perlio
20979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
20980            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
20981 ____________________________________________________________________________
20982 [  9197] By: gsar                                  on 2001/03/18  12:15:57
20983         Log: more thorough cleaning of arenas--keep going until no more
20984              SvREFCNT_dec()s occur (this fixes the problem that causes the
20985              pesky "Scalars leaked" warnings)
20986      Branch: maint-5.6/perl
20987            ! embed.pl perl.c proto.h sv.c t/op/sort.t
20988 ____________________________________________________________________________
20989 [  9196] By: nick                                  on 2001/03/18  10:57:29
20990         Log: Fix pragma/utf8.t # 15
20991              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
20992              are SvUTF8 as well.
20993      Branch: perlio
20994            ! toke.c
20995 ____________________________________________________________________________
20996 [  9195] By: nick                                  on 2001/03/18  09:27:06
20997         Log: Integrate mainline
20998      Branch: perlio
20999           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
21000           !> t/op/pat.t
21001 ____________________________________________________________________________
21002 [  9194] By: jhi                                   on 2001/03/18  05:29:59
21003         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
21004              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
21005      Branch: perl
21006            ! op.c op.h t/op/misc.t t/op/pat.t
21007 ____________________________________________________________________________
21008 [  9193] By: jhi                                   on 2001/03/18  05:15:06
21009         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
21010      Branch: perl
21011            ! mg.c t/op/pat.t
21012 ____________________________________________________________________________
21013 [  9192] By: jhi                                   on 2001/03/18  04:22:43
21014         Log: tr/// UTF-8 patches from Inaba Hiroto.
21015      Branch: perl
21016            ! doop.c op.c
21017 ____________________________________________________________________________
21018 [  9191] By: jhi                                   on 2001/03/18  04:21:17
21019         Log: Integrate perlio.
21020      Branch: perl
21021           !> utf8.c utfebcdic.h
21022 ____________________________________________________________________________
21023 [  9190] By: nick                                  on 2001/03/17  20:32:01
21024         Log: Correct #if EBCDIC side typos.
21025              Builds and passes many tests on OS390.
21026      Branch: perlio
21027            ! utf8.c utfebcdic.h
21028 ____________________________________________________________________________
21029 [  9189] By: jhi                                   on 2001/03/17  18:55:49
21030         Log: Add prerequisites for the perl.third target.
21031      Branch: perl
21032            ! Makefile.SH
21033 ____________________________________________________________________________
21034 [  9188] By: jhi                                   on 2001/03/17  18:46:00
21035         Log: Integrate perlio.
21036      Branch: perl
21037           +> utfebcdic.h
21038           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
21039 ____________________________________________________________________________
21040 [  9187] By: jhi                                   on 2001/03/17  18:38:47
21041         Log: Add a make rule for perl.third (the Third Degree memory debugging
21042              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
21043      Branch: perl
21044            ! Makefile.SH
21045 ____________________________________________________________________________
21046 [  9186] By: nick                                  on 2001/03/17  18:34:48
21047         Log: MANIFEST addition :-(
21048      Branch: perlio
21049            ! MANIFEST
21050 ____________________________________________________________________________
21051 [  9185] By: nick                                  on 2001/03/17  18:29:50
21052         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
21053              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
21054              a superset of ASCII are invariant under the encoding. This is EBCDIC
21055              friendly as an encoded string can be looked at as being EBCDIC by lexer
21056              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
21057              ASCII on ASCII machines.
21058              
21059              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
21060              seperate.
21061              - Add some more macros to comprehend different shift amounts and
21062              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
21063              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
21064              and conditionaly #include it.
21065              
21066              EBCDIC build as yet untested.  ASCII still fails the one test.
21067      Branch: perlio
21068            + utfebcdic.h
21069            ! utf8.c utf8.h
21070 ____________________________________________________________________________
21071 [  9184] By: nick                                  on 2001/03/17  17:44:16
21072         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
21073      Branch: perlio
21074            ! doop.c perl.h pp.c utf8.h
21075 ____________________________________________________________________________
21076 [  9183] By: jhi                                   on 2001/03/17  15:55:42
21077         Log: Integrate perlio.
21078      Branch: perl
21079            ! MANIFEST
21080           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
21081 ____________________________________________________________________________
21082 [  9182] By: nick                                  on 2001/03/17  09:16:06
21083         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
21084      Branch: perlio
21085            ! t/op/pat.t
21086 ____________________________________________________________________________
21087 [  9181] By: nick                                  on 2001/03/17  09:15:11
21088         Log: Integrate mainline.
21089      Branch: perlio
21090           +> lib/Locale/Constants.pm lib/Locale/Country.pm
21091           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21092           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21093           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
21094           !> (integrate 83 files)
21095 ____________________________________________________________________________
21096 [  9180] By: nick                                  on 2001/03/16  17:23:21
21097         Log: EBCDIC Fixes.
21098      Branch: perlio
21099            ! perl.h sv.c toke.c utf8.c utf8.h
21100 ____________________________________________________________________________
21101 [  9179] By: jhi                                   on 2001/03/16  14:10:12
21102         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
21103              a change needed to work around an AIX compiler bug.
21104      Branch: perl
21105            ! ext/Storable/Storable.xs
21106 ____________________________________________________________________________
21107 [  9178] By: jhi                                   on 2001/03/16  03:19:59
21108         Log: With Damian's approval synchronize damian's modules'
21109              licensing with Perl's standard module licensing.
21110      Branch: perl
21111            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
21112 ____________________________________________________________________________
21113 [  9177] By: jhi                                   on 2001/03/16  03:15:34
21114         Log: Make the Filter::Util:Call files have their own copies
21115              of the Perl standard module licensing, from Paul Marquess.
21116      Branch: perl
21117            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
21118 ____________________________________________________________________________
21119 [  9176] By: jhi                                   on 2001/03/16  02:56:04
21120         Log: Subject: [PATCH] more pod patches
21121              From: Michael Stevens <michael@etla.org>
21122              Date: Thu, 15 Mar 2001 21:25:18 +0000
21123              Message-ID: <20010315212518.A18870@firedrake.org>
21124      Branch: perl
21125            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
21126            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
21127            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
21128            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
21129            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
21130            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
21131            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
21132            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
21133            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
21134            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
21135            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
21136            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
21137            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
21138            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
21139            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
21140            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
21141            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
21142            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
21143            ! lib/Locale/Country.pm lib/Locale/Language.pm
21144            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
21145            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
21146            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
21147            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
21148            ! os2/OS2/Process/Process.pm
21149 ____________________________________________________________________________
21150 [  9175] By: jhi                                   on 2001/03/16  02:53:32
21151         Log: Subject: [PATCH] the uncontroversial doc patches
21152              From: Michael Stevens <michael@etla.org>
21153              Date: Thu, 15 Mar 2001 20:01:12 +0000
21154              Message-ID: <20010315200112.A7636@firedrake.org>
21155      Branch: perl
21156            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
21157            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
21158            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
21159            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
21160            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
21161 ____________________________________________________________________________
21162 [  9174] By: jhi                                   on 2001/03/16  02:50:49
21163         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
21164              From: Paul Lindner <lindner@inuus.com>
21165              Date: Fri, 16 Mar 2001 11:28:03 -0800
21166              Message-ID: <20010316112803.A7577@inuus.com>
21167      Branch: perl
21168            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
21169 ____________________________________________________________________________
21170 [  9173] By: nick                                  on 2001/03/15  20:21:03
21171         Log: 1st day's EBCDIC fixes:
21172              - toke.c's parsing of strings needed attention
21173              needed to conditionally e2a if string was already UTF-8
21174              - e2a/a2e tables where wrong way round.
21175              - new macros in utf8.h
21176      Branch: perlio
21177            ! perl.h toke.c utf8.h
21178 ____________________________________________________________________________
21179 [  9172] By: jhi                                   on 2001/03/15  15:17:17
21180         Log: Update Changes.
21181      Branch: perl
21182            ! Changes patchlevel.h
21183 ____________________________________________________________________________
21184 [  9171] By: jhi                                   on 2001/03/15  15:09:32
21185         Log: Subject: Re: Another Borland C++ problem.
21186              From: "Vadim Konovalov" <watman@inbox.ru>
21187              Date: Sat, 10 Mar 2001 19:26:07 +0300
21188              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
21189              
21190              Borland filename case problem.
21191      Branch: perl
21192            + win32/sncfnmcs.pl
21193            ! MANIFEST README.win32
21194 ____________________________________________________________________________
21195 [  9170] By: jhi                                   on 2001/03/15  14:54:23
21196         Log: Add Locale::Codes 1.06, from Neil Bowers.
21197      Branch: perl
21198            + lib/Locale/Constants.pm lib/Locale/Country.pm
21199            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
21200            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
21201            + t/lib/lc-language.t t/lib/lc-uk.t
21202            ! MANIFEST
21203 ____________________________________________________________________________
21204 [  9169] By: jhi                                   on 2001/03/15  14:19:01
21205         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
21206      Branch: perl
21207            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
21208            ! ext/Storable/Storable.xs
21209 ____________________________________________________________________________
21210 [  9168] By: jhi                                   on 2001/03/15  14:13:22
21211         Log: Integrate changes #9120,9167 from mainline to maintperl.
21212              
21213              Subject: [PATCH 5.6.1] OS/2 docs
21214              
21215              Subject: [PATCH 5.6.1] perldoc
21216      Branch: maint-5.6/perl
21217           !> os2/Changes utils/perldoc.PL
21218 ____________________________________________________________________________
21219 [  9167] By: jhi                                   on 2001/03/15  14:07:42
21220         Log: Subject: [PATCH 5.6.1] perldoc
21221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21222              Date: Wed, 14 Mar 2001 23:46:52 -0500
21223              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
21224      Branch: perl
21225            ! utils/perldoc.PL
21226 ____________________________________________________________________________
21227 [  9166] By: jhi                                   on 2001/03/15  13:53:15
21228         Log: sigaction test condition tweakage.
21229      Branch: perl
21230            ! t/lib/sigaction.t
21231 ____________________________________________________________________________
21232 [  9165] By: alanbur                               on 2001/03/15  03:49:17
21233         Log: Resynchronised with parent
21234      Branch: maint-5.6/pureperl
21235           +> os2/os2add.sym t/op/anonsub.t
21236           !> (integrate 72 files)
21237 ____________________________________________________________________________
21238 [  9164] By: jhi                                   on 2001/03/15  01:05:01
21239         Log: Avoid stomping off the beginning of an array in tr///.
21240      Branch: perl
21241            ! op.c
21242 ____________________________________________________________________________
21243 [  9163] By: jhi                                   on 2001/03/15  00:58:57
21244         Log: h2ph strictness and cleanliness from Kurt Starsinic.
21245      Branch: perl
21246            ! utils/h2ph.PL
21247 ____________________________________________________________________________
21248 [  9162] By: gsar                                  on 2001/03/15  00:56:53
21249         Log: avoid warnings
21250      Branch: maint-5.6/perl
21251            ! t/op/magic.t
21252 ____________________________________________________________________________
21253 [  9161] By: gsar                                  on 2001/03/15  00:52:09
21254         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
21255              results
21256      Branch: maint-5.6/perl
21257            ! t/op/magic.t
21258 ____________________________________________________________________________
21259 [  9160] By: jhi                                   on 2001/03/14  22:02:10
21260         Log: Do not use the Perl malloc in IRIX, suggested by
21261              Helmus Jarausch.
21262      Branch: perl
21263            ! hints/irix_6.sh
21264 ____________________________________________________________________________
21265 [  9159] By: nick                                  on 2001/03/14  21:45:59
21266         Log: Integrate mainline
21267      Branch: perlio
21268           +> t/op/loopctl.t
21269           !> (integrate 41 files)
21270 ____________________________________________________________________________
21271 [  9158] By: jhi                                   on 2001/03/14  21:10:09
21272         Log: The Day of the Retractions continues: the #9138
21273              (integrated in #9144) doesn't work well in mainline.
21274      Branch: perl
21275            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21276            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21277            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21278 ____________________________________________________________________________
21279 [  9157] By: jhi                                   on 2001/03/14  20:58:12
21280         Log: The #9145 CANNOT be enabled: the clear_pmop code still
21281              dumps core all over in Tru64.
21282      Branch: perl
21283            ! op.c op.h t/op/pat.t
21284 ____________________________________________________________________________
21285 [  9156] By: jhi                                   on 2001/03/14  20:48:06
21286         Log: Integrate change #9154 from maintperl to mainline.
21287              
21288              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21289              (caused Storable 1.0.10 to break on windows)
21290      Branch: perl
21291           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21292           !> perlapi.c proto.h
21293 ____________________________________________________________________________
21294 [  9155] By: jhi                                   on 2001/03/14  20:23:53
21295         Log: Retract #9136: breaks threading (and binary compatibility).
21296      Branch: perl
21297            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21298 ____________________________________________________________________________
21299 [  9154] By: gsar                                  on 2001/03/14  17:48:18
21300         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
21301              (caused Storable 1.0.10 to break on windows)
21302      Branch: maint-5.6/perl
21303            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
21304            ! perlapi.c proto.h
21305 ____________________________________________________________________________
21306 [  9153] By: jhi                                   on 2001/03/14  13:35:21
21307         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
21308      Branch: perl
21309            ! t/lib/sigaction.t
21310 ____________________________________________________________________________
21311 [  9152] By: gsar                                  on 2001/03/14  07:29:40
21312         Log: back out changes#9012,9010,9009 and parts of change#9016
21313              (causes ABRs under purify, and some prerequisites don't
21314              seem to be there in 5.6.x)
21315      Branch: maint-5.6/perl
21316            ! doop.c op.c t/op/tr.t toke.c
21317 ____________________________________________________________________________
21318 [  9151] By: gsar                                  on 2001/03/14  07:01:29
21319         Log: reenable change#9145 (the test was busted due to a missing
21320              C<print "ok 27\n">)
21321      Branch: perl
21322            ! op.c op.h t/op/pat.t
21323 ____________________________________________________________________________
21324 [  9150] By: jhi                                   on 2001/03/14  06:38:36
21325         Log: Retract #9145.
21326      Branch: perl
21327            ! op.c op.h t/op/pat.t
21328 ____________________________________________________________________________
21329 [  9149] By: jhi                                   on 2001/03/14  06:14:56
21330         Log: Retract #9143.
21331      Branch: perl
21332            ! op.c
21333 ____________________________________________________________________________
21334 [  9148] By: gsar                                  on 2001/03/14  06:13:02
21335         Log: Uninitialized Memory Read in regexec.c
21336      Branch: perl
21337            ! regexec.c
21338 ____________________________________________________________________________
21339 [  9147] By: jhi                                   on 2001/03/14  04:59:54
21340         Log: Subject: PATCH: make goto work in nested eval ""
21341              From: Robin Houston <robin@kitsite.com>
21342              Date: Wed, 14 Mar 2001 04:16:10 +0000
21343              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
21344      Branch: perl
21345            ! pp_ctl.c t/op/goto.t
21346 ____________________________________________________________________________
21347 [  9146] By: jhi                                   on 2001/03/14  04:42:54
21348         Log: Preserve the #ifdef PERL_CORE in perly.h.
21349      Branch: perl
21350            ! perly.fixer
21351 ____________________________________________________________________________
21352 [  9145] By: jhi                                   on 2001/03/14  03:57:41
21353         Log: (Retracted by #9150.)
21354      Branch: perl
21355            ! op.c op.h t/op/pat.t
21356 ____________________________________________________________________________
21357 [  9144] By: jhi                                   on 2001/03/14  03:50:38
21358         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
21359              
21360              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21361              
21362              remove squelch controls for "Scalars leaked" messages in most places
21363              (these are now cured)
21364              
21365              fix another memory leak reported by purify (tie callbacks that
21366              croak can leak when wiping out magic)
21367      Branch: perl
21368           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
21369           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
21370           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
21371           !> t/pragma/warnings.t
21372 ____________________________________________________________________________
21373 [  9143] By: jhi                                   on 2001/03/14  03:37:53
21374         Log: (Retracted by #9149.)
21375      Branch: perl
21376            ! op.c
21377 ____________________________________________________________________________
21378 [  9142] By: gsar                                  on 2001/03/14  03:20:48
21379         Log: fix another memory leak reported by purify (tie callbacks that
21380              croak can leak when wiping out magic)
21381      Branch: maint-5.6/perl
21382            ! scope.c
21383 ____________________________________________________________________________
21384 [  9141] By: jhi                                   on 2001/03/14  02:55:00
21385         Log: Subject: PATCH for [ID 20010305.003]
21386              From: Robin Houston <robin@kitsite.com>
21387              Date: Wed, 14 Mar 2001 02:45:51 +0000
21388              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
21389      Branch: perl
21390            ! pp_ctl.c t/op/eval.t
21391 ____________________________________________________________________________
21392 [  9140] By: jhi                                   on 2001/03/14  02:41:54
21393         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21394              Date: Wed, 14 Mar 2001 01:52:51 +0000
21395              From: Robin Houston <robin@kitsite.com>
21396              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
21397              
21398              Fix for 2000313.004.
21399      Branch: perl
21400            ! pp_ctl.c t/op/goto.t
21401 ____________________________________________________________________________
21402 [  9139] By: jhi                                   on 2001/03/14  02:40:50
21403         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21404              From: Robin Houston <robin@kitsite.com>
21405              Date: Wed, 14 Mar 2001 00:43:45 +0000
21406              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
21407      Branch: perl
21408            + t/op/loopctl.t
21409            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
21410            ! vms/perly_c.vms
21411 ____________________________________________________________________________
21412 [  9138] By: gsar                                  on 2001/03/14  01:18:00
21413         Log: remove squelch controls for "Scalars leaked" messages in most places
21414              (these are now cured)
21415      Branch: maint-5.6/perl
21416            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
21417            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
21418            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
21419 ____________________________________________________________________________
21420 [  9137] By: gsar                                  on 2001/03/14  00:57:04
21421         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
21422      Branch: maint-5.6/perl
21423            ! regcomp.c
21424 ____________________________________________________________________________
21425 [  9136] By: jhi                                   on 2001/03/13  23:12:24
21426         Log: (Retracted by #9155)
21427              
21428              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
21429              From: Jens-Uwe Mager <jum@helios.de>
21430              Date: Wed, 21 Feb 2001 21:32:04 +0100
21431              Message-ID: <20010221213203.A18340@ans.helios.de>
21432      Branch: perl
21433            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21434 ____________________________________________________________________________
21435 [  9135] By: jhi                                   on 2001/03/13  22:50:05
21436         Log: Integrate perlio.
21437      Branch: perl
21438           !> pp.c
21439 ____________________________________________________________________________
21440 [  9134] By: jhi                                   on 2001/03/13  22:49:05
21441         Log: Integrate change #9131 from maintperl into mainline.
21442              
21443              make the error text look more consistent in hints/hpux.sh
21444      Branch: perl
21445           !> hints/hpux.sh
21446 ____________________________________________________________________________
21447 [  9133] By: gsar                                  on 2001/03/13  22:46:20
21448         Log: integrate change#9067 from mainline
21449              
21450              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21451      Branch: maint-5.6/perl
21452           !> lib/ExtUtils/MM_Unix.pm
21453 ____________________________________________________________________________
21454 [  9132] By: jhi                                   on 2001/03/13  22:41:21
21455         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
21456              From: "John P. Linderman" <jpl@research.att.com>
21457              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
21458              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
21459              
21460              A more correct prime finder.
21461      Branch: perl
21462            ! lib/Tie/SubstrHash.pm
21463 ____________________________________________________________________________
21464 [  9131] By: gsar                                  on 2001/03/13  22:30:42
21465         Log: make the error text look more consistent in hints/hpux.sh
21466      Branch: maint-5.6/perl
21467            ! hints/hpux.sh
21468 ____________________________________________________________________________
21469 [  9130] By: jhi                                   on 2001/03/13  22:23:44
21470         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
21471              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21472              Date: Tue, 13 Mar 2001 18:41:26 +0100
21473              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
21474              
21475              If the test is run non-interactively the default handler
21476              is different.
21477      Branch: perl
21478            ! t/lib/sigaction.t
21479 ____________________________________________________________________________
21480 [  9129] By: jhi                                   on 2001/03/13  22:20:21
21481         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
21482              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21483              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
21484              Date:     Tue, 13 Mar 2001 16:44:32 EST
21485      Branch: perl
21486            ! t/lib/1_compile.t
21487 ____________________________________________________________________________
21488 [  9128] By: jhi                                   on 2001/03/13  22:18:34
21489         Log: Subject: Another patch for integer.pm POD 
21490              From: "John L. Allen" <allen@grumman.com>
21491              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
21492              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
21493      Branch: perl
21494            ! lib/integer.pm
21495 ____________________________________________________________________________
21496 [  9127] By: nick                                  on 2001/03/13  21:26:30
21497         Log: Integrate mainline.
21498      Branch: perlio
21499           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
21500           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
21501           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
21502           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
21503           !> Changes Configure MANIFEST README.os2 README.os390
21504           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
21505           !> os2/Changes patchlevel.h win32/perlhost.h
21506 ____________________________________________________________________________
21507 [  9126] By: nick                                  on 2001/03/13  20:39:51
21508         Log: #ifdef'ed out code to make packed side of pack/unpack
21509              octets. (i.e. pack('U') => encode_utf8).
21510      Branch: perlio
21511            ! pp.c
21512 ____________________________________________________________________________
21513 [  9125] By: jhi                                   on 2001/03/13  15:07:16
21514         Log: Update Changes.
21515      Branch: perl
21516            ! Changes patchlevel.h
21517 ____________________________________________________________________________
21518 [  9124] By: jhi                                   on 2001/03/13  14:22:45
21519         Log: Workaround for the buggy ("internal compiler error")
21520              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
21521              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
21522              of Andreas König.
21523      Branch: perl
21524            ! ext/re/Makefile.PL hints/aix.sh
21525 ____________________________________________________________________________
21526 [  9123] By: jhi                                   on 2001/03/13  03:24:34
21527         Log: Typo in #9114.
21528      Branch: metaconfig
21529            ! U/modified/myhostname.U
21530 ____________________________________________________________________________
21531 [  9122] By: jhi                                   on 2001/03/13  03:24:06
21532         Log: Typo in #9113.
21533      Branch: perl
21534            ! Configure
21535 ____________________________________________________________________________
21536 [  9121] By: jhi                                   on 2001/03/13  01:53:05
21537         Log: Forgot to check-in the larger part of #9120, duh.
21538      Branch: perl
21539            ! README.os2
21540 ____________________________________________________________________________
21541 [  9120] By: jhi                                   on 2001/03/13  01:51:31
21542         Log: Subject: [PATCH 5.6.1] OS/2 docs
21543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21544              Date: Mon, 12 Mar 2001 03:27:32 -0500
21545              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
21546      Branch: perl
21547            ! os2/Changes
21548 ____________________________________________________________________________
21549 [  9119] By: jhi                                   on 2001/03/13  01:49:41
21550         Log: Integrate change #9116 from maintperl into mainline.
21551              
21552              Win32::GetCwd() returns C: instead of C:\ in the root directory
21553              under ithreads
21554      Branch: perl
21555           !> win32/perlhost.h
21556 ____________________________________________________________________________
21557 [  9118] By: jhi                                   on 2001/03/13  01:13:39
21558         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
21559      Branch: perl
21560            + lib/Switch.pm t/lib/switch.t
21561            ! MANIFEST
21562 ____________________________________________________________________________
21563 [  9117] By: jhi                                   on 2001/03/13  01:03:17
21564         Log: Add Text::Balanced 1.83.
21565      Branch: perl
21566            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
21567            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
21568            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
21569            + t/lib/tb-xvari.t
21570            ! MANIFEST
21571 ____________________________________________________________________________
21572 [  9116] By: gsar                                  on 2001/03/13  00:55:53
21573         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
21574              under ithreads
21575      Branch: maint-5.6/perl
21576            ! win32/perlhost.h
21577 ____________________________________________________________________________
21578 [  9115] By: jhi                                   on 2001/03/13  00:54:09
21579         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
21580              From: "John L. Allen" <allen@grumman.com>
21581              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
21582              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
21583              
21584              use integer document clarification.
21585      Branch: perl
21586            ! lib/integer.pm
21587 ____________________________________________________________________________
21588 [  9114] By: jhi                                   on 2001/03/13  00:38:54
21589         Log: Metaconfig unit change for #9113.
21590      Branch: metaconfig
21591            ! U/modified/myhostname.U
21592 ____________________________________________________________________________
21593 [  9113] By: jhi                                   on 2001/03/13  00:38:35
21594         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?)
21595              From: Peter Prymmer <pvhp@forte.com>
21596              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
21597              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
21598      Branch: perl
21599            ! Configure README.os390 hints/os390.sh
21600 ____________________________________________________________________________
21601 [  9112] By: jhi                                   on 2001/03/13  00:29:00
21602         Log: Integrate perlio.
21603      Branch: perl
21604           !> sv.c utf8.h
21605 ____________________________________________________________________________
21606 [  9111] By: nick                                  on 2001/03/12  21:16:33
21607         Log: Integrate mainline.
21608      Branch: perlio
21609           +> t/op/anonsub.t
21610           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21611           !> proto.h sv.c
21612 ____________________________________________________________________________
21613 [  9110] By: nick                                  on 2001/03/12  21:00:13
21614         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
21615      Branch: perlio
21616            ! sv.c utf8.h
21617 ____________________________________________________________________________
21618 [  9109] By: jhi                                   on 2001/03/12  16:04:47
21619         Log: Integrate change #9108 from maintperl to mainline.
21620              
21621              fix memory leak in C<sub X { sub {} }> arising from a refcount
21622              loop between the outer sub and the inner prototype anonsub
21623              
21624              this also enables closures returned by subroutines that
21625              subsequently get redefined to work without generating coredumps :)
21626              
21627              completely removed the free_closures() hack--it shouldn't be
21628              needed anymore
21629      Branch: perl
21630           +> t/op/anonsub.t
21631           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21632           !> proto.h sv.c
21633 ____________________________________________________________________________
21634 [  9108] By: gsar                                  on 2001/03/12  10:21:31
21635         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
21636              loop between the outer sub and the inner prototype anonsub
21637              
21638              this also enables closures returned by subroutines that
21639              subsequently get redefined to work without generating coredumps :)
21640              
21641              completely removed the free_closures() hack--it shouldn't be
21642              needed anymore
21643      Branch: maint-5.6/perl
21644            + t/op/anonsub.t
21645            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
21646            ! proto.h sv.c
21647 ____________________________________________________________________________
21648 [  9107] By: jhi                                   on 2001/03/12  05:15:31
21649         Log: Integrate perlio.
21650      Branch: perl
21651           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
21652 ____________________________________________________________________________
21653 [  9106] By: nick                                  on 2001/03/11  20:10:12
21654         Log: regcomp.c is working in native space, not Unicode space (if different)
21655              as it is doing compare against 'W' in \W etc.
21656      Branch: perlio
21657            ! regcomp.c
21658 ____________________________________________________________________________
21659 [  9105] By: nick                                  on 2001/03/11  19:39:34
21660         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
21661              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
21662      Branch: perlio
21663            ! regcomp.c toke.c utf8.c
21664 ____________________________________________________________________________
21665 [  9104] By: nick                                  on 2001/03/11  18:15:44
21666         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
21667      Branch: perlio
21668            ! sv.c
21669 ____________________________________________________________________________
21670 [  9103] By: nick                                  on 2001/03/11  18:03:28
21671         Log: Integrate mainline (for regexp stuff).
21672      Branch: perlio
21673           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21674           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
21675           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
21676           !> t/lib/errno.t t/op/pat.t
21677 ____________________________________________________________________________
21678 [  9102] By: nick                                  on 2001/03/11  17:44:20
21679         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
21680              - exclude layer syms in makedef.pl for sfio
21681              - also inhibit Encode from trying to build ":encode()" layer.
21682      Branch: perlio
21683            ! ext/Encode/Encode.xs makedef.pl
21684 ____________________________________________________________________________
21685 [  9101] By: jhi                                   on 2001/03/10  22:38:13
21686         Log: The $Is_MacOS needs to be declared.
21687      Branch: perl
21688            ! lib/ExtUtils/Manifest.pm
21689 ____________________________________________________________________________
21690 [  9100] By: jhi                                   on 2001/03/10  22:14:29
21691         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
21692              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
21693              pollute the symbolspace if using sfio.
21694      Branch: perl
21695            ! ext/Encode/Encode.xs
21696 ____________________________________________________________________________
21697 [  9099] By: jhi                                   on 2001/03/10  21:58:48
21698         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
21699              Date: Sat, 10 Mar 2001 14:23:55 -0500
21700              From: Chris Nandor <pudge@pobox.com>
21701              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
21702      Branch: perl
21703            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
21704            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
21705            ! t/lib/errno.t
21706 ____________________________________________________________________________
21707 [  9098] By: jhi                                   on 2001/03/10  21:38:30
21708         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
21709      Branch: perl
21710            ! regcomp.c regexec.c t/op/pat.t
21711 ____________________________________________________________________________
21712 [  9097] By: jhi                                   on 2001/03/10  14:38:07
21713         Log: Integrate perlio.
21714      Branch: perl
21715           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21716           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21717           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21718 ____________________________________________________________________________
21719 [  9096] By: nick                                  on 2001/03/10  11:55:43
21720         Log: EBCDIC sanity - phase I
21721              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
21722              - use utf8n_xxxx (c.f. pvn) for forms which take length.
21723              - back out vN.N and $^V exceptions to e2a/a2e
21724              - make "locale" isxxx macros be uvchr (may be redundant?)
21725              
21726              Not clear yet that toUPPER_uni et. al. return being handled correctly.
21727              The tr// and rexexp stuff still needs an audit, assumption is they are working
21728              in Unicode space.
21729              
21730              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
21731      Branch: perlio
21732            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
21733            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
21734            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
21735 ____________________________________________________________________________
21736 [  9095] By: jhi                                   on 2001/03/09  22:10:01
21737         Log: Integrate perlio.
21738      Branch: perl
21739           !> dump.c
21740 ____________________________________________________________________________
21741 [  9094] By: nick                                  on 2001/03/09  17:36:38
21742         Log: Builds an passes all tests after integrate and this tweak.
21743      Branch: perlio
21744            ! dump.c
21745 ____________________________________________________________________________
21746 [  9093] By: nick                                  on 2001/03/09  17:16:03
21747         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
21748      Branch: perlio
21749           +> lib/unicode/Scripts.txt t/lib/sigaction.t
21750           !> (integrate 79 files)
21751 ____________________________________________________________________________
21752 [  9092] By: jhi                                   on 2001/03/09  15:28:26
21753         Log: Update Changes.
21754      Branch: perl
21755            ! Changes patchlevel.h
21756 ____________________________________________________________________________
21757 [  9091] By: jhi                                   on 2001/03/09  15:25:05
21758         Log: In op/stat #35 better to scan all the potential directories
21759              for setuids, not just the first one.
21760      Branch: perl
21761            ! t/op/stat.t
21762 ____________________________________________________________________________
21763 [  9090] By: jhi                                   on 2001/03/09  15:01:27
21764         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
21765              From: rspier@pobox.com (Robert Spier)
21766              Date: Fri, 9 Mar 2001 03:30:20 -0500
21767              Message-ID: <15016.38044.381174.160189@rls.cx>
21768              
21769              EXISTS() returning undef mistakenly triggered a FETCH().
21770      Branch: perl
21771            ! hv.c
21772 ____________________________________________________________________________
21773 [  9089] By: jhi                                   on 2001/03/09  14:59:02
21774         Log: Add /sbin and /usr/sbin to the list of directories scanned
21775              for setuid programs.  Takes care of bug id 20010309.003.
21776      Branch: perl
21777            ! t/op/stat.t
21778 ____________________________________________________________________________
21779 [  9088] By: jhi                                   on 2001/03/09  14:48:32
21780         Log: Regen perlapi, perltoc.
21781      Branch: perl
21782            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
21783 ____________________________________________________________________________
21784 [  9087] By: jhi                                   on 2001/03/09  14:38:56
21785         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21786              From: David Mitchell <davem@fdgroup.co.uk>
21787              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
21788              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
21789      Branch: perl
21790            ! dump.c perl.c perl.h pod/perlrun.pod
21791 ____________________________________________________________________________
21792 [  9086] By: jhi                                   on 2001/03/09  01:47:16
21793         Log: A modified version of
21794              
21795              Subject: [ID 20010307.005] POSIX::sigaction has various problems
21796              From: anders@broadcom.com
21797              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
21798              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
21799              
21800              Currently the sigaction.t test #6 fails (and is fudged to look
21801              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
21802              This may well be a genuine bug in Linux sigaction() (since at
21803              least Tru64, Solaris, and HP-UX disagree with Linux).
21804              Anyone with POSIX / SUSv2 tome handy?  The problem is that
21805              the flags of the oldaction don't match with the flags in
21806              the previously installed disposition.
21807      Branch: perl
21808            + t/lib/sigaction.t
21809            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21810 ____________________________________________________________________________
21811 [  9085] By: jhi                                   on 2001/03/09  01:30:13
21812         Log: Subject: Re: mission impossible for the day
21813              From: Alex Gough <alex@rcon.org>
21814              Date: Thu, 08 Mar 2001 17:18:19 +0000
21815              Message-ID: <3AA7BEDB.8070409@rcon.org>
21816              
21817              If references (are overloaded) and can be directly stringified,
21818              show that instead of "stringified".
21819              
21820              (The problem, infinite mutual recursion caused by overloaded bool
21821              in Switch.pm, tracked by David Mitchell)
21822      Branch: perl
21823            ! lib/Carp/Heavy.pm
21824 ____________________________________________________________________________
21825 [  9084] By: jhi                                   on 2001/03/09  01:20:39
21826         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
21827              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
21828              From: David Mitchell <davem@fdgroup.co.uk>
21829              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
21830      Branch: perl
21831            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
21832            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
21833 ____________________________________________________________________________
21834 [  9083] By: jhi                                   on 2001/03/09  01:16:51
21835         Log: Subject: [PATCH] perldata.pod here-doc docs
21836              From: Jeff Pinyan <jeffp@crusoe.net>
21837              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
21838              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
21839      Branch: perl
21840            ! pod/perldata.pod
21841 ____________________________________________________________________________
21842 [  9082] By: jhi                                   on 2001/03/09  01:01:27
21843         Log: Subject: Re: Unicode/EBCDIC
21844              From: Peter Prymmer <pvhp@forte.com>
21845              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
21846              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
21847      Branch: perl
21848            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
21849 ____________________________________________________________________________
21850 [  9081] By: jhi                                   on 2001/03/08  13:41:30
21851         Log: Subject: Ooops, wrong 'no *POSIX' Patch
21852              From: Dorner Thomas <Thomas.Dorner@start.de>
21853              Date: Thu, 8 Mar 2001 08:43:28 +0100
21854              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
21855      Branch: perl
21856            ! hints/posix-bc.sh
21857 ____________________________________________________________________________
21858 [  9080] By: jhi                                   on 2001/03/08  13:11:42
21859         Log: It's Scripts.txt, not Script.txt.
21860      Branch: perl
21861            ! MANIFEST
21862 ____________________________________________________________________________
21863 [  9079] By: jhi                                   on 2001/03/08  12:59:05
21864         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21865              From: Dorner Thomas <Thomas.Dorner@start.de>
21866              Date: Wed, 7 Mar 2001 14:13:31 +0100
21867              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21868      Branch: perl
21869            ! makedepend.SH
21870 ____________________________________________________________________________
21871 [  9078] By: jhi                                   on 2001/03/08  12:57:43
21872         Log: Retract #9069, wrong patch.
21873      Branch: perl
21874            ! Makefile.SH
21875 ____________________________________________________________________________
21876 [  9077] By: jhi                                   on 2001/03/08  01:06:13
21877         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
21878      Branch: perl
21879            + lib/unicode/Scripts.txt
21880            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
21881            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
21882            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
21883            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21884            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
21885            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
21886            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
21887            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
21888            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
21889            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
21890            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
21891            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
21892            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
21893            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
21894            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
21895            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
21896            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
21897            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
21898            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
21899            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
21900            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
21901            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
21902            ! lib/unicode/version
21903 ____________________________________________________________________________
21904 [  9076] By: jhi                                   on 2001/03/07  22:59:39
21905         Log: Integrate change #7784 from mainline into maintperl.
21906              
21907              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21908      Branch: maint-5.6/perl
21909           !> pp_ctl.c t/op/pat.t
21910 ____________________________________________________________________________
21911 [  9075] By: jhi                                   on 2001/03/07  22:05:11
21912         Log: More UTF-8 test tweaks.
21913      Branch: perl
21914            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
21915 ____________________________________________________________________________
21916 [  9074] By: nick                                  on 2001/03/07  21:39:29
21917         Log: Integrate mainline.
21918      Branch: perlio
21919           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
21920           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
21921           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
21922           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
21923           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
21924 ____________________________________________________________________________
21925 [  9073] By: jhi                                   on 2001/03/07  16:37:09
21926         Log: Update Changes.
21927      Branch: perl
21928            ! Changes patchlevel.h
21929 ____________________________________________________________________________
21930 [  9072] By: jhi                                   on 2001/03/07  16:32:30
21931         Log: Subject: [ID 20010306.004] || != named unary operator
21932              From: abela@geneanet.org
21933              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
21934              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
21935      Branch: perl
21936            ! pod/perlop.pod
21937 ____________________________________________________________________________
21938 [  9071] By: jhi                                   on 2001/03/07  15:14:11
21939         Log: Subject: downgrading to bytes for common functions
21940              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
21941              Date: Wed, 7 Mar 2001 02:36:55 -0500
21942              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
21943      Branch: perl
21944            ! pp_sys.c
21945 ____________________________________________________________________________
21946 [  9070] By: jhi                                   on 2001/03/07  15:04:58
21947         Log: Clarify the description differentiating for and while; inspired by
21948              
21949              Subject: [ID 20010306.002] for/while difference in for definition
21950              From: abela@geneanet.org
21951              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
21952              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
21953      Branch: perl
21954            ! pod/perlsyn.pod
21955 ____________________________________________________________________________
21956 [  9069] By: jhi                                   on 2001/03/07  14:55:30
21957         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
21958              From: Dorner Thomas <Thomas.Dorner@start.de>
21959              Date: Wed, 7 Mar 2001 14:13:31 +0100
21960              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
21961      Branch: perl
21962            ! Makefile.SH
21963 ____________________________________________________________________________
21964 [  9068] By: jhi                                   on 2001/03/07  14:51:17
21965         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
21966              From: Radu Greab <radu@netsoft.ro>
21967              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
21968              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
21969      Branch: perl
21970            ! pp.c t/op/chop.t
21971 ____________________________________________________________________________
21972 [  9067] By: jhi                                   on 2001/03/07  14:48:57
21973         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
21974              From: Simon Cozens <simon@netthink.co.uk>
21975              Date: Wed, 7 Mar 2001 13:59:28 +0000
21976              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
21977              
21978              In order to allow MakeMaker to build correct Makefiles,
21979              you need to change the order of the arguments in MM_Unix.pm
21980              as well. (Unless you have C89_CCMODE set, but we're trying
21981              to be POSIXly correct)
21982              
21983              Thanks to Merijn Broeren for tracking this down.
21984      Branch: perl
21985            ! lib/ExtUtils/MM_Unix.pm
21986 ____________________________________________________________________________
21987 [  9066] By: jhi                                   on 2001/03/07  14:30:02
21988         Log: Floating point too messy.
21989      Branch: perl
21990            ! t/camel-III/vstring.t
21991 ____________________________________________________________________________
21992 [  9065] By: jhi                                   on 2001/03/07  14:17:44
21993         Log: Integrate change #9064 from maintperl into mainline.
21994              
21995              fix memory leak in pack("Bb",...)
21996      Branch: perl
21997           !> perl.c
21998 ____________________________________________________________________________
21999 [  9064] By: gsar                                  on 2001/03/07  06:29:24
22000         Log: fix memory leak in pack("Bb",...)
22001      Branch: maint-5.6/perl
22002            ! perl.c
22003 ____________________________________________________________________________
22004 [  9063] By: jhi                                   on 2001/03/07  00:55:04
22005         Log: Major utf8 test reorganisation and rewrite.
22006              Hopefully no tests were lost in the shuffle.
22007              (The beginning of pragma/utf8 was lost intentionally,
22008              the tests were rather bogus and incomplete.)
22009      Branch: perl
22010            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
22011            ! t/pragma/utf8.t
22012 ____________________________________________________________________________
22013 [  9062] By: jhi                                   on 2001/03/07  00:41:16
22014         Log: More tweakage on the Unicode character class descriptions.
22015      Branch: perl
22016            ! lib/unicode/mktables.PL pod/perlretut.pod
22017 ____________________________________________________________________________
22018 [  9061] By: jhi                                   on 2001/03/06  23:12:38
22019         Log: The perlretut was still talking about the old \p and \P
22020              definitions.
22021      Branch: perl
22022            ! pod/perlretut.pod
22023 ____________________________________________________________________________
22024 [  9060] By: nick                                  on 2001/03/06  20:52:37
22025         Log: Integrate mainline (make test works again now).
22026      Branch: perlio
22027           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
22028 ____________________________________________________________________________
22029 [  9059] By: jhi                                   on 2001/03/06  15:36:14
22030         Log: 0.999... does equal 1.0, doesn't it?
22031      Branch: perl
22032            ! t/camel-III/vstring.t
22033 ____________________________________________________________________________
22034 [  9058] By: jhi                                   on 2001/03/06  15:34:00
22035         Log: Make /x{abcd}/ to work without use utf8.
22036      Branch: perl
22037            ! regcomp.c
22038 ____________________________________________________________________________
22039 [  9057] By: jhi                                   on 2001/03/06  03:02:36
22040         Log: Easier to outcomment all the three reset() tests for now.
22041      Branch: perl
22042            ! t/op/pat.t
22043 ____________________________________________________________________________
22044 [  9056] By: jhi                                   on 2001/03/06  02:30:02
22045         Log: Comment out the deadly reset; until the 20010301.005
22046              is finally fixed.
22047      Branch: perl
22048            ! t/op/pat.t
22049 ____________________________________________________________________________
22050 [  9055] By: jhi                                   on 2001/03/06  02:21:26
22051         Log: Integrate the change #9054 from mainline:
22052              retract the PMOP cleanup patch pending further investigation.
22053      Branch: maint-5.6/perl
22054           !> op.c op.h
22055 ____________________________________________________________________________
22056 [  9054] By: jhi                                   on 2001/03/06  02:19:57
22057         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
22058              with oddly familiar stack traces.
22059      Branch: perl
22060            ! op.c op.h
22061 ____________________________________________________________________________
22062 [  9053] By: jhi                                   on 2001/03/05  23:20:28
22063         Log: Integrate perlio.
22064      Branch: perl
22065           +> ext/Encode/Encode/koi8-r.ucm
22066           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22067           !> makedef.pl
22068 ____________________________________________________________________________
22069 [  9052] By: nick                                  on 2001/03/05  23:08:17
22070         Log: skipping USE_PERLIO symbols correction.
22071      Branch: perlio
22072            ! makedef.pl
22073 ____________________________________________________________________________
22074 [  9051] By: nick                                  on 2001/03/05  22:35:07
22075         Log: More Encode alias tidying.
22076      Branch: perlio
22077            + ext/Encode/Encode/koi8-r.ucm
22078            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
22079 ____________________________________________________________________________
22080 [  9050] By: jhi                                   on 2001/03/05  21:44:29
22081         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
22082              Sarathy's fix for ID 20010301.005.
22083      Branch: maint-5.6/perl
22084           !> op.c op.h
22085 ____________________________________________________________________________
22086 [  9049] By: nick                                  on 2001/03/05  19:54:04
22087         Log: Integrate Jarkko's Encode.pm tweak.
22088      Branch: perlio
22089           !> ext/Encode/Encode.pm
22090 ____________________________________________________________________________
22091 [  9048] By: nick                                  on 2001/03/05  19:47:57
22092         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
22093      Branch: perlio
22094           +> os2/os2add.sym
22095           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
22096           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
22097           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
22098           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
22099           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
22100 ____________________________________________________________________________
22101 [  9047] By: jhi                                   on 2001/03/05  19:25:26
22102         Log: Regen perlapi.
22103      Branch: perl
22104            ! pod/perlapi.pod
22105 ____________________________________________________________________________
22106 [  9046] By: jhi                                   on 2001/03/05  19:12:14
22107         Log: Integrate perlio.
22108      Branch: perl
22109           +> t/camel-III/vstring.t
22110           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
22111 ____________________________________________________________________________
22112 [  9045] By: jhi                                   on 2001/03/05  19:10:36
22113         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
22114      Branch: perl
22115            ! ext/Encode/Encode.pm
22116 ____________________________________________________________________________
22117 [  9044] By: jhi                                   on 2001/03/05  18:49:12
22118         Log: Forgot the other half of the PMOP patch (#9033).
22119      Branch: perl
22120            ! op.h
22121 ____________________________________________________________________________
22122 [  9043] By: nick                                  on 2001/03/05  18:14:47
22123         Log: Update MANIFEST for new test.
22124      Branch: perlio
22125            ! MANIFEST
22126 ____________________________________________________________________________
22127 [  9042] By: nick                                  on 2001/03/05  18:12:41
22128         Log: Some tests for Camel 3rd edition features.
22129              Make gethostbyaddr() test in above work.
22130      Branch: perlio
22131            + t/camel-III/vstring.t
22132            ! pp.h pp_sys.c t/TEST t/harness
22133 ____________________________________________________________________________
22134 [  9041] By: jhi                                   on 2001/03/05  17:41:48
22135         Log: Add more ISO 8859 encoding aliases.
22136      Branch: perl
22137            ! ext/Encode/Encode.pm
22138 ____________________________________________________________________________
22139 [  9040] By: jhi                                   on 2001/03/05  17:30:43
22140         Log: Integrate perlio.
22141      Branch: perl
22142           !> MANIFEST sv.c
22143 ____________________________________________________________________________
22144 [  9039] By: nick                                  on 2001/03/05  17:11:36
22145         Log: Missed added file.
22146      Branch: perlio
22147            ! MANIFEST
22148 ____________________________________________________________________________
22149 [  9038] By: jhi                                   on 2001/03/05  15:58:01
22150         Log: Add tr tests for EBCDIC, from Karsten Sperling.
22151      Branch: perl
22152            ! t/op/tr.t
22153 ____________________________________________________________________________
22154 [  9037] By: nick                                  on 2001/03/05  15:56:35
22155         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
22156              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
22157              
22158              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
22159              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
22160              - uses SvPV() rather than sv_2pv() in case it isn't a string.
22161      Branch: perlio
22162            ! sv.c
22163 ____________________________________________________________________________
22164 [  9036] By: jhi                                   on 2001/03/05  15:49:15
22165         Log: Add matching tests currently failing in EBCDIC,
22166              suggested by Karsten Sperling.
22167      Branch: perl
22168            ! t/op/pat.t
22169 ____________________________________________________________________________
22170 [  9035] By: jhi                                   on 2001/03/05  15:36:55
22171         Log: The #9034 needs a MANIFESTation.
22172      Branch: perl
22173            ! MANIFEST
22174 ____________________________________________________________________________
22175 [  9034] By: jhi                                   on 2001/03/05  15:35:14
22176         Log: Integrate perlio.
22177      Branch: perl
22178           +> ext/Encode/Encode/Tcl.pm
22179           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22180           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22181           !> ext/Encode/Encode/iso8859-1.ucm
22182           !> ext/Encode/Encode/iso8859-10.ucm
22183           !> ext/Encode/Encode/iso8859-13.ucm
22184           !> ext/Encode/Encode/iso8859-14.ucm
22185           !> ext/Encode/Encode/iso8859-15.ucm
22186           !> ext/Encode/Encode/iso8859-16.ucm
22187           !> ext/Encode/Encode/iso8859-2.ucm
22188           !> ext/Encode/Encode/iso8859-3.ucm
22189           !> ext/Encode/Encode/iso8859-4.ucm
22190           !> ext/Encode/Encode/iso8859-5.ucm
22191           !> ext/Encode/Encode/iso8859-6.ucm
22192           !> ext/Encode/Encode/iso8859-7.ucm
22193           !> ext/Encode/Encode/iso8859-8.ucm
22194           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22195           !> t/lib/encode.t
22196 ____________________________________________________________________________
22197 [  9033] By: jhi                                   on 2001/03/05  15:33:18
22198         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
22199              From: Gurusamy Sarathy <gsar@ActiveState.com>
22200              Date: Sun, 04 Mar 2001 22:33:15 -0800
22201              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
22202              
22203              PMOPs need to remember their own stash so that they can
22204              gracefully remove themselves from their linked list.
22205      Branch: perl
22206            ! op.c
22207 ____________________________________________________________________________
22208 [  9032] By: nick                                  on 2001/03/05  14:51:50
22209         Log: Encode implementation "completion"
22210              Implement and document define_encoding()
22211              Implement and document encoding aliases including define_alias()
22212              Make Encode::XS use define_encoding() rather than back-door.
22213              Move run-time *.enc to separate Encode::Tcl module.
22214              Make 'compile' honour <codeset_name>
22215              Change canonical names of to iso-8859-* and US-ascii.
22216      Branch: perlio
22217            + ext/Encode/Encode/Tcl.pm
22218            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22219            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
22220            ! ext/Encode/Encode/iso8859-1.ucm
22221            ! ext/Encode/Encode/iso8859-10.ucm
22222            ! ext/Encode/Encode/iso8859-13.ucm
22223            ! ext/Encode/Encode/iso8859-14.ucm
22224            ! ext/Encode/Encode/iso8859-15.ucm
22225            ! ext/Encode/Encode/iso8859-16.ucm
22226            ! ext/Encode/Encode/iso8859-2.ucm
22227            ! ext/Encode/Encode/iso8859-3.ucm
22228            ! ext/Encode/Encode/iso8859-4.ucm
22229            ! ext/Encode/Encode/iso8859-5.ucm
22230            ! ext/Encode/Encode/iso8859-6.ucm
22231            ! ext/Encode/Encode/iso8859-7.ucm
22232            ! ext/Encode/Encode/iso8859-8.ucm
22233            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
22234            ! t/lib/encode.t
22235 ____________________________________________________________________________
22236 [  9031] By: jhi                                   on 2001/03/05  13:51:17
22237         Log: Integrate change #9030 from maintperl into mainline.
22238              
22239              Subject: [PATCH 5.6.1] OS/2 cleanup
22240      Branch: perl
22241           +> os2/os2add.sym
22242           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22243           !> makedef.pl os2/Changes os2/Makefile.SHs
22244           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22245           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22246           !> os2/os2.sym os2/os2ish.h
22247 ____________________________________________________________________________
22248 [  9030] By: jhi                                   on 2001/03/05  13:46:49
22249         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
22250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22251              Date: Mon, 5 Mar 2001 02:29:44 -0500
22252              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
22253      Branch: maint-5.6/perl
22254            + os2/os2add.sym
22255            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
22256            ! makedef.pl os2/Changes os2/Makefile.SHs
22257            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
22258            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
22259            ! os2/os2.sym os2/os2ish.h
22260 ____________________________________________________________________________
22261 [  9029] By: jhi                                   on 2001/03/05  13:40:35
22262         Log: Integrate change #9028 from maintperl into mainline.
22263              
22264              various nits in MM_Unix.pm found by disabling SelfLoader
22265      Branch: perl
22266           !> lib/ExtUtils/MM_Unix.pm
22267 ____________________________________________________________________________
22268 [  9028] By: gsar                                  on 2001/03/05  09:58:38
22269         Log: various nits in MM_Unix.pm found by disabling SelfLoader
22270      Branch: maint-5.6/perl
22271            ! lib/ExtUtils/MM_Unix.pm
22272 ____________________________________________________________________________
22273 [  9027] By: nick                                  on 2001/03/05  08:35:22
22274         Log: Integrate mainline
22275      Branch: perlio
22276           !> (integrate 28 files)
22277 ____________________________________________________________________________
22278 [  9026] By: jhi                                   on 2001/03/05  02:14:59
22279         Log: Integrate change #9025 from mainline to maintperl,
22280              retract \N{U+HHHH}.
22281      Branch: maint-5.6/perl
22282           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22283           !> t/lib/charnames.t toke.c
22284 ____________________________________________________________________________
22285 [  9025] By: jhi                                   on 2001/03/05  02:13:09
22286         Log: Retracting \N{U+HHHH}.
22287      Branch: perl
22288            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22289            ! t/lib/charnames.t toke.c
22290 ____________________________________________________________________________
22291 [  9024] By: jhi                                   on 2001/03/04  20:51:07
22292         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
22293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22294              Date: Fri, 02 Mar 2001 18:25:26 +0100
22295              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
22296              
22297              Casting problem.
22298      Branch: perl
22299            ! ext/Storable/Storable.xs
22300 ____________________________________________________________________________
22301 [  9023] By: jhi                                   on 2001/03/04  19:46:45
22302         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
22303              From: nick@talking.bollo.cx
22304              Date: Sat, 03 Mar 2001 21:41:33 +0000
22305              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
22306              
22307              Revert the workaround.
22308      Branch: perl
22309            ! perlio.c
22310 ____________________________________________________________________________
22311 [  9022] By: jhi                                   on 2001/03/04  19:36:28
22312         Log: Update Changes.
22313      Branch: perl
22314            ! Changes patchlevel.h
22315 ____________________________________________________________________________
22316 [  9021] By: jhi                                   on 2001/03/04  18:41:00
22317         Log: makedef.pl updates suggested by Chris Nandor; double-checking
22318              the changes in AIX, OS/2 Win32 would be nice.
22319      Branch: perl
22320            ! makedef.pl
22321 ____________________________________________________________________________
22322 [  9020] By: jhi                                   on 2001/03/04  18:23:58
22323         Log: Integrate change #9012 from maintperl into mainline,
22324              quench a compiler warning.
22325      Branch: perl
22326           !> toke.c
22327 ____________________________________________________________________________
22328 [  9019] By: jhi                                   on 2001/03/04  18:18:43
22329         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
22330              
22331              \N{U+HHHH} fix.
22332              
22333              pattern in G_ARRAY context
22334      Branch: maint-5.6/perl
22335           !> pp_hot.c t/op/pat.t toke.c
22336 ____________________________________________________________________________
22337 [  9018] By: jhi                                   on 2001/03/04  18:07:48
22338         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
22339              From: Jeff Pinyan <jeffp@crusoe.net>
22340              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
22341              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
22342      Branch: perl
22343            ! pp_hot.c t/op/pat.t
22344 ____________________________________________________________________________
22345 [  9017] By: jhi                                   on 2001/03/04  18:06:21
22346         Log: I thought I tested the #9014.
22347      Branch: perl
22348            ! toke.c
22349 ____________________________________________________________________________
22350 [  9016] By: jhi                                   on 2001/03/04  17:41:22
22351         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
22352              
22353              Tweak the get*ent() OS/2 prototypes.
22354              
22355              Add the \N{U+HHHH} syntax.
22356              
22357              More tr/// UTF-8 fixes from Inaba Hiroto.
22358      Branch: maint-5.6/perl
22359           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
22360           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
22361 ____________________________________________________________________________
22362 [  9015] By: jhi                                   on 2001/03/04  17:36:04
22363         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
22364      Branch: perl
22365            ! doop.c t/op/tr.t
22366 ____________________________________________________________________________
22367 [  9014] By: jhi                                   on 2001/03/04  17:24:49
22368         Log: Add the \N{U+HHHH} syntax.
22369      Branch: perl
22370            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
22371            ! t/lib/charnames.t toke.c
22372 ____________________________________________________________________________
22373 [  9013] By: jhi                                   on 2001/03/04  17:20:45
22374         Log: Tweak the get*ent() OS/2 prototypes.
22375      Branch: perl
22376            ! os2/os2.c
22377 ____________________________________________________________________________
22378 [  9012] By: gsar                                  on 2001/03/04  06:26:14
22379         Log: avoid warning (nit in change#9009)
22380      Branch: maint-5.6/perl
22381            ! toke.c
22382 ____________________________________________________________________________
22383 [  9011] By: gsar                                  on 2001/03/04  06:15:24
22384         Log: lib/charnames.t fails in 5.6.x because of older Unicode
22385              data
22386              
22387              TODO: need to revisit this after updating lib/unicode/...
22388      Branch: maint-5.6/perl
22389            ! t/lib/charnames.t
22390 ____________________________________________________________________________
22391 [  9010] By: gsar                                  on 2001/03/04  06:08:36
22392         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
22393      Branch: maint-5.6/perl
22394            ! toke.c
22395 ____________________________________________________________________________
22396 [  9009] By: jhi                                   on 2001/03/03  19:27:20
22397         Log: Integrate change #9008 from mainline to maintperl,
22398              UTF-8 tr/// fixes from Inaba Hiroto.
22399      Branch: maint-5.6/perl
22400           !> doop.c op.c t/op/tr.t toke.c
22401 ____________________________________________________________________________
22402 [  9008] By: jhi                                   on 2001/03/03  19:19:42
22403         Log: UTF8 tr/// fixes from Inaba Hiroto.
22404      Branch: perl
22405            ! doop.c op.c t/op/tr.t toke.c
22406 ____________________________________________________________________________
22407 [  9007] By: jhi                                   on 2001/03/03  19:00:30
22408         Log: Integrate change #9006 from maintperl to mainline,
22409              more robust quest for the infinite.
22410      Branch: perl
22411           !> lib/Math/Complex.pm
22412 ____________________________________________________________________________
22413 [  9006] By: jhi                                   on 2001/03/03  18:58:06
22414         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
22415              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22416              Date: Sat, 3 Mar 2001 12:51:50 -0500
22417              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
22418              
22419              Be more robust in our quest for the infinite.
22420      Branch: maint-5.6/perl
22421            ! lib/Math/Complex.pm
22422 ____________________________________________________________________________
22423 [  9005] By: jhi                                   on 2001/03/03  17:55:50
22424         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
22425      Branch: maint-5.6/perl
22426            ! doio.c
22427 ____________________________________________________________________________
22428 [  9004] By: jhi                                   on 2001/03/03  17:40:14
22429         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
22430              so that picky compilers like IRIX won't get huffy about
22431              "statements without effect" (like 1;).
22432      Branch: perl
22433            ! toke.c
22434 ____________________________________________________________________________
22435 [  9003] By: jhi                                   on 2001/03/03  17:15:52
22436         Log: Integrate change #9002 from mainline to maintperl.
22437              
22438              Subject: [perl-5.6.x, perl-current] accept for EPOC
22439      Branch: maint-5.6/perl
22440           !> pp_sys.c
22441 ____________________________________________________________________________
22442 [  9002] By: jhi                                   on 2001/03/03  17:14:30
22443         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
22444              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22445              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
22446              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
22447      Branch: perl
22448            ! pp_sys.c
22449 ____________________________________________________________________________
22450 [  9001] By: jhi                                   on 2001/03/03  17:13:13
22451         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
22452              From: "Craig A. Berry" <craigberry@mac.com>
22453              Date: Fri, 02 Mar 2001 17:44:40 -0600
22454              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
22455      Branch: perl
22456            ! t/pod/find.t
22457 ____________________________________________________________________________
22458 [  9000] By: jhi                                   on 2001/03/03  17:11:55
22459         Log: Integrate changes #8997,8999 from maintperl.
22460              
22461              Subject: [PATCH 5.6.1] compiling on OS/2
22462              (Better error message from hints/os2.sh)
22463              
22464              Subject: [PATCH 5.6.1] syslog.t
22465      Branch: perl
22466           !> hints/os2.sh t/lib/syslog.t
22467 ____________________________________________________________________________
22468 [  8999] By: jhi                                   on 2001/03/03  17:09:28
22469         Log: Subject: [PATCH 5.6.1] syslog.t
22470              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22471              Date: Sat, 3 Mar 2001 02:11:17 -0500
22472              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
22473      Branch: maint-5.6/perl
22474            ! t/lib/syslog.t
22475 ____________________________________________________________________________
22476 [  8998] By: jhi                                   on 2001/03/03  17:07:50
22477         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
22478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22479              Date: Sat, 3 Mar 2001 01:53:52 -0500
22480              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
22481      Branch: maint-5.6/perl
22482            ! opcode.pl os2/os2.c
22483 ____________________________________________________________________________
22484 [  8997] By: jhi                                   on 2001/03/03  17:03:30
22485         Log: Subject: [PATCH 5.6.1] compiling on OS/2
22486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22487              Date: Sat, 3 Mar 2001 01:59:59 -0500
22488              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
22489      Branch: maint-5.6/perl
22490            ! hints/os2.sh
22491 ____________________________________________________________________________
22492 [  8996] By: jhi                                   on 2001/03/03  00:55:58
22493         Log: Regen files for mainline.
22494      Branch: perl
22495            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22496            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
22497 ____________________________________________________________________________
22498 [  8995] By: jhi                                   on 2001/03/03  00:35:22
22499         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
22500              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
22501              to maintperl.
22502              
22503              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
22504              
22505              Add Configure option -Dmksymlinks which will create a symlink
22506              forest if the current/build differs from the source directory.
22507              (8218,8220,8221,8317,8318,8971)
22508              
22509              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22510              (Document APPLLIB_EXP in INSTALL.)
22511              
22512              If running byacc write-enable also perly.h.
22513              
22514              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22515              
22516              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
22517              
22518              Sanity check for conflicting thread flavours.
22519              
22520              Fix the sys/fcntl.h problem reported by Peter Prymmer.
22521              
22522              Add few CPUs/architectures to the Cppsym scan,
22523              add -perlio to archname if so selected (modified 8890)
22524              
22525              Be more helpful for devel builders, suggested by John L. Allen.
22526              (admittedly pointless change for maintperl, but the usedevel
22527              code is there already)
22528      Branch: maint-5.6/perl
22529           !> Configure INSTALL Makefile.SH Porting/Glossary
22530           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
22531           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
22532           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
22533           !> win32/config.bc win32/config.gc win32/config.vc
22534 ____________________________________________________________________________
22535 [  8994] By: jhi                                   on 2001/03/02  23:31:41
22536         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
22537      Branch: metaconfig/U/perl
22538            ! gccvers.U
22539 ____________________________________________________________________________
22540 [  8993] By: jhi                                   on 2001/03/02  23:22:12
22541         Log: Regenerate various files for maint.
22542      Branch: maint-5.6/perl
22543            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
22544            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
22545 ____________________________________________________________________________
22546 [  8992] By: alanbur                               on 2001/03/02  22:48:34
22547         Log: Resync wuth parent
22548      Branch: maint-5.6/pureperl
22549           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22550           !> (integrate 60 files)
22551 ____________________________________________________________________________
22552 [  8991] By: jhi                                   on 2001/03/02  21:00:08
22553         Log: Retract the #8742 part of #8986, backward compat.
22554      Branch: maint-5.6/perl
22555            ! embed.pl
22556 ____________________________________________________________________________
22557 [  8990] By: jhi                                   on 2001/03/02  20:40:07
22558         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
22559      Branch: maint-5.6/perl
22560            ! hv.c
22561 ____________________________________________________________________________
22562 [  8989] By: jhi                                   on 2001/03/02  19:59:56
22563         Log: Update Changes.
22564      Branch: perl
22565            ! Changes patchlevel.h
22566 ____________________________________________________________________________
22567 [  8988] By: jhi                                   on 2001/03/02  19:57:08
22568         Log: Integrate perlio.
22569      Branch: perl
22570           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22571           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22572           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22573           !> ext/Encode/Encode/iso8859-10.ucm
22574           !> ext/Encode/Encode/iso8859-13.ucm
22575           !> ext/Encode/Encode/iso8859-14.ucm
22576           !> ext/Encode/Encode/iso8859-15.ucm
22577           !> ext/Encode/Encode/iso8859-16.ucm
22578           !> ext/Encode/Encode/iso8859-2.ucm
22579           !> ext/Encode/Encode/iso8859-3.ucm
22580           !> ext/Encode/Encode/iso8859-4.ucm
22581           !> ext/Encode/Encode/iso8859-5.ucm
22582           !> ext/Encode/Encode/iso8859-6.ucm
22583           !> ext/Encode/Encode/iso8859-7.ucm
22584           !> ext/Encode/Encode/iso8859-8.ucm
22585           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22586           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
22587 ____________________________________________________________________________
22588 [  8987] By: jhi                                   on 2001/03/02  19:43:40
22589         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
22590              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
22591              8950,8952,8955 from mainline to maintperl.
22592              
22593              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22594              
22595              Put to rest the 20010205.001, the email address checking (not) regex.
22596              
22597              fork() not everywhere, cleanup temp files.
22598              
22599              The #8843 wasn't quite right: %Config needs to imported.
22600              
22601              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22602              (#8849: the glob-basic hunk needed massaging as it depended
22603              on Schwern's large-scale (unintegrated) patches)
22604              
22605              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
22606              
22607              Upgrade to CGI.pm 2.752, from Lincoln Stein.
22608              (Note: there were some conflicts due to EBCDIC and EPOC
22609              patches, in general I preferred the repository code.)
22610              (When 2.753 comes out, we need to synchronize.)
22611              
22612              Subject: [PATCH] fix for charnames above FFFF
22613              
22614              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22615              
22616              If no sfio, no -lsfio.
22617              
22618              Run run/*.t also in minitest.
22619              
22620              Subject:  [PATCH perl 5.7.0] malloc message address offset
22621              
22622              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22623              
22624              Subject: fix for parameter -Dm (for perl@8867)
22625              
22626              Subject: [PATCH: perl@8892] was Re: hashing order difference?
22627              (make the test more portable)
22628              
22629              Subject: Re: [PATCH] fix for charnames above FFFF
22630              
22631              Subject: Re: I'm losing the war...
22632              (hv_store() not working correctly in ENV_IS_CASELESS case.)
22633              
22634              Subject: Modified README.bs2000 
22635              
22636              Subject: [PATCH: perl@8935] -Dt padsv($var)
22637              
22638              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
22639              
22640              Subject: PATCH: extra tests to check on negative float to unsigned cast
22641              
22642              Subject: [PATCH] XPUSH[insp] was Re: progress
22643              
22644              Subject: Re: Compile with perlcc..
22645      Branch: maint-5.6/perl
22646           !> (integrate 36 files)
22647 ____________________________________________________________________________
22648 [  8986] By: jhi                                   on 2001/03/02  18:51:25
22649         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
22650              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
22651              to maintperl.
22652              
22653              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
22654              
22655              Subject: [DOC PATCH] overload.pm nits
22656              
22657              Add header for LIB$ prototypes (C. Berry)
22658              
22659              Convert fwrite()s to sockets to write()s, since some socket stacks
22660              don't take kindly to stdio.
22661              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
22662              (for often optional LNMs)
22663              Correct a few typos
22664              (C. Bailey)
22665              
22666              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
22667              
22668              De-cut-and-pasto.
22669              
22670              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
22671              
22672              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
22673              
22674              Upgrade to CPAN 1.59_54, from Andreas König.
22675              
22676              Bogus shebang.
22677              
22678              Subject: [PATCH] Document makepatch in Porting/patching
22679              
22680              UTF-8 documentation.
22681              
22682              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
22683              
22684              Sort the MANIFEST.
22685              
22686              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22687              
22688              Subject: [PATCH @8807] toke.c cleanup: scan_str()
22689              
22690              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22691              
22692              Add run/*.t to testables.
22693              
22694              TODO: integrate #8784.
22695      Branch: maint-5.6/perl
22696           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
22697           !> (integrate 28 files)
22698 ____________________________________________________________________________
22699 [  8985] By: nick                                  on 2001/03/02  18:15:45
22700         Log: Integrate mainline
22701      Branch: perlio
22702           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
22703           !> vms/vms.c
22704 ____________________________________________________________________________
22705 [  8984] By: jhi                                   on 2001/03/02  16:00:17
22706         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
22707              
22708              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
22709              5.004_05, and mention the suidperl August 2000 security problem.
22710              (#8978,#8981)
22711              
22712              Subject: [ID 20010301.004] Technically speaking in perldata
22713              
22714              Subject: [PATCH] File::Copy for bleadperl, maintperl
22715              
22716              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22717              
22718              (The #8982, fix for 20010221.005 and 20010221.008,
22719              would be nice too but it didn't integrate cleanly.)
22720      Branch: maint-5.6/perl
22721           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
22722 ____________________________________________________________________________
22723 [  8983] By: jhi                                   on 2001/03/02  15:51:16
22724         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
22725              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22726              Date:     Thu, 1 Mar 2001 15:54:09 EST
22727              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
22728      Branch: perl
22729            ! vms/vms.c
22730 ____________________________________________________________________________
22731 [  8982] By: jhi                                   on 2001/03/02  15:43:31
22732         Log: Subject: Re: sync sync sync: have I missed any patches?
22733              From: Radu Greab <radu@netsoft.ro> 
22734              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
22735              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
22736              
22737              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
22738              was checking argv[0] regardless of whether a different pathname
22739              will actually be executed."  Test case not supplied because 
22740              drafting that, ironically enough, revealed another bug
22741              (or a feature).
22742      Branch: perl
22743            ! doio.c
22744 ____________________________________________________________________________
22745 [  8981] By: jhi                                   on 2001/03/02  15:28:03
22746         Log: Misdate in #8978.
22747      Branch: perl
22748            ! pod/perlfaq1.pod
22749 ____________________________________________________________________________
22750 [  8980] By: jhi                                   on 2001/03/02  15:24:20
22751         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
22752              From: Chris Nandor <pudge@pobox.com>
22753              Date: Wed, 28 Feb 2001 22:10:15 -0500
22754              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
22755      Branch: perl
22756            ! lib/File/Copy.pm
22757 ____________________________________________________________________________
22758 [  8979] By: jhi                                   on 2001/03/02  15:17:16
22759         Log: Subject: [ID 20010301.004] Technically speaking in perldata
22760              From: abela@geneanet.org
22761              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
22762              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
22763      Branch: perl
22764            ! pod/perldata.pod
22765 ____________________________________________________________________________
22766 [  8978] By: jhi                                   on 2001/03/02  15:15:27
22767         Log: Subject: [ID 20010301.003] ref to 5.004
22768              From: abela@geneanet.org
22769              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
22770              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
22771              
22772              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
22773              and mention the suidperl August 2000 security problem.
22774      Branch: perl
22775            ! pod/perlfaq1.pod
22776 ____________________________________________________________________________
22777 [  8977] By: alanbur                               on 2001/03/02  14:17:45
22778         Log: Resynchronised with parent
22779      Branch: maint-5.6/pureperl
22780           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
22781           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
22782           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
22783           !> vms/descrip_mms.template win32/win32.c win32/win32.h
22784           !> win32/win32iop.h
22785 ____________________________________________________________________________
22786 [  8976] By: nick                                  on 2001/03/01  23:25:30
22787         Log: Integrate mainline.
22788      Branch: perlio
22789            - t/op/qu.t
22790           !> (integrate 55 files)
22791 ____________________________________________________________________________
22792 [  8975] By: jhi                                   on 2001/03/01  16:51:34
22793         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
22794      Branch: perl
22795           !> toke.c
22796 ____________________________________________________________________________
22797 [  8974] By: gsar                                  on 2001/03/01  16:28:21
22798         Log: fix for bugid 20010226.008
22799              
22800              the problem was that some of the pointers (PL_last_lop and
22801              PL_last_uni specifically) into the lex buffers weren't correctly
22802              being invalidated when the buffer changed; this would leave the
22803              pointers pointing at an arbitrary location in the buffer if
22804              the buffer didn't need to be reallocated, or point into freed
22805              memory if the buffer had to be realloced
22806              
22807              TODO item for bugdb maintainers: check other seemingly random
22808              parser-related bugs--they might be cured by this
22809      Branch: maint-5.6/perl
22810            ! toke.c
22811 ____________________________________________________________________________
22812 [  8973] By: jhi                                   on 2001/03/01  02:23:25
22813         Log: Retract #8970 because of a completely mysterious core dump:
22814              adding the tests 241..244 causes op/pat dump core at test #25.
22815              The test needs a lot of whittling down before the bug can be solved.
22816      Branch: perl
22817            ! t/op/pat.t
22818 ____________________________________________________________________________
22819 [  8972] By: jhi                                   on 2001/03/01  01:58:38
22820         Log: Regen perlapi.
22821      Branch: perl
22822            ! pod/perlapi.pod
22823 ____________________________________________________________________________
22824 [  8971] By: jhi                                   on 2001/03/01  01:34:09
22825         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))
22826              From: Nicholas Clark <nick@ccl4.org>
22827              Date: Wed, 28 Feb 2001 23:28:49 +0000
22828              Message-ID: <20010228232849.A55187@plum.flirble.org>
22829              
22830              Allow a completely write protected source code tree
22831              when using the Configure -Dmksymlinks.
22832      Branch: perl
22833            ! embed.pl warnings.pl
22834 ____________________________________________________________________________
22835 [  8970] By: jhi                                   on 2001/03/01  01:32:04
22836         Log: Add back the EBCDIC character range tests (for matching).
22837      Branch: perl
22838            ! t/op/pat.t
22839 ____________________________________________________________________________
22840 [  8969] By: nick                                  on 2001/02/28  18:18:01
22841         Log: Add charname comments to .ucm files writen by 'compile',
22842              also order charmaps in those files by source encoding.
22843              regenerate distrubuted .ucm files
22844      Branch: perlio
22845            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
22846            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
22847            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
22848            ! ext/Encode/Encode/iso8859-10.ucm
22849            ! ext/Encode/Encode/iso8859-13.ucm
22850            ! ext/Encode/Encode/iso8859-14.ucm
22851            ! ext/Encode/Encode/iso8859-15.ucm
22852            ! ext/Encode/Encode/iso8859-16.ucm
22853            ! ext/Encode/Encode/iso8859-2.ucm
22854            ! ext/Encode/Encode/iso8859-3.ucm
22855            ! ext/Encode/Encode/iso8859-4.ucm
22856            ! ext/Encode/Encode/iso8859-5.ucm
22857            ! ext/Encode/Encode/iso8859-6.ucm
22858            ! ext/Encode/Encode/iso8859-7.ucm
22859            ! ext/Encode/Encode/iso8859-8.ucm
22860            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
22861            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
22862 ____________________________________________________________________________
22863 [  8968] By: jhi                                   on 2001/02/28  16:26:37
22864         Log: Expand usemorebits early if d_casti32 needs to be undefined.
22865      Branch: perl
22866            ! hints/hpux.sh hints/irix_6.sh
22867 ____________________________________________________________________________
22868 [  8967] By: jhi                                   on 2001/02/28  16:22:26
22869         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
22870              retract toke.c/qu parts of #8583, retract #8485, retract
22871              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
22872              op/length.t, and MANIFEST, and delete t/op/qu.t.
22873      Branch: perl
22874            - t/op/qu.t
22875            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
22876            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
22877            ! t/op/length.t toke.c
22878 ____________________________________________________________________________
22879 [  8966] By: jhi                                   on 2001/02/28  15:00:27
22880         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
22881              by not changing from pre-Unicode days into being Unicode-aware.
22882              Sniff.
22883      Branch: perl
22884            ! pp.c t/op/pack.t t/op/qu.t
22885 ____________________________________________________________________________
22886 [  8965] By: jhi                                   on 2001/02/28  14:37:55
22887         Log: Subject: Re: Errors in core PODs
22888              From: Michael Stevens <michael@etla.org> 
22889              Date: Fri, 23 Feb 2001 15:47:56 +0000
22890              Message-ID: <20010223154756.A7723@firedrake.org> 
22891      Branch: perl
22892            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
22893            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
22894            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
22895            ! x2p/a2p.pod
22896 ____________________________________________________________________________
22897 [  8964] By: jhi                                   on 2001/02/28  14:35:35
22898         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
22899              (The #8961 was too bold.)
22900      Branch: perl
22901            ! hints/hpux.sh hints/irix_6.sh
22902 ____________________________________________________________________________
22903 [  8963] By: jhi                                   on 2001/02/28  14:33:39
22904         Log: Subject: Re: sync sync sync: have I missed any patches?
22905              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22906              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
22907              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
22908              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
22909              
22910              Replace djSP with dSP.
22911      Branch: perl
22912            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
22913            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
22914            ! win32/perlhost.h
22915 ____________________________________________________________________________
22916 [  8962] By: jhi                                   on 2001/02/27  23:21:14
22917         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
22918      Branch: perl
22919            ! lib/Filter/Simple.pm
22920 ____________________________________________________________________________
22921 [  8961] By: jhi                                   on 2001/02/27  22:55:26
22922         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
22923              and this would be it.
22924      Branch: perl
22925            ! hints/hpux.sh hints/irix_6.sh
22926 ____________________________________________________________________________
22927 [  8960] By: jhi                                   on 2001/02/27  22:51:33
22928         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22929              From: "Craig A. Berry" <craigberry@mac.com>
22930              Date: Tue, 27 Feb 2001 16:11:44 -0600
22931              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22932      Branch: maint-5.6/perl
22933            ! configure.com vms/descrip_mms.template
22934 ____________________________________________________________________________
22935 [  8959] By: jhi                                   on 2001/02/27  22:47:23
22936         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
22937              From: "Craig A. Berry" <craigberry@mac.com>
22938              Date: Tue, 27 Feb 2001 16:11:44 -0600
22939              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
22940      Branch: perl
22941            ! configure.com vms/descrip_mms.template
22942 ____________________________________________________________________________
22943 [  8958] By: jhi                                   on 2001/02/27  15:16:42
22944         Log: Update Changes.
22945      Branch: perl
22946            ! Changes patchlevel.h
22947 ____________________________________________________________________________
22948 [  8957] By: jhi                                   on 2001/02/27  06:15:07
22949         Log: Subject: [5.6.x] EPOC additions
22950              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22951              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
22952              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
22953      Branch: maint-5.6/perl
22954            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
22955 ____________________________________________________________________________
22956 [  8956] By: jhi                                   on 2001/02/27  06:12:11
22957         Log: Subject: [perl-current] EPOC 
22958              From: Olaf Flebbe <O.Flebbe@science-computing.de>
22959              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
22960              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
22961      Branch: perl
22962            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
22963            ! epoc/epocish.c epoc/epocish.h pp_sys.c
22964 ____________________________________________________________________________
22965 [  8955] By: jhi                                   on 2001/02/27  05:59:50
22966         Log: Subject: Re: Compile with perlcc..
22967              From: Edward Peschko <edwardp@excitehome.net>
22968              Date: Mon, 26 Feb 2001 18:51:58 -0800
22969              Message-ID: <20010226185158.A9871@excitehome.net>
22970              
22971              plus add a simple usage message if no arguments given.
22972      Branch: perl
22973            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
22974            ! utils/Makefile utils/perlcc.PL win32/pod.mak
22975 ____________________________________________________________________________
22976 [  8954] By: nick                                  on 2001/02/26  21:02:59
22977         Log: Integrate mainline
22978      Branch: perlio
22979           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
22980           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
22981           !> t/op/sprintf.t
22982 ____________________________________________________________________________
22983 [  8953] By: jhi                                   on 2001/02/26  14:43:54
22984         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
22985              From: Nicholas Clark <nick@ccl4.org>
22986              Date: Mon, 26 Feb 2001 00:42:07 +0000
22987              Message-ID: <20010226004207.F23333@plum.flirble.org>
22988      Branch: perl
22989            ! pp_ctl.c
22990 ____________________________________________________________________________
22991 [  8952] By: jhi                                   on 2001/02/26  14:42:13
22992         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
22993              From: Simon Cozens <simon@netthink.co.uk>
22994              Date: Mon, 26 Feb 2001 12:23:48 +0000
22995              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
22996      Branch: perl
22997            ! pod/perlguts.pod
22998 ____________________________________________________________________________
22999 [  8951] By: jhi                                   on 2001/02/26  14:39:15
23000         Log: Subject: [PATCH] perlio - unknown layer
23001              From: Nicholas Clark <nick@ccl4.org>
23002              Date: Mon, 26 Feb 2001 00:27:19 +0000
23003              Message-ID: <20010226002719.E23333@plum.flirble.org>
23004      Branch: perl
23005            ! perlio.c
23006 ____________________________________________________________________________
23007 [  8950] By: jhi                                   on 2001/02/26  14:38:04
23008         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
23009              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
23010              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
23011              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
23012      Branch: perl
23013            ! t/op/bop.t
23014 ____________________________________________________________________________
23015 [  8949] By: jhi                                   on 2001/02/26  14:37:07
23016         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
23017              From: Peter Prymmer <pvhp@forte.com>
23018              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
23019              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
23020      Branch: perl
23021            ! lib/Test.pm
23022 ____________________________________________________________________________
23023 [  8948] By: jhi                                   on 2001/02/26  14:35:53
23024         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
23025              From: Radu Greab <radu@netsoft.ro>
23026              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
23027              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
23028      Branch: perl
23029            ! pod/perlop.pod
23030 ____________________________________________________________________________
23031 [  8947] By: jhi                                   on 2001/02/26  14:34:46
23032         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
23033              From: David Mitchell <davem@fdgroup.co.uk>
23034              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
23035              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
23036      Branch: perl
23037            ! run.c
23038 ____________________________________________________________________________
23039 [  8946] By: jhi                                   on 2001/02/26  14:32:37
23040         Log: Subject: Modified README.bs2000 
23041              From: Dorner Thomas <Thomas.Dorner@start.de>
23042              Date: Mon, 26 Feb 2001 09:22:17 +0100
23043              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
23044      Branch: perl
23045            ! README.bs2000
23046 ____________________________________________________________________________
23047 [  8945] By: jhi                                   on 2001/02/26  14:19:53
23048         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
23049              to maintperl, listing the known failures on the tests 129 and 130.
23050      Branch: maint-5.6/perl
23051           !> t/op/sprintf.t
23052 ____________________________________________________________________________
23053 [  8944] By: jhi                                   on 2001/02/26  14:14:15
23054         Log: Add more known sprintf failures.
23055      Branch: perl
23056            ! t/op/sprintf.t
23057 ____________________________________________________________________________
23058 [  8943] By: jhi                                   on 2001/02/26  13:56:22
23059         Log: perlglob.exe needs to be found in Win32, patch from
23060              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
23061              which needs external glob at mini-perl time."
23062      Branch: perl
23063            ! ext/Encode/compile
23064 ____________________________________________________________________________
23065 [  8942] By: jhi                                   on 2001/02/26  13:52:19
23066         Log: A missing dTHX from Vadim Konovalov.
23067      Branch: perl
23068            ! perlio.c
23069 ____________________________________________________________________________
23070 [  8941] By: jhi                                   on 2001/02/26  13:37:05
23071         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
23072      Branch: perl
23073            ! op.c
23074 ____________________________________________________________________________
23075 [  8940] By: jhi                                   on 2001/02/26  13:35:40
23076         Log: Integrate perlio.
23077      Branch: perl
23078           !> ext/Encode/Encode.pm
23079 ____________________________________________________________________________
23080 [  8939] By: nick                                  on 2001/02/25  23:47:09
23081         Log: Integrate mainline.
23082      Branch: perlio
23083           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
23084           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
23085 ____________________________________________________________________________
23086 [  8938] By: nick                                  on 2001/02/25  19:36:28
23087         Log: Encode implementations docs.
23088      Branch: perlio
23089            ! ext/Encode/Encode.pm
23090 ____________________________________________________________________________
23091 [  8937] By: jhi                                   on 2001/02/25  19:26:16
23092         Log: Script wasn't aligned with reality.
23093      Branch: perl
23094            ! t/pod/find.t
23095 ____________________________________________________________________________
23096 [  8936] By: jhi                                   on 2001/02/25  18:54:55
23097         Log: Update Changes.
23098      Branch: perl
23099            ! Changes patchlevel.h
23100 ____________________________________________________________________________
23101 [  8935] By: jhi                                   on 2001/02/25  18:46:36
23102         Log: Retract #8929,8930,8932,8933 for now.
23103      Branch: perl
23104            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
23105 ____________________________________________________________________________
23106 [  8934] By: jhi                                   on 2001/02/25  17:34:35
23107         Log: Integrate perlio.
23108      Branch: perl
23109           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23110           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
23111           !> t/lib/encode.t
23112 ____________________________________________________________________________
23113 [  8933] By: jhi                                   on 2001/02/25  17:33:12
23114         Log: (Retracted by #8395.)
23115              
23116              Slight tweaks in scan_const(), not fixes yet, it seems like
23117              lots of work remains to be done...
23118      Branch: perl
23119            ! toke.c
23120 ____________________________________________________________________________
23121 [  8932] By: jhi                                   on 2001/02/25  17:27:11
23122         Log: (Retracted by #8395.)
23123              
23124              Missing from #8930.
23125      Branch: perl
23126            ! perl.h
23127 ____________________________________________________________________________
23128 [  8931] By: jhi                                   on 2001/02/25  17:26:19
23129         Log: A comment tweak.
23130      Branch: perl
23131            ! utf8.c
23132 ____________________________________________________________________________
23133 [  8930] By: jhi                                   on 2001/02/25  17:25:47
23134         Log: (Retracted by #8395.)
23135              
23136              Attempt to fix the EBCDIC character range problwm with //.
23137      Branch: perl
23138            ! regcomp.c
23139 ____________________________________________________________________________
23140 [  8929] By: jhi                                   on 2001/02/25  17:23:45
23141         Log: (Retracted by #8395.)
23142              
23143              Expand the EBCDIC character range tests, and add few nasty
23144              tr tests from Karsten Sperling.
23145      Branch: perl
23146            ! t/op/pat.t t/op/tr.t
23147 ____________________________________________________________________________
23148 [  8928] By: jhi                                   on 2001/02/25  17:18:49
23149         Log: Missing check-in.
23150      Branch: perl
23151            ! lib/Pod/Find.pm
23152 ____________________________________________________________________________
23153 [  8927] By: nick                                  on 2001/02/25  11:30:22
23154         Log: Change method names in Encode implementation classes to something
23155              less confusing (preparing to "go public").
23156      Branch: perlio
23157            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
23158 ____________________________________________________________________________
23159 [  8926] By: nick                                  on 2001/02/25  10:53:24
23160         Log: GCC __atribute__ / printf fix
23161      Branch: perlio
23162            ! perl.h
23163 ____________________________________________________________________________
23164 [  8925] By: nick                                  on 2001/02/25  10:52:25
23165         Log: Checked in the wrong one ...
23166      Branch: perlio
23167            ! ext/Encode/Encode.pm
23168 ____________________________________________________________________________
23169 [  8924] By: nick                                  on 2001/02/24  18:46:51
23170         Log: Integrate mainline - to see what Jarkko has in ...
23171      Branch: perlio
23172           +> t/pod/testpods/lib/Pod/Stuff.pm
23173           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
23174 ____________________________________________________________________________
23175 [  8923] By: nick                                  on 2001/02/24  17:05:23
23176         Log: Encode API documentation nd tidy up.
23177              Minor additions to test.
23178              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
23179              Adds STRLEN to standard typemap.
23180      Branch: perlio
23181            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
23182            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
23183 ____________________________________________________________________________
23184 [  8922] By: jhi                                   on 2001/02/24  16:38:12
23185         Log: Add a test for the "character range should match in EBCDIC
23186              if specified using explicit numerics" bug found by Karsten
23187              Sperling.
23188      Branch: perl
23189            ! t/op/pat.t
23190 ____________________________________________________________________________
23191 [  8921] By: jhi                                   on 2001/02/24  16:30:16
23192         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
23193              From: schwern@pobox.com
23194              Date: Fri, 23 Feb 2001 03:21:37 -0500
23195              Message-ID: <20010223032137.A26022@magnonel.guild.net>
23196              
23197              plus Charles Lane's fixes, plus tweaks.
23198      Branch: perl
23199            + t/pod/testpods/lib/Pod/Stuff.pm
23200            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
23201 ____________________________________________________________________________
23202 [  8920] By: nick                                  on 2001/02/24  10:30:11
23203         Log: Integrate mainline
23204      Branch: perlio
23205           !> (integrate 33 files)
23206 ____________________________________________________________________________
23207 [  8919] By: jhi                                   on 2001/02/24  00:23:35
23208         Log: Subject: Re: I'm losing the war...
23209              From: "Vadim Konovalov" <watman@inbox.ru>
23210              Date: Sat, 24 Feb 2001 00:10:14 +0300
23211              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
23212              
23213              hv_store() not working correctly in ENV_IS_CASELESS case.
23214      Branch: perl
23215            ! hv.c
23216 ____________________________________________________________________________
23217 [  8918] By: jhi                                   on 2001/02/24  00:20:09
23218         Log: Subject: Re: [PATCH] fix for charnames above FFFF
23219              From: andreas.koenig@anima.de (Andreas J. Koenig)
23220              Date: 23 Feb 2001 02:39:03 +0100
23221              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
23222              
23223              A further efficiency tweak.
23224      Branch: perl
23225            ! lib/charnames.pm
23226 ____________________________________________________________________________
23227 [  8917] By: jhi                                   on 2001/02/23  20:27:51
23228         Log: Integrate change #8916 from mainline,
23229              do away with USE_WIN32_RTL_ENV.
23230      Branch: maint-5.6/perl
23231           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23232 ____________________________________________________________________________
23233 [  8916] By: jhi                                   on 2001/02/23  20:02:25
23234         Log: Abolish USE_WIN32_RTL_ENV.
23235      Branch: perl
23236            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
23237 ____________________________________________________________________________
23238 [  8915] By: jhi                                   on 2001/02/23  19:36:00
23239         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
23240              later protected by some #define.
23241      Branch: perl
23242            ! gv.c
23243 ____________________________________________________________________________
23244 [  8914] By: jhi                                   on 2001/02/23  19:31:38
23245         Log: Retract #8902 for now, requested by Charles Lane, the correct
23246              fix will be something else.
23247      Branch: perl
23248            ! op.c
23249 ____________________________________________________________________________
23250 [  8913] By: jhi                                   on 2001/02/23  19:11:36
23251         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
23252              From: Peter Prymmer <pvhp@forte.com>
23253              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
23254              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
23255      Branch: perl
23256            ! t/op/lex_assign.t
23257 ____________________________________________________________________________
23258 [  8912] By: jhi                                   on 2001/02/23  18:38:20
23259         Log: Subject: [patch] perlio + useithreads
23260              From: Doug MacEachern <dougm@covalent.net>
23261              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
23262              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
23263              
23264              Gets things running but not complete.
23265      Branch: perl
23266            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
23267 ____________________________________________________________________________
23268 [  8911] By: jhi                                   on 2001/02/23  04:20:02
23269         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
23270              
23271              Duplicated environment freeing, File::Temp 0.12,
23272              op/append portability (EBCDIC) tweak.
23273      Branch: maint-5.6/perl
23274           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23275           !> t/op/append.t
23276 ____________________________________________________________________________
23277 [  8910] By: jhi                                   on 2001/02/23  02:07:33
23278         Log: Integrate change #8909 from mainline, a better Borland
23279              putenv() workaround.
23280      Branch: maint-5.6/perl
23281           !> perl.c
23282 ____________________________________________________________________________
23283 [  8909] By: jhi                                   on 2001/02/23  02:05:46
23284         Log: A better workaround for Borland putenv() brokenness from Sarathy.
23285      Branch: perl
23286            ! perl.c
23287 ____________________________________________________________________________
23288 [  8908] By: jhi                                   on 2001/02/23  02:04:14
23289         Log: Subject: fix for parameter -Dm (for perl@8867)
23290              From: "Vadim Konovalov" <watman@inbox.ru>
23291              Date: Thu, 22 Feb 2001 17:30:12 +0300
23292              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
23293      Branch: perl
23294            ! perl.h
23295 ____________________________________________________________________________
23296 [  8907] By: jhi                                   on 2001/02/23  01:58:20
23297         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
23298              From: Peter Prymmer <pvhp@forte.com>
23299              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
23300              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
23301      Branch: perl
23302            ! t/op/append.t
23303 ____________________________________________________________________________
23304 [  8906] By: jhi                                   on 2001/02/23  01:48:34
23305         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
23306      Branch: perl
23307            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
23308 ____________________________________________________________________________
23309 [  8905] By: jhi                                   on 2001/02/23  01:43:30
23310         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
23311              From: Peter Prymmer <pvhp@forte.com>
23312              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
23313              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
23314      Branch: perl
23315            ! t/lib/st-06compat.t
23316 ____________________________________________________________________________
23317 [  8904] By: jhi                                   on 2001/02/23  01:42:39
23318         Log: Metaconfig unit change for #8903.
23319      Branch: metaconfig/U/perl
23320            ! Devel.U
23321 ____________________________________________________________________________
23322 [  8903] By: jhi                                   on 2001/02/23  01:42:12
23323         Log: Be more helpful for devel builders, suggested by John L. Allen.
23324      Branch: perl
23325            ! Configure
23326 ____________________________________________________________________________
23327 [  8902] By: jhi                                   on 2001/02/23  01:37:41
23328         Log: (Retracted by #8914)
23329              (Wrongly, reinstated by #8941)             
23330
23331              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
23332              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23333              Date:     Thu, 22 Feb 2001 09:43:57 EST
23334              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
23335      Branch: perl
23336            ! op.c
23337 ____________________________________________________________________________
23338 [  8901] By: jhi                                   on 2001/02/23  01:20:32
23339         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
23340              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23341              Date:     Thu, 22 Feb 2001 08:01:35 EST
23342              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
23343      Branch: perl
23344            ! malloc.c
23345 ____________________________________________________________________________
23346 [  8900] By: jhi                                   on 2001/02/23  01:18:02
23347         Log: Integrate changes #8898,8899 from mainline, environ handling.
23348      Branch: maint-5.6/perl
23349           !> perl.c
23350 ____________________________________________________________________________
23351 [  8899] By: jhi                                   on 2001/02/23  01:16:25
23352         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
23353              putenv() is not to be relied on, they are either broken or leaky
23354              or both.)
23355      Branch: perl
23356            ! perl.c
23357 ____________________________________________________________________________
23358 [  8898] By: jhi                                   on 2001/02/22  23:36:59
23359         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
23360              and safesysfree() must be used.
23361      Branch: perl
23362            ! perl.c
23363 ____________________________________________________________________________
23364 [  8897] By: jhi                                   on 2001/02/22  23:25:45
23365         Log: With environ one must use safesysmalloc()/safesysfree().
23366      Branch: perl
23367            ! perl.c
23368 ____________________________________________________________________________
23369 [  8896] By: jhi                                   on 2001/02/22  22:13:18
23370         Log: If we have a duplicated environment free it
23371              if PERL_DESTRUCT_LEVEL.
23372      Branch: perl
23373            ! perl.c
23374 ____________________________________________________________________________
23375 [  8895] By: alanbur                               on 2001/02/22  19:31:57
23376         Log: Synchronised with parent
23377      Branch: maint-5.6/pureperl
23378           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
23379 ____________________________________________________________________________
23380 [  8894] By: gsar                                  on 2001/02/22  19:06:18
23381         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
23382              
23383              fix memory leak in method call optimization (change#3768);
23384              made C<eval "$x->foo()"> leak
23385              
23386              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
23387      Branch: maint-5.6/perl
23388           !> op.c
23389 ____________________________________________________________________________
23390 [  8893] By: jhi                                   on 2001/02/22  18:35:27
23391         Log: (Retracted by #8915.)
23392              
23393              Third Degree finding:
23394              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
23395      Branch: perl
23396            ! gv.c
23397 ____________________________________________________________________________
23398 [  8892] By: jhi                                   on 2001/02/22  14:28:32
23399         Log: Update Changes.
23400      Branch: perl
23401            ! Changes patchlevel.h
23402 ____________________________________________________________________________
23403 [  8891] By: jhi                                   on 2001/02/22  13:22:45
23404         Log: Metaconfig unit changes for #8890.
23405      Branch: metaconfig
23406            ! U/modified/Cppsym.U U/threads/archname.U
23407 ____________________________________________________________________________
23408 [  8890] By: jhi                                   on 2001/02/22  13:22:12
23409         Log: Add -stdio to the archname if no perlio selected,
23410              no -perlio added since that is now the default.
23411              
23412              Add few CPUs/architectures to the Cppsym scan.
23413      Branch: perl
23414            ! Configure config_h.SH
23415 ____________________________________________________________________________
23416 [  8889] By: jhi                                   on 2001/02/22  13:05:59
23417         Log: Metaconfig unit change for #8888.
23418      Branch: metaconfig/U/perl
23419            ! useperlio.U
23420 ____________________________________________________________________________
23421 [  8888] By: jhi                                   on 2001/02/22  13:05:28
23422         Log: *drum roll*  Make perlio the default.
23423      Branch: perl
23424            ! Configure config_h.SH
23425 ____________________________________________________________________________
23426 [  8887] By: jhi                                   on 2001/02/22  12:50:52
23427         Log: Integrate change #8665 from maintperl to mainline,
23428              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
23429      Branch: perl
23430           !> ext/POSIX/POSIX.xs
23431 ____________________________________________________________________________
23432 [  8886] By: jhi                                   on 2001/02/22  12:49:24
23433         Log: Integrate changes #8883,8884 from mainline to maintperl.
23434              
23435              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23436              Subject: Re: File::Temp::_gettemp warning
23437      Branch: maint-5.6/perl
23438           !> embed.h embed.pl lib/File/Temp.pm
23439 ____________________________________________________________________________
23440 [  8885] By: jhi                                   on 2001/02/22  12:43:59
23441         Log: Based on
23442              
23443              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
23444              From: schwab@suse.de
23445              Date: Thu, 22 Feb 2001 13:08:09 +0100
23446              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
23447              
23448              but the fix done slightly differently because the other
23449              half was already done in #8664.
23450      Branch: maint-5.6/perl
23451            ! ext/POSIX/POSIX.xs
23452 ____________________________________________________________________________
23453 [  8884] By: jhi                                   on 2001/02/22  12:37:15
23454         Log: Subject: Re: File::Temp::_gettemp warning
23455              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23456              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
23457              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
23458              
23459              This patch to File::Temp does two things:
23460              
23461              1. Fixes the problem with CGI::Carp when determining
23462              the Fcntl constants
23463              
23464              2. Removes most of the carps and consolidates them so that all the
23465              reasons are included in a single die that is caught by the test. This
23466              means that the correct skipping behaviour is displayed by the test.
23467      Branch: perl
23468            ! lib/File/Temp.pm
23469 ____________________________________________________________________________
23470 [  8883] By: jhi                                   on 2001/02/22  12:29:19
23471         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
23472              From: Peter Prymmer <pvhp@forte.com>
23473              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
23474              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
23475      Branch: perl
23476            ! embed.h embed.pl
23477 ____________________________________________________________________________
23478 [  8882] By: jhi                                   on 2001/02/21  19:41:33
23479         Log: Integrate change #8881 from mainlin to maintperl.
23480              
23481              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23482      Branch: maint-5.6/perl
23483           !> op.c
23484 ____________________________________________________________________________
23485 [  8881] By: jhi                                   on 2001/02/21  19:38:57
23486         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
23487              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23488              Date:     Wed, 21 Feb 2001 13:08:03 EST
23489              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
23490      Branch: perl
23491            ! op.c
23492 ____________________________________________________________________________
23493 [  8880] By: jhi                                   on 2001/02/21  19:34:34
23494         Log: Retract #8875, cannot let go of the old semantics of unpack U
23495              without rethinking utf8decode.t.
23496      Branch: perl
23497            ! pp.c t/op/pack.t
23498 ____________________________________________________________________________
23499 [  8879] By: jhi                                   on 2001/02/21  19:08:02
23500         Log: Run run/*.t also in minitest.
23501      Branch: perl
23502            ! Makefile.SH
23503 ____________________________________________________________________________
23504 [  8878] By: nick                                  on 2001/02/21  18:55:37
23505         Log: Integrate mainline
23506      Branch: perlio
23507           !> (integrate 76 files)
23508 ____________________________________________________________________________
23509 [  8877] By: jhi                                   on 2001/02/21  15:09:33
23510         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
23511      Branch: metaconfig
23512            ! U/compline/nblock_io.U
23513      Branch: perl
23514            ! Configure config_h.SH
23515 ____________________________________________________________________________
23516 [  8876] By: jhi                                   on 2001/02/21  14:54:45
23517         Log: If no sfio, no -lsfio.
23518      Branch: metaconfig/U/perl
23519            ! d_sfio.U
23520      Branch: perl
23521            ! Configure config_h.SH
23522 ____________________________________________________________________________
23523 [  8875] By: jhi                                   on 2001/02/21  14:54:00
23524         Log: Make unpack C and unpack C truly equivalent.
23525      Branch: perl
23526            ! pp.c t/op/pack.t
23527 ____________________________________________________________________________
23528 [  8874] By: jhi                                   on 2001/02/21  14:26:02
23529         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
23530              From: Peter Prymmer <pvhp@forte.com>
23531              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
23532              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
23533      Branch: perl
23534            ! pod/perlport.pod
23535 ____________________________________________________________________________
23536 [  8873] By: jhi                                   on 2001/02/21  14:24:31
23537         Log: Subject: [PATCH] fix for charnames above FFFF
23538              From: andreas.koenig@anima.de (Andreas J. Koenig)
23539              Date: 21 Feb 2001 07:05:45 +0100
23540              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
23541      Branch: perl
23542            ! lib/charnames.pm t/lib/charnames.t
23543 ____________________________________________________________________________
23544 [  8872] By: jhi                                   on 2001/02/21  14:15:25
23545         Log: Integrate change #8868 from pureperl to mainline.
23546              
23547              Fixed reference count loop caused by sv_magic.
23548      Branch: perl
23549           !> sv.c
23550 ____________________________________________________________________________
23551 [  8871] By: jhi                                   on 2001/02/21  14:07:29
23552         Log: Integrate change #8868 from pureperl to maintperl.
23553              
23554              Fixed reference count loop caused by sv_magic.
23555      Branch: maint-5.6/perl
23556           !> sv.c
23557 ____________________________________________________________________________
23558 [  8870] By: jhi                                   on 2001/02/21  14:04:41
23559         Log: Put back the #8840, it was innocent.
23560      Branch: perl
23561            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23562            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23563 ____________________________________________________________________________
23564 [  8869] By: jhi                                   on 2001/02/21  14:00:03
23565         Log: unpack("C", ...) was left slightly unfinished by #8865.
23566      Branch: perl
23567            ! pp.c t/op/pack.t
23568 ____________________________________________________________________________
23569 [  8868] By: alanbur                               on 2001/02/21  01:33:45
23570         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
23571              from gv_fetchpv to create single-character magic variables (e.g. $!),
23572              and it is passed a sv and the gv that contains the sv as the mg_obj
23573              value.  When sv_magic stores the mg_obj pointer it increments the gv
23574              refcount, thus causing a sv-gv pair that can't be freed.  There is
23575              already a check for sv == obj which is used to prevent such reference
23576              loops.  This change extends the check to cover the case described above.
23577      Branch: maint-5.6/pureperl
23578            ! sv.c
23579 ____________________________________________________________________________
23580 [  8867] By: jhi                                   on 2001/02/21  00:52:39
23581         Log: Update Changes.
23582      Branch: perl
23583            ! Changes patchlevel.h
23584 ____________________________________________________________________________
23585 [  8866] By: jhi                                   on 2001/02/21  00:34:20
23586         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
23587              (Note: there were some conflicts due to EBCDIC and EPOC
23588              patches, in general I preferred the repository code.)
23589              (When 2.753 comes out, we need to synchronize.)
23590      Branch: perl
23591            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
23592            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
23593            ! t/lib/cgi-html.t
23594 ____________________________________________________________________________
23595 [  8865] By: jhi                                   on 2001/02/21  00:24:22
23596         Log: Make pack("C", 0x100) to create Unicode, unless under the
23597              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
23598              will understand Unicode, unless you under know what.
23599      Branch: perl
23600            ! pp.c t/op/pack.t t/op/qu.t
23601 ____________________________________________________________________________
23602 [  8864] By: alanbur                               on 2001/02/20  22:35:34
23603         Log: Resynchronised with parent
23604      Branch: maint-5.6/pureperl
23605           !> README.win32 ext/GDBM_File/GDBM_File.pm
23606           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
23607           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
23608           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
23609           !> t/lib/sdbm.t util.c
23610 ____________________________________________________________________________
23611 [  8863] By: jhi                                   on 2001/02/20  20:55:11
23612         Log: Integrate change #8860,8861 from mainline into maintperl.
23613              
23614              "pseudo-literal j"
23615              
23616              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23617      Branch: maint-5.6/perl
23618           !> lib/Test.pm pod/perlop.pod
23619 ____________________________________________________________________________
23620 [  8862] By: jhi                                   on 2001/02/20  20:30:07
23621         Log: Don't do casting between pointers pointing to differently sized
23622              integers.
23623      Branch: perl
23624            ! hv.c sv.c
23625 ____________________________________________________________________________
23626 [  8861] By: jhi                                   on 2001/02/20  19:53:44
23627         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
23628              From: Peter Prymmer <pvhp@forte.com>
23629              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
23630              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
23631      Branch: perl
23632            ! lib/Test.pm
23633 ____________________________________________________________________________
23634 [  8860] By: jhi                                   on 2001/02/20  19:48:02
23635         Log: "pseudo-literal j", a documentation glitch reported to Debian.
23636              The text recovered from Perl 5.005_03, and pseudo-literal replaced
23637              by "backtick string".
23638      Branch: perl
23639            ! pod/perlop.pod
23640 ____________________________________________________________________________
23641 [  8859] By: jhi                                   on 2001/02/20  19:15:46
23642         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
23643              from Chris Nandor.
23644      Branch: perl
23645            ! makedef.pl
23646 ____________________________________________________________________________
23647 [  8858] By: jhi                                   on 2001/02/20  17:36:53
23648         Log: Integrate pureperl changes #8844,8845,8850 to mainline
23649              (via maintperl #8855).
23650              
23651              Fixed %^H scoping bug
23652              
23653              Removed GV <-> CV refcount loop
23654              
23655              Removed %ENV refcount loop
23656      Branch: perl
23657           !> gv.c op.c perl.c pp.c scope.c
23658 ____________________________________________________________________________
23659 [  8857] By: jhi                                   on 2001/02/20  17:34:32
23660         Log: Integrate changes #8853,8854 from maintperl to mainline.
23661              
23662              EBDIC fixes, README.win32 Borland update.
23663      Branch: perl
23664           !> README.win32 handy.h util.c
23665 ____________________________________________________________________________
23666 [  8856] By: jhi                                   on 2001/02/20  17:33:16
23667         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
23668      Branch: maint-5.6/perl
23669           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23670           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23671           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23672 ____________________________________________________________________________
23673 [  8855] By: jhi                                   on 2001/02/20  17:32:13
23674         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
23675              
23676              Fixed %^H scoping bug
23677              
23678              Removed GV <-> CV refcount loop
23679              
23680              Removed %ENV refcount loop
23681      Branch: maint-5.6/perl
23682           !> gv.c op.c perl.c pp.c scope.c
23683 ____________________________________________________________________________
23684 [  8854] By: jhi                                   on 2001/02/20  17:25:06
23685         Log: Subject: Addition to readme.win32 for Borland C++ compilers
23686              Date: Tue, 20 Feb 2001 02:15:25 +0300
23687              From: "Vadim Konovalov" <watman@inbox.ru>
23688              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
23689              
23690              Document Borland compiler misbehaviour.
23691      Branch: maint-5.6/perl
23692            ! README.win32
23693 ____________________________________________________________________________
23694 [  8853] By: jhi                                   on 2001/02/20  17:22:25
23695         Log: The assimilation of ebcdic.c didn't quite work at the first try,
23696              patches from Thomas Dorner.
23697      Branch: maint-5.6/perl
23698            ! handy.h util.c
23699 ____________________________________________________________________________
23700 [  8852] By: jhi                                   on 2001/02/20  17:20:15
23701         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
23702              From: Chris Nandor <pudge@pobox.com>
23703              Date: Tue, 20 Feb 2001 08:32:45 -0500
23704              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
23705      Branch: maint-5.6/perl
23706            ! makedef.pl mg.c
23707 ____________________________________________________________________________
23708 [  8851] By: jhi                                   on 2001/02/20  17:15:52
23709         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
23710      Branch: perl
23711            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
23712            ! t/lib/filter-util.t
23713 ____________________________________________________________________________
23714 [  8850] By: alanbur                               on 2001/02/20  17:12:40
23715         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
23716              and the magic pointer points back to the GV that contains the
23717              %ENV hash.  This creates a refcount loop that prevents members
23718              of %ENV from being freed correctly.  This change removes the
23719              refcount loop - the magic pointer was never used anyway, the
23720              only use of the magic was to check the type ('E') so that the
23721              appropriate environment manipulation code is called when %ENV
23722              is modified.
23723      Branch: maint-5.6/pureperl
23724            ! perl.c
23725 ____________________________________________________________________________
23726 [  8849] By: jhi                                   on 2001/02/20  17:12:20
23727         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
23728              From: "Craig A. Berry" <craigberry@mac.com>
23729              Date: Mon, 19 Feb 2001 23:36:12 -0600
23730              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
23731              
23732              Case-forgiving systems match TestInit.pm with TES*.
23733      Branch: perl
23734            ! t/lib/glob-basic.t
23735 ____________________________________________________________________________
23736 [  8848] By: jhi                                   on 2001/02/20  17:10:02
23737         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
23738      Branch: perl
23739            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
23740            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
23741            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23742 ____________________________________________________________________________
23743 [  8847] By: jhi                                   on 2001/02/20  15:34:41
23744         Log: The #8843 wasn't quite right: %Config needs to imported.
23745      Branch: perl
23746            ! t/run/runenv.t
23747 ____________________________________________________________________________
23748 [  8846] By: jhi                                   on 2001/02/20  15:31:50
23749         Log: Retract the #8838 and #8840 for now because of
23750              the DB_File tie problem.
23751      Branch: perl
23752            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
23753            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
23754            ! proto.h sv.c
23755 ____________________________________________________________________________
23756 [  8845] By: alanbur                               on 2001/02/20  14:25:41
23757         Log: Removed GV <-> CV refcount loop
23758              CvGV(mycv) points to the parent GV of the CV, and was previously
23759              refcounted.  The pointer remains, but the refcounting has been removed
23760              as it causes a refcount loop between the CV and GV that means the CV
23761              can't ever be deleted.
23762      Branch: maint-5.6/pureperl
23763            ! gv.c op.c pp.c
23764 ____________________________________________________________________________
23765 [  8844] By: alanbur                               on 2001/02/20  14:23:13
23766         Log: Fixed %^H scoping bug
23767      Branch: maint-5.6/pureperl
23768            ! scope.c
23769 ____________________________________________________________________________
23770 [  8843] By: jhi                                   on 2001/02/19  13:38:08
23771         Log: fork() not everywhere, cleanup temp files.
23772      Branch: perl
23773            ! t/run/runenv.t
23774 ____________________________________________________________________________
23775 [  8842] By: alanbur                               on 2001/02/19  12:42:07
23776         Log: Resynchronised with parent
23777      Branch: maint-5.6/pureperl
23778           !> pod/perlfaq4.pod sv.c utf8.c
23779 ____________________________________________________________________________
23780 [  8841] By: jhi                                   on 2001/02/19  03:35:51
23781         Log: Update Changes.
23782      Branch: perl
23783            ! Changes patchlevel.h
23784 ____________________________________________________________________________
23785 [  8840] By: jhi                                   on 2001/02/19  00:23:41
23786         Log: Subject: [patch] add sv_setref_uv
23787              From: Doug MacEachern <dougm@covalent.net>
23788              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
23789              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
23790      Branch: perl
23791            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
23792            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
23793 ____________________________________________________________________________
23794 [  8839] By: jhi                                   on 2001/02/19  00:01:38
23795         Log: Put to rest the 20010205.001, the email address checking (not) regex.
23796      Branch: perl
23797            ! pod/perlfaq9.pod
23798 ____________________________________________________________________________
23799 [  8838] By: jhi                                   on 2001/02/18  22:17:54
23800         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
23801              From: Doug MacEachern <dougm@covalent.net>
23802              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
23803              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
23804      Branch: perl
23805            ! lib/ExtUtils/xsubpp
23806 ____________________________________________________________________________
23807 [  8837] By: jhi                                   on 2001/02/18  22:16:50
23808         Log: Subject: [patch] -Wall cleanup round 2
23809              From: Doug MacEachern <dougm@covalent.net>
23810              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
23811              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
23812      Branch: perl
23813            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
23814            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
23815            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
23816            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
23817            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
23818            ! ext/SDBM_File/SDBM_File.xs
23819 ____________________________________________________________________________
23820 [  8836] By: jhi                                   on 2001/02/18  22:11:20
23821         Log: Misapplied regex optimizations when \C is present.
23822              Fixes 20001230.002.
23823              
23824              What still remains broken is that the submatches that
23825              have \C in them get their UTF8 flag on because their
23826              parent SV has it on.  This will result in malformed
23827              UTF8 if a \C happened to match a non-ASCII byte.
23828      Branch: perl
23829            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
23830            ! t/pragma/utf8.t
23831 ____________________________________________________________________________
23832 [  8835] By: jhi                                   on 2001/02/18  20:12:02
23833         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
23834              
23835              The hash key got wrongly UTF8fied.
23836      Branch: perl
23837            ! pod/perlapi.pod toke.c utf8.c
23838 ____________________________________________________________________________
23839 [  8834] By: jhi                                   on 2001/02/18  19:44:25
23840         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
23841              don't warn on magical or overloaded things.
23842      Branch: perl
23843            ! pp_hot.c
23844 ____________________________________________________________________________
23845 [  8833] By: nick                                  on 2001/02/18  19:31:22
23846         Log: Integrate mainline
23847      Branch: perlio
23848           +> t/TestInit.pm t/run/runenv.t
23849            - t/UTEST
23850           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
23851           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
23852           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
23853           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
23854           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23855           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
23856           !> utf8.c
23857 ____________________________________________________________________________
23858 [  8832] By: jhi                                   on 2001/02/18  19:21:18
23859         Log: Integrate perlio.
23860      Branch: perl
23861           !> perlio.c pod/perldiag.pod
23862 ____________________________________________________________________________
23863 [  8831] By: jhi                                   on 2001/02/18  19:14:20
23864         Log: Integrate change #8827 from mainline.
23865              
23866              UTF8 tweaks.
23867      Branch: maint-5.6/perl
23868           !> sv.c utf8.c
23869 ____________________________________________________________________________
23870 [  8830] By: nick                                  on 2001/02/18  19:10:34
23871         Log: Apply the spirit of patch from Nick Clark:
23872              Subject: [PATCH] Re: extensions that provide layers
23873              From: Nicholas Clark <nick@ccl4.org>
23874              Date: Mon, 12 Feb 2001 16:43:51 +0000
23875              Message-Id: <20010212164350.Q3652@plum.flirble.org>
23876      Branch: perlio
23877            ! perlio.c pod/perldiag.pod
23878 ____________________________________________________________________________
23879 [  8829] By: jhi                                   on 2001/02/18  19:03:25
23880         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
23881              From: schwern@pobox.com 
23882              Date: Sun, 18 Feb 2001 13:44:35 -0500
23883              Message-ID: <20010218134435.A17544@magnonel.guild.net>
23884              
23885              Applied, but as t/TestInit.pm.
23886      Branch: perl
23887            + t/TestInit.pm
23888            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
23889            ! t/op/subst_wamp.t
23890 ____________________________________________________________________________
23891 [  8828] By: jhi                                   on 2001/02/18  18:43:52
23892         Log: Integrate perlio.
23893      Branch: perl
23894           !> perlio.c
23895 ____________________________________________________________________________
23896 [  8827] By: jhi                                   on 2001/02/18  18:41:33
23897         Log: UTF-8 tweaks.
23898      Branch: perl
23899            ! sv.c utf8.c
23900 ____________________________________________________________________________
23901 [  8826] By: nick                                  on 2001/02/18  17:40:59
23902         Log: Fix [ID 20010217.002]
23903              open FOO, "<:raw:perlio", ...
23904              :raw now inserts default base layer below itself.
23905              Also
23906              open FOO, "<:unix", ...
23907              works as well - but leaves buffer layer on stack under the unix layer.
23908      Branch: perlio
23909            ! perlio.c
23910 ____________________________________________________________________________
23911 [  8825] By: jhi                                   on 2001/02/18  17:15:39
23912         Log: Integrate perlio.
23913      Branch: perl
23914           !> perlio.c perliol.h
23915 ____________________________________________________________________________
23916 [  8824] By: jhi                                   on 2001/02/18  17:10:53
23917         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
23918              From: schwern@pobox.com
23919              Date: Sun, 18 Feb 2001 01:48:50 -0500
23920              Message-ID: <20010218014850.C19957@magnonel.guild.net>
23921      Branch: perl
23922            ! lib/Test/Harness.pm t/TEST t/op/chop.t
23923 ____________________________________________________________________________
23924 [  8823] By: jhi                                   on 2001/02/18  17:01:06
23925         Log: Add run/*.t to testables.
23926      Branch: perl
23927            ! t/TEST
23928 ____________________________________________________________________________
23929 [  8822] By: jhi                                   on 2001/02/18  16:58:58
23930         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
23931              From: schwern@pobox.com
23932              Date: Sun, 18 Feb 2001 01:11:35 -0500
23933              Message-ID: <20010218011135.A19957@magnonel.guild.net>
23934              
23935              Revive mjd's and Simon's PERL5OPT fix.
23936      Branch: perl
23937            + t/run/runenv.t
23938            ! MANIFEST perl.c
23939 ____________________________________________________________________________
23940 [  8821] By: jhi                                   on 2001/02/18  16:53:46
23941         Log: Subject: Re: Why t/TEST and not Test::Harness?
23942              From: schwern@pobox.com
23943              Date: Sat, 17 Feb 2001 22:44:44 -0500
23944              Message-ID: <20010217224444.A6679@magnonel.guild.net>
23945              
23946              Replace UTEST with TEST -utf8.
23947      Branch: perl
23948            - t/UTEST
23949            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
23950            ! t/lib/glob-basic.t
23951 ____________________________________________________________________________
23952 [  8820] By: nick                                  on 2001/02/18  13:06:16
23953         Log: Clean up a few core dumps when layers are used in unexpected ways.
23954              (Still not "right"...)
23955      Branch: perlio
23956            ! perlio.c perliol.h
23957 ____________________________________________________________________________
23958 [  8819] By: jhi                                   on 2001/02/18  02:25:55
23959         Log: Integrate change #8818 from maintperl, a FAQ nit.
23960      Branch: perl
23961           !> pod/perlfaq4.pod
23962 ____________________________________________________________________________
23963 [  8818] By: jhi                                   on 2001/02/18  02:24:50
23964         Log: FAQ nit from Chris Fedde.
23965      Branch: maint-5.6/perl
23966            ! pod/perlfaq4.pod
23967 ____________________________________________________________________________
23968 [  8817] By: nick                                  on 2001/02/17  18:20:14
23969         Log: Integrate mainline
23970      Branch: perlio
23971           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23972           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23973           +> pod/perlclib.pod
23974            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23975            - lib/unicode/Unicode.301
23976           !> (integrate 324 files)
23977 ____________________________________________________________________________
23978 [  8816] By: jhi                                   on 2001/02/17  16:56:58
23979         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
23980      Branch: perl
23981            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23982            ! ext/Storable/Storable.xs t/lib/st-06compat.t
23983            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
23984 ____________________________________________________________________________
23985 [  8815] By: jhi                                   on 2001/02/17  16:40:07
23986         Log: Subject: [patch] -Wall
23987              From: Doug MacEachern <dougm@covalent.net>
23988              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
23989              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
23990      Branch: perl
23991            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
23992            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
23993 ____________________________________________________________________________
23994 [  8814] By: jhi                                   on 2001/02/16  19:27:18
23995         Log: Document qu better.
23996      Branch: perl
23997            ! pod/perlop.pod
23998 ____________________________________________________________________________
23999 [  8813] By: jhi                                   on 2001/02/15  13:54:37
24000         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
24001              From: Hugo <hv@crypt.compulink.co.uk>
24002              Date: Thu, 15 Feb 2001 13:39:49 +0000
24003              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
24004      Branch: perl
24005            ! toke.c
24006 ____________________________________________________________________________
24007 [  8812] By: alanbur                               on 2001/02/15  13:52:16
24008         Log: Resynchronised with parent
24009      Branch: maint-5.6/pureperl
24010            - ebcdic.c
24011           !> (integrate 36 files)
24012 ____________________________________________________________________________
24013 [  8811] By: jhi                                   on 2001/02/15  13:51:16
24014         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
24015              
24016              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
24017              From: Jan Dubois <JanD@ActiveState.com>
24018              Date: Wed, 31 Jan 2001 21:17:03 -0800
24019              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
24020              
24021              tweak change#8659 to keep it simple
24022              
24023              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24024              From: Russ Allbery <rra@stanford.edu>
24025              Date: 14 Feb 2001 10:15:41 -0800
24026              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24027              
24028              (8809 empty)
24029
24030              Upgrade to podlators 1.08, from Russ Allbery.
24031      Branch: perl
24032           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
24033           !> utils/perldoc.PL
24034 ____________________________________________________________________________
24035 [  8810] By: jhi                                   on 2001/02/15  13:35:08
24036         Log: Upgrade to podlators 1.08, from Russ Allbery.
24037      Branch: maint-5.6/perl
24038            ! lib/Pod/Man.pm lib/Pod/Text.pm
24039 ____________________________________________________________________________
24040 [  8809] By: jhi                                   on 2001/02/15  13:26:38
24041         Log: (accidentally empty check-in)
24042      Branch: maint-5.6/perl
24043            ! lib/Test/Harness.pm
24044 ____________________________________________________________________________
24045 [  8808] By: jhi                                   on 2001/02/15  13:23:47
24046         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
24047              From: Russ Allbery <rra@stanford.edu>
24048              Date: 14 Feb 2001 10:15:41 -0800
24049              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
24050              
24051              perldoc was hardcoding $Config{installscript}, which breaks
24052              when install* isn't where Perl ends up (such as with AFS).
24053              
24054              Use $Config{scriptdir} instead.
24055      Branch: maint-5.6/perl
24056            ! utils/perldoc.PL
24057 ____________________________________________________________________________
24058 [  8807] By: jhi                                   on 2001/02/14  14:37:27
24059         Log: Update Changes.
24060      Branch: perl
24061            ! Changes patchlevel.h
24062 ____________________________________________________________________________
24063 [  8806] By: jhi                                   on 2001/02/14  14:25:31
24064         Log: Integrate changes #8803,8804,8805 from mainline.
24065              
24066              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24067              
24068              Don't skip too much of the locale error message if no environ array,
24069              from Chris Nandor.
24070              
24071              More MacOS Classic fixes from Chris Nandor.
24072      Branch: maint-5.6/perl
24073           !> doop.c lib/Cwd.pm perl.c perl.h util.c
24074 ____________________________________________________________________________
24075 [  8805] By: jhi                                   on 2001/02/14  03:29:01
24076         Log: More MacOS Classic fixes from Chris Nandor.
24077      Branch: perl
24078            ! doop.c lib/Cwd.pm
24079 ____________________________________________________________________________
24080 [  8804] By: jhi                                   on 2001/02/14  03:18:35
24081         Log: Don't skip too much of the locale error message if no environ array,
24082              from Chris Nandor.
24083      Branch: perl
24084            ! util.c
24085 ____________________________________________________________________________
24086 [  8803] By: jhi                                   on 2001/02/14  03:14:14
24087         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
24088      Branch: perl
24089            ! perl.c perl.h
24090 ____________________________________________________________________________
24091 [  8802] By: jhi                                   on 2001/02/13  18:31:33
24092         Log: AUTHORS update.
24093      Branch: perl
24094            ! AUTHORS
24095 ____________________________________________________________________________
24096 [  8801] By: jhi                                   on 2001/02/13  17:55:19
24097         Log: Integrate change #8792 from mainline.
24098              
24099              Subject: buncha MacPerl patches for bleadperl
24100              From: Chris Nandor <pudge@pobox.com>
24101              Date: Tue, 13 Feb 2001 00:02:43 -0500
24102              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24103      Branch: maint-5.6/perl
24104           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24105           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24106           !> t/lib/basename.t toke.c util.h
24107 ____________________________________________________________________________
24108 [  8800] By: jhi                                   on 2001/02/13  17:46:43
24109         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
24110              to be forced to Off_t.
24111              
24112              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
24113              From: nick@ccl4.org
24114              Date: Thu, 1 Feb 2001 12:01:04 +0000
24115              Message-Id: <20010201120103.E11401@plum.flirble.org>
24116      Branch: maint-5.6/perl
24117            ! iperlsys.h perlio.c
24118 ____________________________________________________________________________
24119 [  8799] By: jhi                                   on 2001/02/13  16:52:51
24120         Log: Duplex duplex hunk hunk.
24121      Branch: maint-5.6/perl
24122            ! Makefile.SH
24123 ____________________________________________________________________________
24124 [  8797] By: jhi                                   on 2001/02/13  14:52:04
24125         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
24126              From: "Craig A. Berry" <craigberry@mac.com>
24127              Date: Mon, 12 Feb 2001 11:05:25 -0600
24128              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
24129      Branch: perl
24130            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
24131 ____________________________________________________________________________
24132 [  8796] By: jhi                                   on 2001/02/13  14:36:47
24133         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
24134              From: simon.cozens@pembroke.oxford.ac.uk 
24135              Date: Sat, 10 Feb 2001 17:57:02 +0000
24136              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
24137              
24138              Now it does include.
24139      Branch: perl
24140            ! pod/perldiag.pod
24141 ____________________________________________________________________________
24142 [  8795] By: jhi                                   on 2001/02/13  14:30:11
24143         Log: Sort the MANIFEST.
24144      Branch: perl
24145            ! MANIFEST
24146 ____________________________________________________________________________
24147 [  8794] By: jhi                                   on 2001/02/13  14:26:51
24148         Log: Integrate change #8793 from mainline, FAQ updates.
24149      Branch: maint-5.6/perl
24150           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24151 ____________________________________________________________________________
24152 [  8793] By: jhi                                   on 2001/02/13  14:25:13
24153         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
24154      Branch: perl
24155            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
24156 ____________________________________________________________________________
24157 [  8792] By: jhi                                   on 2001/02/13  14:22:50
24158         Log: Subject: buncha MacPerl patches for bleadperl
24159              From: Chris Nandor <pudge@pobox.com>
24160              Date: Tue, 13 Feb 2001 00:02:43 -0500
24161              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
24162      Branch: perl
24163            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
24164            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
24165            ! t/lib/basename.t toke.c util.h
24166 ____________________________________________________________________________
24167 [  8791] By: jhi                                   on 2001/02/13  14:10:39
24168         Log: Integrate change #8790 from mainline.
24169              
24170              environ array wrongly assumed in Perl_init_i18nl10n(),
24171      Branch: maint-5.6/perl
24172           !> util.c
24173 ____________________________________________________________________________
24174 [  8790] By: jhi                                   on 2001/02/13  14:06:15
24175         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
24176              noticed by Chris Nandor in MacOS Classic.
24177      Branch: perl
24178            ! util.c
24179 ____________________________________________________________________________
24180 [  8789] By: jhi                                   on 2001/02/13  13:58:07
24181         Log: Integrate changes #8373,8487,8544,8783 from mainline.
24182              
24183              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
24184              hints files, the dynaloading, assimilate ebcdic into util.c.
24185      Branch: maint-5.6/perl
24186            - ebcdic.c
24187            ! MANIFEST hints/posix-bc.sh
24188           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
24189           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
24190           !> perlapi.c proto.h util.c
24191 ____________________________________________________________________________
24192 [  8788] By: alanbur                               on 2001/02/13  10:33:13
24193         Log: Integrated changes from maint-5.6
24194      Branch: maint-5.6/pureperl
24195           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
24196           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
24197           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24198           !> vos/config.ga.h vos/configure_perl.cm
24199 ____________________________________________________________________________
24200 [  8787] By: jhi                                   on 2001/02/13  05:56:36
24201         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
24202      Branch: perl
24203           !> Makefile.SH
24204 ____________________________________________________________________________
24205 [  8786] By: jhi                                   on 2001/02/13  05:54:34
24206         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
24207              From: Dorner Thomas <Thomas.Dorner@start.de>
24208              Date: Mon, 12 Feb 2001 15:06:26 +0100
24209              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
24210      Branch: maint-5.6/perl
24211            ! Makefile.SH
24212 ____________________________________________________________________________
24213 [  8785] By: jhi                                   on 2001/02/13  05:29:04
24214         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
24215      Branch: perl
24216           !> hints/openbsd.sh
24217 ____________________________________________________________________________
24218 [  8784] By: jhi                                   on 2001/02/13  02:25:24
24219         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
24220              From: Peter Prymmer <pvhp@forte.com>
24221              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
24222              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
24223      Branch: perl
24224            ! pod/perlclib.pod
24225 ____________________________________________________________________________
24226 [  8783] By: jhi                                   on 2001/02/13  02:22:36
24227         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
24228      Branch: perl
24229            - ebcdic.c
24230            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
24231            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
24232            ! util.c
24233 ____________________________________________________________________________
24234 [  8782] By: jhi                                   on 2001/02/13  02:00:07
24235         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
24236      Branch: maint-5.6/perl
24237            ! pod/perlport.pod
24238 ____________________________________________________________________________
24239 [  8781] By: jhi                                   on 2001/02/13  01:58:44
24240         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
24241      Branch: maint-5.6/perl
24242            ! hints/openbsd.sh
24243 ____________________________________________________________________________
24244 [  8780] By: jhi                                   on 2001/02/13  01:57:33
24245         Log: Synchronize the regexp tests between maintperl and mainline.
24246      Branch: maint-5.6/perl
24247           !> t/op/re_tests
24248 ____________________________________________________________________________
24249 [  8779] By: jhi                                   on 2001/02/13  01:49:35
24250         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
24251              From: Hugo <hv@crypt.compulink.co.uk>
24252              Date: Tue, 13 Feb 2001 00:11:11 +0000
24253              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24254      Branch: perl
24255            ! regcomp.c t/op/re_tests
24256 ____________________________________________________________________________
24257 [  8778] By: jhi                                   on 2001/02/13  00:23:10
24258         Log: Comments do not nest.
24259      Branch: perl
24260            ! perl.h
24261 ____________________________________________________________________________
24262 [  8777] By: jhi                                   on 2001/02/13  00:17:54
24263         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
24264              From: Hugo <hv@crypt.compulink.co.uk>
24265              Date: Tue, 13 Feb 2001 00:11:11 +0000
24266              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
24267      Branch: maint-5.6/perl
24268            ! regcomp.c t/op/re_tests
24269 ____________________________________________________________________________
24270 [  8776] By: jhi                                   on 2001/02/12  23:25:52
24271         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
24272      Branch: maint-5.6/perl
24273            ! pod/perlport.pod
24274 ____________________________________________________________________________
24275 [  8775] By: jhi                                   on 2001/02/12  23:04:28
24276         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
24277      Branch: maint-5.6/perl
24278            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
24279            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
24280            ! vos/configure_perl.cm
24281 ____________________________________________________________________________
24282 [  8774] By: jhi                                   on 2001/02/12  22:59:11
24283         Log: Subject: Re: [patch] context for 'U' magic functions
24284              From: Doug MacEachern <dougm@covalent.net>
24285              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
24286              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
24287              
24288              plus the suggestion by Nick Ing-Simmons to name the macro
24289              as PERL_MG_UFUNC to avoid namespace pollution, plus add
24290              the advice by Doug for XS writers to perl.h
24291      Branch: perl
24292            ! mg.c perl.h
24293 ____________________________________________________________________________
24294 [  8773] By: jhi                                   on 2001/02/11  20:14:12
24295         Log: Update Changes.
24296      Branch: perl
24297            ! Changes patchlevel.h
24298 ____________________________________________________________________________
24299 [  8772] By: jhi                                   on 2001/02/11  18:47:52
24300         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
24301              From: Simon Cozens <simon@cozens.net>
24302              Date: Wed, 31 Jan 2001 16:31:43 +0000
24303              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
24304      Branch: perl
24305            + pod/perlclib.pod
24306            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
24307            ! pod/perltoc.pod
24308 ____________________________________________________________________________
24309 [  8771] By: jhi                                   on 2001/02/11  18:36:48
24310         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
24311              
24312              Blocks-4d3.beta.txt
24313              CaseFolding-3d4.beta.txt
24314              CompositionExclusions-3d6.beta.txt
24315              EastAsianWidth-4d4.beta.txt
24316              LineBreak-6d3.beta.txt
24317              NamesList-3.1.0d1.beta.txt
24318              PropList-3.1.0d4.beta.txt
24319              SpecialCasing-4d1.beta.txt
24320              UnicodeData-3.1.0d6.beta.txt
24321      Branch: perl
24322            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
24323           +> lib/unicode/UCD.html lib/unicode/Unicode.html
24324            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
24325            - lib/unicode/Unicode.301
24326            ! (edit 257 files)
24327 ____________________________________________________________________________
24328 [  8770] By: jhi                                   on 2001/02/11  17:26:22
24329         Log: UTF-8 documentation.
24330      Branch: perl
24331            ! utf8.h
24332 ____________________________________________________________________________
24333 [  8769] By: jhi                                   on 2001/02/11  17:12:49
24334         Log: Retract #8762.
24335      Branch: perl
24336            ! regexec.c
24337 ____________________________________________________________________________
24338 [  8768] By: jhi                                   on 2001/02/11  16:54:45
24339         Log: Subject: [PATCH] Test::Harness
24340              From: andreas.koenig@anima.de (Andreas J. Koenig)
24341              Date: 11 Feb 2001 14:37:00 +0100
24342              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
24343      Branch: perl
24344            ! lib/Test/Harness.pm
24345 ____________________________________________________________________________
24346 [  8767] By: jhi                                   on 2001/02/11  16:53:52
24347         Log: Subject: [PATCH] Document makepatch in Porting/patching
24348              From: andreas.koenig@anima.de (Andreas J. Koenig)
24349              Date: 11 Feb 2001 16:46:28 +0100
24350              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
24351      Branch: perl
24352            ! Porting/patching.pod
24353 ____________________________________________________________________________
24354 [  8766] By: jhi                                   on 2001/02/11  06:30:23
24355         Log: Subject: Re: [patch] GvSHARED
24356              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
24357              From: Doug MacEachern <dougm@covalent.net>
24358              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
24359              
24360              Subject: Re: [patch] GvSHARED
24361              From: Doug MacEachern <dougm@covalent.net>
24362              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
24363              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
24364              
24365              Subject: [patch] attributes.pm support for `shared'
24366              From: Doug MacEachern <dougm@covalent.net>
24367              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
24368              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
24369              
24370              our() attributes were ignored, our :shared pieces missing,
24371              allow attributes.pm to turn on shared.
24372      Branch: perl
24373            ! op.c t/op/attrs.t toke.c xsutils.c
24374 ____________________________________________________________________________
24375 [  8765] By: alanbur                               on 2001/02/10  23:11:19
24376         Log: Resync with parent (hopefully sucessfully this time)
24377      Branch: maint-5.6/pureperl
24378           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
24379           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24380           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24381           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24382           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24383           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24384           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24385 ____________________________________________________________________________
24386 [  8764] By: jhi                                   on 2001/02/10  22:54:38
24387         Log: Make TEST and UTEST more verbose in case something goes
24388              wrong in running/compiling a script, suggested by Doug
24389              MacEachern.
24390      Branch: perl
24391            ! t/TEST t/UTEST
24392 ____________________________________________________________________________
24393 [  8763] By: jhi                                   on 2001/02/10  22:11:34
24394         Log: Bogus shebang.
24395      Branch: perl
24396            ! t/lib/texttabs.t
24397 ____________________________________________________________________________
24398 [  8762] By: jhi                                   on 2001/02/10  21:56:02
24399         Log: (Retracted by #8769)
24400      Branch: perl
24401            ! regexec.c
24402 ____________________________________________________________________________
24403 [  8761] By: jhi                                   on 2001/02/10  21:26:15
24404         Log: Subject: Re: [patch] GvSHARED 
24405              From: Doug MacEachern <dougm@covalent.net>
24406              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
24407              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
24408              
24409              our @EXPORT : shared = (...);
24410      Branch: perl
24411            ! toke.c
24412 ____________________________________________________________________________
24413 [  8760] By: jhi                                   on 2001/02/10  21:25:07
24414         Log: Subject: [patch] GvSHARED
24415              From: Doug MacEachern <dougm@covalent.net>
24416              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
24417              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
24418      Branch: perl
24419            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
24420 ____________________________________________________________________________
24421 [  8759] By: alanbur                               on 2001/02/10  21:24:27
24422         Log: Backed out mismerge.
24423      Branch: maint-5.6/pureperl
24424            ! MANIFEST README.hpux README.vmesa gv.c installhtml
24425            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
24426            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24427            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24428            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24429            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24430            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
24431 ____________________________________________________________________________
24432 [  8758] By: jhi                                   on 2001/02/10  18:01:17
24433         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
24434              
24435              Fixed UMRs and leak in Perl_pmtrans()
24436              
24437              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24438              associated UTFied tr/// code.  Also fixed scoping leak of
24439              PL_reg_start_tmp.
24440              
24441              newATTRSUB leaks when an attempt to redefine the active sort sub is
24442              made.
24443      Branch: maint-5.6/perl
24444           !> op.c regcomp.c
24445 ____________________________________________________________________________
24446 [  8757] By: alanbur                               on 2001/02/10  17:56:46
24447         Log: Resynchronised with parent
24448      Branch: maint-5.6/pureperl
24449           +> README.bs2000
24450            - README.posix-bc
24451            ! gv.c perl.c sv.c
24452           !> MANIFEST README.hpux README.vmesa installhtml
24453           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
24454           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24455           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
24456           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
24457           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
24458           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
24459 ____________________________________________________________________________
24460 [  8756] By: alanbur                               on 2001/02/10  17:51:15
24461         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
24462              made.
24463      Branch: maint-5.6/pureperl
24464            ! op.c
24465 ____________________________________________________________________________
24466 [  8755] By: jhi                                   on 2001/02/09  22:41:35
24467         Log: Upgrade to CPAN 1.59_54, from Andreas König.
24468      Branch: perl
24469            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24470 ____________________________________________________________________________
24471 [  8754] By: jhi                                   on 2001/02/09  22:29:20
24472         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
24473              
24474              Didn't upgrade the fill.t since it has a dependency to File::Slurp
24475              purely for debugging purposes, the actual test hasn't changed.
24476      Branch: perl
24477            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
24478            ! t/lib/textwrap.t
24479 ____________________________________________________________________________
24480 [  8753] By: jhi                                   on 2001/02/09  20:17:50
24481         Log: Integrate change #8682 from maintperl.
24482              
24483              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
24484              to work correctly.
24485      Branch: perl
24486           !> hints/irix_6.sh
24487 ____________________________________________________________________________
24488 [  8752] By: jhi                                   on 2001/02/09  20:00:46
24489         Log: Update Changes.
24490      Branch: perl
24491            ! Changes patchlevel.h
24492 ____________________________________________________________________________
24493 [  8751] By: nick                                  on 2001/02/09  19:48:37
24494         Log: Integrate mainline
24495      Branch: perlio
24496           +> README.bs2000 t/lib/cgi-esc.t
24497            - README.posix-bc
24498           !> (integrate 53 files)
24499 ____________________________________________________________________________
24500 [  8750] By: nick                                  on 2001/02/09  19:25:16
24501         Log: Subject: RE: Biannual Competition to Improve Hashing Function
24502              From: Fisher Mark <fisherm@tce.com>
24503              Date: Thu, 8 Feb 2001 10:44:00 -0500
24504              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
24505              Date: Thu, 8 Feb 2001 15:02:47 -0500
24506              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
24507      Branch: perl
24508            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
24509 ____________________________________________________________________________
24510 [  8749] By: jhi                                   on 2001/02/09  19:02:35
24511         Log: Forgotten fragment.
24512      Branch: perl
24513            ! pod/perlapi.pod
24514 ____________________________________________________________________________
24515 [  8748] By: jhi                                   on 2001/02/09  18:31:34
24516         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
24517              plus manual tweakage.
24518              
24519              Sync the perlfaq2 between mainline and maintperl.
24520      Branch: maint-5.6/perl
24521            ! pod/perlfaq2.pod
24522      Branch: perl
24523           !> pod/perlfaq2.pod
24524 ____________________________________________________________________________
24525 [  8747] By: jhi                                   on 2001/02/09  18:12:04
24526         Log: Subject: versiononly and installperl
24527              From: abigail@foad.org
24528              Date: Wed, 7 Feb 2001 22:43:12 +0100
24529              Message-ID: <20010207214312.7045.qmail@foad.org>    
24530              
24531              Add +v flag to force a normal install of the perl binary
24532              and the utilities.
24533              
24534              Subject: [PATCH] installperl
24535              From: Nicholas Clark <nick@ccl4.org>
24536              Date: Fri, 9 Feb 2001 16:28:57 +0000
24537              Message-ID: <20010209162857.B10931@plum.flirble.org>
24538              
24539              Add -A flag which also hardlinks the binary with
24540              the full architecture name.
24541      Branch: perl
24542            ! installperl
24543 ____________________________________________________________________________
24544 [  8746] By: jhi                                   on 2001/02/09  18:03:43
24545         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
24546              
24547              Subject: perlfaq2, re: perlmongers
24548              
24549              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24550              
24551              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24552              
24553              Subject: [ID 20010205.001] typo in perlfaq9
24554              
24555              Subject: [ID 20010208.002] unordered explanation in perlcall
24556      Branch: maint-5.6/perl
24557           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
24558           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
24559           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
24560 ____________________________________________________________________________
24561 [  8745] By: jhi                                   on 2001/02/09  17:59:09
24562         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
24563              From: abela@geneanet.org
24564              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
24565              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
24566      Branch: perl
24567            ! pod/perlcall.pod
24568 ____________________________________________________________________________
24569 [  8744] By: jhi                                   on 2001/02/09  17:48:16
24570         Log: Subject: [ID 20010205.001] typo in perlfaq9
24571              From: eserte@vran.herceg.de
24572              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
24573              Message-Id: <200102042244.XAA21926@vran.herceg.de>
24574      Branch: perl
24575            ! pod/perlfaq9.pod
24576 ____________________________________________________________________________
24577 [  8743] By: jhi                                   on 2001/02/09  17:25:12
24578         Log: Integrate change #8695 from maintperl.
24579              
24580              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24581      Branch: perl
24582           !> thread.h
24583 ____________________________________________________________________________
24584 [  8742] By: jhi                                   on 2001/02/09  17:21:22
24585         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
24586              From: Andy Dougherty <doughera@lafayette.edu>
24587              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
24588              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
24589      Branch: perl
24590            ! embed.pl
24591 ____________________________________________________________________________
24592 [  8741] By: jhi                                   on 2001/02/09  17:05:19
24593         Log: Integrate changes #8738,8739,8740 from maintperl.
24594              
24595              Html files will be installed in a more logical and easier to
24596              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24597              
24598              Html files will be generated with a header to make them look
24599              a little less bare.
24600              
24601              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24602      Branch: perl
24603           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
24604 ____________________________________________________________________________
24605 [  8740] By: jhi                                   on 2001/02/09  17:03:46
24606         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
24607              From: "Brendan O'Dea" <bod@compusol.com.au>
24608              Date: Sun, 4 Feb 2001 11:17:56 +1100
24609              Message-ID: <20010204111756.A16301@compusol.com.au>
24610      Branch: maint-5.6/perl
24611            ! pod/perlfaq3.pod
24612 ____________________________________________________________________________
24613 [  8739] By: jhi                                   on 2001/02/09  17:01:59
24614         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
24615              From: "Indy Singh" <indy@nusphere.com>
24616              Date: Fri, 2 Feb 2001 15:09:59 -0500
24617              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
24618              
24619              Html files will be generated with a header to make them look
24620              a little less bare.
24621      Branch: maint-5.6/perl
24622            ! installhtml
24623 ____________________________________________________________________________
24624 [  8738] By: jhi                                   on 2001/02/09  16:58:48
24625         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
24626              From: "Indy Singh" <indy@nusphere.com>
24627              Date: Fri, 2 Feb 2001 15:08:23 -0500
24628              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
24629              
24630              Html files will be installed in a more logical and easier to
24631              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
24632      Branch: maint-5.6/perl
24633            ! win32/Makefile win32/makefile.mk
24634 ____________________________________________________________________________
24635 [  8737] By: jhi                                   on 2001/02/09  16:46:54
24636         Log: Integrate changes #8687,8736 from maintperl.
24637              
24638              HP-UX thread patches from Merijn H. Brand.
24639              
24640              Latin nit from Philip Newton.
24641      Branch: perl
24642           !> README.hpux hints/hpux.sh
24643 ____________________________________________________________________________
24644 [  8736] By: jhi                                   on 2001/02/09  16:42:31
24645         Log: Latin nit from Philip Newton.
24646      Branch: maint-5.6/perl
24647            ! README.hpux
24648 ____________________________________________________________________________
24649 [  8735] By: jhi                                   on 2001/02/09  16:24:03
24650         Log: Integrate changes #8704,8710 from pureperl.
24651              
24652              Fixed UMRs and leak in Perl_pmtrans()
24653              
24654              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24655              associated UTFied tr/// code.  Also fixed scoping leak of
24656              PL_reg_start_tmp.
24657      Branch: perl
24658           !> op.c regcomp.c
24659 ____________________________________________________________________________
24660 [  8734] By: jhi                                   on 2001/02/09  15:40:21
24661         Log: Integrate change #8733 from maintperl.
24662              
24663              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24664      Branch: perl
24665           !> pod/perlre.pod
24666 ____________________________________________________________________________
24667 [  8733] By: jhi                                   on 2001/02/09  15:35:47
24668         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
24669              From: Prymmer/Kahn <pvhp@best.com>
24670              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
24671              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
24672      Branch: maint-5.6/perl
24673            ! pod/perlre.pod
24674 ____________________________________________________________________________
24675 [  8732] By: jhi                                   on 2001/02/09  15:26:17
24676         Log: Rename README.posix-bc to README.bs2000 (to avoid the
24677              confusion of a "perlposix-bc.pod"), add a few missing
24678              arch pods, regen toc.
24679      Branch: maint-5.6/perl
24680           +> README.bs2000
24681            - README.posix-bc
24682            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24683            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24684 ____________________________________________________________________________
24685 [  8731] By: jhi                                   on 2001/02/09  15:23:39
24686         Log: De-cut-and-pasto.
24687      Branch: perl
24688            ! pod/perl.pod
24689 ____________________________________________________________________________
24690 [  8730] By: jhi                                   on 2001/02/09  15:11:13
24691         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
24692              when people think that perlposix-bc.pod tells anything about
24693              Perl and POSIX.  Regen toc.
24694      Branch: perl
24695           +> README.bs2000
24696            - README.posix-bc
24697            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24698            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24699 ____________________________________________________________________________
24700 [  8729] By: jhi                                   on 2001/02/09  14:52:28
24701         Log: The README.vmesa part of #8712 from maintperl.
24702      Branch: perl
24703            ! README.vmesa
24704 ____________________________________________________________________________
24705 [  8728] By: jhi                                   on 2001/02/09  14:46:06
24706         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
24707              From: Peter Prymmer <pvhp@forte.com>
24708              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
24709              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
24710      Branch: maint-5.6/perl
24711            ! README.vmesa win32/Makefile win32/makefile.mk
24712 ____________________________________________________________________________
24713 [  8727] By: jhi                                   on 2001/02/09  14:33:25
24714         Log: Integrate change #8712 from mainline.
24715              
24716              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
24717      Branch: maint-5.6/perl
24718           !> lib/Pod/Find.pm
24719 ____________________________________________________________________________
24720 [  8726] By: jhi                                   on 2001/02/09  14:30:28
24721         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
24722              From: Peter Prymmer <pvhp@forte.com>
24723              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
24724              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
24725      Branch: perl
24726            + t/lib/cgi-esc.t
24727            ! MANIFEST lib/CGI/Util.pm
24728 ____________________________________________________________________________
24729 [  8725] By: jhi                                   on 2001/02/09  04:56:47
24730         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
24731      Branch: maint-5.6/perl
24732            ! pod/perlport.pod
24733 ____________________________________________________________________________
24734 [  8724] By: jhi                                   on 2001/02/09  04:40:59
24735         Log: Integrate changes 7819,7820 from vmsperl into mainline.
24736              
24737              Add header for LIB$ prototypes (C. Berry)
24738              
24739              Convert fwrite()s to sockets to write()s, since some socket stacks
24740              don't take kindly to stdio.
24741              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24742              (for often optional LNMs)
24743              Correct a few typos
24744              (C. Bailey)
24745      Branch: perl
24746           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
24747 ____________________________________________________________________________
24748 [  8723] By: jhi                                   on 2001/02/09  03:29:29
24749         Log: Integrate change #8722 from mainline.
24750              
24751              The Im() function wasn't returning zero for non-Math::Complex
24752              arguments.  The bug reported by John Gamble.
24753      Branch: maint-5.6/perl
24754           !> lib/Math/Complex.pm
24755 ____________________________________________________________________________
24756 [  8722] By: jhi                                   on 2001/02/09  03:28:33
24757         Log: The Im() function wasn't returning zero for non-Math::Complex
24758              arguments.  The bug reported by John Gamble.
24759      Branch: perl
24760            ! lib/Math/Complex.pm
24761 ____________________________________________________________________________
24762 [  8721] By: nick                                  on 2001/02/08  22:11:35
24763         Log: Correct the correction :-(
24764      Branch: perl
24765            ! perl.c
24766 ____________________________________________________________________________
24767 [  8720] By: bailey                                on 2001/02/08  20:59:22
24768         Log: Convert frwite()s to sockets to write()s, since some socket stacks
24769              don't take kindly to stdio.
24770              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
24771              (for often optional LNMs)
24772              Correct a few typos
24773              (C. Bailey)
24774      Branch: vmsperl
24775            ! vms/vms.c vms/vmsish.h
24776 ____________________________________________________________________________
24777 [  8719] By: bailey                                on 2001/02/08  20:51:02
24778         Log: Add header for LIB$ prototypes (C. Berry)
24779      Branch: vmsperl
24780            ! ext/Devel/DProf/DProf.xs
24781 ____________________________________________________________________________
24782 [  8718] By: bailey                                on 2001/02/08  20:49:00
24783         Log: SYN SYN
24784      Branch: vmsperl
24785           +> pod/perliol.pod t/lib/sample-tests/bailout
24786           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
24787           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
24788           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
24789           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
24790           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
24791           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
24792            - lib/unicode/Is/DCinital.pl
24793           !> (integrate 101 files)
24794 ____________________________________________________________________________
24795 [  8717] By: nick                                  on 2001/02/08  19:38:48
24796         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
24797              From: Robin Barker <rmb1@cise.npl.co.uk>
24798              Date: Thu, 8 Feb 2001 14:38:07 GMT
24799              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
24800      Branch: perl
24801            ! lib/CPAN.pm
24802 ____________________________________________________________________________
24803 [  8716] By: nick                                  on 2001/02/08  19:29:07
24804         Log: Generated files form 8713 etc.
24805      Branch: perl
24806            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24807 ____________________________________________________________________________
24808 [  8715] By: nick                                  on 2001/02/08  19:26:08
24809         Log: Fixup non-ithread build after 8713
24810      Branch: perl
24811            ! perl.c
24812 ____________________________________________________________________________
24813 [  8714] By: nick                                  on 2001/02/08  19:17:45
24814         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
24815              From: nick@ccl4.org
24816              Date: Wed, 7 Feb 2001 00:27:47 +0000
24817              Message-Id: <20010207002747.B63724@plum.flirble.org>
24818      Branch: perl
24819            ! sv.c toke.c
24820 ____________________________________________________________________________
24821 [  8713] By: nick                                  on 2001/02/08  19:15:58
24822         Log: Subject: Re: [patch] Re: PL_ptr_table
24823              From: Doug Maceachern <dougm@covalent.net>
24824              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
24825              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
24826      Branch: perl
24827            ! embed.pl perl.c sv.c sv.h
24828 ____________________________________________________________________________
24829 [  8712] By: nick                                  on 2001/02/08  19:12:47
24830         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
24831              From: Peter Prymmer <pvhp@forte.com>
24832              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
24833              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
24834      Branch: perl
24835            ! lib/Pod/Find.pm
24836 ____________________________________________________________________________
24837 [  8711] By: nick                                  on 2001/02/07  21:06:11
24838         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
24839              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
24840              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24841              Date: Tue, 06 Feb 2001 23:37:01 +0000
24842              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
24843      Branch: perl
24844            ! regcomp.c
24845 ____________________________________________________________________________
24846 [  8710] By: alanbur                               on 2001/02/07  00:22:04
24847         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
24848              associated UTFied tr/// code.  Also fixed scoping leak of
24849              PL_reg_start_tmp.
24850      Branch: maint-5.6/pureperl
24851            ! op.c regcomp.c
24852 ____________________________________________________________________________
24853 [  8709] By: nick                                  on 2001/02/06  21:16:49
24854         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
24855              From: Michael G Schwern <schwern@pobox.com>
24856              Date: Sun, 4 Feb 2001 19:47:14 -0500
24857              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
24858      Branch: perl
24859            ! pod/perlapi.pod pod/perlmodlib.PL
24860 ____________________________________________________________________________
24861 [  8708] By: nick                                  on 2001/02/06  20:41:20
24862         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
24863              From: Michael G Schwern <schwern@pobox.com>
24864              Date: Sun, 4 Feb 2001 21:17:49 -0500
24865              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
24866      Branch: perl
24867            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
24868            ! pod/perltootc.pod
24869 ____________________________________________________________________________
24870 [  8707] By: nick                                  on 2001/02/06  20:29:11
24871         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
24872              From: Michael G Schwern <schwern@pobox.com>
24873              Date: Tue, 6 Feb 2001 05:54:30 -0500
24874              Message-Id: <20010206055430.A951@blackrider.aocn.com>
24875      Branch: perl
24876            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
24877 ____________________________________________________________________________
24878 [  8706] By: nick                                  on 2001/02/06  20:21:40
24879         Log: Subject: RE: some win32 fixes
24880              Date: Tue, 6 Feb 2001 09:23:20 +0300
24881              From: Vadim Konovalov <vkonovalov@lucent.com>
24882              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
24883      Branch: perl
24884            ! toke.c win32/Makefile win32/config.bc win32/config.gc
24885            ! win32/config.vc win32/config_H.bc win32/makefile.mk
24886 ____________________________________________________________________________
24887 [  8705] By: alanbur                               on 2001/02/06  15:00:03
24888         Log: Synchronised with parent
24889      Branch: maint-5.6/pureperl
24890            ! regexec.c
24891           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24892           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
24893 ____________________________________________________________________________
24894 [  8704] By: alanbur                               on 2001/02/06  14:55:24
24895         Log: Fixed UMRs and leak in Perl_pmtrans()
24896      Branch: maint-5.6/pureperl
24897            ! op.c
24898 ____________________________________________________________________________
24899 [  8703] By: gsar                                  on 2001/02/06  02:29:37
24900         Log: $(MAKE) distclean doesn't clean up properly on windows
24901      Branch: maint-5.6/perl
24902            ! win32/Makefile win32/makefile.mk
24903 ____________________________________________________________________________
24904 [  8702] By: gsar                                  on 2001/02/06  01:00:46
24905         Log: tweak change#8659 to keep it simple
24906      Branch: maint-5.6/perl
24907            ! utils/perldoc.PL
24908 ____________________________________________________________________________
24909 [  8701] By: gsar                                  on 2001/02/05  22:45:41
24910         Log: change#8693 was missing testsuite changes
24911      Branch: maint-5.6/perl
24912           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
24913 ____________________________________________________________________________
24914 [  8700] By: nick                                  on 2001/02/05  20:32:52
24915         Log: Integrate mainline
24916      Branch: perlio
24917           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
24918           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24919           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24920           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24921           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24922           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24923           +> t/lib/test-harness.t
24924           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
24925           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
24926           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
24927           !> pod/perlutil.pod t/TEST utils/h2xs.PL
24928 ____________________________________________________________________________
24929 [  8699] By: nick                                  on 2001/02/05  19:41:07
24930         Log: Subject: perlfaq2, re: perlmongers
24931              From: David H. Adler <dha@panix.com>
24932              Date: Sun, 4 Feb 2001 23:48:23 -0500
24933              Message-Id: <20010204234823.A13429@panix.com>
24934      Branch: perl
24935            ! pod/perlfaq2.pod
24936 ____________________________________________________________________________
24937 [  8698] By: nick                                  on 2001/02/05  19:39:31
24938         Log: Missed file f#rom the testharness mess.
24939      Branch: perl
24940            + t/lib/test-harness.t
24941 ____________________________________________________________________________
24942 [  8697] By: nick                                  on 2001/02/05  19:37:21
24943         Log: Subject: [DOC PATCH] overload.pm nits
24944              From: John Tobey <jtobey@john-edwin-tobey.org>
24945              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
24946              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
24947      Branch: perl
24948            ! lib/overload.pm
24949 ____________________________________________________________________________
24950 [  8696] By: alanbur                               on 2001/02/05  11:56:00
24951         Log: Sync with parent
24952      Branch: maint-5.6/pureperl
24953           !> thread.h
24954 ____________________________________________________________________________
24955 [  8695] By: gsar                                  on 2001/02/05  03:27:34
24956         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
24957      Branch: maint-5.6/perl
24958            ! thread.h
24959 ____________________________________________________________________________
24960 [  8694] By: alanbur                               on 2001/02/05  00:07:47
24961         Log: Initial branch creation from //depot/maint-5.6/perl
24962      Branch: maint-5.6/pureperl
24963           +> (branch 1719 files)
24964 ____________________________________________________________________________
24965 [  8693] By: gsar                                  on 2001/02/04  22:38:49
24966         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
24967              changes)
24968      Branch: maint-5.6/perl
24969           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
24970           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
24971           !> ext/DB_File/version.c
24972 ____________________________________________________________________________
24973 [  8692] By: nick                                  on 2001/02/04  18:15:57
24974         Log: The missed t/TEST part of the grand testharness upgrade.
24975      Branch: perl
24976            ! t/TEST
24977 ____________________________________________________________________________
24978 [  8691] By: nick                                  on 2001/02/04  18:05:17
24979         Log: New improved test harness
24980              Subject: Re: [PATCH Test::Harness] Third time's a charm?
24981              From: Michael G Schwern <schwern@pobox.com>
24982              Date: Sun, 4 Feb 2001 08:01:20 -0500
24983              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
24984      Branch: perl
24985            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
24986            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
24987            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
24988            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
24989            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
24990            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
24991            ! MANIFEST lib/Test/Harness.pm
24992 ____________________________________________________________________________
24993 [  8690] By: nick                                  on 2001/02/04  17:57:51
24994         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
24995              From: Jonathan Stowe <gellyfish@gellyfish.com>
24996              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
24997              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
24998      Branch: perl
24999            ! utils/h2xs.PL
25000 ____________________________________________________________________________
25001 [  8689] By: nick                                  on 2001/02/04  17:55:24
25002         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25003              From: Michael G Schwern <schwern@pobox.com>
25004              Date: Sat, 3 Feb 2001 22:46:38 -0500
25005              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
25006      Branch: perl
25007            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
25008            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
25009 ____________________________________________________________________________
25010 [  8688] By: nick                                  on 2001/02/04  17:43:55
25011         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
25012              length byfailing to spot lack of closing )
25013              From: nick@talking.bollo.cx
25014              Date: Sat, 03 Feb 2001 23:53:16 +0000
25015              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
25016      Branch: perl
25017            ! perlio.c pod/perldiag.pod
25018 ____________________________________________________________________________
25019 [  8687] By: jhi                                   on 2001/02/03  17:11:42
25020         Log: HP-UX thread patches from Merijn H. Brand.
25021      Branch: maint-5.6/perl
25022            ! README.hpux hints/hpux.sh
25023 ____________________________________________________________________________
25024 [  8686] By: jhi                                   on 2001/02/03  16:40:12
25025         Log: Metaconfig changes for #8685.
25026      Branch: metaconfig
25027            ! U/installdirs/instubperl.U
25028      Branch: metaconfig/U/perl
25029            ! Devel.U versiononly.U
25030 ____________________________________________________________________________
25031 [  8685] By: jhi                                   on 2001/02/03  16:39:49
25032         Log: For -Dusedevel builds turn off installusrbinperl and turn on
25033              versiononly, a combined idea of Richard Soderberg and Merijn
25034              H. Brand.  You can still override both of these from the command
25035              line if you need to, -Dinstallusrbinperl and -Uversiononly.
25036      Branch: perl
25037            ! Configure
25038 ____________________________________________________________________________
25039 [  8684] By: jhi                                   on 2001/02/03  16:16:34
25040         Log: Metaconfig unit fix for #8683.
25041      Branch: metaconfig
25042            ! U/compline/nblock_io.U
25043 ____________________________________________________________________________
25044 [  8683] By: jhi                                   on 2001/02/03  16:16:12
25045         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
25046              reported by Peter Prymmer for 5.6-TRIAL1.
25047      Branch: perl
25048            ! Configure
25049 ____________________________________________________________________________
25050 [  8682] By: jhi                                   on 2001/02/03  05:52:11
25051         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
25052              to work correctly.
25053      Branch: maint-5.6/perl
25054            ! hints/irix_6.sh
25055 ____________________________________________________________________________
25056 [  8681] By: jhi                                   on 2001/02/03  05:47:33
25057         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
25058      Branch: maint-5.6/perl
25059            ! pod/perlport.pod
25060 ____________________________________________________________________________
25061 [  8680] By: jhi                                   on 2001/02/02  21:39:49
25062         Log: perlport update from Peter Prymmer.
25063      Branch: maint-5.6/perl
25064            ! pod/perlport.pod
25065 ____________________________________________________________________________
25066 [  8679] By: nick                                  on 2001/02/02  20:50:48
25067         Log: Integrate mainline
25068      Branch: perlio
25069           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25070           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
25071           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25072 ____________________________________________________________________________
25073 [  8678] By: gsar                                  on 2001/02/02  16:02:12
25074         Log: note about bincompat, slightly modified (from Lupe Christoph)
25075      Branch: maint-5.6/perl
25076            ! README.solaris
25077 ____________________________________________________________________________
25078 [  8677] By: jhi                                   on 2001/02/02  15:46:20
25079         Log: Supported platforms updates.
25080      Branch: maint-5.6/perl
25081            ! pod/perlport.pod
25082 ____________________________________________________________________________
25083 [  8676] By: jhi                                   on 2001/02/02  03:41:26
25084         Log: A couple more perlfaq2 tweaks.
25085      Branch: maint-5.6/perl
25086            ! pod/perlfaq2.pod
25087 ____________________________________________________________________________
25088 [  8675] By: jhi                                   on 2001/02/02  03:17:44
25089         Log: Misedit in #8661.
25090      Branch: maint-5.6/perl
25091            ! Configure
25092 ____________________________________________________________________________
25093 [  8674] By: jhi                                   on 2001/02/02  03:14:38
25094         Log: Damien again.
25095      Branch: maint-5.6/perl
25096            ! pod/perlfaq2.pod
25097 ____________________________________________________________________________
25098 [  8673] By: jhi                                   on 2001/02/02  03:12:40
25099         Log: perlfaq update from Elaine Ashton.
25100      Branch: maint-5.6/perl
25101            ! pod/perlfaq2.pod
25102 ____________________________________________________________________________
25103 [  8672] By: jhi                                   on 2001/02/02  03:07:08
25104         Log: UTF-8 s/// patch from Inaba Hiroto.
25105      Branch: maint-5.6/perl
25106            ! pp_ctl.c pp_hot.c
25107 ____________________________________________________________________________
25108 [  8671] By: jhi                                   on 2001/02/01  22:34:31
25109         Log: Update Changes.
25110      Branch: perl
25111            ! Changes patchlevel.h
25112 ____________________________________________________________________________
25113 [  8670] By: jhi                                   on 2001/02/01  22:15:29
25114         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
25115              from maintperl.
25116              
25117              Upgrade to Getopt::Long 2.25, from Johan Vromans.
25118              
25119              more files need to be writable in the source distribution
25120              
25121              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25122              
25123              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25124              
25125              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25126              
25127              Allow the float to be fuzzier.
25128              
25129              need to use INT2PTR instead of a straight cast or ia64 fails
25130              
25131              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
25132              
25133              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25134      Branch: perl
25135           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
25136           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
25137           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
25138 ____________________________________________________________________________
25139 [  8669] By: jhi                                   on 2001/02/01  21:57:02
25140         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25141              From: Robin Barker <rmb1@cise.npl.co.uk>
25142              Date: Thu, 1 Feb 2001 16:59:05 GMT
25143              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
25144      Branch: maint-5.6/perl
25145            ! pod/perlmodlib.PL
25146 ____________________________________________________________________________
25147 [  8668] By: nick                                  on 2001/02/01  19:41:40
25148         Log: Integrate mainline
25149      Branch: perlio
25150           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
25151           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
25152           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
25153 ____________________________________________________________________________
25154 [  8667] By: gsar                                  on 2001/02/01  16:59:11
25155         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
25156      Branch: maint-5.6/perl
25157            ! embed.pl embedvar.h
25158 ____________________________________________________________________________
25159 [  8666] By: gsar                                  on 2001/02/01  16:34:51
25160         Log: add missing entries to win32/config.?c
25161      Branch: maint-5.6/perl
25162            ! win32/config.bc win32/config.gc win32/config.vc
25163            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25164 ____________________________________________________________________________
25165 [  8665] By: jhi                                   on 2001/02/01  14:58:51
25166         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
25167              From: "Stephen P. Potter" <spp@spotter.yi.org>
25168              Date: Thu, 01 Feb 2001 10:45:46 -0500
25169              Message-Id: <200102011545.KAA31479@spotter.yi.org>
25170      Branch: maint-5.6/perl
25171            ! pod/perlfunc.pod
25172 ____________________________________________________________________________
25173 [  8664] By: gsar                                  on 2001/02/01  14:52:37
25174         Log: need to use INT2PTR instead of a straight cast or ia64 fails
25175              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
25176      Branch: maint-5.6/perl
25177            ! ext/POSIX/POSIX.xs
25178 ____________________________________________________________________________
25179 [  8663] By: jhi                                   on 2001/02/01  14:09:13
25180         Log: Allow the float to be fuzzier.
25181      Branch: maint-5.6/perl
25182            ! t/lib/peek.t
25183 ____________________________________________________________________________
25184 [  8662] By: jhi                                   on 2001/02/01  13:59:00
25185         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
25186              From: Robin Barker <rmb1@cise.npl.co.uk>
25187              Date: Thu, 1 Feb 2001 13:05:39 GMT
25188              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
25189      Branch: maint-5.6/perl
25190            ! pod/perlmodlib.pod
25191 ____________________________________________________________________________
25192 [  8661] By: jhi                                   on 2001/02/01  13:57:38
25193         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
25194              Date: Thu, 01 Feb 2001 14:15:41 +0100
25195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25196              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
25197              
25198              Have the $ccflags in the gcc version test (strange, this change
25199              is claimed to be have been integrated already)
25200      Branch: maint-5.6/perl
25201            ! Configure
25202 ____________________________________________________________________________
25203 [  8660] By: jhi                                   on 2001/02/01  13:44:10
25204         Log: Integrate changes #7950,7964,7962 from mainline.
25205              
25206              Find the stdchar signedness using cpp, should fix some of
25207              the Solaris compiler warnings reported by Alan Burlison.
25208      Branch: maint-5.6/perl
25209           !> Configure config_h.SH
25210 ____________________________________________________________________________
25211 [  8659] By: jhi                                   on 2001/02/01  05:35:32
25212         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
25213              From: Jan Dubois <JanD@ActiveState.com>
25214              Date: Wed, 31 Jan 2001 21:17:03 -0800
25215              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
25216      Branch: maint-5.6/perl
25217            ! utils/perldoc.PL
25218 ____________________________________________________________________________
25219 [  8658] By: jhi                                   on 2001/02/01  04:33:17
25220         Log: Integrate the README.os390 and README.posix-bc parts of mainline
25221              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
25222              installperl parts were taken care of by #8657.)
25223      Branch: maint-5.6/perl
25224           !> README.os390 README.posix-bc
25225 ____________________________________________________________________________
25226 [  8657] By: jhi                                   on 2001/02/01  04:29:21
25227         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
25228              From: Peter Prymmer <pvhp@forte.com>
25229              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
25230              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
25231      Branch: maint-5.6/perl
25232            + ext/DynaLoader/dl_dllload.xs
25233            ! MANIFEST Makefile.SH hints/os390.sh installperl
25234 ____________________________________________________________________________
25235 [  8656] By: jhi                                   on 2001/02/01  04:25:45
25236         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
25237              From: Peter Prymmer <pvhp@forte.com>
25238              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
25239              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
25240      Branch: maint-5.6/perl
25241            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
25242 ____________________________________________________________________________
25243 [  8655] By: jhi                                   on 2001/02/01  04:14:47
25244         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
25245              From: troc@netrus.net
25246              Date: Wed, 31 Jan 2001 22:31:26 -0500
25247              Message-Id: <200102010331.WAA117.85@rocco.homenet>
25248      Branch: maint-5.6/perl
25249            ! os2/os2.c
25250 ____________________________________________________________________________
25251 [  8654] By: jhi                                   on 2001/02/01  04:12:52
25252         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
25253              as reported by Alan Burlison.
25254      Branch: maint-5.6/perl
25255            ! pp.h
25256 ____________________________________________________________________________
25257 [  8653] By: jhi                                   on 2001/02/01  04:05:12
25258         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
25259              From: dsugalski@northernlight.com
25260              Date: Wed, 31 Jan 2001 18:54:11 -0500
25261              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
25262      Branch: maint-5.6/perl
25263            ! configure.com
25264 ____________________________________________________________________________
25265 [  8652] By: jhi                                   on 2001/02/01  04:03:11
25266         Log: Misplaced #endif.
25267              
25268              Subject: [perl-5-6-1-trial2] patches for EPOC
25269              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25270              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25271              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25272      Branch: maint-5.6/perl
25273            ! epoc/epocish.c
25274 ____________________________________________________________________________
25275 [  8651] By: jhi                                   on 2001/02/01  04:00:25
25276         Log: Integrate changes #8647,8648,8650 from mainline.
25277              
25278              Macrofy a magic UTF-8 test.
25279              
25280              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
25281              
25282              Watch out for cross compiling for EPOC (usually done on linux).
25283      Branch: maint-5.6/perl
25284           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
25285 ____________________________________________________________________________
25286 [  8650] By: jhi                                   on 2001/02/01  03:56:20
25287         Log: Watch out for cross compiling for EPOC (usually done on linux)
25288              
25289              Subject: [perl-5-6-1-trial2] patches for EPOC
25290              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25291              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25292              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25293      Branch: perl
25294            ! ext/Errno/Errno_pm.PL
25295 ____________________________________________________________________________
25296 [  8649] By: gsar                                  on 2001/02/01  00:46:00
25297         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
25298      Branch: maint-5.6/perl
25299            ! sv.c
25300 ____________________________________________________________________________
25301 [  8648] By: jhi                                   on 2001/01/31  23:35:36
25302         Log: All the uses of PL_numeric_radix must be protected by
25303              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
25304              
25305              Subject: [perl-5-6-1-trial2] patches for EPOC
25306              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25307              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
25308              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
25309      Branch: perl
25310            ! sv.c
25311 ____________________________________________________________________________
25312 [  8647] By: jhi                                   on 2001/01/31  22:56:16
25313         Log: Macrofy a magic UTF-8 test.
25314      Branch: perl
25315            ! utf8.c utf8.h
25316 ____________________________________________________________________________
25317 [  8646] By: gsar                                  on 2001/01/31  15:55:12
25318         Log: update Changes
25319      Branch: maint-5.6/perl
25320            ! Changes
25321 ____________________________________________________________________________
25322 [  8645] By: gsar                                  on 2001/01/31  15:10:14
25323         Log: Configure tweak suggested by Peter Prymmer
25324      Branch: maint-5.6/perl
25325            ! Configure
25326 ____________________________________________________________________________
25327 [  8644] By: gsar                                  on 2001/01/31  15:06:32
25328         Log: more files need to be writable in the source distribution
25329      Branch: maint-5.6/perl
25330            ! Porting/makerel
25331 ____________________________________________________________________________
25332 [  8643] By: jhi                                   on 2001/01/31  14:59:46
25333         Log: Integrate changes #8258,8278,8279 from mainline.
25334              
25335              Make the large file tests more robust/talkative.
25336      Branch: maint-5.6/perl
25337           !> t/lib/syslfs.t t/op/lfs.t
25338 ____________________________________________________________________________
25339 [  8642] By: gsar                                  on 2001/01/31  14:53:48
25340         Log: integrate changes#8311,8334 from mainline
25341              
25342              Add a new MakeMaker variable PM_FILTER that defines a Unix
25343              filter to be run on each .pm during the pm_to_blib() phase,
25344              a fixed version of
25345              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
25346              
25347              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
25348              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
25349              accurate reading of the "atime".  
25350      Branch: maint-5.6/perl
25351           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
25352           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
25353           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
25354 ____________________________________________________________________________
25355 [  8641] By: jhi                                   on 2001/01/31  14:46:37
25356         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
25357      Branch: maint-5.6/perl
25358            ! lib/Getopt/Long.pm
25359 ____________________________________________________________________________
25360 [  8640] By: gsar                                  on 2001/01/31  14:40:24
25361         Log: make regen_all
25362      Branch: maint-5.6/perl
25363            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
25364 ____________________________________________________________________________
25365 [  8639] By: gsar                                  on 2001/01/31  14:37:25
25366         Log: refresh windows config files
25367      Branch: maint-5.6/perl
25368            ! win32/Makefile win32/config_H.bc win32/config_H.gc
25369            ! win32/config_H.vc win32/makefile.mk
25370 ____________________________________________________________________________
25371 [  8638] By: gsar                                  on 2001/01/31  14:28:10
25372         Log: makefile tweaks for windows: introduce a bulk-switch to enable
25373              same options as ActivePerl; sync changes with makefile.mk
25374      Branch: maint-5.6/perl
25375            ! win32/Makefile win32/makefile.mk
25376 ____________________________________________________________________________
25377 [  8637] By: jhi                                   on 2001/01/31  04:41:30
25378         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
25379              From: Nicholas Clark <nick@ccl4.org>
25380              Date: Tue, 30 Jan 2001 19:51:05 +0000
25381              Message-ID: <20010130195105.R76607@plum.flirble.org> 
25382              
25383              op/inc cure.
25384      Branch: perl
25385            ! pp.c pp.h pp_hot.c t/op/arith.t
25386 ____________________________________________________________________________
25387 [  8636] By: jhi                                   on 2001/01/31  02:38:32
25388         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
25389              no perlio],8257,8380,8479,8515 from mainline.
25390              
25391              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
25392              
25393              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
25394              Subject: [PATCH perl@8133] fix-up for VMS extensions
25395              
25396              In VMS embedded perls couldn't access the statically built Socket.
25397              
25398              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
25399              
25400              Further VMS piping fixes from Charles Lane.
25401              
25402              Subject:  [PATCH] make t/op/misc.t work on VMS
25403              
25404              Add tracing for debugging extensions builds in VMS.
25405              
25406              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25407      Branch: maint-5.6/perl
25408           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
25409           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
25410           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
25411 ____________________________________________________________________________
25412 [  8635] By: jhi                                   on 2001/01/31  01:46:41
25413         Log: Integrate change #7732 from mainline.
25414              
25415              Sparc 64-bit pack() fix from Jens Hamisch.
25416      Branch: maint-5.6/perl
25417           !> pp.c
25418 ____________________________________________________________________________
25419 [  8634] By: jhi                                   on 2001/01/31  01:41:16
25420         Log: One spot missing from #8626.
25421      Branch: maint-5.6/perl
25422            ! sv.c
25423 ____________________________________________________________________________
25424 [  8633] By: jhi                                   on 2001/01/31  00:49:17
25425         Log: Integrate change #7495 from mainline.
25426              
25427              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
25428      Branch: maint-5.6/perl
25429           !> MANIFEST ext/re/Makefile.PL
25430 ____________________________________________________________________________
25431 [  8632] By: jhi                                   on 2001/01/30  23:38:49
25432         Log: Integrate change #8396 from mainline.
25433              
25434              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
25435              better multicast support (resend)
25436      Branch: maint-5.6/perl
25437           !> ext/Socket/Socket.pm
25438 ____________________________________________________________________________
25439 [  8631] By: jhi                                   on 2001/01/30  23:28:03
25440         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
25441              
25442              More AIX lore. (7514, ext/re/hints/aix.pl)
25443              
25444              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
25445              
25446              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)
25447              
25448              Subject: [ID 20001214.002] Net::Ping patch
25449              
25450              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
25451              
25452              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
25453              
25454              Add ReuseAddr as a (preferred) alias for Reuse as we now
25455              also have ReusePort.
25456              
25457              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25458      Branch: maint-5.6/perl
25459           +> ext/re/hints/aix.pl
25460           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25461           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
25462 ____________________________________________________________________________
25463 [  8630] By: jhi                                   on 2001/01/30  23:03:59
25464         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
25465              
25466              read() documentation tweak for 20001121.004.
25467              
25468              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
25469      Branch: maint-5.6/perl
25470           !> pod/perlfunc.pod pod/perlre.pod
25471 ____________________________________________________________________________
25472 [  8629] By: jhi                                   on 2001/01/30  22:41:57
25473         Log: Integrate change #8098 from mainline.
25474              
25475              fastgetcwd is defined using a glob alias on a $^O dependent basis
25476              and there was no default assignment or perl subroutine.
25477      Branch: maint-5.6/perl
25478           !> lib/Cwd.pm
25479 ____________________________________________________________________________
25480 [  8628] By: jhi                                   on 2001/01/30  21:58:52
25481         Log: Integrate change #7866 from mainline.
25482              
25483              File::Temp 0.11.
25484      Branch: maint-5.6/perl
25485           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
25486 ____________________________________________________________________________
25487 [  8627] By: jhi                                   on 2001/01/30  21:39:44
25488         Log: Integrate changes #8075,8086,8228 from mainline.  
25489              
25490              Darwin is not Windows. (8075,8086)
25491              
25492              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
25493      Branch: maint-5.6/perl
25494           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
25495           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
25496           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
25497           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
25498 ____________________________________________________________________________
25499 [  8626] By: jhi                                   on 2001/01/30  21:22:11
25500         Log: Integrate with tweakery the change #8625 from mainline,
25501              the multibyte decimal separator fix ("fa_IR locale failure").
25502      Branch: maint-5.6/perl
25503            ! embedvar.h perlapi.h
25504           !> intrpvar.h perl.c perl.h sv.c util.c
25505 ____________________________________________________________________________
25506 [  8625] By: jhi                                   on 2001/01/30  20:26:33
25507         Log: Fix for the fa_IR locale failure.  The reason for the failure
25508              was that Perl was assuming the decimal separator aka the radix
25509              separator is one character.  The Farsi-Iranian locale crushed
25510              that bad assumption since there the separator is 'Momayyez',
25511              glyphwise looking somewhat like a slash, and in Unicode UTF-8
25512              encoded in two bytes, 0xd9 0xab.
25513      Branch: perl
25514            ! intrpvar.h perl.c perl.h sv.c util.c
25515 ____________________________________________________________________________
25516 [  8624] By: gsar                                  on 2001/01/30  20:17:03
25517         Log: regen_headers
25518      Branch: maint-5.6/perl
25519            ! Makefile.SH pod/perlintern.pod
25520 ____________________________________________________________________________
25521 [  8623] By: gsar                                  on 2001/01/30  19:42:34
25522         Log: backout change#7431 and its dependents (causes spurious rebuilds
25523              of autogenerated files)
25524              
25525              fix benign b.t failure
25526      Branch: maint-5.6/perl
25527            ! Makefile.SH t/lib/b.t
25528 ____________________________________________________________________________
25529 [  8622] By: jhi                                   on 2001/01/30  19:41:41
25530         Log: Microperl sync.
25531      Branch: perl
25532            ! mg.c perl.h
25533 ____________________________________________________________________________
25534 [  8621] By: gsar                                  on 2001/01/30  19:24:47
25535         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
25536              from mainline
25537              
25538              Subject: podlators 1.06 released
25539              
25540              Subject: [PATCH @8436] Eliminate op_children
25541              
25542              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25543              
25544              (Replaced by #8448)  More op_children traces (cleanup of #8442).
25545              
25546              Subject: [PATCH #3 @8436] Re: Eliminate op_children
25547              Replace #8444 and #8445.
25548              
25549              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25550              at the setting of the ofs_sv in new_struct_thread() as the
25551              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
25552              uninitialized fields are, uh, initialized with),
25553              SvREFCNT_inc()ing that invited a core dump.
25554              
25555              podlators 1.07, from Russ Allbery.
25556              
25557              Subject: [PATCH] regcomp.c old feature removal
25558              From: mjd@plover.com
25559              Date: 16 Jan 2001 14:43:18 -0000 
25560              Message-ID: <20010116144318.7140.qmail@plover.com> 
25561      Branch: maint-5.6/perl
25562           +> lib/Pod/Text/Overstrike.pm
25563           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
25564           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
25565           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
25566           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
25567           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
25568           !> util.c
25569 ____________________________________________________________________________
25570 [  8620] By: gsar                                  on 2001/01/30  18:48:32
25571         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
25572              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
25573              now fails one test)
25574              
25575              Subject: [PATCH] lvalue AUTOLOAD. No, really.
25576              
25577              Subject: [PATCH] Interesting syntax idea
25578              Make opens + bareword assigns do typeglob assigns.
25579              
25580              Tests for #8254.
25581              
25582              Subject: [PATCH @8269] Continue blocks and B::Deparse
25583              Make the peephole optimizer to bypass more null ops and
25584              and rewrite the deparse handling of continue blocks.
25585              
25586              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
25587              Doc tweak on #8313.
25588              
25589              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
25590              
25591              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
25592              
25593              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
25594              
25595              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
25596              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
25597              according to the platform.
25598              
25599              Subject: [PATCH @8404] Consolidated lvalue sub changes
25600              
25601              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
25602              
25603              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
25604              
25605              Subject: B::Concise -- an improved replacement for B::Terse 
25606              
25607              The B::Terse drop-in replacement wasn't quite drop-in.
25608              
25609              The LVRET macro needed an aTHX.
25610              
25611              Use the /^Perl_/-less form of is_lvalue_sub().
25612              
25613              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
25614      Branch: maint-5.6/perl
25615           +> ext/B/B/Concise.pm
25616           !> (integrate 27 files)
25617 ____________________________________________________________________________
25618 [  8619] By: nick                                  on 2001/01/30  18:40:28
25619         Log: Integrate mainline
25620      Branch: perlio
25621           !> (integrate 40 files)
25622 ____________________________________________________________________________
25623 [  8618] By: jhi                                   on 2001/01/30  18:37:18
25624         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
25625              Date: Mon, 29 Jan 2001 22:51:29 -0600
25626              From: "Craig A. Berry" <craigberry@mac.com>
25627              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
25628      Branch: perl
25629            ! vms/test.com
25630 ____________________________________________________________________________
25631 [  8617] By: jhi                                   on 2001/01/30  18:34:53
25632         Log: Subject: [PATCH] Add missing CV flags to dump.c
25633              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25634              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
25635              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
25636      Branch: perl
25637            ! dump.c
25638 ____________________________________________________________________________
25639 [  8616] By: jhi                                   on 2001/01/30  18:20:58
25640         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
25641              part isn't applicable to maintperl.
25642              
25643              UTF-8 nit from Inaba Hiroto.
25644      Branch: maint-5.6/perl
25645           !> pod/perlapi.pod utf8.c
25646 ____________________________________________________________________________
25647 [  8615] By: jhi                                   on 2001/01/30  18:18:51
25648         Log: UTF-8 nit from Inaba Hiroto.
25649      Branch: perl
25650            ! pod/perlapi.pod t/op/each.t utf8.c
25651 ____________________________________________________________________________
25652 [  8614] By: jhi                                   on 2001/01/30  18:13:38
25653         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
25654              
25655              perl's internal variables are not for public consumption,
25656              move their docs from perlapi.pod to perlintern.pod
25657              
25658              support for -Dusethreads build under HP-UX 10.20 and DCE threads
25659              library (11.0 and later have pthreads but 10.x don't)
25660              
25661              avoid uninitialized value warnings
25662              
25663              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25664              gets weird results)
25665              
25666              perldoc nit on windows
25667              
25668              make it possible to run the tests outside the source tree
25669              (there's still a dependency on ../lib being the library
25670              location)
25671      Branch: perl
25672           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
25673           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
25674           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
25675           !> win32/bin/search.pl win32/vdir.h
25676 ____________________________________________________________________________
25677 [  8613] By: gsar                                  on 2001/01/30  16:39:59
25678         Log: make it possible to run the tests outside the source tree
25679              (there's still a dependency on ../lib being the library
25680              location)
25681      Branch: maint-5.6/perl
25682            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
25683 ____________________________________________________________________________
25684 [  8612] By: gsar                                  on 2001/01/30  16:31:12
25685         Log: perldoc nit on windows
25686      Branch: maint-5.6/perl
25687            ! utils/perldoc.PL
25688 ____________________________________________________________________________
25689 [  8611] By: gsar                                  on 2001/01/30  16:22:54
25690         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
25691              gets weird results)
25692      Branch: maint-5.6/perl
25693            ! win32/vdir.h
25694 ____________________________________________________________________________
25695 [  8610] By: gsar                                  on 2001/01/30  16:12:45
25696         Log: avoid uninitialized value warnings
25697      Branch: maint-5.6/perl
25698            ! win32/bin/search.pl
25699 ____________________________________________________________________________
25700 [  8609] By: gsar                                  on 2001/01/30  16:08:01
25701         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
25702              library (11.0 and later have pthreads but 10.x don't)
25703      Branch: maint-5.6/perl
25704            ! hints/hpux.sh thread.h
25705 ____________________________________________________________________________
25706 [  8608] By: gsar                                  on 2001/01/30  15:48:55
25707         Log: perl's internal variables are not for public consumption,
25708              move their docs from perlapi.pod to perlintern.pod
25709      Branch: maint-5.6/perl
25710            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
25711            ! thrdvar.h
25712 ____________________________________________________________________________
25713 [  8607] By: gsar                                  on 2001/01/30  15:44:27
25714         Log: mistakenly branched perl56delta.pod, revert
25715      Branch: maint-5.6/perl
25716            - pod/perl56delta.pod
25717           !> pod/perldelta.pod
25718 ____________________________________________________________________________
25719 [  8606] By: gsar                                  on 2001/01/30  14:20:24
25720         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
25721              dTHR which has been a noop for a while now, except for the
25722              compatibility definition in thread.h)
25723      Branch: maint-5.6/perl
25724           !> (integrate 45 files)
25725 ____________________________________________________________________________
25726 [  8605] By: jhi                                   on 2001/01/30  05:43:58
25727         Log: Mark the UTF-8 APIs as experimental.
25728      Branch: maint-5.6/perl
25729            ! embed.pl pod/perlapi.pod
25730 ____________________________________________________________________________
25731 [  8604] By: jhi                                   on 2001/01/30  05:38:40
25732         Log: Nits from earlier integrates.
25733      Branch: maint-5.6/perl
25734            ! lib/Carp/Heavy.pm
25735           !> sv.c
25736 ____________________________________________________________________________
25737 [  8603] By: jhi                                   on 2001/01/30  05:27:26
25738         Log: Regenerate Porting files.
25739      Branch: maint-5.6/perl
25740            ! Porting/Glossary Porting/config.sh Porting/config_H
25741 ____________________________________________________________________________
25742 [  8602] By: jhi                                   on 2001/01/30  05:14:59
25743         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
25744              8310,8339,8447,8492,8493,8505,8525: documentation changes.
25745              
25746              Subject: Re: perlfaq style changes
25747              
25748              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
25749              
25750              Subject: [PATCH] docs on NaN
25751              
25752              Subject: [patch] perlfaq7
25753              
25754              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
25755              
25756              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
25757              
25758              Subject: [PATCH] open() example in perlfunc.pod
25759              
25760              Podify README.mpeix (a new version from the web)
25761              
25762              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
25763              
25764              Subject: [PATCH] format and rewording in perlfaq.pod
25765              
25766              Subject: [PATCH] API Variable documentation   
25767              
25768              Memory management calls documentation.
25769              
25770              Subject: [PATCH: perl@8482] README.vms URL updates
25771              
25772              Subject: Minor typos in perlfaq2.pod
25773              
25774              Subject: [PATCH] pod/perlvar.pod
25775      Branch: maint-5.6/perl
25776           +> pod/perl56delta.pod
25777            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
25778           !> README.amiga README.epoc README.mpeix README.vms
25779           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
25780           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
25781           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
25782           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
25783           !> pod/perlvar.pod thrdvar.h
25784 ____________________________________________________________________________
25785 [  8601] By: jhi                                   on 2001/01/30  04:38:35
25786         Log: Integrate changes #8036,8096,8253 from mainline:
25787              hints changes.
25788              
25789              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
25790              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
25791              
25792              Output the (apparent) version of gcc in Tru64.
25793      Branch: maint-5.6/perl
25794           +> ext/POSIX/hints/svr4.pl
25795           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
25796           !> hints/svr4.sh t/lib/bigfltpm.t
25797 ____________________________________________________________________________
25798 [  8600] By: jhi                                   on 2001/01/30  04:04:01
25799         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
25800              locale fixes.
25801              
25802              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
25803              
25804              Debian allows /usr/bin/locale to exist without any locales. (7868)
25805              
25806              Allow the locale test needing POSIX and the taint test
25807              needing IPC::SysV to run under 'minitest' (basically,
25808              bail out if loading the extension fails). (8384)
25809              
25810              Cleanup the locale.t output  (8480)
25811      Branch: maint-5.6/perl
25812           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
25813           !> t/pragma/locale.t
25814 ____________________________________________________________________________
25815 [  8599] By: jhi                                   on 2001/01/30  03:51:04
25816         Log: Missing generated files from #8598.
25817      Branch: maint-5.6/perl
25818            ! embed.h global.sym objXSUB.h perlapi.c proto.h
25819 ____________________________________________________________________________
25820 [  8598] By: jhi                                   on 2001/01/30  03:41:54
25821         Log: Integrate change #8555 from mainline, manually integrate parts
25822              of changes 8452 and 8583.
25823              
25824              Subject: [PATCH] utf8.c documentation (8452)
25825              
25826              No point in checking the length if the pointer is bogus. (8555)
25827              
25828              Introduce bytes_from_utf8() and implement sv_eq() using it,
25829              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
25830              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
25831              was malformed. (8583)
25832      Branch: maint-5.6/perl
25833            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
25834           !> pod/perlapi.pod sv.c utf8.c
25835 ____________________________________________________________________________
25836 [  8597] By: gsar                                  on 2001/01/30  02:37:26
25837         Log: get PERL_OBJECT build going again on windows
25838      Branch: maint-5.6/perl
25839            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25840            ! pod/perlapi.pod proto.h sv.c
25841 ____________________________________________________________________________
25842 [  8596] By: jhi                                   on 2001/01/30  02:16:17
25843         Log: Signedness nit.
25844      Branch: perl
25845            ! sv.c
25846 ____________________________________________________________________________
25847 [  8595] By: jhi                                   on 2001/01/30  02:11:07
25848         Log: EBCDIC patch for Storable, from Peter Prymmer.
25849      Branch: perl
25850            ! t/lib/st-06compat.t
25851 ____________________________________________________________________________
25852 [  8594] By: jhi                                   on 2001/01/30  01:04:48
25853         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
25854              From: Peter Prymmer <pvhp@forte.com>
25855              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
25856              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
25857      Branch: perl
25858            ! t/lib/b.t
25859 ____________________________________________________________________________
25860 [  8593] By: jhi                                   on 2001/01/30  00:56:47
25861         Log: Subject: [PATCH: perl@8585] pod problems in io
25862              From: Peter Prymmer <pvhp@forte.com>
25863              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
25864              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
25865      Branch: perl
25866            ! pod/perlapio.pod pod/perliol.pod
25867 ____________________________________________________________________________
25868 [  8592] By: jhi                                   on 2001/01/30  00:48:20
25869         Log: Integrate perlio.
25870      Branch: perl
25871           !> pod/perlapio.pod pod/perliol.pod
25872 ____________________________________________________________________________
25873 [  8591] By: nick                                  on 2001/01/29  22:02:28
25874         Log: GNU 'merge' Simon's copy of perliol.pod with version
25875              patched by Craig's patch.
25876      Branch: perlio
25877            ! pod/perliol.pod
25878 ____________________________________________________________________________
25879 [  8590] By: nick                                  on 2001/01/29  21:55:10
25880         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
25881      Branch: perlio
25882            ! pod/perlapio.pod pod/perliol.pod
25883 ____________________________________________________________________________
25884 [  8589] By: jhi                                   on 2001/01/29  15:35:33
25885         Log: Integrate change #8586 from maint-5.6/perl.
25886              
25887              make the BOM detection code not call tell() until it has to
25888              (meant to fix esoteric compatibility issues where PL_rsfp
25889              is overridden)
25890      Branch: perl
25891           !> toke.c
25892 ____________________________________________________________________________
25893 [  8588] By: jhi                                   on 2001/01/29  15:29:11
25894         Log: Subject: MAking Solaris malloc() the default
25895              From: Lupe Christoph <lupe@lupe-christoph.de>
25896              Date: Mon, 29 Jan 2001 12:59:36 +0100
25897              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
25898              
25899              The README.solaris part slightly tweaked.
25900      Branch: perl
25901            ! README.solaris hints/solaris_2.sh
25902 ____________________________________________________________________________
25903 [  8587] By: jhi                                   on 2001/01/29  15:17:34
25904         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
25905              From: root@ak-75.mind.de
25906              Date: Sun, 28 Jan 2001 20:32:29 +0100
25907              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
25908      Branch: perl
25909            ! pod/perlre.pod
25910 ____________________________________________________________________________
25911 [  8586] By: gsar                                  on 2001/01/29  13:43:44
25912         Log: make the BOM detection code not call tell() until it has to
25913              (meant to fix esoteric compatibility issues where PL_rsfp
25914              is overridden)
25915      Branch: maint-5.6/perl
25916            ! toke.c
25917 ____________________________________________________________________________
25918 [  8585] By: jhi                                   on 2001/01/28  20:05:45
25919         Log: Update Changes.
25920      Branch: perl
25921            ! Changes patchlevel.h
25922 ____________________________________________________________________________
25923 [  8584] By: jhi                                   on 2001/01/28  19:30:02
25924         Log: Integrate perlio.
25925      Branch: perl
25926           +> pod/perliol.pod
25927           !> MANIFEST pod/perlapio.pod
25928 ____________________________________________________________________________
25929 [  8583] By: jhi                                   on 2001/01/28  19:28:40
25930         Log: Patch from Inaba Hiroto:
25931              - canonical UTF-8 hash keys: if a key string for a hash is
25932              UTF8-on, try downgrade the string and use it if
25933              unicode::distinct is not in effect.
25934              For the task, I added a function bytes_from_utf8() to utf8.c.
25935              It might resemble utf8_to_bytes() but it is not convenient
25936              to the task.
25937              Made a test for it and added to t/op/each.t
25938              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
25939              the mortal copy of the argument SV.
25940              And changed t/io/utf8.t test 18 which expects print() to
25941              upgrade its argument.
25942              - re-implement sv_eq with bytes_from_utf8()
25943              - some bug fixes
25944              - tr/// does not handle UTF8 range (\x{}-\x{})
25945              - \ before raw UTF8 character produced
25946              "Malformed UTF-8 character" warning.
25947              - "\x{100}\N{CENT SIGN}" is Malformed.
25948              Added tests for these 3.
25949              - and one silly bug (by me) with qu operator.
25950      Branch: perl
25951            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
25952            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
25953            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
25954 ____________________________________________________________________________
25955 [  8582] By: nick                                  on 2001/01/28  19:25:04
25956         Log: Add pod/perliol.pod to MANIFEST :-(
25957      Branch: perlio
25958            ! MANIFEST
25959 ____________________________________________________________________________
25960 [  8581] By: nick                                  on 2001/01/28  19:22:40
25961         Log: PerlIO documentation. Proofing and sub-editing requested.
25962      Branch: perlio
25963            + pod/perliol.pod
25964            ! pod/perlapio.pod
25965 ____________________________________________________________________________
25966 [  8580] By: jhi                                   on 2001/01/28  05:16:25
25967         Log: Revert the change to sv_2pv() done by #8054: Someone who
25968              did SvNV_set() on a scalar that also happened to be POK,
25969              followed by sv_2pv() won't get the right coercion anymore.
25970              [Sarathy]
25971      Branch: maint-5.6/perl
25972            ! sv.c
25973 ____________________________________________________________________________
25974 [  8579] By: jhi                                   on 2001/01/28  05:15:04
25975         Log: Remove the #8084 effect: do not allow -Q to be interpreted
25976              as -&Q(), this is too much wiggle room.
25977      Branch: maint-5.6/perl
25978            ! toke.c
25979 ____________________________________________________________________________
25980 [  8578] By: jhi                                   on 2001/01/28  05:12:45
25981         Log: Needed bits of #8439 (should have been in #8576),
25982              mainly for lval substr().
25983      Branch: maint-5.6/perl
25984            ! mg.c pp.c pp_hot.c
25985 ____________________________________________________________________________
25986 [  8577] By: jhi                                   on 2001/01/28  05:02:46
25987         Log: A missing check-in.
25988      Branch: maint-5.6/perl
25989            ! utf8.c
25990 ____________________________________________________________________________
25991 [  8576] By: jhi                                   on 2001/01/28  04:26:18
25992         Log: Integrate changes #8425,8436,8439,8517 from mainline.
25993              The 8439 was not truly integrated because it had too many
25994              dependencies on the development branch and because it introduced
25995              concepts too bold for a maintenance branch (such as the qu operator).
25996              
25997              Subject: [PATCH perl@8342] -Wformat
25998              
25999              Tighten some of the UTF-8 tests a bit.
26000              
26001              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
26002              - The substr lval was still not okay.
26003              - Now pp_stringify and sv_setsv copies source's UTF8 flag
26004              even if IN_BYTE.  pp_stringify is called from fold_constants
26005              at optimization phase and "\x{100}" was made SvUTF8_off under
26006              use bytes (the bytes pragma is for "byte semantics" and not
26007              for "do not produce UTF8 data")
26008      Branch: maint-5.6/perl
26009            ! t/lib/charnames.t t/op/substr.t toke.c
26010           !> sv.c t/pragma/utf8.t
26011 ____________________________________________________________________________
26012 [  8575] By: jhi                                   on 2001/01/28  04:01:51
26013         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
26014              
26015              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
26016              
26017              Subject: [ID 20001230.003] UTF-8 tr still hurts
26018              
26019              Test cases for #8385 (from Simon's "torture.pl")
26020              
26021              Start fixing UTF-8 lval substr() (8405)
26022      Branch: maint-5.6/perl
26023           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
26024           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
26025 ____________________________________________________________________________
26026 [  8574] By: jhi                                   on 2001/01/28  03:09:06
26027         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
26028              from mainline.
26029              
26030              UTF-8 cleanup.
26031              
26032              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
26033              
26034              "\x{FF}\xFF" was broken.
26035              
26036              Tests for #8329 and #8330.
26037              
26038              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26039              
26040              IRIX compiler noticed that the bof initialization might be
26041              bypassed by control flow.
26042              
26043              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26044      Branch: maint-5.6/perl
26045           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26046           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
26047 ____________________________________________________________________________
26048 [  8573] By: jhi                                   on 2001/01/28  02:06:12
26049         Log: Retract #8552.
26050      Branch: perl
26051            ! lib/Text/Wrap.pm t/lib/textwrap.t
26052 ____________________________________________________________________________
26053 [  8572] By: jhi                                   on 2001/01/28  02:04:49
26054         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
26055              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
26056              not really integrated but instead salvaged by hand
26057              (they had too many dependencies on the development release
26058              to be cleanly integratable).
26059              
26060              Subject: more UTF8 test suites and an UTF8 patch
26061              
26062              Tweak for MULTIPLICITY/USE_PERLIO
26063              
26064              Signedness nit.
26065              
26066              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
26067              
26068              Use the UTF8_XXX macros in is_utf8_char().
26069              
26070              Rewrite pp_concat() in terms of sv_catsv().  The . operator
26071              should now be UTF-8-proof.
26072              
26073              Subject: [PATCH perl@8269] scanning two hex-constants
26074              fails on EBCDIC environment (script length.t)
26075              
26076              Add some Unicode chop() tests.
26077      Branch: maint-5.6/perl
26078            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
26079           !> sv.c t/op/chop.t utf8.h
26080 ____________________________________________________________________________
26081 [  8571] By: jhi                                   on 2001/01/28  00:35:59
26082         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
26083              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
26084              
26085              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
26086              
26087              The maxiters upper limit sanity check (guarding against
26088              non-progress) assumed bytes instead of characters in s///
26089              and split().
26090              
26091              Signedness nit.
26092              
26093              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
26094              join() should now be UTF-8-proof.
26095              
26096              More split // UTF-8 tests. (8250)
26097      Branch: maint-5.6/perl
26098           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
26099           !> util.c
26100 ____________________________________________________________________________
26101 [  8570] By: jhi                                   on 2001/01/27  22:15:46
26102         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
26103              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
26104              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
26105              8084,8204,8244,8333 from mainline.
26106              
26107              For -Q where Q might be a one-letter sub name one does no more
26108              get a warning about an unknown filetest (7941,7943,7944,8084).
26109              
26110              Subject: Re: [ID 20001130.011] expression parsing bug ?
26111              
26112              Make uv_to_utf8() to zero-terminate its output buffer.
26113              
26114              Split off t/op/length.t (7995)
26115              
26116              Split off t/op/utf8decode.t (7996)
26117              
26118              Remove an unnecessary 'use utf8' from the utf8.t (7998)
26119              
26120              Split off t/op/concat.t (8004)
26121              
26122              Split off t/op/ver.t (8005)
26123              
26124              Document utf8_length(), utf8_distance(), and utf8_hop().
26125              
26126              Document utf8_to_uv() better.
26127              
26128              Introduce macros for UTF8 decoding (8028,8033).
26129              
26130              Add test for reverse() (8030,8031).
26131              
26132              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
26133              
26134              Do not return the Unicode replacement character    on UTF-8
26135              decoding failure.
26136              
26137              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
26138              not this_utf8 i.e. the output string has one, but don't mess
26139              with source assumption. (8052,8053)
26140              
26141              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
26142              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
26143              was not expecting to be called with something that was already
26144              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
26145              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
26146              (8054)
26147              
26148              Recode the naughty binary bytes in utf8decode.t using the \xHH.
26149              
26150              Make some panic messages a bit more logical.
26151      Branch: maint-5.6/perl
26152           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
26153           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
26154           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
26155           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
26156           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
26157           !> utf8.c utf8.h
26158 ____________________________________________________________________________
26159 [  8569] By: jhi                                   on 2001/01/27  19:16:43
26160         Log: Integrate changes #7750 from perlio and #8566 from mainline.
26161      Branch: maint-5.6/perl
26162           !> regexec.c sv.c
26163 ____________________________________________________________________________
26164 [  8568] By: jhi                                   on 2001/01/27  18:06:51
26165         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
26166              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
26167              7935[-perlio.c],7936,7959,7965 from mainline.
26168              
26169              Change the "big byte" error message to "Wide character".
26170              (7355, the croak-if-wide-chars-in-print part ignored)
26171              
26172              Use UINT64_C().
26173              
26174              Introduce Perl_utf8_length().
26175              
26176              diff -se shows these as different (7753, forgotten check-ins)
26177              
26178              Subject: [PATCH] doop.c - UTF8 tr///
26179              
26180              If we use (aTHX_ ...) then put Perl_ on the front.
26181              
26182              Make utf8_length() and utf8_distance() to be less forgiving
26183              about bad UTF-8.
26184              
26185              Test line numbers are different with utf8.
26186              
26187              No need to scan till infinity, 13 is enough. (7872,7911)
26188              
26189              Subject: [PATCH] Tokeniser debugging
26190              
26191              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
26192              
26193              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
26194              
26195              Be more careful in Perl_sv_utf8_downgrade().
26196              
26197              Use DO_UTF8().
26198              
26199              Raw zero bytes in text files confuse at least GNU patch 2.1.
26200      Branch: maint-5.6/perl
26201           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
26202           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
26203           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
26204           !> t/pragma/utf8.t toke.c utf8.c utf8.h
26205 ____________________________________________________________________________
26206 [  8567] By: nick                                  on 2001/01/27  11:10:38
26207         Log: Integrate mainline
26208      Branch: perlio
26209           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
26210           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
26211           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
26212           !> toke.c
26213 ____________________________________________________________________________
26214 [  8566] By: jhi                                   on 2001/01/27  06:22:48
26215         Log: More documentation for the regexp context stack.
26216      Branch: perl
26217            ! regexec.c
26218 ____________________________________________________________________________
26219 [  8565] By: jhi                                   on 2001/01/27  05:21:57
26220         Log: Update Changes.
26221      Branch: perl
26222            ! Changes patchlevel.h
26223 ____________________________________________________________________________
26224 [  8564] By: jhi                                   on 2001/01/27  04:44:04
26225         Log: Threadedness patch for #8562 from Doug MacEachern.
26226      Branch: perl
26227            ! toke.c
26228 ____________________________________________________________________________
26229 [  8563] By: jhi                                   on 2001/01/27  04:26:24
26230         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
26231              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26232              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
26233              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
26234      Branch: perl
26235            ! op.c
26236 ____________________________________________________________________________
26237 [  8562] By: jhi                                   on 2001/01/27  04:20:30
26238         Log: Subject: Re: Announce : Tokener reporting patch
26239              From: Simon Cozens <simon@cozens.net>
26240              Date: Mon, 22 Jan 2001 02:17:22 +0000
26241              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
26242      Branch: perl
26243            ! embed.h embed.pl proto.h toke.c
26244 ____________________________________________________________________________
26245 [  8561] By: jhi                                   on 2001/01/27  04:17:24
26246         Log: Forgot from #8545.  Oops.
26247      Branch: perl
26248            ! pp.c t/pragma/overload.t
26249 ____________________________________________________________________________
26250 [  8560] By: jhi                                   on 2001/01/27  03:01:47
26251         Log: A better module compilation test, use MANIFEST as suggested
26252              by Spider.
26253      Branch: perl
26254            ! t/lib/1_compile.t
26255 ____________________________________________________________________________
26256 [  8559] By: jhi                                   on 2001/01/27  02:50:48
26257         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
26258              From: Peter Prymmer <pvhp@forte.com>
26259              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
26260              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
26261      Branch: perl
26262            ! t/lib/b.t
26263 ____________________________________________________________________________
26264 [  8558] By: jhi                                   on 2001/01/27  02:27:05
26265         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
26266              From: Peter Prymmer <pvhp@forte.com>
26267              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
26268              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
26269      Branch: perl
26270            ! t/pragma/sub_lval.t
26271 ____________________________________________________________________________
26272 [  8557] By: jhi                                   on 2001/01/27  02:26:03
26273         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
26274              From: Peter Prymmer <pvhp@forte.com>
26275              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
26276              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
26277      Branch: perl
26278            ! t/lib/st-06compat.t
26279 ____________________________________________________________________________
26280 [  8556] By: jhi                                   on 2001/01/27  02:24:33
26281         Log: Subject: [PATCH: perl@8531] minor update to README.os390
26282              From: Peter Prymmer <pvhp@forte.com>
26283              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
26284              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
26285      Branch: perl
26286            ! README.os390
26287 ____________________________________________________________________________
26288 [  8555] By: jhi                                   on 2001/01/27  00:35:47
26289         Log: No point in checking the length before we know whether the pointer
26290              is bogus or not, fixes Abigail's odbm failures in Linux.
26291      Branch: perl
26292            ! sv.c
26293 ____________________________________________________________________________
26294 [  8554] By: nick                                  on 2001/01/26  19:01:31
26295         Log: Integrate mainline
26296      Branch: perlio
26297           !> lib/Text/Wrap.pm t/lib/textwrap.t
26298 ____________________________________________________________________________
26299 [  8553] By: jhi                                   on 2001/01/26  15:19:39
26300         Log: Integrate change #7792 from perlio (multiplicity fix),
26301              fix the AV leak in regex DEBUGGING (tiny part of the
26302              polymorphic regexp patch #8143).
26303      Branch: maint-5.6/perl
26304            ! regcomp.c
26305           !> scope.h
26306 ____________________________________________________________________________
26307 [  8552] By: jhi                                   on 2001/01/26  15:03:23
26308         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
26309              From: Michael G Schwern <schwern@pobox.com>
26310              Date: Fri, 26 Jan 2001 09:28:31 -0500
26311              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
26312      Branch: perl
26313            ! lib/Text/Wrap.pm t/lib/textwrap.t
26314 ____________________________________________________________________________
26315 [  8551] By: jhi                                   on 2001/01/26  02:33:19
26316         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
26317              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
26318              
26319              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
26320              
26321              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
26322              
26323              Message nit.
26324              
26325              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
26326              
26327              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
26328              
26329              (the cleanup of unused submatches in regtry() and regcppop())
26330              
26331              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
26332              stored and restored, and thusly was trounced by the utf8 swash
26333              routines.
26334              
26335              use utf8 not required to use \x{}.
26336              
26337              Removed two more tests that make no sense in UTF-8 since the test
26338              data is not in UTF-8.
26339              
26340              Get the three different space character classes right under utf8.
26341              
26342              Implement ANYOFUTF8 regprop() dumping.
26343              
26344              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26345              
26346              Document the regex context pushing/popping a bit better.
26347      Branch: maint-5.6/perl
26348           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
26349           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
26350           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
26351           !> t/op/regmesg.t utf8.c
26352 ____________________________________________________________________________
26353 [  8550] By: nick                                  on 2001/01/25  19:42:30
26354         Log: Integrate mainline
26355      Branch: perlio
26356           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
26357           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
26358           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
26359           !> t/lib/bigint.t t/lib/bigintpm.t
26360 ____________________________________________________________________________
26361 [  8549] By: jhi                                   on 2001/01/25  15:22:28
26362         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
26363      Branch: maint-5.6/perl
26364            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
26365 ____________________________________________________________________________
26366 [  8548] By: jhi                                   on 2001/01/25  15:02:55
26367         Log: Integrate changes #7997,8063,8492,8547 from mainline.
26368              
26369              Subject: Re: STRLEN - what?
26370              
26371              Subject: [PATCH] perlguts.pod
26372              
26373              Memory management calls documentation.
26374              
26375              Layout using tabulator is not a good idea in a pod.
26376      Branch: maint-5.6/perl
26377           !> pod/perlguts.pod
26378 ____________________________________________________________________________
26379 [  8547] By: jhi                                   on 2001/01/25  14:49:05
26380         Log: Layout using tabulator is not a good idea in a pod.
26381      Branch: perl
26382            ! pod/perlguts.pod
26383 ____________________________________________________________________________
26384 [  8546] By: jhi                                   on 2001/01/25  14:31:12
26385         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
26386              from mainline.
26387              
26388              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
26389              
26390              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
26391              
26392              More Win32 editor/IDE/shell hints.
26393              
26394              More Win32 Perling.
26395              
26396              Yet another editor edit.
26397              
26398              Edit edit edit.
26399              
26400              IDE/editor section tweaking.
26401              
26402              Few more IDE/editor nits from p5p.
26403      Branch: maint-5.6/perl
26404           !> pod/perlfaq3.pod
26405 ____________________________________________________________________________
26406 [  8545] By: jhi                                   on 2001/01/25  04:16:32
26407         Log: Subject: [PATCH 5.7.0] overload int()
26408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26409              Date: Wed, 24 Jan 2001 19:06:57 -0500
26410              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
26411      Branch: perl
26412            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
26413            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
26414            ! t/lib/bigintpm.t
26415 ____________________________________________________________________________
26416 [  8544] By: jhi                                   on 2001/01/25  04:15:11
26417         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
26418              From: Peter Prymmer <pvhp@forte.com>
26419              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
26420              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
26421      Branch: perl
26422            ! Makefile.SH README.os390 hints/os390.sh installperl
26423 ____________________________________________________________________________
26424 [  8543] By: jhi                                   on 2001/01/25  03:52:08
26425         Log: Integrate change #8462,8469 from mainline.
26426              
26427              In VMS Perl subversion (perl -V) is undef.
26428      Branch: maint-5.6/perl
26429           !> configure.com
26430 ____________________________________________________________________________
26431 [  8542] By: jhi                                   on 2001/01/25  03:44:55
26432         Log: Integrate changes #7835,7850,8315,8316 from mainline.
26433              
26434              Solaris hints.
26435      Branch: maint-5.6/perl
26436           !> hints/solaris_2.sh
26437 ____________________________________________________________________________
26438 [  8541] By: jhi                                   on 2001/01/25  03:39:28
26439         Log: Integrate #8336 from mainline.
26440      Branch: maint-5.6/perl
26441           !> hv.c
26442 ____________________________________________________________________________
26443 [  8540] By: jhi                                   on 2001/01/25  03:23:50
26444         Log: Retract #8539.
26445      Branch: maint-5.6/perl
26446            ! pod/perlfaq3.pod
26447 ____________________________________________________________________________
26448 [  8539] By: jhi                                   on 2001/01/25  03:21:55
26449         Log: (Retracted by #5940.)
26450      Branch: maint-5.6/perl
26451            ! pod/perlfaq3.pod
26452 ____________________________________________________________________________
26453 [  8538] By: jhi                                   on 2001/01/25  03:14:07
26454         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
26455              From: Peter Prymmer <pvhp@forte.com>
26456              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
26457              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
26458              
26459              The VMS bits.
26460      Branch: maint-5.6/perl
26461            ! configure.com vms/descrip_mms.template
26462 ____________________________________________________________________________
26463 [  8537] By: jhi                                   on 2001/01/25  03:06:09
26464         Log: Integrate #7710,7824,7973 from mainline.
26465      Branch: maint-5.6/perl
26466           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
26467           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
26468           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
26469           !> vos/config.ga.def vos/config.ga.h win32/config.bc
26470           !> win32/config.gc win32/config.vc
26471 ____________________________________________________________________________
26472 [  8536] By: jhi                                   on 2001/01/24  13:50:20
26473         Log: Revert the edits made by me so far to the 5.6 branch since
26474              the TRIAL1 since I did edits when I should have been using
26475              integrates.  Bad programmer.   (Will integrate them properly later.)
26476              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
26477              The #8353 will not be reapplied at least for now since
26478              the UTF-8 hash keys need more thinking.
26479              (The patches #8347, #8354, #8454, #8473 were okay since they
26480              were original edits made specifically for the 5.6.1-TRIAL1.)
26481      Branch: maint-5.6/perl
26482            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26483            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
26484            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
26485            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
26486            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
26487            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26488            ! win32/config.bc win32/config.gc win32/config.vc
26489 ____________________________________________________________________________
26490 [  8535] By: bailey                                on 2001/01/24  06:37:02
26491         Log: SYN SYN
26492      Branch: vmsperl
26493           +> (branch 26 files)
26494           !> (integrate 130 files)
26495 ____________________________________________________________________________
26496 [  8534] By: nick                                  on 2001/01/23  19:30:57
26497         Log: Integrate mainline.
26498      Branch: perlio
26499           !> Changes Configure Porting/Glossary Porting/config.sh
26500           !> Porting/config_H embed.h embed.pl ext/Encode/compile
26501           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
26502           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
26503           !> pod/perlvar.pod proto.h t/lib/1_compile.t
26504 ____________________________________________________________________________
26505 [  8533] By: jhi                                   on 2001/01/23  16:15:46
26506         Log: Forgotten from #8501.
26507      Branch: perl
26508            ! Porting/Glossary Porting/config.sh Porting/config_H
26509 ____________________________________________________________________________
26510 [  8532] By: jhi                                   on 2001/01/23  16:13:27
26511         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
26512              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26513              Date: Mon, 22 Jan 2001 17:51:58 +0100
26514              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
26515      Branch: perl
26516            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
26517 ____________________________________________________________________________
26518 [  8531] By: jhi                                   on 2001/01/23  15:46:01
26519         Log: Update Changes.
26520      Branch: perl
26521            ! Changes patchlevel.h
26522 ____________________________________________________________________________
26523 [  8530] By: jhi                                   on 2001/01/23  15:38:39
26524         Log: De-cut-and-pasto.
26525      Branch: perl
26526            ! t/lib/1_compile.t
26527 ____________________________________________________________________________
26528 [  8529] By: jhi                                   on 2001/01/23  15:11:04
26529         Log: Document the mkdir trailing slashes case.
26530      Branch: perl
26531            ! pod/perlfunc.pod
26532 ____________________________________________________________________________
26533 [  8528] By: jhi                                   on 2001/01/23  15:08:28
26534         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
26535              get installed:
26536              
26537              Subject: lib/lib.pm
26538              From: <abigail@foad.org>
26539              Date: Mon, 28 Aug 2000 20:35:08 -0400
26540              Message-ID: <20000829003508.21281.qmail@foad.org>
26541      Branch: perl
26542            ! installperl
26543 ____________________________________________________________________________
26544 [  8527] By: jhi                                   on 2001/01/23  14:44:04
26545         Log: Metaconfig unit change for #8526.
26546      Branch: metaconfig
26547            ! U/threads/archname.U
26548 ____________________________________________________________________________
26549 [  8526] By: jhi                                   on 2001/01/23  14:43:19
26550         Log: Attach -perlio to the archname if so selected.
26551      Branch: perl
26552            ! Configure
26553 ____________________________________________________________________________
26554 [  8525] By: jhi                                   on 2001/01/23  14:24:01
26555         Log: Subject: [PATCH] pod/perlvar.pod
26556              From: abigail@foad.org
26557              Date: Tue, 23 Jan 2001 01:41:10 +0100
26558              Message-ID: <20010123004110.22259.qmail@foad.org>
26559      Branch: perl
26560            ! pod/perlvar.pod
26561 ____________________________________________________________________________
26562 [  8524] By: jhi                                   on 2001/01/23  14:22:32
26563         Log: A bug introduced in #8217 (the undefined variable in the
26564              lib/safe1_t #3) fixed, by Charles Lane:
26565              
26566              The earlier patch made it so that stuff running in Safe
26567              compartments could do a "caller" and see "main".  That
26568              little change in name is done right before the code in
26569              the compartment is run, and apparantly the parser
26570              was picking up the stash name before it got changed.
26571              
26572              (why it was threaded vs. unthreaded Perl that was sensitive to this
26573              I still don't know...and it probably doesn't matter).
26574              
26575              I tryed removing the stash name-change and saw that threaded Perl
26576              did indeed pass the lib/safe1.t tests.
26577              
26578              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
26579              do the name change (and to connect _ in the compartment to the global
26580              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
26581              to call _safe_pkg_prep when creating a new compartment.
26582              
26583              Passes all tests with threaded perl on linux; passes all tests
26584              with unthreaded perl on VMS.
26585              
26586              At some point I'll probably want to revisit Safe and Opcode to
26587              provide more sensible handling of global variables...and to get
26588              formats working in Safe compartments, which they don't do currently.
26589      Branch: perl
26590            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
26591 ____________________________________________________________________________
26592 [  8523] By: jhi                                   on 2001/01/23  14:11:58
26593         Log: Also the lib/Thread.pm itself needs to be ignored if
26594              the Thread extension hasn't been built.
26595      Branch: perl
26596            ! t/lib/1_compile.t
26597 ____________________________________________________________________________
26598 [  8522] By: jhi                                   on 2001/01/23  13:51:28
26599         Log: print() instead of warn() so that stderr doesn't get
26600              unncessarily polluted.
26601      Branch: perl
26602            ! ext/Encode/compile
26603 ____________________________________________________________________________
26604 [  8521] By: jhi                                   on 2001/01/23  13:49:48
26605         Log: Integrate perlio.
26606      Branch: perl
26607           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
26608           !> ext/Encode/encode.h
26609 ____________________________________________________________________________
26610 [  8520] By: nick                                  on 2001/01/22  21:44:00
26611         Log: More messing with Encode:
26612              Extra fields in header to allow multiple names and to record
26613              other things "compile" knows.
26614              Re-organise compile to factor out common output routines.
26615      Branch: perlio
26616            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
26617 ____________________________________________________________________________
26618 [  8519] By: nick                                  on 2001/01/22  20:33:50
26619         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
26620      Branch: perlio
26621            ! ext/Encode/Makefile.PL ext/Encode/compile
26622 ____________________________________________________________________________
26623 [  8518] By: nick                                  on 2001/01/22  20:28:13
26624         Log: Integrate mainline
26625      Branch: perlio
26626           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
26627           !> vos/config.alpha.def vos/config.alpha.h
26628 ____________________________________________________________________________
26629 [  8517] By: jhi                                   on 2001/01/22  15:37:17
26630         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
26631              by Inaba Hiroto.
26632      Branch: perl
26633            ! sv.c
26634 ____________________________________________________________________________
26635 [  8516] By: jhi                                   on 2001/01/22  14:55:15
26636         Log: More SIG_SIZE fixes.
26637      Branch: perl
26638            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
26639 ____________________________________________________________________________
26640 [  8515] By: jhi                                   on 2001/01/22  14:50:27
26641         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
26642              From: "Craig A. Berry" <craigberry@mac.com>
26643              Date: Mon, 22 Jan 2001 00:42:24 -0600
26644              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
26645      Branch: perl
26646            ! configure.com
26647 ____________________________________________________________________________
26648 [  8514] By: jhi                                   on 2001/01/22  14:31:17
26649         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
26650              From: "Craig A. Berry" <craigberry@mac.com>
26651              Date: Sun, 21 Jan 2001 23:03:25 -0600
26652              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
26653      Branch: perl
26654            ! configure.com
26655 ____________________________________________________________________________
26656 [  8513] By: jhi                                   on 2001/01/22  14:14:00
26657         Log: Add the .ucm encoding tables to the MANIFEST.
26658      Branch: perl
26659            ! MANIFEST
26660 ____________________________________________________________________________
26661 [  8512] By: jhi                                   on 2001/01/22  13:43:33
26662         Log: Integrate perlio.
26663      Branch: perl
26664           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26665           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26666           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26667           +> ext/Encode/Encode/iso8859-10.ucm
26668           +> ext/Encode/Encode/iso8859-13.ucm
26669           +> ext/Encode/Encode/iso8859-14.ucm
26670           +> ext/Encode/Encode/iso8859-15.ucm
26671           +> ext/Encode/Encode/iso8859-16.ucm
26672           +> ext/Encode/Encode/iso8859-2.ucm
26673           +> ext/Encode/Encode/iso8859-3.ucm
26674           +> ext/Encode/Encode/iso8859-4.ucm
26675           +> ext/Encode/Encode/iso8859-5.ucm
26676           +> ext/Encode/Encode/iso8859-6.ucm
26677           +> ext/Encode/Encode/iso8859-7.ucm
26678           +> ext/Encode/Encode/iso8859-8.ucm
26679           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26680           +> ext/Encode/Encode/symbol.ucm
26681           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
26682           !> perliol.h
26683 ____________________________________________________________________________
26684 [  8511] By: nick                                  on 2001/01/21  23:44:47
26685         Log: Make "real" layers of ":utf8" and ":raw".
26686              So now PERLIO=utf8 perl ...
26687              does what Andreas wanted.
26688              Fix arg passing in open.pm (still have a Carp issue).
26689      Branch: perlio
26690            ! lib/open.pm perlio.c perliol.h
26691 ____________________________________________________________________________
26692 [  8510] By: jhi                                   on 2001/01/21  22:56:53
26693         Log: Document the regex context pushing/popping a bit better.
26694      Branch: perl
26695            ! regexec.c
26696 ____________________________________________________________________________
26697 [  8509] By: jhi                                   on 2001/01/21  22:55:44
26698         Log: Tweak the mkdir trailing slash code some more.
26699              
26700              TO DO: the same handling should probably be done for
26701              all the other filesystem functions that can have directories
26702              as their arguments.
26703      Branch: perl
26704            ! pp_sys.c
26705 ____________________________________________________________________________
26706 [  8508] By: nick                                  on 2001/01/21  21:37:43
26707         Log: Switch "compiled in" encodings to .ucm format.
26708              (Leave others as .enc till we can run-time load .ucm,
26709              or find some other way to load them.)
26710      Branch: perlio
26711            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
26712            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
26713            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
26714            + ext/Encode/Encode/iso8859-10.ucm
26715            + ext/Encode/Encode/iso8859-13.ucm
26716            + ext/Encode/Encode/iso8859-14.ucm
26717            + ext/Encode/Encode/iso8859-15.ucm
26718            + ext/Encode/Encode/iso8859-16.ucm
26719            + ext/Encode/Encode/iso8859-2.ucm
26720            + ext/Encode/Encode/iso8859-3.ucm
26721            + ext/Encode/Encode/iso8859-4.ucm
26722            + ext/Encode/Encode/iso8859-5.ucm
26723            + ext/Encode/Encode/iso8859-6.ucm
26724            + ext/Encode/Encode/iso8859-7.ucm
26725            + ext/Encode/Encode/iso8859-8.ucm
26726            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
26727            + ext/Encode/Encode/symbol.ucm
26728            ! ext/Encode/Makefile.PL ext/Encode/compile
26729 ____________________________________________________________________________
26730 [  8507] By: nick                                  on 2001/01/21  21:02:03
26731         Log: Integrate (partial) mainline.
26732      Branch: perlio
26733           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
26734           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
26735           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26736 ____________________________________________________________________________
26737 [  8506] By: jhi                                   on 2001/01/21  20:09:30
26738         Log: Update Changes.
26739      Branch: perl
26740            ! Changes patchlevel.h
26741 ____________________________________________________________________________
26742 [  8505] By: jhi                                   on 2001/01/21  19:39:59
26743         Log: Subject: Minor typos in perlfaq2.pod
26744              From: "Stephen P. Potter" <spp@spotter.yi.org>
26745              Message-Id: <200101192101.QAA11911@spotter.yi.org>
26746              Date: Fri, 19 Jan 2001 16:01:13 -0500
26747              
26748              with a nit from Philip Netwon.
26749      Branch: perl
26750            ! pod/perlfaq2.pod
26751 ____________________________________________________________________________
26752 [  8504] By: jhi                                   on 2001/01/21  19:33:05
26753         Log: Metaconfig change for #8503.
26754      Branch: metaconfig
26755            ! U/threads/usethreads.U
26756 ____________________________________________________________________________
26757 [  8503] By: jhi                                   on 2001/01/21  19:32:21
26758         Log: Sanity check for conflicting thread flavours.
26759      Branch: perl
26760            ! Configure config_h.SH
26761 ____________________________________________________________________________
26762 [  8502] By: jhi                                   on 2001/01/21  19:23:00
26763         Log: Metaconfig change for #8501.
26764      Branch: metaconfig
26765            ! U/modified/sig_name.U
26766 ____________________________________________________________________________
26767 [  8501] By: jhi                                   on 2001/01/21  19:22:26
26768         Log: The SIG_SIZE is the number of the elements *excluding*
26769              the terminating NULL.
26770      Branch: perl
26771            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
26772            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
26773            ! win32/config_H.vc
26774 ____________________________________________________________________________
26775 [  8500] By: jhi                                   on 2001/01/21  18:31:31
26776         Log: Integrate perlio.
26777      Branch: perl
26778           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
26779           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
26780           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
26781           !> pp_sys.c proto.h sv.c
26782 ____________________________________________________________________________
26783 [  8499] By: jhi                                   on 2001/01/21  17:43:57
26784         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
26785              From: Hugo <hv@crypt.compulink.co.uk>
26786              Date: Sun, 21 Jan 2001 13:34:05 +0000
26787              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
26788              
26789              In sprintf UTF8ize only if necessary.
26790      Branch: perl
26791            ! sv.c
26792 ____________________________________________________________________________
26793 [  8498] By: nick                                  on 2001/01/21  16:25:32
26794         Log: Encode cleanup.
26795              Add command line control over "compile" so that Makefile.PL
26796              needs can be combined with other uses.
26797              Use command line options in Makefile.PL.
26798              Fix multi-byte parsing in .ucm files.
26799      Branch: perlio
26800            ! ext/Encode/Makefile.PL ext/Encode/compile
26801 ____________________________________________________________________________
26802 [  8497] By: nick                                  on 2001/01/21  12:56:27
26803         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
26804      Branch: perlio
26805            ! ext/Encode/Encode.xs
26806 ____________________________________________________________________________
26807 [  8496] By: nick                                  on 2001/01/21  12:18:45
26808         Log: Fixup after integrate:
26809              missed the .sym files that are changed by regen_headers
26810              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
26811      Branch: perlio
26812            ! global.sym pp.sym sv.c
26813 ____________________________________________________________________________
26814 [  8495] By: nick                                  on 2001/01/21  11:51:07
26815         Log: Integrate mainline.
26816      Branch: perlio
26817           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
26818           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
26819           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
26820           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
26821           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
26822           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
26823           !> win32/Makefile win32/makefile.mk
26824 ____________________________________________________________________________
26825 [  8494] By: jhi                                   on 2001/01/20  23:12:11
26826         Log: Forgot the expect_number() prototype.
26827      Branch: perl
26828            ! embed.h embed.pl proto.h
26829 ____________________________________________________________________________
26830 [  8493] By: jhi                                   on 2001/01/20  22:56:39
26831         Log: Subject: [PATCH: perl@8482] README.vms URL updates
26832              From: Peter Prymmer <pvhp@forte.com>
26833              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
26834              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
26835              
26836              Plus Craig A. Berry's suggestion to use compaq.com instead
26837              of digital.com.
26838      Branch: perl
26839            ! README.vms
26840 ____________________________________________________________________________
26841 [  8492] By: jhi                                   on 2001/01/20  22:50:05
26842         Log: Memory management calls documentation.
26843      Branch: perl
26844            ! pod/perlguts.pod
26845 ____________________________________________________________________________
26846 [  8491] By: jhi                                   on 2001/01/20  22:38:33
26847         Log: Signedness nit plus few memcpy/Copy nits.
26848      Branch: perl
26849            ! sv.c
26850 ____________________________________________________________________________
26851 [  8490] By: jhi                                   on 2001/01/20  22:25:53
26852         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
26853              From: Peter Prymmer <pvhp@forte.com>
26854              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
26855              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
26856      Branch: perl
26857            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
26858 ____________________________________________________________________________
26859 [  8489] By: jhi                                   on 2001/01/20  22:24:41
26860         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
26861              From: Peter Prymmer <pvhp@forte.com>
26862              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
26863              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
26864      Branch: perl
26865            ! win32/Makefile win32/makefile.mk
26866 ____________________________________________________________________________
26867 [  8488] By: jhi                                   on 2001/01/20  22:22:27
26868         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
26869              From: Peter Prymmer <pvhp@forte.com>
26870              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
26871              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
26872      Branch: perl
26873            ! Makefile.SH
26874 ____________________________________________________________________________
26875 [  8487] By: jhi                                   on 2001/01/20  22:21:18
26876         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
26877              From: Peter Prymmer <pvhp@forte.com>
26878              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
26879              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
26880      Branch: perl
26881            + ext/DynaLoader/dl_dllload.xs
26882            ! MANIFEST Makefile.SH hints/os390.sh
26883 ____________________________________________________________________________
26884 [  8486] By: jhi                                   on 2001/01/20  22:17:53
26885         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
26886              From: Peter Prymmer <pvhp@forte.com>
26887              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
26888              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
26889      Branch: perl
26890            ! README.os390 README.posix-bc
26891 ____________________________________________________________________________
26892 [  8485] By: jhi                                   on 2001/01/20  20:15:30
26893         Log: Document and test the new qu operator.
26894      Branch: perl
26895            + t/op/qu.t
26896            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
26897            ! pod/perlretut.pod pod/perlunicode.pod
26898 ____________________________________________________________________________
26899 [  8484] By: nick                                  on 2001/01/20  19:42:30
26900         Log: Infrastructure to allow:
26901              open($fh,"|-",@array);
26902              to be implemented
26903              i.e. mark pp_open as needing a stack mark, and make pp_open
26904              process its args in that style (and pass them _all_ to tied handles OPEN).
26905              Invent do_openn() which takes SV ** at allow it to see multiple args.
26906              Note this does not _do_ anything yet.
26907      Branch: perlio
26908            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
26909            ! perlapi.c pp_proto.h pp_sys.c proto.h
26910 ____________________________________________________________________________
26911 [  8483] By: nick                                  on 2001/01/20  17:23:14
26912         Log: Integrate mainline.
26913      Branch: perlio
26914           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
26915           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
26916 ____________________________________________________________________________
26917 [  8482] By: jhi                                   on 2001/01/19  15:37:49
26918         Log: Update Changes.
26919      Branch: perl
26920            ! Changes patchlevel.h
26921 ____________________________________________________________________________
26922 [  8481] By: jhi                                   on 2001/01/19  14:41:24
26923         Log: Subject: Re: new feature: s?printf parameter reordering 
26924              From: Hugo <hv@crypt.compulink.co.uk>
26925              Date: Thu, 11 Jan 2001 17:09:03 +0000
26926              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
26927              
26928              - support reordering for all parameters: %, *v, *, .*
26929              - lay down that the reordering specification must immediately
26930              follow that parameter: %3$, *v3$, *3$, .*3$
26931              - fix vectorisation of a zero-length string
26932              - factor out the code choosing the argument to format
26933              
26934              Possibly unwanted side-effects:
26935              - the special format specifiers ' +-0' must now precede any
26936              vectorisation specifier. Tests in op/sprintf and op/ver
26937              have been changed to reflect this.
26938              - sprintf.t test #214 changed its expectations because in many
26939              cases, the next parameter has already been consumed when an
26940              invalid type letter is detected.
26941              
26942              Probably wanted side-effects:
26943              - attempts to format a non-existent parameter will warn as if C<undef>
26944              - attempt to write to non-existent parameter with '%n' will complain
26945              of "attempt to modify read-only value" instead of being silent
26946      Branch: perl
26947            ! sv.c t/op/sprintf.t t/op/ver.t
26948 ____________________________________________________________________________
26949 [  8480] By: jhi                                   on 2001/01/19  14:08:37
26950         Log: Subject: PATCH pragma/locale.t
26951              From: andreas.koenig@anima.de (Andreas J. Koenig)
26952              Date: 18 Jan 2001 09:45:37 +0100
26953              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
26954      Branch: perl
26955            ! t/pragma/locale.t
26956 ____________________________________________________________________________
26957 [  8479] By: jhi                                   on 2001/01/19  13:19:58
26958         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
26959      Branch: perl
26960            ! configure.com
26961 ____________________________________________________________________________
26962 [  8478] By: jhi                                   on 2001/01/19  02:12:35
26963         Log: Automate 1_compile.t.
26964      Branch: perl
26965            ! t/lib/1_compile.t
26966 ____________________________________________________________________________
26967 [  8477] By: jhi                                   on 2001/01/19  01:49:56
26968         Log: Integrate perlio.
26969      Branch: perl
26970           !> sv.c win32/config.bc win32/config.gc win32/config.vc
26971           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
26972 ____________________________________________________________________________
26973 [  8476] By: nick                                  on 2001/01/18  21:51:52
26974         Log: Integrate mainline
26975      Branch: perlio
26976           +> t/lib/1_compile.t t/lib/compmod.pl
26977           !> MANIFEST configure.com lib/unicode/distinct.pm
26978 ____________________________________________________________________________
26979 [  8475] By: nick                                  on 2001/01/18  21:48:02
26980         Log: Win32 "safe signals" co-existance fix.
26981              Fix SIG_SIZE value.
26982              Clear PL_sig_pending when cloning (fork).
26983      Branch: perlio
26984            ! sv.c win32/config.bc win32/config.gc win32/config.vc
26985            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26986 ____________________________________________________________________________
26987 [  8474] By: jhi                                   on 2001/01/18  14:40:57
26988         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
26989      Branch: perl
26990            ! t/lib/1_compile.t
26991 ____________________________________________________________________________
26992 [  8473] By: gsar                                  on 2001/01/18  11:42:31
26993         Log: unsubmitted trial1 change
26994      Branch: maint-5.6/perl
26995            ! Changes
26996 ____________________________________________________________________________
26997 [  8472] By: jhi                                   on 2001/01/18  04:30:24
26998         Log: The first bug found by 1_compile.t.
26999      Branch: perl
27000            ! lib/unicode/distinct.pm
27001 ____________________________________________________________________________
27002 [  8471] By: jhi                                   on 2001/01/18  04:29:42
27003         Log: Add Schwern's 1_compile test.  The compile_module script renamed
27004              to be a bit shorter for the 8.3 people.
27005      Branch: perl
27006            + t/lib/1_compile.t t/lib/compmod.pl
27007            ! MANIFEST
27008 ____________________________________________________________________________
27009 [  8470] By: jhi                                   on 2001/01/18  04:16:00
27010         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)
27011              From: Peter Prymmer <pvhp@forte.com>
27012              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27013              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27014              Replace #8463.
27015      Branch: maint-5.6/perl
27016            ! configure.com
27017 ____________________________________________________________________________
27018 [  8469] By: jhi                                   on 2001/01/18  04:13:02
27019         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)
27020              From: Peter Prymmer <pvhp@forte.com>
27021              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
27022              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
27023              Replace #8462.
27024      Branch: perl
27025            ! configure.com
27026 ____________________________________________________________________________
27027 [  8468] By: jhi                                   on 2001/01/18  03:42:08
27028         Log: Integrate perlio.
27029      Branch: perl
27030           !> gv.c mg.c perlio.c util.c
27031 ____________________________________________________________________________
27032 [  8467] By: nick                                  on 2001/01/17  22:41:10
27033         Log: "Safe" signals - trial implementation.
27034              gv.c tweaked to zero PL_sig_pend array
27035              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
27036              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
27037              Odd thing is that it "works" with PERLIO=stdio as well (linux).
27038      Branch: perlio
27039            ! gv.c mg.c perlio.c util.c
27040 ____________________________________________________________________________
27041 [  8466] By: nick                                  on 2001/01/17  20:40:20
27042         Log: Integrate mainline.
27043      Branch: perlio
27044           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
27045           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27046           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
27047           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27048           !> vos/config.ga.h win32/config.bc win32/config.gc
27049           !> win32/config.vc
27050 ____________________________________________________________________________
27051 [  8465] By: jhi                                   on 2001/01/17  18:37:13
27052         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
27053              From: Nicholas Clark <nick@ccl4.org>
27054              Date: Wed, 17 Jan 2001 17:31:33 +0000
27055              Message-ID: <20010117173133.I2633@plum.flirble.org>
27056      Branch: perl
27057            ! t/op/int.t
27058 ____________________________________________________________________________
27059 [  8464] By: jhi                                   on 2001/01/17  14:43:17
27060         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
27061              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27062              Date: Wed, 17 Jan 2001 15:16:43 +0100
27063              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
27064              
27065              pp_int() was dropping an NV to the floor,
27066              int(279964589018079/59) either returned not an integer
27067              4745162525730.15, or one got "Attempt to free unreferenced scalar."
27068      Branch: perl
27069            ! pp.c
27070 ____________________________________________________________________________
27071 [  8463] By: jhi                                   on 2001/01/17  06:12:42
27072         Log: (Replaced by #8470)
27073              
27074              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)
27075              From: "Craig A. Berry" <craigberry@mac.com>
27076              Date: Tue, 16 Jan 2001 23:38:46 -0600
27077              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27078      Branch: maint-5.6/perl
27079            ! configure.com
27080 ____________________________________________________________________________
27081 [  8462] By: jhi                                   on 2001/01/17  06:11:31
27082         Log: (Replaced by #8469)
27083              
27084              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)
27085              From: "Craig A. Berry" <craigberry@mac.com>
27086              Date: Tue, 16 Jan 2001 23:38:46 -0600
27087              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
27088      Branch: perl
27089            ! configure.com
27090 ____________________________________________________________________________
27091 [  8461] By: jhi                                   on 2001/01/17  05:56:12
27092         Log: Allow for one trailing slash in the directory of mkdir().
27093      Branch: perl
27094            ! pp_sys.c
27095 ____________________________________________________________________________
27096 [  8460] By: jhi                                   on 2001/01/17  03:26:01
27097         Log: Metaconfig unit changes for #8459.
27098      Branch: metaconfig
27099            ! U/modified/Loc.U U/modified/sig_name.U
27100 ____________________________________________________________________________
27101 [  8459] By: jhi                                   on 2001/01/17  03:24:48
27102         Log: Define SIG_SIZE, the number of elements in the sig_name and
27103              sig_num arrays, including the final NULL entry.
27104      Branch: perl
27105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27106            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
27107            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
27108            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27109            ! win32/config.bc win32/config.gc win32/config.vc
27110 ____________________________________________________________________________
27111 [  8458] By: jhi                                   on 2001/01/17  01:41:33
27112         Log: Integrate perlio.
27113      Branch: perl
27114           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27115           !> perlapi.h proto.h sv.c
27116 ____________________________________________________________________________
27117 [  8457] By: nick                                  on 2001/01/16  22:07:26
27118         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
27119              Provides all the "cost" but no benefit yet - it is to allow cost
27120              to be measured, and implementation experiments (just in mg.c?).
27121      Branch: perlio
27122            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
27123            ! perlapi.h proto.h sv.c
27124 ____________________________________________________________________________
27125 [  8456] By: nick                                  on 2001/01/16  21:07:07
27126         Log: Integrate mainline.
27127      Branch: perlio
27128           !> (integrate 51 files)
27129 ____________________________________________________________________________
27130 [  8455] By: jhi                                   on 2001/01/16  18:13:43
27131         Log: Subject: [PATCH] regcomp.c old feature removal
27132              From: mjd@plover.com
27133              Date: 16 Jan 2001 14:43:18 -0000 
27134              Message-ID: <20010116144318.7140.qmail@plover.com> 
27135      Branch: perl
27136            ! regcomp.c
27137 ____________________________________________________________________________
27138 [  8454] By: jhi                                   on 2001/01/16  16:12:39
27139         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
27140              From: "Indy Singh" <indy@nusphere.com>
27141              Date: Wed, 10 Jan 2001 20:17:49 -0500
27142              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
27143      Branch: maint-5.6/perl
27144            ! win32/Makefile
27145 ____________________________________________________________________________
27146 [  8453] By: jhi                                   on 2001/01/16  16:09:33
27147         Log: Update Changes.
27148      Branch: perl
27149            ! Changes patchlevel.h
27150 ____________________________________________________________________________
27151 [  8452] By: jhi                                   on 2001/01/16  15:42:04
27152         Log: Subject: Re: API Cleanup
27153              To: perl5-porters@perl.org
27154              Date: Tue, 16 Jan 2001 13:42:30 +0000
27155              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
27156              
27157              Subject: [PATCH] utf8.c documentation
27158              From: Simon Cozens <simon@cozens.net>
27159              Date: Tue, 16 Jan 2001 13:52:48 +0000
27160              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
27161              
27162              Subject: Re: API Cleanup
27163              From: Simon Cozens <simon@cozens.net>
27164              Date: Tue, 16 Jan 2001 14:58:55 +0000
27165              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
27166              
27167              UTF-8 doc patches.
27168      Branch: perl
27169            ! embed.pl pod/perlapi.pod utf8.c
27170 ____________________________________________________________________________
27171 [  8451] By: jhi                                   on 2001/01/16  14:41:39
27172         Log: podlators 1.07, from Russ Allbery.
27173      Branch: perl
27174            ! lib/Pod/Man.pm
27175 ____________________________________________________________________________
27176 [  8450] By: jhi                                   on 2001/01/16  14:24:19
27177         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
27178              From: "Indy Singh" <indy@nusphere.com>
27179              Date: Mon, 15 Jan 2001 20:59:40 -0500
27180              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
27181      Branch: perl
27182            ! win32/Makefile
27183 ____________________________________________________________________________
27184 [  8449] By: jhi                                   on 2001/01/16  03:42:55
27185         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27186              at the setting of the ofs_sv in new_struct_thread() as the
27187              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
27188              that invited a core dump.
27189      Branch: perl
27190            ! util.c
27191 ____________________________________________________________________________
27192 [  8448] By: jhi                                   on 2001/01/16  01:49:07
27193         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
27194              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27195              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
27196              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
27197              
27198              Replace #8444 and #8445.
27199      Branch: perl
27200            ! ext/B/B.xs ext/B/B/Debug.pm
27201 ____________________________________________________________________________
27202 [  8447] By: jhi                                   on 2001/01/15  21:05:35
27203         Log: Subject: [PATCH] API Variable documentation   
27204              From: Simon Cozens <simon@cozens.net>
27205              Date: Mon, 15 Jan 2001 19:35:54 +0000
27206              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
27207      Branch: perl
27208            ! pod/perlapi.pod thrdvar.h
27209 ____________________________________________________________________________
27210 [  8446] By: jhi                                   on 2001/01/15  20:49:20
27211         Log: Signedness nit.
27212      Branch: perl
27213            ! pp_ctl.c
27214 ____________________________________________________________________________
27215 [  8445] By: jhi                                   on 2001/01/15  20:28:48
27216         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
27217      Branch: perl
27218            ! ext/B/B/Debug.pm
27219 ____________________________________________________________________________
27220 [  8444] By: jhi                                   on 2001/01/15  13:09:10
27221         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27222      Branch: perl
27223            ! ext/B/B.xs
27224 ____________________________________________________________________________
27225 [  8443] By: jhi                                   on 2001/01/15  13:06:26
27226         Log: Missing from #8439.
27227      Branch: perl
27228            ! keywords.h mg.c
27229 ____________________________________________________________________________
27230 [  8442] By: jhi                                   on 2001/01/15  13:02:38
27231         Log: Subject: [PATCH @8436] Eliminate op_children
27232              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27233              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
27234              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
27235              
27236              Subject: [PATCH @8436] Re: Eliminate op_children
27237              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27238              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
27239              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
27240      Branch: perl
27241            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
27242            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
27243            ! op.c op.h
27244 ____________________________________________________________________________
27245 [  8441] By: jhi                                   on 2001/01/15  12:57:08
27246         Log: Use the /^Perl_/-less form of is_lvalue_sub().
27247      Branch: perl
27248            ! pp.h
27249 ____________________________________________________________________________
27250 [  8440] By: jhi                                   on 2001/01/15  05:13:09
27251         Log: Revert #8437 and #8438, the Linux large files story is more complex.
27252      Branch: metaconfig/U/perl
27253            ! d_fpos64_t.U d_off64_t.U
27254      Branch: perl
27255            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27256            ! config_h.SH configure.com epoc/config.sh perl.h
27257            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27258            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27259            ! win32/config.bc win32/config.gc win32/config.vc
27260 ____________________________________________________________________________
27261 [  8439] By: jhi                                   on 2001/01/15  05:02:24
27262         Log: More UTF-8 patches from Inaba Hiroto.
27263              - The substr lval was still not okay.
27264              - Now pp_stringify and sv_setsv copies source's UTF8 flag
27265              even if IN_BYTE.  pp_stringify is called from fold_constants
27266              at optimization phase and "\x{100}" was made SvUTF8_off under
27267              use bytes (the bytes pragma is for "byte semantics" and not
27268              for "do not produce UTF8 data")
27269              - New `qu' operator to generate UTF8 string explicitly.
27270              Though I agree with the policy "0x00-0xff always produce bytes",
27271              sometimes want to such a string to be coded in UTF8.
27272              I can use pack"U0a*" but it requires more typing and has
27273              runtime overhead.
27274              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
27275              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
27276              string is not UTF8_on and has char 0x80-0xff.
27277              
27278              TODO: document and test qu.
27279      Branch: perl
27280            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
27281            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
27282            ! toke.c
27283 ____________________________________________________________________________
27284 [  8438] By: jhi                                   on 2001/01/14  05:10:23
27285         Log: Metaconfig unit changes for #8437.
27286      Branch: metaconfig/U/perl
27287            ! d_fpos64_t.U d_off64_t.U
27288 ____________________________________________________________________________
27289 [  8437] By: jhi                                   on 2001/01/14  04:55:34
27290         Log: Add <features.h> probing, seems to be needed for (some?)
27291              Linux largefileness.
27292      Branch: perl
27293            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27294            ! config_h.SH configure.com epoc/config.sh perl.h
27295            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27296            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27297            ! win32/config.bc win32/config.gc win32/config.vc
27298 ____________________________________________________________________________
27299 [  8436] By: jhi                                   on 2001/01/13  17:47:21
27300         Log: Tighten some of the tests a bit.
27301      Branch: perl
27302            ! t/pragma/utf8.t
27303 ____________________________________________________________________________
27304 [  8435] By: jhi                                   on 2001/01/13  17:31:54
27305         Log: Integrate perlio.
27306      Branch: perl
27307           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
27308           !> win32/config_H.gc win32/config_H.vc
27309 ____________________________________________________________________________
27310 [  8434] By: nick                                  on 2001/01/13  11:36:53
27311         Log: Run dmake regen_config_h for Win32
27312      Branch: perlio
27313            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27314 ____________________________________________________________________________
27315 [  8433] By: nick                                  on 2001/01/13  11:31:55
27316         Log: VMS friendly patch to Encode compile process
27317      Branch: perlio
27318            ! ext/Encode/Makefile.PL ext/Encode/compile
27319 ____________________________________________________________________________
27320 [  8432] By: nick                                  on 2001/01/13  11:06:44
27321         Log: Integrate mainline
27322      Branch: perlio
27323           +> ext/B/B/Concise.pm
27324           !> (integrate 52 files)
27325 ____________________________________________________________________________
27326 [  8431] By: jhi                                   on 2001/01/13  05:55:55
27327         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
27328              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27329              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
27330              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
27331      Branch: perl
27332            ! ext/B/B/Concise.pm
27333 ____________________________________________________________________________
27334 [  8430] By: jhi                                   on 2001/01/13  04:24:18
27335         Log: The LVRET macro needed an aTHX.
27336      Branch: perl
27337            ! pp.h
27338 ____________________________________________________________________________
27339 [  8429] By: jhi                                   on 2001/01/13  02:12:42
27340         Log: Update Changes.
27341      Branch: perl
27342            ! Changes patchlevel.h
27343 ____________________________________________________________________________
27344 [  8428] By: jhi                                   on 2001/01/13  02:08:50
27345         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
27346              From: Peter Prymmer <pvhp@forte.com>
27347              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
27348              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
27349              
27350              Add a BEGIN guard for sloppy floating point division.
27351      Branch: perl
27352            ! lib/Math/BigInt.pm lib/bigint.pl
27353 ____________________________________________________________________________
27354 [  8427] By: jhi                                   on 2001/01/13  01:47:16
27355         Log: The B::Terse drop-in replacement wasn't quite drop-in.
27356      Branch: perl
27357            ! ext/B/B/Terse.pm
27358 ____________________________________________________________________________
27359 [  8426] By: jhi                                   on 2001/01/12  21:20:43
27360         Log: Use UVXf.
27361      Branch: perl
27362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27363            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
27364            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
27365            ! vos/config.ga.def vos/config.ga.h win32/config.bc
27366            ! win32/config.gc win32/config.vc
27367 ____________________________________________________________________________
27368 [  8425] By: jhi                                   on 2001/01/12  20:20:14
27369         Log: Subject: [PATCH perl@8342] -Wformat
27370              From: Robin Barker <rmb1@cise.npl.co.uk>
27371              Date: Fri, 12 Jan 2001 20:03:14 GMT
27372              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
27373      Branch: perl
27374            ! ext/Encode/Encode.xs mg.c sv.c toke.c
27375 ____________________________________________________________________________
27376 [  8424] By: jhi                                   on 2001/01/12  20:01:48
27377         Log: Subject: B::Concise -- an improved replacement for B::Terse 
27378              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27379              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
27380              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
27381      Branch: perl
27382            + ext/B/B/Concise.pm
27383            ! MANIFEST ext/B/B/Terse.pm
27384 ____________________________________________________________________________
27385 [  8423] By: jhi                                   on 2001/01/12  19:24:02
27386         Log: The new metaconfig unit from the #8421.
27387      Branch: metaconfig/U/perl
27388            + d_sigprocmask.U
27389 ____________________________________________________________________________
27390 [  8422] By: jhi                                   on 2001/01/12  19:23:43
27391         Log: Forgot the microperl config from the #8421.
27392      Branch: perl
27393            ! uconfig.h uconfig.sh
27394 ____________________________________________________________________________
27395 [  8421] By: jhi                                   on 2001/01/12  19:05:27
27396         Log: Add sigprocmask() probe, regen Configure, regen toc.
27397      Branch: perl
27398            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27399            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
27400            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27401            ! vos/config.ga.h win32/config.bc win32/config.gc
27402            ! win32/config.vc
27403 ____________________________________________________________________________
27404 [  8420] By: jhi                                   on 2001/01/12  18:34:31
27405         Log: Add sockatmark() to the todo list.
27406      Branch: perl
27407            ! Todo-5.6
27408 ____________________________________________________________________________
27409 [  8419] By: jhi                                   on 2001/01/12  18:09:46
27410         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
27411      Branch: perl
27412            ! op.c
27413 ____________________________________________________________________________
27414 [  8418] By: jhi                                   on 2001/01/12  18:05:30
27415         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
27416              From: Radu Greab <radu@netsoft.ro>
27417              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
27418              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
27419      Branch: perl
27420            ! op.c t/pragma/sub_lval.t
27421 ____________________________________________________________________________
27422 [  8417] By: jhi                                   on 2001/01/12  16:09:09
27423         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
27424              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
27425              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
27426              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
27427      Branch: perl
27428            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
27429            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
27430            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
27431            ! t/pragma/sub_lval.t toke.c
27432 ____________________________________________________________________________
27433 [  8416] By: jhi                                   on 2001/01/12  15:42:06
27434         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
27435              From: "Richard Soderberg" <rs@crystalflame.net>
27436              Date: Fri, 12 Jan 2001 04:49:35 -0800
27437              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
27438              
27439              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
27440              according to the platform.
27441      Branch: perl
27442            ! op.c
27443 ____________________________________________________________________________
27444 [  8415] By: jhi                                   on 2001/01/12  15:33:41
27445         Log: One more UTF-8 fix from Inaba Hiroto.
27446      Branch: perl
27447            ! pp.c regexec.c t/pragma/utf8.t
27448 ____________________________________________________________________________
27449 [  8414] By: jhi                                   on 2001/01/12  15:30:18
27450         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
27451      Branch: perl
27452            ! regexec.c
27453 ____________________________________________________________________________
27454 [  8413] By: jhi                                   on 2001/01/12  15:22:10
27455         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
27456              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27457              Date: Thu, 11 Jan 2001 12:53:36 +0100
27458              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
27459      Branch: perl
27460            ! toke.c
27461 ____________________________________________________________________________
27462 [  8412] By: jhi                                   on 2001/01/12  15:20:25
27463         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
27464              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27465              Date: Fri, 12 Jan 2001 14:37:55 +0100
27466              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
27467      Branch: perl
27468            ! hints/posix-bc.sh
27469 ____________________________________________________________________________
27470 [  8411] By: jhi                                   on 2001/01/12  15:14:14
27471         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
27472              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27473              Date: Fri, 12 Jan 2001 10:42:21 +0100
27474              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
27475      Branch: perl
27476            ! t/op/regmesg.t
27477 ____________________________________________________________________________
27478 [  8410] By: jhi                                   on 2001/01/12  05:48:55
27479         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
27480              From: Nicholas Clark <nick@ccl4.org> 
27481              Date: Sun, 7 Jan 2001 19:47:14 +0000
27482              Message-ID: <20010107194714.B1048@plum.flirble.org>
27483      Branch: perl
27484            ! t/op/numconvert.t
27485 ____________________________________________________________________________
27486 [  8409] By: jhi                                   on 2001/01/12  05:41:28
27487         Log: Integrate perlio.
27488      Branch: perl
27489           !> mg.c scope.h
27490 ____________________________________________________________________________
27491 [  8408] By: nick                                  on 2001/01/11  22:43:28
27492         Log: Remove variables that were used in experiments.
27493      Branch: perlio
27494            ! mg.c
27495 ____________________________________________________________________________
27496 [  8407] By: nick                                  on 2001/01/11  20:57:44
27497         Log: Catch die in %SIG handler and unblock the signal before re-dying.
27498              This make Linux work _without_ sigsetjmp().
27499              Turn off sigsetjmp() to see what else it does.
27500              May need Configure probe for sigprocmask() if anything has sigaction()
27501              but not sigprocmask().
27502      Branch: perlio
27503            ! mg.c scope.h
27504 ____________________________________________________________________________
27505 [  8406] By: nick                                  on 2001/01/11  19:32:07
27506         Log: Integrate mainline
27507      Branch: perlio
27508           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
27509           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
27510           !> t/op/substr.t
27511 ____________________________________________________________________________
27512 [  8405] By: jhi                                   on 2001/01/11  17:11:01
27513         Log: Fix UTF-8 lval substr().
27514      Branch: perl
27515            ! mg.c t/op/substr.t
27516 ____________________________________________________________________________
27517 [  8404] By: jhi                                   on 2001/01/11  05:13:58
27518         Log: Update Changes.
27519      Branch: perl
27520            ! Changes patchlevel.h
27521 ____________________________________________________________________________
27522 [  8403] By: jhi                                   on 2001/01/11  04:38:24
27523         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
27524              From: Hugo <hv@crypt.compulink.co.uk>
27525              Date: Mon, 30 Oct 2000 01:33:26 +0000
27526              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
27527      Branch: perl
27528            ! regexec.c t/op/re_tests
27529 ____________________________________________________________________________
27530 [  8402] By: jhi                                   on 2001/01/11  04:26:12
27531         Log: Integrate perlio.
27532      Branch: perl
27533           !> scope.h util.c
27534 ____________________________________________________________________________
27535 [  8401] By: nick                                  on 2001/01/10  22:52:55
27536         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
27537              (So Alan and Ilya can try setting via hints.)
27538              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
27539              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
27540              doing the save everywhere seems to restart read() correctly, but just
27541              doing it once "round" the handler does not.
27542      Branch: perlio
27543            ! scope.h
27544 ____________________________________________________________________________
27545 [  8400] By: jhi                                   on 2001/01/10  21:57:54
27546         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
27547              of IRIX, HP-UX is unaffected.
27548      Branch: perl
27549            ! perl.h
27550 ____________________________________________________________________________
27551 [  8399] By: nick                                  on 2001/01/10  21:29:19
27552         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
27553      Branch: perlio
27554            ! util.c
27555 ____________________________________________________________________________
27556 [  8398] By: jhi                                   on 2001/01/10  20:55:31
27557         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
27558              also have ReusePort.
27559      Branch: perl
27560            ! ext/IO/lib/IO/Socket/INET.pm
27561 ____________________________________________________________________________
27562 [  8397] By: jhi                                   on 2001/01/10  20:50:57
27563         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27564              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27565              Date: Wed, 10 Jan 2001 01:38:13 -0800
27566              Message-ID: <20010110013813.B41744@yahoo-inc.com>
27567      Branch: perl
27568            ! ext/IO/lib/IO/Socket/INET.pm
27569 ____________________________________________________________________________
27570 [  8396] By: jhi                                   on 2001/01/10  20:49:30
27571         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
27572              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
27573              Date: Wed, 10 Jan 2001 01:37:32 -0800
27574              Message-ID: <20010110013732.A41744@yahoo-inc.com>
27575      Branch: perl
27576            ! ext/Socket/Socket.pm
27577 ____________________________________________________________________________
27578 [  8395] By: jhi                                   on 2001/01/10  20:41:37
27579         Log: Test for bug id 20010105.016 (fixed by #8378).
27580      Branch: perl
27581            ! t/op/split.t
27582 ____________________________________________________________________________
27583 [  8394] By: jhi                                   on 2001/01/10  20:26:32
27584         Log: Integrate perlio.
27585      Branch: perl
27586            ! util.c
27587 ____________________________________________________________________________
27588 [  8393] By: nick                                  on 2001/01/10  19:34:30
27589         Log: Back out Simon's pid hackery for now.
27590      Branch: perlio
27591            ! util.c
27592 ____________________________________________________________________________
27593 [  8392] By: nick                                  on 2001/01/10  19:23:13
27594         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
27595      Branch: perlio
27596           !> (integrate 29 files)
27597 ____________________________________________________________________________
27598 [  8391] By: jhi                                   on 2001/01/10  18:43:15
27599         Log: Subject: [PATCH] Fix my_pclose segfault
27600              From: Simon Cozens <simon@cozens.net>
27601              Date: Wed, 10 Jan 2001 18:39:35 +0000
27602              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
27603      Branch: perl
27604            ! util.c
27605 ____________________________________________________________________________
27606 [  8390] By: jhi                                   on 2001/01/10  18:42:08
27607         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
27608              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27609              Date:     Wed, 10 Jan 2001 13:23:02 EST
27610              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
27611      Branch: perl
27612            ! ext/Opcode/Opcode.xs
27613 ____________________________________________________________________________
27614 [  8389] By: jhi                                   on 2001/01/10  15:16:07
27615         Log: Turn off the integer preservation for now.
27616      Branch: perl
27617            ! perl.h
27618 ____________________________________________________________________________
27619 [  8388] By: jhi                                   on 2001/01/10  15:01:25
27620         Log: Few more IDE/editor nits from p5p.
27621      Branch: perl
27622            ! pod/perlfaq3.pod
27623 ____________________________________________________________________________
27624 [  8387] By: jhi                                   on 2001/01/10  06:53:16
27625         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
27626              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
27627              Date: Tue, 9 Jan 2001 23:16:02 +0000
27628              Message-ID: <20010109231602.A81101@plum.flirble.org>
27629      Branch: perl
27630            ! sv.c
27631 ____________________________________________________________________________
27632 [  8386] By: jhi                                   on 2001/01/10  03:17:54
27633         Log: Test cases for #8385 (from Simon's "torture.pl")
27634      Branch: perl
27635            ! t/op/tr.t
27636 ____________________________________________________________________________
27637 [  8385] By: jhi                                   on 2001/01/10  03:17:11
27638         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
27639              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
27640              Date: Wed, 10 Jan 2001 11:39:39 +0900
27641              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
27642              
27643              Some more UTF-8 tr cases fixed.
27644      Branch: perl
27645            ! doop.c
27646 ____________________________________________________________________________
27647 [  8384] By: jhi                                   on 2001/01/09  22:45:40
27648         Log: Allow the locale test needing POSIX and the taint test
27649              needing IPC::SysV to run under 'minitest' (basically,
27650              bail out if loading the extension fails)
27651      Branch: perl
27652            ! t/op/misc.t t/op/taint.t
27653 ____________________________________________________________________________
27654 [  8383] By: jhi                                   on 2001/01/09  21:36:04
27655         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
27656              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27657              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
27658              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
27659      Branch: perl
27660            ! t/io/openpid.t
27661 ____________________________________________________________________________
27662 [  8382] By: jhi                                   on 2001/01/09  21:06:08
27663         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
27664              Should finish up the bug id 20001205.022.
27665      Branch: perl
27666            ! pp.c pp_hot.c scope.c
27667 ____________________________________________________________________________
27668 [  8381] By: jhi                                   on 2001/01/09  18:27:43
27669         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
27670              From: Andy Dougherty <doughera@lafayette.edu>
27671              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
27672              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
27673              
27674              More robust yacc/bison error detection.
27675      Branch: perl
27676            ! t/comp/proto.t
27677 ____________________________________________________________________________
27678 [  8380] By: jhi                                   on 2001/01/09  15:21:38
27679         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
27680              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27681              Date:     Tue, 9 Jan 2001 07:53:55 EST
27682              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
27683      Branch: perl
27684            ! t/op/misc.t vms/test.com
27685 ____________________________________________________________________________
27686 [  8379] By: jhi                                   on 2001/01/09  15:20:38
27687         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
27688              From: jhi@cc.hut.fi
27689              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
27690              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
27691              
27692              The #8378 fixed this.
27693      Branch: perl
27694            ! t/op/tr.t
27695 ____________________________________________________________________________
27696 [  8378] By: jhi                                   on 2001/01/09  15:05:32
27697         Log: Subject: One more patch for UTF8 
27698              From: Inaba Hiroto <inaba@st.rim.or.jp>
27699              Date: Tue, 09 Jan 2001 01:04:32 +0900
27700              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
27701              
27702              UTF-8 fixes for 'x' and tr///.
27703      Branch: perl
27704            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
27705            ! regcomp.c regexec.c toke.c utf8.c
27706 ____________________________________________________________________________
27707 [  8377] By: jhi                                   on 2001/01/09  14:32:17
27708         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
27709      Branch: perl
27710            ! t/op/length.t
27711 ____________________________________________________________________________
27712 [  8376] By: jhi                                   on 2001/01/09  04:32:32
27713         Log: integrate changes #7775, #8316, #8316 from mainline
27714      Branch: maint-5.6/perl
27715            ! hints/solaris_2.sh
27716 ____________________________________________________________________________
27717 [  8375] By: jhi                                   on 2001/01/09  04:26:43
27718         Log: Update Changes.
27719      Branch: perl
27720            ! Changes patchlevel.h
27721 ____________________________________________________________________________
27722 [  8374] By: jhi                                   on 2001/01/09  04:14:32
27723         Log: IDE/editor section tweaking.
27724      Branch: perl
27725            ! pod/perlfaq3.pod
27726 ____________________________________________________________________________
27727 [  8373] By: jhi                                   on 2001/01/09  02:38:26
27728         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
27729              From: Peter Prymmer <pvhp@forte.com>
27730              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
27731              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
27732              
27733              In preparation os OS/390 dynamic loading.
27734      Branch: perl
27735            ! README.os390 hints/os390.sh
27736 ____________________________________________________________________________
27737 [  8372] By: jhi                                   on 2001/01/09  00:24:30
27738         Log: Integrate with perlio.
27739      Branch: perl
27740           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27741 ____________________________________________________________________________
27742 [  8371] By: nick                                  on 2001/01/08  23:54:33
27743         Log: Fix "scalars leaked" bugs caused by overload magic
27744              (Highlighted by Ilya's DESTROY optimization.)
27745      Branch: perlio
27746            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
27747 ____________________________________________________________________________
27748 [  8370] By: nick                                  on 2001/01/08  20:19:41
27749         Log: Integrate mainline
27750      Branch: perlio
27751           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
27752           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
27753           !> t/op/64bitint.t
27754 ____________________________________________________________________________
27755 [  8369] By: jhi                                   on 2001/01/08  17:30:52
27756         Log: save_delete() Safefree() doesn't (anymore?) work with shared
27757              strings, one test failure in op/misc and almost all of lib/b.
27758              (Outcomments #8369.)
27759      Branch: perl
27760            ! scope.c
27761 ____________________________________________________________________________
27762 [  8368] By: jhi                                   on 2001/01/08  14:47:10
27763         Log: (Outcommented by #8369.)
27764              
27765              Subject: Re: Perl BugID 20001205.022 ---- save_delete
27766              From: Simon Cozens <simon@cozens.net>
27767              Date: Sat, 6 Jan 2001 11:48:40 +0000
27768              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
27769              
27770              The save_delete() does need the Safefree.
27771      Branch: perl
27772            ! scope.c
27773 ____________________________________________________________________________
27774 [  8367] By: bailey                                on 2001/01/08  08:53:52
27775         Log: Once again syncing after too long an absence
27776      Branch: vmsperl
27777           +> (branch 55 files)
27778            - MAINTAIN fix_pl vos/config.def vos/config.h
27779            - vos/config_h.SH_orig
27780           !> (integrate 498 files)
27781 ____________________________________________________________________________
27782 [  8366] By: jhi                                   on 2001/01/08  02:42:59
27783         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
27784              From: nick@ccl4.org
27785              Date: Sun, 7 Jan 2001 21:07:18 +0000
27786              Message-Id: <20010107210717.D1048@plum.flirble.org>
27787      Branch: perl
27788            ! sv.c t/op/64bitint.t
27789 ____________________________________________________________________________
27790 [  8365] By: jhi                                   on 2001/01/08  02:35:16
27791         Log: Subject: [PATCH] environ nit
27792              From: Simon Cozens <simon@cozens.net>
27793              Date: Sun, 7 Jan 2001 17:57:07 +0000
27794              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
27795              
27796              Use environ only if we have it.
27797      Branch: perl
27798            ! mg.c
27799 ____________________________________________________________________________
27800 [  8364] By: jhi                                   on 2001/01/08  02:24:51
27801         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
27802      Branch: perl
27803            ! ext/GDBM_File/GDBM_File.xs
27804 ____________________________________________________________________________
27805 [  8363] By: jhi                                   on 2001/01/08  02:19:24
27806         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
27807              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
27808              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
27809              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
27810      Branch: perl
27811            ! dump.c op.c
27812 ____________________________________________________________________________
27813 [  8362] By: jhi                                   on 2001/01/08  02:17:43
27814         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
27815              From: Doug MacEachern <dougm@covalent.net>
27816              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
27817              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
27818              
27819              Allow AUTOLOAD to be an xsub and allow such xsubs
27820              to avoid use of $AUTOLOAD.
27821      Branch: perl
27822            ! gv.c
27823 ____________________________________________________________________________
27824 [  8361] By: jhi                                   on 2001/01/08  02:16:07
27825         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27826              From: Radu Greab <radu@netsoft.ro>
27827              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
27828              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
27829              
27830              No need for the potentially unportable $SIG{CHLD}.
27831      Branch: perl
27832            ! t/io/pipe.t
27833 ____________________________________________________________________________
27834 [  8360] By: jhi                                   on 2001/01/08  01:58:23
27835         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
27836      Branch: perl
27837            ! lib/Getopt/Long.pm
27838 ____________________________________________________________________________
27839 [  8359] By: jhi                                   on 2001/01/08  01:55:44
27840         Log: Integrate perlio.
27841      Branch: perl
27842           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
27843           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
27844           !> utf8.c win32/Makefile
27845 ____________________________________________________________________________
27846 [  8358] By: jhi                                   on 2001/01/07  21:16:50
27847         Log: Update the EPOC cross SDK URL.
27848      Branch: perl
27849            ! README.epoc
27850 ____________________________________________________________________________
27851 [  8357] By: jhi                                   on 2001/01/07  21:16:09
27852         Log: Update the EPOC cross SDK URL.
27853      Branch: maint-5.6/perl
27854            ! README.epoc
27855 ____________________________________________________________________________
27856 [  8356] By: nick                                  on 2001/01/06  21:47:52
27857         Log: FILE * in XS code for PerlIO world:
27858              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
27859              - Add FILE * T_STDIO typemap.
27860              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
27861      Branch: perlio
27862            ! lib/ExtUtils/typemap perlio.c perlio.h
27863 ____________________________________________________________________________
27864 [  8355] By: jhi                                   on 2001/01/06  20:27:15
27865         Log: integrate change #8336 from mainline
27866              
27867              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
27868      Branch: maint-5.6/perl
27869            ! hv.c
27870 ____________________________________________________________________________
27871 [  8354] By: jhi                                   on 2001/01/06  20:24:29
27872         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27873              From: Robin Barker <rmb1@cise.npl.co.uk>
27874              Date: Fri, 22 Dec 2000 12:17:38 GMT
27875              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27876              
27877              The patch reformats some long =item lines so they give
27878              correct output via pod2man | nroff -man
27879              
27880              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
27881              From: Robin Barker <rmb1@cise.npl.co.uk>
27882              Date: Tue, 2 Jan 2001 15:35:03 GMT
27883              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
27884              
27885              Here is a _further_ patch which corrects a few more errors:
27886              * an empty C<=item> in CPAN.pm
27887              * patching the wrong file (pod/perlamiga.pod not README.amiga)
27888              * leaving empty C<=item>s which formatted incorrectly
27889              * over long C<=item>s revealed by latest patch to Pod::Man
27890      Branch: maint-5.6/perl
27891            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27892            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27893            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
27894            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
27895            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
27896            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
27897 ____________________________________________________________________________
27898 [  8353] By: jhi                                   on 2001/01/06  20:21:10
27899         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
27900              
27901              UTF-8 hash keys.
27902      Branch: maint-5.6/perl
27903            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
27904 ____________________________________________________________________________
27905 [  8352] By: jhi                                   on 2001/01/06  20:18:44
27906         Log: Forgotten from #8438.
27907      Branch: maint-5.6/perl
27908            ! epoc/epocish.h
27909 ____________________________________________________________________________
27910 [  8351] By: jhi                                   on 2001/01/06  20:18:12
27911         Log: Forgotten from #8347.
27912      Branch: maint-5.6/perl
27913            ! config_h.SH
27914 ____________________________________________________________________________
27915 [  8350] By: jhi                                   on 2001/01/06  20:00:19
27916         Log: Thinko in #8347.
27917      Branch: maint-5.6/perl
27918            ! regcomp.c
27919 ____________________________________________________________________________
27920 [  8349] By: jhi                                   on 2001/01/06  18:05:30
27921         Log: Copy the FAQ3 IDE section from the development branch,
27922              changes originally by Peter Prymmer.
27923      Branch: maint-5.6/perl
27924            ! pod/perlfaq3.pod
27925 ____________________________________________________________________________
27926 [  8348] By: jhi                                   on 2001/01/06  18:03:02
27927         Log: EPOC updates for TRIAL1.
27928              
27929              Subject: [5.6.1 trial1] EPOC update
27930              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27931              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
27932              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
27933              
27934              Subject: epoc patch2 for perl-5.6.1-trial1
27935              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27936              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
27937              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
27938      Branch: maint-5.6/perl
27939            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27940            ! epoc/epocish.c
27941 ____________________________________________________________________________
27942 [  8347] By: jhi                                   on 2001/01/06  17:29:10
27943         Log: integrate changes #7710,7824,7973 from mainline,
27944              plus VMS nits from Peter Prymmer and Dan Sugalski.
27945              
27946              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
27947              library (getprotobyname and getprotobynumber are outversioned by
27948              the same calls in libc, at least for xlc version 3.
27949              
27950              Add HAS_SBRK_PROTO.
27951              
27952              Fixes for signedness warnings noticed by VMSperlers.
27953      Branch: maint-5.6/perl
27954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27955            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
27956            ! sv.c vms/descrip_mms.template vos/config.alpha.def
27957            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27958            ! win32/config.bc win32/config.gc win32/config.vc
27959 ____________________________________________________________________________
27960 [  8346] By: nick                                  on 2001/01/06  14:36:01
27961         Log: Fixup accumulated integrate muddles (perlio == devperl again)
27962      Branch: perlio
27963            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
27964 ____________________________________________________________________________
27965 [  8345] By: nick                                  on 2001/01/06  14:24:58
27966         Log: Integrate mainline
27967      Branch: perlio
27968           !> (integrate 55 files)
27969 ____________________________________________________________________________
27970 [  8344] By: jhi                                   on 2001/01/06  02:24:02
27971         Log: Subject: [patch] PerlIO_cleanup() prototype
27972              From: Doug MacEachern <dougm@covalent.net>
27973              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
27974              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
27975      Branch: perl
27976            ! perlio.h
27977 ____________________________________________________________________________
27978 [  8343] By: jhi                                   on 2001/01/06  01:04:09
27979         Log: IRIX compiler noticed that the bof initialization might be
27980              bypassed by control flow.
27981      Branch: perl
27982            ! toke.c
27983 ____________________________________________________________________________
27984 [  8342] By: jhi                                   on 2001/01/06  00:10:48
27985         Log: Update Changes.
27986      Branch: perl
27987            ! Changes patchlevel.h
27988 ____________________________________________________________________________
27989 [  8341] By: jhi                                   on 2001/01/05  23:52:33
27990         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
27991      Branch: perl
27992            ! toke.c
27993 ____________________________________________________________________________
27994 [  8340] By: jhi                                   on 2001/01/05  22:44:08
27995         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
27996              From: Radu Greab <radu@netsoft.ro>
27997              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
27998              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
27999      Branch: perl
28000            ! t/io/pipe.t util.c
28001 ____________________________________________________________________________
28002 [  8339] By: jhi                                   on 2001/01/05  22:35:17
28003         Log: Subject: [PATCH] format and rewording in perlfaq.pod
28004              From: Robin Barker <rmb1@cise.npl.co.uk>
28005              Date: Fri, 5 Jan 2001 18:51:20 GMT
28006              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
28007      Branch: perl
28008            ! pod/perlfaq.pod
28009 ____________________________________________________________________________
28010 [  8338] By: jhi                                   on 2001/01/05  22:31:17
28011         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
28012              From: Peter Prymmer <pvhp@forte.com>
28013              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
28014              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
28015      Branch: perl
28016            ! utils/perlbug.PL
28017 ____________________________________________________________________________
28018 [  8337] By: jhi                                   on 2001/01/05  18:15:11
28019         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
28020              From: Robin Barker <rmb1@cise.npl.co.uk>
28021              Date: Tue, 2 Jan 2001 15:24:07 GMT
28022              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
28023              
28024              If you call configure as C<./Configure> or C<sh ./Configure>,
28025              $src is set to the absolute path name, not '.'.
28026              
28027              This, in turn, means -Dmksymlink tries to do its stuff because
28028              it does not think it is in the src directory.
28029              
28030              (plus a metaconfig nitfix)
28031      Branch: metaconfig
28032            ! U/compline/ccflags.U U/modified/src.U
28033      Branch: perl
28034            ! Configure config_h.SH
28035 ____________________________________________________________________________
28036 [  8336] By: jhi                                   on 2001/01/05  17:48:32
28037         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
28038              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28039              Message-ID: <3A5606C4.473D2226@uk.sun.com>
28040              Date: Fri, 05 Jan 2001 17:39:16 +0000
28041      Branch: perl
28042            ! hv.c
28043 ____________________________________________________________________________
28044 [  8335] By: jhi                                   on 2001/01/05  16:05:44
28045         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
28046      Branch: perl
28047            ! lib/Getopt/Long.pm
28048 ____________________________________________________________________________
28049 [  8334] By: jhi                                   on 2001/01/05  16:00:51
28050         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
28051              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28052              Date: Fri, 05 Jan 2001 13:46:51 +0100
28053              Message-ID: <13693.978698811@nice.ram.loc>
28054              
28055              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
28056              accurate reading of the "atime".  
28057      Branch: perl
28058            ! t/io/fs.t
28059 ____________________________________________________________________________
28060 [  8333] By: jhi                                   on 2001/01/05  15:57:37
28061         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
28062              From: Simon Cozens <simon@cozens.net>
28063              Date: Fri, 8 Dec 2000 13:33:31 +0000
28064              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
28065              
28066              A lost patch fragment.
28067      Branch: perl
28068            ! doop.c
28069 ____________________________________________________________________________
28070 [  8332] By: jhi                                   on 2001/01/05  15:40:42
28071         Log: Do away with strncpy() and a fixed length buffer.
28072      Branch: perl
28073            ! utf8.c
28074 ____________________________________________________________________________
28075 [  8331] By: jhi                                   on 2001/01/05  15:03:07
28076         Log: Tests for #8329 and #8330.
28077      Branch: perl
28078            ! t/op/bop.t
28079 ____________________________________________________________________________
28080 [  8330] By: jhi                                   on 2001/01/05  15:02:38
28081         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
28082              raw 8-bit form to the UTF-8 string.
28083      Branch: perl
28084            ! toke.c
28085 ____________________________________________________________________________
28086 [  8329] By: jhi                                   on 2001/01/05  14:55:13
28087         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
28088              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28089              Date: Fri, 5 Jan 2001 12:28:52 +0100
28090              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
28091              
28092              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
28093              no effect.  (changed the strncpy() to Copy())
28094      Branch: perl
28095            ! toke.c
28096 ____________________________________________________________________________
28097 [  8328] By: jhi                                   on 2001/01/05  06:44:27
28098         Log: UTF-8 cleanup.
28099      Branch: perl
28100            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28101            ! regexec.c sv.c toke.c
28102 ____________________________________________________________________________
28103 [  8327] By: jhi                                   on 2001/01/05  01:11:29
28104         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')
28105              From: Radu Greab <radu@netsoft.ro>
28106              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
28107              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
28108              
28109              Cleans up Harness to not use FileHandle, which uses IO.
28110      Branch: perl
28111            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
28112 ____________________________________________________________________________
28113 [  8326] By: jhi                                   on 2001/01/05  00:56:37
28114         Log: Update Changes.
28115      Branch: perl
28116            ! Changes patchlevel.h
28117 ____________________________________________________________________________
28118 [  8325] By: jhi                                   on 2001/01/05  00:53:18
28119         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
28120              From: Peter Prymmer <pvhp@forte.com>
28121              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
28122              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
28123              
28124              plus a couple more tailing whitespace removals.
28125      Branch: perl
28126            ! win32/Makefile
28127 ____________________________________________________________________________
28128 [  8324] By: jhi                                   on 2001/01/05  00:47:39
28129         Log: Add some Unicode chop() tests.
28130      Branch: perl
28131            ! t/op/chop.t
28132 ____________________________________________________________________________
28133 [  8323] By: jhi                                   on 2001/01/05  00:47:23
28134         Log: Unify UTF-8 malformedness handling.
28135      Branch: perl
28136            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
28137 ____________________________________________________________________________
28138 [  8322] By: jhi                                   on 2001/01/04  22:21:54
28139         Log: The new $issymlink was unknown to Mksymlinks.
28140      Branch: metaconfig/U/perl
28141            ! Mksymlinks.U issymlink.U
28142      Branch: perl
28143            ! Configure config_h.SH
28144 ____________________________________________________________________________
28145 [  8321] By: jhi                                   on 2001/01/04  21:51:05
28146         Log: The test didn't work under the core test framework.
28147      Branch: perl
28148            ! t/lib/st-lock.t
28149 ____________________________________________________________________________
28150 [  8320] By: jhi                                   on 2001/01/04  21:14:22
28151         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
28152      Branch: perl
28153            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
28154 ____________________________________________________________________________
28155 [  8319] By: jhi                                   on 2001/01/04  20:46:17
28156         Log: Typo in #8312 when manually appying a problematic patch fragment.
28157      Branch: perl
28158            ! ext/Storable/Storable.xs
28159 ____________________________________________________________________________
28160 [  8318] By: jhi                                   on 2001/01/04  20:43:01
28161         Log: The $sh_c didn't fly.
28162      Branch: metaconfig
28163            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28164            ! U/modified/Loc.U U/modified/myhostname.U
28165            ! U/modified/spitshell.U
28166      Branch: metaconfig/U/perl
28167            ! issymlink.U
28168      Branch: perl
28169            ! Configure config_h.SH
28170 ____________________________________________________________________________
28171 [  8317] By: jhi                                   on 2001/01/04  19:58:01
28172         Log: AIX builtin test -h is broken, changes based on
28173              
28174              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
28175              Date: Tue, 02 Jan 2001 11:24:39 +0100
28176              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28177              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
28178      Branch: metaconfig
28179            + U/modified/spitshell.U
28180            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
28181            ! U/modified/Loc.U U/modified/myhostname.U
28182      Branch: metaconfig/U/perl
28183            ! Mksymlinks.U issymlink.U
28184      Branch: perl
28185            ! Configure
28186 ____________________________________________________________________________
28187 [  8316] By: jhi                                   on 2001/01/04  19:02:22
28188         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
28189              From: Andy Dougherty <doughera@lafayette.edu>
28190              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
28191              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
28192              
28193              Beware of GNU ld.
28194      Branch: perl
28195            ! hints/solaris_2.sh
28196 ____________________________________________________________________________
28197 [  8315] By: jhi                                   on 2001/01/04  18:56:48
28198         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
28199              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
28200              Date: Wed, 3 Jan 2001 07:58:51 +0100
28201              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
28202      Branch: perl
28203            ! hints/solaris_2.sh
28204 ____________________________________________________________________________
28205 [  8314] By: jhi                                   on 2001/01/04  18:54:07
28206         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28207              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28208              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
28209              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
28210              
28211              Doc tweak on #8313.
28212      Branch: perl
28213            ! ext/B/B/Deparse.pm
28214 ____________________________________________________________________________
28215 [  8313] By: jhi                                   on 2001/01/04  18:52:27
28216         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
28217              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
28218              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28219              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
28220              
28221              Make the peephole optimizer to bypass more null ops and
28222              and rewrite the deparse handling of continue blocks.
28223      Branch: perl
28224            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
28225 ____________________________________________________________________________
28226 [  8312] By: jhi                                   on 2001/01/04  18:47:39
28227         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
28228      Branch: perl
28229            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
28230            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28231            ! t/lib/st-lock.t
28232 ____________________________________________________________________________
28233 [  8311] By: jhi                                   on 2001/01/04  18:36:08
28234         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
28235              filter to be run on each .pm during the pm_to_blib() phase,
28236              a fixed version of
28237              
28238              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
28239              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
28240              Date: Wed, 03 Jan 2001 22:01:30 +0100
28241              Message-ID: <5296.978555690@nice.ram.loc>
28242      Branch: perl
28243            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
28244            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
28245            ! lib/ExtUtils/MakeMaker.pm
28246 ____________________________________________________________________________
28247 [  8310] By: jhi                                   on 2001/01/04  18:32:54
28248         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28249              From: Robin Barker <rmb1@cise.npl.co.uk>
28250              Date: Tue, 2 Jan 2001 15:35:03 GMT
28251              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
28252      Branch: perl
28253            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
28254            ! pod/perlrequick.pod
28255 ____________________________________________________________________________
28256 [  8309] By: jhi                                   on 2001/01/04  18:29:07
28257         Log: Subject: Re: [patch] static-ize XS()
28258              From: Doug MacEachern <dougm@covalent.net>
28259              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
28260              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
28261              
28262              Provide prototypes for the XS functions.
28263      Branch: perl
28264            ! lib/ExtUtils/xsubpp
28265 ____________________________________________________________________________
28266 [  8308] By: jhi                                   on 2001/01/04  18:27:44
28267         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
28268              From: Doug MacEachern <dougm@covalent.net>
28269              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
28270              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
28271      Branch: perl
28272            ! lib/ExtUtils/typemap
28273 ____________________________________________________________________________
28274 [  8307] By: jhi                                   on 2001/01/04  18:25:25
28275         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
28276              From: Doug MacEachern <dougm@covalent.net>
28277              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
28278              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
28279              
28280              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
28281      Branch: perl
28282            ! lib/ExtUtils/MM_Unix.pm
28283 ____________________________________________________________________________
28284 [  8306] By: jhi                                   on 2001/01/04  18:23:00
28285         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
28286              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28287              Date: Thu, 4 Jan 2001 12:47:10 +0100 
28288              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
28289              
28290              The toke.c part only, patching embed.h and proto.h is futile.
28291      Branch: perl
28292            ! toke.c
28293 ____________________________________________________________________________
28294 [  8305] By: jhi                                   on 2001/01/04  18:05:51
28295         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
28296              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28297              Date: Thu, 4 Jan 2001 17:50:12 +0100 
28298              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
28299      Branch: perl
28300            ! toke.c
28301 ____________________________________________________________________________
28302 [  8304] By: jhi                                   on 2001/01/04  18:03:26
28303         Log: Subject: [PATCH perl@8269]
28304              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28305              Date: Thu, 4 Jan 2001 12:53:39 +0100 
28306              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
28307              
28308              If running byacc write-enable also perly.h.
28309      Branch: perl
28310            ! Makefile.SH
28311 ____________________________________________________________________________
28312 [  8303] By: jhi                                   on 2001/01/04  15:40:49
28313         Log: Rewrite pp_concat() in terms of sv_catsv().
28314      Branch: perl
28315            ! pp_hot.c
28316 ____________________________________________________________________________
28317 [  8302] By: nick                                  on 2001/01/03  22:43:22
28318         Log: Integrate mainline.
28319      Branch: perlio
28320           !> ext/Encode/Encode.xs sv.c utf8.c
28321 ____________________________________________________________________________
28322 [  8301] By: jhi                                   on 2001/01/02  23:40:26
28323         Log: Variable naming tweak.
28324      Branch: perl
28325            ! sv.c
28326 ____________________________________________________________________________
28327 [  8300] By: jhi                                   on 2001/01/02  23:40:02
28328         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
28329              in is_utf8_string().
28330      Branch: perl
28331            ! utf8.c
28332 ____________________________________________________________________________
28333 [  8299] By: jhi                                   on 2001/01/02  22:14:40
28334         Log: Integrate perlio.
28335      Branch: perl
28336           !> pp.c pp_hot.c win32/Makefile
28337 ____________________________________________________________________________
28338 [  8298] By: nick                                  on 2001/01/02  22:03:06
28339         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28340      Branch: perlio
28341            ! pp.c pp_hot.c
28342 ____________________________________________________________________________
28343 [  8297] By: jhi                                   on 2001/01/02  04:26:28
28344         Log: Signedness nit.
28345      Branch: perl
28346            ! ext/Encode/Encode.xs
28347 ____________________________________________________________________________
28348 [  8296] By: nick                                  on 2001/01/01  23:49:36
28349         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
28350      Branch: perlio
28351            ! win32/Makefile
28352 ____________________________________________________________________________
28353 [  8295] By: jhi                                   on 2001/01/01  23:05:48
28354         Log: Integrate perlio.
28355      Branch: perl
28356           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28357           !> t/lib/encode.t
28358 ____________________________________________________________________________
28359 [  8294] By: nick                                  on 2001/01/01  22:48:34
28360         Log: Integrate mainline
28361      Branch: perlio
28362            ! pp_hot.c t/lib/encode.t
28363           !> (integrate 65 files)
28364 ____________________________________________________________________________
28365 [  8293] By: nick                                  on 2001/01/01  21:58:50
28366         Log: More rigor in UTF-8-ness of Encode's toUnicode
28367              XS export some of the utf8 internal functions.
28368              Test some of the functions.
28369              Fix pp_concat() bug shown by said tests.
28370      Branch: perlio
28371            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
28372            ! t/lib/encode.t
28373 ____________________________________________________________________________
28374 [  8292] By: jhi                                   on 2001/01/01  18:11:44
28375         Log: Integrate perlio.
28376      Branch: perl
28377           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28378           !> ext/Encode/encengine.c ext/Encode/encode.h
28379 ____________________________________________________________________________
28380 [  8291] By: jhi                                   on 2001/01/01  18:10:58
28381         Log: Podify README.mpeix (a new version from the web),
28382              add a dummy NAME to Carp::Heavy, regen toc.
28383      Branch: perl
28384            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
28385            ! pod/perltoc.pod
28386 ____________________________________________________________________________
28387 [  8290] By: nick                                  on 2001/01/01  17:43:47
28388         Log: Loose the "Loading..." warning.
28389              Another bug in fallback support
28390      Branch: perlio
28391            ! ext/Encode/Encode.pm ext/Encode/encengine.c
28392 ____________________________________________________________________________
28393 [  8289] By: jhi                                   on 2001/01/01  00:01:57
28394         Log: Bump up Larry's copyright.
28395      Branch: perl
28396            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
28397            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
28398            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
28399            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
28400            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
28401            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
28402            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
28403            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
28404 ____________________________________________________________________________
28405 [  8288] By: nick                                  on 2000/12/31  21:27:53
28406         Log: Fix .ucm reading - forgot a chr()
28407              Start of .ucm write (for .enc to .ucm)
28408      Branch: perlio
28409            ! ext/Encode/compile
28410 ____________________________________________________________________________
28411 [  8287] By: jhi                                   on 2000/12/31  18:15:56
28412         Log: Comment away a diagnostic message as noted by Craig A. Berry
28413              (the unexpected message was confusing testing)
28414      Branch: perl
28415            ! ext/Encode/Encode.pm
28416 ____________________________________________________________________________
28417 [  8286] By: jhi                                   on 2000/12/31  18:14:51
28418         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
28419              Date: Sun, 31 Dec 2000 11:17:37 -0600
28420              From: "Craig A. Berry" <craigberry@mac.com>
28421              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
28422      Branch: perl
28423            ! ext/Encode/Makefile.PL
28424 ____________________________________________________________________________
28425 [  8285] By: nick                                  on 2000/12/31  18:11:54
28426         Log: Start of support of ICU-style .ucm files:
28427              - teach compile how to read a .ucm file
28428              - first guess at how to represent fallbacks in "tries".
28429              - use fallbacks if check == 0
28430              - new return code to indicate we used one.
28431      Branch: perlio
28432            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
28433            ! ext/Encode/encengine.c ext/Encode/encode.h
28434 ____________________________________________________________________________
28435 [  8284] By: jhi                                   on 2000/12/31  18:04:41
28436         Log: Pacify picky VMS compiler.
28437              
28438              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
28439              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28440              Date: Sat, 30 Dec 2000 18:10:02 -0600
28441              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
28442      Branch: perl
28443            ! sv.c
28444 ____________________________________________________________________________
28445 [  8283] By: jhi                                   on 2000/12/31  16:11:47
28446         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
28447      Branch: perl
28448            ! t/lib/glob-basic.t
28449 ____________________________________________________________________________
28450 [  8282] By: jhi                                   on 2000/12/31  15:26:11
28451         Log: Integrate perlio.
28452      Branch: perl
28453           !> makedef.pl opcode.pl os2/os2.c perlio.c
28454 ____________________________________________________________________________
28455 [  8281] By: nick                                  on 2000/12/31  10:06:15
28456         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
28457              is available to be exported
28458      Branch: perlio
28459            ! makedef.pl perlio.c
28460 ____________________________________________________________________________
28461 [  8280] By: nick                                  on 2000/12/31  09:41:26
28462         Log: Ilya's OS2 patch (testing for damage on Win32)
28463      Branch: perlio
28464            ! makedef.pl opcode.pl os2/os2.c
28465 ____________________________________________________________________________
28466 [  8279] By: jhi                                   on 2000/12/30  21:52:07
28467         Log: Test nits.
28468      Branch: perl
28469            ! t/lib/syslfs.t t/op/lfs.t
28470 ____________________________________________________________________________
28471 [  8278] By: jhi                                   on 2000/12/30  21:47:49
28472         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28473              From: andreas.koenig@anima.de (Andreas J. Koenig)
28474              Date: 30 Dec 2000 22:35:37 +0100
28475              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
28476              
28477              The 32-bit wraparound test wasn't quite right.
28478      Branch: perl
28479            ! t/lib/syslfs.t t/op/lfs.t
28480 ____________________________________________________________________________
28481 [  8277] By: jhi                                   on 2000/12/30  21:33:44
28482         Log: Subject: [PATCH] open() example in perlfunc.pod 
28483              From: Karsten Sperling <s_sperli@ira.uka.de>
28484              Date: Sat, 30 Dec 2000 22:27:09 +0100
28485              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
28486      Branch: perl
28487            ! pod/perlfunc.pod
28488 ____________________________________________________________________________
28489 [  8276] By: jhi                                   on 2000/12/30  20:32:40
28490         Log: Not quite that many tests yet.
28491      Branch: perl
28492            ! t/op/pat.t
28493 ____________________________________________________________________________
28494 [  8275] By: jhi                                   on 2000/12/30  20:26:58
28495         Log: Integrate perlio.
28496      Branch: perl
28497           !> toke.c
28498 ____________________________________________________________________________
28499 [  8274] By: jhi                                   on 2000/12/30  20:24:56
28500         Log: Signedness nit.
28501      Branch: perl
28502            ! utf8.c
28503 ____________________________________________________________________________
28504 [  8273] By: jhi                                   on 2000/12/30  20:15:46
28505         Log: Add a test case for 20000731.001 which was fixed by the #8267.
28506      Branch: perl
28507            ! t/op/pat.t
28508 ____________________________________________________________________________
28509 [  8272] By: nick                                  on 2000/12/30  19:47:51
28510         Log: Tweak for MULTIPLICITY/USE_PERLIO
28511      Branch: perlio
28512            ! toke.c
28513 ____________________________________________________________________________
28514 [  8271] By: nick                                  on 2000/12/30  19:46:45
28515         Log: Integrate mainline
28516      Branch: perlio
28517           +> lib/unicode/distinct.pm
28518           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
28519           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
28520           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
28521 ____________________________________________________________________________
28522 [  8270] By: jhi                                   on 2000/12/30  19:39:50
28523         Log: Subject: RE: perl@8269
28524              From: "Richard Soderberg" <rs@crystalflame.net>
28525              Date: Sat, 30 Dec 2000 11:36:27 -0800
28526              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
28527              
28528              A missing aTHX_.
28529      Branch: perl
28530            ! toke.c
28531 ____________________________________________________________________________
28532 [  8269] By: jhi                                   on 2000/12/30  18:55:48
28533         Log: Update Changes.
28534      Branch: perl
28535            ! Changes patchlevel.h
28536 ____________________________________________________________________________
28537 [  8268] By: jhi                                   on 2000/12/30  17:18:40
28538         Log: Add a test for Unicode split //.  The #8267 was the cure.
28539      Branch: perl
28540            ! t/op/split.t
28541 ____________________________________________________________________________
28542 [  8267] By: jhi                                   on 2000/12/30  17:14:19
28543         Log: Subject: more UTF8 test suites and an UTF8 patch
28544              From: Inaba Hiroto <inaba@st.rim.or.jp>
28545              Date: Sat, 30 Dec 2000 14:27:10 +0900
28546              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
28547              
28548              Just the patch part for now, and the pragma renamed
28549              as unicode::distinct.
28550      Branch: perl
28551            + lib/unicode/distinct.pm
28552            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
28553            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
28554            ! regcomp.h regexec.c sv.c toke.c utf8.c
28555 ____________________________________________________________________________
28556 [  8266] By: nick                                  on 2000/12/30  16:40:49
28557         Log: Integrate mainline
28558      Branch: perlio
28559           +> lib/Pod/Text/Overstrike.pm
28560           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
28561           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
28562           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
28563           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
28564           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
28565 ____________________________________________________________________________
28566 [  8265] By: jhi                                   on 2000/12/30  07:28:55
28567         Log: The sv_catsv() fix, take two.
28568      Branch: perl
28569            ! sv.c t/op/join.t
28570 ____________________________________________________________________________
28571 [  8264] By: jhi                                   on 2000/12/30  06:19:18
28572         Log: Undo all the join-related changes since #8248: relevant
28573              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
28574              The new sv_catsv() doesn't fly so it must go back to
28575              the drawing board.
28576      Branch: perl
28577            ! sv.c t/op/join.t t/pragma/utf8.t
28578 ____________________________________________________________________________
28579 [  8263] By: jhi                                   on 2000/12/30  01:08:32
28580         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
28581      Branch: perl
28582            ! sv.c
28583 ____________________________________________________________________________
28584 [  8262] By: jhi                                   on 2000/12/30  00:45:14
28585         Log: Retract #8261.
28586      Branch: perl
28587            ! hv.c util.c
28588 ____________________________________________________________________________
28589 [  8261] By: jhi                                   on 2000/12/30  00:38:32
28590         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
28591      Branch: perl
28592            ! hv.c util.c
28593 ____________________________________________________________________________
28594 [  8260] By: jhi                                   on 2000/12/29  22:51:33
28595         Log: (Retracted by #8264)  More fixing for #8251.
28596      Branch: perl
28597            ! sv.c
28598 ____________________________________________________________________________
28599 [  8259] By: jhi                                   on 2000/12/29  18:27:30
28600         Log: Subject: podlators 1.06 released
28601              From: Russ Allbery <rra@stanford.edu>
28602              Date: 25 Dec 2000 05:09:30 -0800
28603              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
28604      Branch: perl
28605            + lib/Pod/Text/Overstrike.pm
28606            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
28607            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
28608 ____________________________________________________________________________
28609 [  8258] By: jhi                                   on 2000/12/29  18:20:45
28610         Log: Make the large file tests more robust/talkative as suggested by
28611              
28612              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
28613              From: andreas.koenig@anima.de (Andreas J. Koenig)
28614              Date: 29 Dec 2000 14:23:01 +0100
28615              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
28616      Branch: perl
28617            ! t/lib/syslfs.t t/op/lfs.t
28618 ____________________________________________________________________________
28619 [  8257] By: jhi                                   on 2000/12/29  17:48:04
28620         Log: Further VMS piping fixes from Charles Lane:
28621              
28622              In summary, error messages produced when a subprocess terminated
28623              abnormally were being sent not just to the parent process, but to
28624              grandparents, because of default values for error output that were
28625              not completely overridden when the subprocess was started.
28626              
28627              This patch fixes this behavior by defining user-mode (i.e., temporary
28628              for the duration of the program) logical names for SYS$OUTPUT and
28629              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
28630              changes to make it so that the user-mode logicals are the ones that
28631              control where Perl's error messages go if it terminates abnormally.
28632              
28633              I also added some gratuitous fixes to the indentation of braces in
28634              the piping code.  It just looked ugly, before.
28635      Branch: perl
28636            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
28637 ____________________________________________________________________________
28638 [  8256] By: jhi                                   on 2000/12/29  17:45:12
28639         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
28640              From: "Casey R. Tweten" <crt@kiski.net>
28641              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
28642              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
28643              
28644              Tests for for #8240.
28645      Branch: perl
28646            ! t/pragma/constant.t
28647 ____________________________________________________________________________
28648 [  8255] By: jhi                                   on 2000/12/29  17:43:07
28649         Log: Subject: Re: [PATCH] Interesting syntax idea
28650              From: Simon Cozens <simon@cozens.net>
28651              Date: Fri, 29 Dec 2000 14:34:04 +0000
28652              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
28653              
28654              Tests for #8254.
28655      Branch: perl
28656            ! t/pragma/sub_lval.t
28657 ____________________________________________________________________________
28658 [  8254] By: jhi                                   on 2000/12/29  17:42:11
28659         Log: Subject: [PATCH] Interesting syntax idea
28660              From: Simon Cozens <simon@cozens.net>
28661              Date: Wed, 27 Dec 2000 05:08:57 +0000
28662              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
28663              
28664              Make opens + bareword assigns do typeglob assigns.
28665      Branch: perl
28666            ! op.c
28667 ____________________________________________________________________________
28668 [  8253] By: jhi                                   on 2000/12/29  17:36:45
28669         Log: Output the (apparent) version of gcc, as suggested by
28670              
28671              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
28672              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
28673              Date: 26 Dec 2000 04:29:17 -0500
28674              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
28675              
28676              (The patch as such didn't any more apply as the misparsing had
28677              already been addressed in #6474.)  Also change the wording about
28678              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
28679      Branch: perl
28680            ! hints/dec_osf.sh
28681 ____________________________________________________________________________
28682 [  8252] By: nick                                  on 2000/12/29  12:14:31
28683         Log: Integrate mainline
28684      Branch: perlio
28685           !> (integrate 27 files)
28686 ____________________________________________________________________________
28687 [  8251] By: jhi                                   on 2000/12/29  08:45:46
28688         Log: (Retracted by #8264)
28689              
28690              (Fixed by #8260.)
28691              
28692              sv_catsv() needs one more byte space than seems reasonable.
28693              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
28694              Curiouser and curiouser.
28695      Branch: perl
28696            ! sv.c
28697 ____________________________________________________________________________
28698 [  8250] By: jhi                                   on 2000/12/29  07:57:52
28699         Log: More split // UTF-8 tests.
28700      Branch: perl
28701            ! t/pragma/utf8.t
28702 ____________________________________________________________________________
28703 [  8249] By: jhi                                   on 2000/12/29  07:54:51
28704         Log: (Retracted by #8264)  More join() testing which was good because
28705              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
28706      Branch: perl
28707            ! pp.c t/op/join.t utf8.c utf8.h
28708 ____________________________________________________________________________
28709 [  8248] By: jhi                                   on 2000/12/29  07:08:32
28710         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
28711              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
28712              that the only cases to care about are byte+byte and byte+character.
28713              
28714              TODO: See how well pp_concat() could be implemented in terms
28715              of sv_catsv().
28716      Branch: perl
28717            ! doop.c sv.c t/op/join.t utf8.h
28718 ____________________________________________________________________________
28719 [  8247] By: jhi                                   on 2000/12/29  06:35:23
28720         Log: Signedness nit.
28721      Branch: perl
28722            ! pp_hot.c
28723 ____________________________________________________________________________
28724 [  8246] By: jhi                                   on 2000/12/29  01:23:31
28725         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
28726              From: Lupe Christoph <lupe@lupe-christoph.de>
28727              Date: Thu, 28 Dec 2000 23:00:00 +0100
28728              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
28729              
28730              Suggest rsync --delete --dry-run.
28731      Branch: perl
28732            ! pod/perlhack.pod
28733 ____________________________________________________________________________
28734 [  8245] By: jhi                                   on 2000/12/28  23:57:05
28735         Log: The maxiters upper limit sanity check (guarding against
28736              non-progress) assumed bytes instead of characters in s///
28737              and split().
28738      Branch: perl
28739            ! pp.c pp_hot.c
28740 ____________________________________________________________________________
28741 [  8244] By: jhi                                   on 2000/12/28  23:34:08
28742         Log: Make some panic messages a bit more logical.
28743      Branch: perl
28744            ! doop.c pod/perldiag.pod pp.c pp_hot.c
28745 ____________________________________________________________________________
28746 [  8243] By: jhi                                   on 2000/12/28  22:59:16
28747         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
28748              From: Simon Cozens <simon@cozens.net>
28749              Date: Wed, 27 Dec 2000 02:30:03 +0000
28750              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
28751      Branch: perl
28752            ! pp.c t/pragma/sub_lval.t
28753 ____________________________________________________________________________
28754 [  8242] By: jhi                                   on 2000/12/28  22:56:53
28755         Log: Subject: [PATCH blead] Fix B::Terse indentation
28756              From: Daniel Chetlin <daniel@chetlin.com>
28757              Date: Wed, 27 Dec 2000 06:43:30 -0800
28758              Message-ID: <20001227064329.B9573@darkstar>
28759      Branch: perl
28760            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
28761 ____________________________________________________________________________
28762 [  8241] By: jhi                                   on 2000/12/28  22:48:59
28763         Log: The latter patch from the
28764              
28765              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
28766              From: Peter Prymmer <pvhp@forte.com> 
28767              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
28768              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
28769              
28770              (the former patch from the above should have been
28771              taken care of by Nick I-S)
28772      Branch: perl
28773            ! win32/Makefile
28774 ____________________________________________________________________________
28775 [  8240] By: jhi                                   on 2000/12/28  22:45:22
28776         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
28777              From: "Casey R. Tweten" <crt@kiski.net>
28778              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
28779              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
28780      Branch: perl
28781            ! lib/constant.pm
28782 ____________________________________________________________________________
28783 [  8239] By: jhi                                   on 2000/12/28  22:37:45
28784         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
28785              From: Simon Cozens <simon@cozens.net>
28786              Date: Wed, 27 Dec 2000 14:12:44 +0000
28787              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
28788      Branch: perl
28789            ! t/op/method.t t/op/sort.t toke.c
28790 ____________________________________________________________________________
28791 [  8238] By: jhi                                   on 2000/12/28  22:30:32
28792         Log: Subject: [PATCH perl@8229] Call.pm
28793              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28794              Date: Mon, 25 Dec 2000 10:47:15 -0000
28795              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
28796      Branch: perl
28797            ! ext/Filter/Util/Call/Call.pm
28798 ____________________________________________________________________________
28799 [  8237] By: jhi                                   on 2000/12/28  22:19:21
28800         Log: Subject: [PATCH blead] Fix problem with `&' prototype
28801              From: Daniel Chetlin <daniel@chetlin.com>
28802              Date: Wed, 27 Dec 2000 15:55:32 -0800
28803              Message-ID: <20001227155532.D9573@darkstar>
28804      Branch: perl
28805            ! op.c t/comp/proto.t
28806 ____________________________________________________________________________
28807 [  8236] By: jhi                                   on 2000/12/28  22:09:25
28808         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
28809              From: Daniel Chetlin <daniel@chetlin.com>
28810              Date: Sun, 24 Dec 2000 04:09:49 -0800
28811              Message-ID: <20001224040949.B3090@darkstar>
28812      Branch: perl
28813            ! gv.c mg.c t/op/attrs.t
28814 ____________________________________________________________________________
28815 [  8235] By: jhi                                   on 2000/12/28  22:07:11
28816         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
28817              From: Jan Dubois <jand@ActiveState.com>
28818              Date: Tue, 26 Dec 2000 20:57:31 -0800
28819              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
28820      Branch: perl
28821            ! win32/win32.c
28822 ____________________________________________________________________________
28823 [  8234] By: jhi                                   on 2000/12/28  21:52:42
28824         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
28825              From: Simon Cozens <simon@cozens.net>
28826              Date: Thu, 28 Dec 2000 20:33:13 +0000
28827              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
28828      Branch: perl
28829            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
28830 ____________________________________________________________________________
28831 [  8233] By: jhi                                   on 2000/12/28  19:40:49
28832         Log: Integrate perlio.
28833      Branch: perl
28834           !> ext/Encode/Makefile.PL ext/Encode/compile
28835 ____________________________________________________________________________
28836 [  8232] By: nick                                  on 2000/12/23  16:06:00
28837         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
28838              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
28839      Branch: perlio
28840            ! ext/Encode/Makefile.PL
28841 ____________________________________________________________________________
28842 [  8231] By: nick                                  on 2000/12/23  14:30:34
28843         Log: "Compiled" encode build cleanup
28844              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
28845              - .c files do not export sub-tables
28846      Branch: perlio
28847            ! ext/Encode/Makefile.PL ext/Encode/compile
28848 ____________________________________________________________________________
28849 [  8230] By: nick                                  on 2000/12/23  12:50:37
28850         Log: Integrate mainline
28851      Branch: perlio
28852           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28853           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28854           !> pod/perl5004delta.pod pod/perl5005delta.pod
28855           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28856           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28857           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28858           !> pod/perlsub.pod
28859 ____________________________________________________________________________
28860 [  8229] By: jhi                                   on 2000/12/22  15:32:12
28861         Log: Integrate perlio.
28862      Branch: perl
28863           +> win32/distclean.bat
28864           !> MANIFEST t/io/utf8.t
28865 ____________________________________________________________________________
28866 [  8228] By: jhi                                   on 2000/12/22  15:29:40
28867         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
28868              From: Robin Barker <rmb1@cise.npl.co.uk>
28869              Date: Fri, 22 Dec 2000 12:17:38 GMT
28870              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
28871      Branch: perl
28872            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
28873            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
28874            ! pod/perl5004delta.pod pod/perl5005delta.pod
28875            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
28876            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
28877            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
28878            ! pod/perlsub.pod
28879 ____________________________________________________________________________
28880 [  8227] By: jhi                                   on 2000/12/22  15:24:28
28881         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
28882              From: "John L. Allen" <allen@grumman.com>
28883              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
28884              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
28885              
28886              Document APPLLIB_EXP.
28887      Branch: perl
28888            ! INSTALL
28889 ____________________________________________________________________________
28890 [  8226] By: nick                                  on 2000/12/21  22:11:50
28891         Log: Handy script for when one forgets to "dmake clean" 
28892      Branch: perlio
28893            + win32/distclean.bat
28894            ! MANIFEST
28895 ____________________________________________________________________________
28896 [  8225] By: nick                                  on 2000/12/21  21:54:04
28897         Log: CRLF platform issue with io/utf8 fix.
28898      Branch: perlio
28899            ! t/io/utf8.t
28900 ____________________________________________________________________________
28901 [  8224] By: nick                                  on 2000/12/21  21:02:20
28902         Log: Integrate mainline
28903      Branch: perlio
28904           !> Changes Configure Makefile.SH Porting/Glossary
28905           !> Porting/config.sh Porting/config_H configure.com
28906           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
28907           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
28908           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
28909           !> win32/config.bc win32/config.gc win32/config.vc
28910 ____________________________________________________________________________
28911 [  8223] By: jhi                                   on 2000/12/21  17:09:16
28912         Log: Update Changes.
28913      Branch: perl
28914            ! Changes patchlevel.h
28915 ____________________________________________________________________________
28916 [  8222] By: jhi                                   on 2000/12/21  16:24:01
28917         Log: Metaconfig unit changes for #8221.
28918      Branch: metaconfig/U/perl
28919           +> issymlink.U
28920            - testsyml.U
28921            ! Mksymlinks.U
28922 ____________________________________________________________________________
28923 [  8221] By: jhi                                   on 2000/12/21  16:23:48
28924         Log: Rename testsyml to issymlink.
28925      Branch: perl
28926            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28927            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
28928            ! win32/config.vc
28929 ____________________________________________________________________________
28930 [  8220] By: jhi                                   on 2000/12/21  15:47:26
28931         Log: Robustness support for #8218 (symlink forest) since the GNU
28932              tools seem to be overly picky about symlinkage depths.
28933      Branch: perl
28934            ! Makefile.SH t/io/fs.t
28935 ____________________________________________________________________________
28936 [  8219] By: jhi                                   on 2000/12/21  15:38:27
28937         Log: Metaconfig changes for #8218.
28938      Branch: metaconfig
28939            ! U/modified/Oldconfig.U
28940      Branch: metaconfig/U/perl
28941            + Mksymlinks.U
28942            ! testsyml.U
28943 ____________________________________________________________________________
28944 [  8218] By: jhi                                   on 2000/12/21  15:37:57
28945         Log: Add Configure option -Dmksymlinks which will create a symlink
28946              forest if the current/build differs from the source directory.
28947              TODO: mkdir -p is not portable.
28948      Branch: perl
28949            ! Configure
28950 ____________________________________________________________________________
28951 [  8217] By: jhi                                   on 2000/12/21  14:39:12
28952         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
28953              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
28954              Date: Thu, 21 Dec 2000 09:38:18 GMT
28955              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
28956              
28957              The ofs became an SV.
28958      Branch: perl
28959            ! ext/Thread/Thread.xs
28960 ____________________________________________________________________________
28961 [  8216] By: jhi                                   on 2000/12/21  05:40:21
28962         Log: The polymorphism seems to have fixed 20000517.001.
28963      Branch: perl
28964            ! t/pragma/utf8.t
28965 ____________________________________________________________________________
28966 [  8215] By: jhi                                   on 2000/12/21  04:44:52
28967         Log: read() documentation tweak for 20001121.004.
28968      Branch: perl
28969            ! pod/perlfunc.pod
28970 ____________________________________________________________________________
28971 [  8214] By: jhi                                   on 2000/12/21  03:54:11
28972         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
28973      Branch: perl
28974            ! pp_sys.c t/op/misc.t
28975 ____________________________________________________________________________
28976 [  8213] By: jhi                                   on 2000/12/21  00:28:10
28977         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
28978              From: Peter Prymmer <pvhp@forte.com>
28979              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
28980              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
28981      Branch: perl
28982            ! configure.com
28983 ____________________________________________________________________________
28984 [  8212] By: jhi                                   on 2000/12/21  00:26:21
28985         Log: Edit edit edit.
28986      Branch: perl
28987            ! pod/perlfaq3.pod
28988 ____________________________________________________________________________
28989 [  8211] By: jhi                                   on 2000/12/20  18:52:46
28990         Log: Update Changes.
28991      Branch: perl
28992            ! Changes patchlevel.h
28993 ____________________________________________________________________________
28994 [  8210] By: jhi                                   on 2000/12/20  18:34:47
28995         Log: Yet another editor edit.
28996      Branch: perl
28997            ! pod/perlfaq3.pod
28998 ____________________________________________________________________________
28999 [  8209] By: jhi                                   on 2000/12/20  15:33:28
29000         Log: More Win32 Perling.
29001      Branch: perl
29002            ! pod/perlfaq3.pod
29003 ____________________________________________________________________________
29004 [  8208] By: jhi                                   on 2000/12/20  15:07:46
29005         Log: More Win32 editor/IDE/shell hints.
29006      Branch: perl
29007            ! pod/perlfaq3.pod
29008 ____________________________________________________________________________
29009 [  8207] By: jhi                                   on 2000/12/20  03:54:08
29010         Log: Subject: [PATCH] obscure timing knowledge
29011              From: Nicholas Clark <nick@ccl4.org>
29012              Date: Tue, 19 Dec 2000 19:22:31 +0000
29013              Message-ID: <20001219192231.F2827@plum.flirble.org>
29014      Branch: perl
29015            ! sv.c
29016 ____________________________________________________________________________
29017 [  8206] By: jhi                                   on 2000/12/20  03:45:57
29018         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
29019              From: Spider Boardman <spider@leggy.zk3.dec.com>
29020              Date: Tue, 19 Dec 2000 21:30:16 -0500
29021              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
29022      Branch: perl
29023            ! sv.c
29024 ____________________________________________________________________________
29025 [  8205] By: jhi                                   on 2000/12/19  23:02:01
29026         Log: Update Changes.
29027      Branch: perl
29028            ! Changes patchlevel.h
29029 ____________________________________________________________________________
29030 [  8204] By: jhi                                   on 2000/12/19  22:58:18
29031         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
29032              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
29033              on editors and diffing/patching.
29034      Branch: perl
29035            ! t/op/utf8decode.t
29036 ____________________________________________________________________________
29037 [  8203] By: nick                                  on 2000/12/19  21:36:16
29038         Log: Integrate mainline (forgot my own change...)
29039      Branch: perlio
29040           !> ext/Encode/compile
29041 ____________________________________________________________________________
29042 [  8202] By: nick                                  on 2000/12/19  21:34:42
29043         Log: Integrate mainline.
29044      Branch: perlio
29045           !> (integrate 61 files)
29046 ____________________________________________________________________________
29047 [  8201] By: nick                                  on 2000/12/19  21:34:06
29048         Log: Avoid looking for File::Glob when we don't need it.
29049      Branch: perl
29050            ! ext/Encode/compile
29051 ____________________________________________________________________________
29052 [  8200] By: jhi                                   on 2000/12/19  18:35:49
29053         Log: Update Changes.
29054      Branch: perl
29055            ! Changes patchlevel.h
29056 ____________________________________________________________________________
29057 [  8199] By: jhi                                   on 2000/12/19  18:35:07
29058         Log: Microperl tweaks.
29059      Branch: perl
29060            ! sv.c uconfig.h uconfig.sh
29061 ____________________________________________________________________________
29062 [  8198] By: jhi                                   on 2000/12/19  18:29:59
29063         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
29064      Branch: perl
29065            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29066            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
29067 ____________________________________________________________________________
29068 [  8197] By: jhi                                   on 2000/12/19  17:55:29
29069         Log: In VMS embedded perls couldn't access the statically built Socket,
29070              from Charles Lane.
29071      Branch: perl
29072            ! configure.com
29073 ____________________________________________________________________________
29074 [  8196] By: jhi                                   on 2000/12/19  17:49:50
29075         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
29076              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
29077              Date: Sun, 17 Dec 2000 19:11:44 -0000
29078              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
29079      Branch: perl
29080            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29081            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
29082 ____________________________________________________________________________
29083 [  8195] By: jhi                                   on 2000/12/19  17:47:53
29084         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
29085              From: Jonathan Stowe <gellyfish@gellyfish.com>
29086              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
29087              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
29088      Branch: perl
29089            ! utils/h2xs.PL
29090 ____________________________________________________________________________
29091 [  8194] By: jhi                                   on 2000/12/19  17:46:28
29092         Log: Subject: Re: useless use of void context work-around
29093              From: andreas.koenig@anima.de (Andreas J. Koenig)
29094              Date: 16 Dec 2000 15:13:36 +0100
29095              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
29096              
29097              Document (comment) the q(di ds ig) trick in the code.
29098      Branch: perl
29099            ! op.c
29100 ____________________________________________________________________________
29101 [  8193] By: jhi                                   on 2000/12/19  17:10:57
29102         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
29103              From: "Mark J. Reed" <mreed@strange.turner.com>
29104              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
29105              Message-Id: <200012160222.VAA13986@strange.turner.com>
29106      Branch: perl
29107            ! ext/Sys/Syslog/Syslog.pm
29108 ____________________________________________________________________________
29109 [  8192] By: jhi                                   on 2000/12/19  17:07:45
29110         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
29111              From: Nicholas Clark <nick@ccl4.org>
29112              Date: Sat, 16 Dec 2000 19:03:13 +0000
29113              Message-ID: <20001216190313.D68304@plum.flirble.org>
29114      Branch: perl
29115            ! t/op/64bitint.t
29116 ____________________________________________________________________________
29117 [  8191] By: jhi                                   on 2000/12/19  17:06:13
29118         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
29119              From: Dominic Dunlop <domo@computer.org>
29120              Date: Mon, 18 Dec 2000 12:00:15 +0100
29121              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
29122              
29123              This patchlet is needed in order that perl can be statically linked.  
29124      Branch: perl
29125            ! regexec.c
29126 ____________________________________________________________________________
29127 [  8190] By: jhi                                   on 2000/12/19  17:03:08
29128         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
29129              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29130              Date: Sun, 17 Dec 2000 00:18:35 -0600
29131              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
29132      Branch: perl
29133            ! perlio.h vms/gen_shrfls.pl
29134 ____________________________________________________________________________
29135 [  8189] By: jhi                                   on 2000/12/19  16:20:28
29136         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
29137              From: Prymmer/Kahn <pvhp@best.com>
29138              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
29139              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
29140              
29141              A better version of #8188.
29142      Branch: perl
29143            ! pod/perlfaq3.pod
29144 ____________________________________________________________________________
29145 [  8188] By: jhi                                   on 2000/12/19  15:57:06
29146         Log: (Replaced by #8189)
29147              
29148              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29149              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
29150              From: Prymmer/Kahn <pvhp@best.com>
29151              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
29152              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
29153              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
29154              Date: Mon, 18 Dec 2000 11:10:45 -0500
29155              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
29156      Branch: perl
29157            ! pod/perlfaq3.pod
29158 ____________________________________________________________________________
29159 [  8187] By: jhi                                   on 2000/12/19  15:54:19
29160         Log: Email address fix for Anton Berezin.
29161      Branch: perl
29162            ! AUTHORS
29163 ____________________________________________________________________________
29164 [  8186] By: jhi                                   on 2000/12/19  15:38:54
29165         Log: Subject: [PATCH perl@8102] cygwin port
29166              From: "Eric Fifer" <efifer@dircon.co.uk> 
29167              Date: Thu, 14 Dec 2000 13:41:29 -0000
29168              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
29169              
29170              When compiling modules the data item that is being imported
29171              from libperl.dll needs to be tagged as imported/shared data:
29172              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
29173      Branch: perl
29174            ! perliol.h
29175 ____________________________________________________________________________
29176 [  8185] By: jhi                                   on 2000/12/19  14:53:24
29177         Log: Regen uconfig.h and uconfig.sh.
29178      Branch: perl
29179            ! uconfig.h uconfig.sh
29180 ____________________________________________________________________________
29181 [  8184] By: jhi                                   on 2000/12/18  20:43:49
29182         Log: Comments work so much better when they are closed.
29183      Branch: perl
29184            ! regcomp.c
29185 ____________________________________________________________________________
29186 [  8183] By: jhi                                   on 2000/12/18  18:04:02
29187         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
29188              Fixes the bug 20001218.016.
29189      Branch: perl
29190            ! regcomp.c
29191 ____________________________________________________________________________
29192 [  8182] By: gsar                                  on 2000/12/18  09:53:47
29193         Log: delete spurious files
29194      Branch: maint-5.6/perl
29195            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
29196            - vos/config.h vos/config_h.SH_orig
29197 ____________________________________________________________________________
29198 [  8181] By: gsar                                  on 2000/12/18  09:46:08
29199         Log: regen perltoc
29200      Branch: maint-5.6/perl
29201            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
29202 ____________________________________________________________________________
29203 [  8180] By: gsar                                  on 2000/12/18  09:20:27
29204         Log: integrate changes#7924..7926,7946,7952 from mainline
29205      Branch: maint-5.6/perl
29206           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
29207           !> lib/File/stat.pm t/lib/class-struct.t
29208 ____________________________________________________________________________
29209 [  8179] By: gsar                                  on 2000/12/18  08:55:54
29210         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
29211              7918,7919,7988,8907 from mainline (various)
29212      Branch: maint-5.6/perl
29213           +> t/lib/class-struct.t
29214           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
29215           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
29216           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
29217 ____________________________________________________________________________
29218 [  8178] By: gsar                                  on 2000/12/18  08:16:30
29219         Log: avoid redefinition warnings on windows due to sys/socket.h getting
29220              #included before win32.h
29221      Branch: maint-5.6/perl
29222            ! win32/include/sys/socket.h
29223 ____________________________________________________________________________
29224 [  8177] By: gsar                                  on 2000/12/18  05:24:04
29225         Log: make regen_headers; fix POSIX.xs problems; remove outdated
29226              code from sys/socket.h that makes build fail now
29227      Branch: maint-5.6/perl
29228            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
29229            ! pod/perlapi.pod
29230           !> win32/include/sys/socket.h
29231 ____________________________________________________________________________
29232 [  8176] By: gsar                                  on 2000/12/18  05:20:17
29233         Log: update Changes
29234      Branch: maint-5.6/perl
29235            ! Changes patchlevel.h
29236 ____________________________________________________________________________
29237 [  8175] By: gsar                                  on 2000/12/18  04:57:48
29238         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
29239              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
29240              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
29241              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
29242              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
29243              7823,7825,7838
29244      Branch: maint-5.6/perl
29245           +> lib/File/Spec/Epoc.pm
29246           !> (integrate 88 files)
29247 ____________________________________________________________________________
29248 [  8174] By: gsar                                  on 2000/12/18  03:53:09
29249         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
29250              7625..7629,7631..7634,7637,7639,7642 from mainline
29251      Branch: maint-5.6/perl
29252           +> README.solaris
29253           !> (integrate 26 files)
29254 ____________________________________________________________________________
29255 [  8173] By: gsar                                  on 2000/12/18  03:37:02
29256         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
29257              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
29258              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
29259              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
29260      Branch: maint-5.6/perl
29261           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
29262            - MAINTAIN
29263           !> (integrate 111 files)
29264 ____________________________________________________________________________
29265 [  8172] By: jhi                                   on 2000/12/18  02:49:27
29266         Log: Regen pods.
29267      Branch: perl
29268            ! pod/perlmodlib.pod pod/perltoc.pod
29269 ____________________________________________________________________________
29270 [  8171] By: gsar                                  on 2000/12/18  02:49:24
29271         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
29272              7465..7471 from mainline
29273              
29274              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
29275              in platforms that strictly require all the symbols being present
29276              at link time.
29277              
29278              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
29279              
29280              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
29281              
29282              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
29283              
29284              Subject: [PATCH] todo
29285              
29286              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
29287              
29288              Use $sort, $uniq (and $tr) consistently as wondered
29289              by Nicholas Clark.
29290              
29291              Too enthusiastic editing in #7460.
29292              
29293              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
29294              
29295              Upgrade to CPAN 1.58_55.
29296              Subject: CPAN.pm status
29297              
29298              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
29299              
29300              Make target reordering to avoid pointless re-makes.
29301              Subject: Re: Total re-make of 'make okfile' after 7451 ?
29302              
29303              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
29304              
29305              Subject: DOC PATCH 5.6.0
29306              
29307              Add the repository doc by Malcolm, Sarathy, and by Simon,
29308              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
29309      Branch: maint-5.6/perl
29310           +> Porting/repository.pod
29311           !> Configure MANIFEST Makefile.SH README.dos README.os2
29312           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
29313           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
29314           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
29315 ____________________________________________________________________________
29316 [  8169] By: gsar                                  on 2000/12/18  02:33:34
29317         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
29318              7435..7441,7445 from mainline
29319              
29320              Make the UTF-8 decoding stricter and more verbose when
29321              malformation happens.  This involved adding an argument
29322              to utf8_to_uv_chk(), which involved changing its prototype,
29323              and prefer STRLEN over I32 for the UTF-8 length, which as
29324              a domino effect necessitated changing the prototypes of
29325              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
29326              The stricter UTF-8 decoding checking uses Markus Kuhn's
29327              UTF-8 Decode Stress Tester from
29328              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
29329              
29330              Run vms/vms_yfix.pl, should have done that after changing
29331              perly.c in #7382.
29332              
29333              Subject: [PATCH 5.7.0] static linking with uninstalled perl
29334              
29335              (Replaced by #7440.)
29336              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29337              
29338              Fix the bug ID 20001024.005, the bug introduced by #7416.
29339              
29340              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
29341              
29342              Fix the bug reported in
29343              From: andreas.koenig@anima.de (Andreas J. Koenig)
29344              Also make is_utf8_char() stricter.
29345              
29346              Missed the header file changes from #7425.
29347              
29348              Check if stdio supports tweaking lval and cnt simultaneously.
29349              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29350              
29351              Stratus VOS updates from Paul Green.
29352              
29353              Podify README.epoc and README.vos.
29354              
29355              Add targets to Makefile.SH, most importantly
29356              'regen_all' which also remembers to update vms/perly*.
29357              
29358              Subject: Minor update to find2perl, for portability
29359              
29360              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
29361              
29362              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
29363              
29364              Rename UTF8LEN() to be UNISKIP(), too confusing to have
29365              UTF8LEN() and UTF8SKIP(). 
29366              
29367              Allow poking holes at the UTF-8 decoding strictness.
29368              
29369              Continue the internal UTF-8 API tweaking.
29370              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
29371              used much more than the simpler API, now called utf8_to_uv_simple().
29372              Still not quite happy with API, too much partial duplication
29373              of functionality.
29374              
29375              A new version of making the syslog test more robust.
29376              (Replaces #7421.)
29377              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
29378              
29379              buildtoc target tweaks.
29380              
29381              Integrate with vmsperl #7430 by Charles Bailey:
29382              
29383              Cleanup from prior patch (Charles Lane?):
29384              - improve handling of MFDs in Basename and Path
29385              - default to no xsubpp line # munging when building debug images
29386      Branch: maint-5.6/perl
29387           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29388           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
29389           !> (integrate 67 files)
29390 ____________________________________________________________________________
29391 [  8168] By: gsar                                  on 2000/12/18  02:05:49
29392         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
29393              
29394              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29395              From: Martin Husemann <martin@duskware.de>
29396              
29397              Subject: [PATCH 5.7.0] restore match data on backtracing
29398              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29399      Branch: maint-5.6/perl
29400           !> regcomp.c regexec.c t/op/re_tests
29401 ____________________________________________________________________________
29402 [  8167] By: gsar                                  on 2000/12/18  01:55:22
29403         Log: integrate changes#7858,7986 from mainline
29404              
29405              C<foreach my $x ...> in pseudo-fork()ed process may diddle
29406              parent's memory; fix it by keeping track of the actual pad
29407              offset rather than a raw pointer (this change is probably also
29408              relevant to non-ithreads case to avoid fallout from reallocs of
29409              the pad array, but is currently only enabled for the ithreads
29410              case in the interests of minimal disruption to existing "well
29411              tested" code)
29412              
29413              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29414              due to the notorious GetFileType() bug in Windows 9x, which fstat()
29415              tickles)
29416      Branch: maint-5.6/perl
29417           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
29418           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
29419           !> win32/win32.c win32/win32.h win32/win32sck.c
29420 ____________________________________________________________________________
29421 [  8166] By: gsar                                  on 2000/12/18  01:52:59
29422         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
29423              from mainline (xsubpp and ExtUtils::LibList fixups, various
29424              other small items)
29425      Branch: maint-5.6/perl
29426           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
29427           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
29428           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
29429           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
29430           !> win32/bin/search.pl
29431 ____________________________________________________________________________
29432 [  8165] By: gsar                                  on 2000/12/18  01:28:45
29433         Log: integrate changes#7533,7563,7611,7623 from mainline (various
29434              malloc.c embellishments)
29435      Branch: maint-5.6/perl
29436           !> malloc.c pod/perldiag.pod
29437 ____________________________________________________________________________
29438 [  8164] By: gsar                                  on 2000/12/18  01:23:33
29439         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
29440              fixups)
29441      Branch: maint-5.6/perl
29442           !> utils/h2xs.PL
29443 ____________________________________________________________________________
29444 [  8163] By: gsar                                  on 2000/12/18  01:17:50
29445         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
29446              fixups)
29447      Branch: maint-5.6/perl
29448           !> Makefile.SH utils/perlbug.PL
29449 ____________________________________________________________________________
29450 [  8162] By: gsar                                  on 2000/12/18  00:25:43
29451         Log: always export Perl_deb() (it is required by re.xs whether
29452              Perl is built with or without -DDEBUGGING)
29453      Branch: maint-5.6/perl
29454            ! makedef.pl
29455 ____________________________________________________________________________
29456 [  8161] By: gsar                                  on 2000/12/18  00:23:38
29457         Log: integrate change#7414 from mainline
29458              
29459              Undo the basename() part of #7412 since the lib/basename
29460              tests would need upgrading too.
29461              
29462              squelch two tests in tr.t that rely on tr/// paranoia change
29463              that's not in 5.6.x
29464      Branch: maint-5.6/perl
29465            ! t/op/tr.t
29466           !> lib/File/Basename.pm
29467 ____________________________________________________________________________
29468 [  8160] By: gsar                                  on 2000/12/18  00:05:30
29469         Log: missing change in previous integrate
29470      Branch: maint-5.6/perl
29471           !> README.aix
29472 ____________________________________________________________________________
29473 [  8159] By: gsar                                  on 2000/12/18  00:03:38
29474         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
29475              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
29476              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
29477              7410..7413 from mainline
29478      Branch: maint-5.6/perl
29479           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
29480           +> t/lib/tie-splice.t
29481            - lib/unicode/Is/DCinital.pl
29482           !> (integrate 112 files)
29483 ____________________________________________________________________________
29484 [  8158] By: jhi                                   on 2000/12/17  23:04:24
29485         Log: Subject: [PATCHES] RE: perl@8150 
29486              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
29487              Date: Sun, 17 Dec 2000 21:46:39 +0100
29488              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
29489              
29490              Neither cygwin has a getpwuid() one can trust on.
29491      Branch: perl
29492            ! t/lib/glob-basic.t
29493 ____________________________________________________________________________
29494 [  8157] By: jhi                                   on 2000/12/17  23:01:54
29495         Log: More MAN.PODS => {} fixes.
29496      Branch: perl
29497            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
29498            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
29499            ! os2/OS2/REXX/Makefile.PL
29500 ____________________________________________________________________________
29501 [  8156] By: gsar                                  on 2000/12/17  22:49:13
29502         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
29503              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
29504              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
29505              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
29506              7201,7204 from mainline
29507      Branch: maint-5.6/perl
29508           !> (integrate 121 files)
29509 ____________________________________________________________________________
29510 [  8155] By: jhi                                   on 2000/12/17  22:30:58
29511         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
29512              From: "Craig A. Berry" <craigberry@mac.com>
29513              Date: Sun, 17 Dec 2000 13:09:28 -0600
29514              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
29515              
29516              MAN.PODS => ' ' is naughty.
29517      Branch: perl
29518            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
29519 ____________________________________________________________________________
29520 [  8154] By: nick                                  on 2000/12/17  22:07:13
29521         Log: MULTIPLICITY nit.
29522      Branch: perl
29523            ! mg.c
29524 ____________________________________________________________________________
29525 [  8153] By: gsar                                  on 2000/12/17  21:23:05
29526         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
29527              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
29528              from mainline
29529              
29530              Document the SvIOK_.*UV().
29531              
29532              Update Unicode todo list.
29533              
29534              Guard against bad string->int conversion for quads.
29535              
29536              Subject: small apidoc fix
29537              
29538              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
29539              
29540              Subject: [PATCH] Tied filehandle documentation
29541              
29542              Subject: [PATCH] Modernize Opcode.pm documentation
29543              
29544              Make Data::Dumper (non-XS) to work with changed semantics of ref().
29545              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
29546              [applied even though said semantics didn't change in 5.6.x]
29547              
29548              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
29549              
29550              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
29551              
29552              Fix the URL, but the server is still missing in action.
29553              Subject: [ID 20000905.002] perlfaq1.pod URL error
29554              
29555              Subject: [ID 20000903.001] \w in utf8-strings
29556              
29557              Fix the ccversion detection for 5.1 and beyond.
29558              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29559              
29560              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
29561              
29562              Subject: [ID 20000904.008] Tiny fix for perldiag
29563              
29564              Subject: Re: [ID 20000906.004] segfault with bad perl statement
29565              
29566              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
29567              
29568              Subject: [ID 20000908.002] perlipc documentation bug.
29569              
29570              Subject: [PATCH lib/Benchmark.pm]
29571              
29572              Re-allow vec() for characters > 255.
29573              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
29574              
29575              Do away with memory models cruft.  Sorry, PDP users.
29576              
29577              Continue #7041.
29578              
29579              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
29580              
29581              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
29582              
29583              Upgrade to CPAN 1.57_65, from Andreas König.
29584              
29585              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
29586              by Russ Allbery.
29587              
29588              Silence t/pod/*.t about alternate quote-mappings now implemented
29589              by Pod::Text, from Brad Appleton.
29590              
29591              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
29592              Subject: borland C++ win32.c tweak
29593              
29594              C<@a = @b = split(...)> optimization coredumps under ithreads
29595              (missed a spot when fixing up op_pmreplroot hack for ithreads)
29596              
29597              Document the SvUTF8*().
29598              
29599              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
29600              
29601              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
29602              
29603              Do in VMS as the #7054 does.
29604              
29605              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
29606              
29607              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
29608              
29609              Subject: [patch: perl@7045] vms updates
29610              
29611              Test for the #7049.
29612              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
29613              
29614              Break up the myconfig lines a bit.
29615              Subject: perlbug/perl -V output format
29616              
29617              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
29618              
29619              The #7054 truncated Configure badly.
29620              
29621              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
29622              initialization in all the threads on Windows
29623              
29624              Allow for whitespace between "#" and "line" in cpp output.
29625              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
29626              
29627              Remove vestiges of tr//CU.
29628              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
29629              
29630              The return value of setlocale must be copied away.
29631              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
29632              
29633              Allow chop() and chomp() to be overridden.
29634              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
29635              
29636              Hints optimization.
29637              Subject: Minor nit
29638              
29639              Subject: [PATCH] de-wall t/README
29640              
29641              Subject: Re: Two advertising clauses need to be removed
29642      Branch: maint-5.6/perl
29643           !> (integrate 75 files)
29644 ____________________________________________________________________________
29645 [  8152] By: gsar                                  on 2000/12/17  20:30:11
29646         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
29647              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
29648              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
29649              
29650              Don't attach -ld to the archname if pointless.
29651              
29652              Document UNTIE in a very minimalistic way.
29653              
29654              POSIX doesn't report long double values under -Duselongdouble
29655              when the long doubles are "real" (bigger than doubles).
29656              
29657              More author updates.
29658              
29659              Try to deduce NV_MAX.  Really should be Configure fodder.
29660              
29661              :: not allowed in pathnames, change to .
29662              Subject: [PATCH perl@6938] cygwin port
29663              
29664              Forget about NV_MAX (#6951).  Various floating point tweaks,
29665              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
29666              
29667              Move the Solaris 7 scan to use64bitall, make the
29668              failure to find 64-bot sparc libc to mention the
29669              possibility of being in an intel, from Lupe and Alan.
29670              
29671              Regen perltoc.
29672              
29673              AUTHORS tweaks, from Peter Prymmer.
29674              
29675              More address tweaking.
29676              
29677              Small tweaks all over.
29678              
29679              File::Temp patches from Andreas König,
29680              
29681              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
29682              
29683              Subject: CPAN.pm beta 1.57_57 for the core
29684              
29685              Part of the solution.
29686              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
29687              
29688              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
29689              
29690              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29691              
29692              Add the overload warnings to perldiag.
29693              
29694              Drop unused argument.
29695              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
29696              
29697              Subject: Nit in Configure (bleadperl@6961)
29698              
29699              Update to PodParser 1.18, from Brad Appleton.
29700              
29701              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
29702              
29703              Subject: [PATCH: 6948] add SCNfldbl to configure.com
29704              
29705              Document UNTIE. Also tweak implementation to suppress the 'inner references'
29706              warning when UNTIE exists and instead pass the cound of extra references to
29707              the UNTIE method.
29708              
29709              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
29710              so that case-ignoring systems like DCL can tell them from
29711              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
29712              
29713              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
29714              
29715              Feature ordering tweak.
29716              
29717              Regen perltoc.
29718              
29719              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
29720              
29721              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
29722              
29723              Subject: http:// in L<>
29724              
29725              Detypo.
29726              
29727              change#6791 accidentally clobbered change#6710, put it back
29728              
29729              Only the first line, thank you very much.
29730              
29731              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
29732              plus rework the http: spots as suggested by Tom Christiansen,
29733              plus regen perltoc.
29734              
29735              Undo part of change 6489 which looks like a bulk edit which
29736              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
29737              The supressing of main:: on return from select() is undesirable.
29738              
29739              Apparently avoiding the swapping is too costly.
29740              
29741              Various Configure nits by Philip Newton,
29742              plus the ebcdic one by me.
29743              
29744              Make certain cc is set before trying to run it.
29745              
29746              If overloaded %{} etc. return the object do not loop.
29747              Thus  sub deref { $_[0] } functions if object is wanted type.
29748              
29749              Update perlhist.
29750              
29751              More %{} and other deref special casing - do not pass to 'nomethod'.
29752      Branch: maint-5.6/perl
29753           !> (integrate 59 files)
29754 ____________________________________________________________________________
29755 [  8151] By: gsar                                  on 2000/12/17  19:14:38
29756         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
29757              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
29758              
29759              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
29760              
29761              Make the epsilon to be relative, not absolute.
29762              
29763              Put back the flags dump as reasoned in
29764              Subject: Re: [PATCH] Glob dumping
29765              
29766              Introduce ccname to keep track of what compiler kind of we have.
29767              
29768              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
29769              
29770              Put back the slice accidentally removed by #6907.
29771              
29772              Reset archname and archname64 always, forcing them be
29773              recomputed at each Configure run, make Configure and
29774              the hints files agree on the naming of largefiles variables.
29775              
29776              Don't say "Perl 5.0 source kit".
29777              
29778              Subject: [PATCH] fix misc cast warnings
29779              
29780              Subject: typos in pods
29781              
29782              NVs not necessarily doubles, as pointed out by Yitzchak.
29783              
29784              Subject: [PATCH 6889] add a few ldbl formats to configure.com
29785              
29786              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
29787              
29788              Better options for rsync.
29789              
29790              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
29791              
29792              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
29793              
29794              Subject: [PATCH] Re: UNTIE method 
29795              
29796              A better fix for the Socket building problem from Craig Berry.
29797              
29798              Retract the dummy test, skip the security tests (instead of failing),
29799              explain what the warnings mean.
29800              
29801              Heap decorruption.
29802              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
29803              
29804              Update to Unicode 3.0.1.
29805              
29806              Missed one Unicode file.
29807              
29808              Subject: Re: typos in pods
29809              
29810              The #6929 was too skimpy.
29811              
29812              sscanf() may be the only way to read long doubles from strings.
29813              
29814              Reveal Borland's isnan.
29815              Subject: build with BC++ tweak
29816              
29817              Issue useful diagnostic on unknown pod commands.
29818              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
29819              
29820              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
29821              
29822              Clarify the third case of ftmp-security warnings.
29823              
29824              Make -Dusemorebits find long doubles in Solaris.
29825              
29826              Wrap the test in eval.
29827      Branch: maint-5.6/perl
29828           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
29829           +> lib/unicode/PropList.txt lib/unicode/README.perl
29830           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
29831           +> lib/unicode/Unicode.301 vms/vmspipe.com
29832            - lib/unicode/Props.txt lib/unicode/UCD300.html
29833            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
29834           !> (integrate 305 files)
29835 ____________________________________________________________________________
29836 [  8150] By: jhi                                   on 2000/12/17  18:47:57
29837         Log: Uncheckedin generated files.
29838      Branch: perl
29839            ! global.sym perlapi.c pod/perlapi.pod
29840 ____________________________________________________________________________
29841 [  8149] By: jhi                                   on 2000/12/17  18:41:22
29842         Log: Update Changes.
29843      Branch: perl
29844            ! Changes patchlevel.h
29845 ____________________________________________________________________________
29846 [  8148] By: jhi                                   on 2000/12/17  18:39:16
29847         Log: Subject: [PATCH] Fcntl constants speedup
29848              From: Nicholas Clark <nick@ccl4.org>
29849              Date: Sun, 17 Dec 2000 16:29:24 +0000
29850              Message-ID: <20001217162924.E97668@plum.flirble.org>
29851              
29852              Use IVs for the Fcntl constants instead of NVs.
29853      Branch: perl
29854            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
29855 ____________________________________________________________________________
29856 [  8147] By: jhi                                   on 2000/12/17  18:33:41
29857         Log: Add test for #8145 (binmode() warning), add warning for
29858              ioctl() and sockpair(), document them. (fileno() cannot
29859              be tripwired with the same kind of warning because
29860              'defined fileno($foo)' seems to be an idiom.)
29861      Branch: perl
29862            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
29863 ____________________________________________________________________________
29864 [  8146] By: gsar                                  on 2000/12/17  18:09:08
29865         Log: update Changes
29866      Branch: maint-5.6/perl
29867            ! Changes
29868 ____________________________________________________________________________
29869 [  8145] By: jhi                                   on 2000/12/17  17:39:35
29870         Log: Subject: [PATCH] Re: The long awaited feature ...
29871              From: Simon Cozens <simon@cozens.net>
29872              Date: Sun, 17 Dec 2000 12:31:56 +0000
29873              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
29874              
29875              Add a warning to binmode() about using bad filehandles
29876              (can happen e.g. if someone forgets the filehandle argument)
29877      Branch: perl
29878            ! pp_sys.c
29879 ____________________________________________________________________________
29880 [  8144] By: jhi                                   on 2000/12/17  17:33:48
29881         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
29882              From: Jonathan Stowe <gellyfish@gellyfish.com>
29883              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
29884              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
29885      Branch: perl
29886            ! lib/Net/Ping.pm
29887 ____________________________________________________________________________
29888 [  8143] By: jhi                                   on 2000/12/17  05:31:37
29889         Log: Polymorphic regexps.
29890              
29891              Fixes at least the bugs 20001028.003 (both of them...) and
29892              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
29893              also to be fixed by now, probably already before this patch.
29894      Branch: perl
29895            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
29896            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
29897            ! t/op/utf8decode.t t/pragma/utf8.t
29898 ____________________________________________________________________________
29899 [  8142] By: jhi                                   on 2000/12/16  17:16:05
29900         Log: Subject: [patch perl@8102] dos/djgpp update
29901              From: Laszlo Molnar <ml1050@freemail.hu>
29902              Date: Sat, 16 Dec 2000 01:40:52 +0100
29903              Message-ID: <20001216014052.A335@freemail.hu>
29904      Branch: perl
29905            ! djgpp/config.over t/base/commonsense.t
29906 ____________________________________________________________________________
29907 [  8141] By: jhi                                   on 2000/12/16  17:09:27
29908         Log: Few uncheckedin files.
29909      Branch: perl
29910            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
29911 ____________________________________________________________________________
29912 [  8140] By: nick                                  on 2000/12/15  22:14:31
29913         Log: Integrate mainline
29914      Branch: perlio
29915           !> (integrate 53 files)
29916 ____________________________________________________________________________
29917 [  8139] By: jhi                                   on 2000/12/15  19:49:49
29918         Log: One more IVUV tweak from Nicholas Clark.
29919      Branch: perl
29920            ! sv.c
29921 ____________________________________________________________________________
29922 [  8138] By: jhi                                   on 2000/12/15  19:17:06
29923         Log: Return of the IVUV-preservation, now seems to be happy even
29924              in Digital UNIX (the broken strtoul brokenness detection
29925              seems to have been the fly in the ointment).
29926      Branch: perl
29927            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29928            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
29929            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
29930            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
29931            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29932            ! vos/config.ga.h win32/config.bc win32/config.gc
29933            ! win32/config.vc
29934 ____________________________________________________________________________
29935 [  8137] By: jhi                                   on 2000/12/15  18:12:14
29936         Log: Metaconfig unit change for #8136.
29937      Branch: metaconfig
29938            ! U/modified/d_strtoul.U
29939      Branch: metaconfig/U/perl
29940            ! d_strtoull.U d_strtouq.U
29941 ____________________________________________________________________________
29942 [  8136] By: jhi                                   on 2000/12/15  18:11:35
29943         Log: I don't think it's sensible or portable to test the strtou*
29944              on /^-/ strings.
29945      Branch: perl
29946            ! Configure
29947 ____________________________________________________________________________
29948 [  8135] By: jhi                                   on 2000/12/15  17:18:49
29949         Log: Metaconfig unit change for #8134.
29950      Branch: metaconfig
29951            ! U/modified/d_strtoul.U
29952 ____________________________________________________________________________
29953 [  8134] By: jhi                                   on 2000/12/15  17:14:13
29954         Log: If longsize is 8 we don't need a LL suffix for integer constants.
29955      Branch: perl
29956            ! Configure config_h.SH
29957 ____________________________________________________________________________
29958 [  8133] By: jhi                                   on 2000/12/15  16:00:23
29959         Log: Update Changes.
29960      Branch: perl
29961            ! Changes patchlevel.h
29962 ____________________________________________________________________________
29963 [  8132] By: jhi                                   on 2000/12/15  15:44:16
29964         Log: Some compilers get huffy if you do not cast a const pointer
29965              to a non-const when assigning.
29966      Branch: perl
29967            ! gv.c
29968 ____________________________________________________________________________
29969 [  8131] By: jhi                                   on 2000/12/15  15:38:30
29970         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
29971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29972              Date: Fri, 15 Dec 2000 05:26:57 -0500
29973              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
29974      Branch: perl
29975            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
29976            ! t/pragma/overload.t
29977 ____________________________________________________________________________
29978 [  8130] By: jhi                                   on 2000/12/15  15:36:08
29979         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
29980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29981              Date: Thu, 14 Dec 2000 22:02:43 -0500
29982              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
29983      Branch: perl
29984            ! gv.c perl.h
29985 ____________________________________________________________________________
29986 [  8129] By: jhi                                   on 2000/12/15  15:34:16
29987         Log: Subject: PATCH: h2xs nit
29988              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29989              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
29990              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
29991              
29992              Add a template README.
29993      Branch: perl
29994            ! utils/h2xs.PL
29995 ____________________________________________________________________________
29996 [  8128] By: jhi                                   on 2000/12/15  15:32:22
29997         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
29998      Branch: perl
29999            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
30000 ____________________________________________________________________________
30001 [  8127] By: jhi                                   on 2000/12/15  15:19:34
30002         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
30003              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30004              Date:     Thu, 14 Dec 2000 20:04:42 EST
30005              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
30006      Branch: perl
30007            ! ext/Opcode/Opcode.xs
30008 ____________________________________________________________________________
30009 [  8126] By: jhi                                   on 2000/12/15  15:17:49
30010         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
30011              From: Peter Prymmer <pvhp@forte.com>
30012              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
30013              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
30014      Branch: perl
30015            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
30016            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
30017            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
30018 ____________________________________________________________________________
30019 [  8125] By: jhi                                   on 2000/12/15  15:11:05
30020         Log: This seems to be a stage sane and stable enough to checkin.
30021              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
30022      Branch: perl
30023            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
30024            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
30025            ! t/op/cmp.t t/op/numconvert.t
30026 ____________________________________________________________________________
30027 [  8124] By: jhi                                   on 2000/12/15  04:20:26
30028         Log: Something is really wonky.
30029      Branch: perl
30030            ! sv.c
30031 ____________________________________________________________________________
30032 [  8123] By: jhi                                   on 2000/12/15  04:00:50
30033         Log: Fixes for the IV UV patches to compile in Digital UNIX.
30034      Branch: perl
30035            ! sv.c
30036 ____________________________________________________________________________
30037 [  8122] By: jhi                                   on 2000/12/15  02:53:40
30038         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
30039              From: "Craig A. Berry" <craigberry@mac.com>
30040              Date: Thu, 14 Dec 2000 19:10:49 -0600
30041              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
30042      Branch: perl
30043            ! vms/vms.c
30044 ____________________________________________________________________________
30045 [  8121] By: jhi                                   on 2000/12/15  02:50:00
30046         Log: Metaconfig changes for #8120.
30047      Branch: metaconfig
30048            + U/modified/d_strtoul.U
30049      Branch: metaconfig/U/perl
30050            ! d_strtoull.U d_strtouq.U
30051 ____________________________________________________________________________
30052 [  8120] By: jhi                                   on 2000/12/15  02:49:42
30053         Log: From: Nicholas Clark <nick@ccl4.org> 
30054              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
30055              Date: Thu, 14 Dec 2000 18:38:57 +0000
30056              Message-ID: <20001214183857.B97909@plum.flirble.org>
30057      Branch: perl
30058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30059            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
30060            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
30061            ! vos/config.ga.def vos/config.ga.h win32/config.bc
30062            ! win32/config.gc win32/config.vc
30063 ____________________________________________________________________________
30064 [  8119] By: jhi                                   on 2000/12/14  23:40:58
30065         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
30066              From: Nicholas Clark <nick@ccl4.org>
30067              Date: Wed, 13 Dec 2000 20:08:50 +0000
30068              Message-ID: <20001213200849.B71166@plum.flirble.org>
30069      Branch: perl
30070            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
30071            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
30072 ____________________________________________________________________________
30073 [  8118] By: jhi                                   on 2000/12/14  22:46:26
30074         Log: Integrate perlio.
30075      Branch: perl
30076           !> MANIFEST ext/Encode/compile makedef.pl
30077 ____________________________________________________________________________
30078 [  8117] By: nick                                  on 2000/12/14  22:38:53
30079         Log: Win32 tweaks to get Encode to build
30080              - temp hack to makedef.pl till PerlIO is properly "exported".
30081              - MSVC dislikes  
30082              static encpage_t foo[];
30083              so make 'em extern for now.
30084      Branch: perlio
30085            ! ext/Encode/compile makedef.pl
30086 ____________________________________________________________________________
30087 [  8116] By: nick                                  on 2000/12/14  22:00:53
30088         Log: Document the new files
30089      Branch: perlio
30090            ! MANIFEST
30091 ____________________________________________________________________________
30092 [  8115] By: jhi                                   on 2000/12/14  21:58:01
30093         Log: MANIFEST new files of #8114.
30094      Branch: perl
30095            ! MANIFEST
30096 ____________________________________________________________________________
30097 [  8114] By: jhi                                   on 2000/12/14  21:50:49
30098         Log: Integrate perlio.
30099      Branch: perl
30100           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30101           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
30102           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30103           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30104           !> ext/Encode/Makefile.PL
30105 ____________________________________________________________________________
30106 [  8113] By: jhi                                   on 2000/12/14  21:48:49
30107         Log: The documentation part of the
30108              
30109              Subject: [ID 20001214.002] Net::Ping patch
30110              From: Jonathan Stowe <gellyfish@gellyfish.com>
30111              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
30112              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
30113              since the #7529 had already addressed the same problem.
30114      Branch: perl
30115            ! lib/Net/Ping.pm
30116 ____________________________________________________________________________
30117 [  8112] By: jhi                                   on 2000/12/14  21:42:57
30118         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
30119              From: Dominic Dunlop <domo@computer.org>
30120              Date: Tue, 12 Dec 2000 10:47:10 +0100
30121              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
30122              
30123              Document how elusive subroutines can be.
30124      Branch: perl
30125            ! pod/perlfunc.pod
30126 ____________________________________________________________________________
30127 [  8111] By: jhi                                   on 2000/12/14  21:38:05
30128         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
30129              From: Dominic Dunlop <domo@computer.org>
30130              Date: Thu, 14 Dec 2000 10:13:51 +0100
30131              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
30132      Branch: perl
30133            ! ext/POSIX/POSIX.pod
30134 ____________________________________________________________________________
30135 [  8110] By: jhi                                   on 2000/12/14  21:36:32
30136         Log: Subject: [patch] perlfaq7
30137              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
30138              Date: Thu, 14 Dec 2000 15:31:07 +0100
30139              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
30140      Branch: perl
30141            ! pod/perlfaq7.pod
30142 ____________________________________________________________________________
30143 [  8109] By: jhi                                   on 2000/12/14  21:29:20
30144         Log: Subject: [8104] Encode
30145              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30146              Date: Thu, 14 Dec 2000 14:49:34 +0100
30147              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
30148              
30149              Type casting for nervous compilers.
30150      Branch: perl
30151            ! ext/Encode/Encode.xs
30152 ____________________________________________________________________________
30153 [  8108] By: jhi                                   on 2000/12/14  21:26:17
30154         Log: Subject: [8104] DB_File
30155              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30156              Date: Thu, 14 Dec 2000 14:49:35 +0100
30157              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
30158              
30159              Type definition incorrect for DB 2.7.7.  Not known when it
30160              changed, so only changed it for a known revision.
30161      Branch: perl
30162            ! ext/DB_File/DB_File.xs
30163 ____________________________________________________________________________
30164 [  8107] By: jhi                                   on 2000/12/14  21:23:41
30165         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
30166              From: Peter Prymmer <pvhp@forte.com>
30167              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
30168              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
30169              
30170              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
30171      Branch: perl
30172            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30173            ! ext/Encode/Encode/posix-bc.enc
30174 ____________________________________________________________________________
30175 [  8106] By: nick                                  on 2000/12/14  20:36:13
30176         Log: "Cold" build correction to Encode's Makefile.PL
30177      Branch: perlio
30178            ! ext/Encode/Makefile.PL
30179 ____________________________________________________________________________
30180 [  8105] By: nick                                  on 2000/12/14  20:09:37
30181         Log: "Compiled" encodings.
30182              Correct replacement character in EBCDIC .enc files
30183              Add 0x7F to ASCII repertoire.
30184      Branch: perlio
30185            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30186            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
30187            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
30188            ! ext/Encode/Makefile.PL ext/Encode/compile
30189            ! ext/Encode/encengine.c ext/Encode/encode.h
30190 ____________________________________________________________________________
30191 [  8104] By: nick                                  on 2000/12/14  00:38:20
30192         Log: Integrate mainline
30193      Branch: perlio
30194           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
30195           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
30196           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
30197           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
30198           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
30199           !> t/lib/db-hash.t t/lib/db-recno.t
30200 ____________________________________________________________________________
30201 [  8103] By: nick                                  on 2000/12/13  23:16:13
30202         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
30203              so far and so it does not get lost.
30204      Branch: perlio
30205            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
30206 ____________________________________________________________________________
30207 [  8102] By: jhi                                   on 2000/12/13  17:14:22
30208         Log: Update Changes.
30209      Branch: perl
30210            ! Changes patchlevel.h
30211 ____________________________________________________________________________
30212 [  8101] By: jhi                                   on 2000/12/13  16:53:41
30213         Log: Move the proto of start_glob() to a better place; regen api files.
30214      Branch: perl
30215            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
30216 ____________________________________________________________________________
30217 [  8100] By: jhi                                   on 2000/12/13  16:47:11
30218         Log: Metaconfig change for #8099.
30219      Branch: metaconfig
30220            ! U/modified/Head.U
30221 ____________________________________________________________________________
30222 [  8099] By: jhi                                   on 2000/12/13  16:46:48
30223         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
30224              From: Andy Dougherty <doughera@lafayette.edu>
30225              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
30226              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
30227      Branch: perl
30228            ! Configure
30229 ____________________________________________________________________________
30230 [  8098] By: jhi                                   on 2000/12/13  16:39:02
30231         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
30232              From: rspier@pobox.com (Robert Spier)
30233              Date: Tue, 12 Dec 2000 21:12:39 -0500
30234              Message-ID: <14902.56087.678086.725773@rls.cx>
30235              
30236              fastgetcwd is defined using a glob alias on a $^O dependent basis -
30237              and there was no default assignment or perl subroutine.
30238      Branch: perl
30239            ! lib/Cwd.pm
30240 ____________________________________________________________________________
30241 [  8097] By: jhi                                   on 2000/12/13  16:16:01
30242         Log: Subject: [PATCH] move startglob out of pp_hot.c
30243              From: Nicholas Clark <nick@ccl4.org>
30244              Date: Mon, 11 Dec 2000 23:16:39 +0000
30245              Message-ID: <20001211231638.A55550@plum.flirble.org>
30246      Branch: perl
30247            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
30248 ____________________________________________________________________________
30249 [  8096] By: jhi                                   on 2000/12/13  15:26:23
30250         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
30251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
30252              Date: Wed, 13 Dec 2000 14:01:37 +0100
30253              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
30254              
30255              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
30256              in turn requires libpthread in libswanted.
30257      Branch: perl
30258            ! hints/hpux.sh
30259 ____________________________________________________________________________
30260 [  8095] By: jhi                                   on 2000/12/12  19:51:05
30261         Log: The integration wars continue.
30262      Branch: perl
30263           !> sv.c
30264 ____________________________________________________________________________
30265 [  8094] By: jhi                                   on 2000/12/12  19:48:26
30266         Log: Subject: [PATCH perl@8070] DB_File-1.74  
30267              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
30268              Date: Mon, 11 Dec 2000 23:07:17 -0000
30269              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
30270      Branch: perl
30271            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30272            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
30273            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
30274            ! t/lib/db-recno.t
30275 ____________________________________________________________________________
30276 [  8093] By: nick                                  on 2000/12/12  19:42:13
30277         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
30278      Branch: perlio
30279            ! sv.c
30280           !> lib/File/DosGlob.pm
30281 ____________________________________________________________________________
30282 [  8092] By: jhi                                   on 2000/12/12  19:28:11
30283         Log: Integrate perlio.
30284      Branch: perl
30285           !> sv.c
30286 ____________________________________________________________________________
30287 [  8091] By: nick                                  on 2000/12/12  18:49:45
30288         Log: Fix for Tk, and upgrading shared SVs.
30289      Branch: perlio
30290            ! sv.c
30291 ____________________________________________________________________________
30292 [  8090] By: jhi                                   on 2000/12/12  16:48:59
30293         Log: Subject: [PATCH] Re: Breadperl & Tk
30294              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30295              Date: Tue, 12 Dec 2000 14:48:27 GMT
30296              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
30297      Branch: perl
30298            ! sv.c
30299 ____________________________________________________________________________
30300 [  8089] By: jhi                                   on 2000/12/12  03:37:19
30301         Log: Subject: DosGlob.pm diff for bash style brace expansion.
30302              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
30303              Date: Fri, 8 Dec 2000 10:45:30 -0600
30304              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
30305      Branch: perl
30306            ! lib/File/DosGlob.pm
30307 ____________________________________________________________________________
30308 [  8088] By: nick                                  on 2000/12/11  23:59:59
30309         Log: Integrate mainline
30310      Branch: perlio
30311           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
30312           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30313           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
30314           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
30315           !> t/op/local.t t/pragma/warn/toke toke.c
30316 ____________________________________________________________________________
30317 [  8087] By: jhi                                   on 2000/12/11  23:20:23
30318         Log: Integrate perlio.
30319      Branch: perl
30320           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30321 ____________________________________________________________________________
30322 [  8086] By: jhi                                   on 2000/12/11  22:50:59
30323         Log: Tune further the OS detection of CGI.
30324      Branch: perl
30325            ! lib/CGI.pm
30326 ____________________________________________________________________________
30327 [  8085] By: nick                                  on 2000/12/11  22:50:46
30328         Log: Finish 1st pass of "encoding" layer e.g. :
30329              open($fh,"<encoding(iso8859-7)",$greek) || die;
30330      Branch: perlio
30331            ! ext/Encode/Encode.xs perlio.c perliol.h
30332 ____________________________________________________________________________
30333 [  8084] By: jhi                                   on 2000/12/11  22:32:06
30334         Log: Revert the -f ambiguousity patch, seems to cause
30335              too much hassle (the interpret -Q as a function
30336              where Q is not a known filetest part is left in).
30337      Branch: perl
30338            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
30339            ! toke.c
30340 ____________________________________________________________________________
30341 [  8083] By: jhi                                   on 2000/12/11  22:27:23
30342         Log: (accidentally empty check-in)
30343      Branch: perl
30344            ! lib/File/DosGlob.pm
30345 ____________________________________________________________________________
30346 [  8082] By: nick                                  on 2000/12/11  19:09:51
30347         Log: Restore mmap function (broken by tweaks to shared buffer
30348              layer for encode(xxxx)).
30349      Branch: perlio
30350            ! perlio.c
30351 ____________________________________________________________________________
30352 [  8081] By: jhi                                   on 2000/12/11  18:29:13
30353         Log: Subject: Re: The long awaited feature ...
30354              From: Simon Cozens <simon@cozens.net>
30355              Date: Mon, 11 Dec 2000 15:54:24 +0000
30356              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
30357              
30358              More io/utf8 tests.
30359      Branch: perl
30360            ! t/io/utf8.t
30361 ____________________________________________________________________________
30362 [  8080] By: jhi                                   on 2000/12/11  18:19:36
30363         Log: Subject: PATCH MakeMaker manpage clarification
30364              From: andreas.koenig@anima.de (Andreas J. Koenig)
30365              Date: 10 Dec 2000 20:46:13 +0100
30366              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
30367      Branch: perl
30368            ! lib/ExtUtils/MakeMaker.pm
30369 ____________________________________________________________________________
30370 [  8079] By: jhi                                   on 2000/12/11  15:35:07
30371         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
30372              From: Simon Cozens <simon@cozens.net>
30373              Date: Sun, 10 Dec 2000 19:06:19 +0000
30374              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
30375      Branch: perl
30376            ! ext/B/B/Deparse.pm t/lib/b.t
30377 ____________________________________________________________________________
30378 [  8078] By: jhi                                   on 2000/12/11  15:09:11
30379         Log: Subject: [PATCH] docs on NaN
30380              From: Nicholas Clark <nick@ccl4.org>
30381              Date: Mon, 11 Dec 2000 01:48:38 +0000
30382              Message-ID: <20001211014838.B99205@plum.flirble.org>
30383      Branch: perl
30384            ! pod/perlop.pod
30385 ____________________________________________________________________________
30386 [  8077] By: jhi                                   on 2000/12/11  15:02:21
30387         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
30388              From: Simon Cozens <simon@cozens.net>
30389              Date: Mon, 11 Dec 2000 01:21:45 +0000
30390              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
30391      Branch: perl
30392            ! pp.c pp_hot.c scope.c t/op/local.t
30393 ____________________________________________________________________________
30394 [  8076] By: nick                                  on 2000/12/10  20:43:32
30395         Log: Not merge worthy...
30396              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
30397              syntax is modelled on attributes.
30398              Untested fix for io/utf8 on Win32 etc.
30399              Very clumsy start to the encode layer.
30400      Branch: perlio
30401            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30402 ____________________________________________________________________________
30403 [  8075] By: jhi                                   on 2000/12/10  18:39:33
30404         Log: Darwin is not Windows.
30405      Branch: perl
30406            ! lib/CGI.pm
30407 ____________________________________________________________________________
30408 [  8074] By: jhi                                   on 2000/12/10  18:31:27
30409         Log: Subject: Ambiguous -%c() resolved as a file test
30410              From: "Paul Marquess" <Paul.Marquess@openwave.com>
30411              Date: Sun, 10 Dec 2000 15:35:07 -0000
30412              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
30413      Branch: perl
30414            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
30415 ____________________________________________________________________________
30416 [  8073] By: jhi                                   on 2000/12/10  18:16:29
30417         Log: Subject: PATCH installperl misinformed 
30418              From: andreas.koenig@anima.de (Andreas J. Koenig)
30419              Date: 10 Dec 2000 13:01:32 +0100 
30420              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
30421      Branch: perl
30422            ! installperl
30423 ____________________________________________________________________________
30424 [  8072] By: jhi                                   on 2000/12/10  18:07:55
30425         Log: The walkoptree confusion rages; walkoptree() seems to be coming
30426              from B.xs, while walkoptree_slow() comes from B.pm.
30427      Branch: perl
30428            ! ext/B/B.pm
30429 ____________________________________________________________________________
30430 [  8071] By: nick                                  on 2000/12/10  11:45:47
30431         Log: Integrate mainline
30432      Branch: perlio
30433           +> t/base/commonsense.t
30434           !> (integrate 37 files)
30435 ____________________________________________________________________________
30436 [  8070] By: jhi                                   on 2000/12/10  04:46:21
30437         Log: Update Changes.
30438      Branch: perl
30439            ! Changes patchlevel.h
30440 ____________________________________________________________________________
30441 [  8069] By: jhi                                   on 2000/12/10  04:39:19
30442         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
30443              From: andreas.koenig@anima.de (Andreas J. Koenig)
30444              Date: 09 Dec 2000 17:14:25 +0100
30445              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
30446      Branch: perl
30447            + t/base/commonsense.t
30448            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
30449 ____________________________________________________________________________
30450 [  8068] By: jhi                                   on 2000/12/10  04:17:36
30451         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30452              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
30453              Date: Sat, 9 Dec 2000 16:47:22 -0000
30454              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
30455      Branch: perl
30456            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
30457            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
30458            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
30459            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
30460            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
30461            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
30462            ! t/lib/sdbm.t
30463 ____________________________________________________________________________
30464 [  8067] By: jhi                                   on 2000/12/10  03:52:02
30465         Log: Test case for #8066.
30466      Branch: perl
30467            ! t/op/misc.t
30468 ____________________________________________________________________________
30469 [  8066] By: jhi                                   on 2000/12/10  03:50:30
30470         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
30471              From: Simon Cozens <simon@cozens.net>
30472              Date: Sun, 10 Dec 2000 00:55:37 +0000
30473              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
30474      Branch: perl
30475            ! pp_sys.c
30476 ____________________________________________________________________________
30477 [  8065] By: jhi                                   on 2000/12/10  03:44:52
30478         Log: Test case for #8064.
30479      Branch: perl
30480            ! t/comp/proto.t
30481 ____________________________________________________________________________
30482 [  8064] By: jhi                                   on 2000/12/10  03:42:32
30483         Log: Subject: Re: prototype of substr
30484              From: Simon Cozens <simon@cozens.net>
30485              Date: Sun, 10 Dec 2000 00:13:33 +0000
30486              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
30487              
30488              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
30489      Branch: perl
30490            ! pp.c
30491 ____________________________________________________________________________
30492 [  8063] By: jhi                                   on 2000/12/10  03:39:42
30493         Log: Subject: [PATCH] perlguts.pod
30494              From: Simon Cozens <simon@cozens.net>
30495              Date: Sun, 10 Dec 2000 00:06:47 +0000
30496              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
30497              
30498              Documentation of the different types of ops,
30499              plus the functions in dump.c
30500      Branch: perl
30501            ! pod/perlguts.pod
30502 ____________________________________________________________________________
30503 [  8062] By: jhi                                   on 2000/12/10  03:30:04
30504         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
30505              From: Nicholas Clark <nick@talking.bollo.cx>
30506              Date: Sat, 09 Dec 2000 18:57:25 +0000
30507              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
30508              
30509              Be more robust in weird hostname setups.
30510      Branch: perl
30511            ! t/lib/net-hostent.t
30512 ____________________________________________________________________________
30513 [  8061] By: jhi                                   on 2000/12/10  03:28:21
30514         Log: Pacify fussy compiler. 
30515      Branch: perl
30516            ! pp_sys.c
30517 ____________________________________________________________________________
30518 [  8060] By: jhi                                   on 2000/12/10  02:52:46
30519         Log: Integrate perlio.
30520      Branch: perl
30521           !> pp_sys.c t/io/utf8.t
30522 ____________________________________________________________________________
30523 [  8059] By: nick                                  on 2000/12/09  23:40:14
30524         Log: read/sysread/recv should now be utf8 aware.
30525              Basic test for utf8 read.
30526      Branch: perlio
30527            ! pp_sys.c t/io/utf8.t
30528 ____________________________________________________________________________
30529 [  8058] By: jhi                                   on 2000/12/09  21:56:02
30530         Log: Integrate perlio.
30531      Branch: perl
30532           +> t/io/utf8.t
30533           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
30534 ____________________________________________________________________________
30535 [  8057] By: jhi                                   on 2000/12/09  21:53:35
30536         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
30537              From: Inaba Hiroto <inaba@st.rim.or.jp>
30538              Date: Sun, 10 Dec 2000 05:53:21 +0900
30539              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
30540              
30541              Tests for #8056.
30542      Branch: perl
30543            ! t/op/each.t
30544 ____________________________________________________________________________
30545 [  8056] By: jhi                                   on 2000/12/09  21:51:16
30546         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
30547              From: Inaba Hiroto <inaba@st.rim.or.jp>
30548              Date: Sat, 09 Dec 2000 18:02:00 +0900
30549              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
30550              
30551              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
30552      Branch: perl
30553            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
30554 ____________________________________________________________________________
30555 [  8055] By: nick                                  on 2000/12/09  20:11:48
30556         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
30557              than raw PerlIO_write() - does not seem to break any tests.
30558      Branch: perlio
30559            ! pp_sys.c
30560 ____________________________________________________________________________
30561 [  8054] By: nick                                  on 2000/12/09  19:47:30
30562         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
30563              (sysread, recv and write i.e. formats still to do...)
30564              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
30565              open($fh,">:utf8","name")
30566              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
30567              so no extra overhead is involved.
30568              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
30569              to a non-utf8 stream.
30570              Add initial io/utf8.t
30571              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
30572              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
30573              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
30574      Branch: perlio
30575            + t/io/utf8.t
30576            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
30577 ____________________________________________________________________________
30578 [  8053] By: nick                                  on 2000/12/09  19:26:37
30579         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
30580              was only testing this_utf8.
30581      Branch: perlio
30582            ! toke.c
30583 ____________________________________________________________________________
30584 [  8052] By: nick                                  on 2000/12/09  19:09:41
30585         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
30586              i.e. the output string has one, but don't mess with source assumption.
30587      Branch: perlio
30588            ! toke.c
30589 ____________________________________________________________________________
30590 [  8051] By: jhi                                   on 2000/12/09  16:55:17
30591         Log: Integrate perlio.
30592      Branch: perl
30593           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
30594           !> sv.c thrdvar.h util.c
30595 ____________________________________________________________________________
30596 [  8050] By: jhi                                   on 2000/12/09  16:48:07
30597         Log: Nits noticed by Peter Prymmer.
30598      Branch: perl
30599            ! lib/ExtUtils/MM_VMS.pm
30600 ____________________________________________________________________________
30601 [  8049] By: nick                                  on 2000/12/09  13:49:40
30602         Log: UTF8 output prework.
30603              - Store $\ and $, as SVs so they can have SvUTF8 flag
30604              - use do_print() rather than raw PerlIO_write() to print them.
30605      Branch: perlio
30606            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
30607            ! thrdvar.h util.c
30608 ____________________________________________________________________________
30609 [  8048] By: nick                                  on 2000/12/09  12:30:43
30610         Log: Integrate mainline.
30611      Branch: perlio
30612           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
30613           +> t/op/reverse.t
30614           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
30615           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
30616           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
30617           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
30618           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
30619           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30620 ____________________________________________________________________________
30621 [  8047] By: jhi                                   on 2000/12/09  00:23:27
30622         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
30623              From: Michael G Schwern <schwern@pobox.com>
30624              Date: Fri, 8 Dec 2000 14:43:04 -0600
30625      Branch: perl
30626            ! lib/ExtUtils/MM_VMS.pm
30627 ____________________________________________________________________________
30628 [  8046] By: jhi                                   on 2000/12/08  23:10:27
30629         Log: A missed check-in.
30630      Branch: perl
30631            ! lib/ExtUtils/Manifest.pm
30632 ____________________________________________________________________________
30633 [  8045] By: jhi                                   on 2000/12/08  21:57:12
30634         Log: (null check-in)
30635      Branch: perl
30636            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
30637 ____________________________________________________________________________
30638 [  8044] By: jhi                                   on 2000/12/08  21:11:06
30639         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
30640              at the final draft stage.
30641      Branch: perl
30642            + ext/Encode/Encode/iso8859-16.enc
30643            ! MANIFEST
30644 ____________________________________________________________________________
30645 [  8043] By: jhi                                   on 2000/12/08  16:39:04
30646         Log: Update Changes.
30647      Branch: perl
30648            ! Changes patchlevel.h
30649 ____________________________________________________________________________
30650 [  8042] By: jhi                                   on 2000/12/08  16:33:39
30651         Log: Do not return the Unicode replacement character if UTF-8
30652              decoding goes awry, it should be up to the caller to decide.
30653      Branch: perl
30654            ! pod/perlapi.pod utf8.c
30655 ____________________________________________________________________________
30656 [  8041] By: jhi                                   on 2000/12/08  16:22:28
30657         Log: metaconfig maintenance.
30658      Branch: metaconfig
30659            ! U/modified/stdchar.U
30660      Branch: metaconfig/U/perl
30661            + testsyml.U
30662 ____________________________________________________________________________
30663 [  8040] By: jhi                                   on 2000/12/08  16:03:08
30664         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
30665              From: sthoenna@efn.org
30666              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
30667              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
30668      Branch: perl
30669            ! Changes lib/ExtUtils/MM_OS2.pm
30670 ____________________________________________________________________________
30671 [  8039] By: jhi                                   on 2000/12/08  15:57:11
30672         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
30673              From: Simon Cozens <simon@cozens.net>
30674              Date: Fri, 8 Dec 2000 13:33:31 +0000
30675              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
30676              
30677              (The pp_hot part needed a rewrite.)
30678      Branch: perl
30679            ! doop.c pp_hot.c utf8.c
30680 ____________________________________________________________________________
30681 [  8038] By: jhi                                   on 2000/12/08  15:25:08
30682         Log: Subject: djSP
30683              From: Michael Stevens <michael@etla.org>
30684              Date: Wed, 6 Dec 2000 23:24:01 +0000
30685              Message-ID: <20001206232400.A21381@firedrake.org>
30686              
30687              Plus a note from Nick Ing-Simmons.
30688      Branch: perl
30689            ! pp.h
30690 ____________________________________________________________________________
30691 [  8037] By: jhi                                   on 2000/12/08  15:18:35
30692         Log: Filetype is text.
30693      Branch: perl
30694            ! t/op/utf8decode.t
30695 ____________________________________________________________________________
30696 [  8036] By: jhi                                   on 2000/12/08  03:31:27
30697         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30698              From: Andy Dougherty <doughera@lafayette.edu>
30699              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
30700              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
30701              
30702              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
30703              From: Andy Dougherty <doughera@lafayette.edu>
30704              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
30705              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
30706      Branch: perl
30707            + ext/POSIX/hints/svr4.pl
30708            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
30709 ____________________________________________________________________________
30710 [  8035] By: jhi                                   on 2000/12/08  03:26:01
30711         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
30712              From: Andy Dougherty <doughera@lafayette.edu>
30713              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
30714              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
30715      Branch: perl
30716            ! t/README t/base/term.t
30717 ____________________________________________________________________________
30718 [  8034] By: jhi                                   on 2000/12/08  03:21:59
30719         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
30720              From: mjd@plover.com  
30721              Date: 7 Dec 2000 21:04:20 -0000
30722              Message-ID: <20001207210420.22282.qmail@plover.com>
30723              
30724              Plus -z doc.
30725      Branch: perl
30726            ! pod/perlfunc.pod
30727 ____________________________________________________________________________
30728 [  8033] By: jhi                                   on 2000/12/08  03:19:03
30729         Log: Use the UTF8 macros a bit.  They can't be used with abandon
30730              everywhere because we do generate illegal UTF-8 in some situations.
30731              This is of course naughty.
30732      Branch: perl
30733            ! pod/perlapi.pod utf8.c utf8.h
30734 ____________________________________________________________________________
30735 [  8032] By: jhi                                   on 2000/12/08  03:00:09
30736         Log: Out of sync?
30737      Branch: perl
30738            ! t/pragma/warn/utf8
30739 ____________________________________________________________________________
30740 [  8031] By: jhi                                   on 2000/12/08  02:22:39
30741         Log: Cnt spl.
30742      Branch: perl
30743            ! MANIFEST
30744 ____________________________________________________________________________
30745 [  8030] By: jhi                                   on 2000/12/08  01:23:54
30746         Log: Add test for reverse().
30747      Branch: perl
30748            + t/op/reverse.t
30749            ! MANIFEST
30750 ____________________________________________________________________________
30751 [  8029] By: jhi                                   on 2000/12/08  01:21:47
30752         Log: Integrate perlio.
30753      Branch: perl
30754           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
30755           !> perlio.c perlio.h perlsdio.h warnings.pl
30756 ____________________________________________________________________________
30757 [  8028] By: jhi                                   on 2000/12/08  01:19:08
30758         Log: Introduce macros for UTF8 decoding.
30759      Branch: perl
30760            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
30761 ____________________________________________________________________________
30762 [  8027] By: nick                                  on 2000/12/07  22:18:19
30763         Log: Integrate mainline
30764      Branch: perlio
30765           !> embed.pl pod/perlapi.pod utf8.c
30766 ____________________________________________________________________________
30767 [  8026] By: nick                                  on 2000/12/07  21:45:08
30768         Log: Various oddities p4 diff -se showed up
30769              Remove 'our' from warnings.pl
30770      Branch: perlio
30771            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
30772 ____________________________________________________________________________
30773 [  8025] By: nick                                  on 2000/12/07  21:43:32
30774         Log: Change PerlIO_(get|set)pos to take SV *
30775              Should fix, OS/2, VMS, (sfio??)
30776      Branch: perlio
30777            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
30778 ____________________________________________________________________________
30779 [  8024] By: jhi                                   on 2000/12/07  19:05:32
30780         Log: Document utf8_to_uv() better.
30781      Branch: perl
30782            ! pod/perlapi.pod utf8.c
30783 ____________________________________________________________________________
30784 [  8023] By: jhi                                   on 2000/12/07  18:23:47
30785         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
30786      Branch: perl
30787            ! embed.pl pod/perlapi.pod utf8.c
30788 ____________________________________________________________________________
30789 [  8022] By: jhi                                   on 2000/12/07  04:13:51
30790         Log: Integrate perlio.
30791      Branch: perl
30792           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
30793           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
30794           !> win32/makefile.mk
30795 ____________________________________________________________________________
30796 [  8021] By: nick                                  on 2000/12/07  00:28:14
30797         Log: Various attempts at MSVC debug - not sure what has
30798              changed but works now. 
30799              Seems atexit() _may_ work for DLLs built with MSVC so don't
30800              call cleanup that way.
30801      Branch: perlio
30802            ! perlio.c win32/makefile.mk
30803 ____________________________________________________________________________
30804 [  8020] By: nick                                  on 2000/12/06  19:57:20
30805         Log: Integrate mainline
30806      Branch: perlio
30807           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
30808           !> (integrate 75 files)
30809 ____________________________________________________________________________
30810 [  8019] By: nick                                  on 2000/12/06  19:28:21
30811         Log: Add useperlio to config.vc
30812              Turn off binmode in config_H.PL
30813              Regen all the config_H.xx
30814              Attempt to get debugging build with MSVC.
30815      Branch: perlio
30816            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30817            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
30818 ____________________________________________________________________________
30819 [  8018] By: nick                                  on 2000/12/06  19:21:57
30820         Log: Test various dup/external program options on all platforms.
30821      Branch: perlio
30822            ! t/io/dup.t
30823 ____________________________________________________________________________
30824 [  8017] By: nick                                  on 2000/12/06  19:20:47
30825         Log: Fix harness to be less picky
30826      Branch: perlio
30827            ! lib/Test/Harness.pm
30828 ____________________________________________________________________________
30829 [  8016] By: jhi                                   on 2000/12/06  16:45:12
30830         Log: Update Changes.
30831      Branch: perl
30832            ! Changes patchlevel.h
30833 ____________________________________________________________________________
30834 [  8015] By: jhi                                   on 2000/12/06  16:41:03
30835         Log: Test \x{...} with ord().
30836      Branch: perl
30837            ! t/op/ord.t
30838 ____________________________________________________________________________
30839 [  8014] By: jhi                                   on 2000/12/06  16:20:33
30840         Log: Test tweak because of #8013.
30841      Branch: perl
30842            ! t/lib/b.t
30843 ____________________________________________________________________________
30844 [  8013] By: jhi                                   on 2000/12/06  16:09:09
30845         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
30846              From: Michael G Schwern <schwern@pobox.com>
30847              Date: Tue, 5 Dec 2000 21:23:28 -0500
30848              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
30849              
30850              Carp::Heavy parts not very applicable because of recent changes.
30851      Branch: perl
30852            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
30853            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
30854            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
30855            ! lib/Exporter.pm lib/Exporter/Heavy.pm
30856            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
30857            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30858            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
30859            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
30860            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
30861            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
30862            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
30863            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
30864            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
30865            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
30866            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
30867            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
30868            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
30869            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
30870            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
30871            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
30872            ! warnings.pl
30873 ____________________________________________________________________________
30874 [  8012] By: jhi                                   on 2000/12/06  15:22:38
30875         Log: Subject: [PATCH] Re: New harness is failing things
30876              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30877              Date: Wed, 6 Dec 2000 13:00:30 GMT
30878              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
30879      Branch: perl
30880            ! lib/Test/Harness.pm
30881 ____________________________________________________________________________
30882 [  8011] By: jhi                                   on 2000/12/06  15:12:08
30883         Log: Subject: installhtml changes
30884              From: Michael Stevens <michael@etla.org>
30885              Date: Wed, 6 Dec 2000 13:15:53 +0000
30886              Message-ID: <20001206131553.A27317@firedrake.org>
30887      Branch: perl
30888            ! installhtml
30889 ____________________________________________________________________________
30890 [  8010] By: jhi                                   on 2000/12/06  15:06:05
30891         Log: Subject: the dTHR hits
30892              From: Michael Stevens <michael@etla.org>
30893              Date: Wed, 6 Dec 2000 12:06:03 +0000
30894              Message-ID: <20001206120603.A24581@firedrake.org>
30895              
30896              More, errrm, less dTHRs.
30897      Branch: perl
30898            ! bytecode.pl ext/B/B/C.pm
30899 ____________________________________________________________________________
30900 [  8009] By: jhi                                   on 2000/12/06  15:04:25
30901         Log: Subject: MakeMaker mailing list gone?
30902              From: Michael G Schwern <schwern@pobox.com>
30903              Date: Tue, 5 Dec 2000 19:29:59 -0500
30904              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
30905              
30906              The MakeMaker mailing list is dead, perlbug is the right
30907              address to report bugs.
30908      Branch: perl
30909            ! lib/ExtUtils/MakeMaker.pm
30910 ____________________________________________________________________________
30911 [  8008] By: jhi                                   on 2000/12/06  15:00:32
30912         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
30913              From: Michael G Schwern <schwern@pobox.com>
30914              Date: Tue, 5 Dec 2000 19:21:21 -0500
30915              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
30916              
30917              Add a default MANIFEST skip that ignores things like
30918              version control files, editor temporary files, and the Makefile.
30919      Branch: perl
30920            + lib/ExtUtils/MANIFEST.SKIP
30921            ! MANIFEST lib/ExtUtils/Manifest.pm
30922 ____________________________________________________________________________
30923 [  8007] By: jhi                                   on 2000/12/06  14:57:20
30924         Log: In Amiga more manual hackery of the scripts seems to be needed,
30925              from Jan-Erik Karlsson.  Why Configure does not get this right
30926              is unknown, may be shell-induced.
30927      Branch: perl
30928            ! README.amiga
30929 ____________________________________________________________________________
30930 [  8006] By: jhi                                   on 2000/12/05  23:53:12
30931         Log: Add TOPm1s to peek at the second topmost stack item.
30932      Branch: perl
30933            ! pp.h
30934 ____________________________________________________________________________
30935 [  8005] By: jhi                                   on 2000/12/05  23:13:55
30936         Log: Avaunt, you foul UTF-8 tests.
30937      Branch: perl
30938            ! t/op/ver.t t/pragma/utf8.t
30939 ____________________________________________________________________________
30940 [  8004] By: jhi                                   on 2000/12/05  23:09:54
30941         Log: Continue utf8 dispersal. 
30942      Branch: perl
30943            + t/op/concat.t
30944            ! MANIFEST t/pragma/utf8.t
30945 ____________________________________________________________________________
30946 [  8003] By: nick                                  on 2000/12/05  23:02:39
30947         Log: Integrate mainline.
30948      Branch: perlio
30949           +> t/op/length.t t/op/utf8decode.t
30950           !> (integrate 69 files)
30951 ____________________________________________________________________________
30952 [  8002] By: jhi                                   on 2000/12/05  22:59:28
30953         Log: Integrate perlio.
30954      Branch: perl
30955           !> iperlsys.h perl.c perlio.c win32/perllib.c
30956 ____________________________________________________________________________
30957 [  8001] By: nick                                  on 2000/12/05  22:07:52
30958         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
30959              - calloc/free suffer from damage on TerminateThread()
30960              - use PerlMemShared (as originally planned) now fixed
30961              - avoid doing anything important on DLL "detach".
30962      Branch: perlio
30963            ! perl.c perlio.c win32/perllib.c
30964 ____________________________________________________________________________
30965 [  8000] By: nick                                  on 2000/12/05  21:05:09
30966         Log: Fix gross PerlMemShared issue.
30967      Branch: perlio
30968            ! iperlsys.h
30969 ____________________________________________________________________________
30970 [  7999] By: jhi                                   on 2000/12/05  20:46:58
30971         Log: Test for Unicode (UTF-8) hash keys.
30972      Branch: perl
30973            ! t/op/each.t
30974 ____________________________________________________________________________
30975 [  7998] By: jhi                                   on 2000/12/05  20:30:35
30976         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
30977              is now always UTF-8), empty line cosmetics.
30978      Branch: perl
30979            ! t/pragma/utf8.t
30980 ____________________________________________________________________________
30981 [  7997] By: jhi                                   on 2000/12/05  20:15:40
30982         Log: Subject: Re: STRLEN - what?
30983              From: Andy Dougherty <doughera@lafayette.edu>
30984              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
30985              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
30986              
30987              Explain STRLEN.
30988      Branch: perl
30989            ! pod/perlguts.pod
30990 ____________________________________________________________________________
30991 [  7996] By: jhi                                   on 2000/12/05  20:13:34
30992         Log: Split off the UTF-8 decoder tests, make them to check also
30993              the error message.
30994      Branch: perl
30995            + t/op/utf8decode.t
30996            ! MANIFEST t/pragma/utf8.t utf8.c
30997 ____________________________________________________________________________
30998 [  7995] By: jhi                                   on 2000/12/05  16:39:47
30999         Log: Start migrating bits of pragma/utf8 to elsewhere
31000              (since the long term plan is to obsolete 'use utf8').
31001      Branch: perl
31002            + t/op/length.t
31003            ! MANIFEST t/pragma/utf8.t
31004 ____________________________________________________________________________
31005 [  7994] By: jhi                                   on 2000/12/05  16:30:21
31006         Log: Fix a manual edit typo from #7993, fix the message formatting
31007              for Unicode, add few our declarations.
31008      Branch: perl
31009            ! lib/Carp/Heavy.pm
31010 ____________________________________________________________________________
31011 [  7993] By: jhi                                   on 2000/12/05  16:09:15
31012         Log: Subject: Need help with warnings :-(
31013              From: "Ben Tilly" <ben_tilly@hotmail.com>
31014              Date: Tue, 05 Dec 2000 01:35:54 -0500
31015              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
31016              
31017              Subject: UPDATE: Carp/Heavy now passes all tests
31018              From: "Ben Tilly" <ben_tilly@hotmail.com>
31019              Date: Tue, 05 Dec 2000 07:59:41 -0500
31020              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
31021              
31022              The Brave New Carp.
31023      Branch: perl
31024            ! lib/Carp.pm lib/Carp/Heavy.pm
31025 ____________________________________________________________________________
31026 [  7992] By: jhi                                   on 2000/12/05  15:55:08
31027         Log: Subject: [PATCH perl@7979] cygwin port
31028              From: "Eric Fifer" <efifer@dircon.co.uk>
31029              Date: Tue, 5 Dec 2000 14:04:09 -0000
31030              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
31031      Branch: perl
31032            ! t/lib/net-hostent.t
31033 ____________________________________________________________________________
31034 [  7991] By: jhi                                   on 2000/12/05  15:52:34
31035         Log: Subject: Re: [PATCH] The largest hoax of all times?
31036              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31037              Date: Tue, 5 Dec 2000 00:40:25 -0500
31038              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
31039              
31040              Subject: Re: [PATCH] The largest hoax of all times?
31041              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31042              Date: Mon, 4 Dec 2000 23:55:53 -0500
31043              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
31044              
31045              Subject: Re: [PATCH] The largest hoax of all times?
31046              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31047              Date: Tue, 5 Dec 2000 01:28:45 -0500
31048              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
31049              
31050              Fix the unpredictable order of DESTROYs.
31051      Branch: perl
31052            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
31053            ! sv.c sv.h t/op/ref.t
31054 ____________________________________________________________________________
31055 [  7990] By: jhi                                   on 2000/12/05  14:38:53
31056         Log: Subject: [PATCH] shrink pp_hot fractionally
31057              From: Nicholas Clark <nick@ccl4.org>
31058              Date: Tue, 5 Dec 2000 12:44:31 +0000
31059              Message-ID: <20001205124431.E74518@plum.flirble.org>
31060              
31061              Use report_evil_fh().
31062      Branch: perl
31063            ! opcode.pl opnames.h pp_hot.c util.c
31064 ____________________________________________________________________________
31065 [  7989] By: jhi                                   on 2000/12/05  14:21:27
31066         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31067              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31068              Date: Mon, 04 Dec 2000 22:21:59 -0800
31069              Message-ID: <HmIL6gzkgepS092yn@efn.org>
31070              
31071              Harness shouldn't ignore responses like "ok 3\r\r\n".
31072      Branch: perl
31073            ! lib/Test/Harness.pm
31074 ____________________________________________________________________________
31075 [  7988] By: jhi                                   on 2000/12/05  13:51:28
31076         Log: Integrate the "skip" messages to explain().
31077      Branch: perl
31078            ! t/lib/syslfs.t t/op/lfs.t
31079 ____________________________________________________________________________
31080 [  7987] By: jhi                                   on 2000/12/05  12:34:54
31081         Log: The one that got away in #7984.
31082              
31083              Subject: Re: dTHR - what and why?
31084              From: Michael Stevens <michael@etla.org> 
31085              Date: Tue, 5 Dec 2000 11:15:52 +0000
31086              Message-ID: <20001205111552.A4647@firedrake.org>
31087      Branch: perl
31088            ! sv.h
31089 ____________________________________________________________________________
31090 [  7986] By: gsar                                  on 2000/12/05  09:14:44
31091         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31092              due to the notorious GetFileType() bug in Windows 9x, which fstat()
31093              tickles)
31094      Branch: perl
31095            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
31096 ____________________________________________________________________________
31097 [  7985] By: jhi                                   on 2000/12/05  05:49:03
31098         Log: Integrate perlio.
31099      Branch: perl
31100           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31101           !> win32/perlhost.h win32/perllib.c
31102 ____________________________________________________________________________
31103 [  7984] By: jhi                                   on 2000/12/05  05:48:16
31104         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
31105      Branch: perl
31106            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
31107            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
31108            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
31109            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
31110            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
31111            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
31112            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
31113            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
31114            ! win32/win32.c
31115 ____________________________________________________________________________
31116 [  7983] By: nick                                  on 2000/12/04  23:27:43
31117         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
31118      Branch: perlio
31119            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
31120            ! win32/perlhost.h win32/perllib.c
31121 ____________________________________________________________________________
31122 [  7982] By: jhi                                   on 2000/12/04  19:44:09
31123         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
31124              uncovered by #7980.
31125      Branch: perl
31126            ! op.c
31127 ____________________________________________________________________________
31128 [  7981] By: jhi                                   on 2000/12/04  19:42:07
31129         Log: Subject: [PATCH] Trivial dump.c feature
31130              From: Simon Cozens <simon@cozens.net>
31131              Date: Mon, 4 Dec 2000 18:08:38 +0000
31132              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
31133              
31134              Show whether a constant is UTF-8.
31135      Branch: perl
31136            ! dump.c
31137 ____________________________________________________________________________
31138 [  7980] By: jhi                                   on 2000/12/04  19:36:51
31139         Log: UTF-8 hash keys, patch from Inaba Hiroto.
31140      Branch: perl
31141            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
31142 ____________________________________________________________________________
31143 [  7979] By: jhi                                   on 2000/12/04  17:36:28
31144         Log: Update Changes.
31145      Branch: perl
31146            ! Changes patchlevel.h
31147 ____________________________________________________________________________
31148 [  7978] By: jhi                                   on 2000/12/04  16:42:17
31149         Log: Retract #7977, still too volatile (the euphemism of the day
31150              for unfinished and buggy :-)
31151      Branch: perl
31152            ! doop.c hv.c pp.c sv.h
31153 ____________________________________________________________________________
31154 [  7977] By: jhi                                   on 2000/12/04  16:25:15
31155         Log: (Retracted by #7978, too shaky yet.)
31156              
31157              Subject: Re: utf8 in hash keys, implementor missing
31158              From: Simon Cozens <simon@cozens.net>
31159              Date: Sat, 2 Dec 2000 19:49:35 +0000
31160              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
31161              
31162              The first step at UTF-8 hash keys.
31163      Branch: perl
31164            ! doop.c hv.c pp.c sv.h
31165 ____________________________________________________________________________
31166 [  7976] By: jhi                                   on 2000/12/04  16:13:53
31167         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
31168              From: sthoenna@efn.org
31169              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
31170              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
31171      Branch: perl
31172            ! os2/os2.c perlio.c
31173 ____________________________________________________________________________
31174 [  7975] By: jhi                                   on 2000/12/04  16:05:25
31175         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
31176              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31177              Date: Thu, 30 Nov 2000 20:50:37 -0800
31178              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
31179      Branch: perl
31180            ! os2/os2.c
31181 ____________________________________________________________________________
31182 [  7974] By: jhi                                   on 2000/12/04  16:03:57
31183         Log: Subject: [PATCH] ++ 20% faster
31184              From: Nicholas Clark <nick@ccl4.org>
31185              Date: Mon, 4 Dec 2000 12:17:27 +0000
31186              Message-ID: <20001204121726.B52976@plum.flirble.org>
31187              
31188              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
31189      Branch: perl
31190            ! sv.c
31191 ____________________________________________________________________________
31192 [  7973] By: jhi                                   on 2000/12/04  16:00:48
31193         Log: 
31194              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
31195              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31196              Date: Mon, 04 Dec 2000 12:30:45 +0100
31197              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
31198              
31199              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
31200              library (getprotobyname and getprotobynumber are outversioned by
31201              the same calls in libc, at least for xlc version 3.
31202      Branch: perl
31203            ! hints/aix.sh
31204 ____________________________________________________________________________
31205 [  7972] By: jhi                                   on 2000/12/04  02:58:31
31206         Log: Integrate perlio.
31207      Branch: perl
31208           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
31209           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
31210           !> win32/win32.h win32/win32iop.h win32/win32thread.h
31211 ____________________________________________________________________________
31212 [  7971] By: nick                                  on 2000/12/04  00:24:33
31213         Log: Quieten some noise in Win32 builds:
31214              - win32.h is included after <sys/socket.h>, so need to 
31215              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
31216              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
31217      Branch: perlio
31218            ! doio.c perl.h toke.c win32/win32.h
31219 ____________________________________________________________________________
31220 [  7970] By: nick                                  on 2000/12/03  22:57:46
31221         Log: PERL_IMPLICIT_SYS compiles but does not work.
31222      Branch: perlio
31223            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
31224            ! win32/perlhost.h win32/perllib.c win32/win32.h
31225            ! win32/win32iop.h win32/win32thread.h
31226 ____________________________________________________________________________
31227 [  7969] By: jhi                                   on 2000/12/03  22:12:58
31228         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
31229              used to swash_init(), makes regprop() dumps more informative
31230              (+utf8::IsAlpha, -utf8::IsDigit, for example).
31231      Branch: perl
31232            ! regcomp.c regexec.c
31233 ____________________________________________________________________________
31234 [  7968] By: jhi                                   on 2000/12/03  21:39:56
31235         Log: Implement ANYOFUTF8 regprop() dumping.
31236      Branch: perl
31237            ! regcomp.c
31238 ____________________________________________________________________________
31239 [  7967] By: jhi                                   on 2000/12/03  20:57:19
31240         Log: Make uv_to_utf8() to zero-terminate its output buffer,
31241              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
31242      Branch: perl
31243            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
31244 ____________________________________________________________________________
31245 [  7966] By: nick                                  on 2000/12/03  18:41:21
31246         Log: Integrate mainline (STDCHAR)
31247      Branch: perlio
31248           !> Configure t/pragma/utf8.t
31249 ____________________________________________________________________________
31250 [  7965] By: jhi                                   on 2000/12/03  17:58:20
31251         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
31252      Branch: perl
31253            ! t/pragma/utf8.t
31254 ____________________________________________________________________________
31255 [  7964] By: jhi                                   on 2000/12/03  17:35:56
31256         Log: Integrate perlio.
31257      Branch: perl
31258           !> iperlsys.h perlio.c
31259 ____________________________________________________________________________
31260 [  7963] By: jhi                                   on 2000/12/03  17:33:55
31261         Log: Metaconfig unit change for #7962.
31262      Branch: metaconfig
31263            ! U/modified/stdchar.U
31264 ____________________________________________________________________________
31265 [  7962] By: jhi                                   on 2000/12/03  17:33:27
31266         Log: Untangle the <stdio.h> #include nest for the stdchar test,
31267              from Andy Dougherty.
31268      Branch: perl
31269            ! Configure
31270 ____________________________________________________________________________
31271 [  7961] By: nick                                  on 2000/12/03  16:53:00
31272         Log: Make iperlsys.h vector stdio not PerlIO.
31273      Branch: perlio
31274            ! iperlsys.h perlio.c
31275 ____________________________________________________________________________
31276 [  7960] By: nick                                  on 2000/12/03  14:43:01
31277         Log: Integrate mainline
31278      Branch: perlio
31279           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
31280           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
31281 ____________________________________________________________________________
31282 [  7959] By: jhi                                   on 2000/12/03  08:16:36
31283         Log: Use DO_UTF8().
31284      Branch: perl
31285            ! op.c
31286 ____________________________________________________________________________
31287 [  7958] By: jhi                                   on 2000/12/02  18:33:05
31288         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31289              From: Mike Guy <mjtg@cam.ac.uk>         
31290              Date: Sat, 02 Dec 2000 17:27:13 +0000
31291              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
31292              
31293              An extraneous argument.
31294      Branch: perl
31295            ! toke.c
31296 ____________________________________________________________________________
31297 [  7957] By: jhi                                   on 2000/12/02  18:22:32
31298         Log: A missing hunk.
31299      Branch: perl
31300            ! t/lib/net-hostent.t
31301 ____________________________________________________________________________
31302 [  7956] By: jhi                                   on 2000/12/02  18:06:20
31303         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
31304              From: Nicholas Clark <nick@ccl4.org>
31305              Date: Sat, 2 Dec 2000 14:28:27 +0000
31306              Message-ID: <20001202142827.A12308@plum.flirble.org>
31307              
31308              Test robustness.
31309      Branch: perl
31310            ! t/lib/net-hostent.t
31311 ____________________________________________________________________________
31312 [  7955] By: jhi                                   on 2000/12/02  17:58:06
31313         Log: Metaconfig unit change for #7954.
31314      Branch: metaconfig
31315            ! U/modified/stdchar.U
31316 ____________________________________________________________________________
31317 [  7954] By: jhi                                   on 2000/12/02  17:54:32
31318         Log: An inconvenient hang would happen if the stdio _ptr wasn't
31319              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
31320              would be grepping stdin for all eternity for the _ptr.)
31321      Branch: perl
31322            ! Configure
31323 ____________________________________________________________________________
31324 [  7953] By: jhi                                   on 2000/12/02  00:07:15
31325         Log: Update Changes.
31326      Branch: perl
31327            ! Changes patchlevel.h
31328 ____________________________________________________________________________
31329 [  7952] By: jhi                                   on 2000/12/01  23:54:47
31330         Log: Subject: Re: long shell lines
31331              From: Andy Dougherty <doughera@lafayette.edu>
31332              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
31333              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
31334              
31335              Split overly long shell command lines.
31336      Branch: perl
31337            ! lib/ExtUtils/MM_Unix.pm
31338 ____________________________________________________________________________
31339 [  7951] By: jhi                                   on 2000/12/01  23:48:02
31340         Log: The metaconfig unit change for #7950.
31341      Branch: metaconfig
31342            + U/modified/stdchar.U
31343 ____________________________________________________________________________
31344 [  7950] By: jhi                                   on 2000/12/01  23:47:39
31345         Log: Try to find stdchar also from <stdio_impl.h>.
31346      Branch: perl
31347            ! Configure config_h.SH
31348 ____________________________________________________________________________
31349 [  7949] By: jhi                                   on 2000/12/01  23:46:45
31350         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
31351              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
31352              Date: Fri, 1 Dec 2000 16:26:08 -0500
31353              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
31354              
31355              Reword the diagnostic message.
31356      Branch: perl
31357            ! pod/perldiag.pod
31358 ____________________________________________________________________________
31359 [  7948] By: nick                                  on 2000/12/01  22:49:43
31360         Log: Integrate mainline (for s/y/m as sub names stuff).
31361      Branch: perlio
31362           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
31363           !> t/pragma/warn/toke toke.c
31364 ____________________________________________________________________________
31365 [  7947] By: jhi                                   on 2000/12/01  20:55:41
31366         Log: Integrate perlio.
31367      Branch: perl
31368           !> perlio.c perliol.h t/io/pipe.t
31369 ____________________________________________________________________________
31370 [  7946] By: jhi                                   on 2000/12/01  20:36:51
31371         Log: Upgrade to CPAN 1.59_51, from Andreas König.
31372      Branch: perl
31373            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31374 ____________________________________________________________________________
31375 [  7945] By: nick                                  on 2000/12/01  20:31:32
31376         Log: Integrate mainline
31377      Branch: perlio
31378           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
31379           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
31380           +> t/lib/net-hostent.t
31381           !> (integrate 35 files)
31382 ____________________________________________________________________________
31383 [  7944] By: jhi                                   on 2000/12/01  20:23:29
31384         Log: Some help for 20001130.011.  Now one gets warnings like
31385              "Ambiguous -f() resolved as a file test ..."
31386      Branch: perl
31387            ! pod/perldiag.pod t/pragma/warn/toke toke.c
31388 ____________________________________________________________________________
31389 [  7943] By: jhi                                   on 2000/12/01  19:44:44
31390         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
31391              that also breaks using them as methods. 
31392      Branch: perl
31393            ! pod/perldiag.pod t/op/misc.t toke.c
31394 ____________________________________________________________________________
31395 [  7942] By: nick                                  on 2000/12/01  17:56:46
31396         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
31397              Make 'unix' pass most tests
31398              - do unread by temporary push of layer ("pending") holding unread chars
31399              - fast_gets is now based on per-handle flag
31400              - relax one of io/pipe.t tests to allow print to fail and close to
31401              succeed so that it passes on unbuffered "unix" layer.
31402              Remaining fail is sporadic and a genuine race condition between
31403              parent/child in fork test.
31404      Branch: perlio
31405            ! perlio.c perliol.h t/io/pipe.t
31406 ____________________________________________________________________________
31407 [  7941] By: jhi                                   on 2000/12/01  15:28:58
31408         Log: (Retracted by #7943.)
31409              
31410              Reserve the short named string operator names.
31411      Branch: perl
31412            ! pod/perldiag.pod t/op/misc.t toke.c
31413 ____________________________________________________________________________
31414 [  7940] By: jhi                                   on 2000/12/01  06:45:53
31415         Log: Get the three different space character classes right under utf8.
31416      Branch: perl
31417            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
31418            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
31419            ! regexec.c t/op/pat.t utf8.c
31420 ____________________________________________________________________________
31421 [  7939] By: jhi                                   on 2000/12/01  03:26:26
31422         Log: Two more tests that make no sense in UTF-8 since the test
31423              data is not in UTF-8.
31424      Branch: perl
31425            ! t/op/regexp.t
31426 ____________________________________________________________________________
31427 [  7938] By: jhi                                   on 2000/12/01  03:20:39
31428         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
31429              should it be required inside regexen?
31430      Branch: perl
31431            ! regcomp.c t/op/regmesg.t
31432 ____________________________________________________________________________
31433 [  7937] By: jhi                                   on 2000/12/01  02:58:53
31434         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
31435              stored and restored, and thusly was trounced by the utf8 swash
31436              routines.
31437      Branch: perl
31438            ! regcomp.c
31439 ____________________________________________________________________________
31440 [  7936] By: jhi                                   on 2000/11/30  20:41:39
31441         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
31442              Why the different platforms behave so differently (core dump vs
31443              no core dump) on this bug is a but of a mystery, but if I had to
31444              guess I would mumble something like 'alignment'.
31445      Branch: perl
31446            ! sv.c
31447 ____________________________________________________________________________
31448 [  7935] By: jhi                                   on 2000/11/30  16:17:02
31449         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
31450              From: Robin Barker <rmb1@cise.npl.co.uk>
31451              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
31452              Date: Thu, 30 Nov 2000 14:27:12 GMT
31453      Branch: perl
31454            ! perlio.c toke.c
31455 ____________________________________________________________________________
31456 [  7934] By: jhi                                   on 2000/11/30  16:04:49
31457         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
31458      Branch: perl
31459            ! t/lib/net-hostent.t
31460 ____________________________________________________________________________
31461 [  7933] By: jhi                                   on 2000/11/30  06:07:26
31462         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
31463              From: Peter Prymmer <pvhp@forte.com>
31464              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
31465              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
31466              
31467              In VMS the localhost may be LOCALHOST.
31468      Branch: perl
31469            ! t/lib/net-hostent.t
31470 ____________________________________________________________________________
31471 [  7932] By: jhi                                   on 2000/11/30  01:11:11
31472         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
31473              From: Peter Prymmer <pvhp@forte.com>
31474              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
31475              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
31476              
31477              plus regen perlapi.pod.
31478      Branch: perl
31479            ! pod/perlapi.pod utf8.c
31480 ____________________________________________________________________________
31481 [  7931] By: jhi                                   on 2000/11/30  01:06:19
31482         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
31483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31484              Date:     Wed, 29 Nov 2000 17:15:11 EST
31485              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
31486      Branch: perl
31487            ! t/lib/filter-util.pl t/lib/filter-util.t
31488 ____________________________________________________________________________
31489 [  7930] By: jhi                                   on 2000/11/29  18:51:55
31490         Log: Update Changes.
31491      Branch: perl
31492            ! Changes patchlevel.h
31493 ____________________________________________________________________________
31494 [  7929] By: jhi                                   on 2000/11/29  18:50:55
31495         Log: Update the va_copy() metaconfig unit.
31496      Branch: metaconfig/U/perl
31497            ! need_va_copy.U
31498 ____________________________________________________________________________
31499 [  7928] By: jhi                                   on 2000/11/29  17:50:43
31500         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
31501              From: Dominic Dunlop <domo@computer.org>
31502              Date: Tue, 28 Nov 2000 16:41:57 +0100
31503              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
31504              
31505              Patch to catch a core dump in the Configure va_copy test.
31506      Branch: perl
31507            ! Configure config_h.SH
31508 ____________________________________________________________________________
31509 [  7927] By: jhi                                   on 2000/11/29  17:31:59
31510         Log: Retract #7921, the patch shouldn't be needed.
31511      Branch: perl
31512            ! sv.c
31513 ____________________________________________________________________________
31514 [  7926] By: jhi                                   on 2000/11/29  17:01:41
31515         Log: Make the Class::Struct import() wiser.
31516      Branch: perl
31517            ! lib/Class/Struct.pm t/lib/class-struct.t
31518 ____________________________________________________________________________
31519 [  7925] By: jhi                                   on 2000/11/29  16:36:33
31520         Log: All the core library users of Class::Struct seem to be
31521              using "use Class::Struct 'struct';" instead of the bare
31522              "use Class::Struct;", which isn't documented in Class::Struct.
31523              This can't be right.
31524      Branch: perl
31525            ! lib/File/stat.pm
31526 ____________________________________________________________________________
31527 [  7924] By: jhi                                   on 2000/11/29  16:32:15
31528         Log: A test works better if it has the right 1..$n output.
31529      Branch: perl
31530            ! t/lib/class-struct.t
31531 ____________________________________________________________________________
31532 [  7923] By: jhi                                   on 2000/11/29  16:29:11
31533         Log: Forgot to MANIFEST the new Net::hostent test.
31534      Branch: perl
31535            ! MANIFEST
31536 ____________________________________________________________________________
31537 [  7922] By: jhi                                   on 2000/11/29  16:27:49
31538         Log: Integrate perlio.
31539      Branch: perl
31540           !> iperlsys.h perlio.c
31541 ____________________________________________________________________________
31542 [  7921] By: jhi                                   on 2000/11/29  16:27:10
31543         Log: (Retracted by #7927.)
31544              
31545              Subject: [PATCH] Is infinity a number?
31546              From: Simon Cozens <simon@cozens.net>
31547              Date: Wed, 29 Nov 2000 14:48:20 +0000
31548              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
31549      Branch: perl
31550            ! sv.c
31551 ____________________________________________________________________________
31552 [  7920] By: jhi                                   on 2000/11/29  16:23:02
31553         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
31554              From: rspier@pobox.com (Robert Spier)
31555              Date: Wed, 29 Nov 2000 02:17:49 -0500
31556              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
31557              
31558              Add a test for Net::hostent.
31559      Branch: perl
31560            + t/lib/net-hostent.t
31561 ____________________________________________________________________________
31562 [  7919] By: jhi                                   on 2000/11/29  16:21:31
31563         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
31564              add a test for Class::Struct.
31565      Branch: perl
31566            + t/lib/class-struct.t
31567            ! MANIFEST lib/Class/Struct.pm
31568 ____________________________________________________________________________
31569 [  7918] By: jhi                                   on 2000/11/29  15:48:40
31570         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
31571              From: rspier@pobox.com (Robert Spier)
31572              Date: Wed, 29 Nov 2000 02:25:39 -0500
31573              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
31574              
31575              More checking in case someone has broken their services or
31576              protocol databases.
31577      Branch: perl
31578            ! ext/Sys/Syslog/Syslog.pm
31579 ____________________________________________________________________________
31580 [  7917] By: jhi                                   on 2000/11/29  15:46:25
31581         Log: Subject: [PATCH] $^O  win32 -> MSWin32
31582              From: rspier@pobox.com (Robert Spier)
31583              Date: Wed, 29 Nov 2000 02:17:38 -0500
31584              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
31585              
31586              plus similar nits for vms, err, VMS, and UNICOS.
31587      Branch: perl
31588            ! t/lib/syslfs.t t/op/lfs.t
31589 ____________________________________________________________________________
31590 [  7916] By: jhi                                   on 2000/11/29  15:42:51
31591         Log: Subject: [PATCH] Tokeniser debugging
31592              From: Simon Cozens <simon@cozens.net>
31593              Date: Wed, 29 Nov 2000 14:15:45 +0000
31594              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
31595      Branch: perl
31596            ! perl.c perl.h pod/perlrun.pod toke.c
31597 ____________________________________________________________________________
31598 [  7915] By: jhi                                   on 2000/11/29  15:41:36
31599         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31600              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31601              Date: Wed, 29 Nov 2000 02:13:14 -0500
31602              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
31603              
31604              OUT keyword nits.
31605              
31606              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
31607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31608              Date: Wed, 29 Nov 2000 03:09:04 -0500
31609              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
31610              
31611              OUT and IN_OUT documentation.
31612      Branch: perl
31613            ! lib/ExtUtils/xsubpp pod/perlxs.pod
31614 ____________________________________________________________________________
31615 [  7914] By: jhi                                   on 2000/11/29  03:35:01
31616         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
31617              From: John Tobey <jtobey@john-edwin-tobey.org>
31618              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
31619              Message-Id: <m140e1N-000FOoC@feynman.localnet>
31620              
31621              plus a performance speedup noticed by Sarathy.
31622      Branch: perl
31623            ! op.c
31624 ____________________________________________________________________________
31625 [  7913] By: jhi                                   on 2000/11/29  03:16:59
31626         Log: Use "1 while unlink" so that VMS gets clean, too.
31627      Branch: perl
31628            ! t/lib/filter-util.t
31629 ____________________________________________________________________________
31630 [  7912] By: jhi                                   on 2000/11/29  03:09:08
31631         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
31632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31633              Date: Tue, 28 Nov 2000 03:27:09 -0500
31634              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
31635      Branch: perl
31636            ! lib/ExtUtils/xsubpp
31637 ____________________________________________________________________________
31638 [  7911] By: jhi                                   on 2000/11/29  03:06:30
31639         Log: This should have been part of #7872: no need to scan UTF-8
31640              until eternity.
31641      Branch: perl
31642            ! utf8.c
31643 ____________________________________________________________________________
31644 [  7910] By: jhi                                   on 2000/11/29  02:50:04
31645         Log: One more perltie.pod nit from Casey R. Tweten.
31646      Branch: perl
31647            ! pod/perltie.pod
31648 ____________________________________________________________________________
31649 [  7909] By: jhi                                   on 2000/11/29  02:44:23
31650         Log: Document the known sprintf test failures, exact standard
31651              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
31652      Branch: perl
31653            ! pod/perldelta.pod t/op/sprintf.t
31654 ____________________________________________________________________________
31655 [  7908] By: jhi                                   on 2000/11/29  02:36:23
31656         Log: Add the Encoding table format documentation.
31657      Branch: perl
31658            + ext/Encode/Encode/EncodeFormat.pod
31659            ! MANIFEST
31660 ____________________________________________________________________________
31661 [  7907] By: jhi                                   on 2000/11/29  02:07:24
31662         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
31663              From: "Casey R. Tweten" <crt@kiski.net>
31664              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
31665              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
31666              
31667              Subject: Re: [PATCH] Updating perltie.pod for arrays
31668              From: "Casey R. Tweten" <crt@kiski.net>
31669              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
31670              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
31671      Branch: perl
31672            ! pod/perltie.pod
31673 ____________________________________________________________________________
31674 [  7906] By: nick                                  on 2000/11/28  22:40:59
31675         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
31676      Branch: perlio
31677            ! iperlsys.h perlio.c
31678 ____________________________________________________________________________
31679 [  7905] By: nick                                  on 2000/11/28  22:04:34
31680         Log: Integrate mainline
31681      Branch: perlio
31682           !> (integrate 39 files)
31683 ____________________________________________________________________________
31684 [  7904] By: jhi                                   on 2000/11/28  16:44:43
31685         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
31686              From: Nicholas Clark <nick@babyhippo.co.uk>
31687              Date: Tue, 28 Nov 2000 11:16:57 +0000
31688              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
31689      Branch: perl
31690            ! pod/perlipc.pod
31691 ____________________________________________________________________________
31692 [  7903] By: jhi                                   on 2000/11/28  16:40:31
31693         Log: Subject: [PATCH] Updating perltie.pod for arrays
31694              From: "Casey R. Tweten" <crt@kiski.net>
31695              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
31696              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
31697      Branch: perl
31698            ! pod/perltie.pod
31699 ____________________________________________________________________________
31700 [  7902] By: jhi                                   on 2000/11/28  16:39:37
31701         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
31702              From: Robin Barker <rmb1@cise.npl.co.uk>
31703              Date: Mon, 27 Nov 2000 17:56:44 GMT
31704              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
31705      Branch: perl
31706            ! pod/perlfunc.pod t/op/split.t
31707 ____________________________________________________________________________
31708 [  7901] By: jhi                                   on 2000/11/28  16:28:04
31709         Log: setmode() is a DOSish-only thing.
31710      Branch: perl
31711            ! perlio.c
31712 ____________________________________________________________________________
31713 [  7900] By: jhi                                   on 2000/11/28  16:21:46
31714         Log: Subject: [PATCH] perlcc.PL cleanups
31715              From: Simon Cozens <simon@cozens.net>
31716              Date: Tue, 28 Nov 2000 12:44:35 +0000
31717              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
31718      Branch: perl
31719            ! utils/perlcc.PL
31720 ____________________________________________________________________________
31721 [  7899] By: gsar                                  on 2000/11/28  06:32:55
31722         Log: reintegrate files missed by change#7895
31723      Branch: maint-5.6/perl
31724           +> ext/ByteLoader/bytecode.h utils/Makefile
31725            - utils/perlbc.PL
31726 ____________________________________________________________________________
31727 [  7897] By: gsar                                  on 2000/11/27  18:22:47
31728         Log: can't integrate these two files, for some reason
31729      Branch: maint-5.6/perl
31730            - ext/ByteLoader/bytecode.h utils/Makefile
31731 ____________________________________________________________________________
31732 [  7895] By: gsar                                  on 2000/11/27  18:11:21
31733         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
31734              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
31735              6757..6890,6892..6901 from mainline
31736              
31737              Bytecompiler patches from Benjamin Stuhl.
31738              
31739              More bytecompiler.
31740              
31741              Subject: [PATCH blead] B:: missing dependency
31742              
31743              Subject: [PATCH: 6757] configure.com updates and syslog build
31744              
31745              Long double Gconvert fixes from Yitzchak Scott-Thoennes
31746              and Spider Boardman.
31747              
31748              Subject: [PATCH blead] nextchar() abuse misses an optimisation
31749              
31750              Long double fixes from Spider Boardman.
31751              
31752              Make the selection of NVff et al stricter.
31753              
31754              cSVOPo_*v things index into the current PL_curpad
31755              under ithreads, which is different from the curpad
31756              used by the XSUB.  (In other words, the code as-is
31757              before this patch wouldn't work under ithreads.)
31758              
31759              Be portable.
31760              
31761              VMS MMS (make) wants null action.
31762              
31763              Mac and other portability updates from Chris Nandor.
31764              
31765              Storable support, v-version fixes.
31766              Subject: CPAN.pm beta for testing available
31767              
31768              Portability fix from Hugo van der Sanden.
31769              
31770              Bad makefile.
31771              
31772              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
31773              
31774              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
31775              
31776              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31777              
31778              Replace #6705 with a minimal doc patch.
31779              Subject: [PATCH 5.6.0] replace change #6705
31780              
31781              Drop the separate perlbc, perlcc -b should be enough.
31782              
31783              installperl couldn't tell whether it had run tests or not.
31784              Subject: [PATCH] Re: installperl and t/TEST
31785              
31786              Add silencer flags to installperl.
31787              Subject: [PATCH] Making installperl silent.
31788              
31789              Make "make install" by default silent.  A new "install-verbose"
31790              target is verbose.
31791              
31792              More liberal parsing of version numbers.
31793              Subject: Re: CPAN.pm beta for testing available
31794              
31795              Create directories in silence.
31796              Subject: [PATCH] Another silencer for MakeMaker
31797              
31798              DOS patches and portability/porting notes, from Tim Jenness.
31799              
31800              Make installman to recognize the silence flag -S.
31801              
31802              Actually do something with the silencer option.
31803              
31804              Continue silencing.
31805              
31806              Show the doc file, not the temp file.
31807              
31808              Regen perltoc.
31809              
31810              Subject: [PATCH] More silencing of installman.
31811              
31812              Better wording for the vec lvalue diagnostic.
31813              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
31814              
31815              Subject: [PATCH: 6805] several more tweaks to configure.com
31816              
31817              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
31818              
31819              Missing parts of 
31820              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
31821              
31822              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
31823              (applied slightly modified)
31824              
31825              installperl --verbose and --silent.
31826              Subject: Re: [PATCH] More silencing of installman.
31827              
31828              Add install-silent target.
31829              
31830              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
31831              the problem reported in
31832              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
31833              
31834              Tweak the sfio/useperlio logic, hopefully as wished in
31835              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
31836              
31837              One forgotten file from #6816.
31838              
31839              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
31840              
31841              Remove duplicately applied patch shards.
31842              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
31843              
31844              Support preserving extremely big/small angles.
31845              
31846              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
31847              
31848              Subject: [PATCH] installation not quite silent yet.
31849              
31850              Update the test count.
31851              
31852              Use UVxf, PTR2UV, NVff.
31853              
31854              Document PTR2XX and INT2PTR.
31855              
31856              no-install target a la make -n.
31857              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
31858              
31859              grep -e isn't portable.
31860              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
31861              
31862              Can't get the test to reliably work thanks to the
31863              inaccurateness of floating point.  "Resolves" bug ids
31864              20000826.003, 20000826.009, 20000826.010,
31865              
31866              Subject: installman buglet
31867              
31868              DJGPP update from Laszlo Molnar.
31869              
31870              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31871              
31872              Passing -R in ldflags makes now it to appear in the default
31873              for lddlflags, just like with -L.
31874              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
31875              
31876              Test nit.
31877              
31878              Use the actual thread type, not the pointer-to-struct.
31879              
31880              Provice virtual $Config{ccflags_nolargefiles} etc. 
31881              
31882              display_format used as a class method without arguments was broken,
31883              reported in
31884              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
31885              
31886              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
31887              
31888              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
31889              
31890              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
31891              
31892              opmini.o may be left around if a build is interrupted.
31893              
31894              Typo in #6858.
31895              
31896              Fix for ID 20000828.001, long doubles were not formatted
31897              correctly (showed up in $], which stopped installing perl).
31898              
31899              An attempt to fix the problem reported in
31900              Subject: Building perl@6856 using gcc/AIX 4.3.3 
31901              I can't test this properly since the gcc installation I have
31902              access to seems to be botched (gcc is calling the AIX cpp,
31903              a losing proposition...)
31904              
31905              Add -ld to archname on long tr...double platforms.
31906              
31907              Subject: hv.h Doc Patch
31908              
31909              Potential cruft.
31910              
31911              Subject: [PATCH bleedperl@6856] warnings fixes
31912              
31913              -S is the silent flag, -s is the strip flag.
31914              Subject: [PATCH] Re: [PATCH] make no-install          
31915              
31916              Take out the SUIDMAIL thing, that will not be
31917              a problem in 5.7.*.
31918              
31919              Subject: [PATCH bleedperl@6866] spellings
31920              
31921              Subject: [PATCH] Re: files not cleaned even by veryclean
31922              
31923              Use minimal @INC in tests, most of the time just '../lib',
31924              so that we simply can't pick up stuff from other Perls than
31925              the one we are testing.  Pointed out by
31926              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
31927              
31928              Update to Getopt::Long 2.24, from Johan Vromans.
31929              
31930              Fix for thinko in #6848.
31931              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
31932              
31933              Patches all over for people and the files they (hopefully) care about.
31934              
31935              Subject: Net::protoent does not export 'getproto'
31936              
31937              Missed a change in #6869.
31938              
31939              Subject: [PATCH] Warnings in B::Deparse
31940              
31941              Subject: [PATCH] Glob dumping
31942              
31943              Disable one of the tests for now.
31944              
31945              Disabling the one test is a bit tricky.
31946              
31947              Don't forget to tidy up.
31948              
31949              The #6881 removed one dump line.
31950              
31951              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
31952              
31953              Under usethreads the dumped variable is IN_PAD.
31954              Subject: Re: [PATCH] Glob dumping
31955              
31956              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
31957              
31958              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
31959              
31960              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
31961              
31962              Regen Configure for #6894.
31963              
31964              Subject: [PATCH: 6889] updates to perlebcdic.pod
31965              
31966              Undo namespace pollution of #6878.
31967              Subject: Re: Net::protoent does not export 'getproto'
31968              
31969              Admit that we are leaking scalars.
31970              
31971              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
31972      Branch: maint-5.6/perl
31973           !> (integrate 271 files)
31974 ____________________________________________________________________________
31975 [  7894] By: gsar                                  on 2000/11/27  16:00:34
31976         Log: a couple of nits
31977      Branch: maint-5.6/perl
31978            ! MANIFEST pp_sys.c
31979 ____________________________________________________________________________
31980 [  7893] By: gsar                                  on 2000/11/27  15:10:56
31981         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
31982              6740..6745,6747..6757,6760
31983              
31984              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
31985              
31986              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
31987              
31988              Doc nits spotted by Richard Soderberg.
31989              
31990              move WNOHANG definition to where other such things are
31991              
31992              Make $Config{byteorder} more magical so that it is
31993              dynamically computed: nice for 'fat binaries'.
31994              Subject: [PATCH]: default byteorder
31995              
31996              Subject: [PATCH] Cwd.pm now uses strict
31997              
31998              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
31999              
32000              Get -DLEAKTEST to compile (not necessarily to work, mind)
32001              Subject: [ID 20000724.006] -DLEAKTEST problem
32002              
32003              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
32004              
32005              Add perlebcdic from Peter Prymmer, regen toc.
32006              
32007              Don't propose using modules built for 5.005 if no binary
32008              compatibility with 5.005 is attempted.
32009              
32010              Do not use prototyping here.
32011              Subject: [ID 20000817.016] [PATCH] Peek.xs
32012              
32013              Document what the backtick returns if the command fails.
32014              
32015              Add byteorder to the myconfig output.
32016              
32017              Introduce NVef, NVff, and NVgf, use the middle one.
32018              (helps for lib/peek + Linux + long doubles)  Reported in
32019              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
32020              Use NVs in POSIX math, not doubles.
32021              Subject: [ID 20000817.014] POSIX & modfl
32022              
32023              Subject: [PATCH 5.6.0+] newSVrv() memory leak
32024              
32025              The byteorder code in #6671 was wrong.
32026              
32027              Fix the lib/complex failure of
32028              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
32029              Linux long double accuracy issue: something that
32030              when printed with %g looks like "2" but int() of it is 1.
32031              
32032              Propagate new Configure vars.
32033              
32034              Unbuffer the output.
32035              
32036              Subject: [PATCH] perltrap.pod spring cleaning
32037              
32038              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
32039              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
32040              
32041              Tiny Getopt::Long patch from Johan Vromans.
32042              
32043              Document code point which makes if (defined %stash::) to work
32044              (noted by Spider Boardman).
32045              
32046              Subject: [PATCH perl@6698] cygwin port
32047              
32048              Document the NDBM_File and ODBM_File as SDBM_File
32049              was documented in #6417.
32050              
32051              The new tests were missing from #6415.
32052              
32053              Add [[:blank:]] as suggested in
32054              Subject: [ID 20000716.024] [=cc=] / [:blank:]
32055              (the [=cc=] has already been taken care of by #6439
32056              so the whole bug report can be closed)
32057              and make [[:space:]] to be equivalent to isspace(3)
32058              (as opposed to \s, which is isSPACE()).  The difference
32059              is that now [[:space:]] matches the mythical vertical tab,
32060              while \s doesn't.
32061              
32062              Don't eat leading os from index entries.
32063              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
32064              
32065              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
32066              
32067              Typo in pp_complement().
32068              Subject: [PATCH perl-current] Deparse
32069              
32070              Add warnif(), check warnings further up the stack,
32071              all the warnings functions now can take an optional object reference.
32072              Subject: [PATCH bleedperl@6691] warnings pragma update
32073              
32074              Fix a core dump in lib/selfloader under -DDEBUGGING.
32075              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
32076              
32077              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
32078              
32079              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
32080              
32081              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
32082              Put back the long double avoidance code to POSIX.xs
32083              because VMS seems to need it still.
32084              
32085              Introduce a 'veryclean' target that is like 'distclean'
32086              but also removes *~ and *.orig.
32087              
32088              Subject: [ID 20000817.023] endianness description in perlfunc.pod
32089              
32090              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
32091              
32092              Let's try #6717 again.
32093              
32094              UTF8 concat fixes.
32095              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
32096              
32097              pp_open() could pass an uninitialized filename down to do_open9().
32098              
32099              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
32100              
32101              Update to CGI 2.72, from Lincoln Stein.
32102              
32103              Subject: [PATCH] Silence MakeMaker (Was: installman)
32104              
32105              Use temporary directory instead of current directory.
32106              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
32107              
32108              Document odd vs even subreleases and -Dusedevel.
32109              
32110              The veryclean target needs to clobber.
32111              
32112              Use File::Spec->tmpdir().
32113              
32114              Document the number of exponent digits.
32115              
32116              Mention perlebcdic and perlposix-bc.
32117              
32118              s/this one/the 5.6.0 release/
32119              
32120              The #6724 is here.
32121              
32122              The correct cleaning order is an art.
32123              
32124              small tweaks for change#6705: avoid C++ style comments in C code;
32125              use Perl's malloc API rather than the low level system one
32126              
32127              Array context keeps slithering in.
32128              
32129              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
32130              
32131              Subject: [PATCH] os2.c fix for use64bitint
32132              
32133              Update to Pod::LaTeX 0.53.
32134              Subject: [PATCH] lib/Pod/LaTeX.pm updates
32135              
32136              Document the endianness of Alpha more precisely.
32137              
32138              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
32139              
32140              Rename the macro argument because some preprocessors
32141              can't tell the difference and expand arguments also inside
32142              double quoted strings.
32143              
32144              free TLS slot properly on Windows
32145              
32146              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
32147              
32148              Unicos/mk requires elaborate paranoia.
32149              
32150              Tweak the floating point output routine preferences.
32151              
32152              Also under djgpp the timestamps are funky.
32153              
32154              Apply some PodParser 1.18 patches; the Pod/Find.pm
32155              patches cannot be applied since #6712 conflicts.
32156              
32157              Use PodParser 1.18 new test.
32158              
32159              A pod nit.
32160              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
32161              
32162              Be verydeepclean.
32163      Branch: maint-5.6/perl
32164           +> pod/perlebcdic.pod
32165           !> (integrate 106 files)
32166 ____________________________________________________________________________
32167 [  7892] By: jhi                                   on 2000/11/27  15:02:32
32168         Log: Update Changes.
32169      Branch: perl
32170            ! Changes patchlevel.h
32171 ____________________________________________________________________________
32172 [  7891] By: jhi                                   on 2000/11/27  14:57:23
32173         Log: Subject: Re: perlfaq style changes
32174              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32175              Date: Sat, 25 Nov 2000 23:32:26 -0800
32176              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
32177              
32178              plus a note from Ronald Kimball.
32179      Branch: perl
32180            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
32181 ____________________________________________________________________________
32182 [  7890] By: jhi                                   on 2000/11/27  14:53:14
32183         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
32184              From: Benjamin Holzman <bah@ecnvantage.com>
32185              Date: Sun, 26 Nov 2000 16:27:33 -0500
32186              Message-ID: <20001126162733.J25040@ecnvantage.com>
32187      Branch: perl
32188            ! gv.c
32189 ____________________________________________________________________________
32190 [  7889] By: jhi                                   on 2000/11/27  14:43:11
32191         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
32192              From: lvirden@cas.org
32193              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
32194              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
32195      Branch: perl
32196            ! README.amiga
32197 ____________________________________________________________________________
32198 [  7888] By: jhi                                   on 2000/11/27  14:32:34
32199         Log: Restore also the locale test to no-sprintf-taint state.
32200              Fixes the bug 20001127.003.
32201      Branch: perl
32202            ! sv.c t/pragma/locale.t
32203 ____________________________________________________________________________
32204 [  7887] By: gsar                                  on 2000/11/27  14:13:05
32205         Log: integrate changes#6613..6616,6620..6665 from mainline
32206              
32207              VMS configure.com update continues.
32208              
32209              Subject: Test fails / warnings with perl-current #6612
32210              
32211              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
32212              
32213              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32214              
32215              For now remove the mail code.
32216              
32217              Subject: Re: [PATCH] @+, @- readonly
32218              
32219              Subject: warning: storage class after type is obsolescent
32220              
32221              Subject: sfio2000
32222              
32223              Subject: Re: File::Temp problems on VMS in bleedperl
32224              
32225              README.os2 update.
32226              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
32227              
32228              Make the user to give up his firstborn, err, to knowingly
32229              verify installing an unstable developer release.  Also bump
32230              the release to 5.7.0, but leave a patch tag in the local
32231              patches saying that this is not yet the real thing.
32232              
32233              Update (kinda) to Test 1.14, from Joshua Pritikin.
32234              
32235              make ok etc also for win32.
32236              
32237              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
32238              
32239              Don't blow limited stacks, a lower number is enough to
32240              tickle the lookbehind limit.
32241              
32242              Use -Dusedevel; regen Configure and the respective Porting stuff.
32243              
32244              Subject: [PATCH] debugger exit code should reflect user exit code
32245              
32246              Subject: [PATCH perl@6620] cygwin port
32247              
32248              Missed a file from #6638.
32249              
32250              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)
32251              
32252              magic callbacks all need to have same type signature
32253              
32254              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
32255              
32256              Fix a dependency problem.
32257              Subject: [PATCH: 6640] VMS Makefile.SH update
32258              
32259              The numeric locale was reset to "C" by s?printf and never restored.
32260              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
32261              No test since adding the failing example to locale.t
32262              does not fail -- probably because the locale settings are so
32263              thoroughly tweaked by that time.  Running the example standalone
32264              does fail, though.  UPDATE: test case added at change #7540.
32265              
32266              Subject: [ID 20000324.040] minor fix to perlhpux.pod
32267              
32268              Update to CPAN 1.57.
32269              
32270              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
32271              
32272              Change the perlbug address to perl.org since it's more forgiving.
32273              
32274              Change the regx compilation error markers to use = instead of <
32275              since pod makes using the latter quite messy.  Reported in
32276              ID 20000814.006 by Abigail and in
32277              Subject: Unknown escape E<> ?
32278              
32279              Update to perldebtut 1.9, from Richard Foley.
32280              
32281              check that the number pseudo children doesn't exceed
32282              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
32283              the WaitForMultipleObjects() limit that would cause wait()
32284              to crash)
32285              wait() and waitpid() could potentially be rewritten to use
32286              more than one thread to do the waiting to eliminate this
32287              limitation
32288              
32289              change#6328 could make close(SOCKET) return false on windows
32290              when it shouldn't
32291              
32292              pod nit seen in passing
32293              
32294              on windows, the return values from wait() and waitpid() don't
32295              match those of pseudo-pids
32296              
32297              waitpid() now handles externally spawned pids correctly;
32298              fixes for backtick/wait/waitpid failures on Windows 9x
32299              these changes make the pid returned by process functions on
32300              Windows 9x always positive by clearing the high bit (which
32301              is always set on Win9x); pseudo-process PIDs are likewise
32302              always negative now on Win9x (just as on NT/2000)
32303              
32304              trailing new %ENV entries weren't being pushed into the real
32305              environment of subprocesses on Windows
32306              
32307              Tweak the regex compilation errors once more.
32308              
32309              avoid warnings from dense compiler
32310              
32311              add "ok" targets from change#6632 in makefile.mk
32312      Branch: maint-5.6/perl
32313            - lib/Pod/PlainText.pm vms/configure.com
32314           !> (integrate 66 files)
32315 ____________________________________________________________________________
32316 [  7886] By: jhi                                   on 2000/11/27  13:54:18
32317         Log: __FUNCTION__ isn't portable and trying to emulate it leads
32318              into practically spelling out the name of the function.
32319              Takes care of the bug 20001127.001.
32320      Branch: perl
32321            ! perlio.c
32322 ____________________________________________________________________________
32323 [  7885] By: gsar                                  on 2000/11/27  13:53:18
32324         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
32325              6610..6611 from mainline
32326              
32327              Make regular expression parse error messages easier to understand.
32328              Subject: Re: enhanced(?) regex error messages
32329              
32330              Tiny tidying on report_evil_fh().
32331              
32332              Subject: Re: enhanced(?) regex error messages 
32333              plus Capitalize the error messages, plus perldiag them.
32334              
32335              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
32336              
32337              Document here-doc better.
32338              
32339              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
32340              
32341              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
32342              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
32343              (either perlbug or p5p ate the original), plus regen
32344              perlapi and perltoc. 
32345              
32346              Regen global.sym.
32347              
32348              Double check that we have a dirhandle.
32349              
32350              Subject: Re: enhanced(?) regex error messages
32351              (plus two small patches sent privately)
32352              (this still seems to leave few test failures)
32353              
32354              warn is a macro, avoid using at a variable to avoid warnings
32355              in some configurations; readdir.t is too conservative in
32356              estimating number of *.t's
32357              
32358              Get back into sync with Jeffrey on the enhanced regex warnings.
32359              
32360              Subject: [PATCH 5.6.0] cygwin port
32361              
32362              Zero entries were skipped, fix from Adrian Goalby
32363              <argoalby@yahoo.co.uk>
32364              
32365              Subject: Remove dead entry in perldiag
32366              
32367              Amend the description of Perl6.
32368              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
32369              
32370              detypo
32371              
32372              It's the 2ndO'ROSSC.
32373              
32374              Revert the sv.c part of #6559, a better fix is needed.
32375              
32376              Iterating perl6 description.
32377              
32378              Update to Term::ANSIColor 1.03, from Russ Allbery.
32379              
32380              Update to Getopt::Long 2.23_05, from Johan Vromans.
32381              
32382              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
32383              
32384              Update to Pod::Parser 1.17, from Brad Appleton.
32385              
32386              Update to CPAN 1.56, from Andreas König.
32387              
32388              Update to CGI 2.70, from Lincoln Stein.
32389              
32390              Put back the std @INC thing.
32391              
32392              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
32393              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
32394              
32395              Document the IO::Select timeout.
32396              
32397              sleep(1) does not necessarily return 1.
32398              Subject: [PATCH bleadperl] op/lex_assign.t  
32399              
32400              Subject: debugger "d" command doesnt check line number
32401              
32402              B::Deparse didn't do sub attributes.
32403              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32404              
32405              Preprocessing and postprocessing for File::Find.
32406              Subject: Patch to Find::File.pm to allow alphabetical results
32407              
32408              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
32409              
32410              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
32411              
32412              Subject: Re: [ID 20000730.003] utf8::length() bad
32413              
32414              Subject: Getting perlio and threads to compile
32415              (the Solaris version changes in Configure skipped)
32416              
32417              Tests for #6589.
32418              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
32419              
32420              Add Perl debugging tutorial, regen toc. 
32421              Subject: perldebtut.pod
32422              
32423              Add a few missing files, update MANIFEST.
32424              
32425              Rewrite of vms/subconfigure.com as configure.com,
32426              from Peter Prymmer and the vmsperl crew.
32427              
32428              Should have deleted this in #6603.
32429              
32430              Fix the test for 5005threads.
32431              
32432              Fix-n-skip the tests under 5005threads.
32433              
32434              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
32435              
32436              Upgrade to CGI 2.71, from Lincoln Stein.
32437      Branch: maint-5.6/perl
32438           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
32439           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
32440           +> t/op/regmesg.t t/pod/find.t vms/configure.com
32441            - vms/subconfigure.com
32442            ! lib/lib.pm
32443           !> (integrate 115 files)
32444 ____________________________________________________________________________
32445 [  7884] By: jhi                                   on 2000/11/27  13:44:33
32446         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
32447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32448              Date:     Mon, 27 Nov 2000 08:23:54 EST
32449              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
32450      Branch: perl
32451            ! vms/descrip_mms.template vms/test.com
32452 ____________________________________________________________________________
32453 [  7883] By: gsar                                  on 2000/11/27  11:50:46
32454         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
32455              6511..6513,6515..6523,6525..6536
32456              
32457              The swallow_bom() saga continues.  The #23 of require.t
32458              (UTF16-LE) still fails (silently, no output) but the #22
32459              (UTF16-BE) seems to be working now.  The root of the
32460              failure may be in sv_gets(): is it UTF-16LE-aware,
32461              especially when it comes to line endings? 
32462              
32463              Document the problem with -P in HP-UX and its workaround.
32464              
32465              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32466              (aka ID 20000730.002)
32467              
32468              Subject: fix and question re: waitpid() under win32
32469              
32470              Make the safety catch for buggy gccs work with triple version
32471              numbers like 2.95.2.  Reported in
32472              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32473              
32474              In Digital UNIX warn if gcc explicitly chosen because even
32475              2.95.2 is known to cause problems.
32476              
32477              Make chr() for values >127 to create utf8 when under utf8.
32478              
32479              various syntax errors and such (not fixed: comp/require.t#22 coredump
32480              on Windows)
32481              
32482              Stash away the largefiles flags and libswanted.
32483              
32484              BOM patching from Simon Cozens.
32485              
32486              If gccosandvers is equal to osname, clear gccosandvers.
32487              
32488              Make p4desc to skip non-mainperl branches by default.
32489              
32490              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32491              
32492              The test from this
32493              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32494              
32495              In new BSDs changes to argv[] do not show up in ps(1) output,
32496              instead one must use setproctitle().  This was already addressed
32497              by change #6457, but the below has a new variant for FreeBSD 4.0
32498              or later, and the matter is also documented more.
32499              
32500              FreeBSD 3.* updates from
32501              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32502              
32503              regen_headers, regen perltoc.
32504              
32505              Document in one place the memory abstractions used in Perl core.
32506              
32507              memcpy has n o in it, as pinted ut by Sarathy.
32508              
32509              Remove the extraneous "main::" prefix from all the
32510              "opened only for", "on closed", and "never opened" warnings.
32511              
32512              The name of a filehandle does not have <these>.
32513              
32514              The tr utf8 patching continues.
32515              
32516              The new setproctitle() feature is available only in 
32517              bleeding edge FreeBSD.  From Paul Saab.
32518              
32519              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
32520              
32521              Dump UVs as UVs in Data::Dumper.
32522              
32523              detypo #6494
32524              
32525              Document the IVdf UVuf UVof UVxf.
32526              
32527              require.t needs binmode() to work on windows
32528              
32529              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
32530              that are hopefully soon put into use.
32531              
32532              Allow "no Module;" even if there is no 'unimport'.
32533              
32534              Better skip message for the test; one of the two problems in
32535              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
32536              
32537              The subtest 4 may fail also on VOBS, as pointed out
32538              by Nick Ing-Simmons in November 1999, bug id 19991124.003
32539              (but the failure in that bug report isn't the subtest 4).
32540              
32541              Be more informative on what is skipped and why,
32542              also repeat the list at the end.
32543              
32544              Add a URL for FSF.
32545              
32546              Subject: [PATCH] sv.h documentation - SvLEN
32547              
32548              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
32549              
32550              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
32551              
32552              Subject: [PATCH] bad cppsymbols on os2 + Configure question
32553              
32554              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
32555              
32556              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
32557              mention the idea of @( and @)
32558              
32559              This is 6512.  Really.
32560              
32561              Subject: [ID 19990721.004] Documentation bug in perlfunc
32562              
32563              Subject: Minor tweak to perlvar.pod
32564              
32565              In the warnings call filehandles consistently so;
32566              add "unopened" warning for stat().
32567              
32568              After the #6519 a warning about stat() is just that,
32569              not about a filetest, which now have their own warning.
32570              
32571              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
32572              
32573              Subject: Re: Array vs. List context
32574              
32575              Subject: New perlcc, take 2
32576              
32577              Weed buglets pointed out by
32578              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
32579              
32580              gcc versions might have (parentheses) in them.
32581              
32582              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
32583              
32584              Essential prototype changes were missing from #6527.
32585              Also make report_evil_fh() more bomb-proof.
32586              
32587              Zap lib/Sys directory when cleaning up.
32588              
32589              Change the Policy policy: now -Dprefix= with an existing
32590              Policy.sh and prefix == siteprefix == vendorprefix, then all
32591              of them follow along the new prefix.
32592              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
32593              
32594              Continue fixing the io warnings.  This also
32595              sort of fixes bug ID 20000802.003: the core dump
32596              is no more.  Whether the current behaviour is correct
32597              (giving a warning: "Not a format reference"), is another matter.
32598              
32599              Have symbols for the IoTYPEs.
32600              
32601              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
32602              
32603              Document a bit that UDP is not what you might think.
32604              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
32605              tr memory corruption fix from Simon Cozens.
32606              
32607              Plug the security hole described in the Aug 05 2000 bugtraq message
32608              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
32609              The security hole exists only in suidperls, which isn't
32610              installed or even built by default.
32611      Branch: maint-5.6/perl
32612           !> (integrate 71 files)
32613 ____________________________________________________________________________
32614 [  7882] By: gsar                                  on 2000/11/27  10:25:36
32615         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
32616              from mainline
32617              
32618              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32619              to be fatal errors (instead of by default ignoring them, and
32620              ignoring with a bug: even though -w gave an error, the opening [
32621              was left in)  Reported in:
32622              
32623              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32624              
32625              Subject: [PATCH] split /^/
32626              
32627              MacOS nits from Matthias Neeracher.
32628              
32629              More split() doc and test patches from Mike Guy.
32630              
32631              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32632              from Graham Barr in the module list.
32633              
32634              docfix from Peter Scott <Peter@PSDT.com>.
32635              
32636              File::Temp patches for VMS and OS/2 from Tim Jenness.
32637              
32638              open() wariness in perlbug.
32639              
32640              Subject: [PATCH] minor doc change - perlguts
32641              
32642              Subject: Minor doc patch: handy.h
32643              
32644              Be wary of close()s, too.
32645              
32646              Further File::Temp patches from Yitzchak Scott-Thoennes
32647              and Craig A. Berry.
32648              
32649              Subject: [PATCH] fixes bug 20000508.004
32650              
32651              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32652              
32653              Allow "no AutoLoader;", based on change #6444,
32654              suggested by Graham Barr.
32655              
32656              Use setproctitle() if available to modify $0.
32657              
32658              Warn if the version of the operating system used to compile gcc
32659              differs from the current version of the operating system.
32660              Also display the gcc compilation os and version in myconfig.
32661              Inspiration from
32662              
32663              Tiny fixes for #6460.
32664              
32665              The problem described in this
32666              Subject: [ID 20000322.018] named chars aren't magical enough
32667              has been fixed in perl 5.6.0 but just in case added a test
32668              to keep it away.  (The report from Joseph Hall.)
32669              
32670              Tune the comments and hopefully stop a memory leak.
32671              
32672              Subject: UTF8 concat
32673              (with a memory leak fixed, plus a few casts added)
32674              This also seems to help for
32675              Subject: [ID 20000716.015] join UTF8 weirdness
32676              
32677              Do not upgrade SVs into utf8 just because they participate
32678              in eq or cmp.  Reported and fix suggested in
32679              Subject: [ID 20000720.009] sv_eq UTF8 bug
32680              
32681              Fix the HALF_UPGRADE() macro introduced in #6263.
32682              
32683              Find green threads before native threads.
32684              Subject: Re: Patch to jpl/JNI/Makefile.PL
32685      Branch: maint-5.6/perl
32686           !> (integrate 30 files)
32687 ____________________________________________________________________________
32688 [  7881] By: jhi                                   on 2000/11/27  05:48:41
32689         Log: It seems that *both* the unused submatch loop cleanup
32690              codes are needed.
32691      Branch: perl
32692            ! regexec.c
32693 ____________________________________________________________________________
32694 [  7880] By: jhi                                   on 2000/11/27  04:50:07
32695         Log: Clean .exists deeper.
32696      Branch: perl
32697            ! Makefile.SH
32698 ____________________________________________________________________________
32699 [  7879] By: jhi                                   on 2000/11/27  02:31:35
32700         Log: The code in regcppop() (see #7878) contains the correct lower
32701              limit for the unused submatch 'cleanup' loop so that under
32702              "use utf8" the following code wouldn't dump core:
32703              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
32704              the cleanup loop in regtry() stomped beyond allocated area
32705              in the startp[] array.  Therefore, copied the correct lower
32706              loop limit (*PL_reglastparen) to regtry().  Note: something
32707              may still not be quite right: why was the _higher_ loop limit
32708              (prog->nparens) different in the utf8 case?
32709              
32710              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
32711              without core dumps, there were about 17 of them before
32712              the patch (with us since Perl 5.7.0).  Two failures, still:
32713              496 and 505 (though these may not be severe).
32714              
32715              Patch #7881 is also needed since both the cleanup loops
32716              seem to be needed.
32717              
32718              Also, the t/op/pat#44 seems to core dump under utf8.
32719              Plus a couple of failures.  UGH-8.
32720      Branch: perl
32721            ! regexec.c
32722 ____________________________________________________________________________
32723 [  7878] By: jhi                                   on 2000/11/27  02:21:17
32724         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
32725              the code in regcppop() seems to be redundant for the test suite --
32726              but it contains a germ of truth, and it needed for the build
32727              process itself: see #7879 and #7881.
32728      Branch: perl
32729            ! regexec.c
32730 ____________________________________________________________________________
32731 [  7877] By: jhi                                   on 2000/11/27  01:53:09
32732         Log: Comment on comment.
32733      Branch: perl
32734            ! regexec.c
32735 ____________________________________________________________________________
32736 [  7876] By: jhi                                   on 2000/11/27  00:49:59
32737         Log: Adjust the docs to agree with #7875.
32738      Branch: perl
32739            ! pod/perllocale.pod
32740 ____________________________________________________________________________
32741 [  7875] By: jhi                                   on 2000/11/27  00:49:27
32742         Log: Retract #7863.  It makes more sense not to taint formatted output,
32743              not even by sprintf().
32744      Branch: perl
32745            ! sv.c
32746 ____________________________________________________________________________
32747 [  7874] By: jhi                                   on 2000/11/26  23:36:02
32748         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
32749              Not really fixed (should really dump the UTF-8 charclass),
32750              but stopped displaying the garbage.
32751              
32752              Also add a note on the (missing) Unicode PSXSPC and BLANK.
32753      Branch: perl
32754            ! regcomp.c
32755 ____________________________________________________________________________
32756 [  7873] By: jhi                                   on 2000/11/26  21:31:13
32757         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
32758      Branch: perl
32759            ! regexec.c
32760 ____________________________________________________________________________
32761 [  7872] By: jhi                                   on 2000/11/26  21:06:04
32762         Log: No need to scan till infinity, 13 is enough.
32763      Branch: perl
32764            ! handy.h utf8.c
32765 ____________________________________________________________________________
32766 [  7871] By: jhi                                   on 2000/11/26  20:20:32
32767         Log: Test line numbers are different with utf8.
32768      Branch: perl
32769            ! t/op/re_tests
32770 ____________________________________________________________________________
32771 [  7870] By: jhi                                   on 2000/11/26  20:10:12
32772         Log: Message nit.
32773      Branch: perl
32774            ! regcomp.c
32775 ____________________________________________________________________________
32776 [  7869] By: jhi                                   on 2000/11/26  19:01:05
32777         Log: Make utf8_length() and utf8_distance() (the latter of which
32778              is unused at the moment) to be less forgiving about bad UTF-8.
32779      Branch: perl
32780            ! embed.h embed.pl objXSUB.h proto.h utf8.c
32781 ____________________________________________________________________________
32782 [  7868] By: jhi                                   on 2000/11/26  18:45:56
32783         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
32784              From: Benjamin Holzman <bah@ecnvantage.com>
32785              Date: Sat, 25 Nov 2000 20:40:20 -0500       
32786              Message-ID: <20001125204020.A25040@ecnvantage.com>              
32787              
32788              Debian allows installing /usr/bin/locale without installing
32789              any locales, an error message will ensue.
32790      Branch: perl
32791            ! t/pragma/locale.t
32792 ____________________________________________________________________________
32793 [  7867] By: jhi                                   on 2000/11/26  18:31:12
32794         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
32795              From: Benjamin Holzman <bah@ecnvantage.com>
32796              Date: Sun, 26 Nov 2000 02:42:34 -0500
32797              Message-ID: <20001126024234.G25040@ecnvantage.com>
32798              
32799              Patch for the bug 20000212.002.
32800      Branch: perl
32801            ! sv.c t/op/array.t
32802 ____________________________________________________________________________
32803 [  7866] By: jhi                                   on 2000/11/26  18:28:09
32804         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
32805              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32806              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
32807              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
32808              
32809              File::Temp 0.11.
32810      Branch: perl
32811            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
32812 ____________________________________________________________________________
32813 [  7865] By: jhi                                   on 2000/11/26  18:24:22
32814         Log: The metaconfig unit change for #7864.
32815      Branch: metaconfig/U/perl
32816            ! need_va_copy.U
32817 ____________________________________________________________________________
32818 [  7864] By: jhi                                   on 2000/11/26  18:23:41
32819         Log: Make the va_copy() test not to be so talkative.
32820      Branch: perl
32821            ! Configure config_h.SH
32822 ____________________________________________________________________________
32823 [  7863] By: jhi                                   on 2000/11/26  18:11:02
32824         Log: Fix locale inconsistencies unearthed by Hugo's work.
32825              Now the floating point sprintf really does taint the result
32826              string as perllocale promises (has promised for a long time)
32827              if "use locale" is in the lexical scope.
32828      Branch: perl
32829            ! sv.c t/pragma/locale.t
32830 ____________________________________________________________________________
32831 [  7862] By: jhi                                   on 2000/11/26  00:35:15
32832         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
32833              From: Nicholas Clark <nick@ccl4.org>
32834              Date: Sun, 26 Nov 2000 00:07:50 +0000
32835              Message-ID: <20001126000750.A22446@plum.flirble.org>
32836              
32837              Infinit.
32838      Branch: perl
32839            ! sv.c
32840 ____________________________________________________________________________
32841 [  7861] By: jhi                                   on 2000/11/26  00:01:26
32842         Log: Integrate perlio.
32843      Branch: perl
32844           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
32845 ____________________________________________________________________________
32846 [  7860] By: nick                                  on 2000/11/25  22:04:17
32847         Log: Correct relative path from new ext\Filter\Util\Call location
32848              back to miniperl.
32849      Branch: perlio
32850            ! win32/makefile.mk
32851 ____________________________________________________________________________
32852 [  7859] By: nick                                  on 2000/11/25  21:26:54
32853         Log: Integrate mainline.
32854      Branch: perlio
32855           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
32856           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
32857           +> t/lib/filter-util.t
32858            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
32859            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
32860            - t/lib/filt-util.t
32861           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
32862           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32863           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
32864           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
32865           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
32866           !> win32/makefile.mk
32867 ____________________________________________________________________________
32868 [  7858] By: gsar                                  on 2000/11/25  20:52:17
32869         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
32870              parent's memory; fix it by keeping track of the actual pad
32871              offset rather than a raw pointer (this change is probably also
32872              relevant to non-ithreads case to avoid fallout from reallocs of
32873              the pad array, but is currently only enabled for the ithreads
32874              case in the interests of minimal disruption to existing "well
32875              tested" code)
32876      Branch: perl
32877            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
32878            ! proto.h scope.c scope.h sv.c t/op/fork.t
32879 ____________________________________________________________________________
32880 [  7857] By: nick                                  on 2000/11/25  20:01:28
32881         Log: All tests pass on Win32/gcc/USE_PERLIO.
32882              - when crlf layer is pushed make unix-level binary.
32883              - remove :crlf injection in pp_backtick in pp_sys.c
32884              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
32885      Branch: perlio
32886            ! doio.c perlio.c pp_sys.c win32/makefile.mk
32887 ____________________________________________________________________________
32888 [  7856] By: jhi                                   on 2000/11/25  18:38:30
32889         Log: Update the metaconfig units for #7855.
32890      Branch: metaconfig/U/perl
32891            ! useperlio.U usesocks.U
32892 ____________________________________________________________________________
32893 [  7855] By: jhi                                   on 2000/11/25  18:37:54
32894         Log: Undo the SOCKS workarounds, instead start using PerlIO
32895              if SOCKS is selected.
32896              
32897              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
32898              From: Jens Hamisch <jens@Strawberry.COM>
32899              Date: Fri, 24 Nov 2000 18:31:30 +0100
32900              Message-ID: <20001124183130.E28337@Strawberry.COM>
32901              
32902              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
32903              From: Jens Hamisch <jens@Strawberry.COM>
32904              Date: Fri, 24 Nov 2000 19:11:51 +0100
32905              Message-ID: <20001124191151.A28753@Strawberry.COM>
32906      Branch: perl
32907            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
32908            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
32909 ____________________________________________________________________________
32910 [  7854] By: jhi                                   on 2000/11/25  17:39:08
32911         Log: Undo #7848.  Some of the code seems to use walkoptree(),
32912              some walkoptree_slow().  An unfinished renaming?
32913              Now the sub is walkoptree() (which is @EXPORT_OK),
32914              the walkoptree_slow() is a typeglob alias to walkoptree.
32915              This makes the tests to pass, at least.
32916      Branch: perl
32917            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
32918 ____________________________________________________________________________
32919 [  7853] By: nick                                  on 2000/11/24  22:24:33
32920         Log: Re-arrange crlf vs binary for platforms that care.
32921              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
32922              Lip-service to making stdio layer work on such platfroms (untested).
32923              Now fails 3 tests rather than one, checkin to see if I can debug 
32924              the issue under linux. (Do not merge.)
32925      Branch: perlio
32926            ! doio.c perlio.c perliol.h
32927 ____________________________________________________________________________
32928 [  7852] By: jhi                                   on 2000/11/24  18:57:39
32929         Log: AUTHORS edits.
32930      Branch: perl
32931            ! AUTHORS
32932 ____________________________________________________________________________
32933 [  7851] By: jhi                                   on 2000/11/24  17:34:56
32934         Log: Add Jan-Erik Karlsson.
32935      Branch: perl
32936            ! AUTHORS
32937 ____________________________________________________________________________
32938 [  7850] By: jhi                                   on 2000/11/24  17:27:56
32939         Log: Configure should find stdchar on its own.
32940      Branch: perl
32941            ! hints/solaris_2.sh
32942 ____________________________________________________________________________
32943 [  7849] By: jhi                                   on 2000/11/24  17:24:55
32944         Log: Subject: PATCH over 7848: Filter test flawed
32945              From: andreas.koenig@anima.de (Andreas J. Koenig)
32946              Date: 24 Nov 2000 10:28:29 +0100
32947              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
32948      Branch: perl
32949            ! t/lib/filter-util.t
32950 ____________________________________________________________________________
32951 [  7848] By: jhi                                   on 2000/11/24  17:22:15
32952         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
32953              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
32954              Date: Fri, 24 Nov 2000 16:12:58 +0000
32955              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
32956      Branch: perl
32957            ! ext/B/B.pm
32958 ____________________________________________________________________________
32959 [  7847] By: jhi                                   on 2000/11/24  03:07:01
32960         Log: Integrate perlio.
32961      Branch: perl
32962           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
32963           !> win32/makefile.mk
32964 ____________________________________________________________________________
32965 [  7846] By: gsar                                  on 2000/11/24  00:55:57
32966         Log: integrate changes#6415..6418,6420..6438 from mainline
32967              
32968              Fix the bitvector ops for utf8 (tricky since past 7 bits
32969              the utf8 'characters' can be more than one octet).
32970              
32971              MPE/ix updates for perl 5.6.0 from Mark Bixby.
32972              
32973              Subject: SDBM_File documentation
32974              
32975              Detypo.
32976              
32977              Decutandpasto.
32978              
32979              Send all installperl messages to STDERR and be -w clean.
32980              
32981              Out-of-date note removed.
32982              
32983              Protect against "wild next"s, that is, callbacks doing "next"
32984              instead of "return".
32985              
32986              Use STDOUT consistently.
32987              
32988              The output might have been produced in the wrong order.
32989              
32990              A missing 'break' after the [[:space:]] switch case.
32991              
32992              Add tests for
32993              [ID 19991110.003] another matching finding by pcre author
32994              which has already been fixed by some patch, as verified in
32995              
32996              Documentation to explain the behaviour of map().
32997              
32998              Add an optimization for map-maps-a-list-element-to-more-list-elements
32999              case, but add also notes explaining the relationship of this
33000              patch and the earlier notes by Sarathy.
33001              
33002              Subject: [ID 20000716.023] syslog test fails without sockets
33003              
33004              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
33005              Test cases for #6431.
33006              
33007              File::Spec::VMS fixup for tmpdir from Craig Berry.
33008              
33009              Make the "uninit variable" warning to say "concat or string"
33010              or "join or string" when in concat or join .
33011              
33012              Get UTF16 BOMs working.  Patch from
33013              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
33014              
33015              Subject: [PATCH] Make large file tests deal with SIGXFSZ
33016              
33017              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
33018              
33019              Subject: [PATCH] av.c apidoc
33020      Branch: maint-5.6/perl
33021           !> (integrate 43 files)
33022 ____________________________________________________________________________
33023 [  7845] By: gsar                                  on 2000/11/24  00:20:45
33024         Log: integrate changes#6406..6414 from mainline
33025              
33026              Merge perlhacktut into perlhack, update perlguts.
33027              
33028              Fix AutoSplit to use File::Spec the right way in VMS,
33029              from Peter Prymmer.
33030              
33031              The bug report
33032              [ID 19991110.002] minimal matching discrepancy found by pcre author
33033              seems to have been fixed (though differently from what was suggested
33034              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
33035              
33036              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
33037              not in pod, from Peter Prymmer
33038              
33039              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
33040              From: Hugo <hv@crypt.compulink.co.uk>
33041              Date: Fri, 14 Jul 2000 23:05:20 +0100
33042              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
33043              
33044              Didn't anymore apply, but that point still could use another fix.
33045              
33046              lib/b test fixes from Peter Prymmer.
33047              
33048              More docs for sv functions.
33049              
33050              perlvms.pod whitespace cleanup to keep pod utils happy.
33051              
33052              another VMS build tweak from Peter Prymmer
33053      Branch: maint-5.6/perl
33054           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
33055           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
33056           !> vms/descrip_mms.template vms/perlvms.pod
33057 ____________________________________________________________________________
33058 [  7844] By: nick                                  on 2000/11/23  23:42:45
33059         Log: Win32/perlio Now just fails one io/argv.t test - lack 
33060              of default :crlf on standard streams.
33061      Branch: perlio
33062            ! doio.c perlio.c
33063 ____________________________________________________________________________
33064 [  7843] By: nick                                  on 2000/11/23  23:04:05
33065         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
33066              peek fail is showing a real problem (multiple crlf layers
33067              are getting pushed.)
33068      Branch: perlio
33069            ! doio.c perlio.c win32/makefile.mk
33070 ____________________________________________________________________________
33071 [  7842] By: nick                                  on 2000/11/23  19:46:23
33072         Log: Implement PerlIO_binmode()
33073              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
33074              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
33075              make binmode in t/lib/io_tell.t unconditional so that works.
33076              Checkin just so Win32 machine can see these changes.
33077      Branch: perlio
33078            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
33079 ____________________________________________________________________________
33080 [  7841] By: jhi                                   on 2000/11/23  19:30:00
33081         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
33082      Branch: perl
33083            ! README.amiga
33084 ____________________________________________________________________________
33085 [  7840] By: jhi                                   on 2000/11/23  17:18:02
33086         Log: SOCKS wrestling continues, patches from Jens Hamisch.
33087      Branch: perl
33088            ! doio.c embed.h embed.pl perlsdio.h proto.h
33089 ____________________________________________________________________________
33090 [  7839] By: jhi                                   on 2000/11/23  16:54:14
33091         Log: Push Filter::Util::Call one level deeper.
33092      Branch: perl
33093            + t/lib/filter-util.t
33094           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
33095           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
33096            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33097            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33098            - t/lib/filt-util.t
33099            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
33100            ! win32/Makefile win32/makefile.mk
33101 ____________________________________________________________________________
33102 [  7838] By: jhi                                   on 2000/11/23  16:52:40
33103         Log: Reach back one higher up when searching for PERL_SRC.
33104      Branch: perl
33105            ! lib/ExtUtils/MM_Unix.pm
33106 ____________________________________________________________________________
33107 [  7837] By: jhi                                   on 2000/11/23  16:05:41
33108         Log: Subject: Re: perl@7826
33109              Date: Thu, 23 Nov 2000 02:20:25 -0600
33110              From: "Craig A. Berry" <craigberry@mac.com>
33111              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
33112              
33113              Make VMS to like Filter::Util::Call. 
33114      Branch: perl
33115            ! configure.com ext/Filter/Util/Makefile.PL
33116 ____________________________________________________________________________
33117 [  7836] By: nick                                  on 2000/11/23  16:04:08
33118         Log: Implement crlf layer - not ready for merge.
33119      Branch: perlio
33120            ! perlio.c win32/makefile.mk
33121 ____________________________________________________________________________
33122 [  7835] By: jhi                                   on 2000/11/23  15:56:52
33123         Log: STDCHAR is different in Sparc v9 vs x86.
33124      Branch: perl
33125            ! hints/solaris_2.sh
33126 ____________________________________________________________________________
33127 [  7834] By: jhi                                   on 2000/11/23  15:50:47
33128         Log: The type needs to be visible to protos.
33129      Branch: perl
33130            ! perl.h
33131 ____________________________________________________________________________
33132 [  7833] By: jhi                                   on 2000/11/23  15:40:46
33133         Log: Finish unfinished SOCKS workaround changes.
33134      Branch: perl
33135            ! doio.c
33136 ____________________________________________________________________________
33137 [  7832] By: jhi                                   on 2000/11/23  15:33:30
33138         Log: Integrate perlio.
33139      Branch: perl
33140           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33141           !> win32/makefile.mk
33142 ____________________________________________________________________________
33143 [  7831] By: nick                                  on 2000/11/23  10:31:07
33144         Log: Correct makefile.mk dependancies for ext/Filter/Util
33145              Build ext/Encode
33146              Run dmake regen_config_h
33147      Branch: perlio
33148            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33149            ! win32/makefile.mk
33150 ____________________________________________________________________________
33151 [  7830] By: nick                                  on 2000/11/23  08:05:07
33152         Log: Integrate mainline
33153      Branch: perlio
33154           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33155           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
33156           +> t/lib/filt-util.pl t/lib/filt-util.t
33157           !> (integrate 41 files)
33158 ____________________________________________________________________________
33159 [  7829] By: gsar                                  on 2000/11/23  03:07:11
33160         Log: build the Filter extension on windows
33161      Branch: perl
33162            ! win32/Makefile win32/makefile.mk
33163 ____________________________________________________________________________
33164 [  7828] By: gsar                                  on 2000/11/23  02:46:35
33165         Log: regenerate win32/config* and fix some inconsistencies in the
33166              makefiles; always export Perl_deb() because it is needed
33167              by ext/re/* (whether perl itself is built with -DDEBUGGING
33168              or not)
33169      Branch: perl
33170            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
33171            ! win32/config_H.vc win32/makefile.mk
33172 ____________________________________________________________________________
33173 [  7827] By: gsar                                  on 2000/11/23  02:18:38
33174         Log: get sources building on windows+MSVC again (untested with other
33175              compilers)
33176      Branch: perl
33177            ! win32/include/sys/socket.h win32/perllib.c
33178 ____________________________________________________________________________
33179 [  7826] By: jhi                                   on 2000/11/23  01:18:26
33180         Log: Update Changes.
33181      Branch: perl
33182            ! Changes patchlevel.h
33183 ____________________________________________________________________________
33184 [  7825] By: jhi                                   on 2000/11/23  00:20:41
33185         Log: Subject: Re: av.c patch (having slight problems)
33186              From: "Ben Tilly" <ben_tilly@hotmail.com>
33187              Date: Tue, 21 Nov 2000 23:29:31 -0500
33188              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
33189              
33190              unshift() speedup.
33191      Branch: perl
33192            ! av.c
33193 ____________________________________________________________________________
33194 [  7824] By: jhi                                   on 2000/11/22  23:59:15
33195         Log: Fixes for signedness warnings noticed by VMSperlers.
33196      Branch: perl
33197            ! ext/Storable/Storable.xs regcomp.c sv.c
33198 ____________________________________________________________________________
33199 [  7823] By: jhi                                   on 2000/11/22  23:19:31
33200         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
33201              From: Peter Prymmer <pvhp@forte.com>
33202              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
33203              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
33204      Branch: perl
33205            ! t/pragma/warn/pp_hot
33206 ____________________________________________________________________________
33207 [  7822] By: jhi                                   on 2000/11/22  22:52:20
33208         Log: Be clean.
33209      Branch: perl
33210            ! Makefile.SH
33211 ____________________________________________________________________________
33212 [  7821] By: jhi                                   on 2000/11/22  22:46:39
33213         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
33214              by Damian Conway, as suggested by Paul Marquess.
33215      Branch: perl
33216            + lib/Filter/Simple.pm
33217 ____________________________________________________________________________
33218 [  7820] By: jhi                                   on 2000/11/22  22:45:51
33219         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
33220      Branch: perl
33221            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
33222            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
33223            + t/lib/filt-util.t
33224            ! MANIFEST
33225 ____________________________________________________________________________
33226 [  7819] By: jhi                                   on 2000/11/22  22:03:27
33227         Log: Integrate perlio.
33228      Branch: perl
33229           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33230           !> win32/makefile.mk
33231 ____________________________________________________________________________
33232 [  7818] By: jhi                                   on 2000/11/22  21:56:02
33233         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
33234      Branch: perl
33235            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
33236            ! t/lib/io_sock.t
33237 ____________________________________________________________________________
33238 [  7817] By: jhi                                   on 2000/11/22  21:39:49
33239         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
33240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33241              Date: Wed, 22 Nov 2000 16:08:12 -0500
33242              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
33243      Branch: perl
33244            ! lib/ExtUtils/Liblist.pm
33245 ____________________________________________________________________________
33246 [  7816] By: jhi                                   on 2000/11/22  21:38:25
33247         Log: Go ahead and #include <unistd.h> in perl.h.
33248      Branch: perl
33249            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
33250            ! util.c
33251 ____________________________________________________________________________
33252 [  7815] By: jhi                                   on 2000/11/22  21:22:52
33253         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
33254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33255              Date: Mon, 20 Nov 2000 18:30:52 -0500
33256              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
33257      Branch: perl
33258            ! pod/perlre.pod regcomp.c t/op/re_tests
33259 ____________________________________________________________________________
33260 [  7814] By: jhi                                   on 2000/11/22  21:21:46
33261         Log: Subject: [PATCH 5.7.0] Liblist finally works
33262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33263              Date: Tue, 21 Nov 2000 22:02:17 -0500
33264              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
33265      Branch: perl
33266            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
33267            ! lib/ExtUtils/MakeMaker.pm
33268 ____________________________________________________________________________
33269 [  7813] By: jhi                                   on 2000/11/22  21:20:23
33270         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
33271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33272              Date: Wed, 22 Nov 2000 17:53:15 +0100
33273              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
33274              
33275              AIX dynaloader and perlio patch.
33276      Branch: perl
33277            ! ext/DynaLoader/dl_aix.xs
33278 ____________________________________________________________________________
33279 [  7812] By: jhi                                   on 2000/11/22  21:17:52
33280         Log: (Accidentally empty patch.)
33281      Branch: perl
33282            ! av.c
33283 ____________________________________________________________________________
33284 [  7811] By: jhi                                   on 2000/11/22  21:16:31
33285         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
33286              From: Peter Prymmer <pvhp@forte.com>
33287              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
33288              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
33289      Branch: perl
33290            ! vms/test.com
33291 ____________________________________________________________________________
33292 [  7810] By: jhi                                   on 2000/11/22  21:15:36
33293         Log: Subject: Re: perl@7777 
33294              From: "John P. Linderman" <jpl@research.att.com>
33295              Date: Wed, 22 Nov 2000 13:11:11 -0500
33296              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
33297              
33298              Detypoing.
33299      Branch: perl
33300            ! lib/CPAN.pm
33301 ____________________________________________________________________________
33302 [  7809] By: jhi                                   on 2000/11/22  21:14:19
33303         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
33304              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33305              Date:     Wed, 22 Nov 2000 13:51:37 EST
33306              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
33307      Branch: perl
33308            ! perlsdio.h
33309 ____________________________________________________________________________
33310 [  7808] By: jhi                                   on 2000/11/22  21:13:27
33311         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
33312              From: Casey Tweten <crt@kiski.net>
33313              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
33314              Message-Id: <200011201653.LAA10194@home.kiski.net>
33315      Branch: perl
33316            ! t/lib/io_udp.t
33317 ____________________________________________________________________________
33318 [  7807] By: jhi                                   on 2000/11/22  21:12:35
33319         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
33320              From: Casey Tweten <crt@kiski.net>
33321              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
33322              Message-Id: <200011201636.LAA07227@home.kiski.net>
33323      Branch: perl
33324            ! t/lib/io_sock.t
33325 ____________________________________________________________________________
33326 [  7806] By: jhi                                   on 2000/11/22  21:10:59
33327         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
33328              From: "Casey R. Tweten" <crt@kiski.net>
33329              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
33330              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
33331      Branch: perl
33332            ! utils/h2xs.PL
33333 ____________________________________________________________________________
33334 [  7805] By: nick                                  on 2000/11/22  21:05:06
33335         Log: Integrate mainline
33336      Branch: perlio
33337           !> Changes Porting/genlog ext/DB_File/DB_File.xs
33338           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
33339           !> utils/perlbug.PL
33340 ____________________________________________________________________________
33341 [  7804] By: jhi                                   on 2000/11/22  21:01:12
33342         Log: Subject: [PATCH] Test.pm POD peculiarity
33343              From: "Casey R. Tweten" <crt@kiski.net>
33344              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
33345              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
33346      Branch: perl
33347            ! lib/Test.pm
33348 ____________________________________________________________________________
33349 [  7803] By: jhi                                   on 2000/11/22  20:59:59
33350         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
33351              From: "Philip Newton" <pnewton@gmx.de>
33352              Date: Wed, 22 Nov 2000 14:25:53 +0100
33353              Message-Id: <3A1BD771.25462.1939FAD@localhost>
33354              
33355              Be case-understanding also on 's', and use the -oi of sendmail
33356              not to terminate the transmission on a lone '.'.
33357      Branch: perl
33358            ! utils/perlbug.PL
33359 ____________________________________________________________________________
33360 [  7802] By: nick                                  on 2000/11/22  20:51:42
33361         Log: Win32 PerlIO intermediate state now working as expected.
33362              - In current state we are still using C runtime in text/binary
33363              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
33364              - PERLIO=stdio and PERLIO=unix pass all expected tests.
33365              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
33366              and PerlIO_seek() and the dummy crlf layer is not making adjustments
33367              for CRLF translation happening in C runtime. All other tests pass.
33368              
33369              Added note to README.win32 to point out the snags of doing a perl build
33370              with Norton AntiVirus turned on.
33371              
33372              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
33373              which file a fail comes from.
33374              
33375              Updated "canned" config.h to match the one generated.
33376      Branch: perlio
33377            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
33378            ! win32/makefile.mk
33379 ____________________________________________________________________________
33380 [  7801] By: jhi                                   on 2000/11/22  06:50:20
33381         Log: Nickety nits.
33382      Branch: perl
33383            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
33384 ____________________________________________________________________________
33385 [  7800] By: jhi                                   on 2000/11/22  01:29:55
33386         Log: Changes had accidentally gone too silent on non-main branches.
33387      Branch: perl
33388            ! Changes Porting/genlog patchlevel.h
33389 ____________________________________________________________________________
33390 [  7799] By: gsar                                  on 2000/11/22  01:02:56
33391         Log: some lib_pm.PL changes snuck in via change#7772
33392      Branch: maint-5.6/perl
33393            ! Makefile.SH
33394 ____________________________________________________________________________
33395 [  7798] By: nick                                  on 2000/11/21  21:59:40
33396         Log: Integrate mainline
33397      Branch: perlio
33398           !> (integrate 28 files)
33399 ____________________________________________________________________________
33400 [  7797] By: jhi                                   on 2000/11/21  21:01:45
33401         Log: Integrate perlio.
33402      Branch: perl
33403           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
33404 ____________________________________________________________________________
33405 [  7796] By: nick                                  on 2000/11/21  20:36:22
33406         Log: Win32 builds and runs (mostly) with USE_PERLIO.
33407              PERLIO=perlio passes all tests. 
33408              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
33409      Branch: perlio
33410            ! perlio.c win32/perllib.c win32/win32.c
33411 ____________________________________________________________________________
33412 [  7795] By: jhi                                   on 2000/11/21  19:03:44
33413         Log: Update Changes.
33414      Branch: perl
33415            ! Changes patchlevel.h
33416 ____________________________________________________________________________
33417 [  7794] By: jhi                                   on 2000/11/21  18:56:34
33418         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
33419              From: "Craig A. Berry" <craigberry@mac.com>
33420              Date: Mon, 20 Nov 2000 20:27:06 -0600
33421              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
33422              
33423              A cut-and-pasto.
33424      Branch: perl
33425            ! perlio.h
33426 ____________________________________________________________________________
33427 [  7793] By: jhi                                   on 2000/11/21  18:54:41
33428         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
33429              From: Dominic Dunlop <domo@computer.org> 
33430              Date: Mon, 20 Nov 2000 18:55:29 +0100
33431              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
33432              
33433              va_copy() and the need of it.
33434              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
33435      Branch: metaconfig/U/perl
33436            + need_va_copy.U
33437      Branch: perl
33438            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33439            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
33440            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
33441            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33442            ! win32/config.bc win32/config.gc win32/config.vc
33443 ____________________________________________________________________________
33444 [  7792] By: jhi                                   on 2000/11/21  17:04:10
33445         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
33446      Branch: perl
33447           !> scope.h
33448 ____________________________________________________________________________
33449 [  7791] By: jhi                                   on 2000/11/21  17:01:16
33450         Log: Export the SOCKS workaround symbols only if necessary.
33451      Branch: perl
33452            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
33453 ____________________________________________________________________________
33454 [  7790] By: nick                                  on 2000/11/20  23:57:11
33455         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
33456      Branch: perlio
33457            ! scope.h
33458 ____________________________________________________________________________
33459 [  7789] By: nick                                  on 2000/11/20  23:38:33
33460         Log: Integrate mainline
33461      Branch: perlio
33462           +> lib/File/Spec/Epoc.pm
33463           !> (integrate 34 files)
33464 ____________________________________________________________________________
33465 [  7788] By: nick                                  on 2000/11/20  23:20:18
33466         Log: Make extra buffer layer work (dummy crlf layer)
33467      Branch: perlio
33468            ! doio.c perlio.c perlio.h
33469 ____________________________________________________________________________
33470 [  7787] By: jhi                                   on 2000/11/20  22:44:04
33471         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
33472              From: Peter Prymmer <pvhp@forte.com>
33473              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
33474              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
33475      Branch: perl
33476            ! t/pragma/locale.t
33477 ____________________________________________________________________________
33478 [  7786] By: jhi                                   on 2000/11/20  22:29:10
33479         Log: Subject: DOC PATCH 5.6.0 perlreftut
33480              From: mjd@plover.com
33481              Date: 20 Nov 2000 19:45:06 -0000
33482              Message-ID: <20001120194506.9505.qmail@plover.com>
33483      Branch: perl
33484            ! pod/perlreftut.pod
33485 ____________________________________________________________________________
33486 [  7785] By: jhi                                   on 2000/11/20  22:27:44
33487         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
33488              From: David Dyck <dcd@tc.fluke.com>
33489              Date: Mon, 20 Nov 2000 11:43:40 -0800
33490              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
33491      Branch: perl
33492            ! lib/Cwd.pm
33493 ____________________________________________________________________________
33494 [  7784] By: jhi                                   on 2000/11/20  22:23:21
33495         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
33496              Date: Mon, 20 Nov 2000 17:06:10 -0500
33497              To: Mailing list Perl5 <perl5-porters@perl.org>
33498              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
33499      Branch: perl
33500            ! pp_ctl.c t/op/pat.t
33501 ____________________________________________________________________________
33502 [  7783] By: jhi                                   on 2000/11/20  22:11:18
33503         Log: Subject: [PATCH] doop.c - UTF8 tr///               
33504              From: Simon Cozens <simon@cozens.net>
33505              Date: Sat, 18 Nov 2000 18:49:30 +0000
33506              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
33507              
33508              Subject: Re: [PATCH] doop.c - UTF8 tr///           
33509              From: Simon Cozens <simon@cozens.net>
33510              Date: Mon, 20 Nov 2000 20:45:22 +0000
33511              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
33512              
33513              Make tr on UTF-8 better but still not correct.
33514      Branch: perl
33515            ! doop.c
33516 ____________________________________________________________________________
33517 [  7782] By: jhi                                   on 2000/11/20  22:02:16
33518         Log: Remove the shared object before attempting to create
33519              (by linking) a new one.  E.g. in AIX not removing
33520              becomes quite painful if one tries to do more than one
33521              build in the same tree (an interrupted build, for example),
33522              since the AIX' shared dynaloader seemingly keeps the shared
33523              objects open and therefore 'busy' for quite a while, even when
33524              nobody is using the objects, leading into link failures.
33525      Branch: perl
33526            ! lib/ExtUtils/MM_Unix.pm
33527 ____________________________________________________________________________
33528 [  7781] By: gsar                                  on 2000/11/20  19:02:55
33529         Log: type mismatch due to faulty integration
33530      Branch: maint-5.6/perl
33531            ! toke.c win32/Makefile
33532 ____________________________________________________________________________
33533 [  7780] By: gsar                                  on 2000/11/20  17:31:55
33534         Log: integrate changes#6392,6394..6399,6401..6404
33535              
33536              The {multiplier} of a fixed substring was overlooked which
33537              caused a wrong initial search offset for that substring.
33538              
33539              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
33540              From: Hugo <hv@crypt.compulink.co.uk>
33541              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
33542              Date: Thu, 13 Jul 2000 19:27:13 +0100
33543              
33544              Fix the BOM bug: not a byteorder bug, a signedness bug.
33545              
33546              Replace change #6337 with a better one.
33547              
33548              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33549              From: Hugo <hv@crypt.compulink.co.uk>
33550              Date: Fri, 14 Jul 2000 04:16:20 +0100
33551              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
33552              
33553              MakeMaker should not remove editor backups (*~) on `make clean`
33554              by default (completes change#6383)
33555              
33556              move new variables to the end of the interpreter structure (for
33557              bincompat in code that doesn't #include XSUB.h)
33558              
33559              rename totally bletcherous SvLOCK() thingy (doesn't do what the
33560              name suggests anyway)
33561              
33562              various cleanups (typos, misformatted code, and small bugs)
33563              
33564              typecasts needed for change#6394
33565              
33566              typos in change#6399, regen headers
33567              
33568              inconsistent types needs casts
33569              
33570              PERL_OBJECT build tweaks
33571      Branch: maint-5.6/perl
33572           !> MANIFEST doop.c embed.h embed.pl embedvar.h
33573           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
33574           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
33575           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
33576           !> toke.c util.c
33577 ____________________________________________________________________________
33578 [  7779] By: gsar                                  on 2000/11/20  17:06:29
33579         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
33580              
33581              Cosmetics and perldelta.
33582              
33583              Fix nits noticed by Boston.pm.
33584              
33585              Do the cc sanity check both before the hints and
33586              after the cc selction.
33587              
33588              get sprintf.t to adjust properly for 3-digit exponents
33589              
33590              don't clobber *.orig files on *clean targets
33591              
33592              fix bugs in processing %v-*d and similar format specs (from
33593              Avi Finkel <avi@finkel.org>)
33594              
33595              sprintf test tweaks (from Dominic Dunlop)
33596              
33597              new selfloader.t in change#6183 doesn't close DATA handles,
33598              and thus fails to clean up tmp files on dosish platforms
33599              
33600              typos (spotted by Peter Prymmer)
33601              
33602              typo fix from Craig Berry
33603      Branch: maint-5.6/perl
33604           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
33605           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
33606           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
33607           !> x2p/Makefile.SH
33608 ____________________________________________________________________________
33609 [  7778] By: gsar                                  on 2000/11/20  16:46:51
33610         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
33611              
33612              Subject: Re: format bug report  [Patch]
33613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33614              Date: Wed, 05 Jul 2000 13:12:52 +0200
33615              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33616              
33617              Subject: Re: format bug report  [Patch]
33618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33619              Date: Wed, 05 Jul 2000 14:10:01 +0200
33620              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33621              
33622              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33623              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33624              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33625              Date: Fri, 07 Jul 2000 17:57:16 +0100
33626              
33627              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33628              To: perl5-porters@perl.org
33629              From: Karsten Sperling <spiff@phreax.net>
33630              Date: Mon, 10 Jul 2000 15:12:52 +0200
33631              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33632              
33633              README.posix-bc podified from Thomas Dorner.
33634              
33635              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
33636              From: Dominic Dunlop <domo@computer.org>
33637              Date: Tue, 11 Jul 2000 12:27:33 +0200
33638              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
33639              
33640              Typo in #6341.
33641              
33642              Fix for
33643              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33644              From: Roderick Schertler <roderick@argon.org>
33645              Date: Tue, 11 Jul 2000 13:55:05 -0400
33646              Message-Id: <200007111755.NAA05077@jones.argon.org>
33647              
33648              Minor cleanups on the booklist.
33649              
33650              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33651              regen perltoc.
33652              
33653              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33654      Branch: maint-5.6/perl
33655           +> pod/perlbook.pod
33656           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
33657           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
33658           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
33659 ____________________________________________________________________________
33660 [  7777] By: jhi                                   on 2000/11/20  16:08:49
33661         Log: Update Changes.
33662      Branch: perl
33663            ! Changes patchlevel.h
33664 ____________________________________________________________________________
33665 [  7776] By: jhi                                   on 2000/11/20  15:27:56
33666         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
33667              This may be overly harsh but until proven otherwise, we think this
33668              way, or until we have a simple test for Configure (having to start
33669              up servers is does not count as simple) to check for the problems.
33670      Branch: perl
33671            ! perl.h
33672 ____________________________________________________________________________
33673 [  7775] By: jhi                                   on 2000/11/20  15:22:17
33674         Log: Solaris hints tweaks.
33675      Branch: perl
33676            ! hints/solaris_2.sh
33677 ____________________________________________________________________________
33678 [  7774] By: jhi                                   on 2000/11/20  15:01:20
33679         Log: Add a workaround to SOCKS 64-bit problems.
33680      Branch: perl
33681            ! doio.c embed.h embed.pl perlsdio.h proto.h
33682 ____________________________________________________________________________
33683 [  7773] By: jhi                                   on 2000/11/20  14:51:47
33684         Log: sysseek() instead of seek().
33685      Branch: perl
33686            ! t/lib/syslfs.t
33687 ____________________________________________________________________________
33688 [  7772] By: gsar                                  on 2000/11/20  13:06:23
33689         Log: integrate changes#6315..6319,6321..6331,6333..6338
33690              
33691              Integrate with Sarathy, preliminary fix for unicos
33692              alignment problems in [ID 20000612.002] Perl problem on Cray system.
33693              
33694              some debugger output does not go to the socket when RemotePort is set
33695              
33696              winsock cleanup never done on Windows (leads to handle leaks)
33697              
33698              fix UNC path handling on Windows under ithreads, and chdir()
33699              return value when given a non-existent directory
33700              
33701              Autogenerate pod/Makefile and pod/buildtoc.
33702              buildtoc also checks whether the existin pods are
33703              mentioned in MANIFEST and perl.pod, and vice versa.
33704              (None of the thusly found discrepancies fixed yet.)
33705              roffitall also needs to be autogenerated similarly but it
33706              seems so badly out of date that I didn't touch it yet.
33707              
33708              Config is being used.
33709              
33710              Add =head1 NAMEs so that buildtoc is happy.
33711              (The CGI::Util nit reported to Lincoln.)
33712              
33713              Fix complaints of buildtoc.
33714              
33715              Fix the alignment problem in Crays ([ID 20000612.002]).
33716              
33717              Remove perlbook, update perlfaq book listing,
33718              rearrange perl.pod, regenerate perltoc.
33719              
33720              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
33721              was cast to an unsigned (32-bit) integer with wild abandon.
33722              
33723              winsock options weren't being set in all threads under ithreads
33724              (caused send()s from second and subsequent threads to fail)
33725              
33726              accept() leaks memory on windows due to incorrect ordering of
33727              closesocket() and fclose() calls
33728              
33729              Reorder perl.pod once more.
33730              
33731              More POSIX.pod tweaks.
33732              
33733              Sprinkle ldlibpath.
33734              
33735              Precedence goof, fix based on
33736              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
33737              From: Hugo <hv@crypt.compulink.co.uk>
33738              Date: Tue, 11 Jul 2000 12:52:38 +0100
33739              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
33740              
33741              Subject: PATCH perlguts.pod: Document D and d magic types
33742              From: mjd@plover.com
33743              Date: 5 Jul 2000 18:01:51 -0000
33744              Message-ID: <20000705180151.29413.qmail@plover.com>
33745              
33746              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
33747              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
33748              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
33749              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
33750              
33751              Subject: [PATCH cfgperl] $& segfaults if you trick it
33752              From: simon@brecon.co.uk (Simon Cozens)
33753              Date: 7 Jul 2000 11:26:09 GMT
33754              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
33755              
33756              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
33757              From: Hugo <hv@crypt.compulink.co.uk>
33758              Date: Tue, 11 Jul 2000 12:44:50 +0100
33759              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
33760              
33761              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
33762              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33763              Date: Tue, 11 Jul 2000 13:50:51 +0100
33764              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
33765      Branch: maint-5.6/perl
33766           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
33767           +> pod/buildtoc.PL
33768            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
33769           !> (integrate 26 files)
33770 ____________________________________________________________________________
33771 [  7771] By: gsar                                  on 2000/11/20  12:31:42
33772         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
33773              6310,6311,6314
33774              
33775              Subject: [PATCH bleedperl] File::Spec 0.82 beta
33776              From: Barrie Slaymaker <barries@jester.slaysys.com>
33777              Date: Wed, 28 Jun 2000 11:35:29 -0400
33778              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
33779              
33780              tweak perlembed for multiplicity/usethreads sanity; correct notes
33781              about Windows
33782              
33783              localize %INC in a Safe compartment so that use/require work
33784              (many other magic globals probably need similar treatment)
33785              
33786              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
33787              when @_ is modified, causing coredumps
33788              
33789              slurp mode fix in change#4736 still not quite right
33790              
33791              Point to perlipc for more SysV IPC examples.
33792              
33793              Elaborate POSIX.pod.  Still needs work.
33794              
33795              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
33796              
33797              fix large memory leak that has been around for ever, masked by
33798              -DPURIFY (most of the arenas were never freed!)
33799              
33800              fix memory leak on Windows (PL_sys_intern contents were never
33801              freed)
33802              
33803              PERL_OBJECT build tweak
33804              
33805              adjust change#6299
33806              
33807              remove rel2abs prototypes (from Barrie Slaymaker)
33808              
33809              missing perldiag entry for unpack("w",...) diagnostic (from
33810              Andreas Koenig)
33811              
33812              better diagnostic on Frob->stuff() when Frob:: doesn't exist
33813              (from Richard Soderberg <rs@oregonnet.com>)
33814              
33815              Win32 patches for cfgperl from Sarathy.
33816              
33817              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
33818              
33819              More POSIX.pod embellishment.
33820              
33821              tyop in change#6306
33822      Branch: maint-5.6/perl
33823           !> (integrate 44 files)
33824 ____________________________________________________________________________
33825 [  7770] By: gsar                                  on 2000/11/20  11:51:00
33826         Log: integrate changes#6268..6282 from cfgperl branch
33827              
33828              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
33829              From: Dominic Dunlop <domo@computer.org>
33830              Date: Thu, 29 Jun 2000 12:32:39 +0200
33831              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
33832              
33833              Regen headers for #6261 (and update embed.pl for this) and #6267,
33834              silence few compiler warnings.
33835              
33836              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
33837              From: Nicholas Clark <nick@talking.bollo.cx>
33838              Date: Fri, 23 Jun 2000 16:21:15 +0100
33839              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
33840              
33841              Subject: PATCH pod/perltie.pod
33842              From: Ian Phillipps <Ian.Phillipps@iname.com>
33843              Date: Fri, 16 Jun 2000 00:17:19 +0100
33844              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
33845              (only the first hunk, the second hunk had already been done
33846              by some other patch)
33847              
33848              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
33849              From: Tom Phoenix <rootbeer@redcat.com>
33850              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
33851              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
33852              
33853              Subject: [PATCH] xsub attributes
33854              From: Doug MacEachern <dougm@covalent.net>
33855              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
33856              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
33857              
33858              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
33859              From: Andy Dougherty <doughera@lafayette.edu>
33860              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
33861              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
33862              
33863              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
33864              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33865              Date: Tue, 13 Jun 2000 02:43:48 -0500
33866              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
33867              
33868              Subject: [PATCH] Re: eval documentation: context
33869              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33870              Date: Mon, 12 Jun 2000 15:07:29 +0100
33871              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
33872              
33873              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
33874              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33875              Date: Mon, 12 Jun 2000 14:55:59 +0100
33876              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
33877              
33878              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
33879              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
33880              Date: Fri, 09 Jun 2000 12:39:27 -0400
33881              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
33882              (plus update the version "number" of Text::Wrap)
33883              
33884              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
33885              From: Tim Ayers <tayers@bridge.com>
33886              Date: Thu, 08 Jun 2000 08:11:06 +0200
33887              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
33888              [resent by Richard Foley, Message-Id probably wrong]
33889              
33890              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
33891              From: rspier@pobox.com (Robert Spier)
33892              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
33893              Message-ID: <14654.31913.845602.610277@rls.cx>
33894              
33895              Subject: [PATCH 5.6.0] utils/h2xs.PL
33896              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33897              Date: Wed, 7 Jun 2000 04:02:04 -0500
33898              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
33899              
33900              Subject: [PATCH 5.6.0]ITHREADs for VMS
33901              From: Dan Sugalski <dan@sidhe.org>
33902              Date: Tue, 06 Jun 2000 11:59:50 -0400
33903              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
33904      Branch: maint-5.6/perl
33905           !> (integrate 31 files)
33906 ____________________________________________________________________________
33907 [  7769] By: gsar                                  on 2000/11/20  11:29:06
33908         Log: integrate changes#6261..6266 from cfgperl
33909              
33910              Subject: Re: [PATCH cfgperl] BOMs away!
33911              From: simon@brecon.co.uk (Simon Cozens)
33912              Date: 17 Jun 2000 11:49:57 GMT
33913              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
33914              
33915              Subject: 5.6.0 Patch for EPOC
33916              From: Olaf Flebbe <o.flebbe@gmx.de>
33917              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
33918              Message-ID: <23449.960929969@www11.gmx.net>
33919              
33920              tr fixes from Simon Cozens
33921              
33922              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
33923              From: Marty Lucich <marty@netcom.com>
33924              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
33925              Message-Id: <200006282116.OAA11148@netcom.com>
33926              ccdlflags update (the BSD/OS 4.1 part had already been taken
33927              care of by #6141).
33928              
33929              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
33930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33931              Date: Wed, 28 Jun 2000 17:50:12 -0700
33932              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
33933              
33934              Subject: [PATCH 5.6.0] cygwin port
33935              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
33936              From: "Fifer, Eric" <EFifer@sanwaint.com>
33937              Date: Thu, 29 Jun 2000 12:58:29 +0100
33938      Branch: maint-5.6/perl
33939           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33940           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33941           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33942           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33943 ____________________________________________________________________________
33944 [  7768] By: gsar                                  on 2000/11/20  11:13:44
33945         Log: integrate changes#6252..6256,6259..6260
33946              
33947              Paranoia tweak on #6249.
33948              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33949              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33950              Date: Sun, 25 Jun 2000 23:43:12 -0400
33951              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
33952              
33953              Subject: tr///, help wanted.
33954              From: simon@brecon.co.uk (Simon Cozens)
33955              Date: 28 Jun 2000 11:29:04 GMT
33956              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
33957              
33958              small thinko tweaks
33959              
33960              tweaks from Simon Conzes to further fix tr/// under utf8
33961              
33962              perlnewmod was missing from MANIFEST.
33963              
33964              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
33965              From: simon@brecon.co.uk (Simon Cozens)
33966              Date: 17 Jun 2000 11:56:44 GMT
33967              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
33968              pack U0, pack C0
33969      Branch: maint-5.6/perl
33970           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
33971           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
33972           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
33973           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
33974 ____________________________________________________________________________
33975 [  7767] By: gsar                                  on 2000/11/20  10:51:38
33976         Log: integrate change#6250 from cfgperl
33977              
33978              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
33979              From: Doug MacEachern <dougm@covalent.net>
33980              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
33981              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
33982      Branch: maint-5.6/perl
33983           +> t/op/my_stash.t
33984           !> MANIFEST embed.pl global.sym proto.h toke.c
33985 ____________________________________________________________________________
33986 [  7766] By: gsar                                  on 2000/11/20  10:48:34
33987         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
33988              
33989              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
33990              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33991              Date: Mon, 26 Jun 2000 18:40:14 +0100
33992              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
33993              
33994              Subject: [PATCH] bytes<->utf8 fixes
33995              From: simon@brecon.co.uk (Simon Cozens)
33996              Date: 26 Jun 2000 04:55:45 GMT
33997              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
33998              
33999              Subject: [PATCH] is_utf8_string
34000              From: simon@brecon.co.uk (Simon Cozens)
34001              Date: 26 Jun 2000 02:25:59 GMT
34002              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
34003              
34004              Subject: [PATCH] avoid mg_ptr in '*' magic
34005              From: Doug MacEachern <dougm@covalent.net>
34006              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
34007              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
34008              
34009              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
34010              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
34011              Date: Sat, 24 Jun 2000 13:06:20 +0100
34012              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
34013              
34014              Allow for standalone testing.
34015              
34016              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
34017              From: Mark-Jason Dominus <mjd@plover.com>
34018              Date: Tue, 27 Jun 2000 22:36:42 -0400
34019              Message-ID: <20000628023642.12166.qmail@plover.com>
34020              
34021              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
34022              From: Frank Tobin <ftobin@uiuc.edu>
34023              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
34024              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
34025      Branch: maint-5.6/perl
34026           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
34027           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
34028           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
34029           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
34030           !> utf8.c utils/h2xs.PL
34031 ____________________________________________________________________________
34032 [  7765] By: gsar                                  on 2000/11/20  10:29:13
34033         Log: integrate change#6239 from cfgperl
34034              
34035              Configure maintenance.  Sever some dependency cycles,
34036              separate gccversion from the cc unit,
34037              address [ID 20000623.006] Configure script patch for using gcc on AIX
34038              (but solve it a little bit differently),
34039              unduplex some accidentally duplicated units,
34040              suggest using gcc if no cc available
34041              (p5p thread: "Solaris configure: counterproposal", 1999-09)
34042      Branch: maint-5.6/perl
34043           !> Configure Todo-5.6 config_h.SH
34044 ____________________________________________________________________________
34045 [  7764] By: gsar                                  on 2000/11/20  10:25:55
34046         Log: integrate changes#6233..6238 from cfgperl
34047              
34048              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34049              From: Mark-Jason Dominus <mjd@plover.com>
34050              Date: Fri, 16 Jun 2000 20:53:04 -0400
34051              Message-ID: <20000617005304.8008.qmail@plover.com>
34052              
34053              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34054              because when run as services (Win32ese for daemons)
34055              no environment variables are set and tmpdir ends up as /tmp,
34056              which is ambiguous.
34057              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34058              From: matt@sergeant.org
34059              Date: 16 Jun 2000 16:30:43 -0000
34060              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34061              
34062              The thread begun by
34063              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34064              From: Kevin.Ruscoe@ubsw.com
34065              Date: Fri, 16 Jun 2000 16:38:51 +0100
34066              Message-Id: <H000019b03c300d6@MHS>
34067              
34068              Tweak embed.pl, regen headers.
34069              
34070              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
34071              From: Dan Sugalski <dan@sidhe.org>
34072              Date: Fri, 23 Jun 2000 17:00:00 -0400
34073              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
34074      Branch: maint-5.6/perl
34075           !> (integrate 27 files)
34076 ____________________________________________________________________________
34077 [  7763] By: gsar                                  on 2000/11/20  10:08:08
34078         Log: s/perl56delta/perldelta/g
34079      Branch: maint-5.6/perl
34080            ! pod/Makefile
34081 ____________________________________________________________________________
34082 [  7762] By: gsar                                  on 2000/11/20  10:04:00
34083         Log: integrate changes#6225,6229,6231,6232 from cfgperl
34084              
34085              Add source code filenames to apidoc.
34086              From: simon@brecon.co.uk (Simon Cozens)
34087              Subject: [PATCH embed.pl] Source X-ref
34088              Date: 22 Jun 2000 02:18:49 GMT
34089              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34090              
34091              Subject: README.hpux version 0.6.1
34092              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34093              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34094              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34095              
34096              Subject: [PATCH 5.6.0] cygwin port
34097              From: "Fifer, Eric" <EFifer@sanwaint.com>
34098              Date: Tue, 20 Jun 2000 14:30:58 +0100
34099              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34100              
34101              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34102              From: simon@brecon.co.uk (Simon Cozens)
34103              Date: 19 Jun 2000 15:18:27 GMT
34104              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34105              
34106              plus update pod/Makefile and regenerate perltoc
34107      Branch: maint-5.6/perl
34108           +> pod/perlutil.pod
34109           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
34110           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
34111 ____________________________________________________________________________
34112 [  7761] By: jhi                                   on 2000/11/20  04:09:55
34113         Log: Miraculous typo.
34114      Branch: perl
34115            ! t/op/pat.t
34116 ____________________________________________________________________________
34117 [  7760] By: jhi                                   on 2000/11/20  04:06:08
34118         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
34119              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34120              Date: Sun, 19 Nov 2000 22:30:26 -0500
34121              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
34122      Branch: perl
34123            ! regexec.c scope.h t/op/pat.t
34124 ____________________________________________________________________________
34125 [  7759] By: jhi                                   on 2000/11/20  02:05:22
34126         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
34127      Branch: perl
34128            ! perl.h
34129 ____________________________________________________________________________
34130 [  7758] By: jhi                                   on 2000/11/20  01:58:11
34131         Log: Subject: [perl 7711: EPOC] updates
34132              From: Olaf Flebbe <o.flebbe@gmx.de>
34133              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
34134              Message-ID: <25575.974658810@www23.gmx.net>               
34135      Branch: perl
34136            + lib/File/Spec/Epoc.pm
34137            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
34138            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
34139            ! lib/File/Spec.pm perl.c sv.c
34140 ____________________________________________________________________________
34141 [  7757] By: jhi                                   on 2000/11/20  01:53:11
34142         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
34143      Branch: perl
34144            ! MANIFEST
34145 ____________________________________________________________________________
34146 [  7756] By: jhi                                   on 2000/11/20  01:47:22
34147         Log: Integrate perlio.
34148      Branch: perl
34149            - ext/re/hints/MSWin32.pl
34150           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
34151           !> win32/config.gc win32/config_H.gc win32/win32sck.c
34152 ____________________________________________________________________________
34153 [  7755] By: nick                                  on 2000/11/19  20:57:17
34154         Log: Add dummy crlf layer (just as buffer)
34155              Correct 1st bug - one layer of indirection.
34156      Branch: perlio
34157            ! perlio.c perlio.h perliol.h
34158 ____________________________________________________________________________
34159 [  7754] By: nick                                  on 2000/11/19  20:56:12
34160         Log: Work-round to Perl_deb_nocontext is no longer required
34161      Branch: perlio
34162            - ext/re/hints/MSWin32.pl
34163 ____________________________________________________________________________
34164 [  7753] By: nick                                  on 2000/11/19  20:01:16
34165         Log: diff -se shows these as different
34166      Branch: perlio
34167            ! global.sym pod/perlapi.pod
34168 ____________________________________________________________________________
34169 [  7752] By: nick                                  on 2000/11/19  18:57:30
34170         Log: Configure GCC/Win32 build -Duseperlio
34171              Fix a couple of gross issues
34172              - double-include of ../deb.o in re.dll
34173              - win32sck.c needs PerlIO and FILE 
34174      Branch: perlio
34175            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
34176            ! win32/win32sck.c
34177 ____________________________________________________________________________
34178 [  7751] By: nick                                  on 2000/11/19  17:05:36
34179         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
34180      Branch: perlio
34181            ! perlio.c
34182 ____________________________________________________________________________
34183 [  7750] By: nick                                  on 2000/11/19  16:57:14
34184         Log: Missing aTHX_
34185      Branch: perlio
34186            ! sv.c
34187 ____________________________________________________________________________
34188 [  7749] By: jhi                                   on 2000/11/19  16:28:40
34189         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
34190              From: "Peter J. Farley III" <pjfarley@banet.net>
34191              Date: Sun, 19 Nov 2000 01:42:58 -0500
34192              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
34193      Branch: perl
34194            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
34195 ____________________________________________________________________________
34196 [  7748] By: jhi                                   on 2000/11/19  16:08:10
34197         Log: Subject: podlators 1.05 available        
34198              From: Russ Allbery <rra@stanford.edu>   
34199              Date: 18 Nov 2000 22:04:28 -0800
34200              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
34201      Branch: perl
34202            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
34203 ____________________________________________________________________________
34204 [  7747] By: nick                                  on 2000/11/19  11:19:39
34205         Log: Integrate mainline
34206      Branch: perlio
34207           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34208           !> util.c
34209 ____________________________________________________________________________
34210 [  7746] By: jhi                                   on 2000/11/19  06:42:22
34211         Log: Make hex scanning warn on "\x{x}" and "\xx".
34212              "\x" and and hex("x") are still valid.
34213      Branch: perl
34214            ! util.c
34215 ____________________________________________________________________________
34216 [  7745] By: nick                                  on 2000/11/18  22:52:28
34217         Log: Integrate mainline
34218      Branch: perlio
34219           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
34220           !> perl.h perlio.c proto.h regcomp.c regcomp.h
34221 ____________________________________________________________________________
34222 [  7744] By: jhi                                   on 2000/11/18  22:50:28
34223         Log: Introduce Perl_utf8_length().  Use it.
34224      Branch: perl
34225            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
34226 ____________________________________________________________________________
34227 [  7743] By: jhi                                   on 2000/11/18  22:38:51
34228         Log: Compiler denit.
34229      Branch: perl
34230            ! perlio.c
34231 ____________________________________________________________________________
34232 [  7742] By: jhi                                   on 2000/11/18  20:33:05
34233         Log: Integrate perlio.
34234      Branch: perl
34235           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34236           !> perlio.h pp_ctl.c pp_sys.c sv.c
34237 ____________________________________________________________________________
34238 [  7741] By: jhi                                   on 2000/11/18  20:31:27
34239         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
34240              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34241              Date: Fri, 17 Nov 2000 20:35:11 -0500
34242              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
34243              
34244              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
34245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34246              Date: Fri, 17 Nov 2000 21:03:47 -0500
34247              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
34248              
34249              Plus a little bit of tweaking in pregcomp().
34250      Branch: perl
34251            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
34252 ____________________________________________________________________________
34253 [  7740] By: nick                                  on 2000/11/18  20:17:22
34254         Log: Lexical use open ... support:
34255              add ->cop_io to COP structure in cop.h.
34256              Make mg.c and gv.c associate it with ${^OPEN}.
34257              Make lib/open.pm set it.
34258              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
34259              manner similar to ->cop_warnings.
34260              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
34261              call new PerlIO_apply_layers().
34262              Declare latter in perlio.h and define in perlio.c
34263      Branch: perlio
34264            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
34265            ! perlio.h pp_ctl.c pp_sys.c sv.c
34266 ____________________________________________________________________________
34267 [  7739] By: jhi                                   on 2000/11/18  19:54:00
34268         Log: Integrate perlio.
34269      Branch: perl
34270           !> doio.c perlio.c pp.c
34271 ____________________________________________________________________________
34272 [  7738] By: jhi                                   on 2000/11/18  17:16:13
34273         Log: Subject: [PATCH 5.7.0] etags broken again
34274              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34275              Date: Sat, 18 Nov 2000 02:41:36 -0500
34276              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
34277      Branch: perl
34278            ! emacs/ptags
34279 ____________________________________________________________________________
34280 [  7737] By: jhi                                   on 2000/11/18  17:12:18
34281         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
34282      Branch: perl
34283            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34284 ____________________________________________________________________________
34285 [  7736] By: nick                                  on 2000/11/18  14:06:20
34286         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
34287              part to be isolated.
34288      Branch: perlio
34289            ! doio.c perlio.c
34290 ____________________________________________________________________________
34291 [  7735] By: nick                                  on 2000/11/18  11:03:32
34292         Log: Integrate mainline
34293      Branch: perlio
34294           !> Changes README.amiga README.win32 patchlevel.h
34295           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
34296 ____________________________________________________________________________
34297 [  7734] By: jhi                                   on 2000/11/18  01:18:56
34298         Log: Update Changes.
34299      Branch: perl
34300            ! Changes patchlevel.h
34301 ____________________________________________________________________________
34302 [  7733] By: jhi                                   on 2000/11/18  00:32:54
34303         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
34304              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34305              Date: Fri, 17 Nov 2000 17:28:02 -0500
34306              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
34307      Branch: perl
34308            ! regcomp.c regexec.c t/op/re_tests
34309 ____________________________________________________________________________
34310 [  7732] By: jhi                                   on 2000/11/18  00:28:56
34311         Log: Sparc 64-bit pack() fix from Jens Hamisch.
34312      Branch: perl
34313            ! pp.c
34314 ____________________________________________________________________________
34315 [  7731] By: jhi                                   on 2000/11/18  00:18:39
34316         Log: Explain in more detail the {} syntax ambiguousity.
34317              
34318              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
34319              From: Nicholas Clark <nick@ccl4.org>
34320              Date: Fri, 17 Nov 2000 22:10:28 +0000
34321              Message-ID: <20001117221028.A88930@plum.flirble.org>
34322      Branch: perl
34323            ! pod/perlfunc.pod
34324 ____________________________________________________________________________
34325 [  7730] By: jhi                                   on 2000/11/18  00:12:18
34326         Log: Subject: Fix for README.amiga (20000323.033)
34327              From: "Stephen P. Potter" <spp@spotter.yi.org>
34328              Date: Fri, 17 Nov 2000 12:25:51 -0500
34329              Message-Id: <200011171725.MAA05768@spotter.yi.org>
34330      Branch: perl
34331            ! README.amiga
34332 ____________________________________________________________________________
34333 [  7729] By: jhi                                   on 2000/11/18  00:08:34
34334         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
34335              From: "A. C. Yardley" <yardley@tanet.net>
34336              Date: Mon, 3 Apr 2000 11:35:33 -0700
34337              Message-ID: <3483.000403@tanet.net>
34338      Branch: perl
34339            ! README.win32
34340 ____________________________________________________________________________
34341 [  7728] By: nick                                  on 2000/11/17  21:59:47
34342         Log: Integrate mainline
34343      Branch: perlio
34344           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
34345           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
34346           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
34347           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
34348 ____________________________________________________________________________
34349 [  7727] By: nick                                  on 2000/11/17  21:56:31
34350         Log: Experiment on use of attributes.pm interface.
34351              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
34352              SVt_PVRV if not already something better (else vivify of say magic gets
34353              core dump).
34354      Branch: perlio
34355            ! perlio.c pp.c
34356 ____________________________________________________________________________
34357 [  7726] By: jhi                                   on 2000/11/17  14:15:49
34358         Log: Subject: Fix for 20000815.006
34359              From: "Stephen P. Potter" <spp@spotter.yi.org>
34360              Date: Fri, 17 Nov 2000 08:57:45 -0500
34361              Message-Id: <200011171357.IAA05122@spotter.yi.org>
34362              
34363              It's really 20000518.006.
34364      Branch: perl
34365            ! pod/perlmodlib.PL
34366 ____________________________________________________________________________
34367 [  7725] By: jhi                                   on 2000/11/17  14:12:31
34368         Log: Subject: Fix for 20000409.001
34369              From: "Stephen P. Potter" <spp@spotter.yi.org>
34370              Date: Fri, 17 Nov 2000 08:55:45 -0500
34371              Message-Id: <200011171355.IAA05104@spotter.yi.org>
34372      Branch: perl
34373            ! pod/perlfaq9.pod
34374 ____________________________________________________________________________
34375 [  7724] By: jhi                                   on 2000/11/17  14:08:58
34376         Log: Undo #7627 now that we have =head3.
34377      Branch: perl
34378            ! pod/perlhack.pod
34379 ____________________________________________________________________________
34380 [  7723] By: jhi                                   on 2000/11/17  14:04:09
34381         Log: As surmised the #7719 wasn't a good move.
34382      Branch: perl
34383            ! hints/solaris_2.sh
34384 ____________________________________________________________________________
34385 [  7722] By: jhi                                   on 2000/11/17  13:59:04
34386         Log: Also the 64bitall hints can be either here or there.
34387      Branch: perl
34388            ! hints/solaris_2.sh
34389 ____________________________________________________________________________
34390 [  7721] By: jhi                                   on 2000/11/17  02:26:23
34391         Log: Test tweak for the open pragma.
34392      Branch: perl
34393            ! t/lib/b.t
34394 ____________________________________________________________________________
34395 [  7720] By: jhi                                   on 2000/11/17  00:23:22
34396         Log: The long double hints can be here or there.
34397      Branch: perl
34398            ! hints/solaris_2.sh
34399 ____________________________________________________________________________
34400 [  7719] By: jhi                                   on 2000/11/17  00:14:06
34401         Log: For Solaris use64bitall the stdchar needs a little bit of help.
34402      Branch: perl
34403            ! hints/solaris_2.sh
34404 ____________________________________________________________________________
34405 [  7718] By: jhi                                   on 2000/11/16  23:27:34
34406         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
34407              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34408              Date: Wed, 15 Nov 2000 08:56:32 +0100
34409              Message-ID: <3A1241B0.64477E00@alcatel.at>
34410      Branch: perl
34411            ! lib/Carp/Heavy.pm
34412 ____________________________________________________________________________
34413 [  7717] By: jhi                                   on 2000/11/16  23:23:29
34414         Log: Subject: [PATCH] Re: 20001101.003 PDL
34415              From: Nicholas Clark <nick@ccl4.org>
34416              Date: Thu, 16 Nov 2000 16:48:25 +0000
34417              Message-ID: <20001116164825.B93487@plum.flirble.org>
34418      Branch: perl
34419            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
34420 ____________________________________________________________________________
34421 [  7716] By: jhi                                   on 2000/11/16  23:21:31
34422         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
34423              From: "Casey R. Tweten" <crt@kiski.net>
34424              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
34425              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
34426      Branch: perl
34427            ! lib/Pod/Checker.pm pod/perlpod.pod
34428 ____________________________________________________________________________
34429 [  7715] By: jhi                                   on 2000/11/16  23:19:40
34430         Log: Avoid an infinite loop in VMS when utils scripts are run
34431              with no arguments, from Charles Lane.
34432      Branch: perl
34433            ! configure.com
34434 ____________________________________________________________________________
34435 [  7714] By: jhi                                   on 2000/11/16  23:17:08
34436         Log: Subject: perllocale.pod changes
34437              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34438              Date: Mon, 13 Nov 2000 10:09:22 +0300
34439              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
34440      Branch: perl
34441            ! pod/perllocale.pod
34442 ____________________________________________________________________________
34443 [  7713] By: jhi                                   on 2000/11/16  23:14:06
34444         Log: Integrate perlio.
34445      Branch: perl
34446           !> doio.c perlio.c perlio.h util.c
34447 ____________________________________________________________________________
34448 [  7712] By: nick                                  on 2000/11/16  21:10:58
34449         Log: Integrate mainline
34450      Branch: perlio
34451           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
34452           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34453           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
34454           !> vos/config.ga.def vos/config.ga.h win32/config.bc
34455           !> win32/config.gc win32/config.vc
34456 ____________________________________________________________________________
34457 [  7711] By: nick                                  on 2000/11/16  19:56:41
34458         Log: Minor tweaks:
34459              consistent way of getting 'rb', 'wb' etc. for binary opens
34460              move *perlio::layers to *open::layers
34461              a #define to show layers available
34462              DOSISH popen/PerlIO had export/import sense inverted.
34463      Branch: perlio
34464            ! doio.c perlio.c perlio.h util.c
34465 ____________________________________________________________________________
34466 [  7710] By: jhi                                   on 2000/11/16  15:46:05
34467         Log: Add HAS_SBRK_PROTO.
34468      Branch: metaconfig/U/perl
34469            + d_sbrkproto.U
34470      Branch: perl
34471            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34472            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
34473            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
34474            ! vos/config.ga.def vos/config.ga.h win32/config.bc
34475            ! win32/config.gc win32/config.vc
34476 ____________________________________________________________________________
34477 [  7709] By: nick                                  on 2000/11/16  07:31:49
34478         Log: Integrate mainline
34479      Branch: perlio
34480           !> (integrate 35 files)
34481 ____________________________________________________________________________
34482 [  7708] By: jhi                                   on 2000/11/16  05:33:03
34483         Log: These files are text, not binary.
34484      Branch: perl
34485            ! ext/Encode/Encode/iso8859-10.enc
34486            ! ext/Encode/Encode/iso8859-13.enc
34487            ! ext/Encode/Encode/iso8859-14.enc
34488            ! ext/Encode/Encode/iso8859-15.enc
34489 ____________________________________________________________________________
34490 [  7707] By: jhi                                   on 2000/11/16  01:53:37
34491         Log: Update Changes.
34492      Branch: perl
34493            ! Changes patchlevel.h
34494 ____________________________________________________________________________
34495 [  7706] By: jhi                                   on 2000/11/16  01:35:59
34496         Log: More #undefing of stdio.
34497      Branch: perl
34498            ! fakesdio.h nostdio.h
34499 ____________________________________________________________________________
34500 [  7705] By: jhi                                   on 2000/11/16  01:34:18
34501         Log: Add fwalk() probe to the configuration files and regen perltoc.
34502      Branch: perl
34503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34504            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
34505            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
34506            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34507            ! win32/config.bc win32/config.gc win32/config.vc
34508 ____________________________________________________________________________
34509 [  7704] By: jhi                                   on 2000/11/16  01:33:07
34510         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
34511              an optional third argument to Inlibc?)
34512      Branch: metaconfig/U/perl
34513            + d__fwalk.U
34514 ____________________________________________________________________________
34515 [  7703] By: jhi                                   on 2000/11/16  01:09:22
34516         Log: The type of the hash_cb() size argument is tricky.
34517      Branch: perl
34518            ! ext/DB_File/DB_File.xs
34519 ____________________________________________________________________________
34520 [  7702] By: jhi                                   on 2000/11/15  23:01:16
34521         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
34522      Branch: perl
34523            ! nostdio.h
34524 ____________________________________________________________________________
34525 [  7701] By: jhi                                   on 2000/11/15  22:52:32
34526         Log: Detypo.
34527      Branch: perl
34528            ! t/lib/bigfltpm.t
34529 ____________________________________________________________________________
34530 [  7700] By: jhi                                   on 2000/11/15  22:51:56
34531         Log: UINT64_C() work continues.
34532      Branch: perl
34533            ! handy.h perl.h utf8.h
34534 ____________________________________________________________________________
34535 [  7699] By: jhi                                   on 2000/11/15  14:13:04
34536         Log: SOCKS has its own USE_THREADS, based on
34537              
34538              Subject: [ID 20001114.002] et. al. bugfix followup
34539              From: Jens Hamisch <jens@Strawberry.COM> 
34540              Date: Wed, 15 Nov 2000 14:23:11 +0100
34541              Message-ID: <20001115142311.A21164@Strawberry.COM>
34542      Branch: perl
34543            ! perl.h
34544 ____________________________________________________________________________
34545 [  7698] By: jhi                                   on 2000/11/15  03:50:56
34546         Log: Add few missing #undefs and sort them.
34547      Branch: perl
34548            ! fakesdio.h
34549 ____________________________________________________________________________
34550 [  7697] By: jhi                                   on 2000/11/15  03:39:14
34551         Log: Linenumber fix.
34552      Branch: perl
34553            ! t/pragma/warn/utf8
34554 ____________________________________________________________________________
34555 [  7696] By: jhi                                   on 2000/11/15  02:55:26
34556         Log: EBCDIC tweaks.
34557              
34558              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
34559              From: Peter Prymmer <pvhp@forte.com>
34560              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
34561              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
34562      Branch: perl
34563            ! t/op/regmesg.t t/pragma/warn/utf8
34564 ____________________________________________________________________________
34565 [  7695] By: jhi                                   on 2000/11/15  02:53:58
34566         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
34567              From: Peter Prymmer <pvhp@forte.com>
34568              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
34569              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
34570      Branch: perl
34571            ! utf8.c
34572 ____________________________________________________________________________
34573 [  7694] By: jhi                                   on 2000/11/15  02:50:55
34574         Log: Subject: [PATCH: perl@7674] updates to README.os390
34575              From: Prymmer/Kahn <pvhp@best.com>
34576              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
34577              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
34578      Branch: perl
34579            ! README.os390
34580 ____________________________________________________________________________
34581 [  7693] By: jhi                                   on 2000/11/15  02:48:37
34582         Log: Quit utf8_to_uv() instantly if curlen == 0.
34583      Branch: perl
34584            ! utf8.c
34585 ____________________________________________________________________________
34586 [  7692] By: jhi                                   on 2000/11/15  02:24:29
34587         Log: Use u_int32_t for the size of hash_cb(), not size_t.
34588              
34589              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
34590              From: Jens Hamisch <jens@Strawberry.COM>     
34591              Date: Tue, 14 Nov 2000 19:03:55 +0100
34592              Message-Id: <20001114190355.A20559@Strawberry.COM>
34593      Branch: perl
34594            ! ext/DB_File/DB_File.xs
34595 ____________________________________________________________________________
34596 [  7691] By: jhi                                   on 2000/11/15  02:20:12
34597         Log: Use UINT64_C().
34598              
34599              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
34600              From: Jens Hamisch <jens@Strawberry.COM>
34601              Date: Tue, 14 Nov 2000 19:16:23 +0100
34602              Message-Id: <20001114191623.G20559@Strawberry.COM>
34603      Branch: perl
34604            ! utf8.c utf8.h
34605 ____________________________________________________________________________
34606 [  7690] By: jhi                                   on 2000/11/15  02:17:06
34607         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
34608              (a macro to define signed and unsigned integer constants).
34609      Branch: perl
34610            ! handy.h
34611 ____________________________________________________________________________
34612 [  7689] By: jhi                                   on 2000/11/15  01:56:51
34613         Log: Regen Configure.
34614      Branch: perl
34615            ! Configure
34616 ____________________________________________________________________________
34617 [  7688] By: jhi                                   on 2000/11/15  01:56:32
34618         Log: Make the unit know about SOCKS.
34619      Branch: metaconfig
34620            ! U/protos/socksizetype.U
34621 ____________________________________________________________________________
34622 [  7687] By: jhi                                   on 2000/11/15  01:54:47
34623         Log: Remove unused dependencies.
34624      Branch: metaconfig
34625            ! U/compline/d_getpagsz.U
34626 ____________________________________________________________________________
34627 [  7686] By: nick                                  on 2000/11/14  21:25:13
34628         Log: Integrate mainline.
34629      Branch: perlio
34630           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
34631           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
34632           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
34633           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
34634           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
34635           !> win32/config.bc win32/config.gc win32/config.vc
34636           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
34637 ____________________________________________________________________________
34638 [  7685] By: jhi                                   on 2000/11/14  17:54:56
34639         Log: Integrate perlio.
34640      Branch: perl
34641           +> fakesdio.h perliol.h
34642           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34643           !> perlsdio.h perlsfio.h pod/perlfunc.pod
34644 ____________________________________________________________________________
34645 [  7684] By: nick                                  on 2000/11/14  17:43:04
34646         Log: PerlIO #include and #ifdef re-work.
34647      Branch: perlio
34648            + fakesdio.h perliol.h
34649            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
34650            ! perlsdio.h perlsfio.h
34651 ____________________________________________________________________________
34652 [  7683] By: jhi                                   on 2000/11/14  15:42:40
34653         Log: Hoist the duplicated socket/netdb include logic to perl.h;
34654              undef SETERRNO in case SOCKS has defined it.  Based on:
34655              
34656              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
34657              From: Jens Hamisch <jens@Strawberry.COM> 
34658              Date: Tue, 14 Nov 2000 11:34:40 +0100
34659              Message-Id: <20001114113440.A20005@Strawberry.COM>
34660      Branch: perl
34661            ! doio.c perl.h pp_sys.c
34662 ____________________________________________________________________________
34663 [  7682] By: jhi                                   on 2000/11/14  14:07:28
34664         Log: Subject: some additions for makefiles for win32 (for perl@7674)
34665              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34666              Date: Tue, 14 Nov 2000 09:31:13 +0300
34667              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
34668      Branch: perl
34669            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
34670            ! win32/makefile.mk
34671 ____________________________________________________________________________
34672 [  7681] By: jhi                                   on 2000/11/14  14:01:41
34673         Log: Subject: tiny typo in perl5db.pl
34674              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34675              Date: Tue, 14 Nov 2000 09:29:28 +0300
34676              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
34677      Branch: perl
34678            ! lib/perl5db.pl
34679 ____________________________________________________________________________
34680 [  7680] By: jhi                                   on 2000/11/14  04:13:50
34681         Log: Redo #7679 with LFs instead of CRLFs.
34682      Branch: perl
34683            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
34684            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
34685            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34686 ____________________________________________________________________________
34687 [  7679] By: jhi                                   on 2000/11/14  01:21:09
34688         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
34689              From: Benjamin Stuhl <tiriath@yahoo.com> 
34690              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34691              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34692      Branch: perl
34693            + win32/bin/mdelete.bat
34694            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
34695            ! makedef.pl perlio.c win32/Makefile win32/config.gc
34696            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
34697 ____________________________________________________________________________
34698 [  7678] By: jhi                                   on 2000/11/14  01:19:20
34699         Log: Fix the re extension building for Win32.
34700              
34701              Subject: [PATCH perl@7638] Get PerlIO building on Win32
34702              From: Benjamin Stuhl <tiriath@yahoo.com> 
34703              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
34704              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
34705      Branch: perl
34706            + ext/re/hints/MSWin32.pl
34707            ! MANIFEST
34708 ____________________________________________________________________________
34709 [  7677] By: jhi                                   on 2000/11/14  01:13:54
34710         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
34711              From: sthoenna@efn.org
34712              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
34713              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
34714      Branch: perl
34715            ! doop.c pp.c toke.c utf8.c utf8.h
34716 ____________________________________________________________________________
34717 [  7676] By: jhi                                   on 2000/11/13  20:23:15
34718         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34719              From: Nicholas Clark <nick@ccl4.org>
34720              Date: Mon, 13 Nov 2000 18:55:04 +0000
34721              Message-ID: <20001113185504.J29183@plum.flirble.org>
34722      Branch: perl
34723            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
34724 ____________________________________________________________________________
34725 [  7675] By: nick                                  on 2000/11/13  20:21:57
34726         Log: Integrate mainline ...
34727      Branch: perlio
34728           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
34729           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
34730           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
34731           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
34732 ____________________________________________________________________________
34733 [  7674] By: jhi                                   on 2000/11/13  15:07:56
34734         Log: Update Changes.
34735      Branch: perl
34736            ! Changes patchlevel.h
34737 ____________________________________________________________________________
34738 [  7673] By: jhi                                   on 2000/11/13  14:42:42
34739         Log: Remove the new two tests of lib/io_xs for now, they seem to
34740              fail under perlio on some platforms.
34741      Branch: perl
34742            ! t/lib/io_xs.t
34743 ____________________________________________________________________________
34744 [  7672] By: jhi                                   on 2000/11/13  13:57:53
34745         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
34746      Branch: perl
34747            ! perlio.c
34748 ____________________________________________________________________________
34749 [  7671] By: jhi                                   on 2000/11/13  05:30:48
34750         Log: Placate nervous compilers that see longer than ints switch()ing.
34751      Branch: perl
34752            ! utf8.c
34753 ____________________________________________________________________________
34754 [  7670] By: jhi                                   on 2000/11/13  05:14:21
34755         Log: fputs() does return EOF on error but here we don't care.
34756      Branch: perl
34757            ! perlio.c
34758 ____________________________________________________________________________
34759 [  7669] By: jhi                                   on 2000/11/13  05:02:45
34760         Log: Declare reg_data like reg_substr_data.
34761      Branch: perl
34762            ! regexp.h
34763 ____________________________________________________________________________
34764 [  7668] By: jhi                                   on 2000/11/13  04:54:34
34765         Log: Typos in #7667.
34766      Branch: perl
34767            ! perl.h
34768 ____________________________________________________________________________
34769 [  7667] By: jhi                                   on 2000/11/13  04:49:49
34770         Log: Cleanup messy #ifdef.
34771      Branch: perl
34772            ! perl.h
34773 ____________________________________________________________________________
34774 [  7666] By: jhi                                   on 2000/11/13  04:17:34
34775         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
34776              From: Nicholas Clark <nick@talking.bollo.cx>
34777              Date: Sun, 12 Nov 2000 21:14:11 +0000
34778              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
34779              
34780              Note: only one breakage of the two reported is fixed by this patch.
34781      Branch: perl
34782            ! perlio.c
34783 ____________________________________________________________________________
34784 [  7665] By: jhi                                   on 2000/11/13  04:05:07
34785         Log: Tweak the definition of the bit complement on UTF-8 data:
34786              if none of the characters in the string are > 0xff,
34787              the result is a complemented byte string, not a (UTF-8)
34788              char string.  Based on the summary in
34789              
34790              Subject: Re: [ID 20000918.005] ~ on wide chars
34791              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
34792              Date: Fri, 10 Nov 2000 09:47:15 -0800
34793              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
34794              
34795              This should give us the maximum backward (pre-char string)
34796              compatibility and utf8 compatibility.  The other alternative
34797              would be to limit the bit complement to be always byte only,
34798              taking the least significant byte of the chars.
34799      Branch: perl
34800            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
34801 ____________________________________________________________________________
34802 [  7664] By: jhi                                   on 2000/11/13  00:23:44
34803         Log: Couple of tests from #7660 salvaged.
34804      Branch: perl
34805            - t/op/tell.t
34806            ! MANIFEST t/io/tell.t
34807 ____________________________________________________________________________
34808 [  7663] By: jhi                                   on 2000/11/13  00:02:48
34809         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
34810              From: Nicholas Clark <nick@talking.bollo.cx>
34811              Date: Sun, 12 Nov 2000 21:23:43 +0000
34812              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
34813      Branch: perl
34814            ! perlsfio.h
34815 ____________________________________________________________________________
34816 [  7662] By: jhi                                   on 2000/11/13  00:01:39
34817         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
34818              From: Nicholas Clark <nick@talking.bollo.cx>
34819              Date: Sun, 12 Nov 2000 21:30:04 +0000
34820              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
34821      Branch: perl
34822            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
34823 ____________________________________________________________________________
34824 [  7661] By: jhi                                   on 2000/11/12  23:57:29
34825         Log: Document tell() on special streams.
34826      Branch: perl
34827            ! pod/perlfunc.pod
34828 ____________________________________________________________________________
34829 [  7660] By: jhi                                   on 2000/11/12  23:54:22
34830         Log: (Subsumed by #7664)
34831      Branch: perl
34832            + t/op/tell.t
34833            ! MANIFEST
34834 ____________________________________________________________________________
34835 [  7659] By: jhi                                   on 2000/11/12  22:55:25
34836         Log: Many subdocumented return values of the IO extension now documented.
34837              ungetc and write still left subdocumented.
34838              
34839              Subject: [PATCH] (was Re: IO::Handle::ungetc)
34840              From: Nicholas Clark <nick@talking.bollo.cx>
34841              Date: Sun, 12 Nov 2000 21:35:53 +0000
34842              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
34843      Branch: perl
34844            ! ext/IO/lib/IO/Handle.pm
34845 ____________________________________________________________________________
34846 [  7658] By: jhi                                   on 2000/11/12  21:37:06
34847         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
34848              From: Nicholas Clark <nick@talking.bollo.cx>
34849              Date: Sun, 12 Nov 2000 20:03:22 +0000
34850              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
34851      Branch: perl
34852            ! pod/perlfunc.pod
34853 ____________________________________________________________________________
34854 [  7657] By: jhi                                   on 2000/11/12  20:34:55
34855         Log: Integrate perlio.
34856      Branch: perl
34857           !> perlio.c
34858 ____________________________________________________________________________
34859 [  7656] By: nick                                  on 2000/11/12  19:25:06
34860         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
34861      Branch: perlio
34862            ! perlio.c
34863 ____________________________________________________________________________
34864 [  7655] By: nick                                  on 2000/11/12  19:09:41
34865         Log: Integrate mainline
34866      Branch: perlio
34867           +> README.solaris ext/Encode/Encode/cp1006.enc
34868           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
34869           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
34870           +> ext/Encode/Encode/iso8859-13.enc
34871           +> ext/Encode/Encode/iso8859-14.enc
34872           +> ext/Encode/Encode/iso8859-15.enc
34873           !> (integrate 34 files)
34874 ____________________________________________________________________________
34875 [  7654] By: jhi                                   on 2000/11/12  19:00:22
34876         Log: Add a metaconfig unit for fsync.
34877      Branch: metaconfig/U/perl
34878            + d_fsync.U
34879 ____________________________________________________________________________
34880 [  7653] By: jhi                                   on 2000/11/12  19:00:01
34881         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
34882      Branch: perl
34883            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34884            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34885            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34886            ! vos/config.ga.h win32/config.bc win32/config.gc
34887            ! win32/config.vc
34888 ____________________________________________________________________________
34889 [  7652] By: jhi                                   on 2000/11/11  21:12:01
34890         Log: Copy the s// information of README.hpux also to the perlrun.
34891      Branch: perl
34892            ! README.hpux pod/perlrun.pod
34893 ____________________________________________________________________________
34894 [  7651] By: jhi                                   on 2000/11/11  21:03:13
34895         Log: More README.solaris updates from Andy Dougherty.
34896      Branch: perl
34897            ! README.solaris
34898 ____________________________________________________________________________
34899 [  7650] By: jhi                                   on 2000/11/11  18:38:57
34900         Log: More descriptive error for unknown perlio layers.
34901              
34902              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34903              From: Dominic Dunlop <domo@computer.org> 
34904              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34905              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34906      Branch: perl
34907            ! perlio.c pod/perldiag.pod
34908 ____________________________________________________________________________
34909 [  7649] By: jhi                                   on 2000/11/11  18:37:52
34910         Log: MachTen doesn't really do mmap() and munmap().
34911              
34912              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
34913              From: Dominic Dunlop <domo@computer.org> 
34914              Date: Sat, 11 Nov 2000 18:20:32 +0100             
34915              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
34916      Branch: perl
34917            ! hints/machten.sh
34918 ____________________________________________________________________________
34919 [  7648] By: jhi                                   on 2000/11/11  18:36:46
34920         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
34921              From: rspier@pobox.com (Robert Spier)
34922              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
34923              Message-ID: <14861.32839.491271.985797@rls.cx>
34924      Branch: perl
34925            ! Porting/Contract pod/perltoot.pod
34926 ____________________________________________________________________________
34927 [  7647] By: jhi                                   on 2000/11/11  18:35:30
34928         Log: Simplify the getpagesize() unit by dropping the
34929              pagesize probe since it's nowadays slightly more
34930              complicated because of sysconf(). (Note: if some
34931              platform really needs the -lPW for getpagesize,
34932              I just broke it.)
34933              
34934              TODO: a new pagesize unit.
34935      Branch: metaconfig
34936            ! U/compline/d_getpagsz.U
34937 ____________________________________________________________________________
34938 [  7646] By: jhi                                   on 2000/11/11  18:33:23
34939         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
34940      Branch: perl
34941            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34942            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34943            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34944            ! vos/config.ga.h win32/config.bc win32/config.gc
34945            ! win32/config.vc
34946 ____________________________________________________________________________
34947 [  7645] By: jhi                                   on 2000/11/11  16:45:15
34948         Log: Use sysconf() or getpagesize() to find out the pagesize.
34949      Branch: perl
34950            ! perlio.c
34951 ____________________________________________________________________________
34952 [  7644] By: jhi                                   on 2000/11/11  15:46:08
34953         Log: Integrate perlio.
34954      Branch: perl
34955           !> perlio.c
34956 ____________________________________________________________________________
34957 [  7643] By: jhi                                   on 2000/11/11  15:33:36
34958         Log: Subject: Re: [PATCH] README.solaris
34959              From: Lupe Christoph <lupe@lupe-christoph.de>
34960              Date: Sat, 11 Nov 2000 14:08:10 +0100
34961              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
34962      Branch: perl
34963            ! README.solaris
34964 ____________________________________________________________________________
34965 [  7642] By: jhi                                   on 2000/11/11  15:22:12
34966         Log: Subject: [PATCH perl@7638] cygwin port
34967              From: "Eric Fifer" <egf7@columbia.edu>            
34968              Date: Fri, 10 Nov 2000 19:30:30 -0000
34969              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
34970      Branch: perl
34971            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
34972 ____________________________________________________________________________
34973 [  7641] By: nick                                  on 2000/11/11  14:50:36
34974         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
34975              Also call "Buf" layer directly when unread'ing non-read chars.
34976      Branch: perlio
34977            ! perlio.c
34978 ____________________________________________________________________________
34979 [  7640] By: jhi                                   on 2000/11/11  02:05:02
34980         Log: Add more encoding tables.
34981      Branch: perl
34982            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
34983            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
34984            + ext/Encode/Encode/iso8859-10.enc
34985            + ext/Encode/Encode/iso8859-13.enc
34986            + ext/Encode/Encode/iso8859-14.enc
34987            + ext/Encode/Encode/iso8859-15.enc
34988            ! MANIFEST
34989 ____________________________________________________________________________
34990 [  7639] By: jhi                                   on 2000/11/10  18:49:25
34991         Log: Subject: [PATCH] README.solaris
34992              From: Andy Dougherty <doughera@lafayette.edu>
34993              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
34994              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
34995      Branch: perl
34996            + README.solaris
34997            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
34998            ! pod/perl.pod pod/perltoc.pod
34999 ____________________________________________________________________________
35000 [  7638] By: jhi                                   on 2000/11/10  15:04:15
35001         Log: Update Changes.
35002      Branch: perl
35003            ! Changes patchlevel.h
35004 ____________________________________________________________________________
35005 [  7637] By: jhi                                   on 2000/11/10  14:14:28
35006         Log: Explain better why certain regex tests are skipped.
35007              
35008              Subject: Re: tests skipped: unknown reason
35009              From: Lupe Christoph <lupe@lupe-christoph.de>
35010              Date: Fri, 10 Nov 2000 09:08:56 +0100
35011              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
35012      Branch: perl
35013            ! t/op/regexp.t
35014 ____________________________________________________________________________
35015 [  7636] By: nick                                  on 2000/11/10  13:40:00
35016         Log: Integrate mainline.
35017      Branch: perlio
35018           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
35019           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
35020           !> win32/bin/search.pl
35021 ____________________________________________________________________________
35022 [  7635] By: nick                                  on 2000/11/10  13:25:52
35023         Log: Re-instate stdio large file support via perlio.
35024      Branch: perl
35025            ! perlio.c
35026 ____________________________________________________________________________
35027 [  7634] By: jhi                                   on 2000/11/10  04:49:55
35028         Log: Amdahl UTS hints updates.
35029              
35030              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
35031              From: hom00@utsglobal.com (Harold O Morris)
35032              Date: Thu, 9 Nov 2000 20:02 PST
35033              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
35034      Branch: perl
35035            ! hints/uts.sh
35036 ____________________________________________________________________________
35037 [  7633] By: jhi                                   on 2000/11/09  23:33:28
35038         Log: Subject: [PATCH] IO::Seekable pod
35039              From: Nicholas Clark <nick@talking.bollo.cx>
35040              Date: Thu, 9 Nov 2000 20:29:45 +0000
35041              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
35042      Branch: perl
35043            ! ext/IO/lib/IO/Handle.pm
35044 ____________________________________________________________________________
35045 [  7632] By: jhi                                   on 2000/11/09  21:55:41
35046         Log: Various doc oddball characters.
35047              
35048              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
35049              From: Michael Somos <somos@grail.cba.csuohio.edu>
35050              Date: Mon, 6 Nov 2000 17:44:20 -0500
35051              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
35052      Branch: perl
35053            ! emacs/cperl-mode.el lib/unicode/syllables.txt
35054            ! win32/bin/search.pl
35055 ____________________________________________________________________________
35056 [  7631] By: jhi                                   on 2000/11/09  21:12:29
35057         Log: Subject: Re: bash -c exit and linux hints 
35058              From: "John P. Linderman" <jpl@research.att.com>
35059              Date: Thu, 02 Nov 2000 09:37:25 -0500
35060              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
35061      Branch: perl
35062            ! hints/linux.sh
35063 ____________________________________________________________________________
35064 [  7630] By: nick                                  on 2000/11/09  20:34:11
35065         Log: Integrate mainline.
35066      Branch: perlio
35067           !> (integrate 91 files)
35068 ____________________________________________________________________________
35069 [  7629] By: jhi                                   on 2000/11/09  19:46:31
35070         Log: Missing dTHXs.
35071              
35072              Subject: RE: perl@7595 builds not on cygwin
35073              From: "Eric Fifer" <egf7@columbia.edu>
35074              Date: Thu, 9 Nov 2000 19:26:50 -0000
35075              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
35076      Branch: perl
35077            ! ext/Devel/Peek/Peek.xs
35078 ____________________________________________________________________________
35079 [  7628] By: jhi                                   on 2000/11/09  14:48:27
35080         Log: Disable only the tests 99 and 166 for UTF-8 locales.
35081      Branch: perl
35082            ! t/pragma/locale.t
35083 ____________________________________________________________________________
35084 [  7627] By: jhi                                   on 2000/11/09  14:40:27
35085         Log: There's no =head3.
35086      Branch: perl
35087            ! pod/perlhack.pod
35088 ____________________________________________________________________________
35089 [  7626] By: jhi                                   on 2000/11/09  13:54:26
35090         Log: The generated boot_* headers are wrong.  Pickier compiler,
35091              such as KAI C++ will refuse to compile the resulting perlmain.
35092              
35093              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
35094              From: Harri Pasanen <harri.pasanen@trema.com>
35095              Date: Thu, 09 Nov 2000 14:23:28 +0100
35096              Message-Id: <3A0AA550.26D548A3@trema.com>
35097      Branch: perl
35098            ! minimod.pl
35099 ____________________________________________________________________________
35100 [  7625] By: jhi                                   on 2000/11/09  13:50:44
35101         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
35102              From: Prymmer/Kahn <pvhp@best.com>
35103              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
35104              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
35105              
35106              All except the "cow orker" change.
35107      Branch: perl
35108            ! Porting/pumpkin.pod
35109 ____________________________________________________________________________
35110 [  7624] By: jhi                                   on 2000/11/09  13:45:33
35111         Log: Fix for
35112              
35113              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
35114              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35115              Date: Thu, 09 Nov 2000 11:05:52 +0100
35116              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
35117      Branch: perl
35118            ! pod/perldiag.pod t/pragma/warn/pp_sys
35119 ____________________________________________________________________________
35120 [  7623] By: jhi                                   on 2000/11/09  13:37:16
35121         Log: Typo in an ifndef.
35122              
35123              Subject: Re: [PATCH 5.7.0] better messages from malloc()
35124              From: Joe Smith <jms@inwap.com>         
35125              Date: Thu, 09 Nov 2000 01:33:14 -0800
35126              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
35127      Branch: perl
35128            ! malloc.c
35129 ____________________________________________________________________________
35130 [  7622] By: jhi                                   on 2000/11/09  13:31:18
35131         Log: Remove unused extra arguments.
35132      Branch: metaconfig/U/perl
35133            ! perlxv.U
35134      Branch: perl
35135            ! Configure config_h.SH
35136 ____________________________________________________________________________
35137 [  7621] By: jhi                                   on 2000/11/09  13:16:36
35138         Log: More VMS moves on environment handling, from Charles Lane.
35139      Branch: perl
35140            ! t/pragma/locale.t
35141 ____________________________________________________________________________
35142 [  7620] By: jhi                                   on 2000/11/09  04:42:38
35143         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
35144              From: David Dyck <dcd@tc.fluke.com>
35145              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
35146              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
35147      Branch: perl
35148            ! pp_sys.c
35149 ____________________________________________________________________________
35150 [  7619] By: jhi                                   on 2000/11/09  04:36:21
35151         Log: Forgot from #7618.
35152      Branch: perl
35153            ! lib/File/stat.pm
35154 ____________________________________________________________________________
35155 [  7618] By: jhi                                   on 2000/11/09  04:28:44
35156         Log: Make deleting for %ENV work for (newer versions of) VMS,
35157              from Craig A. Berry.
35158      Branch: perl
35159            ! vms/vms.c
35160 ____________________________________________________________________________
35161 [  7617] By: jhi                                   on 2000/11/09  04:25:05
35162         Log: Subject: [PATCH] Class::Struct at compile time
35163              From: "Casey R. Tweten" <crt@kiski.net>
35164              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
35165              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
35166      Branch: perl
35167            ! lib/Class/Struct.pm
35168 ____________________________________________________________________________
35169 [  7616] By: jhi                                   on 2000/11/09  04:15:17
35170         Log: Subject: [ID 20001108.013] spelling
35171              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
35172              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
35173              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
35174      Branch: perl
35175            ! lib/ftp.pl
35176 ____________________________________________________________________________
35177 [  7615] By: jhi                                   on 2000/11/09  04:12:42
35178         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
35179              From: Peter Prymmer <pvhp@forte.com>
35180              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
35181              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
35182      Branch: perl
35183            ! configure.com
35184 ____________________________________________________________________________
35185 [  7614] By: jhi                                   on 2000/11/08  22:42:55
35186         Log: A missing aTHX_.
35187      Branch: perl
35188            ! ext/IPC/SysV/SysV.xs
35189 ____________________________________________________________________________
35190 [  7613] By: jhi                                   on 2000/11/08  19:30:21
35191         Log: Update Changes.
35192      Branch: perl
35193            ! Changes patchlevel.h
35194 ____________________________________________________________________________
35195 [  7612] By: jhi                                   on 2000/11/08  18:35:25
35196         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
35197              From: David Dyck <dcd@tc.fluke.com>
35198              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
35199              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
35200      Branch: perl
35201            ! pp_sys.c
35202 ____________________________________________________________________________
35203 [  7611] By: jhi                                   on 2000/11/08  18:30:26
35204         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
35205              From: Dominic Dunlop <domo@computer.org>
35206              Date: Tue, 7 Nov 2000 12:05:25 +0100
35207              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
35208      Branch: perl
35209            ! malloc.c
35210 ____________________________________________________________________________
35211 [  7610] By: jhi                                   on 2000/11/08  18:25:14
35212         Log: Do not test UTF-8 locales since that the tests would require
35213              polymorphic regexen.
35214      Branch: perl
35215            ! t/pragma/locale.t
35216 ____________________________________________________________________________
35217 [  7609] By: jhi                                   on 2000/11/08  17:12:51
35218         Log: Locale buglets.
35219              
35220              Subject: RE: Locales support (setlocale) fixes
35221              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35222              Date: Wed, 8 Nov 2000 20:01:39 +0300
35223              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
35224      Branch: perl
35225            ! t/pragma/locale.t util.c
35226 ____________________________________________________________________________
35227 [  7608] By: jhi                                   on 2000/11/08  17:00:16
35228         Log: Deleting $ENV{PATH} in VMS is not recommendable.
35229      Branch: perl
35230            ! t/pragma/locale.t
35231 ____________________________________________________________________________
35232 [  7607] By: jhi                                   on 2000/11/08  16:58:26
35233         Log: Subject: PATCH std stdio for (Free)BSD
35234              From: Nicholas Clark <nick@ccl4.org>
35235              Date: Wed, 8 Nov 2000 15:36:29 +0000
35236              Message-ID: <20001108153629.D98736@plum.flirble.org>
35237      Branch: metaconfig
35238            ! U/compline/d_stdstdio.U
35239      Branch: perl
35240            ! Configure config_h.SH
35241 ____________________________________________________________________________
35242 [  7606] By: jhi                                   on 2000/11/08  16:43:31
35243         Log: Forgot to bump the line numbers in #7601.
35244      Branch: perl
35245            ! t/pragma/warn/pp_sys
35246 ____________________________________________________________________________
35247 [  7605] By: jhi                                   on 2000/11/08  16:39:12
35248         Log: More careful detection of how well NVs and UVs mix.
35249              
35250              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))
35251              From: Nicholas Clark <nick@ccl4.org>
35252              Date: Wed, 8 Nov 2000 15:14:12 +0000
35253              Message-ID: <20001108151412.B98736@plum.flirble.org>
35254              
35255              Added some SIGFPE paranoia.
35256      Branch: metaconfig/U/perl
35257            ! perlxv.U
35258      Branch: perl
35259            ! Configure config_h.SH
35260 ____________________________________________________________________________
35261 [  7604] By: jhi                                   on 2000/11/08  14:39:10
35262         Log: Subject: [patch perl@7595] VMS configure.com tweak
35263              From: "Craig A. Berry" <craigberry@mac.com>
35264              Date: Wed, 8 Nov 2000 00:24:12 -0600
35265              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
35266      Branch: perl
35267            ! configure.com
35268 ____________________________________________________________________________
35269 [  7603] By: jhi                                   on 2000/11/08  14:27:11
35270         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
35271              From: Robin Barker <rmb1@cise.npl.co.uk>
35272              Date: Wed, 8 Nov 2000 11:11:39 GMT
35273              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
35274      Branch: perl
35275            ! perlio.c
35276 ____________________________________________________________________________
35277 [  7602] By: jhi                                   on 2000/11/08  14:25:03
35278         Log: Fix for the tie-refhash string table leaks.
35279              
35280              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
35281              Date: Wed, 8 Nov 2000 13:03:04 GMT
35282              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
35283      Branch: perl
35284            ! t/lib/tie-refhash.t
35285 ____________________________________________________________________________
35286 [  7601] By: jhi                                   on 2000/11/08  14:21:08
35287         Log: Try to avoid flockless and emulationless places.
35288      Branch: perl
35289            ! t/pragma/warn/pp_sys
35290 ____________________________________________________________________________
35291 [  7600] By: jhi                                   on 2000/11/08  02:28:54
35292         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
35293              
35294              Subject: [PATCH] prototyped functions that should be overrideable
35295              From: "Casey R. Tweten" <crt@kiski.net>
35296              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
35297              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
35298      Branch: perl
35299            ! toke.c
35300 ____________________________________________________________________________
35301 [  7599] By: jhi                                   on 2000/11/08  01:12:05
35302         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
35303              
35304              Subject: [PATCH] perlbug.PL
35305              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35306              Date: Mon, 6 Nov 2000 21:39:01 -0500
35307              Message-ID: <20001106213901.B20955@O2.chapin.edu>
35308      Branch: perl
35309            ! utils/perlbug.PL
35310 ____________________________________________________________________________
35311 [  7598] By: jhi                                   on 2000/11/07  23:42:00
35312         Log: Bad thinko in #7581 (I used the test program with the expanded
35313              values as-is).
35314      Branch: metaconfig
35315            ! U/compline/d_stdstdio.U
35316      Branch: perl
35317            ! Configure
35318 ____________________________________________________________________________
35319 [  7597] By: jhi                                   on 2000/11/07  21:43:29
35320         Log: Subject: [PATCH perl@7573] cygwin port
35321              From: "Fifer, Eric" <EFifer@sanwaint.com>
35322              Date: Tue, 7 Nov 2000 18:08:51 -0000 
35323              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
35324              
35325              Synchronize with Cygwin 1.1.5.
35326      Branch: perl
35327            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
35328            ! pod/perlport.pod unixish.h util.c
35329 ____________________________________________________________________________
35330 [  7596] By: jhi                                   on 2000/11/07  21:39:25
35331         Log: perlhack updates from H.Merijn Brand.
35332      Branch: perl
35333            ! pod/perlhack.pod
35334 ____________________________________________________________________________
35335 [  7595] By: jhi                                   on 2000/11/07  20:21:41
35336         Log: Update Changes.
35337      Branch: perl
35338            ! Changes patchlevel.h
35339 ____________________________________________________________________________
35340 [  7594] By: jhi                                   on 2000/11/07  19:18:58
35341         Log: Be more robust in Dynaloader.pm.
35342      Branch: perl
35343            ! ext/DynaLoader/DynaLoader_pm.PL
35344 ____________________________________________________________________________
35345 [  7593] By: jhi                                   on 2000/11/07  16:49:31
35346         Log: AUTHORS update.
35347      Branch: perl
35348            ! AUTHORS
35349 ____________________________________________________________________________
35350 [  7592] By: gsar                                  on 2000/11/07  16:39:51
35351         Log: normalize relative paths in virtualized current directory on windows,
35352              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
35353              returns)
35354      Branch: perl
35355            ! win32/vdir.h
35356 ____________________________________________________________________________
35357 [  7591] By: jhi                                   on 2000/11/07  16:04:26
35358         Log: Too profiler-happy: with optimization the #7590 actually makes
35359              the test to run 0.5% _slower_.  Requires much more instrumentation.
35360              Retract #7590.
35361      Branch: perl
35362            ! regcomp.c regcomp.h
35363 ____________________________________________________________________________
35364 [  7590] By: jhi                                   on 2000/11/07  15:51:13
35365         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
35366              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
35367              by using memset() and testing bytewise (as opposed to bitwise).
35368      Branch: perl
35369            ! regcomp.c regcomp.h
35370 ____________________________________________________________________________
35371 [  7589] By: jhi                                   on 2000/11/07  12:56:39
35372         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
35373              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35374              Date: Mon, 06 Nov 2000 23:45:30 -0500
35375              Message-Id: <0011079735.AA973576259@univpress.com>
35376      Branch: perl
35377            ! configure.com t/lib/st-lock.t
35378 ____________________________________________________________________________
35379 [  7588] By: jhi                                   on 2000/11/07  01:03:28
35380         Log: Tweak #7587.
35381      Branch: perl
35382            ! pod/perldiag.pod
35383 ____________________________________________________________________________
35384 [  7587] By: jhi                                   on 2000/11/07  01:00:27
35385         Log: A doc addition for bug id 20001105.019, beware \p.
35386      Branch: perl
35387            ! pod/perldiag.pod
35388 ____________________________________________________________________________
35389 [  7586] By: jhi                                   on 2000/11/07  00:32:22
35390         Log: Fake support of holey files in win/dosish platforms.
35391              
35392              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
35393              From: kipp@shonanblue.ne.jp
35394              Date: Mon, 6 Nov 2000 13:30:55 -0800
35395              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
35396      Branch: perl
35397            ! ext/SDBM_File/sdbm/sdbm.c
35398 ____________________________________________________________________________
35399 [  7585] By: jhi                                   on 2000/11/07  00:12:54
35400         Log: Subject: Pod updates
35401              From: "Stephen P. Potter" <spp@spotter.yi.org>
35402              Date: Mon, 06 Nov 2000 18:56:43 -0500
35403              Message-Id: <200011062357.SAA18173@spotter.yi.org>
35404      Branch: perl
35405            ! README.dos README.os2 README.win32 pod/buildtoc.PL
35406            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35407            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
35408            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
35409            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
35410            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
35411            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
35412            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
35413            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
35414            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
35415            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
35416            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
35417            ! pod/perltootc.pod pod/perlunicode.pod
35418 ____________________________________________________________________________
35419 [  7584] By: jhi                                   on 2000/11/07  00:04:17
35420         Log: Varargs don't always work too well if one puts an unsigned
35421              char on the stack and pop an unsigned quad off the stack.
35422              
35423              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
35424              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
35425              Date: Mon, 06 Nov 2000 15:19:05 -0800
35426              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
35427      Branch: perl
35428            ! utf8.c
35429 ____________________________________________________________________________
35430 [  7583] By: jhi                                   on 2000/11/06  23:58:48
35431         Log: %ENV note tweaks from Dan Sugalski.
35432      Branch: perl
35433            ! pod/perlport.pod vms/perlvms.pod
35434 ____________________________________________________________________________
35435 [  7582] By: jhi                                   on 2000/11/06  23:05:49
35436         Log: glibc5 detection by __GNU_LIBRARY__.
35437      Branch: perl
35438            ! toke.c
35439 ____________________________________________________________________________
35440 [  7581] By: jhi                                   on 2000/11/06  22:51:29
35441         Log: Make the stdio test program of 7427 less noisy while being 
35442              compiled so that Digital UNIX wouldn't get both
35443              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
35444              undefined.  This makes perlio happy.
35445      Branch: metaconfig
35446            ! U/compline/d_stdstdio.U
35447      Branch: perl
35448            ! Configure config_h.SH
35449 ____________________________________________________________________________
35450 [  7580] By: jhi                                   on 2000/11/06  22:41:41
35451         Log: Document %ENV = () portability issues.
35452      Branch: perl
35453            ! pod/perlport.pod vms/perlvms.pod
35454 ____________________________________________________________________________
35455 [  7579] By: jhi                                   on 2000/11/06  21:29:24
35456         Log: VOS updates from Paul Green.
35457      Branch: perl
35458            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35459 ____________________________________________________________________________
35460 [  7578] By: jhi                                   on 2000/11/06  21:00:40
35461         Log: Sanitize the environment further.
35462      Branch: perl
35463            ! t/pragma/locale.t
35464 ____________________________________________________________________________
35465 [  7577] By: jhi                                   on 2000/11/06  20:53:51
35466         Log: Re-introduce 7552 lost in integration.
35467      Branch: perl
35468            ! perlio.c
35469 ____________________________________________________________________________
35470 [  7576] By: jhi                                   on 2000/11/06  20:33:46
35471         Log: Admit that the test leaks scalars.
35472      Branch: perl
35473            ! t/comp/proto.t
35474 ____________________________________________________________________________
35475 [  7575] By: jhi                                   on 2000/11/06  20:17:08
35476         Log: Integrate perlio.
35477      Branch: perl
35478           !> perlio.c
35479 ____________________________________________________________________________
35480 [  7574] By: nick                                  on 2000/11/06  20:07:28
35481         Log: Remove debug. Try (Mmap_t) on madvise() call.
35482      Branch: perlio
35483            ! perlio.c
35484 ____________________________________________________________________________
35485 [  7573] By: jhi                                   on 2000/11/06  13:56:05
35486         Log: Update Changes.
35487      Branch: perl
35488            ! Changes patchlevel.h
35489 ____________________________________________________________________________
35490 [  7572] By: jhi                                   on 2000/11/06  13:48:41
35491         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
35492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35493              Date: Mon, 06 Nov 2000 10:11:42 +0100
35494              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
35495      Branch: perl
35496            ! pod/perlhack.pod
35497 ____________________________________________________________________________
35498 [  7571] By: jhi                                   on 2000/11/06  01:45:51
35499         Log: AUTHORS updates.
35500      Branch: perl
35501            ! AUTHORS
35502 ____________________________________________________________________________
35503 [  7570] By: jhi                                   on 2000/11/06  00:18:00
35504         Log: Fix for
35505              
35506              Subject: [ID 20000728.005] perl -P broken
35507              From: David Dyck <dcd@tc.fluke.com>
35508              Date: Fri, 28 Jul 2000 17:19:16 -0700
35509              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
35510              
35511              (hopefully).  The fix is also not complete, it seems to break
35512              BOM swallowing for libc5 systems, but until someone figures
35513              out a way to do this without ftell(), this will do.
35514      Branch: perl
35515            ! toke.c
35516 ____________________________________________________________________________
35517 [  7569] By: jhi                                   on 2000/11/06  00:05:30
35518         Log: Document that the evaled syntax errors cause scalar leaks.
35519      Branch: perl
35520            ! t/comp/proto.t
35521 ____________________________________________________________________________
35522 [  7568] By: jhi                                   on 2000/11/05  23:14:47
35523         Log: opmini.o can linger from Configures past.
35524      Branch: perl
35525            ! Makefile.SH
35526 ____________________________________________________________________________
35527 [  7567] By: jhi                                   on 2000/11/05  21:28:39
35528         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
35529              first argument correctly.
35530      Branch: perl
35531            ! perlio.c
35532 ____________________________________________________________________________
35533 [  7566] By: jhi                                   on 2000/11/05  21:15:56
35534         Log: Integrate perlio.
35535      Branch: perl
35536           !> perlio.c
35537 ____________________________________________________________________________
35538 [  7565] By: jhi                                   on 2000/11/05  21:15:13
35539         Log: Use -dM for gcc (the suggested patch did it only for Linux,
35540              but I think it can be generalized).
35541              
35542              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
35543              From: Pixel <pixel@mandrakesoft.com>
35544              Date: 05 Nov 2000 21:49:34 +0100 
35545              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
35546      Branch: perl
35547            ! ext/Errno/Errno_pm.PL
35548 ____________________________________________________________________________
35549 [  7564] By: nick                                  on 2000/11/05  21:09:18
35550         Log: Added a mmap layer as a "subclass" of perlio.
35551              PERLIO=mmap ./perl harness passes
35552      Branch: perlio
35553            ! perlio.c
35554 ____________________________________________________________________________
35555 [  7563] By: jhi                                   on 2000/11/05  19:48:55
35556         Log: Add a note for future generations about bug id 20000229.006.
35557      Branch: perl
35558            ! malloc.c
35559 ____________________________________________________________________________
35560 [  7562] By: jhi                                   on 2000/11/05  19:38:24
35561         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
35562      Branch: perl
35563            ! pp_ctl.c t/op/pos.t
35564 ____________________________________________________________________________
35565 [  7561] By: jhi                                   on 2000/11/05  18:21:46
35566         Log: Add =pod to be tidy.
35567      Branch: perl
35568            ! lib/Math/Complex.pm
35569 ____________________________________________________________________________
35570 [  7560] By: jhi                                   on 2000/11/05  17:38:46
35571         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
35572      Branch: perl
35573            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35574            ! ext/Storable/Storable.xs t/lib/st-recurse.t
35575 ____________________________________________________________________________
35576 [  7559] By: jhi                                   on 2000/11/05  17:32:59
35577         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
35578              From: "Peter J. Farley III" <pjfarley@banet.net>
35579              Date: Sun, 05 Nov 2000 11:55:59 -0500
35580              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
35581      Branch: perl
35582            ! t/lib/syslog.t
35583 ____________________________________________________________________________
35584 [  7558] By: jhi                                   on 2000/11/05  17:29:19
35585         Log: Integrate perlio.
35586      Branch: perl
35587           !> perlio.c
35588 ____________________________________________________________________________
35589 [  7557] By: jhi                                   on 2000/11/05  17:22:01
35590         Log: A fix of sorts for 20000329.026, a better error message
35591              for a missing "use charnames" when using the \N{...}. 
35592      Branch: perl
35593            ! pod/perldiag.pod toke.c
35594 ____________________________________________________________________________
35595 [  7556] By: jhi                                   on 2000/11/05  16:33:50
35596         Log: Test tweak: show also the failed locales.
35597              
35598              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
35599              From: Lupe Christoph <lupe@lupe-christoph.de>         
35600              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
35601              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
35602      Branch: perl
35603            ! t/pragma/locale.t
35604 ____________________________________________________________________________
35605 [  7555] By: nick                                  on 2000/11/05  11:09:34
35606         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
35607              open RDWR so does not fail. (pragma/warnings 303 again...)
35608      Branch: perlio
35609            ! perlio.c
35610 ____________________________________________________________________________
35611 [  7554] By: nick                                  on 2000/11/05  10:10:13
35612         Log: Fix case where ungetc(f,EOF) was allowed.
35613              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
35614              so we can see similarities.
35615              Use types more carefully and a STDCHAR array in hope that this will
35616              fix Jarrko's 64bit machine.
35617      Branch: perlio
35618            ! perlio.c
35619 ____________________________________________________________________________
35620 [  7553] By: jhi                                   on 2000/11/05  01:12:16
35621         Log: Fix for
35622              
35623              Subject: [ID 20001004.007] taint propogation is inconsistent
35624              From: pimlott@idiomtech.com (Andrew Pimlott) 
35625              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
35626              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
35627              
35628              The culprit was sv_setsv() which was rather blindly
35629              propagating taint, which lead to behaviour where if
35630              a tainted anon hash value was seen all the hash values
35631              from then on at that level became tainted, or at any
35632              upper levels in the case of nested anon hashes.
35633      Branch: perl
35634            ! sv.c t/op/taint.t
35635 ____________________________________________________________________________
35636 [  7552] By: jhi                                   on 2000/11/04  23:44:18
35637         Log: Some cpps don't like splitting conditionals across several lines.
35638      Branch: perl
35639            ! perlio.c
35640 ____________________________________________________________________________
35641 [  7551] By: nick                                  on 2000/11/04  23:40:44
35642         Log: Integrate mainline
35643      Branch: perlio
35644           !> pp_hot.c t/op/taint.t
35645 ____________________________________________________________________________
35646 [  7550] By: nick                                  on 2000/11/04  23:39:05
35647         Log: Integrate mainline again
35648      Branch: perlio
35649           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
35650           !> t/lib/b.t t/op/misc.t util.c
35651 ____________________________________________________________________________
35652 [  7549] By: jhi                                   on 2000/11/04  23:14:01
35653         Log: Fix for
35654              
35655              Subject: [ID 20001004.006] undef is never tainted
35656              From: pimlott@idiomtech.com (Andrew Pimlott)
35657              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
35658              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
35659              
35660              An undef read from a slurped file was not tainted.
35661      Branch: perl
35662            ! pp_hot.c t/op/taint.t
35663 ____________________________________________________________________________
35664 [  7548] By: jhi                                   on 2000/11/04  22:56:21
35665         Log: Test tweak ($Config{useperlio} is by default undef) .
35666      Branch: perl
35667            ! t/lib/b.t
35668 ____________________________________________________________________________
35669 [  7547] By: jhi                                   on 2000/11/04  22:43:56
35670         Log: Integrate perlio.
35671      Branch: perl
35672           +> lib/perlio.pm
35673           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
35674           !> pod/perlapi.pod t/lib/b.t
35675 ____________________________________________________________________________
35676 [  7546] By: jhi                                   on 2000/11/04  22:40:59
35677         Log: Configure would use a bad $myuname from an old config.sh.
35678              
35679              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
35680              From: Andy Dougherty <doughera@lafayette.edu>
35681              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
35682              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
35683      Branch: metaconfig
35684            ! U/modified/Oldconfig.U
35685      Branch: perl
35686            ! Configure config_h.SH
35687 ____________________________________________________________________________
35688 [  7545] By: jhi                                   on 2000/11/04  22:36:54
35689         Log: Subject: Locales support (setlocale) fixes
35690              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35691              Date: Sat, 4 Nov 2000 10:15:48 +0300 
35692              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
35693              
35694              Modified quite a bit to be more portable.
35695      Branch: perl
35696            ! embed.h embed.pl perl.h proto.h util.c
35697 ____________________________________________________________________________
35698 [  7544] By: jhi                                   on 2000/11/04  22:32:47
35699         Log: Dying is too strict here, better just skip.
35700      Branch: perl
35701            ! t/op/misc.t
35702 ____________________________________________________________________________
35703 [  7543] By: nick                                  on 2000/11/04  21:55:13
35704         Log: Merge mainline
35705      Branch: perlio
35706           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
35707           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
35708           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
35709           !> (integrate 64 files)
35710 ____________________________________________________________________________
35711 [  7542] By: jhi                                   on 2000/11/04  21:09:28
35712         Log: More Changes tweakery.
35713      Branch: perl
35714            ! Changes Porting/genlog
35715 ____________________________________________________________________________
35716 [  7541] By: jhi                                   on 2000/11/04  20:58:18
35717         Log: Changes fixups.
35718      Branch: perl
35719            ! Changes
35720 ____________________________________________________________________________
35721 [  7540] By: jhi                                   on 2000/11/04  20:42:38
35722         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
35723              create a "fast path" for locale name probing using "locale -a"
35724              if available, squash finally hopefully the s?printf resetting
35725              the numeric locale (since, IIUC perllocale, it never shouldn't). 
35726      Branch: perl
35727            ! sv.c t/op/misc.t t/pragma/locale.t
35728 ____________________________________________________________________________
35729 [  7539] By: nick                                  on 2000/11/04  19:56:10
35730         Log: PerlIO infrastructure complete.
35731      Branch: perlio
35732            + lib/perlio.pm
35733            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
35734 ____________________________________________________________________________
35735 [  7538] By: nick                                  on 2000/11/04  14:31:32
35736         Log: Type tweaks + less contorted allocation scheme
35737      Branch: perlio
35738            ! perlio.c
35739 ____________________________________________________________________________
35740 [  7537] By: nick                                  on 2000/11/04  12:40:42
35741         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
35742              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
35743              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
35744              sensible) which lead to some interesting fails.
35745      Branch: perlio
35746            ! perlio.c
35747 ____________________________________________________________________________
35748 [  7536] By: jhi                                   on 2000/11/04  00:20:02
35749         Log: Add FCNTL_CAN_LOCK.
35750              
35751              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35752              From: Andy Dougherty <doughera@lafayette.edu>
35753              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
35754              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
35755              
35756              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
35757              From: Andy Dougherty <doughera@lafayette.edu>
35758              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
35759              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
35760      Branch: metaconfig/U/perl
35761            + d_fcntl_can_lock.U
35762            ! startperl.U
35763      Branch: perl
35764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35765            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
35766            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35767            ! vos/config.ga.h win32/config.bc win32/config.gc
35768            ! win32/config.vc
35769 ____________________________________________________________________________
35770 [  7535] By: nick                                  on 2000/11/03  22:19:10
35771         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
35772              - Works on Linux with
35773              perlio + unix
35774              stdio
35775              - Works on Solaris with
35776              perlio + unix
35777              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
35778              - Fails (hangs in openpid) if you try and stack
35779              perlio + stdio - Linux stdio's read() logic is hanging.
35780      Branch: perlio
35781            ! iperlsys.h perlio.c
35782 ____________________________________________________________________________
35783 [  7534] By: jhi                                   on 2000/11/03  15:16:02
35784         Log: Subject: Re: README.aix
35785              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35786              Date: Fri, 03 Nov 2000 16:03:15 +0100
35787              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
35788      Branch: perl
35789            ! README.aix
35790 ____________________________________________________________________________
35791 [  7533] By: jhi                                   on 2000/11/03  03:59:02
35792         Log: Subject: [PATCH 5.7.0] better messages from malloc()
35793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35794              Date: Wed, 1 Nov 2000 23:39:56 -0500
35795              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
35796      Branch: perl
35797            ! malloc.c pod/perldiag.pod
35798 ____________________________________________________________________________
35799 [  7532] By: jhi                                   on 2000/11/03  00:11:56
35800         Log: The #7521 touched things it shouldn't have.
35801      Branch: perl
35802            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
35803 ____________________________________________________________________________
35804 [  7531] By: jhi                                   on 2000/11/02  22:32:33
35805         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
35806              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35807              Date:     Thu, 2 Nov 2000 16:58:36 EST
35808              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
35809      Branch: perl
35810            ! vms/gen_shrfls.pl
35811 ____________________________________________________________________________
35812 [  7530] By: jhi                                   on 2000/11/02  22:08:49
35813         Log: Fix the problem discussed in
35814              
35815              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
35816              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
35817              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
35818              
35819              originally from Linc Madison.  Also Andreas König's comments
35820              taken into account.  Some other problems with Tie::SubstrHash
35821              fixed: didn't croak when the table exceeded the requested number
35822              of entries (as documented) but instead when the number of entries
35823              exceeded the size of the table, a croak() had an unnecessary \n,
35824              didn't have a CLEAR method, documented that there is no exists().
35825              Didn't fix to be strict-proof because the module uses &foo; and
35826              dynamic scope.  Added a test script exercizing both first tamely 
35827              the basic functionality, and then the failure cases reported by
35828              Linc Madison.
35829      Branch: perl
35830            + t/lib/tie-substrhash.t
35831            ! MANIFEST lib/Tie/SubstrHash.pm
35832 ____________________________________________________________________________
35833 [  7529] By: jhi                                   on 2000/11/02  17:58:08
35834         Log: recv() can fail and return undef.
35835              
35836              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
35837              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
35838              Date: Thu, 2 Nov 2000 20:12:20 +0300
35839              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
35840      Branch: perl
35841            ! lib/Net/Ping.pm
35842 ____________________________________________________________________________
35843 [  7528] By: jhi                                   on 2000/11/02  17:49:09
35844         Log: Detpyo.
35845      Branch: perl
35846            ! pod/perlop.pod
35847 ____________________________________________________________________________
35848 [  7527] By: jhi                                   on 2000/11/02  15:48:37
35849         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
35850              fix a autovivification bug in Tie::RefHash, add tests for both.
35851              
35852              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
35853              From: Edward Avis <epa98@doc.ic.ac.uk>
35854              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
35855              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
35856      Branch: perl
35857            + t/lib/tie-refhash.t
35858            ! MANIFEST lib/Tie/RefHash.pm
35859 ____________________________________________________________________________
35860 [  7526] By: jhi                                   on 2000/11/02  13:56:26
35861         Log: Test::Harness revealed buglets in the new DynaLoader.
35862              
35863              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
35864              From: andreas.koenig@anima.de (Andreas J. Koenig)
35865              Date: 02 Nov 2000 11:26:48 +0100 
35866              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
35867      Branch: perl
35868            ! ext/DynaLoader/DynaLoader_pm.PL
35869 ____________________________________________________________________________
35870 [  7525] By: jhi                                   on 2000/11/01  23:52:08
35871         Log: The entry for #7503 was missing.
35872      Branch: perl
35873            ! Changes
35874 ____________________________________________________________________________
35875 [  7524] By: jhi                                   on 2000/11/01  23:40:52
35876         Log: Update Changes.
35877      Branch: perl
35878            ! Changes patchlevel.h
35879 ____________________________________________________________________________
35880 [  7523] By: jhi                                   on 2000/11/01  22:57:09
35881         Log: More tweaking on the #7522 theme.
35882      Branch: perl
35883            ! ext/DynaLoader/DynaLoader_pm.PL
35884 ____________________________________________________________________________
35885 [  7522] By: jhi                                   on 2000/11/01  22:06:15
35886         Log: Expand %Config variables and %ENV variables only if
35887              so requested during build time using the
35888              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
35889              Not expanding makes relocating distributions easier.
35890      Branch: perl
35891            ! ext/DynaLoader/DynaLoader_pm.PL
35892 ____________________________________________________________________________
35893 [  7521] By: jhi                                   on 2000/11/01  20:56:34
35894         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
35895              and setgid() because they were just changing $< and $( which means
35896              only changing the real uid/gid, as opposed to changing both
35897              real and effective ids.  (The alternative way could have been
35898              in POSIX.pm to change $> and $), too, but making a direct call
35899              to the C API feels cleaner.)  Fixes the bug
35900              
35901              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
35902              From: "Garry T. Williams" <garry@zvolve.com>
35903              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
35904              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
35905      Branch: perl
35906            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35907            ! ext/POSIX/typemap pod/perlvar.pod
35908 ____________________________________________________________________________
35909 [  7520] By: jhi                                   on 2000/11/01  20:08:33
35910         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
35911              From: "Garry T. Williams" <garry@zvolve.com>
35912              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
35913              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
35914      Branch: perl
35915            ! pod/perlsec.pod
35916 ____________________________________________________________________________
35917 [  7519] By: jhi                                   on 2000/11/01  20:01:22
35918         Log: Locale warning explanation tweak.
35919      Branch: perl
35920            ! pod/perldiag.pod
35921 ____________________________________________________________________________
35922 [  7518] By: jhi                                   on 2000/11/01  18:57:13
35923         Log: C.pm part of
35924              
35925              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
35926              From: Jarkko Hietaniemi <jhi@iki.fi>
35927              Date: Tue, 10 Oct 2000 08:22:28 -0500
35928              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
35929      Branch: perl
35930            ! ext/B/B/C.pm
35931 ____________________________________________________________________________
35932 [  7517] By: jhi                                   on 2000/11/01  18:41:59
35933         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
35934              From: Martien Verbruggen <mgjv@comdyn.com.au>
35935              Date: Fri, 6 Oct 2000 14:09:10 +1100
35936              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
35937      Branch: perl
35938            ! pod/perlop.pod
35939 ____________________________________________________________________________
35940 [  7516] By: jhi                                   on 2000/11/01  18:34:55
35941         Log: Generalize the Camel wording.
35942              
35943              Subject: Re: perlfaq style changes
35944              From: John Borwick <jhborwic@unity.ncsu.edu>
35945              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
35946              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
35947      Branch: perl
35948            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
35949 ____________________________________________________________________________
35950 [  7515] By: jhi                                   on 2000/11/01  16:52:31
35951         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
35952              From: pimlott@idiomtech.com (Andrew Pimlott)
35953              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
35954              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
35955      Branch: perl
35956            ! pod/perlsec.pod
35957 ____________________________________________________________________________
35958 [  7514] By: jhi                                   on 2000/11/01  15:03:40
35959         Log: More AIX lore.
35960      Branch: perl
35961            ! ext/re/hints/aix.pl
35962 ____________________________________________________________________________
35963 [  7513] By: jhi                                   on 2000/11/01  14:48:30
35964         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
35965              From: root <root@chronos.fi.muni.cz>
35966              Date: Wed, 1 Nov 2000 12:31:32 +0100
35967              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
35968      Branch: perl
35969            ! lib/Net/Ping.pm
35970 ____________________________________________________________________________
35971 [  7512] By: jhi                                   on 2000/11/01  14:46:47
35972         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
35973              From: Martin Husemann <martin@duskware.de>
35974              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
35975              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
35976      Branch: perl
35977            ! regcomp.c
35978 ____________________________________________________________________________
35979 [  7511] By: jhi                                   on 2000/11/01  14:39:50
35980         Log: AUTHORS updates.
35981      Branch: perl
35982            ! AUTHORS
35983 ____________________________________________________________________________
35984 [  7510] By: jhi                                   on 2000/11/01  14:29:50
35985         Log: Subject: [PATCH] startperl to respect versiononly
35986              From: Robin Barker <rmb1@cise.npl.co.uk> 
35987              Date: Tue, 31 Oct 2000 16:29:36 GMT
35988              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
35989      Branch: metaconfig/U/perl
35990            ! startperl.U
35991      Branch: perl
35992            ! Configure config_h.SH
35993 ____________________________________________________________________________
35994 [  7509] By: jhi                                   on 2000/11/01  14:19:53
35995         Log: printf UVs the correct way, noticed by Robin Barker.
35996      Branch: perl
35997            ! utf8.c
35998 ____________________________________________________________________________
35999 [  7508] By: jhi                                   on 2000/11/01  14:10:03
36000         Log: Do not cleanup *% because the % has special meanings in some
36001              shell environments.
36002      Branch: perl
36003            ! ext/Storable/Makefile.PL
36004 ____________________________________________________________________________
36005 [  7507] By: jhi                                   on 2000/11/01  14:06:00
36006         Log: The NonStop-UX libraries have a novel way to say NaN.
36007      Branch: perl
36008            ! t/lib/bigfltpm.t
36009 ____________________________________________________________________________
36010 [  7506] By: jhi                                   on 2000/11/01  14:03:35
36011         Log: The osname has been lowercased by now, from Tom Bates.
36012      Branch: metaconfig
36013            ! U/modified/Oldconfig.U
36014      Branch: perl
36015            ! Configure config_h.SH
36016 ____________________________________________________________________________
36017 [  7505] By: jhi                                   on 2000/10/31  19:18:39
36018         Log: The compiler is either gcc or cc, from Tom Bates.
36019      Branch: perl
36020            ! hints/nonstopux.sh
36021 ____________________________________________________________________________
36022 [  7504] By: jhi                                   on 2000/10/31  14:53:42
36023         Log: Update Changes.
36024      Branch: perl
36025            ! Changes patchlevel.h
36026 ____________________________________________________________________________
36027 [  7503] By: jhi                                   on 2000/10/31  14:30:50
36028         Log: Whitespace style tweak.  Was originally going to see to
36029              
36030              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36031              From: Joe Smith <jms@inwap.com>
36032              Date: Mon, 30 Oct 2000 18:47:57 -0800
36033              Message-Id: <39FE32DD.24AAC4D@inwap.com>
36034              
36035              but that had already been taken care of.
36036      Branch: metaconfig
36037            ! U/compline/d_stdstdio.U
36038      Branch: perl
36039            ! Configure config_h.SH
36040 ____________________________________________________________________________
36041 [  7502] By: jhi                                   on 2000/10/31  14:25:02
36042         Log: AUTHORS tweaks.
36043      Branch: perl
36044            ! AUTHORS
36045 ____________________________________________________________________________
36046 [  7501] By: jhi                                   on 2000/10/31  14:23:59
36047         Log: Subject: perlfaq style changes
36048              From: John Borwick <jhborwic@unity.ncsu.edu>
36049              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
36050              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
36051      Branch: perl
36052            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
36053            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
36054            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36055            ! pod/perlfaq9.pod
36056 ____________________________________________________________________________
36057 [  7500] By: jhi                                   on 2000/10/31  14:22:15
36058         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
36059              
36060              Subject: Re: [ID 20000918.005] ~ on wide chars
36061              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36062              Date: Mon, 30 Oct 2000 21:09:55 -0800
36063              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
36064              
36065              (The ord() part of the patch skipped.)
36066      Branch: perl
36067            ! doop.c
36068 ____________________________________________________________________________
36069 [  7499] By: jhi                                   on 2000/10/31  14:20:08
36070         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
36071              From: Jens Hamisch <jens@Strawberry.COM>
36072              Date: Mon, 30 Oct 2000 15:17:07 +0100
36073              Message-Id: <20001030151707.A9597@Strawberry.COM>
36074      Branch: perl
36075            ! av.c
36076 ____________________________________________________________________________
36077 [  7498] By: jhi                                   on 2000/10/31  14:16:29
36078         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
36079              From: Peter Prymmer <pvhp@forte.com>
36080              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
36081              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
36082      Branch: perl
36083            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
36084            + ext/Encode/Encode/posix-bc.enc
36085            ! MANIFEST t/lib/encode.t
36086 ____________________________________________________________________________
36087 [  7497] By: jhi                                   on 2000/10/31  14:13:22
36088         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
36089              From: Peter Prymmer <pvhp@forte.com>
36090              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
36091              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
36092      Branch: perl
36093            ! t/lib/cgi-html.t
36094 ____________________________________________________________________________
36095 [  7496] By: jhi                                   on 2000/10/31  14:12:05
36096         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
36097              From: Peter Prymmer <pvhp@forte.com>
36098              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
36099              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
36100      Branch: perl
36101            ! t/lib/cgi-function.t
36102 ____________________________________________________________________________
36103 [  7495] By: jhi                                   on 2000/10/31  14:11:08
36104         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
36105              From: Peter Prymmer <pvhp@forte.com>
36106              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
36107              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
36108      Branch: perl
36109            + ext/re/hints/aix.pl
36110            ! MANIFEST ext/re/Makefile.PL
36111 ____________________________________________________________________________
36112 [  7494] By: jhi                                   on 2000/10/31  14:08:32
36113         Log: Use Errno magic.
36114              
36115              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
36116              From: Casey Tweten <perl@ctweten.amsite.com>
36117              Date: Mon, 30 Oct 2000 15:51:17 -0500
36118              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
36119      Branch: perl
36120            ! lib/File/Temp.pm
36121 ____________________________________________________________________________
36122 [  7493] By: jhi                                   on 2000/10/31  14:05:07
36123         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
36124              
36125              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
36126              From: Nicholas Clark <nick@ccl4.org>
36127              Date: Mon, 30 Oct 2000 17:38:45 +0000
36128              Message-ID: <20001030173845.O60355@plum.flirble.org>
36129      Branch: perl
36130            ! Makefile.SH utils/perlbug.PL
36131 ____________________________________________________________________________
36132 [  7492] By: nick                                  on 2000/10/30  19:37:23
36133         Log: Change files which are mysteriously different to mainline to be
36134              copies of mainline.
36135      Branch: perlio
36136            ! objXSUB.h perlapi.c pod/perlapi.pod
36137 ____________________________________________________________________________
36138 [  7491] By: nick                                  on 2000/10/30  18:05:54
36139         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
36140              - typo in endian code in putc.
36141              - Don't allow read of write-only files and vice-versa
36142              - and off-by-one in flush-all loop.
36143              Remove debug calls as they were using GCC specific features.
36144      Branch: perlio
36145            ! perlio.c
36146 ____________________________________________________________________________
36147 [  7490] By: nick                                  on 2000/10/29  21:45:45
36148         Log: Integrate mainline to perlio
36149      Branch: perlio
36150           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
36151           !> toke.c
36152 ____________________________________________________________________________
36153 [  7489] By: jhi                                   on 2000/10/29  21:11:08
36154         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
36155              From: andreas.koenig@anima.de (Andreas J. Koenig)
36156              Date: 29 Oct 2000 22:05:59 +0100
36157              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
36158      Branch: perl
36159            ! lib/ExtUtils/Manifest.pm
36160 ____________________________________________________________________________
36161 [  7488] By: jhi                                   on 2000/10/29  21:07:47
36162         Log: Tests for #7487.
36163              
36164              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36165              From: andreas.koenig@anima.de (Andreas J. Koenig)
36166              Date: 29 Oct 2000 19:37:09 +0100
36167              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
36168      Branch: perl
36169            ! t/comp/proto.t
36170 ____________________________________________________________________________
36171 [  7487] By: jhi                                   on 2000/10/29  21:06:27
36172         Log: constsub spillage.
36173              
36174              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
36175              From: John Tobey <jtobey@john-edwin-tobey.org>
36176              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
36177              Message-Id: <m13pvSr-000FObC@feynman.localnet>
36178      Branch: perl
36179            ! op.c
36180 ____________________________________________________________________________
36181 [  7486] By: nick                                  on 2000/10/29  21:05:04
36182         Log: Integrate mainline to perlio branch
36183      Branch: perlio
36184           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
36185           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
36186           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
36187           +> vos/install_perl.cm
36188            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
36189            - vos/config.h vos/config_h.SH_orig
36190           !> (integrate 141 files)
36191 ____________________________________________________________________________
36192 [  7485] By: jhi                                   on 2000/10/29  21:00:47
36193         Log: Make \x{...} consistently produce UTF-8.
36194              
36195              Subject: Re: \x{...} is confused 
36196              From: Simon Cozens <simon@cozens.net>
36197              Date: Sun, 29 Oct 2000 19:36:48 +0000
36198              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
36199      Branch: perl
36200            ! t/pragma/utf8.t toke.c
36201 ____________________________________________________________________________
36202 [  7484] By: nick                                  on 2000/10/29  20:05:29
36203         Log: PerlIO passes all tests.
36204      Branch: perlio
36205            ! perlio.c
36206 ____________________________________________________________________________
36207 [  7483] By: jhi                                   on 2000/10/29  18:06:55
36208         Log: Update Changes.
36209      Branch: perl
36210            ! Changes patchlevel.h
36211 ____________________________________________________________________________
36212 [  7482] By: nick                                  on 2000/10/29  17:43:28
36213         Log: Include <unistd.h> to get correct lseek() prototype etc.
36214              (I thought perl.h did that) - down to two fails
36215              - comp/require.t (last test)
36216              - lib/io_xs.t - possibly import/export of FILE * ?
36217      Branch: perlio
36218            ! perlio.c
36219 ____________________________________________________________________________
36220 [  7481] By: jhi                                   on 2000/10/29  17:02:37
36221         Log: UTF-8 decoder tweak.
36222      Branch: perl
36223            ! utf8.c
36224 ____________________________________________________________________________
36225 [  7480] By: nick                                  on 2000/10/29  16:26:11
36226         Log: Fixed two bugs:
36227              - error code not being set on close (of broken pipe)
36228              - append mode was truncating.
36229              At least one seek/tell bug remains.
36230      Branch: perlio
36231            ! perlio.c
36232 ____________________________________________________________________________
36233 [  7479] By: nick                                  on 2000/10/29  11:18:16
36234         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
36235              in case of accidents. Still several worrying fails, no line disciplines yet.
36236      Branch: perlio
36237            ! iperlsys.h perlio.c
36238 ____________________________________________________________________________
36239 [  7478] By: jhi                                   on 2000/10/29  02:04:01
36240         Log: Add also emailless people.
36241      Branch: perl
36242            ! AUTHORS
36243 ____________________________________________________________________________
36244 [  7477] By: jhi                                   on 2000/10/29  01:36:00
36245         Log: The #7476 needs a MANIFEST change, too.
36246      Branch: perl
36247            ! MANIFEST
36248 ____________________________________________________________________________
36249 [  7476] By: jhi                                   on 2000/10/29  01:35:21
36250         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
36251      Branch: perl
36252            - MAINTAIN
36253            ! AUTHORS Changes
36254 ____________________________________________________________________________
36255 [  7475] By: jhi                                   on 2000/10/28  23:57:25
36256         Log: De-quoted-unreadable to ISO Latin 1.
36257              (There's one ISO-2022-JP name in Changes5.004.)
36258      Branch: perl
36259            ! Changes Changes5.6
36260 ____________________________________________________________________________
36261 [  7474] By: jhi                                   on 2000/10/28  19:13:06
36262         Log: Subject: [ID 20001027.007] uniq array in perlfaq
36263              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
36264              Date: Fri, 27 Oct 2000 19:28:30 +0200
36265              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
36266      Branch: perl
36267            ! pod/perlfaq4.pod
36268 ____________________________________________________________________________
36269 [  7473] By: jhi                                   on 2000/10/28  18:02:05
36270         Log: Locking null mutexes is not recommendable.
36271              
36272              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
36273              From: Hugo <hv@crypt.compulink.co.uk>
36274              Date: Sat, 28 Oct 2000 18:41:12 +0100
36275              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
36276      Branch: perl
36277            ! op.c
36278 ____________________________________________________________________________
36279 [  7472] By: jhi                                   on 2000/10/28  17:52:58
36280         Log: Better create a true mailing list for the repository keepers.
36281      Branch: perl
36282            ! Porting/repository.pod
36283 ____________________________________________________________________________
36284 [  7471] By: jhi                                   on 2000/10/28  17:28:24
36285         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
36286              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
36287      Branch: perl
36288            + Porting/repository.pod
36289            ! MANIFEST
36290 ____________________________________________________________________________
36291 [  7470] By: jhi                                   on 2000/10/28  17:20:54
36292         Log: Subject: DOC PATCH 5.6.0
36293              From: mjd@plover.com
36294              Date: 27 Oct 2000 17:32:44 -0000
36295              Message-ID: <20001027173244.23754.qmail@plover.com>
36296      Branch: perl
36297            ! pod/perlfunc.pod
36298 ____________________________________________________________________________
36299 [  7469] By: jhi                                   on 2000/10/28  17:16:45
36300         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
36301              From: "Peter J. Farley III" <pjfarley@banet.net>
36302              Date: Fri, 27 Oct 2000 20:32:56 -0400
36303              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
36304      Branch: perl
36305            ! README.dos
36306 ____________________________________________________________________________
36307 [  7468] By: jhi                                   on 2000/10/28  17:07:18
36308         Log: Make target reordering to avoid pointless re-makes.
36309              
36310              Subject: Re: Total re-make of 'make okfile' after 7451 ?
36311              From: Nicholas Clark <nick@ccl4.org>
36312              Date: Sat, 28 Oct 2000 00:31:02 +0100
36313              Message-ID: <20001028003101.A54517@plum.flirble.org>
36314      Branch: perl
36315            ! Makefile.SH
36316 ____________________________________________________________________________
36317 [  7467] By: jhi                                   on 2000/10/28  17:05:31
36318         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
36319              From: lvirden@cas.org
36320              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
36321              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
36322      Branch: perl
36323            ! README.os2
36324 ____________________________________________________________________________
36325 [  7466] By: jhi                                   on 2000/10/28  16:09:16
36326         Log: Upgrade to CPAN 1.58_55.
36327              
36328              Subject: CPAN.pm status
36329              From: andreas.koenig@anima.de (Andreas J. Koenig) 
36330              Date: 28 Oct 2000 08:18:00 +0200 
36331              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
36332      Branch: perl
36333            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36334 ____________________________________________________________________________
36335 [  7465] By: jhi                                   on 2000/10/28  16:02:47
36336         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
36337      Branch: perl
36338            ! embed.h embed.pl perl.h proto.h toke.c
36339 ____________________________________________________________________________
36340 [  7464] By: nick                                  on 2000/10/28  10:43:44
36341         Log: Fix for sv_2iv() on "shared" value from keys %hash.
36342      Branch: perl
36343            ! sv.c
36344 ____________________________________________________________________________
36345 [  7463] By: jhi                                   on 2000/10/27  16:18:29
36346         Log: Update Changes.
36347      Branch: perl
36348            ! Changes patchlevel.h
36349 ____________________________________________________________________________
36350 [  7462] By: jhi                                   on 2000/10/27  16:17:44
36351         Log: Too enthusiastic editing in #7460.
36352      Branch: metaconfig
36353            ! U/modified/Oldsym.U
36354      Branch: perl
36355            ! Configure config_h.SH
36356 ____________________________________________________________________________
36357 [  7461] By: jhi                                   on 2000/10/27  15:37:38
36358         Log: Retract #7459, the script needs more work.
36359      Branch: perl
36360            - mkreef
36361            ! MANIFEST
36362 ____________________________________________________________________________
36363 [  7460] By: jhi                                   on 2000/10/27  15:23:14
36364         Log: Use $sort, $uniq (and $tr) consistently as wondered
36365              by Nicholas Clark.
36366      Branch: metaconfig
36367            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
36368            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
36369            ! U/modified/libc.U
36370      Branch: perl
36371            ! Configure config_h.SH
36372 ____________________________________________________________________________
36373 [  7459] By: jhi                                   on 2000/10/27  15:02:07
36374         Log: (Retracted by #7461)
36375              
36376              Add a shell script for creating/removing symbolic link farms,
36377              useful for keeping the source code read-only and doing the
36378              builds somewhere else.
36379      Branch: perl
36380            + mkreef
36381            ! MANIFEST
36382 ____________________________________________________________________________
36383 [  7458] By: jhi                                   on 2000/10/27  14:42:20
36384         Log: Do away with the fix_pl.
36385      Branch: perl
36386            - fix_pl
36387            ! MANIFEST Makefile.SH
36388 ____________________________________________________________________________
36389 [  7457] By: jhi                                   on 2000/10/27  12:43:13
36390         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
36391              From: Jens Hamisch <jens@Strawberry.COM>
36392              Date: Fri, 27 Oct 2000 14:38:21 +0200
36393              Message-Id: <20001027143821.B3366@Strawberry.COM>
36394      Branch: perl
36395            ! perl.h
36396 ____________________________________________________________________________
36397 [  7456] By: jhi                                   on 2000/10/27  12:33:42
36398         Log: Subject: [PATCH] todo
36399              From: Nicholas Clark <nick@ccl4.org>
36400              Date: Thu, 26 Oct 2000 22:32:29 +0100
36401              Message-ID: <20001026223229.A44540@plum.flirble.org>
36402      Branch: perl
36403            ! pod/perltodo.pod
36404 ____________________________________________________________________________
36405 [  7455] By: jhi                                   on 2000/10/27  12:02:21
36406         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
36407              From: John Tobey <jtobey@john-edwin-tobey.org>
36408              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
36409              Message-Id: <m13ozHF-000FObC@feynman.localnet>
36410      Branch: perl
36411            ! op.c t/pragma/sub_lval.t
36412 ____________________________________________________________________________
36413 [  7454] By: jhi                                   on 2000/10/27  11:59:42
36414         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
36415              From: sthoenna@efn.org
36416              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
36417              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
36418      Branch: perl
36419            ! pp.c t/op/assignwarn.t
36420 ____________________________________________________________________________
36421 [  7453] By: jhi                                   on 2000/10/27  00:15:08
36422         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
36423      Branch: perl
36424            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36425            ! ext/Storable/Storable.xs t/lib/st-lock.t
36426 ____________________________________________________________________________
36427 [  7452] By: jhi                                   on 2000/10/26  13:05:52
36428         Log: Undo #7451, this seems to be a deficiency in Perforce,
36429              there is no per-file line-terminator type, only per-client.
36430      Branch: perl
36431            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36432            ! win32/makefile.mk
36433 ____________________________________________________________________________
36434 [  7451] By: jhi                                   on 2000/10/26  04:56:03
36435         Log: Experimenting in DOS arcana.
36436      Branch: perl
36437            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
36438            ! win32/makefile.mk
36439 ____________________________________________________________________________
36440 [  7450] By: jhi                                   on 2000/10/26  04:50:52
36441         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
36442              From: "Peter J. Farley III" <pjfarley@banet.net>            
36443              Date: Wed, 25 Oct 2000 23:10:18 -0400
36444              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
36445      Branch: perl
36446            ! t/io/open.t
36447 ____________________________________________________________________________
36448 [  7449] By: jhi                                   on 2000/10/26  04:49:16
36449         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
36450              From: Hugo <hv@crypt.compulink.co.uk>
36451              Date: Thu, 26 Oct 2000 01:55:17 +0100
36452              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
36453              
36454              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
36455      Branch: perl
36456            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
36457 ____________________________________________________________________________
36458 [  7448] By: jhi                                   on 2000/10/26  04:38:36
36459         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
36460              From: Peter Prymmer <pvhp@forte.com>
36461              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
36462              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
36463      Branch: perl
36464            ! configure.com
36465 ____________________________________________________________________________
36466 [  7447] By: jhi                                   on 2000/10/25  23:20:02
36467         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
36468              in platforms that strictly require all the symbols being present
36469              at link time.
36470      Branch: perl
36471            ! handy.h
36472 ____________________________________________________________________________
36473 [  7446] By: jhi                                   on 2000/10/25  21:55:57
36474         Log: Update Changes.
36475      Branch: perl
36476            ! Changes patchlevel.h
36477 ____________________________________________________________________________
36478 [  7445] By: jhi                                   on 2000/10/25  21:27:08
36479         Log: Integrate with vmsperl #7430 by Charles Bailey:
36480              
36481              Cleanup from prior patch (Charles Lane?):
36482              - improve handling of MFDs in Basename and Path
36483              - default to no xsubpp line # munging when building debug images
36484      Branch: perl
36485           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36486 ____________________________________________________________________________
36487 [  7444] By: jhi                                   on 2000/10/25  21:03:50
36488         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
36489              From: John Peacock <JPeacock@UnivPress.com>
36490              Date: Thu, 18 May 2000 11:55:27 -0400
36491              Message-ID: <3924126F.A58BE57A@UnivPress.com>
36492      Branch: perl
36493            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
36494            ! t/op/write.t
36495 ____________________________________________________________________________
36496 [  7443] By: jhi                                   on 2000/10/25  20:43:10
36497         Log: Temporary stopgap for the self-tying issue: for now only
36498              array and hash self-ties are verboten.  The real fix, of
36499              course, would be to comprehensively test (and implement?)
36500              and debug (and document) self-ties.
36501      Branch: perl
36502            ! pod/perldiag.pod pp_sys.c t/op/tie.t
36503 ____________________________________________________________________________
36504 [  7442] By: jhi                                   on 2000/10/25  20:14:30
36505         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
36506              From: Dan Sugalski <dan@sidhe.org>
36507              Date: Wed, 25 Oct 2000 13:36:35 -0400
36508              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
36509              
36510              plus regen global.sym.
36511      Branch: perl
36512            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
36513            ! thrdvar.h util.c
36514 ____________________________________________________________________________
36515 [  7441] By: jhi                                   on 2000/10/25  20:12:20
36516         Log: buildtoc target tweaks.
36517      Branch: perl
36518            ! pod/Makefile.SH
36519 ____________________________________________________________________________
36520 [  7440] By: jhi                                   on 2000/10/25  20:03:53
36521         Log: A new version of making the syslog test more robust.
36522              (Replaces #7421.)
36523              
36524              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36525              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36526              Date: Wed, 25 Oct 2000 12:13:54 -0400
36527              Message-ID: <20001025121354.B2264@O2.chapin.edu>
36528      Branch: perl
36529            ! t/lib/syslog.t
36530 ____________________________________________________________________________
36531 [  7439] By: jhi                                   on 2000/10/25  20:00:48
36532         Log: Continue the internal UTF-8 API tweaking.
36533              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
36534              used much more than the simpler API, now called utf8_to_uv_simple().
36535              Still not quite happy with API, too much partial duplication
36536              of functionality.
36537      Branch: perl
36538            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
36539            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
36540            ! regcomp.c regexec.c sv.c toke.c utf8.c
36541 ____________________________________________________________________________
36542 [  7438] By: jhi                                   on 2000/10/25  18:52:30
36543         Log: Allow poking holes at the UTF-8 decoding strictness.
36544      Branch: perl
36545            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
36546            ! utf8.h
36547 ____________________________________________________________________________
36548 [  7437] By: jhi                                   on 2000/10/25  13:53:05
36549         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
36550              UTF8LEN() and UTF8SKIP(). 
36551      Branch: perl
36552            ! pp.c utf8.c utf8.h
36553 ____________________________________________________________________________
36554 [  7436] By: jhi                                   on 2000/10/25  13:51:37
36555         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
36556              From: Nicholas Clark <nick@ccl4.org>
36557              Date: Wed, 25 Oct 2000 14:44:05 +0100
36558              Message-ID: <20001025144404.D27253@plum.flirble.org>
36559      Branch: perl
36560            ! pod/perlrun.pod
36561 ____________________________________________________________________________
36562 [  7435] By: jhi                                   on 2000/10/25  13:49:32
36563         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
36564              From: Mike Guy <mjtg@cam.ac.uk>
36565              Date: Tue, 24 Oct 2000 14:59:40 +0100
36566              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
36567      Branch: perl
36568            ! scope.c
36569 ____________________________________________________________________________
36570 [  7434] By: jhi                                   on 2000/10/25  13:48:41
36571         Log: AIX is picky about its symbol exports.  Solution for now
36572              is to include the deb.o explicitly to the re extension build.
36573              
36574              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
36575              From: Peter Prymmer <pvhp@forte.com>
36576              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
36577              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
36578      Branch: perl
36579            ! ext/re/Makefile.PL hints/aix.sh
36580 ____________________________________________________________________________
36581 [  7433] By: jhi                                   on 2000/10/25  13:46:49
36582         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
36583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36584              Date: Wed, 25 Oct 2000 12:02:20 +0200
36585              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
36586      Branch: perl
36587            ! perlsdio.h
36588 ____________________________________________________________________________
36589 [  7432] By: jhi                                   on 2000/10/25  13:44:28
36590         Log: Subject: Minor update to find2perl, for portability
36591              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
36592              Date: Wed, 25 Oct 2000 12:05:47 +0100
36593              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
36594      Branch: perl
36595            ! x2p/find2perl.PL
36596 ____________________________________________________________________________
36597 [  7431] By: jhi                                   on 2000/10/25  13:40:39
36598         Log: Add targets to Makefile.SH, most importantly
36599              'regen_all' which also remembers to update vms/perly*.
36600      Branch: perl
36601            ! Makefile.SH
36602 ____________________________________________________________________________
36603 [  7430] By: bailey                                on 2000/10/25  03:13:53
36604         Log: Cleanup from prior patch (Charles Lane?):
36605              - improve handling of MFDs in Basename and Path
36606              - default to no xsubpp line # munging when building debug images
36607      Branch: vmsperl
36608            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
36609 ____________________________________________________________________________
36610 [  7429] By: jhi                                   on 2000/10/24  20:03:40
36611         Log: Podify README.epoc and README.vos.
36612      Branch: perl
36613            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
36614            ! pod/perlport.pod pod/perltoc.pod
36615 ____________________________________________________________________________
36616 [  7428] By: jhi                                   on 2000/10/24  19:10:33
36617         Log: Stratus VOS updates from Paul Green.
36618      Branch: perl
36619            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
36620            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
36621            - vos/config.def vos/config.h vos/config_h.SH_orig
36622            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
36623            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
36624 ____________________________________________________________________________
36625 [  7427] By: jhi                                   on 2000/10/24  18:59:48
36626         Log: Check if stdio supports tweaking lval and cnt simultaneously.
36627              
36628              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
36629              From: Nicholas Clark <nick@ccl4.org>
36630              Date: Mon, 23 Oct 2000 15:39:32 +0100
36631              Message-ID: <20001023153932.A10786@plum.flirble.org>
36632      Branch: metaconfig
36633            ! U/compline/d_stdstdio.U
36634      Branch: perl
36635            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36636            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
36637            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
36638            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
36639            ! vos/config.h vos/config_h.SH_orig win32/config.bc
36640            ! win32/config.gc win32/config.vc
36641 ____________________________________________________________________________
36642 [  7426] By: jhi                                   on 2000/10/24  17:57:44
36643         Log: Missed the header file changes from #7425.
36644      Branch: perl
36645            ! embed.h embed.pl objXSUB.h proto.h
36646 ____________________________________________________________________________
36647 [  7425] By: jhi                                   on 2000/10/24  17:55:17
36648         Log: Fix the bug reported in
36649              
36650              From: andreas.koenig@anima.de (Andreas J. Koenig)
36651              Subject: Encode bug?
36652              Date: 24 Oct 2000 14:01:26 +0200 
36653              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
36654              
36655              Also make is_utf8_char() stricter.
36656      Branch: perl
36657            ! ext/Encode/Encode.xs utf8.c
36658 ____________________________________________________________________________
36659 [  7424] By: jhi                                   on 2000/10/24  15:15:39
36660         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
36661              From: Peter Scott <Peter@PSDT.com>
36662              Date: Mon, 23 Oct 2000 19:46:01 -0700
36663              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
36664      Branch: perl
36665            ! pod/perlfaq5.pod
36666 ____________________________________________________________________________
36667 [  7423] By: jhi                                   on 2000/10/24  14:25:30
36668         Log: Test tweak to avoid pulling in the whole Config.
36669      Branch: perl
36670            ! t/lib/st-lock.t
36671 ____________________________________________________________________________
36672 [  7422] By: jhi                                   on 2000/10/24  14:03:16
36673         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
36674      Branch: perl
36675            ! pp.c
36676 ____________________________________________________________________________
36677 [  7421] By: jhi                                   on 2000/10/24  13:32:09
36678         Log: (Replaced by #7440.)
36679              
36680              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
36681              From: "Kurt D. Starsinic" <kstar@chapin.edu>
36682              Date: Mon, 23 Oct 2000 16:40:54 -0400
36683              Message-ID: <20001023164054.B14491@O2.chapin.edu>
36684      Branch: perl
36685            ! t/lib/syslog.t
36686 ____________________________________________________________________________
36687 [  7420] By: jhi                                   on 2000/10/24  13:30:53
36688         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
36689              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36690              Date: Mon, 23 Oct 2000 17:29:03 -0400
36691              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
36692      Branch: perl
36693            ! lib/ExtUtils/MM_Unix.pm
36694 ____________________________________________________________________________
36695 [  7419] By: jhi                                   on 2000/10/24  13:29:57
36696         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
36697              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36698              Date: Mon, 23 Oct 2000 19:01:32 -0400
36699              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
36700      Branch: perl
36701            ! utils/h2xs.PL
36702 ____________________________________________________________________________
36703 [  7418] By: jhi                                   on 2000/10/24  13:26:04
36704         Log: Replace #7409 with
36705              
36706              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
36707              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
36708              Date: Mon, 23 Oct 2000 20:08:56 +0200
36709              Message-ID: <20001023200855.A14850@nice.ram.loc>
36710      Branch: perl
36711            ! ext/Storable/Storable.pm t/lib/st-lock.t
36712 ____________________________________________________________________________
36713 [  7417] By: jhi                                   on 2000/10/24  13:17:52
36714         Log: Run vms/vms_yfix.pl, should have done that after changing
36715              perly.c in #7382.
36716      Branch: perl
36717            ! vms/perly_c.vms vms/perly_h.vms
36718 ____________________________________________________________________________
36719 [  7416] By: jhi                                   on 2000/10/24  02:55:33
36720         Log: Make the UTF-8 decoding stricter and more verbose when
36721              malformation happens.  This involved adding an argument
36722              to utf8_to_uv_chk(), which involved changing its prototype,
36723              and prefer STRLEN over I32 for the UTF-8 length, which as
36724              a domino effect necessitated changing the prototypes of
36725              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
36726              The stricter UTF-8 decoding checking uses Markus Kuhn's
36727              UTF-8 Decode Stress Tester from
36728              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
36729      Branch: perl
36730            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
36731            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
36732            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
36733            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
36734 ____________________________________________________________________________
36735 [  7415] By: jhi                                   on 2000/10/23  14:06:06
36736         Log: Update Changes.
36737      Branch: perl
36738            ! Changes patchlevel.h
36739 ____________________________________________________________________________
36740 [  7414] By: jhi                                   on 2000/10/23  12:39:52
36741         Log: Undo the basename() part of #7412 since the lib/basename
36742              tests would need upgrading too.
36743      Branch: perl
36744            ! lib/File/Basename.pm
36745 ____________________________________________________________________________
36746 [  7413] By: jhi                                   on 2000/10/23  12:19:27
36747         Log: Document PERL_INSTALL_ROOT of #7210.
36748      Branch: perl
36749            ! lib/ExtUtils/Install.pm
36750 ____________________________________________________________________________
36751 [  7412] By: jhi                                   on 2000/10/23  12:16:47
36752         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
36753      Branch: perl
36754            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
36755            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
36756 ____________________________________________________________________________
36757 [  7411] By: jhi                                   on 2000/10/23  12:07:41
36758         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
36759              From: Prymmer/Kahn <pvhp@best.com>
36760              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
36761              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
36762      Branch: perl
36763            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
36764 ____________________________________________________________________________
36765 [  7410] By: jhi                                   on 2000/10/23  04:10:11
36766         Log: The change #7187 was not so good on VMS.
36767              
36768              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
36769              From: "Craig A. Berry" <craig.berry@psinetcs.com>
36770              Date: Sun, 22 Oct 2000 23:03:08 -0500
36771              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
36772      Branch: perl
36773            ! utils/perldoc.PL
36774 ____________________________________________________________________________
36775 [  7409] By: jhi                                   on 2000/10/23  03:57:36
36776         Log: Avoid Storable locking on DJGPP for now.
36777              
36778              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
36779              From: "Peter J. Farley III" <pjfarley@banet.net>
36780              Date: Sun, 22 Oct 2000 20:00:00 -0400
36781              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
36782      Branch: perl
36783            ! ext/Storable/Storable.pm t/lib/st-lock.t
36784 ____________________________________________________________________________
36785 [  7408] By: jhi                                   on 2000/10/23  03:50:24
36786         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
36787              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36788              Date: Sun, 22 Oct 2000 21:12:22 -0400
36789              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
36790      Branch: perl
36791            ! lib/vars.pm
36792 ____________________________________________________________________________
36793 [  7407] By: jhi                                   on 2000/10/23  03:43:12
36794         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
36795              From: Hugo <hv@crypt.compulink.co.uk>
36796              Date: Mon, 23 Oct 2000 00:47:22 +0100
36797              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
36798      Branch: perl
36799            ! regexec.c t/op/pat.t
36800 ____________________________________________________________________________
36801 [  7406] By: jhi                                   on 2000/10/23  03:40:29
36802         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
36803      Branch: perl
36804            ! lib/ExtUtils/MakeMaker.pm
36805 ____________________________________________________________________________
36806 [  7405] By: jhi                                   on 2000/10/22  21:32:00
36807         Log: Doc patch.
36808              
36809              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
36810              From: rspier@pobox.com (Robert Spier)
36811              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
36812              Message-ID: <14835.16112.13457.447971@rls.cx>
36813      Branch: perl
36814            ! lib/strict.pm
36815 ____________________________________________________________________________
36816 [  7404] By: jhi                                   on 2000/10/22  21:30:51
36817         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
36818              From: rspier@pobox.com (Robert Spier)
36819              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
36820              Message-ID: <14835.17223.72448.705566@rls.cx>
36821      Branch: perl
36822            ! lib/ExtUtils/MakeMaker.pm
36823 ____________________________________________________________________________
36824 [  7403] By: jhi                                   on 2000/10/22  21:24:11
36825         Log: Subject: [PATCH bleadperl] ripples from constsub patch
36826              From: John Tobey <jtobey@john-edwin-tobey.org>
36827              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
36828              Message-Id: <m13nSOB-000FObC@feynman.localnet>
36829      Branch: perl
36830            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
36831 ____________________________________________________________________________
36832 [  7402] By: jhi                                   on 2000/10/22  20:59:35
36833         Log: Support s?printf parameter reordering.
36834      Branch: perl
36835            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
36836 ____________________________________________________________________________
36837 [  7401] By: jhi                                   on 2000/10/22  19:19:14
36838         Log: Expand %Config variables only if explicitly so requested
36839              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
36840              
36841              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36842              From: Gurusamy Sarathy <gsar@ActiveState.com>
36843              Date: Sun, 22 Oct 2000 11:47:32 -0700
36844              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
36845      Branch: perl
36846            ! Makefile.SH lib/lib_pm.PL
36847 ____________________________________________________________________________
36848 [  7400] By: jhi                                   on 2000/10/22  18:24:10
36849         Log: Move the #7390 test from warn/op to comp/redef.
36850              
36851              Subject: Re: Creating const subs for constants.
36852              From: John Tobey <jtobey@john-edwin-tobey.org>
36853              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
36854              Message-Id: <m13nG72-000FObC@feynman.localnet>               
36855      Branch: perl
36856            ! t/comp/redef.t t/pragma/warn/op
36857 ____________________________________________________________________________
36858 [  7399] By: jhi                                   on 2000/10/22  17:49:59
36859         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
36860              From: Nicholas Clark <nick@ccl4.org>
36861              Date: Sat, 21 Oct 2000 22:23:19 +0100
36862              Message-ID: <20001021222319.B45586@plum.flirble.org>
36863      Branch: perl
36864            ! ext/DynaLoader/DynaLoader_pm.PL
36865 ____________________________________________________________________________
36866 [  7398] By: jhi                                   on 2000/10/22  17:47:35
36867         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
36868              From: Hugo <hv@crypt.compulink.co.uk>
36869              Date: Sat, 21 Oct 2000 18:19:59 +0100
36870              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
36871      Branch: perl
36872            ! ext/B/B.pm ext/B/B/C.pm
36873 ____________________________________________________________________________
36874 [  7397] By: jhi                                   on 2000/10/22  17:35:18
36875         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
36876              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
36877              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
36878              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
36879      Branch: perl
36880            ! hints/openbsd.sh
36881 ____________________________________________________________________________
36882 [  7396] By: jhi                                   on 2000/10/22  17:19:46
36883         Log: Subject: installman go-faster stripes
36884              From: Nicholas Clark <nick@talking.bollo.cx>
36885              Date: Sat, 21 Oct 2000 17:24:53 +0100
36886              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
36887              
36888              Subject: Re: installman go-faster stripes
36889              From: Russ Allbery <rra@stanford.edu>
36890              Date: 21 Oct 2000 11:04:13 -0700
36891              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
36892      Branch: perl
36893            ! installman pod/pod2man.PL
36894 ____________________________________________________________________________
36895 [  7395] By: jhi                                   on 2000/10/22  17:17:35
36896         Log: Hints tweak from Anton Berezin.
36897      Branch: perl
36898            ! hints/freebsd.sh
36899 ____________________________________________________________________________
36900 [  7394] By: jhi                                   on 2000/10/22  04:50:04
36901         Log: Tweak the Is* definitions of Unicode character classes
36902              to better match the official categorizations; embrace
36903              the official categorizations; add the combining marks
36904              as alpha (and -numeric); fix DCinital (a typo and edito)
36905              to be DCmedial.
36906      Branch: perl
36907            + lib/unicode/Is/DCmedial.pl
36908            - lib/unicode/Is/DCinital.pl
36909            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36910            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
36911            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
36912            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36913 ____________________________________________________________________________
36914 [  7393] By: jhi                                   on 2000/10/21  18:06:05
36915         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
36916              From: Daniel Chetlin <daniel@chetlin.com>
36917              Date: Sat, 21 Oct 2000 02:57:03 -0700
36918              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
36919      Branch: perl
36920            + t/lib/tie-splice.t
36921            ! MANIFEST lib/Tie/Array.pm
36922 ____________________________________________________________________________
36923 [  7392] By: gsar                                  on 2000/10/21  18:05:15
36924         Log: resync utfperl branch with mainline
36925      Branch: utfperl
36926           !> (integrate 1760 files)
36927 ____________________________________________________________________________
36928 [  7391] By: jhi                                   on 2000/10/21  14:37:49
36929         Log: Testcases for a #7383,#7385 related bug.
36930              
36931              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
36932              From: Nicholas Clark <nick@ccl4.org>
36933              Date: Sat, 21 Oct 2000 15:04:51 +0100
36934              Message-ID: <20001021150451.A51566@plum.flirble.org>
36935      Branch: perl
36936            ! t/pragma/utf8.t
36937 ____________________________________________________________________________
36938 [  7390] By: jhi                                   on 2000/10/21  14:35:57
36939         Log: Add a testcase for #7389.
36940      Branch: perl
36941            ! t/pragma/warn/op
36942 ____________________________________________________________________________
36943 [  7389] By: jhi                                   on 2000/10/21  14:26:45
36944         Log: Subject: Re: Creating const subs for constants.
36945              From: John Tobey <jtobey@john-edwin-tobey.org>
36946              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
36947              Message-Id: <m13mo0N-000FObC@feynman.localnet>
36948      Branch: perl
36949            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
36950            ! proto.h sv.c
36951 ____________________________________________________________________________
36952 [  7388] By: nick                                  on 2000/10/21  11:44:23
36953         Log: Populate perlio branch
36954      Branch: perlio
36955           +> (branch 1760 files)
36956 ____________________________________________________________________________
36957 [  7387] By: nick                                  on 2000/10/21  10:52:05
36958         Log: Get branch back as replica of mainline via :
36959              p4 integrate -b utfperl
36960              p4 resolve -at ./...
36961      Branch: utfperl
36962           +> (branch 269 files)
36963            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
36964            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
36965            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
36966            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
36967            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
36968            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
36969            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
36970            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
36971            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
36972            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
36973            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
36974            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
36975            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
36976            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
36977            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
36978            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
36979            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
36980            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
36981            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
36982            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
36983            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
36984            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
36985            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
36986            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
36987            - lib/unicode/UCD300.html lib/unicode/Unicode.300
36988            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
36989            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
36990            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
36991            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
36992           !> (integrate 965 files)
36993 ____________________________________________________________________________
36994 [  7386] By: jhi                                   on 2000/10/21  01:31:12
36995         Log: Update Changes.
36996      Branch: perl
36997            ! Changes patchlevel.h
36998 ____________________________________________________________________________
36999 [  7385] By: jhi                                   on 2000/10/21  01:28:42
37000         Log: The #7383 was right only in the context of the original bug report,
37001              not in more general case.
37002      Branch: perl
37003            ! pp_hot.c
37004 ____________________________________________________________________________
37005 [  7384] By: jhi                                   on 2000/10/21  01:08:23
37006         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
37007      Branch: perl
37008            ! ext/IO/lib/IO/Select.pm
37009 ____________________________________________________________________________
37010 [  7383] By: jhi                                   on 2000/10/21  00:44:18
37011         Log: Fix for ID 20001020.006, concatenating an unset submatch
37012              with utf8 resulted in "Modification of a read-only value".
37013      Branch: perl
37014            ! pp_hot.c t/pragma/utf8.t
37015 ____________________________________________________________________________
37016 [  7382] By: jhi                                   on 2000/10/20  20:44:31
37017         Log: Make scan_num() reëntrant, as suggested in
37018              
37019              Subject: [PATCH perl@7229] Rentrant parser and yylex()
37020              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37021              Date: Fri, 20 Oct 2000 14:17:27 +0100
37022              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37023      Branch: perl
37024            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
37025            ! toke.c
37026 ____________________________________________________________________________
37027 [  7381] By: jhi                                   on 2000/10/20  20:07:29
37028         Log: Reëntrancy fix.
37029              
37030              Subject: [PATCH perl@7229] Rentrant parser and yylex()
37031              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37032              Date: Fri, 20 Oct 2000 14:17:27 +0100
37033              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
37034      Branch: perl
37035            ! embed.h embed.pl perl.h proto.h toke.c
37036 ____________________________________________________________________________
37037 [  7380] By: jhi                                   on 2000/10/20  19:15:54
37038         Log: Don't write double values through long double pointers,
37039              based on a part of
37040              
37041              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37042              From: Jens Hamisch <jens@Strawberry.COM>
37043              Date: Tue, 17 Oct 2000 08:39:36 +0200
37044              Message-Id: <20001017083936.A11104@Strawberry.COM>
37045      Branch: perl
37046            ! perl.h pp.c
37047 ____________________________________________________________________________
37048 [  7379] By: jhi                                   on 2000/10/20  18:43:37
37049         Log: Portability tweak on #7377.
37050              
37051              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
37052              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37053              Date:     Fri, 20 Oct 2000 13:13:41 EDT
37054              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
37055      Branch: perl
37056            ! t/lib/dprof.t
37057 ____________________________________________________________________________
37058 [  7378] By: jhi                                   on 2000/10/20  12:57:19
37059         Log: SOCKS function redefinitions need prototypes, too, otherwise
37060              for example 32 bit versus 64 bit differences cause a lot of
37061              problems.  Part of
37062              
37063              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
37064              From: Jens Hamisch <jens@Strawberry.COM>
37065              Date: Tue, 17 Oct 2000 08:39:36 +0200
37066              Message-Id: <20001017083936.A11104@Strawberry.COM>
37067      Branch: perl
37068            ! doio.c pp_sys.c
37069 ____________________________________________________________________________
37070 [  7377] By: jhi                                   on 2000/10/20  12:37:12
37071         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
37072              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37073              Date:     Fri, 20 Oct 2000 08:26:04 EDT
37074              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
37075      Branch: perl
37076            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
37077 ____________________________________________________________________________
37078 [  7376] By: jhi                                   on 2000/10/20  12:35:31
37079         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
37080              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37081              Date:     Fri, 20 Oct 2000 07:48:15 EDT
37082              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
37083      Branch: perl
37084            ! configure.com vms/gen_shrfls.pl
37085 ____________________________________________________________________________
37086 [  7375] By: bailey                                on 2000/10/20  04:44:37
37087         Log: SYN SYN
37088      Branch: vmsperl
37089           +> (branch 134 files)
37090            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
37091            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
37092            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
37093            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
37094            - eg/cgi/frameset.cgi eg/cgi/index.html
37095            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37096            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37097            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37098            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37099            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37100            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37101            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37102            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37103            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37104            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37105            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37106            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37107            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37108            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
37109            - lib/unicode/Props.txt lib/unicode/UCD300.html
37110            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
37111            - utils/perlbc.PL vms/subconfigure.com
37112           !> (integrate 785 files)
37113 ____________________________________________________________________________
37114 [  7374] By: jhi                                   on 2000/10/20  00:59:48
37115         Log: In the latest compiler builds cccdlflags must not become -fpic,
37116              from Wilfredo Sánchez.
37117      Branch: perl
37118            ! hints/darwin.sh
37119 ____________________________________________________________________________
37120 [  7373] By: jhi                                   on 2000/10/20  00:56:35
37121         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
37122              From: Tony Cook <tony@develop-help.com>
37123              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
37124              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
37125      Branch: perl
37126            ! pod/perlop.pod
37127 ____________________________________________________________________________
37128 [  7372] By: jhi                                   on 2000/10/19  19:34:40
37129         Log: Typo noted by Mark Lutz.
37130      Branch: perl
37131            ! t/op/64bitint.t
37132 ____________________________________________________________________________
37133 [  7371] By: jhi                                   on 2000/10/19  19:33:13
37134         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
37135      Branch: metaconfig
37136            ! U/modified/Cppsym.U U/modified/Oldconfig.U
37137      Branch: metaconfig/U/perl
37138            ! End.U dlsrc.U libperl.U
37139      Branch: perl
37140            + hints/nonstopux.sh
37141            ! Configure MANIFEST config_h.SH
37142 ____________________________________________________________________________
37143 [  7370] By: jhi                                   on 2000/10/19  17:18:08
37144         Log: Subject: PATCH do_print has 2 PerlIO_error()s
37145              From: nick@ccl4.org
37146              Date: Thu, 19 Oct 2000 18:09:20 +0100
37147              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
37148      Branch: perl
37149            ! doio.c
37150 ____________________________________________________________________________
37151 [  7369] By: jhi                                   on 2000/10/19  14:01:49
37152         Log: Update Changes.
37153      Branch: perl
37154            ! Changes patchlevel.h
37155 ____________________________________________________________________________
37156 [  7368] By: jhi                                   on 2000/10/19  13:04:29
37157         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
37158              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37159              Date: Wed, 18 Oct 2000 13:12:01 +0200
37160              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
37161      Branch: perl
37162            ! hints/aix.sh
37163 ____________________________________________________________________________
37164 [  7367] By: jhi                                   on 2000/10/19  02:22:40
37165         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
37166              of a 'pmshort' anywhere in the B, so the offending line was simply
37167              removed.
37168      Branch: perl
37169            ! ext/B/B/Debug.pm
37170 ____________________________________________________________________________
37171 [  7366] By: jhi                                   on 2000/10/19  02:12:37
37172         Log: Add the test case for the bug id 20000730.004 which seems
37173              to have been fixed by now.
37174      Branch: perl
37175            ! t/pragma/utf8.t
37176 ____________________________________________________________________________
37177 [  7365] By: jhi                                   on 2000/10/18  23:36:24
37178         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
37179              From: Hugo <hv@crypt.compulink.co.uk>
37180              Date: Wed, 18 Oct 2000 23:25:58 +0100
37181              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
37182      Branch: perl
37183            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
37184 ____________________________________________________________________________
37185 [  7364] By: jhi                                   on 2000/10/18  21:12:53
37186         Log: (retracted)
37187      Branch: perl
37188            ! pp.c
37189 ____________________________________________________________________________
37190 [  7363] By: jhi                                   on 2000/10/18  20:55:38
37191         Log: Missing change from #7362.
37192      Branch: perl
37193            ! win32/perlhost.h
37194 ____________________________________________________________________________
37195 [  7362] By: jhi                                   on 2000/10/18  20:52:01
37196         Log: Borland C fstat() never saw the fd as writable.
37197              
37198              Subject: fix for Borland's weak "stat" (perl@7211)
37199              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37200              Date: Mon, 16 Oct 2000 09:55:03 +0400
37201              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
37202      Branch: perl
37203            ! win32/win32.c
37204 ____________________________________________________________________________
37205 [  7361] By: jhi                                   on 2000/10/18  17:43:50
37206         Log: Regen toc.
37207      Branch: perl
37208            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
37209 ____________________________________________________________________________
37210 [  7360] By: jhi                                   on 2000/10/18  17:07:44
37211         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37212              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
37213              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
37214              Date: Mon, 16 Oct 2000 15:19:49 +0200
37215      Branch: perl
37216            + README.aix
37217            ! MANIFEST
37218 ____________________________________________________________________________
37219 [  7359] By: jhi                                   on 2000/10/18  17:04:49
37220         Log: Subject: Pod patch for Devel::Peek
37221              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37222              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
37223              Date: Mon, 16 Oct 2000 12:26:34 +0200
37224      Branch: perl
37225            ! ext/Devel/Peek/Peek.pm
37226 ____________________________________________________________________________
37227 [  7358] By: jhi                                   on 2000/10/18  17:03:15
37228         Log: Make Cwd more bulletproof in chrooted environments.
37229              
37230              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
37231              From: "Eric E. Coe" <Eric.Coe@oracle.com>
37232              Date: Wed, 18 Oct 2000 04:03:54 -0400
37233              Message-Id: <39ED596A.70E599FE@oracle.com>
37234      Branch: perl
37235            ! lib/Cwd.pm
37236 ____________________________________________________________________________
37237 [  7357] By: jhi                                   on 2000/10/18  16:37:26
37238         Log: Disable the UTF8 downgrade croakage for now to avoid
37239              too many not okay messages.
37240      Branch: perl
37241            ! doio.c
37242 ____________________________________________________________________________
37243 [  7356] By: jhi                                   on 2000/10/17  23:29:41
37244         Log: Show the failed remote port, instead of the failing line number.
37245              
37246              Subject: [PATCH 5.6.1 Debugger] More diagnostics
37247              From: David Sparks <daves@ActiveState.com>
37248              Date: Tue, 17 Oct 2000 15:00:24 -0700
37249              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
37250      Branch: perl
37251            ! lib/perl5db.pl
37252 ____________________________________________________________________________
37253 [  7355] By: jhi                                   on 2000/10/17  14:11:31
37254         Log: On output try to downgrade to bytes, croak if impossible,
37255              from Simon Cozens.  This means that outputting >255 UTF8
37256              is impossible.  Consider this as a strong incentive to get
37257              the I/O disciplines implemented.
37258      Branch: perl
37259            ! doio.c pod/perldiag.pod sv.c
37260 ____________________________________________________________________________
37261 [  7354] By: jhi                                   on 2000/10/17  13:42:23
37262         Log: Clarify documentation on 'use bytes'.
37263              
37264              Subject: Re: What does 'use bytes' "mean" ?
37265              From: Simon Cozens <simon@cozens.net>
37266              Date: Mon, 18 Sep 2000 18:24:25 +0100
37267              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
37268      Branch: perl
37269            ! lib/bytes.pm
37270 ____________________________________________________________________________
37271 [  7353] By: jhi                                   on 2000/10/17  13:28:12
37272         Log: Workaround for a sfio bug where the stream error indicator
37273              is not cleared as documented.
37274              
37275              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37276              From: Nicholas Clark <nick@ccl4.org>
37277              Date: Mon, 16 Oct 2000 18:28:23 +0100
37278              Message-ID: <20001016182823.J19700@plum.flirble.org>
37279      Branch: perl
37280            ! doio.c
37281 ____________________________________________________________________________
37282 [  7352] By: jhi                                   on 2000/10/17  13:06:19
37283         Log: More IoTYPE sprinkling.
37284      Branch: perl
37285            ! doio.c pp_hot.c
37286 ____________________________________________________________________________
37287 [  7351] By: jhi                                   on 2000/10/16  22:47:07
37288         Log: Detect early whether the std streams have gone bad.
37289              
37290              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
37291              Date: Mon, 16 Oct 2000 23:28:42 +0100
37292              From: Nicholas Clark <nick@ccl4.org>
37293              Message-ID: <20001016232842.A37942@plum.flirble.org>
37294      Branch: perl
37295            ! t/op/misc.t
37296 ____________________________________________________________________________
37297 [  7350] By: jhi                                   on 2000/10/16  22:45:16
37298         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
37299              From: "Peter J. Farley III" <pjfarley@banet.net>
37300              Date: Mon, 16 Oct 2000 18:15:59 -0400
37301              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
37302      Branch: perl
37303            ! djgpp/djgpp.c dosish.h t/io/open.t
37304 ____________________________________________________________________________
37305 [  7349] By: jhi                                   on 2000/10/16  22:36:45
37306         Log: perldelta tweak.
37307      Branch: perl
37308            ! pod/perldelta.pod
37309 ____________________________________________________________________________
37310 [  7348] By: jhi                                   on 2000/10/16  15:17:53
37311         Log: Update Changes.
37312      Branch: perl
37313            ! Changes patchlevel.h
37314 ____________________________________________________________________________
37315 [  7347] By: jhi                                   on 2000/10/16  13:55:27
37316         Log: Add the capability to include/exclude branches.
37317      Branch: perl
37318            ! Porting/genlog
37319 ____________________________________________________________________________
37320 [  7346] By: jhi                                   on 2000/10/16  13:18:04
37321         Log: Add Charles Lane.
37322      Branch: perl
37323            ! AUTHORS Changes
37324 ____________________________________________________________________________
37325 [  7345] By: jhi                                   on 2000/10/16  13:13:21
37326         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
37327      Branch: perl
37328            ! pod/perldelta.pod
37329 ____________________________________________________________________________
37330 [  7344] By: gsar                                  on 2000/10/16  09:30:21
37331         Log: integrate change#6220 from cfgperl
37332              
37333              Win32 patches from Benjamin Stuhl.
37334      Branch: maint-5.6/perl
37335           !> makedef.pl win32/win32.h
37336 ____________________________________________________________________________
37337 [  7343] By: gsar                                  on 2000/10/16  08:32:19
37338         Log: integrate changes#6221,6222 from cfgperl
37339              
37340              Remove tr///CU (the feature is to be obsoleted by better interfaces).
37341              From: simon@brecon.co.uk (Simon Cozens)
37342              Subject: [PATCH] Eliminate tr///[CU][CU]
37343              Date: 23 Jun 2000 11:05:40 GMT
37344              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
37345              
37346              doc typo fix
37347              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
37348              From: Ian Phillipps <Ian.Phillipps@iname.com>
37349              Date: Fri, 23 Jun 2000 10:40:58 +0100
37350              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
37351      Branch: maint-5.6/perl
37352           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
37353 ____________________________________________________________________________
37354 [  7342] By: gsar                                  on 2000/10/16  08:28:08
37355         Log: integrate change#6217 from cfgperl (in part)
37356              
37357              Rename the fdpid locking and integrate with Sarathy.
37358      Branch: maint-5.6/perl
37359           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
37360           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
37361           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
37362           !> win32/win32.c
37363 ____________________________________________________________________________
37364 [  7341] By: gsar                                  on 2000/10/16  08:23:39
37365         Log: integrate changes#6214..6216 from mainline
37366              
37367              @_ can't have junk in it even in the non-USE_ITHREADS case because
37368              caller() wants to populate @DB::args with it (causes a coredump
37369              in Carp::confess())
37370              
37371              tweak comment about @DB::args
37372              
37373              be more optimal about clearing @_
37374      Branch: maint-5.6/perl
37375           !> av.h cop.h pp_ctl.c t/op/runlevel.t
37376 ____________________________________________________________________________
37377 [  7340] By: gsar                                  on 2000/10/16  08:20:37
37378         Log: integrate changes#6207..6210 from cfgperl
37379              
37380              Subject: [PATCH 5.6.0] Threadsafe patches
37381              From: Dan Sugalski <dan@sidhe.org>
37382              To: perl5-porters@perl.org
37383              Date: Mon, 08 May 2000 18:08:13 -0400
37384              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
37385              
37386              Regen headers for #6207.
37387              
37388              Lock PL_fdpid against race conditions, based on:
37389              Subject: [PATCH 5.6.0]subprocess fixup for threads
37390              From: Dan Sugalski <dan@sidhe.org>
37391              To: perl5-porters@perl.org
37392              Date: Tue, 11 Apr 2000 17:02:32 -0400
37393              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
37394              
37395              Mopup for #6207 and #6209.
37396      Branch: maint-5.6/perl
37397           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
37398           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
37399           !> win32/win32.c
37400 ____________________________________________________________________________
37401 [  7339] By: gsar                                  on 2000/10/16  08:14:34
37402         Log: integrate change#6203 from cfgperl
37403              
37404              perldiag should refer to perlos2.pod not README.os2
37405      Branch: maint-5.6/perl
37406           !> pod/perldiag.pod
37407 ____________________________________________________________________________
37408 [  7338] By: gsar                                  on 2000/10/16  08:11:42
37409         Log: integrate change#6201 from mainline
37410              
37411              Perl_eval_pv() leaks 4 bytes every time it is called because it
37412              does a PUSHMARK that's never ever POPMARKed; in general, only
37413              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
37414              Perl_eval_[sp]v() don't because they don't take any incoming
37415              arguments (this leak has been around since the original version
37416              of perl_eval_pv() in 5.003_97e)
37417      Branch: maint-5.6/perl
37418           !> perl.c
37419 ____________________________________________________________________________
37420 [  7337] By: gsar                                  on 2000/10/16  08:08:47
37421         Log: integrate changes#6197..6200 from cfgperl
37422              
37423              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
37424              From: John Borwick <jhborwic@unity.ncsu.edu>
37425              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
37426              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
37427              
37428              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
37429              From: Dan Sugalski <dan@sidhe.org>
37430              To: vmsperl@perl.org, perl5-porters@perl.org
37431              Date: Fri, 02 Jun 2000 16:00:41 -0400
37432              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
37433              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
37434              
37435              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
37436              From: Dan Sugalski <dan@sidhe.org>
37437              To: perl5-porters@perl.org, vmsperl@perl.org
37438              Date: Fri, 02 Jun 2000 17:30:51 -0400
37439              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
37440              
37441              Update to cperl-mode.el 4.31 from
37442              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
37443              Subject: A couple of notes
37444              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37445              To: Mailing list Perl5 <perl5-porters@perl.org>
37446              Date: Sat, 3 Jun 2000 23:33:32 -0400
37447              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
37448      Branch: maint-5.6/perl
37449           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
37450           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
37451           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
37452           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
37453           !> vms/vmsish.h
37454 ____________________________________________________________________________
37455 [  7336] By: gsar                                  on 2000/10/16  08:03:46
37456         Log: integrate changes#6194,6195 from mainline
37457              
37458              fix small eval"" memory leaks under USE_ITHREADS
37459              
37460              fix yet another eval"" leak under USE_ITHREADS
37461      Branch: maint-5.6/perl
37462           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
37463           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
37464           !> vms/perly_c.vms
37465 ____________________________________________________________________________
37466 [  7335] By: gsar                                  on 2000/10/16  08:02:15
37467         Log: integrate changes#6190,6191 from mainline
37468              
37469              submit missing embed.pl change
37470              
37471              vec() loses numericalness (modified version of patch suggested
37472              by Robin Barker)
37473      Branch: maint-5.6/perl
37474           !> doop.c embed.pl t/op/vec.t
37475 ____________________________________________________________________________
37476 [  7334] By: gsar                                  on 2000/10/16  08:01:03
37477         Log: integrate change#6189 from mainline
37478              
37479              counting tr/// corrupts later operation (from M.J.T Guy)
37480      Branch: maint-5.6/perl
37481           !> doop.c t/op/tr.t
37482 ____________________________________________________________________________
37483 [  7333] By: gsar                                  on 2000/10/16  07:59:07
37484         Log: integrate changes#6183..6188 from mainline
37485              
37486              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
37487              <nick@ccl4.org>)
37488              
37489              tweak for change#6127
37490              
37491              remove incorrect documentation about implicit split to @_ in
37492              list context, which never really worked in perl 5 (from
37493              M.J.T. Guy)
37494              
37495              further qualify references to "alphanumeric" (from Wolfgang Laun
37496              <wolfgang.laun@alcatel.at>)
37497              
37498              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
37499              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37500              
37501              h2xs tweaks
37502      Branch: maint-5.6/perl
37503           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
37504           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
37505           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
37506           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
37507           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
37508           !> pod/pod2latex.PL utils/h2xs.PL
37509 ____________________________________________________________________________
37510 [  7332] By: gsar                                  on 2000/10/16  07:53:52
37511         Log: integrate change#6179 from mainline
37512              
37513              buggy modulus on UVs introduced by change#3378 (resulted in
37514              4063328477 % 65535 amounting to 27406, instead of 27407)
37515      Branch: maint-5.6/perl
37516           !> pp.c t/op/arith.t
37517 ____________________________________________________________________________
37518 [  7331] By: gsar                                  on 2000/10/16  07:52:49
37519         Log: integrate changes#6176,6177,6178,6182 from cfgperl
37520              
37521              Single-quoted utf8 patch from Simon Cozens.
37522              
37523              Substitution utf8 patch from Simon Cozens.
37524              
37525              Be cleaner.
37526              
37527              Be Cleaner Part Deux.
37528      Branch: maint-5.6/perl
37529           !> Makefile.SH pp_hot.c toke.c
37530 ____________________________________________________________________________
37531 [  7330] By: gsar                                  on 2000/10/16  07:41:36
37532         Log: integrate change#6172 from mainline
37533              
37534              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
37535              (from Ilya Zakharevich)
37536      Branch: maint-5.6/perl
37537           !> regexec.c t/op/re_tests
37538 ____________________________________________________________________________
37539 [  7329] By: gsar                                  on 2000/10/16  07:40:25
37540         Log: integrate change#6171 from mainline
37541              
37542              scalar() doesn't force scalar context when used in void context
37543              (from Simon Cozens)
37544      Branch: maint-5.6/perl
37545           !> op.c t/op/wantarray.t
37546 ____________________________________________________________________________
37547 [  7328] By: gsar                                  on 2000/10/16  07:39:33
37548         Log: integrate change#6170 from mainline
37549              
37550              change#6142 needs tweaks to tests to work where there's no
37551              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37552      Branch: maint-5.6/perl
37553           !> t/lib/filefind.t
37554 ____________________________________________________________________________
37555 [  7327] By: gsar                                  on 2000/10/16  07:35:34
37556         Log: integrate changes#6166..6168 from cfgperl
37557              
37558              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
37559              in case somebody wants to write an extension for more
37560              shadow database interfaces.
37561              
37562              tweak todo
37563              
37564              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
37565      Branch: maint-5.6/perl
37566           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37567           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
37568           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
37569           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37570           !> win32/config.vc win32/config_H.bc win32/config_H.gc
37571           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37572 ____________________________________________________________________________
37573 [  7326] By: gsar                                  on 2000/10/16  07:29:05
37574         Log: integrate changes#6157,6159..6161,6164 from cfgperl
37575              
37576              Regen Configure to jive with #6149.
37577              
37578              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
37579              
37580              Changes for the File::Temp 0.08 (change #6159) test suite
37581              to fit better into the Perl distribution test framework.
37582              
37583              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
37584              both from Simon Cozens.
37585              
37586              detypo
37587      Branch: maint-5.6/perl
37588           +> pod/perlmodlib.PL pod/perlnewmod.pod
37589           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
37590           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
37591           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37592           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37593 ____________________________________________________________________________
37594 [  7325] By: gsar                                  on 2000/10/16  07:25:13
37595         Log: integrate change#6158 from vmsperl
37596              
37597              Add fallback to tmpfile for use in cases where user's relying on
37598              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
37599              Lane's patch)
37600      Branch: maint-5.6/perl
37601           !> vms/vms.c vms/vmsish.h
37602 ____________________________________________________________________________
37603 [  7324] By: gsar                                  on 2000/10/16  07:20:50
37604         Log: integrate changes#6153..6155 from mainline
37605              
37606              prettier Test::Harness output on failed tests (from Nicholas Clark
37607              <nick@Bagpuss.uk.boo.com>)
37608              
37609              avoid type mismatch warning
37610              
37611              small bug in change#6144; remove random \xA0 character that snuck
37612              in via change#6145
37613      Branch: maint-5.6/perl
37614           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
37615           !> perl.c
37616 ____________________________________________________________________________
37617 [  7323] By: gsar                                  on 2000/10/16  07:18:47
37618         Log: integrate changes#6151,6152 from mainline
37619              
37620              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
37621              
37622              cosmetic fixups of RE debug output (from Ilya Zakharevich)
37623      Branch: maint-5.6/perl
37624           !> regexec.c
37625 ____________________________________________________________________________
37626 [  7322] By: gsar                                  on 2000/10/16  07:17:25
37627         Log: integrate changes#6146..6150 from mainline
37628              
37629              doc typo
37630              
37631              add a make entry to Config.pm so "perl -V:make" works on VMS
37632              (from Peter Prymmer)
37633              
37634              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
37635              
37636              OS/2 tweaks for usethreads build (from Rocco Caputo
37637              <troc@netrus.net>)
37638              
37639              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
37640      Branch: maint-5.6/perl
37641           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
37642           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
37643           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
37644           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
37645           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
37646           !> warnings.pl x2p/a2p.h
37647 ____________________________________________________________________________
37648 [  7321] By: gsar                                  on 2000/10/16  07:14:02
37649         Log: integrate changes#6143..6145 from mainline
37650              
37651              MacOS support, part 1 (from Matthias Neeracher
37652              <neeri@iis.ee.ethz.ch>)
37653              
37654              MacOS support, part 2: make AutoSplit use File::Spec instead
37655              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
37656              <neeri@iis.ee.ethz.ch>)
37657              
37658              make xsubpp skip embedded pod (from Matthias Neeracher
37659              <neeri@iis.ee.ethz.ch>)
37660      Branch: maint-5.6/perl
37661           +> ext/DynaLoader/dl_mac.xs
37662           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
37663           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37664           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
37665           !> pp_ctl.c proto.h toke.c util.c util.h
37666 ____________________________________________________________________________
37667 [  7320] By: gsar                                  on 2000/10/16  07:12:13
37668         Log: integrate changes#6141,6142 from mainline
37669              
37670              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
37671              forwarded by Peter Seebach from the bsdi-users mailing list.
37672              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
37673              
37674              File::Find fails to chdir when chasing symlinks (from
37675              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
37676      Branch: maint-5.6/perl
37677           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
37678 ____________________________________________________________________________
37679 [  7319] By: gsar                                  on 2000/10/16  07:04:30
37680         Log: integrate change#6139 from mainline
37681              
37682              revise mktables.PL for bugs and newness in Unicode 3.0
37683              (from James Bence <jbence@amgen.com>)
37684      Branch: maint-5.6/perl
37685           +> (branch 30 files)
37686           !> (integrate 49 files)
37687 ____________________________________________________________________________
37688 [  7318] By: gsar                                  on 2000/10/16  07:01:01
37689         Log: integrate changes#6137,6138 from mainline
37690              
37691              fix bogus redeclaration warning for "our" variables in different
37692              scopes
37693              
37694              add note about the handling of negative indices to tied arrays
37695              (from Michael G Schwern <schwern@pobox.com>)
37696      Branch: maint-5.6/perl
37697           !> op.c pod/perltie.pod t/pragma/strict-vars
37698 ____________________________________________________________________________
37699 [  7317] By: gsar                                  on 2000/10/16  06:58:46
37700         Log: integrate changes#6127..6136 from mainline
37701              
37702              call_method(...,G_EVAL) can longjmp() out if the method probing
37703              failed (from Gisle Aas)
37704              
37705              new perlxstut example for passing/returning refs to arrays
37706              (from David Lowe <dlowe@pootpoot.com>)
37707              
37708              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
37709              
37710              fix places that mean C<"word" character> but say C<alphanumeric
37711              character>
37712              
37713              avoid warnings in POSIX.pm (from Barrie Slaymaker)
37714              
37715              warnings::enabled() doesn't fall back to looking at $^W if
37716              caller isn't using lexical warnings (from Paul Marquess)
37717              
37718              elide bogus test in change#6132
37719              
37720              make Test::Harness use wait.h/WCOREDUMP if available
37721              (from Ben Tilly <ben_tilly@hotmail.com>)
37722              
37723              enable Test::Harness to dynamically determine column width etc.
37724              (from Rob Napier <rnapier@employees.org>)
37725              
37726              random pod typos (from Peter Scott <Peter@PSDT.com>)
37727      Branch: maint-5.6/perl
37728           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
37729           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
37730           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
37731           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
37732 ____________________________________________________________________________
37733 [  7316] By: gsar                                  on 2000/10/16  06:53:23
37734         Log: integrate change#6126 from mainline
37735              
37736              change#2879 broke rvalue autovivification of magicals such as
37737              ${$num} (reworked variant of patch suggested by Simon Cozens)
37738      Branch: maint-5.6/perl
37739           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
37740           !> pp_hot.c proto.h t/op/gv.t
37741 ____________________________________________________________________________
37742 [  7315] By: gsar                                  on 2000/10/16  06:51:38
37743         Log: integrate changes#6123,6125 from mainline
37744              
37745              clarify gotcha with #line directives (from Rocco Caputo
37746              <troc@netrus.net>)
37747              
37748              enable propagating exception objects via Perl_croak() in XS code
37749              (from Gisle Aas)
37750      Branch: maint-5.6/perl
37751           !> pod/perldebug.pod pod/perlsyn.pod util.c
37752 ____________________________________________________________________________
37753 [  7314] By: gsar                                  on 2000/10/16  06:49:28
37754         Log: integrate change#6122 from mainline
37755              
37756              downgrade fatal error on C<"foo@nosucharray.com"> to optional
37757              warning (from Mark-Jason Dominus)
37758      Branch: maint-5.6/perl
37759           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
37760           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
37761           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
37762           !> toke.c
37763 ____________________________________________________________________________
37764 [  7313] By: gsar                                  on 2000/10/16  06:46:54
37765         Log: integrate changes#6112..6121 from vmsperl
37766              
37767              Check for existence of file before trying to delete
37768              
37769              Ugly workaround for version-specific RTL error
37770              
37771              Urk -- undo previous removal of vmsish 'exit' change
37772              
37773              Add bounds checking for several strings (Charles Lane)
37774              
37775              Miscellaneous cosmetic fixes (Charles Lane)
37776              
37777              Treat sockets as special in sys(read|write) (Charles Lane et al.)
37778              
37779              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
37780              Flatten case labels in switch statements uniformly (Charles Bailey)
37781              
37782              Quiet error messages in vmsish.t (Charles Lane)
37783              
37784              Add missing escape (Charles Lane)
37785              
37786              Allow eliminate_macros() and fixpath() to handle space-delimited
37787              lists (based on fixes by Craig Berry)
37788      Branch: maint-5.6/perl
37789           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
37790           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
37791           !> vms/vmsish.h
37792 ____________________________________________________________________________
37793 [  7312] By: gsar                                  on 2000/10/16  06:41:18
37794         Log: integrate changes#6107,6110 from cfgperl
37795              
37796              Tweak the todo list.
37797              
37798              todo tweak
37799      Branch: maint-5.6/perl
37800           !> Todo-5.6
37801 ____________________________________________________________________________
37802 [  7311] By: gsar                                  on 2000/10/16  06:38:38
37803         Log: integrate changes#6104,6108 from mainline
37804              
37805              PL_sys_intern was being initialized too late on windows
37806              
37807              reenable fake signal handling on Windows, bugs and all
37808      Branch: maint-5.6/perl
37809           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
37810           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
37811           !> win32/win32.c
37812 ____________________________________________________________________________
37813 [  7310] By: gsar                                  on 2000/10/16  06:36:03
37814         Log: integrate changes#6095,6097..6103 from cfgperl
37815              
37816              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
37817              might be useful in future.
37818              
37819              Add a note about possible compilation problems from Allen Smith.
37820              
37821              Add a note about other, yet unsupported, shadow password APIs.
37822              
37823              Tweaks for the cc bugs from Allen Smith.
37824              
37825              More compilation tweakery from Allen Smith.
37826              
37827              Hints and test tweaks for Unicos.
37828              
37829              The test suite tweak in #6101 wasn't quite right.
37830              
37831              Test tweaking for Unicos continues.
37832      Branch: maint-5.6/perl
37833           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37834           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
37835           !> t/lib/complex.t t/op/64bitint.t
37836 ____________________________________________________________________________
37837 [  7309] By: gsar                                  on 2000/10/16  06:29:41
37838         Log: integrate changes#6093,6094 from mainline
37839              
37840              fork() failure to create pseudo process sets errno=EAGAIN and returns
37841              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
37842              
37843              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
37844      Branch: maint-5.6/perl
37845           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
37846           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
37847 ____________________________________________________________________________
37848 [  7308] By: gsar                                  on 2000/10/16  06:27:29
37849         Log: integrate change#6092 from cfgperl
37850              
37851              Regen perltoc with the fixed buildtoc.
37852      Branch: maint-5.6/perl
37853           !> pod/perltoc.pod
37854 ____________________________________________________________________________
37855 [  7307] By: gsar                                  on 2000/10/16  06:26:40
37856         Log: integrate changes#6089,6090 from mainline
37857              
37858              buildtoc tweak to fix newline lossage
37859              
37860              concat doesn't preserve utf8-ness, and doesn't invalidate
37861              [NI]OK; added tests for both
37862      Branch: maint-5.6/perl
37863           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
37864 ____________________________________________________________________________
37865 [  7306] By: gsar                                  on 2000/10/16  06:24:05
37866         Log: integrate change#6088 from cfgperl
37867              
37868              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
37869              because we do not use those.  The HAS_GETSPNAM remains,
37870              though, because we still do use that.
37871      Branch: maint-5.6/perl
37872           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37873           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
37874           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
37875           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
37876           !> win32/config.vc win32/config_H.bc win32/config_H.gc
37877           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
37878 ____________________________________________________________________________
37879 [  7305] By: gsar                                  on 2000/10/16  06:15:52
37880         Log: integrate changes#6084,6085,6087 from mainline
37881              
37882              substr() does not preserve utf8-ness (from Stefan Eissing
37883              <Eissing@medicaldataservice.de>); added tests
37884              
37885              repeat operator (x) doesn't preserve utf8-ness
37886              
37887              reverse() and quotemeta() weren't preserving utf8-ness; add tests
37888      Branch: maint-5.6/perl
37889           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
37890 ____________________________________________________________________________
37891 [  7304] By: gsar                                  on 2000/10/16  06:13:10
37892         Log: integrate changes#6077..6083 from mainline
37893              
37894              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
37895              and Tom Phoenix)
37896              
37897              workaround for CRT bug in chdir() (from Charles Lane, via
37898              Peter Prymmer)
37899              
37900              remove outdated kludge in Carp (NULLs are permitted in diagnostics
37901              now)
37902              
37903              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
37904              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
37905              
37906              better default perlbug categories for ok reports (from Richard Foley)
37907              
37908              peek.t non-portable to ithreads
37909              
37910              note about undocumented caller() return value (from M.J.T. Guy);
37911              yet another peek.t tweak
37912      Branch: maint-5.6/perl
37913           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
37914           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
37915           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
37916           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
37917           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
37918           !> vms/vmsish.h
37919 ____________________________________________________________________________
37920 [  7303] By: gsar                                  on 2000/10/16  06:03:18
37921         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
37922              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
37923              
37924              &HUGE_VAL is not defined, it exists.
37925              
37926              Do not warn that an infinity does not look like a number.
37927              
37928              Rewrite the pwent/spent logic to be a little bit more clearer.
37929              
37930              Continue on the pwent/spent case.
37931              
37932              Correct Freudian slip.
37933              
37934              Use HUGE_VALL if applicable.
37935              
37936              pwent/spent #ifdef imbalance.
37937              
37938              Infinite problems.
37939              
37940              Call getspnam() only iff needd.
37941              
37942              Test both the scalar and list contexts.
37943              
37944              Use setxxent()/endxxent().
37945              
37946              Complex tweakery.
37947              
37948              Unicos hint tweak.
37949              
37950              Be more forgiving in POSIX about HUGE_VALL.
37951              
37952              Detypo.
37953              
37954              The search of infinity continues, this time simplified.
37955              
37956              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
37957              in natively 64-bit platforms where a long is a quad (no need
37958              for long longs).  Also added bias for IVs.
37959              
37960              Complex tweaks.
37961              
37962              Introduce t/lib/peek.t.
37963              
37964              Make the test more portable.
37965      Branch: maint-5.6/perl
37966           +> t/lib/peek.t
37967            ! pp_sys.c
37968           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
37969           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
37970           !> t/op/pwent.t toke.c util.c
37971 ____________________________________________________________________________
37972 [  7302] By: gsar                                  on 2000/10/16  05:03:37
37973         Log: integrate changes#6066..6071 from mainline
37974              
37975              s/END/CHECK/
37976              
37977              replace direct call to sighandler() with (*PL_sighandlerp)()
37978              
37979              note about values()
37980              
37981              File::Spec compatibility update (from Barrie Slaymaker
37982              <barries@slaysys.com>)
37983              
37984              remove misleading comment (from M.J.T. Guy)
37985              
37986              misformatted perllocal.pod (from Tim Jenness
37987              <t.jenness@jach.hawaii.edu>)
37988      Branch: maint-5.6/perl
37989           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
37990           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
37991           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
37992           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
37993 ____________________________________________________________________________
37994 [  7301] By: gsar                                  on 2000/10/16  05:00:08
37995         Log: integrate changes#6061..6063 from mainline
37996              
37997              change#5921 neglected to make eq honor "use bytes"
37998              
37999              additional tests for utf8.t
38000              
38001              tokeq() could read unallocated field in argument
38002      Branch: maint-5.6/perl
38003           !> sv.c t/pragma/utf8.t toke.c
38004 ____________________________________________________________________________
38005 [  7300] By: gsar                                  on 2000/10/16  04:56:54
38006         Log: integrate changes#6046,6048,6057,6058 from mainline
38007              
38008              libscheck has insufficient checks for n32 libs (from
38009              Albert Chin-A-Young <china@thewrittenword.com>)
38010              
38011              add note about how $( doesn't interpolate in REs (from
38012              Philip Newton <newton@ficus.frogspace.net>)
38013              
38014              fix broken parsing of /\x{ab}/
38015              
38016              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
38017              (spotted by Donald Kinzer <dkinzer@premia.com>)
38018      Branch: maint-5.6/perl
38019           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
38020           !> t/pragma/utf8.t
38021 ____________________________________________________________________________
38022 [  7299] By: gsar                                  on 2000/10/16  04:52:50
38023         Log: integrate change#6044 from mainline
38024              
38025              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
38026              such that underscores are only ignored in literal numbers,
38027              "\x{...}", and hex/oct argument
38028      Branch: maint-5.6/perl
38029           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
38030 ____________________________________________________________________________
38031 [  7298] By: gsar                                  on 2000/10/16  04:50:53
38032         Log: integrate changes#6027..6043 from mainline
38033              
38034              podlators-1.02 update (from Russ Allbery)
38035              
38036              Pod::Man generates groff-incompatible macro definition (from
38037              Tom Christiansen)
38038              
38039              add CGI.pm v2.66 (from Lincoln Stein)
38040              
38041              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
38042              for @- and @+ (from Johan Vromans)
38043              
38044              small nits in diagnostics.pm (from Robin Barker)
38045              
38046              whitespace adjustments
38047              
38048              missing files in MANIFEST
38049              
38050              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
38051              to compensate
38052              
38053              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
38054              
38055              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
38056      Branch: maint-5.6/perl
38057           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
38058           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
38059           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
38060           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
38061           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
38062           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
38063           !> t/lib/cgi-html.t t/lib/cgi-request.t
38064 ____________________________________________________________________________
38065 [  7297] By: gsar                                  on 2000/10/16  04:44:30
38066         Log: integrate change#6025 from mainline
38067              
38068              Is{Alnum,Alpha,Word} don't match titlecase
38069              TODO: IsSpace is defined recursively!
38070              (both spotted by Larry)
38071      Branch: maint-5.6/perl
38072           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
38073           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
38074 ____________________________________________________________________________
38075 [  7296] By: gsar                                  on 2000/10/16  04:39:30
38076         Log: integrate change#6023 from mainline
38077              
38078              debugger stomps on $. (from M.J.T. Guy)
38079      Branch: maint-5.6/perl
38080           !> lib/perl5db.pl
38081 ____________________________________________________________________________
38082 [  7295] By: gsar                                  on 2000/10/16  04:38:02
38083         Log: integrate change#6022 from mainline
38084              
38085              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
38086      Branch: maint-5.6/perl
38087           !> sv.c
38088 ____________________________________________________________________________
38089 [  7294] By: gsar                                  on 2000/10/16  04:37:05
38090         Log: integrate changes#6018..6021 from mainline
38091              
38092              make lib/syslog.t portable to systems that don't have _PATH_LOG,
38093              make _PATH_LOG() return "" if unavailable
38094              
38095              windows portability tweaks
38096              
38097              test tweak
38098              
38099              remove Win2K issue in pod (fixed by change#6020)
38100      Branch: maint-5.6/perl
38101           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
38102           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
38103           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
38104 ____________________________________________________________________________
38105 [  7293] By: gsar                                  on 2000/10/16  04:20:00
38106         Log: integrate changes#6013..6015 from mainline
38107              
38108              tweak change#5945 to display correct switch name in diagnostic
38109              
38110              glob() loading File::Glob behind the scenes may cause syntax errors
38111              
38112              tweak test for portability
38113      Branch: maint-5.6/perl
38114           !> op.c perl.c pod/perldiag.pod t/lib/b.t
38115 ____________________________________________________________________________
38116 [  7292] By: gsar                                  on 2000/10/16  04:18:11
38117         Log: integrate changes#6005..6010 from mainline, cfgperl
38118              
38119              perldoc might fail via "use blib" (from Hugo van der Sanden)
38120              
38121              Regen Configure.
38122              
38123              note about compile failures and END blocks (from M.J.T. Guy)
38124              
38125              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
38126              
38127              (change#6009 integrated earlier in change#7255)
38128              
38129              clarify note about shadow password support (from
38130              gellyfish@gellyfish.com)
38131      Branch: maint-5.6/perl
38132           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
38133           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
38134           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
38135 ____________________________________________________________________________
38136 [  7291] By: gsar                                  on 2000/10/16  04:12:03
38137         Log: integrate changes#6002,6003 from mainline
38138              
38139              destructive sv_setsv() can lose UV-ness from source, causing
38140              numeric promotions/comparisons to fail to do the right thing
38141              
38142              allow REG_EXPAND_SZ keys in Windows registry (from
38143              John Clayton <John.Clayton@barclayscapital.com>)
38144      Branch: maint-5.6/perl
38145           !> sv.c win32/win32.c
38146 ____________________________________________________________________________
38147 [  7290] By: gsar                                  on 2000/10/16  04:10:19
38148         Log: integrate change#6001 from mainline
38149              
38150              support additional library locations via $Config{otherlibdirs}
38151              (from Andy Dougherty)
38152      Branch: maint-5.6/perl
38153           !> Configure INSTALL Porting/Glossary Porting/config.sh
38154           !> Porting/config_H config_h.SH epoc/config.sh perl.c
38155           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
38156           !> win32/config.bc win32/config.gc win32/config.vc
38157 ____________________________________________________________________________
38158 [  7289] By: gsar                                  on 2000/10/16  04:08:28
38159         Log: integrate change#5999 from mainline
38160              
38161              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
38162      Branch: maint-5.6/perl
38163           !> t/pragma/warn/toke toke.c
38164 ____________________________________________________________________________
38165 [  7288] By: gsar                                  on 2000/10/16  04:07:01
38166         Log: integrate changes#5997,5998 from cfgperl
38167              
38168              Preserve $!.
38169              
38170              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
38171      Branch: maint-5.6/perl
38172           !> lib/Math/Complex.pm
38173 ____________________________________________________________________________
38174 [  7287] By: gsar                                  on 2000/10/16  04:04:37
38175         Log: integrate change#5995 from mainline
38176              
38177              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
38178      Branch: maint-5.6/perl
38179           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
38180 ____________________________________________________________________________
38181 [  7286] By: gsar                                  on 2000/10/16  04:03:21
38182         Log: integrate change#5994 from mainline
38183              
38184              fix for missed accounting for null byte in pack("Z",...) (from
38185              M.J.T. Guy)
38186      Branch: maint-5.6/perl
38187           !> pp.c t/op/pack.t
38188 ____________________________________________________________________________
38189 [  7285] By: gsar                                  on 2000/10/16  04:02:11
38190         Log: integrate changes#5989..5993 from mainline
38191              
38192              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
38193              itself and no other (from Tom Hughes)
38194              
38195              use $ENV{LIB} to search for libs under Visual C compiler
38196              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
38197              
38198              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
38199              
38200              pod nit (from Simon Cozens)
38201              
38202              various minor tweaks seen on p5p
38203      Branch: maint-5.6/perl
38204           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
38205           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
38206           !> t/op/array.t toke.c
38207 ____________________________________________________________________________
38208 [  7284] By: gsar                                  on 2000/10/16  03:59:00
38209         Log: integrate changes#5978..5988 from mainline
38210              
38211              sync version numbers in File::Spec with the ones on CPAN
38212              (from Barrie Slaymaker)
38213              
38214              under useithreads, constant pad entries could inadvertantly be
38215              shared across threads (from Eric Blood <eblood@xmission.com>);
38216              added Eric's test case to testsuite
38217              
38218              allow Configure -S to run non-interactively (spotted by Greg Hudson
38219              <ghudson@mit.edu>)
38220              
38221              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
38222              prototype mismatch with CORE::glob(); update pod and tests to
38223              suit (File::Glob::glob() is still available for backward
38224              compatibility, but should be considered deprecated)
38225              
38226              avoid error in IO::Socket::INET when given an unknown service name
38227              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
38228              
38229              numeric conversion of non-number in change#3378 tramples on
38230              OOK offset, causing segfaults
38231              
38232              attributes::reftype() doesn't work on tied argument
38233              
38234              forked child may not exit correctly if it failed to open
38235              /dev/console (from Graham Barr)
38236              
38237              add regular expressions tutorial and quick-start guide (from
38238              Mark Kvale <kvale@phy.ucsf.edu>)
38239              
38240              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
38241              
38242              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
38243              <paul@miraclefish.com>)
38244      Branch: maint-5.6/perl
38245           +> pod/perlrequick.pod pod/perlretut.pod
38246           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
38247           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
38248           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
38249           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
38250           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
38251           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
38252           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
38253           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
38254 ____________________________________________________________________________
38255 [  7283] By: gsar                                  on 2000/10/16  03:52:14
38256         Log: integrate change#5977 from mainline
38257              
38258              autoquote barewords followed by newline and arrow properly
38259              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
38260      Branch: maint-5.6/perl
38261           !> t/pragma/warn/toke toke.c
38262 ____________________________________________________________________________
38263 [  7282] By: gsar                                  on 2000/10/16  03:50:48
38264         Log: integrate change#5976 from mainline
38265              
38266              DB_File v1.73 update (from Paul Marquess)
38267      Branch: maint-5.6/perl
38268           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
38269           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
38270 ____________________________________________________________________________
38271 [  7281] By: gsar                                  on 2000/10/16  03:49:14
38272         Log: integrate change#5975 from mainline
38273              
38274              allow sort() reentrancy (variant of patch suggested by
38275              Hugo van der Sanden)
38276      Branch: maint-5.6/perl
38277           !> pp_ctl.c t/op/sort.t
38278 ____________________________________________________________________________
38279 [  7280] By: gsar                                  on 2000/10/16  03:48:22
38280         Log: integrate change#5974 from mainline
38281              
38282              change#4197 somehow missed initializing PL_errors, meaning
38283              syntax error queueing wasn't working outside eval"" at all;
38284              also fixed eval"" to localize PL_error_count, so that compile-time
38285              eval's don't clobber the error state of the outer context
38286      Branch: maint-5.6/perl
38287           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
38288           !> t/pragma/warn/toke
38289 ____________________________________________________________________________
38290 [  7279] By: gsar                                  on 2000/10/16  03:46:21
38291         Log: integrate change#5973 from mainline
38292              
38293              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
38294      Branch: maint-5.6/perl
38295           !> regcomp.c regexec.c t/op/re_tests
38296 ____________________________________________________________________________
38297 [  7278] By: gsar                                  on 2000/10/16  03:44:54
38298         Log: integrate change#5971 from cfgperl
38299              
38300              Unicos tweaks from Mark P. Lutz.
38301      Branch: maint-5.6/perl
38302           !> hints/unicos.sh lib/Math/Complex.pm
38303 ____________________________________________________________________________
38304 [  7277] By: gsar                                  on 2000/10/16  03:42:59
38305         Log: integrate changes#5966..5970 from mainline
38306              
38307              add testsuite for B backends, fix bug in B::Deparse (from
38308              Simon Cozens <simon@brecon.co.uk>)
38309              
38310              improved docs on the warn_uninit diagnostic (from David Glasser
38311              and Simon Cozens)
38312              
38313              tolerate spaces in group names in test on solaris (from David Boyce
38314              <dsb@boyski.com>)
38315              
38316              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
38317              
38318              Data::Dumper fumbles negative numbers on 32-bit platforms where
38319              IV is >32bits
38320      Branch: maint-5.6/perl
38321           +> t/lib/b.t t/lib/syslog.t
38322           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
38323           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
38324           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
38325 ____________________________________________________________________________
38326 [  7276] By: gsar                                  on 2000/10/16  03:39:30
38327         Log: integrate change#5965 from mainline
38328              
38329              avoid "will not stay shared" warnings for our variables (from
38330              Robin Barker)
38331      Branch: maint-5.6/perl
38332           !> op.c t/pragma/warn/op
38333 ____________________________________________________________________________
38334 [  7275] By: gsar                                  on 2000/10/16  03:38:18
38335         Log: integrate change#5964 from mainline
38336              
38337              reformat to 72 columns (again)
38338      Branch: maint-5.6/perl
38339           !> pod/perldiag.pod
38340 ____________________________________________________________________________
38341 [  7274] By: gsar                                  on 2000/10/16  03:36:58
38342         Log: integrate change#5963 from mainline
38343              
38344              patch from Larry to make (\&) prototype work; added tests for
38345              the same
38346      Branch: maint-5.6/perl
38347           !> op.c t/comp/proto.t
38348 ____________________________________________________________________________
38349 [  7273] By: gsar                                  on 2000/10/16  03:35:51
38350         Log: integrate changes#5956..5962 from mainline
38351              
38352              better diagnostics on failed tests (from Ilya Zakharevich)
38353              
38354              pod nits (from A. C. Yardley <yardley@tanet.net>)
38355              
38356              change#3569 deleted some essential code, revert; avoid use of
38357              atexit() to make DynaLoader work properly on AIX under mod_perl
38358              (from Jens-Uwe Mager <jum@helios.de>)
38359              
38360              doubled words in pods (from Simon Cozens
38361              <simon.p.cozens@jp.pwcglobal.com>)
38362              
38363              better INSTALL notes on Solaris issues (from Dominic Dunlop)
38364              
38365              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
38366              
38367              updated README.hpux (from Jeff Okamoto)
38368      Branch: maint-5.6/perl
38369           !> INSTALL README.hpux emacs/cperl-mode.el
38370           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
38371           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
38372           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
38373           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
38374           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
38375           !> t/op/lex_assign.t
38376 ____________________________________________________________________________
38377 [  7272] By: gsar                                  on 2000/10/16  03:31:22
38378         Log: integrate change#5955 from mainline
38379              
38380              longstanding bug exposed by change#3307: sort arguments weren't
38381              compiled with the right wantarray context (ensuing runtime lookup
38382              via block_gimme() was getting the incidental context of the
38383              sort() itself)
38384      Branch: maint-5.6/perl
38385           !> op.c t/op/sort.t
38386 ____________________________________________________________________________
38387 [  7271] By: gsar                                  on 2000/10/16  03:29:11
38388         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
38389              branch
38390              
38391              Flatten the cpp jungle doing the nosuid checking.
38392              
38393              Do not assume sign propagation. (from M.J.T. Guy)
38394              
38395              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
38396              
38397              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
38398              Now pp_ncmp() returns undef is either operand is a NaN.
38399              
38400              On second thoughts frexp() does have two arguments.
38401              
38402              Document that tr() is not tr(1).
38403              
38404              Be more robust on "extreme" (large absolute value)
38405              arguments.  Originally reported by Daniel Connelly
38406              as a problem with asinh() on large negative arguments,
38407              asinh() used to bail out because an argument to log()
38408              ended up being zero.  Ilya Zakharevich proposed using
38409              Taylor's series in such cases, which for such large
38410              arguments is a very good approximation.
38411              
38412              Undo "use integer" addition from 64bitint as it seems
38413              to break most of the subtests in Digital UNIX;
38414              Unicos needs to find another way.
38415      Branch: maint-5.6/perl
38416           !> (integrate 29 files)
38417 ____________________________________________________________________________
38418 [  7270] By: gsar                                  on 2000/10/16  03:09:44
38419         Log: integrate changes#5948,5949,5950 from mainline
38420              
38421              typo in vars.pm that leads to cryptic message (from Piotr
38422              Piatkowski <kompas@kompas.usr.onet.pl>)
38423              
38424              make perldoc use the pod2man from the same version (from
38425              M.J.T. Guy)
38426              
38427              reformat perldiag to avoid long lines
38428      Branch: maint-5.6/perl
38429           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
38430 ____________________________________________________________________________
38431 [  7269] By: gsar                                  on 2000/10/16  03:05:54
38432         Log: integrate change#5947 from mainline
38433              
38434              use &dl_error rather than &dl_load_file as the guard for calling
38435              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
38436              statically built perl)
38437      Branch: maint-5.6/perl
38438           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
38439 ____________________________________________________________________________
38440 [  7268] By: gsar                                  on 2000/10/16  03:04:48
38441         Log: integrate change#5945 from mainline
38442              
38443              make module name mandatory after -M switch; reorder perldiag
38444              alphabetically (from Mark-Jason Dominus)
38445      Branch: maint-5.6/perl
38446           !> perl.c pod/perldiag.pod
38447 ____________________________________________________________________________
38448 [  7267] By: gsar                                  on 2000/10/16  03:03:01
38449         Log: integrate change#5939 from mainline
38450              
38451              more pod nits (from Larry Virden)
38452      Branch: maint-5.6/perl
38453           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
38454           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
38455           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
38456 ____________________________________________________________________________
38457 [  7266] By: gsar                                  on 2000/10/16  03:01:39
38458         Log: integrate change#5938 from mainline
38459              
38460              Consolidated B::Deparse fixes (from Stephen McCamant)
38461      Branch: maint-5.6/perl
38462           !> ext/B/B/Deparse.pm
38463 ____________________________________________________________________________
38464 [  7265] By: gsar                                  on 2000/10/16  03:00:43
38465         Log: integrate change#5936 from mainline
38466              
38467              additional tests for change#7263 (from Paul Marquess)
38468      Branch: maint-5.6/perl
38469           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
38470           !> t/pragma/warn/5nolint t/pragma/warn/6default
38471 ____________________________________________________________________________
38472 [  7264] By: gsar                                  on 2000/10/16  02:58:34
38473         Log: integrate change#5934 from mainline
38474              
38475              propagate lexical warnings from surrounding scope correctly
38476              within string eval() (from Paul Marquess)
38477      Branch: maint-5.6/perl
38478           !> pp_ctl.c t/pragma/warn/pp_ctl
38479 ____________________________________________________________________________
38480 [  7263] By: gsar                                  on 2000/10/16  02:56:53
38481         Log: integrate change#5932 from mainline
38482              
38483              add rsignal(), whichsig() and do_join() to public API list
38484              (mod_perl uses them to good advantage)
38485      Branch: maint-5.6/perl
38486           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
38487 ____________________________________________________________________________
38488 [  7262] By: gsar                                  on 2000/10/16  02:55:53
38489         Log: integrate change#5931 from mainline
38490              
38491              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
38492      Branch: maint-5.6/perl
38493           !> pp_hot.c regexec.c t/op/pat.t
38494 ____________________________________________________________________________
38495 [  7261] By: gsar                                  on 2000/10/16  02:55:01
38496         Log: integrate change#5930 from mainline
38497              
38498              small os390 tweaks (from Peter Prymmer)
38499      Branch: maint-5.6/perl
38500           !> config_h.SH makedepend.SH
38501 ____________________________________________________________________________
38502 [  7260] By: gsar                                  on 2000/10/16  02:54:10
38503         Log: integrate change#5929 from mainline
38504              
38505              pod nits
38506      Branch: maint-5.6/perl
38507           !> pod/perlguts.pod
38508 ____________________________________________________________________________
38509 [  7259] By: gsar                                  on 2000/10/16  02:52:55
38510         Log: integrate change#5927 from mainline
38511              
38512              arrange for next() to resume at the unstack op rather than the
38513              loop conditional, so that scope cleanup happens correctly
38514              (from Stephen McCamant)
38515      Branch: maint-5.6/perl
38516           !> op.c pp_ctl.c t/op/misc.t
38517 ____________________________________________________________________________
38518 [  7258] By: gsar                                  on 2000/10/16  02:51:38
38519         Log: integrate change#5926 from mainline
38520              
38521              on windows, reserve 16M of stack rather than 128M (allows more
38522              threads to run concurrently)
38523      Branch: maint-5.6/perl
38524           !> win32/Makefile win32/makefile.mk
38525 ____________________________________________________________________________
38526 [  7257] By: gsar                                  on 2000/10/16  02:50:37
38527         Log: integrate change#5925 from mainline
38528              
38529              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
38530      Branch: maint-5.6/perl
38531           !> toke.c
38532 ____________________________________________________________________________
38533 [  7256] By: gsar                                  on 2000/10/16  02:49:36
38534         Log: integrate change#5924 from mainline
38535              
38536              avoid using uninitialized memory in require version check
38537      Branch: maint-5.6/perl
38538           !> pp_ctl.c universal.c
38539 ____________________________________________________________________________
38540 [  7255] By: gsar                                  on 2000/10/16  02:48:03
38541         Log: integrate changes#5923,5928,6009 from mainline
38542              
38543              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
38544      Branch: maint-5.6/perl
38545           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
38546 ____________________________________________________________________________
38547 [  7254] By: gsar                                  on 2000/10/16  02:44:46
38548         Log: integrate change#5922 from mainline
38549              
38550              commentary about IoTYPE() (from Nathan Torkington)
38551      Branch: maint-5.6/perl
38552           !> sv.h
38553 ____________________________________________________________________________
38554 [  7253] By: gsar                                  on 2000/10/16  02:43:49
38555         Log: integrate change#5921 from mainline
38556              
38557              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
38558      Branch: maint-5.6/perl
38559           !> sv.c t/lib/charnames.t t/pragma/utf8.t
38560 ____________________________________________________________________________
38561 [  7252] By: gsar                                  on 2000/10/16  02:42:31
38562         Log: integrate change#5920 from mainline
38563              
38564              Larry's fix for buggy propagation of utf8-ness in join(); add test
38565      Branch: maint-5.6/perl
38566           !> doop.c t/op/ver.t
38567 ____________________________________________________________________________
38568 [  7251] By: gsar                                  on 2000/10/16  02:41:14
38569         Log: integrate changes#5915..5919 from mainline
38570              
38571              various (pod tweaks &c)
38572      Branch: maint-5.6/perl
38573           !> (integrate 33 files)
38574 ____________________________________________________________________________
38575 [  7250] By: gsar                                  on 2000/10/16  02:38:16
38576         Log: integrate change#5914 from mainline
38577              
38578              caller() wasn't returning the right number of elements for
38579              eval {...}
38580      Branch: maint-5.6/perl
38581           !> pp_ctl.c t/pragma/warn/9enabled
38582 ____________________________________________________________________________
38583 [  7249] By: gsar                                  on 2000/10/16  02:37:02
38584         Log: integrate change#5913 from mainline
38585              
38586              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
38587              (from Mark-Jason Dominus)
38588      Branch: maint-5.6/perl
38589           !> pod/perlfunc.pod
38590 ____________________________________________________________________________
38591 [  7248] By: gsar                                  on 2000/10/16  02:35:58
38592         Log: integrate change#5912 from mainline
38593              
38594              fix totally broken caching in UNIVERSAL::isa() (from
38595              Nick Ing-Simmons)
38596      Branch: maint-5.6/perl
38597           !> t/op/universal.t universal.c
38598 ____________________________________________________________________________
38599 [  7247] By: gsar                                  on 2000/10/16  02:34:27
38600         Log: integrate changes#5910,5911 from mainline
38601              
38602              typo in pod
38603              
38604              add linebreak properties from unicode/LineBrk.txt (from
38605              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
38606      Branch: maint-5.6/perl
38607           +> (branch 29 files)
38608           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
38609 ____________________________________________________________________________
38610 [  7246] By: gsar                                  on 2000/10/16  02:33:29
38611         Log: integrate change#5909 from mainline
38612              
38613              mode argument to do_binmode() should be file mode, not boolean
38614      Branch: maint-5.6/perl
38615           !> pp_sys.c
38616 ____________________________________________________________________________
38617 [  7245] By: gsar                                  on 2000/10/16  02:31:04
38618         Log: integrate change#5908 from mainline
38619              
38620              introduce illegal symbols into null package so that
38621              gv_fetchpv(...,TRUE) always returns a valid GV even when the
38622              symbol is trapped by strictures (avoids coredumps)
38623      Branch: maint-5.6/perl
38624           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
38625           !> t/pragma/strict-vars
38626 ____________________________________________________________________________
38627 [  7244] By: jhi                                   on 2000/10/16  02:29:54
38628         Log: Subject: $Carp::ExportLevel confusion in Exporter
38629              From: "Ben Tilly" <ben_tilly@hotmail.com>
38630              Date: Sat, 14 Oct 2000 16:44:34 EDT
38631              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
38632      Branch: perl
38633            ! lib/Exporter/Heavy.pm
38634 ____________________________________________________________________________
38635 [  7243] By: jhi                                   on 2000/10/16  02:28:33
38636         Log: Subject: [PATCH perlguts.pod] Document offset hack
38637              From: Simon Cozens <simon@cozens.net>
38638              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
38639              Date: Sat, 14 Oct 2000 19:32:25 +0100
38640      Branch: perl
38641            ! pod/perlguts.pod
38642 ____________________________________________________________________________
38643 [  7242] By: gsar                                  on 2000/10/16  02:26:51
38644         Log: integrate changes#5905,5906,5907,6064 from mainline
38645              
38646              printf/sprintf didn't get quad types right under use64bitint
38647      Branch: maint-5.6/perl
38648           !> pp_sys.c sv.c t/op/64bitint.t
38649 ____________________________________________________________________________
38650 [  7241] By: jhi                                   on 2000/10/16  02:22:44
38651         Log: Subject: small pod patch
38652              From: Dan Boorstein <dan_boo@bellsouth.net>
38653              Date: Sat, 14 Oct 2000 14:29:24 -0400
38654              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
38655      Branch: perl
38656            ! pod/perlfaq7.pod pod/perlmod.pod
38657 ____________________________________________________________________________
38658 [  7240] By: jhi                                   on 2000/10/16  02:13:46
38659         Log: -w cleanup.
38660              
38661              Subject: Re: Problems with bleadperl 
38662              From: "Stephen P. Potter" <spp@ds.net>
38663              Date: Fri, 13 Oct 2000 13:32:49 -0400
38664              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
38665      Branch: perl
38666            ! t/pragma/overload.t
38667 ____________________________________________________________________________
38668 [  7239] By: jhi                                   on 2000/10/16  01:41:18
38669         Log: One more ~utf8 tweak.
38670      Branch: perl
38671            ! t/op/bop.t
38672 ____________________________________________________________________________
38673 [  7238] By: jhi                                   on 2000/10/16  01:34:14
38674         Log: Tweak the test of #7235.
38675      Branch: perl
38676            ! t/op/bop.t
38677 ____________________________________________________________________________
38678 [  7237] By: jhi                                   on 2000/10/16  01:25:04
38679         Log: Fix a couple of compiler-noted nits in #7235.
38680      Branch: perl
38681            ! pp.c
38682 ____________________________________________________________________________
38683 [  7236] By: jhi                                   on 2000/10/16  01:22:46
38684         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
38685      Branch: perl
38686            ! pp.c pp_hot.c
38687 ____________________________________________________________________________
38688 [  7235] By: jhi                                   on 2000/10/15  16:24:44
38689         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
38690              
38691              From: Simon Cozens <simon@cozens.net>
38692              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
38693              Date: Sat, 14 Oct 2000 20:52:13 +0100
38694              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
38695      Branch: perl
38696            ! pp.c t/op/bop.t utf8.h
38697 ____________________________________________________________________________
38698 [  7234] By: jhi                                   on 2000/10/15  15:19:29
38699         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
38700              The problem was that rx->minlen was in chars while pp_split()
38701              thought it would be in bytes. 
38702      Branch: perl
38703            ! pp.c t/pragma/utf8.t
38704 ____________________________________________________________________________
38705 [  7233] By: jhi                                   on 2000/10/14  20:24:24
38706         Log: Document FNCASE=y as discussed in the bug 20000902.009.
38707      Branch: perl
38708            ! README.dos
38709 ____________________________________________________________________________
38710 [  7232] By: jhi                                   on 2000/10/14  18:52:21
38711         Log: Add test for bug id 20000427.003 (which seems to have
38712              been fixed) (also duplicate as 20000427.004, though
38713              with a higher severity).  Move one utf8 from op/append
38714              to pragma/utf8, tag the tests with bug ids.
38715      Branch: perl
38716            ! t/op/append.t t/pragma/utf8.t
38717 ____________________________________________________________________________
38718 [  7231] By: jhi                                   on 2000/10/14  17:28:37
38719         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
38720      Branch: perl
38721            ! t/pragma/utf8.t
38722 ____________________________________________________________________________
38723 [  7230] By: jhi                                   on 2000/10/14  14:24:50
38724         Log: Needs to be conditional on SunOS 4.
38725              
38726              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
38727              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38728              Date: Sat, 14 Oct 2000 13:37:49 +0100
38729              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
38730      Branch: metaconfig/U/perl
38731            ! End.U
38732      Branch: perl
38733            ! Configure myconfig.SH pod/perldelta.pod
38734 ____________________________________________________________________________
38735 [  7229] By: jhi                                   on 2000/10/14  00:49:22
38736         Log: Update Changes.
38737      Branch: perl
38738            ! Changes patchlevel.h
38739 ____________________________________________________________________________
38740 [  7228] By: jhi                                   on 2000/10/14  00:46:10
38741         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
38742              From: Peter Prymmer <pvhp@forte.com>
38743              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
38744              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
38745      Branch: perl
38746            ! lib/utf8.pm
38747 ____________________________________________________________________________
38748 [  7227] By: jhi                                   on 2000/10/13  23:20:30
38749         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
38750      Branch: perl
38751            ! t/op/tie.t
38752 ____________________________________________________________________________
38753 [  7226] By: jhi                                   on 2000/10/13  22:14:32
38754         Log: Tweak #7225.
38755              
38756              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
38757              From: Peter Prymmer <pvhp@forte.com>
38758              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
38759              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
38760      Branch: perl
38761            ! t/op/sprintf.t
38762 ____________________________________________________________________________
38763 [  7225] By: jhi                                   on 2000/10/13  22:11:31
38764         Log: op/sprintf.t patch for OS/390 (and any other host with limited
38765              floating-point exponent length)
38766              
38767              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
38768              From: Dominic Dunlop <domo@computer.org>
38769              Date: Fri, 13 Oct 2000 19:17:57 +0200
38770              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
38771      Branch: perl
38772            ! t/op/sprintf.t
38773 ____________________________________________________________________________
38774 [  7224] By: jhi                                   on 2000/10/13  18:40:48
38775         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
38776      Branch: perl
38777            ! toke.c
38778 ____________________________________________________________________________
38779 [  7223] By: jhi                                   on 2000/10/13  18:37:13
38780         Log: Thinko in #7222.
38781      Branch: perl
38782            ! utf8.c
38783 ____________________________________________________________________________
38784 [  7222] By: jhi                                   on 2000/10/13  18:05:23
38785         Log: Use UTF8SKIP(), from Simon Cozens.
38786      Branch: perl
38787            ! utf8.c
38788 ____________________________________________________________________________
38789 [  7221] By: jhi                                   on 2000/10/13  15:43:19
38790         Log: (accidentally empty check-in)
38791      Branch: perl
38792            ! utf8.c
38793 ____________________________________________________________________________
38794 [  7220] By: jhi                                   on 2000/10/13  15:23:51
38795         Log: Add (optimistically) Storable to static extensions.
38796      Branch: perl
38797            ! hints/uwin.sh hints/vmesa.sh
38798 ____________________________________________________________________________
38799 [  7219] By: jhi                                   on 2000/10/13  15:20:05
38800         Log: Amdahl UTS doesn't seem to do dynaloading.
38801      Branch: perl
38802            ! hints/uts.sh
38803 ____________________________________________________________________________
38804 [  7218] By: jhi                                   on 2000/10/13  15:15:20
38805         Log: Slight tweak of the code to appease Amdahl UTS cc.
38806      Branch: perl
38807            ! pp.c
38808 ____________________________________________________________________________
38809 [  7217] By: jhi                                   on 2000/10/13  14:50:42
38810         Log: In Amdahl UTS "struct sv" is defined by a system header,
38811              <ksync.h>.
38812      Branch: perl
38813            ! perl.h sv.h
38814 ____________________________________________________________________________
38815 [  7216] By: jhi                                   on 2000/10/13  11:58:25
38816         Log: Ilya implemented the memory profiling API.
38817      Branch: perl
38818            ! Todo
38819 ____________________________________________________________________________
38820 [  7215] By: jhi                                   on 2000/10/13  02:56:38
38821         Log: Subject: [PATCH 5.7.0] Perl API for mstats
38822              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38823              Date: Thu, 12 Oct 2000 22:52:40 -0400
38824              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
38825      Branch: perl
38826            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
38827 ____________________________________________________________________________
38828 [  7214] By: jhi                                   on 2000/10/13  02:55:38
38829         Log: Subject: [PATCH 5.7.0] IVs in mtats
38830              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38831              Date: Thu, 12 Oct 2000 22:51:04 -0400
38832              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
38833      Branch: perl
38834            ! malloc.c perl.h
38835 ____________________________________________________________________________
38836 [  7213] By: jhi                                   on 2000/10/13  02:31:47
38837         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
38838      Branch: perl
38839            ! pod/perldiag.pod pp_sys.c
38840 ____________________________________________________________________________
38841 [  7212] By: jhi                                   on 2000/10/13  01:27:38
38842         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
38843              From: Peter Prymmer <pvhp@forte.com>
38844              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
38845              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
38846      Branch: perl
38847            ! t/op/oct.t
38848 ____________________________________________________________________________
38849 [  7211] By: jhi                                   on 2000/10/13  00:35:09
38850         Log: Update Changes.
38851      Branch: perl
38852            ! Changes patchlevel.h
38853 ____________________________________________________________________________
38854 [  7210] By: jhi                                   on 2000/10/12  23:59:40
38855         Log: The Install.pm third of
38856              
38857              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38858              From: Bill Campbell <bill@celestial.com>
38859              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38860              Date: Thu, 5 Oct 2000 18:04:51 -0700
38861      Branch: perl
38862            ! lib/ExtUtils/Install.pm
38863 ____________________________________________________________________________
38864 [  7209] By: jhi                                   on 2000/10/12  23:58:43
38865         Log: Two thirds of
38866              
38867              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
38868              Date: Thu, 5 Oct 2000 18:04:51 -0700
38869              From: Bill Campbell <bill@celestial.com>
38870              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
38871              
38872              The Install.pm changes will be submitted separately because
38873              they need some work and discussion still.
38874      Branch: perl
38875            ! lib/getopts.pl lib/termcap.pl
38876 ____________________________________________________________________________
38877 [  7208] By: jhi                                   on 2000/10/12  23:41:19
38878         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
38879              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38880              Date:     Thu, 12 Oct 2000 07:30:02 EDT
38881              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
38882      Branch: perl
38883            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
38884            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
38885 ____________________________________________________________________________
38886 [  7207] By: jhi                                   on 2000/10/12  23:39:01
38887         Log: An updated EBCDIC tr patch.
38888              
38889              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
38890              From: Peter Prymmer <pvhp@forte.com>
38891              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
38892              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
38893      Branch: perl
38894            ! t/op/tr.t
38895 ____________________________________________________________________________
38896 [  7206] By: jhi                                   on 2000/10/12  23:34:55
38897         Log: Upgrade to CPAN 1.58, from Andreas König.
38898      Branch: perl
38899            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38900 ____________________________________________________________________________
38901 [  7205] By: jhi                                   on 2000/10/12  23:29:08
38902         Log: Introduce the man[24-8] variables, from Andy Dougherty.
38903      Branch: metaconfig/U/perl
38904            + mandirs.U mandirstyle.U
38905      Branch: perl
38906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38907            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
38908            ! vos/config.h vos/config.pl vos/config_h.SH_orig
38909            ! win32/config.bc win32/config.gc win32/config.vc
38910 ____________________________________________________________________________
38911 [  7204] By: gsar                                  on 2000/10/12  18:11:24
38912         Log: restore change#7202
38913      Branch: perl
38914            ! mg.c
38915 ____________________________________________________________________________
38916 [  7203] By: gsar                                  on 2000/10/12  18:09:40
38917         Log: another test of the Emergency Broadcast System--back out 
38918              change#7202
38919      Branch: perl
38920            ! mg.c
38921 ____________________________________________________________________________
38922 [  7202] By: gsar                                  on 2000/10/12  16:40:47
38923         Log: (submitted on behalf of Jarkko)
38924              Fix the lib/encode.t subtest 6 failure as reported by Andreas
38925              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
38926              was unearthed by change 7182, as was a bug in HTML::Entities.
38927      Branch: perl
38928            ! mg.c
38929 ____________________________________________________________________________
38930 [  7201] By: jhi                                   on 2000/10/11  03:16:05
38931         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
38932      Branch: perl
38933            ! pp_hot.c t/pragma/utf8.t
38934 ____________________________________________________________________________
38935 [  7200] By: jhi                                   on 2000/10/11  00:40:30
38936         Log: The #7198 was a false alarm.
38937      Branch: perl
38938            ! pp_hot.c
38939 ____________________________________________________________________________
38940 [  7199] By: jhi                                   on 2000/10/11  00:26:04
38941         Log: Remove duplicated code.
38942      Branch: perl
38943            ! t/lib/cgi-html.t
38944 ____________________________________________________________________________
38945 [  7198] By: jhi                                   on 2000/10/10  23:30:46
38946         Log: (Retracted by #7200.)
38947      Branch: perl
38948            ! pp_hot.c
38949 ____________________________________________________________________________
38950 [  7197] By: jhi                                   on 2000/10/10  21:49:30
38951         Log: Add the test case for #7190, from the original bug report
38952              by Andreas König.
38953      Branch: perl
38954            ! t/pragma/utf8.t
38955 ____________________________________________________________________________
38956 [  7196] By: jhi                                   on 2000/10/10  21:40:49
38957         Log: Reapply Andy's patch and regen Configure.
38958      Branch: perl
38959            ! Configure INSTALL Makefile.SH Porting/Glossary
38960            ! Porting/config.sh config_h.SH epoc/config.sh installperl
38961            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38962            ! win32/config.vc
38963 ____________________________________________________________________________
38964 [  7195] By: jhi                                   on 2000/10/10  21:09:30
38965         Log: Use the versiononly instead of the installscripts,
38966              retract the changes 7146 and 7147.
38967      Branch: perl
38968            ! Configure INSTALL Makefile.SH Porting/Glossary
38969            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
38970            ! installperl uconfig.sh vos/config.def win32/config.bc
38971            ! win32/config.gc win32/config.vc
38972 ____________________________________________________________________________
38973 [  7194] By: jhi                                   on 2000/10/10  21:06:15
38974         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
38975              From: Peter Prymmer <pvhp@forte.com>
38976              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
38977              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
38978      Branch: perl
38979            ! t/op/ver.t
38980 ____________________________________________________________________________
38981 [  7193] By: jhi                                   on 2000/10/10  21:05:12
38982         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
38983              From: Peter Prymmer <pvhp@forte.com>
38984              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
38985              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
38986      Branch: perl
38987            ! t/op/tr.t
38988 ____________________________________________________________________________
38989 [  7192] By: jhi                                   on 2000/10/10  20:57:30
38990         Log: Add versiononly, delete installscripts, from Andy Dougherty.
38991      Branch: metaconfig
38992            - U/installdirs/installscripts.U
38993      Branch: metaconfig/U/perl
38994            + versiononly.U
38995 ____________________________________________________________________________
38996 [  7191] By: jhi                                   on 2000/10/10  19:41:21
38997         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
38998              From: Peter Prymmer <pvhp@forte.com>
38999              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
39000              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
39001      Branch: perl
39002            ! pod/perlebcdic.pod
39003 ____________________________________________________________________________
39004 [  7190] By: jhi                                   on 2000/10/10  19:26:14
39005         Log: Subject: Re: utf8 concat, mg_get
39006              From: Simon Cozens <simon@cozens.net>
39007              Date: Tue, 10 Oct 2000 17:40:17 +0100
39008              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
39009      Branch: perl
39010            ! pp_hot.c
39011 ____________________________________________________________________________
39012 [  7189] By: jhi                                   on 2000/10/10  19:23:03
39013         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
39014              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
39015              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
39016              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
39017      Branch: perl
39018            ! lib/ExtUtils/MM_Unix.pm
39019 ____________________________________________________________________________
39020 [  7188] By: jhi                                   on 2000/10/10  15:31:24
39021         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
39022              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39023              Date: Fri, 14 Jul 2000 10:47:36 +0100
39024              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
39025      Branch: perl
39026            ! README.win32
39027 ____________________________________________________________________________
39028 [  7187] By: jhi                                   on 2000/10/10  13:30:10
39029         Log: Quote the temp file name, needed in Win32 because the
39030              default name unfortunately contains spaces, shouldn't
39031              hurt elsewhere.
39032              
39033              Subject: FW: perldoc fails if $TEMP contains spaces
39034              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39035              Date: Thu, 14 Sep 2000 08:58:45 +0100
39036              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
39037      Branch: perl
39038            ! utils/perldoc.PL
39039 ____________________________________________________________________________
39040 [  7186] By: jhi                                   on 2000/10/10  13:16:27
39041         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
39042              From: hv@hugo.hybyte.com
39043              Date: Tue, 10 Oct 2000 14:10:20 +0100
39044              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
39045      Branch: perl
39046            ! t/lib/thr5005.t util.c
39047 ____________________________________________________________________________
39048 [  7185] By: jhi                                   on 2000/10/10  12:06:22
39049         Log: Upgrade to podlators 1.04, from Russ Allbery.
39050      Branch: perl
39051            ! lib/Pod/Man.pm lib/Pod/Text.pm
39052 ____________________________________________________________________________
39053 [  7184] By: jhi                                   on 2000/10/10  12:01:32
39054         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
39055      Branch: perl
39056            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
39057 ____________________________________________________________________________
39058 [  7183] By: jhi                                   on 2000/10/09  23:47:15
39059         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
39060              From: Peter Prymmer <pvhp@forte.com>
39061              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
39062              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
39063      Branch: perl
39064            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
39065 ____________________________________________________________________________
39066 [  7182] By: jhi                                   on 2000/10/09  23:43:16
39067         Log: Make eq work again with utf8 (disabling the upgrading
39068              should no more be necessary since the copies of the
39069              scalars are upgraded, not the scalars themselves).
39070              Takes care of ID 20001009.001.  (The claimed length()
39071              bug in 20001009.001 seems bogus to me.)
39072      Branch: perl
39073            ! sv.c t/pragma/utf8.t
39074 ____________________________________________________________________________
39075 [  7181] By: gsar                                  on 2000/10/09  19:41:54
39076         Log: tweak for change#7173
39077      Branch: perl
39078            ! win32/win32sck.c
39079 ____________________________________________________________________________
39080 [  7180] By: gsar                                  on 2000/10/09  19:26:56
39081         Log: on Windows, clean targets might not work under some flavors of the shell
39082      Branch: perl
39083            ! win32/Makefile win32/makefile.mk
39084 ____________________________________________________________________________
39085 [  7179] By: jhi                                   on 2000/10/09  19:21:02
39086         Log: Update Changes.
39087      Branch: perl
39088            ! Changes patchlevel.h
39089 ____________________________________________________________________________
39090 [  7178] By: jhi                                   on 2000/10/09  19:18:23
39091         Log: Warn about unknown scripts.
39092              
39093              Subject: Re: ideas? patches? [PATCH bleadperl]
39094              From: Dominic Dunlop <domo@computer.org>
39095              Date: Mon, 9 Oct 2000 14:57:17 +0200
39096              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
39097      Branch: perl
39098            ! lib/charnames.pm
39099 ____________________________________________________________________________
39100 [  7177] By: jhi                                   on 2000/10/09  19:13:27
39101         Log: Change #7160 had a nasty typo.
39102      Branch: metaconfig
39103            ! U/compline/Compile.U
39104      Branch: perl
39105            ! Configure config_h.SH
39106 ____________________________________________________________________________
39107 [  7176] By: gsar                                  on 2000/10/09  18:59:33
39108         Log: pod nit
39109      Branch: perl
39110            ! pod/perlport.pod
39111 ____________________________________________________________________________
39112 [  7175] By: gsar                                  on 2000/10/09  18:54:28
39113         Log: Windows9x doesn't support link(), despite what Config.pm
39114              might think
39115      Branch: perl
39116            ! lib/ExtUtils/Manifest.pm
39117 ____________________________________________________________________________
39118 [  7174] By: gsar                                  on 2000/10/09  18:50:03
39119         Log: avoid nonportable example code
39120      Branch: perl
39121            ! lib/File/Copy.pm
39122 ____________________________________________________________________________
39123 [  7173] By: gsar                                  on 2000/10/09  18:46:54
39124         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
39125              being used) when closing a socket handle
39126      Branch: perl
39127            ! win32/win32.c win32/win32.h win32/win32sck.c
39128 ____________________________________________________________________________
39129 [  7172] By: gsar                                  on 2000/10/09  18:41:40
39130         Log: on Windows, cwd strings in the environment should be of the
39131              form =X:=X:\foo instead of =X=X:\foo\
39132      Branch: perl
39133            ! win32/vdir.h
39134 ____________________________________________________________________________
39135 [  7171] By: gsar                                  on 2000/10/09  18:30:09
39136         Log: on Windows, LoadLibrary() could load an extension DLL multiple
39137              times if forward slashes are used in the path
39138      Branch: perl
39139            ! win32/win32.c
39140 ____________________________________________________________________________
39141 [  7170] By: jhi                                   on 2000/10/09  17:53:59
39142         Log: Add a todo note about overloadable assertions.
39143      Branch: perl
39144            ! Todo-5.6
39145 ____________________________________________________________________________
39146 [  7169] By: jhi                                   on 2000/10/09  13:43:45
39147         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
39148              From: mjd@plover.com
39149              Date: 9 Oct 2000 00:24:44 -0000
39150              Message-ID: <20001009002444.10616.qmail@plover.com>
39151      Branch: perl
39152            ! pod/perldebguts.pod
39153 ____________________________________________________________________________
39154 [  7168] By: nick                                  on 2000/10/08  13:16:33
39155         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
39156              is not right thing to do on (e.g. x86). Network order is also "right" for
39157              X fonts.
39158      Branch: perl
39159            ! ext/Encode/Encode.pm
39160 ____________________________________________________________________________
39161 [  7167] By: nick                                  on 2000/10/08  12:54:42
39162         Log: Make "encodings" work post-install when Encode/*.enc files may not
39163              be in same directory as Encode.pm
39164      Branch: perl
39165            ! ext/Encode/Encode.pm
39166 ____________________________________________________________________________
39167 [  7166] By: nick                                  on 2000/10/08  11:51:26
39168         Log: Work round the fact that $hash->{$key} does not take into account
39169              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
39170              so that key is always in the "expected" encoding - i.e. same way we put
39171              it in the hash.
39172      Branch: perl
39173            ! ext/Encode/Encode.pm
39174 ____________________________________________________________________________
39175 [  7165] By: gsar                                  on 2000/10/08  04:15:29
39176         Log: save_re_context() could reset PL_curcop to freed memory, causing core
39177              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
39178      Branch: perl
39179            ! pp_ctl.c
39180 ____________________________________________________________________________
39181 [  7164] By: jhi                                   on 2000/10/06  20:51:48
39182         Log: UTF8ize split() so that the cloned substrings get the UTF8
39183              flag of the original scalar.  Problem reported by Simon Cozens.
39184      Branch: perl
39185            ! pp.c t/pragma/utf8.t
39186 ____________________________________________________________________________
39187 [  7163] By: nick                                  on 2000/10/06  20:48:34
39188         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
39189              got a false +ve and so did not reach code which would have un-FAKEd the SV.
39190      Branch: perl
39191            ! sv.c
39192 ____________________________________________________________________________
39193 [  7162] By: nick                                  on 2000/10/06  20:25:37
39194         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
39195              To fix  (sort {$a <=> $b} keys %hash) in particular but
39196              should cover a number of other as-yet-unknown cases as well.
39197      Branch: perl
39198            ! sv.c
39199 ____________________________________________________________________________
39200 [  7161] By: jhi                                   on 2000/10/06  19:56:18
39201         Log: Change the version number of Tie::Handle in the core to 4.0,
39202              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
39203              
39204              Subject: Note on Tie::Handle
39205              From: andreas.koenig@anima.de (Andreas J. Koenig)
39206              Date:      06 Oct 2000 21:48:58 +0200
39207              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
39208      Branch: perl
39209            ! lib/Tie/Handle.pm
39210 ____________________________________________________________________________
39211 [  7160] By: jhi                                   on 2000/10/06  18:20:35
39212         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
39213              as the first option of cc/ld because of ultrapicky compilers
39214              (e.g. OS/390 R2.5)
39215      Branch: metaconfig
39216            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
39217            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
39218            ! U/compline/orderlib.U U/modified/Cppsym.U
39219            ! U/modified/d_access.U
39220      Branch: metaconfig/U/perl
39221            ! Checkcc.U d_dlsymun.U gccvers.U
39222      Branch: perl
39223            ! Configure config_h.SH
39224 ____________________________________________________________________________
39225 [  7159] By: jhi                                   on 2000/10/06  13:56:39
39226         Log: Update Changes.
39227      Branch: perl
39228            ! Changes patchlevel.h
39229 ____________________________________________________________________________
39230 [  7158] By: jhi                                   on 2000/10/06  12:48:40
39231         Log: Eliminate $Is_VMS code from the test.
39232              
39233              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
39234              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39235              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
39236              Date:     Thu, 5 Oct 2000 07:46:33 EDT
39237      Branch: perl
39238            ! t/lib/b.t
39239 ____________________________________________________________________________
39240 [  7157] By: jhi                                   on 2000/10/06  12:47:13
39241         Log: Also the $ccflags is needed for the C compiler check.
39242              
39243              Subject: Configure (check for C-compiler)
39244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39245              Date: Fri, 06 Oct 2000 08:47:15 +0200
39246              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
39247      Branch: metaconfig/U/perl
39248            ! Checkcc.U
39249      Branch: perl
39250            ! Configure config_h.SH
39251 ____________________________________________________________________________
39252 [  7156] By: jhi                                   on 2000/10/06  11:45:15
39253         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
39254      Branch: perl
39255            ! perl.c pp_ctl.c sv.h utf8.c
39256 ____________________________________________________________________________
39257 [  7155] By: jhi                                   on 2000/10/06  11:40:41
39258         Log: IO::Handle->syswrite() did not handle length omission
39259              like CORE::syswrite() does.
39260              
39261              Subject: [Fwd] IO::Handle, syswrite and arguments
39262              From: Graham Barr <gbarr@pobox.com>
39263              Date: Fri, 6 Oct 2000 10:22:05 +0100
39264              Message-ID: <20001006102205.U6312@pobox.com>
39265              
39266              The original patch from andrew@ugh.net.au.
39267      Branch: perl
39268            ! ext/IO/lib/IO/Handle.pm
39269 ____________________________________________________________________________
39270 [  7154] By: jhi                                   on 2000/10/06  01:42:15
39271         Log: Tweak #7153.
39272      Branch: perl
39273            ! utf8.h
39274 ____________________________________________________________________________
39275 [  7153] By: jhi                                   on 2000/10/06  00:39:55
39276         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
39277      Branch: perl
39278            ! utf8.h
39279 ____________________________________________________________________________
39280 [  7152] By: jhi                                   on 2000/10/06  00:38:11
39281         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
39282      Branch: perl
39283            ! perl.c pp_ctl.c sv.h utf8.c
39284 ____________________________________________________________________________
39285 [  7151] By: jhi                                   on 2000/10/06  00:36:38
39286         Log: Subject: Re: Questions about Tie::Array and perl modules
39287              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39288              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
39289              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
39290              
39291              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
39292      Branch: perl
39293            ! lib/Tie/Array.pm t/op/array.t
39294 ____________________________________________________________________________
39295 [  7150] By: jhi                                   on 2000/10/05  00:20:45
39296         Log: Regen Changes.
39297      Branch: perl
39298            ! Changes patchlevel.h
39299 ____________________________________________________________________________
39300 [  7149] By: jhi                                   on 2000/10/05  00:20:01
39301         Log: Regen toc.
39302      Branch: perl
39303            ! pod/perltoc.pod
39304 ____________________________________________________________________________
39305 [  7148] By: jhi                                   on 2000/10/04  23:35:08
39306         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
39307              reported several times by Dominic Dunlop, for example in
39308              ID 20000315.008.  Patch from Dominic.  Patch affects at
39309              least MachTen, and possibly other oldish BSDs. Should not
39310              break non-broken platforms (tested on LinuxPPC). 
39311      Branch: perl
39312            ! doio.c
39313 ____________________________________________________________________________
39314 [  7147] By: jhi                                   on 2000/10/04  23:26:34
39315         Log: The one that got away from 7146.
39316      Branch: metaconfig
39317            + U/installdirs/installscripts.U
39318 ____________________________________________________________________________
39319 [  7146] By: jhi                                   on 2000/10/04  23:25:04
39320         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
39321              suggested by H. Merijn Brand.
39322      Branch: perl
39323            ! Configure INSTALL Makefile.SH Porting/Glossary
39324            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
39325            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
39326            ! win32/config.vc
39327 ____________________________________________________________________________
39328 [  7145] By: jhi                                   on 2000/10/04  22:08:21
39329         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
39330              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39331              Date: Wed, 4 Oct 2000 17:37:46 -0400
39332              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
39333      Branch: perl
39334            ! utils/h2xs.PL
39335 ____________________________________________________________________________
39336 [  7144] By: jhi                                   on 2000/10/04  18:11:41
39337         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
39338              From: Jeff Pinyan <jeffp@crusoe.net>
39339              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
39340              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
39341      Branch: perl
39342            ! pod/perlrun.pod
39343 ____________________________________________________________________________
39344 [  7143] By: jhi                                   on 2000/10/04  18:09:58
39345         Log: Subject: perlhack.pod Patch for Externals Tools
39346              From: Fisher Mark <fisherm@tce.com>
39347              Date: Tue, 3 Oct 2000 15:43:27 -0500 
39348              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
39349      Branch: perl
39350            ! pod/perlhack.pod
39351 ____________________________________________________________________________
39352 [  7142] By: jhi                                   on 2000/10/04  18:08:41
39353         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
39354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39355              Date:     Wed, 4 Oct 2000 12:11:11 EDT
39356              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
39357      Branch: perl
39358            ! vms/vms.c
39359 ____________________________________________________________________________
39360 [  7141] By: jhi                                   on 2000/10/04  12:20:16
39361         Log: Subject: [PATCH 5.7.0] h2xs not working
39362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39363              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
39364              Date: Tue, 3 Oct 2000 21:43:01 -0400
39365              
39366              Subject: [PATCH 5.7.0] h2xs not documenting the created module
39367              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39368              Date: Tue, 3 Oct 2000 22:55:19 -0400
39369              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
39370      Branch: perl
39371            ! utils/h2xs.PL
39372 ____________________________________________________________________________
39373 [  7140] By: jhi                                   on 2000/10/04  11:53:44
39374         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
39375              From: nick@babyhippo.com
39376              Date: Wed, 4 Oct 2000 12:06:45 +0100
39377              Message-Id: <20001004120645.A7356@babyhippo.com>
39378              
39379              Retract 7118 and 7135.
39380      Branch: perl
39381            ! installman installperl op.c t/pragma/subs.t
39382 ____________________________________________________________________________
39383 [  7139] By: jhi                                   on 2000/10/03  22:09:41
39384         Log: It is possible to have no hosts database at all.  Pointed out in
39385              
39386              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39387              From: Peter Prymmer <pvhp@forte.com>
39388              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39389              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39390      Branch: metaconfig
39391            ! U/modified/myhostname.U
39392      Branch: perl
39393            ! Configure config_h.SH
39394 ____________________________________________________________________________
39395 [  7138] By: jhi                                   on 2000/10/03  21:49:49
39396         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
39397              From: Peter Prymmer <pvhp@forte.com>
39398              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
39399              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
39400      Branch: perl
39401            ! pp_sys.c
39402 ____________________________________________________________________________
39403 [  7137] By: jhi                                   on 2000/10/03  20:10:05
39404         Log: One remaining nit less at the VMS mailbox sizing.
39405      Branch: perl
39406            ! vms/vms.c
39407 ____________________________________________________________________________
39408 [  7136] By: jhi                                   on 2000/10/03  20:08:47
39409         Log: Test harness update to sync with the new perlcc,
39410              from Simon Cozens.
39411      Branch: perl
39412            ! t/TEST t/UTEST
39413 ____________________________________________________________________________
39414 [  7135] By: jhi                                   on 2000/10/03  15:15:42
39415         Log: Subject: Re: PATCH for 20001003.004
39416              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
39417              From: "AARON B. DOSSETT" <aaron@iglou.com>
39418              Message-Id: <E13gTay-0006od-00@iglou.com>
39419      Branch: perl
39420            ! installman installperl
39421 ____________________________________________________________________________
39422 [  7134] By: jhi                                   on 2000/10/03  15:00:34
39423         Log: Subject: [ID 20001003.006] B::Debug not -w clean
39424              From: Nicholas Clark <nick@babyhippo.co.uk>
39425              Date: Tue, 03 Oct 2000 15:46:32 +0100
39426              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
39427      Branch: perl
39428            ! ext/B/B/Debug.pm
39429 ____________________________________________________________________________
39430 [  7133] By: jhi                                   on 2000/10/03  14:58:39
39431         Log: Scale down the VMS message boxes, by Charles Lane.
39432              Fix for ID 20000903.009, workaround at
39433              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
39434      Branch: perl
39435            ! vms/vms.c
39436 ____________________________________________________________________________
39437 [  7132] By: jhi                                   on 2000/10/03  11:20:37
39438         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
39439      Branch: perl
39440            + t/lib/st-lock.t t/lib/st-utf8.t
39441            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
39442            ! ext/Storable/Storable.xs t/lib/st-recurse.t
39443 ____________________________________________________________________________
39444 [  7131] By: jhi                                   on 2000/10/03  03:38:23
39445         Log: Encode nits.
39446      Branch: perl
39447            ! MANIFEST Makefile.SH
39448 ____________________________________________________________________________
39449 [  7130] By: jhi                                   on 2000/10/03  03:31:05
39450         Log: Update Changes.
39451      Branch: perl
39452            ! Changes patchlevel.h
39453 ____________________________________________________________________________
39454 [  7129] By: jhi                                   on 2000/10/03  02:24:02
39455         Log: Misplaced else.
39456      Branch: metaconfig/U/perl
39457            ! d_strtoll.U
39458      Branch: perl
39459            ! Configure config_h.SH
39460 ____________________________________________________________________________
39461 [  7128] By: jhi                                   on 2000/10/03  02:08:29
39462         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
39463              From: sthoenna@efn.org
39464              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
39465              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
39466      Branch: metaconfig/U/perl
39467            ! d_strtoll.U
39468      Branch: perl
39469            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
39470 ____________________________________________________________________________
39471 [  7127] By: jhi                                   on 2000/10/03  01:13:14
39472         Log: Update Changes.
39473      Branch: perl
39474            ! Changes patchlevel.h
39475 ____________________________________________________________________________
39476 [  7126] By: jhi                                   on 2000/10/03  00:57:08
39477         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
39478              as suggested by Olaf Flebbe and Nick Clark.
39479      Branch: perl
39480            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
39481 ____________________________________________________________________________
39482 [  7125] By: jhi                                   on 2000/10/03  00:50:56
39483         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
39484              From: Nick Clark <nick@plum.flirble.org>
39485              Date: Mon, 2 Oct 2000 11:03:24 +0100
39486              Message-Id: <20001002110324.D20073@plum.flirble.org>
39487              
39488              Also fixes bug ID 20001002.005.
39489      Branch: perl
39490            ! t/lib/encode.t
39491 ____________________________________________________________________________
39492 [  7124] By: jhi                                   on 2000/10/03  00:34:59
39493         Log: Subject: [PATCH 5.7.0] Epoc update
39494              From: Olaf Flebbe <o.flebbe@gmx.de>
39495              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
39496              Message-ID: <26423.969484586@www10.gmx.net>
39497      Branch: perl
39498            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
39499            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
39500            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
39501            ! util.c util.h
39502 ____________________________________________________________________________
39503 [  7123] By: jhi                                   on 2000/10/03  00:30:07
39504         Log: Regen headers.
39505      Branch: perl
39506            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
39507 ____________________________________________________________________________
39508 [  7122] By: jhi                                   on 2000/10/03  00:10:48
39509         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
39510      Branch: perl
39511            ! hints/openbsd.sh
39512 ____________________________________________________________________________
39513 [  7121] By: jhi                                   on 2000/10/03  00:05:06
39514         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
39515              From: <abigail@foad.org>
39516              Date: Tue, 26 Sep 2000 13:36:14 -0400
39517              Message-ID: <20000926173614.4356.qmail@foad.org>
39518      Branch: perl
39519            ! pod/perlop.pod
39520 ____________________________________________________________________________
39521 [  7120] By: jhi                                   on 2000/10/03  00:04:00
39522         Log: Inside require() $^S was always left undefined.
39523              
39524              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
39525              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39526              Date: Wed, 27 Sep 2000 18:54:49 -0400
39527              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
39528      Branch: perl
39529            ! cop.h mg.c pp_ctl.c util.c
39530 ____________________________________________________________________________
39531 [  7119] By: jhi                                   on 2000/10/03  00:00:16
39532         Log: Subject: [PATCH] DLL not restartabke with threaded perl
39533              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
39534              Date: Thu, 28 Sep 2000 09:20:46 +0100
39535              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
39536      Branch: perl
39537            ! perl.c
39538 ____________________________________________________________________________
39539 [  7118] By: jhi                                   on 2000/10/02  23:59:20
39540         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
39541              From: Nicholas Clark <nick@ccl4.org>
39542              Date: Thu, 28 Sep 2000 11:52:24 +0100
39543              Message-ID: <20000928115224.D7924@plum.flirble.org>
39544      Branch: perl
39545            ! op.c
39546 ____________________________________________________________________________
39547 [  7117] By: jhi                                   on 2000/10/02  23:57:51
39548         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
39549              From: Nicholas Clark <nick@babyhippo.co.uk>
39550              Date: Thu, 28 Sep 2000 12:18:10 +0100
39551              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
39552              
39553              Did not apply cleanly, manual intervention was needed.
39554      Branch: perl
39555            ! ext/B/B/Bytecode.pm utils/perlcc.PL
39556 ____________________________________________________________________________
39557 [  7116] By: jhi                                   on 2000/10/02  23:50:40
39558         Log: Document the issue (is not a syntax error, kind of)
39559              
39560              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
39561              From: Nicholas Clark <nick@ccl4.org>
39562              Date: Thu, 28 Sep 2000 17:12:42 +0100
39563              Message-ID: <20000928171242.K7924@plum.flirble.org>
39564      Branch: perl
39565            ! pod/perldata.pod
39566 ____________________________________________________________________________
39567 [  7115] By: jhi                                   on 2000/10/02  23:48:58
39568         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
39569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39570              Date: Thu, 28 Sep 2000 21:55:31 -0400
39571              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
39572      Branch: perl
39573            ! regexec.c
39574 ____________________________________________________________________________
39575 [  7114] By: jhi                                   on 2000/10/02  23:47:57
39576         Log: Subject: DOC PATCH 5.6.0
39577              From: mjd@plover.com
39578              Date: 30 Sep 2000 06:02:34 -0000
39579              Message-ID: <20000930060234.4559.qmail@plover.com>
39580      Branch: perl
39581            ! pod/perldebguts.pod
39582 ____________________________________________________________________________
39583 [  7113] By: jhi                                   on 2000/10/02  23:46:43
39584         Log: SOCK_DGRAM and listen() do not mix as reported in
39585              
39586              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
39587              From: Petter Reinholdtsen <pere@hungry.com>
39588              Date: Sun, 1 Oct 2000 10:57:20 +0800
39589              Message-Id: <200010010257.KAA05735@localhost.localdomain>
39590              
39591              The patch for 5.7.0+ had to be reengineered, though.
39592      Branch: perl
39593            ! ext/IO/lib/IO/Socket/UNIX.pm
39594 ____________________________________________________________________________
39595 [  7112] By: jhi                                   on 2000/10/02  23:36:57
39596         Log: Subject: Re: [PATCH 5.005_64 missed]
39597              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39598              Date: Sun, 1 Oct 2000 18:50:10 -0400
39599              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
39600      Branch: perl
39601            ! pod/perlxs.pod
39602 ____________________________________________________________________________
39603 [  7111] By: jhi                                   on 2000/10/02  23:35:40
39604         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
39605              From: Radu Greab <radu@netsoft.ro>
39606              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
39607              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
39608      Branch: perl
39609            ! op.c opcode.pl t/op/substr.t
39610 ____________________________________________________________________________
39611 [  7110] By: jhi                                   on 2000/10/02  23:32:38
39612         Log: Subject: [PATCH] Fix aliasing of tied filehandles
39613              From: Daniel Chetlin <daniel@chetlin.com>
39614              Date: Mon, 2 Oct 2000 14:53:27 -0700
39615              Message-ID: <20001002145327.C1617@ilmd>
39616      Branch: perl
39617            ! perl.h pp_hot.c t/op/tiehandle.t
39618 ____________________________________________________________________________
39619 [  7109] By: jhi                                   on 2000/10/02  23:31:30
39620         Log: s/Robin Parker/Robin Barker/
39621      Branch: perl
39622            ! Changes5.6
39623 ____________________________________________________________________________
39624 [  7108] By: jhi                                   on 2000/10/02  23:15:46
39625         Log: Retract #7091 as suggested in
39626              
39627              From: Robin Barker <rmb1@cise.npl.co.uk> 
39628              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
39629              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
39630              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
39631      Branch: perl
39632            ! embed.pl proto.h
39633 ____________________________________________________________________________
39634 [  7107] By: nick                                  on 2000/10/02  18:23:14
39635         Log: A few tweaks to get Tk803 to work with Encode scheme.
39636      Branch: perl
39637            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
39638 ____________________________________________________________________________
39639 [  7106] By: nick                                  on 2000/10/01  21:34:14
39640         Log: Add checking cases to Encode's toUnicode and fromUnicode.
39641      Branch: perl
39642            ! ext/Encode/Encode.pm
39643 ____________________________________________________________________________
39644 [  7105] By: nick                                  on 2000/10/01  17:18:01
39645         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
39646              To read and use them.
39647              Add a lib/encode.t which checks a few things.
39648      Branch: perl
39649            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
39650            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
39651            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
39652            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
39653            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
39654            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
39655            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
39656            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
39657            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
39658            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
39659            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
39660            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
39661            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
39662            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
39663            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
39664            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
39665            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
39666            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
39667            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
39668            + ext/Encode/Encode/iso2022-jp.enc
39669            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
39670            + ext/Encode/Encode/iso8859-1.enc
39671            + ext/Encode/Encode/iso8859-2.enc
39672            + ext/Encode/Encode/iso8859-3.enc
39673            + ext/Encode/Encode/iso8859-4.enc
39674            + ext/Encode/Encode/iso8859-5.enc
39675            + ext/Encode/Encode/iso8859-6.enc
39676            + ext/Encode/Encode/iso8859-7.enc
39677            + ext/Encode/Encode/iso8859-8.enc
39678            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
39679            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
39680            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
39681            + ext/Encode/Encode/macCentEuro.enc
39682            + ext/Encode/Encode/macCroatian.enc
39683            + ext/Encode/Encode/macCyrillic.enc
39684            + ext/Encode/Encode/macDingbats.enc
39685            + ext/Encode/Encode/macGreek.enc
39686            + ext/Encode/Encode/macIceland.enc
39687            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
39688            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
39689            + ext/Encode/Encode/macTurkish.enc
39690            + ext/Encode/Encode/macUkraine.enc
39691            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
39692            + t/lib/encode.t
39693            ! MANIFEST ext/Encode/Encode.pm
39694 ____________________________________________________________________________
39695 [  7104] By: nick                                  on 2000/09/30  13:04:30
39696         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
39697              From: Daniel Chetlin <daniel@chetlin.com>
39698              Date: Mon, 18 Sep 2000 05:05:40 -0700
39699              Message-Id: <20000918050540.C652@ilmd>
39700      Branch: perl
39701            ! lib/overload.pm sv.c t/pragma/overload.t
39702 ____________________________________________________________________________
39703 [  7103] By: nick                                  on 2000/09/30  12:53:36
39704         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
39705              From: Johan Vromans <jvromans@squirrel.nl>
39706              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
39707              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
39708      Branch: perl
39709            ! pod/Makefile.SH
39710 ____________________________________________________________________________
39711 [  7102] By: nick                                  on 2000/09/30  12:52:31
39712         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
39713              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39714              Date: Sat, 16 Sep 2000 16:36:45 -0400
39715              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
39716      Branch: perl
39717            ! ext/B/B/Deparse.pm
39718 ____________________________________________________________________________
39719 [  7101] By: nick                                  on 2000/09/30  12:51:41
39720         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
39721              From: Craig A. Berry <craig.berry@psinetcs.com>
39722              Date: Sat, 16 Sep 2000 10:11:10 -0500
39723              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
39724      Branch: perl
39725            ! vms/vms.c
39726 ____________________________________________________________________________
39727 [  7100] By: nick                                  on 2000/09/30  12:50:33
39728         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39729              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39730              Date: Fri, 15 Sep 2000 16:37:58 -0400
39731              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
39732      Branch: perl
39733            ! t/op/append.t
39734 ____________________________________________________________________________
39735 [  7099] By: nick                                  on 2000/09/30  12:49:35
39736         Log: Subject: Re: unicode support and perl [ID 20000901.097]
39737              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39738              Date: Fri, 15 Sep 2000 16:25:30 -0400
39739              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
39740      Branch: perl
39741            ! pp_hot.c
39742 ____________________________________________________________________________
39743 [  7098] By: nick                                  on 2000/09/30  12:48:00
39744         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
39745              From: Gisle Aas <gisle@ActiveState.com>
39746              Date: 15 Sep 2000 16:23:41 +0200
39747              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
39748      Branch: perl
39749            ! toke.c
39750 ____________________________________________________________________________
39751 [  7097] By: nick                                  on 2000/09/30  12:45:16
39752         Log: Subject: [PATCH] Nits in perlmod.pod
39753              From: Daniel Chetlin <daniel@chetlin.com>
39754              Date: Fri, 15 Sep 2000 02:04:09 -0700
39755              Message-Id: <20000915020409.A2104@ilmd>
39756      Branch: perl
39757            ! pod/perlmod.pod
39758 ____________________________________________________________________________
39759 [  7096] By: nick                                  on 2000/09/30  12:18:00
39760         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
39761              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
39762              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
39763              0 to checking to get the warning.
39764      Branch: perl
39765            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
39766            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
39767            ! regexec.c sv.c toke.c utf8.c
39768 ____________________________________________________________________________
39769 [  7095] By: nick                                  on 2000/09/15  16:55:59
39770         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
39771              
39772              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
39773              From: Spider Boardman <spider@Orb.Nashua.NH.US>
39774              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
39775              Date: Fri, 15 Sep 2000 06:37:30 -0400
39776      Branch: perl
39777            ! ext/Encode/Encode.xs sv.c
39778 ____________________________________________________________________________
39779 [  7094] By: jhi                                   on 2000/09/15  03:23:32
39780         Log: Update Changes.
39781      Branch: perl
39782            ! Changes patchlevel.h
39783 ____________________________________________________________________________
39784 [  7093] By: jhi                                   on 2000/09/15  03:11:44
39785         Log: Fix for the charnames.t failures from Spider Boardman.
39786      Branch: perl
39787            ! toke.c
39788 ____________________________________________________________________________
39789 [  7092] By: jhi                                   on 2000/09/15  00:15:48
39790         Log: Botched the #7090 check-in.
39791      Branch: perl
39792            ! sv.c
39793 ____________________________________________________________________________
39794 [  7091] By: jhi                                   on 2000/09/14  23:33:24
39795         Log: Part of #7081 didn't come through.
39796      Branch: perl
39797            ! embed.pl proto.h
39798 ____________________________________________________________________________
39799 [  7090] By: jhi                                   on 2000/09/14  23:17:39
39800         Log: Subject: Re: perl@7078 
39801              From: Spider Boardman <spider@web.zk3.dec.com>
39802              Date: Thu, 14 Sep 2000 19:06:36 -0400
39803              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
39804      Branch: perl
39805            ! sv.c toke.c
39806 ____________________________________________________________________________
39807 [  7089] By: jhi                                   on 2000/09/14  23:11:21
39808         Log: Small portability tweaks.
39809      Branch: perl
39810            ! ext/Encode/Encode.xs
39811 ____________________________________________________________________________
39812 [  7088] By: jhi                                   on 2000/09/14  22:57:23
39813         Log: Fake return to pacify picky compilers.
39814      Branch: perl
39815            ! ext/Encode/Encode.xs
39816 ____________________________________________________________________________
39817 [  7087] By: jhi                                   on 2000/09/14  22:53:37
39818         Log: Subject: [PATCH] utf8.c apidoc
39819              From: Simon Cozens <simon@cozens.net>
39820              Date: Thu, 14 Sep 2000 23:46:57 +0100
39821              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
39822      Branch: perl
39823            ! perlapi.c pod/perlapi.pod utf8.c
39824 ____________________________________________________________________________
39825 [  7086] By: jhi                                   on 2000/09/14  22:40:38
39826         Log: We don't need to count the high bit bytes, a boolean is enough. 
39827      Branch: perl
39828            ! sv.c
39829 ____________________________________________________________________________
39830 [  7085] By: jhi                                   on 2000/09/14  21:20:09
39831         Log: Replace #7084 with
39832              
39833              Subject: Re: perl@7078 
39834              From: Spider Boardman <spider@web.zk3.dec.com>
39835              Date: Thu, 14 Sep 2000 17:09:36 -0400
39836              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
39837      Branch: perl
39838            ! sv.c utf8.c
39839 ____________________________________________________________________________
39840 [  7084] By: jhi                                   on 2000/09/14  20:03:34
39841         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
39842              convertable to bytes by checking it doesn't go above 0xc3
39843              
39844              Subject: Re: perl@7078
39845              From: Simon Cozens <simon@cozens.net>
39846              Date: Thu, 14 Sep 2000 20:59:19 +0100
39847              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
39848      Branch: perl
39849            ! utf8.c
39850 ____________________________________________________________________________
39851 [  7083] By: jhi                                   on 2000/09/14  19:38:47
39852         Log: Subject: Re: perl@7078
39853              From: Simon Cozens <simon@cozens.net>
39854              Date: Thu, 14 Sep 2000 20:13:09 +0100
39855              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
39856      Branch: perl
39857            ! t/op/bop.t
39858 ____________________________________________________________________________
39859 [  7082] By: jhi                                   on 2000/09/14  17:50:44
39860         Log: The one that got away.
39861      Branch: perl
39862            ! lib/File/Find.pm
39863 ____________________________________________________________________________
39864 [  7081] By: jhi                                   on 2000/09/14  17:45:35
39865         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
39866              From: Robin Barker <rmb1@cise.npl.co.uk>
39867              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
39868              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
39869      Branch: perl
39870            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
39871            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
39872            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
39873            ! regcomp.c toke.c universal.c
39874 ____________________________________________________________________________
39875 [  7080] By: jhi                                   on 2000/09/14  17:40:35
39876         Log: Problems picked up by AIX cc.
39877              
39878              Subject: Re: perl@7078 (patch included)
39879              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39880              Date: Thu, 14 Sep 2000 18:53:30 +0200
39881              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
39882      Branch: perl
39883            ! ext/Encode/Encode.xs
39884 ____________________________________________________________________________
39885 [  7079] By: jhi                                   on 2000/09/14  17:38:27
39886         Log: Subject: File::Find 5.7.0 POD nits
39887              From: Rich Morin <rdm@cfcl.com>
39888              Date: Wed, 13 Sep 2000 22:03:58 -0700
39889              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
39890      Branch: perl
39891            ! lib/File/Find.pm
39892 ____________________________________________________________________________
39893 [  7078] By: jhi                                   on 2000/09/14  14:58:20
39894         Log: Update Changes.
39895      Branch: perl
39896            ! Changes patchlevel.h
39897 ____________________________________________________________________________
39898 [  7077] By: jhi                                   on 2000/09/14  14:55:54
39899         Log: Compilation warnings and an error.
39900      Branch: perl
39901            ! sv.c
39902 ____________________________________________________________________________
39903 [  7076] By: jhi                                   on 2000/09/14  14:42:56
39904         Log: Fix for a parsing bug, not for the original bug.
39905              
39906              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
39907              From: Spider Boardman <spider@web.zk3.dec.com>
39908              Date: Wed, 13 Sep 2000 17:52:20 -0400
39909              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
39910      Branch: perl
39911            ! regcomp.c
39912 ____________________________________________________________________________
39913 [  7075] By: jhi                                   on 2000/09/14  14:40:40
39914         Log: Batch of UTF-8 patches from Simon Cozens.
39915      Branch: perl
39916            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
39917            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
39918            ! toke.c utf8.c
39919 ____________________________________________________________________________
39920 [  7074] By: jhi                                   on 2000/09/14  14:29:58
39921         Log: Subject: Re: Two advertising clauses need to be removed
39922              From: Russ Allbery <rra@stanford.edu>
39923              Date: 13 Sep 2000 18:50:26 -0700
39924              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
39925      Branch: perl
39926            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
39927 ____________________________________________________________________________
39928 [  7073] By: jhi                                   on 2000/09/14  14:28:20
39929         Log: Subject: [PATCH] de-wall t/README
39930              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39931              Date: Wed, 13 Sep 2000 17:46:55 -0700
39932              Message-ID: <//Bw5gzkge/e092yn@efn.org>
39933      Branch: perl
39934            ! t/README
39935 ____________________________________________________________________________
39936 [  7072] By: jhi                                   on 2000/09/14  14:25:10
39937         Log: Hints optimization.
39938              
39939              Subject: Minor nit
39940              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39941              Date: Wed, 13 Sep 2000 21:42:07 +0200
39942              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
39943      Branch: perl
39944            ! hints/hpux.sh
39945 ____________________________________________________________________________
39946 [  7071] By: jhi                                   on 2000/09/14  14:23:30
39947         Log: Allow chop() and chomp() to be overridden.
39948              
39949              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39950              From: "Casey R. Tweten" <crt@kiski.net>
39951              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
39952              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
39953      Branch: perl
39954            ! toke.c
39955 ____________________________________________________________________________
39956 [  7070] By: jhi                                   on 2000/09/14  14:20:36
39957         Log: The return value of setlocale must be copied away.
39958              
39959              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39960              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39961              Date: Wed, 13 Sep 2000 16:27:37 +0100 
39962              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
39963      Branch: perl
39964            ! util.c
39965 ____________________________________________________________________________
39966 [  7069] By: jhi                                   on 2000/09/14  14:16:27
39967         Log: Remove vestiges of tr//CU.
39968              
39969              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39970              From: Nick Clark <nick@plum.flirble.org>
39971              Date: Tue, 12 Sep 2000 22:50:14 +0100
39972              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
39973              
39974              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39975              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39976              Date: Tue, 12 Sep 2000 21:38:48 -0700
39977              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
39978      Branch: perl
39979            ! op.h pod/perlunicode.pod
39980 ____________________________________________________________________________
39981 [  7068] By: jhi                                   on 2000/09/13  14:18:39
39982         Log: Add the Encode extension.  The code is still largely just skeleton.
39983      Branch: perl
39984            + ext/Encode/Encode.pm ext/Encode/Encode.xs
39985            + ext/Encode/Makefile.PL ext/Encode/Todo
39986            ! MANIFEST Todo-5.6
39987 ____________________________________________________________________________
39988 [  7067] By: jhi                                   on 2000/09/12  17:43:33
39989         Log: Allow for whitespace between "#" and "line" in cpp output.
39990              
39991              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39992              From: Calle Dybedahl <calle@lysator.liu.se>
39993              Date: 12 Sep 2000 19:38:02 +0200 
39994              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
39995      Branch: perl
39996            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
39997 ____________________________________________________________________________
39998 [  7066] By: gsar                                  on 2000/09/12  17:24:29
39999         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
40000              initialization in all the threads on Windows
40001      Branch: perl
40002            ! win32/win32.c
40003 ____________________________________________________________________________
40004 [  7065] By: jhi                                   on 2000/09/12  15:11:31
40005         Log: Update Changes.
40006      Branch: perl
40007            ! Changes patchlevel.h
40008 ____________________________________________________________________________
40009 [  7064] By: jhi                                   on 2000/09/12  14:54:54
40010         Log: Retract #7062, the pod tests are not ready.
40011      Branch: perl
40012            ! t/TEST t/harness
40013 ____________________________________________________________________________
40014 [  7063] By: jhi                                   on 2000/09/12  14:25:41
40015         Log: The #7054 truncated Configure badly.
40016      Branch: metaconfig/U/perl
40017            ! End.U
40018      Branch: perl
40019            ! Configure config_h.SH
40020 ____________________________________________________________________________
40021 [  7062] By: jhi                                   on 2000/09/12  14:08:32
40022         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
40023              From: sthoenna@efn.org
40024              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
40025              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
40026      Branch: perl
40027            ! t/TEST t/harness
40028 ____________________________________________________________________________
40029 [  7061] By: jhi                                   on 2000/09/12  14:07:18
40030         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
40031              From: sthoenna@efn.org
40032              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
40033              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
40034      Branch: perl
40035            ! pod/perlxs.pod
40036 ____________________________________________________________________________
40037 [  7060] By: jhi                                   on 2000/09/12  14:06:08
40038         Log: Break up the myconfig lines a bit.
40039              
40040              Subject: perlbug/perl -V output format
40041              From: sthoenna@efn.org
40042              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
40043              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
40044      Branch: perl
40045            ! myconfig.SH
40046 ____________________________________________________________________________
40047 [  7059] By: jhi                                   on 2000/09/12  14:05:04
40048         Log: Test for the #7049.
40049              
40050              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
40051              From: andreas.koenig@anima.de (Andreas J. Koenig)
40052              Date: 12 Sep 2000 06:42:01 +0200
40053              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
40054      Branch: perl
40055            ! t/op/my.t
40056 ____________________________________________________________________________
40057 [  7058] By: jhi                                   on 2000/09/12  14:03:05
40058         Log: Subject: [patch: perl@7045] vms updates
40059              From: Peter Prymmer <pvhp@forte.com>
40060              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
40061              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
40062      Branch: perl
40063            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
40064 ____________________________________________________________________________
40065 [  7057] By: jhi                                   on 2000/09/12  14:00:51
40066         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
40067              From: sthoenna@efn.org
40068              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
40069              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
40070      Branch: perl
40071            ! t/op/64bitint.t
40072 ____________________________________________________________________________
40073 [  7056] By: jhi                                   on 2000/09/12  13:58:14
40074         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
40075              From: Jeff Pinyan <jeffp@crusoe.net>
40076              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
40077              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
40078      Branch: perl
40079            ! pod/perlfunc.pod
40080 ____________________________________________________________________________
40081 [  7055] By: jhi                                   on 2000/09/12  13:56:32
40082         Log: Do in VMS as the #7054 does.
40083      Branch: perl
40084            ! configure.com
40085 ____________________________________________________________________________
40086 [  7054] By: jhi                                   on 2000/09/12  13:50:31
40087         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
40088              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40089              Date: Mon, 11 Sep 2000 08:33:09 +0100
40090              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
40091      Branch: metaconfig/U/perl
40092            ! End.U
40093      Branch: perl
40094            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
40095            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40096 ____________________________________________________________________________
40097 [  7053] By: jhi                                   on 2000/09/12  13:29:19
40098         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
40099              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40100              Date:     Tue, 12 Sep 2000 08:35:59 EDT
40101              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
40102      Branch: perl
40103            ! vms/test.com
40104 ____________________________________________________________________________
40105 [  7052] By: jhi                                   on 2000/09/11  23:01:50
40106         Log: Document the SvUTF8*().
40107      Branch: perl
40108            ! pod/perlapi.pod sv.h
40109 ____________________________________________________________________________
40110 [  7051] By: gsar                                  on 2000/09/11  14:46:30
40111         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
40112              (missed a spot when fixing up op_pmreplroot hack for ithreads)
40113      Branch: perl
40114            ! op.c t/op/split.t
40115 ____________________________________________________________________________
40116 [  7050] By: nick                                  on 2000/09/11  10:03:51
40117         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
40118              
40119              Subject: borland C++ win32.c tweak
40120              From: Vadim Konovalov <vkonovalov@lucent.com>
40121              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
40122              Date: Mon, 11 Sep 2000 11:22:33 +0400
40123      Branch: perl
40124            ! win32/win32.c
40125 ____________________________________________________________________________
40126 [  7049] By: nick                                  on 2000/09/11  09:57:33
40127         Log: Point fix for s/// on foreach (keys %xxx).
40128      Branch: perl
40129            ! pp_hot.c
40130 ____________________________________________________________________________
40131 [  7048] By: jhi                                   on 2000/09/10  23:37:09
40132         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
40133              by Pod::Text, from Brad Appleton.
40134      Branch: perl
40135            ! t/pod/testp2pt.pl
40136 ____________________________________________________________________________
40137 [  7047] By: jhi                                   on 2000/09/10  14:32:53
40138         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
40139              by Russ Allbery.
40140      Branch: perl
40141            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
40142 ____________________________________________________________________________
40143 [  7046] By: jhi                                   on 2000/09/10  14:15:08
40144         Log: Upgrade to CPAN 1.57_65, from Andreas König.
40145      Branch: perl
40146            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40147 ____________________________________________________________________________
40148 [  7045] By: jhi                                   on 2000/09/08  21:36:32
40149         Log: Update Changes.
40150      Branch: perl
40151            ! Changes patchlevel.h
40152 ____________________________________________________________________________
40153 [  7044] By: jhi                                   on 2000/09/08  21:29:56
40154         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
40155              From: Peter Prymmer <pvhp@forte.com>
40156              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
40157              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
40158      Branch: perl
40159            ! configure.com
40160 ____________________________________________________________________________
40161 [  7043] By: jhi                                   on 2000/09/08  21:27:50
40162         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
40163              From: Peter Prymmer <pvhp@forte.com>
40164              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
40165              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
40166      Branch: perl
40167            ! Makefile.SH installperl
40168 ____________________________________________________________________________
40169 [  7042] By: jhi                                   on 2000/09/08  21:23:21
40170         Log: Continue #7041.
40171      Branch: perl
40172            ! cygwin/Makefile.SHs os2/Makefile.SHs
40173 ____________________________________________________________________________
40174 [  7041] By: jhi                                   on 2000/09/08  21:18:10
40175         Log: Do away with memory models cruft.  Sorry, PDP users.
40176      Branch: metaconfig
40177            ! U/modified/cc.U U/modified/libpth.U
40178      Branch: perl
40179            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
40180            ! Porting/config_H cflags.SH config_h.SH configure.com
40181            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
40182            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
40183            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
40184 ____________________________________________________________________________
40185 [  7040] By: jhi                                   on 2000/09/08  14:34:18
40186         Log: Major rewrite of s2p.  And I mean really major, it is
40187              an implementation of sed in perl.  If called as s2p it
40188              will function as s2p.  Note: needs non-UNIXifying.
40189              
40190              Subject: s2p
40191              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
40192              Date: Mon, 28 Aug 2000 14:05:12 +0200
40193              Message-ID: <39AA5578.2102E2AA@alcatel.at>
40194      Branch: perl
40195            ! x2p/s2p.PL
40196 ____________________________________________________________________________
40197 [  7039] By: jhi                                   on 2000/09/08  14:19:49
40198         Log: Re-allow vec() for characters > 255.
40199              
40200              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
40201              From: Spider Boardman <spider@web.zk3.dec.com>
40202              Date: Fri, 08 Sep 2000 02:21:02 -0400
40203              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
40204      Branch: perl
40205            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
40206            ! t/op/vec.t
40207 ____________________________________________________________________________
40208 [  7038] By: jhi                                   on 2000/09/08  14:14:18
40209         Log: Subject: [PATCH lib/Benchmark.pm]
40210              From: <abigail@foad.org>
40211              Date: Thu, 7 Sep 2000 15:03:20 -0400
40212              Message-ID: <20000907190320.888.qmail@foad.org>
40213      Branch: perl
40214            ! lib/Benchmark.pm
40215 ____________________________________________________________________________
40216 [  7037] By: jhi                                   on 2000/09/08  14:11:06
40217         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
40218              
40219              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
40220              From: Spider Boardman <spider@web.zk3.dec.com>
40221              Date: Fri, 08 Sep 2000 01:30:27 -0400
40222              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
40223      Branch: perl
40224            ! op.c
40225 ____________________________________________________________________________
40226 [  7036] By: jhi                                   on 2000/09/08  14:08:58
40227         Log: Subject: [ID 20000908.002] perlipc documentation bug.
40228              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
40229              Date: Fri, 08 Sep 2000 12:38:32 +0200
40230              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
40231      Branch: perl
40232            ! pod/perlipc.pod
40233 ____________________________________________________________________________
40234 [  7035] By: jhi                                   on 2000/09/08  14:03:12
40235         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40236              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40237              Date: Fri, 08 Sep 2000 11:47:34 +0200
40238              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
40239      Branch: perl
40240            ! hints/dec_osf.sh
40241 ____________________________________________________________________________
40242 [  7034] By: jhi                                   on 2000/09/08  13:59:35
40243         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
40244              From: Simon Cozens <simon@cozens.net>
40245              Date: Thu, 7 Sep 2000 20:40:38 +0100
40246              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
40247      Branch: perl
40248            ! pp_hot.c
40249 ____________________________________________________________________________
40250 [  7033] By: jhi                                   on 2000/09/08  04:03:03
40251         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
40252              From: "Larry W. Virden" <lvirden@cas.org>
40253              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
40254              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
40255      Branch: perl
40256            ! pod/perldiag.pod
40257 ____________________________________________________________________________
40258 [  7032] By: jhi                                   on 2000/09/07  22:18:30
40259         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
40260              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
40261              Date: Mon, 04 Sep 2000 13:16:38 -0700
40262              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
40263      Branch: perl
40264            ! lib/perl5db.pl
40265 ____________________________________________________________________________
40266 [  7031] By: jhi                                   on 2000/09/07  22:02:29
40267         Log: Fix the ccversion detection for 5.1 and beyond.
40268              
40269              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
40270              From: Spider Boardman <spider@leggy.zk3.dec.com>
40271              Date: Thu, 7 Sep 2000 17:54:27 -0400
40272              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
40273      Branch: perl
40274            ! hints/dec_osf.sh
40275 ____________________________________________________________________________
40276 [  7030] By: jhi                                   on 2000/09/07  19:12:28
40277         Log: Fix for
40278              
40279              Subject: [ID 20000903.001] \w in utf8-strings
40280              From: Marc Lehmann <pcg@goof.com>
40281              Date: Sun, 03 Sep 2000 09:44:29 +0200
40282              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
40283              
40284              and various related nits.
40285      Branch: perl
40286            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
40287 ____________________________________________________________________________
40288 [  7029] By: jhi                                   on 2000/09/07  18:49:09
40289         Log: Fix the URL, but the server is still missing in action.
40290              
40291              Subject: [ID 20000905.002] perlfaq1.pod URL error
40292              From: "Larry W. Virden" <lvirden@cas.org>
40293              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
40294              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
40295      Branch: perl
40296            ! pod/perlfaq1.pod
40297 ____________________________________________________________________________
40298 [  7028] By: jhi                                   on 2000/09/07  18:47:13
40299         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
40300              From: Hugo <hv@crypt.compulink.co.uk>
40301              Date: Tue, 05 Sep 2000 14:13:37 +0100
40302              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
40303      Branch: perl
40304            ! toke.c
40305 ____________________________________________________________________________
40306 [  7027] By: jhi                                   on 2000/09/07  18:45:35
40307         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
40308              From: Daniel Chetlin <daniel@chetlin.com>
40309              Date: Tue, 5 Sep 2000 04:57:07 -0700
40310              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
40311      Branch: perl
40312            ! pod/perlfaq6.pod pod/perlop.pod
40313 ____________________________________________________________________________
40314 [  7026] By: jhi                                   on 2000/09/07  18:44:01
40315         Log: Document the new ref() semantics.
40316              
40317              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40318              From: Gisle Aas <gisle@ActiveState.com>
40319              Date: 05 Sep 2000 08:10:30 +0200
40320              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
40321      Branch: perl
40322            ! pod/perldelta.pod
40323 ____________________________________________________________________________
40324 [  7025] By: jhi                                   on 2000/09/07  18:42:27
40325         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
40326              
40327              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
40328              From: Gisle Aas <gisle@ActiveState.com>
40329              Date: 05 Sep 2000 08:11:40 +0200
40330              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
40331      Branch: perl
40332            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
40333 ____________________________________________________________________________
40334 [  7024] By: jhi                                   on 2000/09/07  18:39:32
40335         Log: Subject: [PATCH] Modernize Opcode.pm documentation
40336              From: Gisle Aas <gisle@ActiveState.com>
40337              Date: 4 Sep 2000 00:18:55 -0000
40338              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
40339      Branch: perl
40340            ! ext/Opcode/Opcode.pm
40341 ____________________________________________________________________________
40342 [  7023] By: jhi                                   on 2000/09/07  18:37:42
40343         Log: Subject: [PATCH] Tied filehandle documentation
40344              From: Gisle Aas <gisle@ActiveState.com>
40345              Date: 4 Sep 2000 00:14:40 -0000
40346              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
40347      Branch: perl
40348            ! pod/perlfunc.pod pod/perltie.pod
40349 ____________________________________________________________________________
40350 [  7022] By: jhi                                   on 2000/09/07  18:35:37
40351         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
40352              From: Gisle Aas <gisle@ActiveState.com>
40353              Date: 4 Sep 2000 00:04:22 -0000
40354              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
40355      Branch: perl
40356            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
40357 ____________________________________________________________________________
40358 [  7021] By: jhi                                   on 2000/09/07  18:33:22
40359         Log: Subject: small apidoc fix
40360              From: Marc Lehmann <pcg@goof.com>
40361              Date: Sun, 3 Sep 2000 05:12:06 +0200
40362              Message-ID: <20000903051206.A5909@cerebro.laendle>
40363      Branch: perl
40364            ! pod/perlapi.pod utf8.c
40365 ____________________________________________________________________________
40366 [  7020] By: jhi                                   on 2000/09/07  16:14:57
40367         Log: Tiny perldelta nits.
40368      Branch: perl
40369            ! pod/perldelta.pod
40370 ____________________________________________________________________________
40371 [  7019] By: jhi                                   on 2000/09/07  16:04:20
40372         Log: Guard against bad string->int conversion for quads.
40373      Branch: perl
40374            ! t/op/64bitint.t
40375 ____________________________________________________________________________
40376 [  7018] By: jhi                                   on 2000/09/06  17:07:03
40377         Log: Update Unicode todo list.
40378      Branch: perl
40379            ! Todo-5.6
40380 ____________________________________________________________________________
40381 [  7017] By: jhi                                   on 2000/09/05  21:16:01
40382         Log: Document the SvIOK_.*UV().
40383      Branch: perl
40384            ! pod/perlapi.pod sv.h
40385 ____________________________________________________________________________
40386 [  7016] By: nick                                  on 2000/09/03  21:54:46
40387         Log: Hash lookup of constant strings optimization:
40388              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
40389              to string table (as per sharepvn). Add newSV_pvn_share to create such
40390              a thing. Make hv.c compare addresses of strings and skip string compare
40391              if equal. Make method_named and helem ops use these shared-string SVs
40392              when arg is constant. Make keys op return shared-string SVs (less clearly
40393              a win).
40394      Branch: perl
40395            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
40396            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
40397            ! pod/perlintern.pod pp_hot.c proto.h sv.c
40398 ____________________________________________________________________________
40399 [  7015] By: jhi                                   on 2000/09/02  17:48:59
40400         Log: This is 5.7.0.
40401      Branch: perl
40402            ! Changes
40403 ____________________________________________________________________________
40404 [  7014] By: jhi                                   on 2000/09/02  17:35:45
40405         Log: Changes and patchlevel tweaks.
40406      Branch: perl
40407            ! Changes patchlevel.h
40408 ____________________________________________________________________________
40409 [  7013] By: jhi                                   on 2000/09/02  17:30:50
40410         Log: Update Changes.
40411      Branch: perl
40412            ! Changes patchlevel.h
40413 ____________________________________________________________________________
40414 [  7012] By: nick                                  on 2000/09/02  17:25:20
40415         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
40416      Branch: perl
40417            ! gv.c lib/overload.pm
40418 ____________________________________________________________________________
40419 [  7011] By: jhi                                   on 2000/09/02  17:16:25
40420         Log: Update perlhist.
40421      Branch: perl
40422            ! pod/perlhist.pod
40423 ____________________________________________________________________________
40424 [  7010] By: jhi                                   on 2000/09/02  17:01:35
40425         Log: perldelta nits.
40426      Branch: perl
40427            ! pod/perldelta.pod
40428 ____________________________________________________________________________
40429 [  7009] By: nick                                  on 2000/09/02  16:48:35
40430         Log: If overloaded %{} etc. return the object do not loop.
40431              Thus  sub deref { $_[0] } functions if object is wanted type.
40432      Branch: perl
40433            ! pp.h
40434 ____________________________________________________________________________
40435 [  7008] By: jhi                                   on 2000/09/02  16:26:11
40436         Log: Retab MANIFEST.
40437      Branch: perl
40438            ! ext/Storable/MANIFEST
40439 ____________________________________________________________________________
40440 [  7007] By: jhi                                   on 2000/09/02  16:23:02
40441         Log: Make certain cc is set before trying to run it.
40442      Branch: perl
40443            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
40444 ____________________________________________________________________________
40445 [  7006] By: jhi                                   on 2000/09/02  15:45:41
40446         Log: Unicode notes.
40447      Branch: perl
40448            ! pod/perldelta.pod
40449 ____________________________________________________________________________
40450 [  7005] By: jhi                                   on 2000/09/02  15:42:11
40451         Log: Various Configure nits by Philip Newton,
40452              plus the ebcdic one by me.
40453      Branch: metaconfig
40454            + U/modified/pager.U
40455            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
40456      Branch: metaconfig/U/perl
40457            ! Devel.U quadfio.U
40458      Branch: perl
40459            ! Configure config_h.SH
40460 ____________________________________________________________________________
40461 [  7004] By: jhi                                   on 2000/09/02  15:06:14
40462         Log: Apparently avoiding the swapping is too costly.
40463              
40464              From: "Ben Tilly" <ben_tilly@hotmail.com>
40465              Subject: Re: the door is closed.
40466              Date: Fri, 01 Sep 2000 20:23:16 EDT
40467              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
40468      Branch: perl
40469            ! pod/perlfaq4.pod
40470 ____________________________________________________________________________
40471 [  7003] By: nick                                  on 2000/09/02  12:26:04
40472         Log: Undo part of change 6489 which looks like a bulk edit which
40473              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
40474              The supressing of main:: on return from select() is undesirable.
40475      Branch: perl
40476            ! pp_sys.c
40477 ____________________________________________________________________________
40478 [  7002] By: jhi                                   on 2000/09/01  23:08:54
40479         Log: Update Changes.
40480      Branch: perl
40481            ! Changes patchlevel.h
40482 ____________________________________________________________________________
40483 [  7001] By: jhi                                   on 2000/09/01  23:00:13
40484         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
40485              From: Peter Prymmer <pvhp@forte.com>
40486              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
40487              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
40488              
40489              plus rework the http: spots as suggested by Tom Christiansen,
40490              plus regen perltoc.
40491      Branch: perl
40492            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
40493            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
40494 ____________________________________________________________________________
40495 [  7000] By: jhi                                   on 2000/09/01  22:36:01
40496         Log: Only the first line, thank you very much.
40497      Branch: perl
40498            ! hints/solaris_2.sh
40499 ____________________________________________________________________________
40500 [  6999] By: gsar                                  on 2000/09/01  22:16:40
40501         Log: change#6791 accidentally clobbered change#6710, put it back
40502      Branch: perl
40503            ! win32/win32.c
40504 ____________________________________________________________________________
40505 [  6998] By: jhi                                   on 2000/09/01  22:14:16
40506         Log: Mention the HP-UX LP64 freak failure.
40507      Branch: perl
40508            ! pod/perldelta.pod
40509 ____________________________________________________________________________
40510 [  6997] By: jhi                                   on 2000/09/01  21:48:32
40511         Log: Detypo.
40512      Branch: perl
40513            ! hints/hpux.sh
40514 ____________________________________________________________________________
40515 [  6996] By: jhi                                   on 2000/09/01  21:27:10
40516         Log: Update Changes.
40517      Branch: perl
40518            ! Changes patchlevel.h
40519 ____________________________________________________________________________
40520 [  6995] By: jhi                                   on 2000/09/01  21:14:24
40521         Log: Mi splgn s gnin.g
40522      Branch: perl
40523            ! pp_ctl.c
40524 ____________________________________________________________________________
40525 [  6994] By: jhi                                   on 2000/09/01  21:09:54
40526         Log: Subject: http:// in L<>
40527              From: Nicholas Clark <nick@ccl4.org>
40528              Date: Fri, 1 Sep 2000 22:03:21 +0100
40529              Message-ID: <20000901220321.B72074@plum.flirble.org>
40530      Branch: perl
40531            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
40532 ____________________________________________________________________________
40533 [  6993] By: jhi                                   on 2000/09/01  21:06:54
40534         Log: Update to Storable 1.0, from Raphael Manfredi.
40535      Branch: perl
40536            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
40537            ! ext/Storable/Makefile.PL ext/Storable/README
40538            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40539            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40540            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
40541            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
40542            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
40543            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
40544 ____________________________________________________________________________
40545 [  6992] By: jhi                                   on 2000/09/01  20:43:05
40546         Log: Mention known sfio+linux buglet.
40547      Branch: perl
40548            ! pod/perldelta.pod
40549 ____________________________________________________________________________
40550 [  6991] By: jhi                                   on 2000/09/01  20:40:11
40551         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
40552              From: Peter Prymmer <pvhp@forte.com>
40553              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
40554              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
40555      Branch: perl
40556            ! vms/vms.c
40557 ____________________________________________________________________________
40558 [  6990] By: jhi                                   on 2000/09/01  20:25:26
40559         Log: Retract #6986.
40560      Branch: perl
40561            ! hints/solaris_2.sh
40562 ____________________________________________________________________________
40563 [  6989] By: jhi                                   on 2000/09/01  20:23:00
40564         Log: Mergesort is back.
40565      Branch: perl
40566            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
40567 ____________________________________________________________________________
40568 [  6988] By: jhi                                   on 2000/09/01  19:37:40
40569         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
40570              From: Mike Guy <mjtg@cam.ac.uk>
40571              Date: Fri, 01 Sep 2000 17:43:33 +0100
40572              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
40573      Branch: perl
40574            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
40575            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
40576 ____________________________________________________________________________
40577 [  6987] By: jhi                                   on 2000/09/01  19:17:10
40578         Log: Regen perltoc.
40579      Branch: perl
40580            ! pod/perltoc.pod
40581 ____________________________________________________________________________
40582 [  6986] By: jhi                                   on 2000/09/01  18:51:10
40583         Log: Subject: Re: Solaris x86 has no SPARC libraries!
40584              From: Lupe Christoph <lupe@lupe-christoph.de>
40585              Date: Fri, 1 Sep 2000 20:41:20 +0200
40586              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
40587      Branch: perl
40588            ! hints/solaris_2.sh
40589 ____________________________________________________________________________
40590 [  6985] By: jhi                                   on 2000/09/01  18:28:10
40591         Log: Update Changes.
40592      Branch: perl
40593            ! Changes patchlevel.h
40594 ____________________________________________________________________________
40595 [  6984] By: jhi                                   on 2000/09/01  18:26:53
40596         Log: Feature ordering tweak.
40597      Branch: perl
40598            ! myconfig.SH
40599 ____________________________________________________________________________
40600 [  6983] By: jhi                                   on 2000/09/01  18:19:50
40601         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40602              From: <abigail@foad.org>
40603              Date: Fri, 1 Sep 2000 13:07:32 -0400
40604              Message-ID: <20000901170732.18249.qmail@foad.org>
40605      Branch: perl
40606            ! t/pragma/overload.t
40607 ____________________________________________________________________________
40608 [  6982] By: jhi                                   on 2000/09/01  18:17:54
40609         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
40610              so that case-ignoring systems like DCL can tell them from
40611              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
40612      Branch: metaconfig/U/perl
40613            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
40614      Branch: perl
40615            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40616            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
40617            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
40618            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
40619            ! vos/config.def vos/config.h vos/config_h.SH_orig
40620            ! win32/config.bc win32/config.gc win32/config.vc
40621 ____________________________________________________________________________
40622 [  6981] By: nick                                  on 2000/09/01  17:21:57
40623         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
40624              warning when UNTIE exists and instead pass the cound of extra references to
40625              the UNTIE method.
40626      Branch: perl
40627            ! pod/perltie.pod pp_sys.c
40628 ____________________________________________________________________________
40629 [  6980] By: jhi                                   on 2000/09/01  16:54:44
40630         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
40631              From: Peter Prymmer <pvhp@forte.com>
40632              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
40633              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
40634      Branch: perl
40635            ! configure.com
40636 ____________________________________________________________________________
40637 [  6979] By: jhi                                   on 2000/09/01  16:06:20
40638         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
40639              From: Mike Guy <mjtg@cam.ac.uk> 
40640              Date: Fri, 01 Sep 2000 16:49:27 +0100
40641              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
40642      Branch: perl
40643            ! t/base/rs.t
40644 ____________________________________________________________________________
40645 [  6978] By: jhi                                   on 2000/09/01  16:00:42
40646         Log: Update to PodParser 1.18, from Brad Appleton.
40647      Branch: perl
40648            ! lib/Pod/Checker.pm t/pod/find.t
40649 ____________________________________________________________________________
40650 [  6977] By: jhi                                   on 2000/09/01  14:48:58
40651         Log: Subject: Nit in Configure (bleadperl@6961)
40652              From: Lupe Christoph <lupe@lupe-christoph.de>
40653              Date: Fri, 1 Sep 2000 16:34:29 +0200
40654              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
40655      Branch: metaconfig
40656            ! U/compline/ccflags.U
40657      Branch: perl
40658            ! Configure config_h.SH
40659 ____________________________________________________________________________
40660 [  6976] By: jhi                                   on 2000/09/01  14:39:52
40661         Log: Update Changes.
40662      Branch: perl
40663            ! Changes patchlevel.h
40664 ____________________________________________________________________________
40665 [  6975] By: jhi                                   on 2000/09/01  14:37:36
40666         Log: microperl config update.
40667      Branch: perl
40668            ! uconfig.h uconfig.sh
40669 ____________________________________________________________________________
40670 [  6974] By: jhi                                   on 2000/09/01  14:36:53
40671         Log: Document known deficiencies.
40672      Branch: perl
40673            ! pod/perldelta.pod
40674 ____________________________________________________________________________
40675 [  6973] By: jhi                                   on 2000/09/01  14:10:20
40676         Log: Mention warnings fixes and updates.
40677      Branch: perl
40678            ! pod/perldelta.pod
40679 ____________________________________________________________________________
40680 [  6972] By: jhi                                   on 2000/09/01  14:01:52
40681         Log: Drop unused argument.
40682              
40683              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
40684              From: Spider Boardman <spider@web.zk3.dec.com>
40685              Date: Thu, 31 Aug 2000 16:10:15 -0400
40686              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
40687      Branch: perl
40688            ! toke.c
40689 ____________________________________________________________________________
40690 [  6971] By: jhi                                   on 2000/09/01  13:59:24
40691         Log: Add the overload warnings to perldiag.
40692      Branch: perl
40693            ! lib/overload.pm pod/perldiag.pod
40694 ____________________________________________________________________________
40695 [  6970] By: jhi                                   on 2000/09/01  13:55:10
40696         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40697              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40698              Date: Fri, 1 Sep 2000 13:43:15 +0100 
40699              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
40700      Branch: perl
40701            ! lib/overload.pm t/pragma/overload.t
40702 ____________________________________________________________________________
40703 [  6969] By: jhi                                   on 2000/09/01  13:52:27
40704         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
40705              From: <abigail@foad.org>
40706              Date: Fri, 1 Sep 2000 05:46:54 -0400
40707              Message-ID: <20000901094654.6476.qmail@foad.org>
40708      Branch: perl
40709            ! lib/overload.pm
40710 ____________________________________________________________________________
40711 [  6968] By: jhi                                   on 2000/09/01  13:50:05
40712         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
40713              From: Daniel Chetlin <daniel@chetlin.com>
40714              Date: Fri, 1 Sep 2000 02:10:55 -0700
40715              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
40716      Branch: perl
40717            ! pod/perlretut.pod
40718 ____________________________________________________________________________
40719 [  6967] By: jhi                                   on 2000/09/01  13:47:54
40720         Log: Part of the solution.
40721              
40722              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
40723              From: Mike Guy <mjtg@cam.ac.uk>
40724              Date: Fri, 01 Sep 2000 14:16:01 +0100
40725              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
40726      Branch: perl
40727            ! gv.c mg.c
40728 ____________________________________________________________________________
40729 [  6966] By: jhi                                   on 2000/09/01  13:46:17
40730         Log: Subject: CPAN.pm beta 1.57_57 for the core
40731              From: andreas.koenig@anima.de (Andreas J. Koenig)
40732              Date: 01 Sep 2000 15:16:31 +0200
40733              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
40734      Branch: perl
40735            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40736 ____________________________________________________________________________
40737 [  6965] By: jhi                                   on 2000/09/01  13:43:18
40738         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
40739              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40740              Date: Fri, 01 Sep 2000 01:47:22 -0500
40741              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
40742      Branch: perl
40743            ! pod/perldelta.pod vms/vms.c
40744 ____________________________________________________________________________
40745 [  6964] By: jhi                                   on 2000/09/01  13:35:35
40746         Log: File::Temp patches from Andreas König,
40747              
40748              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
40749              From: andreas.koenig@anima.de (Andreas J. Koenig)
40750              Date: 01 Sep 2000 10:07:20 +0200
40751              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
40752              
40753              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
40754              From: andreas.koenig@anima.de (Andreas J. Koenig)
40755              Date: 31 Aug 2000 23:26:08 +0200
40756              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
40757      Branch: perl
40758            ! lib/File/Temp.pm t/lib/ftmp-security.t
40759 ____________________________________________________________________________
40760 [  6963] By: jhi                                   on 2000/09/01  02:22:24
40761         Log: Retract the mergesort code, way too incompatible licensing
40762              and copyrights.
40763      Branch: perl
40764            ! pod/perldelta.pod pp_ctl.c
40765 ____________________________________________________________________________
40766 [  6962] By: jhi                                   on 2000/08/31  23:27:32
40767         Log: Update Changes.
40768      Branch: perl
40769            ! Changes patchlevel.h
40770 ____________________________________________________________________________
40771 [  6961] By: jhi                                   on 2000/08/31  23:20:04
40772         Log: Small tweaks all over.
40773      Branch: metaconfig
40774            ! U/compline/d_gconvert.U
40775      Branch: perl
40776            ! AUTHORS Configure config_h.SH pp_ctl.c
40777 ____________________________________________________________________________
40778 [  6960] By: jhi                                   on 2000/08/31  22:39:36
40779         Log: Further rewording.
40780      Branch: perl
40781            ! pp_ctl.c
40782 ____________________________________________________________________________
40783 [  6959] By: jhi                                   on 2000/08/31  21:26:44
40784         Log: More address tweaking.
40785      Branch: perl
40786            ! AUTHORS Changes
40787 ____________________________________________________________________________
40788 [  6958] By: jhi                                   on 2000/08/31  20:47:25
40789         Log: AUTHORS tweaks, from Peter Prymmer.
40790              
40791              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
40792              From: Peter Prymmer <pvhp@forte.com>
40793              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
40794              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
40795      Branch: perl
40796            ! AUTHORS MAINTAIN
40797 ____________________________________________________________________________
40798 [  6957] By: jhi                                   on 2000/08/31  20:34:43
40799         Log: perldelta tweaks.
40800      Branch: perl
40801            ! pod/perldelta.pod
40802 ____________________________________________________________________________
40803 [  6956] By: jhi                                   on 2000/08/31  19:11:06
40804         Log: Regen perltoc.
40805      Branch: perl
40806            ! pod/perltoc.pod
40807 ____________________________________________________________________________
40808 [  6955] By: jhi                                   on 2000/08/31  19:06:30
40809         Log: Clarify the mergesort situation.
40810      Branch: perl
40811            ! pp_ctl.c
40812 ____________________________________________________________________________
40813 [  6954] By: jhi                                   on 2000/08/31  18:24:17
40814         Log: Move the Solaris 7 scan to use64bitall, make the
40815              failure to find 64-bot sparc libc to mention the
40816              possibility of being in an intel, from Lupe and Alan.
40817      Branch: perl
40818            ! hints/solaris_2.sh
40819 ____________________________________________________________________________
40820 [  6953] By: jhi                                   on 2000/08/31  18:09:20
40821         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
40822              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
40823      Branch: metaconfig
40824            ! U/compline/d_gconvert.U U/threads/archname.U
40825      Branch: metaconfig/U/perl
40826            ! perlxv.U
40827      Branch: perl
40828            ! Configure config_h.SH sv.c
40829 ____________________________________________________________________________
40830 [  6952] By: jhi                                   on 2000/08/31  17:42:24
40831         Log: :: not allowed in pathnames, change to .
40832              
40833              Subject: [PATCH perl@6938] cygwin port
40834              From: "Fifer, Eric" <EFifer@sanwaint.com>
40835              Date: Thu, 31 Aug 2000 16:32:59 +0100
40836              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
40837      Branch: metaconfig/U/perl
40838            ! perlxv.U
40839 ____________________________________________________________________________
40840 [  6951] By: jhi                                   on 2000/08/31  17:02:05
40841         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
40842      Branch: perl
40843            ! perl.h
40844 ____________________________________________________________________________
40845 [  6950] By: jhi                                   on 2000/08/31  16:26:08
40846         Log: More author updates.
40847              
40848              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
40849              From: Simon Cozens <simon@cozens.net>
40850              Date: Thu, 31 Aug 2000 17:13:32 +0100
40851              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
40852      Branch: perl
40853            ! AUTHORS
40854 ____________________________________________________________________________
40855 [  6949] By: jhi                                   on 2000/08/31  16:04:49
40856         Log: POSIX doesn't report long double values under -Duselongdouble
40857              when the long doubles are "real" (bigger than doubles).
40858              
40859              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
40860              From: Spider Boardman <spider@peano.zk3.dec.com>
40861              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
40862              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
40863      Branch: perl
40864            ! ext/POSIX/POSIX.xs
40865 ____________________________________________________________________________
40866 [  6948] By: jhi                                   on 2000/08/31  15:25:10
40867         Log: Update Changes.
40868      Branch: perl
40869            ! Changes patchlevel.h
40870 ____________________________________________________________________________
40871 [  6947] By: jhi                                   on 2000/08/31  15:22:29
40872         Log: Document UNTIE in a very minimalistic way.
40873      Branch: perl
40874            ! pod/perlfunc.pod pod/perltie.pod
40875 ____________________________________________________________________________
40876 [  6946] By: jhi                                   on 2000/08/31  15:15:23
40877         Log: Document known failures.
40878      Branch: perl
40879            ! pod/perldelta.pod
40880 ____________________________________________________________________________
40881 [  6945] By: jhi                                   on 2000/08/31  15:07:00
40882         Log: Don't attach -ld to the archname if pointless.
40883      Branch: metaconfig
40884            ! U/threads/archname.U
40885      Branch: perl
40886            ! Configure config_h.SH
40887 ____________________________________________________________________________
40888 [  6944] By: jhi                                   on 2000/08/31  14:37:42
40889         Log: Wrap the test in eval.
40890              
40891              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
40892              From: Tim Jenness <timj@jach.hawaii.edu>
40893              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
40894              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
40895      Branch: perl
40896            ! t/lib/ftmp-security.t
40897 ____________________________________________________________________________
40898 [  6943] By: jhi                                   on 2000/08/31  14:30:57
40899         Log: Make -Dusemorebits find long doubles in Solaris.
40900      Branch: perl
40901            ! hints/solaris_2.sh
40902 ____________________________________________________________________________
40903 [  6942] By: jhi                                   on 2000/08/31  13:48:45
40904         Log: Clarify the third case of ftmp-security warnings.
40905      Branch: perl
40906            ! INSTALL
40907 ____________________________________________________________________________
40908 [  6941] By: jhi                                   on 2000/08/31  13:40:31
40909         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
40910              From: <abigail@foad.org>
40911              Date: Thu, 31 Aug 2000 01:35:05 -0400
40912              Message-ID: <20000831053505.32120.qmail@foad.org>
40913      Branch: perl
40914            ! pod/perldelta.pod
40915 ____________________________________________________________________________
40916 [  6940] By: jhi                                   on 2000/08/31  13:38:48
40917         Log: Issue useful diagnostic on unknown pod commands.
40918              
40919              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
40920              From: <abigail@foad.org>
40921              Date: Thu, 31 Aug 2000 03:41:18 -0400
40922              Message-ID: <20000831074118.24880.qmail@foad.org>
40923      Branch: perl
40924            ! lib/Pod/Man.pm
40925 ____________________________________________________________________________
40926 [  6939] By: jhi                                   on 2000/08/31  13:34:33
40927         Log: Reveal Borland's isnan.
40928              
40929              Subject: build with BC++ tweak
40930              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
40931              Date: Thu, 31 Aug 2000 13:09:37 +0400
40932              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
40933      Branch: perl
40934            ! win32/win32.h
40935 ____________________________________________________________________________
40936 [  6938] By: jhi                                   on 2000/08/31  05:01:20
40937         Log: Update Changes.
40938      Branch: perl
40939            ! Changes patchlevel.h
40940 ____________________________________________________________________________
40941 [  6937] By: jhi                                   on 2000/08/31  04:26:23
40942         Log: sscanf() may be the only way to read long doubles from strings.
40943      Branch: metaconfig/U/perl
40944            ! longdblfio.U
40945      Branch: perl
40946            ! Configure config_h.SH perl.h util.c
40947 ____________________________________________________________________________
40948 [  6936] By: jhi                                   on 2000/08/31  04:18:19
40949         Log: The #6929 was too skimpy.
40950      Branch: perl
40951            ! sv.c
40952 ____________________________________________________________________________
40953 [  6935] By: jhi                                   on 2000/08/31  02:47:07
40954         Log: Subject: Re: typos in pods
40955              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40956              Date: Wed, 30 Aug 2000 19:25:34 -0700
40957              Message-ID: <eIcr5gzkg25X092yn@efn.org>
40958      Branch: perl
40959            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
40960 ____________________________________________________________________________
40961 [  6934] By: jhi                                   on 2000/08/31  02:42:55
40962         Log: Missed one Unicode file.
40963      Branch: perl
40964            + lib/unicode/UCDFF301.html
40965 ____________________________________________________________________________
40966 [  6933] By: jhi                                   on 2000/08/30  23:42:27
40967         Log: Update Changes.
40968      Branch: perl
40969            ! Changes patchlevel.h
40970 ____________________________________________________________________________
40971 [  6932] By: jhi                                   on 2000/08/30  23:40:07
40972         Log: Mention UNTIE in perldelta.  Still needs documenting
40973              in perltie et alia.
40974      Branch: perl
40975            ! pod/perldelta.pod
40976 ____________________________________________________________________________
40977 [  6931] By: jhi                                   on 2000/08/30  23:36:02
40978         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
40979              From: <abigail@foad.org>
40980              Date: Wed, 30 Aug 2000 19:28:07 -0400
40981              Message-ID: <20000830232807.305.qmail@foad.org>
40982      Branch: perl
40983            ! pod/perldelta.pod
40984 ____________________________________________________________________________
40985 [  6930] By: jhi                                   on 2000/08/30  23:32:40
40986         Log: Update to Unicode 3.0.1.
40987      Branch: perl
40988            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
40989            + lib/unicode/PropList.txt lib/unicode/README.perl
40990            + lib/unicode/UCD301.html lib/unicode/Unicode.301
40991            - lib/unicode/Props.txt lib/unicode/UCD300.html
40992            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
40993            ! (edit 257 files)
40994 ____________________________________________________________________________
40995 [  6929] By: jhi                                   on 2000/08/30  22:38:18
40996         Log: Heap decorruption.
40997              
40998              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
40999              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41000              Date: Wed, 30 Aug 2000 22:39:52 +0100
41001              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
41002      Branch: perl
41003            ! sv.c
41004 ____________________________________________________________________________
41005 [  6928] By: jhi                                   on 2000/08/30  22:29:34
41006         Log: Retract the dummy test, skip the security tests (instead of failing),
41007              explain what the warnings mean.
41008      Branch: perl
41009            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
41010 ____________________________________________________________________________
41011 [  6927] By: jhi                                   on 2000/08/30  22:14:13
41012         Log: Change the internal implementation of sort() to be mergesort
41013              instead of quicksort, from John Linderman <jpl@research.att.com>.
41014              Gives us better worst case, better average case, and stability.
41015              What's there not to like?  (Small fixes for threaded builds
41016              were required).
41017      Branch: perl
41018            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
41019 ____________________________________________________________________________
41020 [  6926] By: jhi                                   on 2000/08/30  20:55:20
41021         Log: A better fix for the Socket building problem from Craig Berry.
41022      Branch: perl
41023            ! vms/vms.c
41024 ____________________________________________________________________________
41025 [  6925] By: jhi                                   on 2000/08/30  20:20:25
41026         Log: Subject: [PATCH] Re: UNTIE method 
41027              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41028              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
41029              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
41030      Branch: perl
41031            ! pp_sys.c t/op/tie.t
41032 ____________________________________________________________________________
41033 [  6924] By: jhi                                   on 2000/08/30  20:17:11
41034         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
41035              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41036              Date: Wed, 30 Aug 2000 15:03:14 -0500
41037              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
41038      Branch: perl
41039            ! vms/vms.c
41040 ____________________________________________________________________________
41041 [  6923] By: jhi                                   on 2000/08/30  20:15:18
41042         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
41043              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41044              Date: Wed, 30 Aug 2000 13:30:36 -0500
41045              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
41046      Branch: perl
41047            ! vms/vms.c
41048 ____________________________________________________________________________
41049 [  6922] By: jhi                                   on 2000/08/30  19:54:43
41050         Log: Better options for rsync.
41051      Branch: perl
41052            ! pod/perlhack.pod
41053 ____________________________________________________________________________
41054 [  6921] By: jhi                                   on 2000/08/30  19:40:16
41055         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
41056              From: Rick Delaney <rick@consumercontact.com>
41057              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
41058              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
41059      Branch: perl
41060            ! pod/perlfunc.pod
41061 ____________________________________________________________________________
41062 [  6920] By: jhi                                   on 2000/08/30  19:36:40
41063         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
41064              From: Peter Prymmer <pvhp@forte.com>
41065              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
41066              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
41067      Branch: perl
41068            ! configure.com
41069 ____________________________________________________________________________
41070 [  6919] By: jhi                                   on 2000/08/30  14:52:02
41071         Log: Update Changes.
41072      Branch: perl
41073            ! Changes patchlevel.h
41074 ____________________________________________________________________________
41075 [  6918] By: jhi                                   on 2000/08/30  14:48:34
41076         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
41077      Branch: perl
41078            ! lib/ExtUtils/typemap
41079 ____________________________________________________________________________
41080 [  6917] By: jhi                                   on 2000/08/30  14:46:34
41081         Log: Subject: typos in pods
41082              From: Nicholas Clark <nick@ccl4.org>
41083              Date: Wed, 30 Aug 2000 01:12:50 +0100
41084              Message-ID: <20000830011249.A61388@plum.flirble.org>
41085      Branch: perl
41086            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
41087            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
41088            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
41089            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
41090 ____________________________________________________________________________
41091 [  6916] By: jhi                                   on 2000/08/30  14:19:09
41092         Log: Document Storable problems on Crays.  (Will have
41093              to document all the other Storable problems, too.)
41094      Branch: perl
41095            ! pod/perldelta.pod
41096 ____________________________________________________________________________
41097 [  6915] By: jhi                                   on 2000/08/30  14:06:02
41098         Log: Subject: [PATCH] fix misc cast warnings
41099              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41100              Date: Tue, 29 Aug 2000 23:16:14 -0700
41101              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
41102      Branch: perl
41103            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
41104            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
41105            ! os2/os2ish.h
41106 ____________________________________________________________________________
41107 [  6914] By: jhi                                   on 2000/08/30  14:03:45
41108         Log: Timestamp mismatch again.  Need to fix this dependence on
41109              config_h.SH timestamp, since it's the contents of config_h.SH
41110              that matter.
41111      Branch: perl
41112            ! uconfig.h uconfig.sh
41113 ____________________________________________________________________________
41114 [  6913] By: jhi                                   on 2000/08/30  13:54:06
41115         Log: Don't say "Perl 5.0 source kit".
41116      Branch: perl
41117            ! perl.c
41118 ____________________________________________________________________________
41119 [  6912] By: jhi                                   on 2000/08/30  13:51:24
41120         Log: Reset archname and archname64 always, forcing them be
41121              recomputed at each Configure run, make Configure and
41122              the hints files agree on the naming of largefiles variables.
41123      Branch: metaconfig
41124            ! U/threads/archname.U
41125      Branch: metaconfig/U/perl
41126            ! use64bits.U
41127      Branch: perl
41128            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
41129            ! hints/linux.sh hints/solaris_2.sh
41130 ____________________________________________________________________________
41131 [  6911] By: jhi                                   on 2000/08/30  13:30:13
41132         Log: Put back the slice accidentally removed by #6907.
41133      Branch: perl
41134            ! hints/solaris_2.sh
41135 ____________________________________________________________________________
41136 [  6910] By: jhi                                   on 2000/08/30  01:24:26
41137         Log: Be consistent: other Net::get* do export theirs.
41138              
41139              Subject: Re: Net::protoent does not export 'getproto'
41140              From: Yasushi Nakajima <sey@jkc.co.jp>
41141              Date: Wed, 30 Aug 2000 09:53:14 +0900
41142              Message-Id: <200008300051.DAA24700@taku.hut.fi>
41143      Branch: perl
41144            ! lib/Net/protoent.pm
41145 ____________________________________________________________________________
41146 [  6909] By: jhi                                   on 2000/08/30  01:17:25
41147         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
41148              From: Gurusamy Sarathy <gsar@ActiveState.com>
41149              Date: Tue, 29 Aug 2000 17:17:07 -0700
41150              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
41151      Branch: perl
41152            ! cop.h
41153 ____________________________________________________________________________
41154 [  6908] By: jhi                                   on 2000/08/30  00:58:05
41155         Log: Update Changes.
41156      Branch: perl
41157            ! Changes patchlevel.h
41158 ____________________________________________________________________________
41159 [  6907] By: jhi                                   on 2000/08/30  00:57:22
41160         Log: Introduce ccname to keep track of what compiler kind of we have.
41161      Branch: metaconfig/U/perl
41162            ! Checkcc.U gccvers.U
41163      Branch: perl
41164            ! Configure config_h.SH hints/solaris_2.sh
41165 ____________________________________________________________________________
41166 [  6906] By: jhi                                   on 2000/08/30  00:25:47
41167         Log: Put back the flags dump as reasoned in
41168              
41169              Subject: Re: [PATCH] Glob dumping
41170              From: Mike Guy <mjtg@cam.ac.uk> 
41171              Date: Tue, 29 Aug 2000 21:41:32 +0100
41172              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
41173      Branch: perl
41174            ! dump.c t/lib/peek.t
41175 ____________________________________________________________________________
41176 [  6905] By: jhi                                   on 2000/08/30  00:16:17
41177         Log: Make the epsilon to be relative, not absolute.
41178              
41179              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
41180              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
41181              Date: Tue, 29 Aug 2000 19:58:56 -0400
41182              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
41183      Branch: perl
41184            ! t/lib/trig.t
41185 ____________________________________________________________________________
41186 [  6904] By: jhi                                   on 2000/08/30  00:13:09
41187         Log: From now on, Gisle is on my list of usual suspects :-)
41188              Retract #6902.
41189      Branch: perl
41190            ! ext/Opcode/Safe.pm
41191 ____________________________________________________________________________
41192 [  6903] By: jhi                                   on 2000/08/29  23:51:20
41193         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
41194              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41195              Date: Tue, 29 Aug 2000 18:43:26 -0500
41196              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
41197      Branch: perl
41198            + vms/vmspipe.com
41199            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
41200            ! vms/vms.c
41201 ____________________________________________________________________________
41202 [  6902] By: jhi                                   on 2000/08/29  23:44:14
41203         Log: Retry what #6882 attempted.
41204              
41205              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
41206              From: Gisle Aas <gisle@ActiveState.com>
41207              Date: 30 Aug 2000 00:33:09 +0200
41208              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
41209      Branch: perl
41210            ! ext/Opcode/Safe.pm
41211 ____________________________________________________________________________
41212 [  6901] By: jhi                                   on 2000/08/29  22:59:32
41213         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
41214              From: Hugo <hv@crypt.compulink.co.uk>
41215              Date: Mon, 12 Jun 2000 19:36:08 +0100
41216              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
41217      Branch: perl
41218            ! sv.c
41219 ____________________________________________________________________________
41220 [  6900] By: jhi                                   on 2000/08/29  22:58:35
41221         Log: Admit that we are leaking scalars.
41222              
41223              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
41224              From: Spider Boardman <spider@leggy.zk3.dec.com>
41225              Date: Tue, 29 Aug 2000 18:48:29 -0400
41226              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
41227      Branch: perl
41228            ! t/pragma/warnings.t
41229 ____________________________________________________________________________
41230 [  6899] By: jhi                                   on 2000/08/29  20:53:13
41231         Log: Update Changes.
41232      Branch: perl
41233            ! Changes patchlevel.h
41234 ____________________________________________________________________________
41235 [  6898] By: jhi                                   on 2000/08/29  20:46:21
41236         Log: Undo namespace pollution of #6878.
41237              
41238              Subject: Re: Net::protoent does not export 'getproto'
41239              From: Mike Guy <mjtg@cam.ac.uk>
41240              Date: Tue, 29 Aug 2000 21:32:37 +0100
41241              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
41242      Branch: perl
41243            ! lib/Net/protoent.pm
41244 ____________________________________________________________________________
41245 [  6897] By: jhi                                   on 2000/08/29  20:44:29
41246         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
41247              From: Peter Prymmer <pvhp@forte.com>
41248              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
41249              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
41250      Branch: perl
41251            ! pod/perlebcdic.pod
41252 ____________________________________________________________________________
41253 [  6896] By: jhi                                   on 2000/08/29  20:40:57
41254         Log: There's no point repeating the 'revision' (5) of perl5.
41255      Branch: metaconfig/U/perl
41256            ! Devel.U patchlevel.U
41257      Branch: perl
41258            ! Configure config_h.SH
41259 ____________________________________________________________________________
41260 [  6895] By: jhi                                   on 2000/08/29  20:16:58
41261         Log: Regen Configure for #6894.
41262      Branch: metaconfig/U/perl
41263            ! perladmin.U
41264      Branch: perl
41265            ! Configure config_h.SH
41266 ____________________________________________________________________________
41267 [  6894] By: jhi                                   on 2000/08/29  19:59:52
41268         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
41269              From: "Philip Newton" <Philip.Newton@gmx.net>
41270              Date: Tue, 29 Aug 2000 21:39:14 +0200
41271              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
41272      Branch: perl
41273            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
41274            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
41275            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
41276            ! utils/perlbug.PL
41277 ____________________________________________________________________________
41278 [  6893] By: jhi                                   on 2000/08/29  19:55:30
41279         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
41280              From: "Philip Newton" <Philip.Newton@gmx.net>
41281              Date: Tue, 29 Aug 2000 21:39:14 +0200
41282              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
41283      Branch: perl
41284            ! installhtml
41285 ____________________________________________________________________________
41286 [  6892] By: jhi                                   on 2000/08/29  19:53:59
41287         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
41288              From: "Philip Newton" <Philip.Newton@gmx.net>
41289              Date: Tue, 29 Aug 2000 21:48:18 +0200
41290              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
41291      Branch: perl
41292            ! lib/File/Temp.pm
41293 ____________________________________________________________________________
41294 [  6891] By: jhi                                   on 2000/08/29  18:30:03
41295         Log: Nail the ID 20000828.023.
41296      Branch: perl
41297            ! ext/Storable/Storable.xs
41298 ____________________________________________________________________________
41299 [  6890] By: jhi                                   on 2000/08/29  16:50:17
41300         Log: Under usethreads the dumped variable is IN_PAD.
41301              
41302              Subject: Re: [PATCH] Glob dumping
41303              From: Gisle Aas <gisle@ActiveState.com>
41304              Date: 29 Aug 2000 18:45:05 +0200
41305              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
41306      Branch: perl
41307            ! t/lib/peek.t
41308 ____________________________________________________________________________
41309 [  6889] By: jhi                                   on 2000/08/29  15:17:37
41310         Log: Update Changes.
41311      Branch: perl
41312            ! Changes patchlevel.h
41313 ____________________________________________________________________________
41314 [  6888] By: jhi                                   on 2000/08/29  14:49:59
41315         Log: Retract #6882, broke the safe tests.
41316      Branch: perl
41317            ! ext/Opcode/Safe.pm
41318 ____________________________________________________________________________
41319 [  6887] By: jhi                                   on 2000/08/29  14:47:06
41320         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
41321              From: Gisle Aas <gisle@ActiveState.com> 
41322              Date: 09 Jun 2000 20:00:11 +0200
41323              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
41324      Branch: perl
41325            ! utils/perldoc.PL
41326 ____________________________________________________________________________
41327 [  6886] By: jhi                                   on 2000/08/29  14:42:45
41328         Log: The #6881 removed one dump line.
41329      Branch: perl
41330            ! t/lib/peek.t
41331 ____________________________________________________________________________
41332 [  6885] By: jhi                                   on 2000/08/29  14:30:47
41333         Log: Don't forget to tidy up.
41334      Branch: perl
41335            ! t/lib/ftmp-security.t
41336 ____________________________________________________________________________
41337 [  6884] By: jhi                                   on 2000/08/29  14:25:17
41338         Log: Disabling the one test is a bit tricky.
41339      Branch: perl
41340            ! t/lib/ftmp-security.t
41341 ____________________________________________________________________________
41342 [  6883] By: jhi                                   on 2000/08/29  14:16:25
41343         Log: Disable one of the tests for now.
41344      Branch: perl
41345            ! t/lib/ftmp-security.t
41346 ____________________________________________________________________________
41347 [  6882] By: jhi                                   on 2000/08/29  14:05:50
41348         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
41349              From: gisle@aas.no
41350              Date: 29 Aug 2000 10:35:06 -0000
41351              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
41352      Branch: perl
41353            ! ext/Opcode/Safe.pm
41354 ____________________________________________________________________________
41355 [  6881] By: jhi                                   on 2000/08/29  14:03:51
41356         Log: Subject: [PATCH] Glob dumping
41357              From: Gisle Aas <gisle@ActiveState.com>
41358              Date: 29 Aug 2000 07:59:42 -0000
41359              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
41360      Branch: perl
41361            ! dump.c
41362 ____________________________________________________________________________
41363 [  6880] By: jhi                                   on 2000/08/29  14:02:01
41364         Log: Subject: [PATCH] Warnings in B::Deparse
41365              From: <abigail@foad.org>
41366              Date: Tue, 29 Aug 2000 00:00:01 -0400
41367              Message-ID: <20000829040001.2999.qmail@foad.org>
41368      Branch: perl
41369            ! ext/B/B/Deparse.pm
41370 ____________________________________________________________________________
41371 [  6879] By: jhi                                   on 2000/08/29  13:57:26
41372         Log: Missed a change in #6869.
41373      Branch: perl
41374            ! mg.c
41375 ____________________________________________________________________________
41376 [  6878] By: jhi                                   on 2000/08/29  13:45:04
41377         Log: Subject: Net::protoent does not export 'getproto'
41378              From: Yasushi Nakajima <sey@jkc.co.jp>
41379              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
41380      Branch: perl
41381            ! lib/Net/protoent.pm
41382 ____________________________________________________________________________
41383 [  6877] By: jhi                                   on 2000/08/29  13:39:19
41384         Log: Patches all over for people and the files they (hopefully) care about.
41385      Branch: perl
41386            ! AUTHORS Changes MAINTAIN
41387 ____________________________________________________________________________
41388 [  6876] By: jhi                                   on 2000/08/29  12:53:54
41389         Log: Fix for thinko in #6848.
41390              
41391              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
41392              From: Lupe Christoph <lupe@lupe-christoph.de>
41393              Date: Tue, 29 Aug 2000 09:04:08 +0200
41394              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
41395      Branch: perl
41396            ! ext/Thread/Thread.xs
41397 ____________________________________________________________________________
41398 [  6875] By: jhi                                   on 2000/08/29  12:50:14
41399         Log: Update to Getopt::Long 2.24, from Johan Vromans.
41400      Branch: perl
41401            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41402 ____________________________________________________________________________
41403 [  6874] By: jhi                                   on 2000/08/29  02:09:53
41404         Log: Use minimal @INC in tests, most of the time just '../lib',
41405              so that we simply can't pick up stuff from other Perls than
41406              the one we are testing.  Pointed out by
41407              
41408              From: Mike Guy <mjtg@cam.ac.uk>
41409              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
41410              Date: Fri, 25 Aug 2000 15:15:59 +0100
41411              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
41412      Branch: perl
41413            ! (edit 185 files)
41414 ____________________________________________________________________________
41415 [  6873] By: jhi                                   on 2000/08/29  01:07:11
41416         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
41417              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41418              Date: Mon, 28 Aug 2000 17:45:52 -0700
41419              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
41420      Branch: perl
41421            ! Makefile.SH hints/os2.sh
41422 ____________________________________________________________________________
41423 [  6872] By: jhi                                   on 2000/08/28  23:33:39
41424         Log: Subject: [PATCH bleedperl@6866] spellings
41425              From: marcel@codewerk.com (Marcel Grunauer)
41426              Date: Tue, 29 Aug 2000 01:19:59 +0200
41427              Message-Id: <200008282319.BAA29862@gandalf.local>
41428      Branch: perl
41429            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
41430            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
41431            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
41432 ____________________________________________________________________________
41433 [  6871] By: jhi                                   on 2000/08/28  23:22:09
41434         Log: Take out the SUIDMAIL thing, that will not be
41435              a problem in 5.7.*.
41436      Branch: perl
41437            ! patchlevel.h
41438 ____________________________________________________________________________
41439 [  6870] By: jhi                                   on 2000/08/28  23:19:30
41440         Log: -S is the silent flag, -s is the strip flag.
41441              
41442              Subject: [PATCH] Re: [PATCH] make no-install          
41443              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41444              Date: Mon, 28 Aug 2000 15:12:55 -0700
41445              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
41446      Branch: perl
41447            ! Makefile.SH
41448 ____________________________________________________________________________
41449 [  6869] By: jhi                                   on 2000/08/28  23:12:05
41450         Log: Subject: [PATCH bleedperl@6856] warnings fixes
41451              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41452              Date: Mon, 28 Aug 2000 23:55:06 +0100
41453              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
41454      Branch: perl
41455            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
41456            ! warnings.h warnings.pl
41457 ____________________________________________________________________________
41458 [  6868] By: jhi                                   on 2000/08/28  21:38:22
41459         Log: Potential cruft.
41460      Branch: perl
41461            ! Makefile.SH
41462 ____________________________________________________________________________
41463 [  6867] By: jhi                                   on 2000/08/28  21:35:36
41464         Log: Update Changes.
41465      Branch: perl
41466            ! Changes patchlevel.h
41467 ____________________________________________________________________________
41468 [  6866] By: jhi                                   on 2000/08/28  21:33:49
41469         Log: Subject: hv.h Doc Patch
41470              From: Fisher Mark <fisherm@tce.com>
41471              Date: Mon, 28 Aug 2000 16:24:59 -0500
41472              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
41473      Branch: perl
41474            ! hv.h
41475 ____________________________________________________________________________
41476 [  6865] By: jhi                                   on 2000/08/28  21:02:15
41477         Log: Add -ld to archname on long tr...double platforms.
41478      Branch: metaconfig
41479            ! U/threads/archname.U
41480      Branch: perl
41481            ! Configure config_h.SH
41482 ____________________________________________________________________________
41483 [  6864] By: jhi                                   on 2000/08/28  20:38:59
41484         Log: An attempt to fix the problem reported in
41485              
41486              Subject: Building perl@6856 using gcc/AIX 4.3.3 
41487              From: Daniel Muino <dmuino@afip.gov.ar> 
41488              Date: Mon, 28 Aug 2000 15:50:01 -0300   
41489              Message-ID: <20000828155001.A14403@con2-dgi>
41490              
41491              I can't test this properly since the gcc installation I have
41492              access to seems to be botched (gcc is calling the AIX cpp,
41493              a losing proposition...)
41494      Branch: perl
41495            ! hints/aix.sh
41496 ____________________________________________________________________________
41497 [  6863] By: jhi                                   on 2000/08/28  18:57:52
41498         Log: Fix for ID 20000828.001, long doubles were not formatted
41499              correctly (showed up in $], which stopped installing perl).
41500      Branch: perl
41501            ! sv.c
41502 ____________________________________________________________________________
41503 [  6862] By: jhi                                   on 2000/08/28  18:07:15
41504         Log: Typo in #6858.
41505      Branch: perl
41506            ! lib/Cwd.pm
41507 ____________________________________________________________________________
41508 [  6861] By: jhi                                   on 2000/08/28  17:57:27
41509         Log: opmini.o may be left around if a build is interrupted.
41510      Branch: perl
41511            ! Makefile.SH
41512 ____________________________________________________________________________
41513 [  6860] By: jhi                                   on 2000/08/28  16:52:50
41514         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41515              From: Daniel Chetlin <daniel@chetlin.com>
41516              Date: Mon, 28 Aug 2000 01:14:18 -0700
41517              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
41518      Branch: perl
41519            ! lib/overload.pm
41520 ____________________________________________________________________________
41521 [  6859] By: jhi                                   on 2000/08/28  16:08:46
41522         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41523              From: Nicholas Clark <nick@ccl4.org>
41524              Date: Mon, 28 Aug 2000 16:03:27 +0100
41525              Message-Id: <20000828160327.C49785@plum.flirble.org>
41526      Branch: perl
41527            ! ext/ByteLoader/bytecode.h
41528 ____________________________________________________________________________
41529 [  6858] By: jhi                                   on 2000/08/28  16:02:10
41530         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41531              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
41532              Date: Mon, 28 Aug 2000 13:08:30 +0200
41533              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
41534      Branch: perl
41535            ! lib/Cwd.pm
41536 ____________________________________________________________________________
41537 [  6857] By: jhi                                   on 2000/08/28  15:42:47
41538         Log: display_format used as a class method without arguments was broken,
41539              reported in
41540              
41541              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41542              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
41543              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
41544              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
41545      Branch: perl
41546            ! lib/Math/Complex.pm t/lib/complex.t
41547 ____________________________________________________________________________
41548 [  6856] By: jhi                                   on 2000/08/27  22:09:48
41549         Log: Update Changes.
41550      Branch: perl
41551            ! Changes patchlevel.h
41552 ____________________________________________________________________________
41553 [  6855] By: jhi                                   on 2000/08/27  21:59:21
41554         Log: Retract #6853 (false alarm).
41555      Branch: perl
41556            ! lib/ExtUtils/xsubpp
41557 ____________________________________________________________________________
41558 [  6854] By: jhi                                   on 2000/08/27  21:37:44
41559         Log: Update Changes.
41560      Branch: perl
41561            ! Changes patchlevel.h
41562 ____________________________________________________________________________
41563 [  6853] By: jhi                                   on 2000/08/27  21:37:16
41564         Log: Subject: [PATCH perl@6850] workaround for xsubpp
41565              From: Hugo <hv@crypt.compulink.co.uk>
41566              Date: Sun, 27 Aug 2000 22:30:25 +0100
41567              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
41568      Branch: perl
41569            ! lib/ExtUtils/xsubpp
41570 ____________________________________________________________________________
41571 [  6852] By: jhi                                   on 2000/08/27  21:33:58
41572         Log: Big-endian 64-bit patch from Raphael Manfredi.
41573      Branch: perl
41574            ! ext/Storable/Storable.xs
41575 ____________________________________________________________________________
41576 [  6851] By: jhi                                   on 2000/08/27  21:22:21
41577         Log: More ruthless editing from Hugo van der Sanden.
41578      Branch: perl
41579            ! pod/perldelta.pod
41580 ____________________________________________________________________________
41581 [  6850] By: jhi                                   on 2000/08/27  16:11:46
41582         Log: Update Changes.
41583      Branch: perl
41584            ! Changes patchlevel.h
41585 ____________________________________________________________________________
41586 [  6849] By: jhi                                   on 2000/08/27  16:11:05
41587         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
41588      Branch: perl
41589            ! configpm pod/perldelta.pod
41590 ____________________________________________________________________________
41591 [  6848] By: jhi                                   on 2000/08/27  15:35:08
41592         Log: Use the actual thread type, not the pointer-to-struct.
41593      Branch: perl
41594            ! ext/Thread/Thread.xs
41595 ____________________________________________________________________________
41596 [  6847] By: jhi                                   on 2000/08/27  15:30:49
41597         Log: Test nit.
41598      Branch: perl
41599            ! t/pragma/warn/pp_sys
41600 ____________________________________________________________________________
41601 [  6846] By: jhi                                   on 2000/08/27  15:19:02
41602         Log: Passing -R in ldflags makes now it to appear in the default
41603              for lddlflags, just like with -L.
41604              
41605              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41606              From: Lupe Christoph <lupe@lupe-christoph.de>
41607              Date: Sun, 27 Aug 2000 10:28:21 +0200
41608              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
41609      Branch: metaconfig/U/perl
41610            ! dlsrc.U
41611      Branch: perl
41612            ! Configure
41613 ____________________________________________________________________________
41614 [  6845] By: jhi                                   on 2000/08/27  15:08:54
41615         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41616              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41617              Date: Sat, 26 Aug 2000 22:23:27 +0100
41618              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
41619      Branch: perl
41620            ! lib/ExtUtils/MM_Unix.pm
41621 ____________________________________________________________________________
41622 [  6844] By: jhi                                   on 2000/08/27  15:02:37
41623         Log: DJGPP update from Laszlo Molnar.
41624              
41625              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
41626              From: ml1050 <ml1050@freemail.hu>
41627              Date: Sat, 26 Aug 2000 23:24:40 +0200
41628              Message-Id: <20000826232440.A439@freemail.hu>
41629      Branch: perl
41630            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
41631            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
41632 ____________________________________________________________________________
41633 [  6843] By: jhi                                   on 2000/08/27  14:53:58
41634         Log: Subject: installman buglet
41635              From: Lupe Christoph <lupe@lupe-christoph.de>
41636              Date: Sun, 27 Aug 2000 14:38:59 +0200
41637              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
41638      Branch: perl
41639            ! installman
41640 ____________________________________________________________________________
41641 [  6842] By: jhi                                   on 2000/08/27  14:52:08
41642         Log: Can't get the test to reliably work thanks to the
41643              inaccurateness of floating point.  "Resolves" bug ids
41644              20000826.003, 20000826.009, 20000826.010,
41645      Branch: perl
41646            ! t/lib/trig.t
41647 ____________________________________________________________________________
41648 [  6841] By: jhi                                   on 2000/08/26  15:53:58
41649         Log: Update Changes.
41650      Branch: perl
41651            ! Changes patchlevel.h
41652 ____________________________________________________________________________
41653 [  6840] By: jhi                                   on 2000/08/26  14:23:03
41654         Log: grep -e isn't portable.
41655              
41656              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41657              From: chris@broadband.att.com
41658              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
41659              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
41660      Branch: perl
41661            ! hints/solaris_2.sh
41662 ____________________________________________________________________________
41663 [  6839] By: jhi                                   on 2000/08/26  14:12:23
41664         Log: no-install target a la make -n.
41665              
41666              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41667              From: <abigail@foad.org>
41668              Date: Sat, 26 Aug 2000 03:57:34 -0400
41669              Message-ID: <20000826075735.18912.qmail@foad.org>
41670      Branch: perl
41671            ! Makefile.SH installman installperl
41672 ____________________________________________________________________________
41673 [  6838] By: jhi                                   on 2000/08/26  14:06:33
41674         Log: Retract #6826 as the #6828 should be do the same
41675              in a More Correct Way.
41676      Branch: perl
41677            ! installperl
41678 ____________________________________________________________________________
41679 [  6837] By: jhi                                   on 2000/08/26  05:24:00
41680         Log: More casting.
41681      Branch: perl
41682            ! ext/Storable/Storable.xs
41683 ____________________________________________________________________________
41684 [  6836] By: jhi                                   on 2000/08/26  05:05:46
41685         Log: Nicer in decimal.
41686      Branch: perl
41687            ! ext/Storable/Storable.xs
41688 ____________________________________________________________________________
41689 [  6835] By: jhi                                   on 2000/08/26  05:03:50
41690         Log: There be no UVdf.
41691      Branch: perl
41692            ! ext/Storable/Storable.xs
41693 ____________________________________________________________________________
41694 [  6834] By: jhi                                   on 2000/08/26  05:00:18
41695         Log: Continue IVdfing and UVxfing.
41696      Branch: perl
41697            ! ext/Storable/Storable.xs
41698 ____________________________________________________________________________
41699 [  6833] By: jhi                                   on 2000/08/26  04:53:14
41700         Log: Use IVdf.
41701      Branch: perl
41702            ! ext/Storable/Storable.xs
41703 ____________________________________________________________________________
41704 [  6832] By: jhi                                   on 2000/08/26  04:40:41
41705         Log: Document PTR2XX and INT2PTR.
41706      Branch: perl
41707            ! pod/perlguts.pod
41708 ____________________________________________________________________________
41709 [  6831] By: jhi                                   on 2000/08/26  04:33:18
41710         Log: Use UVxf, PTR2UV, NVff.
41711      Branch: perl
41712            ! ext/Storable/Storable.xs
41713 ____________________________________________________________________________
41714 [  6830] By: jhi                                   on 2000/08/26  04:31:32
41715         Log: Update the test count.
41716      Branch: perl
41717            ! t/lib/trig.t
41718 ____________________________________________________________________________
41719 [  6829] By: jhi                                   on 2000/08/26  03:05:50
41720         Log: Subject: [PATCH] installation not quite silent yet.
41721              From: <abigail@foad.org>
41722              Date: Fri, 25 Aug 2000 20:07:53 -0400
41723              Message-ID: <20000826000753.7822.qmail@foad.org>
41724      Branch: perl
41725            ! installman installperl
41726 ____________________________________________________________________________
41727 [  6828] By: jhi                                   on 2000/08/26  03:05:14
41728         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41729              From: Spider Boardman <spider@web.zk3.dec.com>
41730              Date: Fri, 25 Aug 2000 19:12:40 -0400
41731              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
41732      Branch: perl
41733            ! gv.c
41734 ____________________________________________________________________________
41735 [  6827] By: jhi                                   on 2000/08/25  23:54:34
41736         Log: Support preserving extremely big/small angles.
41737      Branch: perl
41738            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
41739 ____________________________________________________________________________
41740 [  6826] By: jhi                                   on 2000/08/25  23:01:20
41741         Log: Patch installperl to be long double-aware.
41742              
41743              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41744              From: Spider Boardman <spider@web.zk3.dec.com>
41745              Date: Fri, 25 Aug 2000 18:15:23 -0400
41746              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
41747      Branch: perl
41748            ! installperl
41749 ____________________________________________________________________________
41750 [  6825] By: jhi                                   on 2000/08/25  22:58:25
41751         Log: Remove duplicately applied patch shards.
41752              
41753              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41754              From: Spider Boardman <spider@leggy.zk3.dec.com>
41755              Date: Fri, 25 Aug 2000 16:45:03 -0400
41756              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
41757      Branch: perl
41758            ! t/lib/cgi-html.t
41759 ____________________________________________________________________________
41760 [  6824] By: jhi                                   on 2000/08/25  22:57:00
41761         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41762              From: Daniel Chetlin <daniel@chetlin.com>
41763              Date: Fri, 25 Aug 2000 12:23:16 -0700
41764              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
41765              
41766              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41767              From: Daniel Chetlin <daniel@chetlin.com>
41768              Date: Fri, 25 Aug 2000 14:47:19 -0700
41769              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
41770      Branch: perl
41771            ! installman
41772 ____________________________________________________________________________
41773 [  6823] By: jhi                                   on 2000/08/25  22:44:17
41774         Log: Timestamp problem?
41775      Branch: perl
41776            ! uconfig.h uconfig.sh
41777 ____________________________________________________________________________
41778 [  6822] By: jhi                                   on 2000/08/25  19:01:06
41779         Log: One forgotten file from #6816.
41780      Branch: perl
41781            ! vos/config.h
41782 ____________________________________________________________________________
41783 [  6821] By: jhi                                   on 2000/08/25  18:56:39
41784         Log: Regen Changes.
41785      Branch: perl
41786            ! Changes patchlevel.h
41787 ____________________________________________________________________________
41788 [  6820] By: jhi                                   on 2000/08/25  18:52:35
41789         Log: Fix Changes ordering.
41790      Branch: perl
41791            ! Changes
41792 ____________________________________________________________________________
41793 [  6819] By: jhi                                   on 2000/08/25  18:50:25
41794         Log: Update Changes.
41795      Branch: perl
41796            ! Changes patchlevel.h
41797 ____________________________________________________________________________
41798 [  6818] By: jhi                                   on 2000/08/25  18:47:45
41799         Log: Tweak the sfio/useperlio logic, hopefully as wished in
41800              
41801              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41802              From: Nicholas Clark <nick@babyhippo.co.uk>
41803              Date: Fri, 25 Aug 2000 12:01:45 +0100
41804              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
41805      Branch: metaconfig/U/perl
41806            ! d_sfio.U
41807      Branch: perl
41808            ! Configure
41809 ____________________________________________________________________________
41810 [  6817] By: jhi                                   on 2000/08/25  18:32:51
41811         Log: Allow microperl to assume <math.h>, without it the math
41812              functions like floor() are assumed to return int, which makes
41813              for core dumps in machines where integer and floating register
41814              don't mix.
41815      Branch: perl
41816            ! uconfig.h uconfig.sh
41817 ____________________________________________________________________________
41818 [  6816] By: jhi                                   on 2000/08/25  18:27:17
41819         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41820              the problem reported in
41821              
41822              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41823              From: danhale@us.ibm.com
41824              Date: Fri, 25 Aug 2000 10:58:06 -0400
41825              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
41826      Branch: metaconfig/U/perl
41827            + d_socks5_init.U
41828      Branch: perl
41829            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
41830            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
41831            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
41832            ! win32/config.gc win32/config.vc
41833 ____________________________________________________________________________
41834 [  6815] By: jhi                                   on 2000/08/25  17:43:31
41835         Log: A solution for the retrieve_fd autosplit warning,
41836              idea suggested by Mike Guy.
41837      Branch: perl
41838            ! ext/Storable/Storable.pm
41839 ____________________________________________________________________________
41840 [  6814] By: jhi                                   on 2000/08/25  17:16:03
41841         Log: Add install-silent target.
41842      Branch: perl
41843            ! Makefile.SH
41844 ____________________________________________________________________________
41845 [  6813] By: jhi                                   on 2000/08/25  17:14:23
41846         Log: Subject: Re: [PATCH] More silencing of installman.
41847              From: <abigail@foad.org>
41848              Date: Thu, 24 Aug 2000 19:27:03 -0400
41849              Message-ID: <20000824232703.7001.qmail@foad.org>
41850              
41851              Subject: Re: [PATCH] More silencing of installman.
41852              From: <abigail@foad.org>
41853              Date: Fri, 25 Aug 2000 03:00:58 -0400
41854              Message-ID: <20000825070058.10697.qmail@foad.org>
41855      Branch: perl
41856            ! installman
41857 ____________________________________________________________________________
41858 [  6812] By: jhi                                   on 2000/08/25  17:11:28
41859         Log: installperl --verbose and --silent.
41860              
41861              Subject: Re: [PATCH] More silencing of installman.
41862              From: <abigail@foad.org>
41863              Message-ID: <20000825064430.9719.qmail@foad.org>
41864              Date: Fri, 25 Aug 2000 02:44:30 -0400
41865      Branch: perl
41866            ! installperl
41867 ____________________________________________________________________________
41868 [  6811] By: jhi                                   on 2000/08/25  17:05:43
41869         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41870              From: "Peter J. Farley III" <pjfarley@banet.net>
41871              Date: Thu, 24 Aug 2000 21:58:03 -0400
41872              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
41873              
41874              (applied slightly modified)
41875      Branch: perl
41876            ! lib/ExtUtils/MM_Unix.pm
41877 ____________________________________________________________________________
41878 [  6810] By: jhi                                   on 2000/08/25  17:01:18
41879         Log: Missing parts of 
41880              
41881              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41882              From: Peter Prymmer <pvhp@forte.com>
41883              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
41884              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
41885      Branch: perl
41886            ! t/lib/cgi-html.t
41887 ____________________________________________________________________________
41888 [  6809] By: jhi                                   on 2000/08/25  16:46:32
41889         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41890              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41891              Date: Thu, 24 Aug 2000 19:13:11 -0500
41892              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
41893      Branch: perl
41894            ! vms/vms.c
41895 ____________________________________________________________________________
41896 [  6808] By: jhi                                   on 2000/08/25  16:39:22
41897         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
41898              From: Peter Prymmer <pvhp@forte.com>
41899              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
41900              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
41901      Branch: perl
41902            ! configure.com
41903 ____________________________________________________________________________
41904 [  6807] By: jhi                                   on 2000/08/25  16:36:37
41905         Log: Better wording for the vec lvalue diagnostic.
41906              
41907              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41908              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41909              Date: Wed, 23 Aug 2000 14:12:16 -0400
41910              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
41911      Branch: perl
41912            ! pod/perldiag.pod
41913 ____________________________________________________________________________
41914 [  6806] By: jhi                                   on 2000/08/24  18:17:22
41915         Log: Subject: [PATCH] More silencing of installman.
41916              From: <abigail@foad.org>
41917              Date: Thu, 24 Aug 2000 14:01:44 -0400
41918              Message-ID: <20000824180144.20062.qmail@foad.org>
41919      Branch: perl
41920            ! installman
41921 ____________________________________________________________________________
41922 [  6805] By: jhi                                   on 2000/08/24  15:00:31
41923         Log: Update Changes.
41924      Branch: perl
41925            ! Changes patchlevel.h
41926 ____________________________________________________________________________
41927 [  6804] By: jhi                                   on 2000/08/24  14:59:07
41928         Log: Regen perltoc.
41929      Branch: perl
41930            ! pod/perltoc.pod
41931 ____________________________________________________________________________
41932 [  6803] By: jhi                                   on 2000/08/24  14:44:39
41933         Log: Show the doc file, not the temp file.
41934      Branch: perl
41935            ! installman
41936 ____________________________________________________________________________
41937 [  6802] By: jhi                                   on 2000/08/24  14:41:53
41938         Log: Continue silencing.
41939      Branch: perl
41940            ! installman
41941 ____________________________________________________________________________
41942 [  6801] By: jhi                                   on 2000/08/24  14:34:40
41943         Log: Actually do something with the silencer option.
41944      Branch: perl
41945            ! installman
41946 ____________________________________________________________________________
41947 [  6800] By: jhi                                   on 2000/08/24  14:26:22
41948         Log: Make installman to recognize the silence flag -S.
41949      Branch: perl
41950            ! installman
41951 ____________________________________________________________________________
41952 [  6799] By: jhi                                   on 2000/08/24  13:49:38
41953         Log: DOS patches and portability/porting notes, from Tim Jenness.
41954      Branch: perl
41955            ! lib/File/Temp.pm
41956 ____________________________________________________________________________
41957 [  6798] By: jhi                                   on 2000/08/24  13:48:27
41958         Log: Create directories in silence.
41959              
41960              Subject: [PATCH] Another silencer for MakeMaker
41961              From: andreas.koenig@anima.de (Andreas J. Koenig)
41962              Date: 24 Aug 2000 14:18:52 +0200
41963              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
41964      Branch: perl
41965            ! lib/ExtUtils/Command.pm
41966 ____________________________________________________________________________
41967 [  6797] By: jhi                                   on 2000/08/24  13:46:42
41968         Log: More liberal parsing of version numbers.
41969              
41970              Subject: Re: CPAN.pm beta for testing available
41971              From: andreas.koenig@anima.de (Andreas J. Koenig)
41972              Date: 24 Aug 2000 13:51:57 +0200
41973              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
41974      Branch: perl
41975            ! lib/CPAN.pm
41976 ____________________________________________________________________________
41977 [  6796] By: jhi                                   on 2000/08/24  13:44:36
41978         Log: Make "make install" by default silent.  A new "install-verbose"
41979              target is verbose.
41980      Branch: perl
41981            ! Makefile.SH
41982 ____________________________________________________________________________
41983 [  6795] By: jhi                                   on 2000/08/24  13:39:14
41984         Log: Add silencer flags to installperl.
41985              
41986              Subject: [PATCH] Making installperl silent.
41987              From: <abigail@foad.org>
41988              Date: Thu, 24 Aug 2000 05:01:45 -0400
41989              Message-ID: <20000824090145.13141.qmail@foad.org>
41990      Branch: perl
41991            ! installperl
41992 ____________________________________________________________________________
41993 [  6794] By: jhi                                   on 2000/08/24  13:35:50
41994         Log: installperl couldn't tell whether it had run tests or not.
41995              
41996              Subject: [PATCH] Re: installperl and t/TEST
41997              From: <abigail@foad.org>
41998              Date: Thu, 24 Aug 2000 04:00:53 -0400
41999              Message-ID: <20000824080053.2494.qmail@foad.org>
42000      Branch: perl
42001            ! Makefile.SH installperl
42002 ____________________________________________________________________________
42003 [  6793] By: jhi                                   on 2000/08/24  13:27:50
42004         Log: Drop the separate perlbc, perlcc -b should be enough.
42005      Branch: perl
42006            - utils/perlbc.PL
42007            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
42008 ____________________________________________________________________________
42009 [  6792] By: jhi                                   on 2000/08/24  04:41:30
42010         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
42011              plus the typo fix from Peter Prymmer.
42012      Branch: perl
42013            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
42014            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42015 ____________________________________________________________________________
42016 [  6791] By: jhi                                   on 2000/08/24  02:10:43
42017         Log: Replace #6705 with a minimal doc patch.
42018              
42019              Subject: [PATCH 5.6.0] replace change #6705
42020              From: Jan Dubois <jand@ActiveState.com>
42021              Date: Wed, 23 Aug 2000 18:31:51 -0700
42022              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
42023      Branch: perl
42024            ! lib/Win32.pod win32/win32.c
42025 ____________________________________________________________________________
42026 [  6790] By: jhi                                   on 2000/08/23  17:52:00
42027         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
42028              From: Mike Guy <mjtg@cam.ac.uk>
42029              Date: Wed, 23 Aug 2000 18:38:46 +0100
42030              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
42031      Branch: perl
42032            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
42033 ____________________________________________________________________________
42034 [  6789] By: jhi                                   on 2000/08/23  15:34:21
42035         Log: Update Changes.
42036      Branch: perl
42037            ! Changes patchlevel.h
42038 ____________________________________________________________________________
42039 [  6788] By: jhi                                   on 2000/08/23  15:33:40
42040         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
42041              From: Wilfredo Sánchez <wsanchez@apple.com>
42042              Date: Tue, 22 Aug 2000 19:31:27 -0700
42043              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
42044      Branch: perl
42045            ! perl.h
42046 ____________________________________________________________________________
42047 [  6787] By: jhi                                   on 2000/08/23  15:29:31
42048         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
42049              From: Spider Boardman <spider@leggy.zk3.dec.com>
42050              Date: Wed, 23 Aug 2000 10:33:23 -0400
42051              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
42052      Branch: perl
42053            ! lib/Pod/Html.pm
42054 ____________________________________________________________________________
42055 [  6786] By: jhi                                   on 2000/08/23  15:28:11
42056         Log: Bad makefile.
42057      Branch: perl
42058            ! ext/B/Makefile.PL
42059 ____________________________________________________________________________
42060 [  6785] By: jhi                                   on 2000/08/23  14:37:04
42061         Log: Update Changes.
42062      Branch: perl
42063            ! Changes patchlevel.h
42064 ____________________________________________________________________________
42065 [  6784] By: jhi                                   on 2000/08/23  13:58:41
42066         Log: Portability fix from Hugo van der Sanden.
42067      Branch: perl
42068            ! ext/re/Makefile.PL
42069 ____________________________________________________________________________
42070 [  6783] By: jhi                                   on 2000/08/23  13:53:53
42071         Log: Storable support, v-version fixes.
42072              
42073              Subject: CPAN.pm beta for testing available
42074              From: andreas.koenig@anima.de (Andreas J. Koenig)
42075              Date: 22 Aug 2000 23:31:33 +0200
42076              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
42077      Branch: perl
42078            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42079 ____________________________________________________________________________
42080 [  6782] By: jhi                                   on 2000/08/23  13:51:26
42081         Log: Mac and other portability updates from Chris Nandor.
42082      Branch: perl
42083            ! pod/perlmodinstall.pod
42084 ____________________________________________________________________________
42085 [  6781] By: jhi                                   on 2000/08/23  13:47:33
42086         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
42087              From: Peter Prymmer <pvhp@forte.com>
42088              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
42089              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
42090      Branch: perl
42091            ! ext/Storable/Storable.xs
42092 ____________________________________________________________________________
42093 [  6780] By: jhi                                   on 2000/08/23  13:33:34
42094         Log: VMS MMS (make) wants null action.
42095      Branch: perl
42096            ! ext/B/Makefile.PL
42097 ____________________________________________________________________________
42098 [  6779] By: jhi                                   on 2000/08/22  19:44:47
42099         Log: Forgot portability nit.
42100      Branch: perl
42101            ! t/lib/st-forgive.t
42102 ____________________________________________________________________________
42103 [  6778] By: jhi                                   on 2000/08/22  19:35:25
42104         Log: Be portable.
42105      Branch: perl
42106            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
42107            ! t/lib/st-store.t
42108 ____________________________________________________________________________
42109 [  6777] By: jhi                                   on 2000/08/22  18:50:53
42110         Log: Update Changes.
42111      Branch: perl
42112            ! Changes patchlevel.h
42113 ____________________________________________________________________________
42114 [  6776] By: jhi                                   on 2000/08/22  18:44:46
42115         Log: cSVOPo_*v things index into the current PL_curpad
42116              under ithreads, which is different from the curpad
42117              used by the XSUB.  (In other words, the code as-is
42118              before this patch wouldn't work under ithreads.)
42119              From Sarathy.
42120      Branch: perl
42121            ! ext/B/B.xs
42122 ____________________________________________________________________________
42123 [  6775] By: jhi                                   on 2000/08/22  18:18:37
42124         Log: Make the selection of NVff et al stricter.
42125      Branch: metaconfig/U/perl
42126            ! perlxvf.U
42127      Branch: perl
42128            ! Configure config_h.SH
42129 ____________________________________________________________________________
42130 [  6774] By: jhi                                   on 2000/08/22  17:19:42
42131         Log: perldelta nits.
42132      Branch: perl
42133            ! pod/perldelta.pod
42134 ____________________________________________________________________________
42135 [  6773] By: jhi                                   on 2000/08/22  17:06:26
42136         Log: Long double fixes from Spider Boardman.
42137              
42138              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
42139              From: system PRIVILEGED account <root@peano.zk3.dec.com>
42140              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
42141              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
42142      Branch: perl
42143            ! t/lib/bigfltpm.t t/lib/st-06compat.t
42144 ____________________________________________________________________________
42145 [  6772] By: jhi                                   on 2000/08/22  15:04:53
42146         Log: Update Changes.
42147      Branch: perl
42148            ! Changes patchlevel.h
42149 ____________________________________________________________________________
42150 [  6771] By: jhi                                   on 2000/08/22  15:01:44
42151         Log: perldelta fixes from Hugo van der Sanden.
42152      Branch: perl
42153            ! pod/perldelta.pod
42154 ____________________________________________________________________________
42155 [  6770] By: jhi                                   on 2000/08/22  14:34:49
42156         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
42157              From: Hugo <hv@crypt.compulink.co.uk>
42158              Date: Tue, 22 Aug 2000 11:21:53 +0100
42159              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
42160      Branch: perl
42161            ! regcomp.c
42162 ____________________________________________________________________________
42163 [  6769] By: jhi                                   on 2000/08/22  14:30:02
42164         Log: Add Yitzchak, reformat.
42165      Branch: perl
42166            ! Changes config_h.SH
42167 ____________________________________________________________________________
42168 [  6768] By: jhi                                   on 2000/08/22  14:21:35
42169         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
42170              and Spider Boardman.
42171      Branch: metaconfig
42172            ! U/compline/d_gconvert.U
42173      Branch: perl
42174            ! Configure
42175 ____________________________________________________________________________
42176 [  6767] By: jhi                                   on 2000/08/22  14:11:24
42177         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
42178              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42179              Date: Mon, 21 Aug 2000 19:08:31 -0700
42180              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
42181      Branch: perl
42182            - ext/Storable/patchlevel.h
42183            ! MANIFEST ext/Storable/MANIFEST
42184 ____________________________________________________________________________
42185 [  6766] By: jhi                                   on 2000/08/22  13:49:29
42186         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
42187              From: Peter Prymmer <pvhp@forte.com>
42188              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
42189              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
42190      Branch: perl
42191            ! configure.com ext/Storable/Makefile.PL
42192 ____________________________________________________________________________
42193 [  6765] By: jhi                                   on 2000/08/22  13:44:59
42194         Log: Subject: [PATCH blead] B:: missing dependency
42195              From: Hugo <hv@crypt.compulink.co.uk>
42196              Date: Tue, 22 Aug 2000 06:44:33 +0100
42197              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
42198      Branch: perl
42199            ! ext/B/Makefile.PL
42200 ____________________________________________________________________________
42201 [  6764] By: jhi                                   on 2000/08/22  13:38:12
42202         Log: More bytecompiler.
42203      Branch: perl
42204            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
42205 ____________________________________________________________________________
42206 [  6763] By: jhi                                   on 2000/08/22  13:36:44
42207         Log: Bytecompiler patches from Benjamin Stuhl.
42208      Branch: perl
42209            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
42210            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
42211            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
42212            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
42213            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
42214            ! perl.c perlapi.h pod/perldelta.pod
42215 ____________________________________________________________________________
42216 [  6762] By: jhi                                   on 2000/08/21  23:43:40
42217         Log: An obsoleted diagnostic.
42218      Branch: perl
42219            ! pod/perldelta.pod
42220 ____________________________________________________________________________
42221 [  6761] By: jhi                                   on 2000/08/21  23:01:45
42222         Log: The #6759 wasn't quite right.
42223      Branch: perl
42224            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42225            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42226            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42227            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42228            ! t/lib/st-tieditems.t
42229 ____________________________________________________________________________
42230 [  6760] By: jhi                                   on 2000/08/21  22:35:49
42231         Log: Be verydeepclean.
42232      Branch: perl
42233            ! Makefile.SH
42234 ____________________________________________________________________________
42235 [  6759] By: jhi                                   on 2000/08/21  22:25:40
42236         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
42237              From: Peter Prymmer <pvhp@forte.com>
42238              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
42239              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
42240      Branch: perl
42241            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42242            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
42243            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42244            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42245            ! t/lib/st-tieditems.t
42246 ____________________________________________________________________________
42247 [  6758] By: jhi                                   on 2000/08/21  22:22:32
42248         Log: Few more casts, need reported in
42249              
42250              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
42251              From: Mike Stok <mike@stok.co.uk>
42252              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
42253              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
42254              
42255              and
42256              
42257              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
42258              From: abigail@foad.org
42259              Date: 21 Aug 2000 21:31:34 -0000
42260              Message-Id: <20000821213134.30170.qmail@foad.org>
42261      Branch: perl
42262            ! ext/Storable/Storable.xs
42263 ____________________________________________________________________________
42264 [  6757] By: jhi                                   on 2000/08/21  18:37:07
42265         Log: Update Changes.
42266      Branch: perl
42267            ! Changes patchlevel.h
42268 ____________________________________________________________________________
42269 [  6756] By: jhi                                   on 2000/08/21  18:34:02
42270         Log: A pod nit.
42271              
42272              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
42273              From: <abigail@foad.org>
42274              Date: Mon, 21 Aug 2000 14:00:16 -0400
42275              Message-ID: <20000821180016.28627.qmail@foad.org>
42276      Branch: perl
42277            ! pod/perlre.pod
42278 ____________________________________________________________________________
42279 [  6755] By: jhi                                   on 2000/08/21  18:30:56
42280         Log: Use PodParser 1.18 new test.
42281      Branch: perl
42282            ! t/pod/special_seqs.t t/pod/special_seqs.xr
42283 ____________________________________________________________________________
42284 [  6754] By: jhi                                   on 2000/08/21  18:28:35
42285         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
42286              patches cannot be applied since #6712 conflicts.
42287      Branch: perl
42288            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
42289 ____________________________________________________________________________
42290 [  6753] By: jhi                                   on 2000/08/21  18:15:11
42291         Log: Weed out some smaller changes.
42292      Branch: perl
42293            ! pod/perldelta.pod
42294 ____________________________________________________________________________
42295 [  6752] By: jhi                                   on 2000/08/21  18:02:30
42296         Log: Also under djgpp the timestamps are funky.
42297      Branch: perl
42298            ! t/op/stat.t
42299 ____________________________________________________________________________
42300 [  6751] By: jhi                                   on 2000/08/21  17:55:56
42301         Log: Tweak the floating point output routine preferences.
42302      Branch: metaconfig
42303            ! U/compline/d_gconvert.U
42304      Branch: perl
42305            ! Configure
42306 ____________________________________________________________________________
42307 [  6750] By: jhi                                   on 2000/08/21  17:51:29
42308         Log: Unicos/mk requires elaborate paranoia.
42309      Branch: perl
42310            ! lib/Math/Complex.pm
42311 ____________________________________________________________________________
42312 [  6749] By: gsar                                  on 2000/08/21  16:53:31
42313         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
42314      Branch: perl
42315            ! lib/Cwd.pm
42316 ____________________________________________________________________________
42317 [  6748] By: gsar                                  on 2000/08/21  16:22:19
42318         Log: free TLS slot properly on Windows
42319      Branch: perl
42320            ! thread.h win32/perllib.c win32/win32thread.h
42321 ____________________________________________________________________________
42322 [  6747] By: jhi                                   on 2000/08/21  16:20:58
42323         Log: Rename the macro argument because some preprocessors
42324              can't tell the difference and expand arguments also inside
42325              double quoted strings.
42326      Branch: perl
42327            ! regcomp.c
42328 ____________________________________________________________________________
42329 [  6746] By: jhi                                   on 2000/08/21  16:09:41
42330         Log: Support long doubles in Storable.
42331              
42332              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
42333              From: Radu Greab <radu@netsoft.ro>
42334              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
42335              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
42336      Branch: perl
42337            ! ext/Storable/Storable.xs
42338 ____________________________________________________________________________
42339 [  6745] By: jhi                                   on 2000/08/21  15:51:40
42340         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
42341              From: "Fifer, Eric" <EFifer@sanwaint.com>
42342              Date: Mon, 21 Aug 2000 15:34:49 +0100
42343              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
42344      Branch: perl
42345            ! t/pragma/warn/9enabled
42346 ____________________________________________________________________________
42347 [  6744] By: jhi                                   on 2000/08/21  15:39:35
42348         Log: Document the endianness of Alpha more precisely.
42349      Branch: perl
42350            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
42351            ! pod/perlport.pod
42352 ____________________________________________________________________________
42353 [  6743] By: jhi                                   on 2000/08/21  14:47:05
42354         Log: perldelta fixes from the p5p crowd.
42355      Branch: perl
42356            ! pod/perldelta.pod pod/perlop.pod
42357 ____________________________________________________________________________
42358 [  6742] By: jhi                                   on 2000/08/21  13:34:51
42359         Log: Update to Pod::LaTeX 0.53.
42360              
42361              Subject: [PATCH] lib/Pod/LaTeX.pm updates
42362              From: Tim Jenness <timj@jach.hawaii.edu>
42363              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
42364              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
42365      Branch: perl
42366            ! lib/Pod/LaTeX.pm
42367 ____________________________________________________________________________
42368 [  6741] By: jhi                                   on 2000/08/21  13:33:01
42369         Log: Subject: [PATCH] os2.c fix for use64bitint
42370              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42371              Date: Mon, 21 Aug 2000 01:32:25 -0700
42372              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
42373      Branch: perl
42374            ! os2/os2.c
42375 ____________________________________________________________________________
42376 [  6740] By: jhi                                   on 2000/08/21  13:28:52
42377         Log: Array context keeps slithering in.
42378              
42379              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
42380              From: Daniel Chetlin <daniel@chetlin.com>
42381              Date: Sun, 20 Aug 2000 21:40:25 -0700
42382              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
42383      Branch: perl
42384            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
42385            ! pod/perldebtut.pod
42386 ____________________________________________________________________________
42387 [  6739] By: jhi                                   on 2000/08/21  13:23:55
42388         Log: Big-endian quad fixes for Storable from Radu Greab,
42389              plus few explicit null casts for picky compilers.
42390      Branch: perl
42391            ! ext/Storable/Storable.xs
42392 ____________________________________________________________________________
42393 [  6738] By: gsar                                  on 2000/08/21  05:56:13
42394         Log: small tweaks for change#6705: avoid C++ style comments in C code;
42395              use Perl's malloc API rather than the low level system one
42396      Branch: perl
42397            ! win32/win32.c
42398 ____________________________________________________________________________
42399 [  6737] By: gsar                                  on 2000/08/21  05:35:41
42400         Log: add Storable to list of extensions on Windows
42401      Branch: perl
42402            ! win32/Makefile win32/makefile.mk
42403 ____________________________________________________________________________
42404 [  6736] By: jhi                                   on 2000/08/21  02:57:53
42405         Log: Update Changes.
42406      Branch: perl
42407            ! Changes patchlevel.h
42408 ____________________________________________________________________________
42409 [  6735] By: jhi                                   on 2000/08/21  02:57:20
42410         Log: Draft 0.
42411      Branch: perl
42412            ! pod/perldelta.pod
42413 ____________________________________________________________________________
42414 [  6734] By: jhi                                   on 2000/08/21  02:57:03
42415         Log: Add Storable 0.7.2 from Raphael Manfredi,
42416              plus the patch from
42417              
42418              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
42419              From: Radu Greab <radu@netsoft.ro>
42420              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
42421              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
42422              
42423              plus changes to get Storable to compile with
42424              picky ANSI compilers.
42425      Branch: perl
42426            + ext/Storable/ChangeLog ext/Storable/MANIFEST
42427            + ext/Storable/Makefile.PL ext/Storable/README
42428            + ext/Storable/Storable.pm ext/Storable/Storable.xs
42429            + ext/Storable/patchlevel.h t/lib/st-06compat.t
42430            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
42431            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
42432            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
42433            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
42434            + t/lib/st-tieditems.t
42435            ! MANIFEST
42436 ____________________________________________________________________________
42437 [  6733] By: jhi                                   on 2000/08/21  02:29:09
42438         Log: The correct cleaning order is an art.
42439      Branch: perl
42440            ! Makefile.SH
42441 ____________________________________________________________________________
42442 [  6732] By: jhi                                   on 2000/08/21  01:23:39
42443         Log: The #6724 is here.
42444      Branch: perl
42445            ! t/lib/ftmp-security.t
42446 ____________________________________________________________________________
42447 [  6731] By: jhi                                   on 2000/08/20  23:17:03
42448         Log: s/this one/the 5.6.0 release/
42449      Branch: perl
42450            ! pod/perl56delta.pod
42451 ____________________________________________________________________________
42452 [  6730] By: jhi                                   on 2000/08/20  23:07:34
42453         Log: Mention perlebcdic and perlposix-bc.
42454      Branch: perl
42455            ! pod/perlport.pod
42456 ____________________________________________________________________________
42457 [  6729] By: jhi                                   on 2000/08/20  21:32:59
42458         Log: Document the number of exponent digits.
42459      Branch: perl
42460            ! pod/perlfunc.pod
42461 ____________________________________________________________________________
42462 [  6728] By: jhi                                   on 2000/08/20  21:16:47
42463         Log: Use File::Spec->tmpdir().
42464              
42465              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
42466              From: Tim Jenness <timj@jach.hawaii.edu>
42467              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
42468              MIME-Version: 1.0
42469              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
42470      Branch: perl
42471            ! utils/perlbug.PL
42472 ____________________________________________________________________________
42473 [  6727] By: jhi                                   on 2000/08/20  20:43:32
42474         Log: Update Changes.
42475      Branch: perl
42476            ! Changes patchlevel.h
42477 ____________________________________________________________________________
42478 [  6726] By: jhi                                   on 2000/08/20  20:41:44
42479         Log: The veryclean target needs to clobber.
42480      Branch: perl
42481            ! Makefile.SH
42482 ____________________________________________________________________________
42483 [  6725] By: jhi                                   on 2000/08/20  20:37:38
42484         Log: Document odd vs even subreleases and -Dusedevel.
42485      Branch: perl
42486            ! INSTALL
42487 ____________________________________________________________________________
42488 [  6724] By: jhi                                   on 2000/08/20  19:58:05
42489         Log: Use temporary directory instead of current directory.
42490              
42491              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42492              From: Tim Jenness <timj@jach.hawaii.edu>
42493              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
42494              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
42495      Branch: perl
42496            ! t/lib/ftmp-security.t
42497 ____________________________________________________________________________
42498 [  6723] By: jhi                                   on 2000/08/20  19:55:55
42499         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
42500              From: andreas.koenig@anima.de (Andreas J. Koenig)
42501              Date: 20 Aug 2000 15:52:03 +0200
42502              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
42503      Branch: perl
42504            ! lib/ExtUtils/MM_Unix.pm
42505 ____________________________________________________________________________
42506 [  6722] By: jhi                                   on 2000/08/20  19:46:01
42507         Log: Update to CGI 2.72, from Lincoln Stein.
42508      Branch: perl
42509            ! lib/CGI.pm
42510 ____________________________________________________________________________
42511 [  6721] By: jhi                                   on 2000/08/20  19:43:54
42512         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42513              From: Radu Greab <radu@netsoft.ro>
42514              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
42515              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
42516      Branch: perl
42517            ! ext/GDBM_File/GDBM_File.xs
42518 ____________________________________________________________________________
42519 [  6720] By: jhi                                   on 2000/08/20  19:42:01
42520         Log: pp_open() could pass an uninitialized filename down to do_open9().
42521      Branch: perl
42522            ! pp_sys.c
42523 ____________________________________________________________________________
42524 [  6719] By: jhi                                   on 2000/08/20  14:06:41
42525         Log: UTF8 concat fixes.
42526              
42527              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42528              From: Hugo <hv@crypt.compulink.co.uk>
42529              Date: Sun, 20 Aug 2000 07:30:46 +0100
42530              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
42531      Branch: perl
42532            ! pp_hot.c t/op/append.t
42533 ____________________________________________________________________________
42534 [  6718] By: jhi                                   on 2000/08/20  02:09:37
42535         Log: Let's try #6717 again.
42536      Branch: perl
42537            ! lib/File/Temp.pm
42538 ____________________________________________________________________________
42539 [  6717] By: jhi                                   on 2000/08/20  01:56:55
42540         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42541              From: "Craig A. Berry" <craig.berry@metamorgs.com>
42542              Date: Sat, 19 Aug 2000 18:15:39 -0500
42543              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
42544      Branch: perl
42545            ! lib/File/Temp.pm
42546 ____________________________________________________________________________
42547 [  6716] By: jhi                                   on 2000/08/19  15:50:11
42548         Log: Update Changes.
42549      Branch: perl
42550            ! Changes patchlevel.h
42551 ____________________________________________________________________________
42552 [  6715] By: jhi                                   on 2000/08/19  15:39:09
42553         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
42554              From: Jonathan D Johnston <jdjohnston2@juno.com>
42555              Date: Thu, 17 Aug 2000 23:13:01 -0400       
42556              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
42557      Branch: perl
42558            ! pod/perlfunc.pod
42559 ____________________________________________________________________________
42560 [  6714] By: jhi                                   on 2000/08/19  15:34:04
42561         Log: Introduce a 'veryclean' target that is like 'distclean'
42562              but also removes *~ and *.orig.
42563      Branch: perl
42564            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
42565            ! utils/Makefile x2p/Makefile.SH
42566 ____________________________________________________________________________
42567 [  6713] By: jhi                                   on 2000/08/19  14:15:45
42568         Log: Put back the long double avoidance code to POSIX.xs
42569              because VMS seems to need it still.
42570      Branch: perl
42571            ! ext/POSIX/POSIX.xs
42572 ____________________________________________________________________________
42573 [  6712] By: jhi                                   on 2000/08/19  14:10:41
42574         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
42575              From: Peter Prymmer <pvhp@forte.com>
42576              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
42577              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
42578      Branch: perl
42579            ! lib/Pod/Find.pm t/pod/find.t
42580 ____________________________________________________________________________
42581 [  6711] By: jhi                                   on 2000/08/19  14:09:19
42582         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42583              From: Peter Prymmer <pvhp@forte.com>
42584              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
42585              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
42586              cc: vmsperl@perl.org
42587      Branch: perl
42588            ! t/lib/peek.t
42589 ____________________________________________________________________________
42590 [  6710] By: jhi                                   on 2000/08/19  14:08:01
42591         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42592              From: Jan Dubois <jand@ActiveState.com>
42593              Date: Fri, 18 Aug 2000 16:31:48 -0700
42594              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
42595      Branch: perl
42596            ! win32/win32.c
42597 ____________________________________________________________________________
42598 [  6709] By: jhi                                   on 2000/08/19  14:06:57
42599         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
42600              
42601              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
42602              From: Spider.Boardman@Orb.Nashua.NH.US
42603              Date: Fri, 18 Aug 2000 18:41:14 -0400
42604              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
42605      Branch: perl
42606            ! regcomp.c
42607 ____________________________________________________________________________
42608 [  6708] By: jhi                                   on 2000/08/18  22:04:49
42609         Log: Update Changes.
42610      Branch: perl
42611            ! Changes patchlevel.h
42612 ____________________________________________________________________________
42613 [  6707] By: jhi                                   on 2000/08/18  21:55:14
42614         Log: Add warnif(), check warnings further up the stack,
42615              all the warnings functions now can take an optional object reference.
42616              
42617              Subject: [PATCH bleedperl@6691] warnings pragma update
42618              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42619              Date: Fri, 18 Aug 2000 22:42:06 +0100
42620              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
42621      Branch: perl
42622            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
42623            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
42624            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
42625 ____________________________________________________________________________
42626 [  6706] By: jhi                                   on 2000/08/18  21:41:45
42627         Log: Typo in pp_complement().
42628              
42629              Subject: [PATCH perl-current] Deparse
42630              From: Peter Scott <Peter@PSDT.com>
42631              Date: Fri, 18 Aug 2000 12:44:37 -0700
42632              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
42633      Branch: perl
42634            ! ext/B/B/Deparse.pm
42635 ____________________________________________________________________________
42636 [  6705] By: jhi                                   on 2000/08/18  21:25:59
42637         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42638              From: Jan Dubois <jand@ActiveState.com>
42639              Date: Fri, 18 Aug 2000 14:22:51 -0700
42640              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
42641      Branch: perl
42642            ! lib/Win32.pod win32/win32.c
42643 ____________________________________________________________________________
42644 [  6704] By: jhi                                   on 2000/08/18  21:16:14
42645         Log: Don't eat leading os from index entries.
42646              
42647              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42648              From: Russ Allbery <rra@stanford.edu>
42649              Date: 10 Aug 2000 20:49:25 -0700
42650              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
42651      Branch: perl
42652            ! lib/Pod/Man.pm
42653 ____________________________________________________________________________
42654 [  6703] By: jhi                                   on 2000/08/18  21:07:06
42655         Log: Add [[:blank:]] as suggested in
42656              
42657              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42658              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
42659              Date: Sun, 16 Jul 2000 17:55:29 -0700
42660              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
42661              
42662              (the [=cc=] has already been taken care of by #6439
42663              so the whole bug report can be closed)
42664              
42665              and make [[:space:]] to be equivalent to isspace(3)
42666              (as opposed to \s, which is isSPACE()).  The difference
42667              is that now [[:space:]] matches the mythical vertical tab,
42668              while \s doesn't.
42669      Branch: perl
42670            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
42671            ! regexec.c t/op/pat.t
42672 ____________________________________________________________________________
42673 [  6702] By: jhi                                   on 2000/08/18  18:47:47
42674         Log: The new tests were missing from #6415.
42675      Branch: perl
42676            ! t/op/bop.t
42677 ____________________________________________________________________________
42678 [  6701] By: jhi                                   on 2000/08/18  18:20:40
42679         Log: Document the NDBM_File and ODBM_File as SDBM_File
42680              was documented in #6417.
42681      Branch: perl
42682            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
42683            ! ext/SDBM_File/SDBM_File.pm
42684 ____________________________________________________________________________
42685 [  6700] By: jhi                                   on 2000/08/18  18:10:39
42686         Log: Subject: [PATCH perl@6698] cygwin port
42687              From: "Fifer, Eric" <EFifer@sanwaint.com>
42688              Date: Fri, 18 Aug 2000 17:30:05 +0100
42689              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
42690      Branch: perl
42691            ! lib/File/Temp.pm
42692 ____________________________________________________________________________
42693 [  6699] By: jhi                                   on 2000/08/18  16:21:49
42694         Log: Document code point which makes if (defined %stash::) to work
42695              (noted by Spider Boardman).
42696      Branch: perl
42697            ! op.c
42698 ____________________________________________________________________________
42699 [  6698] By: jhi                                   on 2000/08/18  13:43:27
42700         Log: Update Changes.
42701      Branch: perl
42702            ! Changes patchlevel.h
42703 ____________________________________________________________________________
42704 [  6697] By: jhi                                   on 2000/08/18  13:35:57
42705         Log: Tiny Getopt::Long patch from Johan Vromans.
42706      Branch: perl
42707            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
42708 ____________________________________________________________________________
42709 [  6696] By: jhi                                   on 2000/08/18  13:26:14
42710         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
42711              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
42712              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
42713              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
42714      Branch: perl
42715            ! pod/perldiag.pod pod/perlsyn.pod
42716 ____________________________________________________________________________
42717 [  6695] By: jhi                                   on 2000/08/18  13:13:26
42718         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
42719              From: Daniel Chetlin <daniel@chetlin.com>
42720              Date: Fri, 18 Aug 2000 03:13:36 -0700
42721              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
42722      Branch: perl
42723            ! pod/perlfunc.pod
42724 ____________________________________________________________________________
42725 [  6694] By: jhi                                   on 2000/08/18  13:08:05
42726         Log: Subject: [PATCH] perltrap.pod spring cleaning
42727              From: Daniel Chetlin <daniel@chetlin.com>
42728              Date: Fri, 18 Aug 2000 03:06:54 -0700
42729              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
42730              
42731              plus Mike Guy's nitfix.
42732      Branch: perl
42733            ! pod/perltrap.pod
42734 ____________________________________________________________________________
42735 [  6693] By: jhi                                   on 2000/08/18  13:00:26
42736         Log: Unbuffer the output.
42737              
42738              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
42739              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42740              Date: Thu, 17 Aug 2000 18:39:29 -0700
42741              Message-ID: <RPJn5gzkgydf092yn@efn.org>
42742      Branch: perl
42743            ! t/op/fork.t
42744 ____________________________________________________________________________
42745 [  6692] By: jhi                                   on 2000/08/18  05:19:17
42746         Log: Delete the image, too, not just its MANIFEStation.
42747      Branch: perl
42748            - lib/CGI/eg/wilogo.gif
42749 ____________________________________________________________________________
42750 [  6691] By: jhi                                   on 2000/08/18  05:10:26
42751         Log: Propagate new Configure vars.
42752      Branch: perl
42753            ! configure.com epoc/config.sh uconfig.h uconfig.sh
42754            ! vos/config.def vos/config.h vos/config_h.SH_orig
42755            ! win32/config.bc win32/config.gc win32/config.vc
42756            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42757 ____________________________________________________________________________
42758 [  6690] By: jhi                                   on 2000/08/18  04:30:56
42759         Log: Update Changes.
42760      Branch: perl
42761            ! Changes patchlevel.h
42762 ____________________________________________________________________________
42763 [  6689] By: jhi                                   on 2000/08/18  04:12:30
42764         Log: Fix the lib/complex failure of
42765              
42766              From: abigail@foad.org
42767              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42768              Date: 15 Aug 2000 04:06:38 -0000
42769              Message-Id: <20000815040638.8524.qmail@foad.org> 
42770              
42771              Linux long double accuracy issue: something that
42772              when printed with %g looks like "2" but int() of it is 1.
42773      Branch: perl
42774            ! lib/Math/Complex.pm
42775 ____________________________________________________________________________
42776 [  6688] By: jhi                                   on 2000/08/18  03:15:35
42777         Log: The byteorder code in #6671 was wrong.
42778      Branch: perl
42779            ! configpm
42780 ____________________________________________________________________________
42781 [  6687] By: jhi                                   on 2000/08/18  02:08:42
42782         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
42783              From: Jan Dubois <jand@ActiveState.com>
42784              Date: Thu, 17 Aug 2000 18:31:55 -0700
42785              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
42786      Branch: perl
42787            ! sv.c
42788 ____________________________________________________________________________
42789 [  6686] By: jhi                                   on 2000/08/18  02:04:15
42790         Log: Use NVs in POSIX math, not doubles.
42791              
42792              From: abigail@foad.org
42793              Subject: [ID 20000817.014] POSIX & modfl
42794              Date: 17 Aug 2000 20:49:18 -0000
42795              Message-Id: <20000817204918.23123.qmail@foad.org>
42796      Branch: perl
42797            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
42798 ____________________________________________________________________________
42799 [  6685] By: jhi                                   on 2000/08/18  02:02:12
42800         Log: Introduce NVef, NVff, and NVgf, use the middle one.
42801              (helps for lib/peek + Linux + long doubles)  Reported in
42802              
42803              From: abigail@foad.org
42804              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42805              Date: 15 Aug 2000 04:06:38 -0000
42806              Message-Id: <20000815040638.8524.qmail@foad.org> 
42807              
42808              (note: the lib/complex failure has not yet been addressed)
42809      Branch: metaconfig/U/perl
42810            ! perlxvf.U
42811      Branch: perl
42812            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42813            ! config_h.SH dump.c perl.h pod/perlguts.pod
42814 ____________________________________________________________________________
42815 [  6684] By: jhi                                   on 2000/08/17  23:22:19
42816         Log: Add byteorder to the myconfig output.
42817      Branch: perl
42818            ! myconfig.SH
42819 ____________________________________________________________________________
42820 [  6683] By: jhi                                   on 2000/08/17  23:20:19
42821         Log: The image doth not exist, spotted by Johan Vromans.
42822      Branch: perl
42823            ! MANIFEST
42824 ____________________________________________________________________________
42825 [  6682] By: jhi                                   on 2000/08/17  22:38:16
42826         Log: Document what the backtick returns if the command fails.
42827      Branch: perl
42828            ! pod/perlop.pod
42829 ____________________________________________________________________________
42830 [  6681] By: jhi                                   on 2000/08/17  22:33:12
42831         Log: Do not use prototyping here.
42832              
42833              Subject: [ID 20000817.016] [PATCH] Peek.xs
42834              From: abigail@foad.org
42835              Date: 17 Aug 2000 20:55:56 -0000
42836              Message-Id: <20000817205556.24270.qmail@foad.org>
42837      Branch: perl
42838            ! ext/Devel/Peek/Makefile.PL
42839 ____________________________________________________________________________
42840 [  6680] By: jhi                                   on 2000/08/17  19:46:43
42841         Log: Don't propose using modules built for 5.005 if no binary
42842              compatibility with 5.005 is attempted.
42843              
42844              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
42845              Subject: Minor nit with 5.7.0 (6655)
42846              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
42847              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
42848      Branch: metaconfig
42849            ! U/installdirs/inc_version_list.U
42850      Branch: perl
42851            ! Configure config_h.SH
42852 ____________________________________________________________________________
42853 [  6679] By: jhi                                   on 2000/08/17  19:16:39
42854         Log: Microperl config update.
42855      Branch: perl
42856            ! uconfig.h uconfig.sh
42857 ____________________________________________________________________________
42858 [  6678] By: jhi                                   on 2000/08/17  19:16:13
42859         Log: The #6648 wasn't protective enough for limited platforms
42860              (like microperl).
42861      Branch: perl
42862            ! dump.c sv.c
42863 ____________________________________________________________________________
42864 [  6677] By: jhi                                   on 2000/08/17  14:46:35
42865         Log: Update Changes.
42866      Branch: perl
42867            ! Changes patchlevel.h
42868 ____________________________________________________________________________
42869 [  6676] By: jhi                                   on 2000/08/17  14:44:02
42870         Log: Add perlebcdic from Peter Prymmer, regen toc.
42871      Branch: perl
42872            + pod/perlebcdic.pod
42873            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42874 ____________________________________________________________________________
42875 [  6675] By: jhi                                   on 2000/08/17  14:41:52
42876         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
42877      Branch: perl
42878            ! pod/perldebtut.pod
42879 ____________________________________________________________________________
42880 [  6674] By: jhi                                   on 2000/08/17  14:29:43
42881         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
42882              
42883              Subject: [ID 20000724.006] -DLEAKTEST problem
42884              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
42885              Date: Tue, 25 Jul 2000 00:36:32 -0500
42886              Message-Id: <20000725003632.A26186@www.llamacom.com>
42887              
42888              Reminder sent
42889              
42890              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
42891              From: Hugo <hv@crypt.compulink.co.uk>
42892              Date: Thu, 17 Aug 2000 15:23:42 +0100
42893              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
42894      Branch: perl
42895            ! util.c
42896 ____________________________________________________________________________
42897 [  6673] By: jhi                                   on 2000/08/17  04:07:10
42898         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
42899              From: John Peacock <JPeacock@UnivPress.com>
42900              Date: Tue, 01 Aug 2000 09:38:12 -0400
42901              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
42902      Branch: perl
42903            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
42904 ____________________________________________________________________________
42905 [  6672] By: jhi                                   on 2000/08/17  03:04:35
42906         Log: Subject: [PATCH] Cwd.pm now uses strict
42907              From: Tim Jenness <timj@jach.hawaii.edu>
42908              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
42909              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
42910      Branch: perl
42911            ! lib/Cwd.pm
42912 ____________________________________________________________________________
42913 [  6671] By: jhi                                   on 2000/08/17  02:16:35
42914         Log: Make $Config{byteorder} more magical so that it is
42915              dynamically computed: nice for 'fat binaries'.
42916              
42917              Subject: [PATCH]: default byteorder
42918              From: Wilfredo Sánchez <wsanchez@apple.com>
42919              Date: Mon, 31 Jul 2000 19:45:31 -0700
42920              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
42921      Branch: perl
42922            ! configpm
42923 ____________________________________________________________________________
42924 [  6670] By: gsar                                  on 2000/08/17  01:22:21
42925         Log: move WNOHANG definition to where other such things are
42926      Branch: perl
42927            ! win32/win32.h
42928 ____________________________________________________________________________
42929 [  6669] By: jhi                                   on 2000/08/17  01:19:17
42930         Log: Update Changes.
42931      Branch: perl
42932            ! Changes patchlevel.h
42933 ____________________________________________________________________________
42934 [  6668] By: jhi                                   on 2000/08/17  01:16:29
42935         Log: Doc nits spotted by Richard Soderberg.
42936      Branch: perl
42937            ! README.posix-bc README.vmesa
42938 ____________________________________________________________________________
42939 [  6667] By: jhi                                   on 2000/08/17  01:12:11
42940         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
42941              From: "Casey R. Tweten" <crt@kiski.net>
42942              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
42943              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
42944      Branch: perl
42945            ! pod/perldebtut.pod
42946 ____________________________________________________________________________
42947 [  6666] By: jhi                                   on 2000/08/17  01:09:31
42948         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
42949              From: "Casey R. Tweten" <crt@kiski.net>
42950              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
42951              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
42952      Branch: perl
42953            ! lib/Shell.pm
42954 ____________________________________________________________________________
42955 [  6665] By: gsar                                  on 2000/08/17  01:03:52
42956         Log: add "ok" targets from change#6632 in makefile.mk
42957      Branch: perl
42958            ! pod/perlport.pod win32/Makefile win32/makefile.mk
42959 ____________________________________________________________________________
42960 [  6664] By: gsar                                  on 2000/08/17  00:56:11
42961         Log: avoid warnings from dense compiler
42962      Branch: perl
42963            ! win32/win32.c
42964 ____________________________________________________________________________
42965 [  6663] By: jhi                                   on 2000/08/17  00:51:49
42966         Log: Tweak the regex compilation errors once more.
42967      Branch: perl
42968            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
42969            ! t/op/regmesg.t t/pragma/warn/regcomp
42970 ____________________________________________________________________________
42971 [  6662] By: gsar                                  on 2000/08/17  00:28:19
42972         Log: trailing new %ENV entries weren't being pushed into the real
42973              environment of subprocesses on Windows
42974      Branch: perl
42975            ! t/op/magic.t win32/perlhost.h
42976 ____________________________________________________________________________
42977 [  6661] By: gsar                                  on 2000/08/17  00:19:20
42978         Log: waitpid() now handles externally spawned pids correctly;
42979              fixes for backtick/wait/waitpid failures on Windows 9x
42980              
42981              these changes make the pid returned by process functions on
42982              Windows 9x always positive by clearing the high bit (which
42983              is always set on Win9x); pseudo-process PIDs are likewise
42984              always negative now on Win9x (just as on NT/2000)
42985      Branch: perl
42986            ! pp_sys.c win32/perlhost.h win32/win32.c
42987 ____________________________________________________________________________
42988 [  6660] By: jhi                                   on 2000/08/17  00:04:32
42989         Log: Retract #6645.
42990      Branch: perl
42991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42992            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
42993            ! t/op/sprintf.t
42994 ____________________________________________________________________________
42995 [  6659] By: gsar                                  on 2000/08/16  23:59:28
42996         Log: on windows, the return values from wait() and waitpid() don't
42997              match those of pseudo-pids
42998      Branch: perl
42999            ! pp_sys.c t/op/fork.t util.c win32/win32.c
43000 ____________________________________________________________________________
43001 [  6658] By: gsar                                  on 2000/08/16  23:56:14
43002         Log: pod nit seen in passing
43003      Branch: perl
43004            ! pod/perlfunc.pod
43005 ____________________________________________________________________________
43006 [  6657] By: gsar                                  on 2000/08/16  23:53:42
43007         Log: change#6328 could make close(SOCKET) return false on windows
43008              when it shouldn't
43009      Branch: perl
43010            ! win32/win32sck.c
43011 ____________________________________________________________________________
43012 [  6656] By: gsar                                  on 2000/08/16  23:46:57
43013         Log: check that the number pseudo children doesn't exceed
43014              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
43015              the WaitForMultipleObjects() limit that would cause wait()
43016              to crash)
43017              
43018              wait() and waitpid() could potentially be rewritten to use
43019              more than one thread to do the waiting to eliminate this
43020              limitation
43021      Branch: perl
43022            ! win32/perlhost.h
43023 ____________________________________________________________________________
43024 [  6655] By: jhi                                   on 2000/08/16  14:11:05
43025         Log: Update Changes.
43026      Branch: perl
43027            ! Changes patchlevel.h
43028 ____________________________________________________________________________
43029 [  6654] By: jhi                                   on 2000/08/16  14:10:12
43030         Log: Update to perldebtut 1.9, from Richard Foley.
43031      Branch: perl
43032            ! pod/perldebtut.pod
43033 ____________________________________________________________________________
43034 [  6653] By: jhi                                   on 2000/08/16  14:08:17
43035         Log: Change the regx compilation error markers to use = instead of <
43036              since pod makes using the latter quite messy.  Reported in
43037              ID 20000814.006 by Abigail and in
43038              Subject: Unknown escape E<> ?
43039              From: Lupe Christoph <lupe@lupe-christoph.de>
43040              Date: Fri, 11 Aug 2000 00:30:27 +0200
43041              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
43042      Branch: perl
43043            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
43044            ! t/op/regmesg.t t/pragma/warn/regcomp
43045 ____________________________________________________________________________
43046 [  6652] By: jhi                                   on 2000/08/16  13:25:31
43047         Log: Change the perlbug address to perl.org since it's more forgiving.
43048              
43049              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
43050              From: abigail@foad.org
43051              Date: 15 Aug 2000 04:15:40 -0000
43052              Message-Id: <20000815041540.8633.qmail@foad.org>
43053      Branch: perl
43054            ! utils/perlbug.PL
43055 ____________________________________________________________________________
43056 [  6651] By: jhi                                   on 2000/08/16  13:22:35
43057         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
43058              From: Tim Jenness <timj@jach.hawaii.edu>
43059              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
43060              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
43061      Branch: perl
43062            ! lib/Cwd.pm
43063 ____________________________________________________________________________
43064 [  6650] By: jhi                                   on 2000/08/16  13:18:13
43065         Log: Update to CPAN 1.57.
43066              
43067              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
43068              From: andreas.koenig@anima.de (Andreas J. Koenig)
43069              Date: 16 Aug 2000 15:09:46 +0200
43070              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
43071      Branch: perl
43072            ! lib/CPAN.pm
43073 ____________________________________________________________________________
43074 [  6649] By: jhi                                   on 2000/08/16  13:12:31
43075         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
43076              From: "Larry W. Virden" <lvirden@cas.org>
43077              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
43078              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
43079      Branch: perl
43080            ! README.hpux
43081 ____________________________________________________________________________
43082 [  6648] By: jhi                                   on 2000/08/16  13:03:53
43083         Log: The numeric locale was reset to "C" by s?printf and never restored.
43084              
43085              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43086              From: Christian Kirsch <ck@held.mind.de>
43087              Date: Wed, 9 Aug 2000 17:05:17 +0200
43088              Message-Id: <20000809170517.A25389@held>
43089              
43090              No test since adding the failing example to locale.t
43091              does not fail -- probably because the locale settings are so
43092              thoroughly tweaked by that time.  Running the example standalone
43093              does fail, though.  UPDATE: test case added at change #7540.
43094      Branch: perl
43095            ! dump.c perl.h pp.c pp_ctl.c sv.c
43096 ____________________________________________________________________________
43097 [  6647] By: jhi                                   on 2000/08/16  00:07:54
43098         Log: Update Changes and test semi-automatic patchlevel updating.
43099      Branch: perl
43100            ! Changes patchlevel.h
43101 ____________________________________________________________________________
43102 [  6646] By: jhi                                   on 2000/08/15  23:35:07
43103         Log: Fix a dependency problem.
43104              
43105              Subject: [PATCH: 6640] VMS Makefile.SH update
43106              From: Peter Prymmer <pvhp@forte.com>
43107              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
43108              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
43109      Branch: perl
43110            ! vms/descrip_mms.template
43111 ____________________________________________________________________________
43112 [  6645] By: jhi                                   on 2000/08/15  23:33:23
43113         Log: (Retracted by #6660)
43114              
43115              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
43116              From: Dominic Dunlop <domo@computer.org>
43117              Date: Tue, 15 Aug 2000 22:20:52 +0200
43118              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
43119      Branch: metaconfig/U/perl
43120            + d_printfed.U
43121      Branch: perl
43122            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43123            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
43124            ! t/op/sprintf.t
43125 ____________________________________________________________________________
43126 [  6644] By: jhi                                   on 2000/08/15  21:17:20
43127         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
43128              From: abigail@foad.org
43129              Date: 15 Aug 2000 20:12:41 -0000
43130              Message-Id: <20000815201241.25556.qmail@foad.org>
43131      Branch: perl
43132            ! INSTALL
43133 ____________________________________________________________________________
43134 [  6643] By: jhi                                   on 2000/08/15  21:15:28
43135         Log: (an already applied patch)
43136      Branch: perl
43137            ! lib/CGI.pm
43138 ____________________________________________________________________________
43139 [  6642] By: gsar                                  on 2000/08/15  19:54:05
43140         Log: magic callbacks all need to have same type signature
43141      Branch: perl
43142            ! embed.pl mg.c proto.h
43143 ____________________________________________________________________________
43144 [  6641] By: jhi                                   on 2000/08/15  17:56:27
43145         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)
43146              From: Mike Guy <mjtg@cam.ac.uk>
43147              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
43148              Date: Tue, 15 Aug 2000 18:26:45 +0100
43149              
43150              Only the peek.t part applied, not the hash quality part.
43151      Branch: perl
43152            ! t/lib/peek.t
43153 ____________________________________________________________________________
43154 [  6640] By: jhi                                   on 2000/08/15  16:37:37
43155         Log: Update Changes.
43156      Branch: perl
43157            ! Changes
43158 ____________________________________________________________________________
43159 [  6639] By: jhi                                   on 2000/08/15  16:34:55
43160         Log: Missed a file from #6638.
43161      Branch: perl
43162            ! lib/File/Temp.pm
43163 ____________________________________________________________________________
43164 [  6638] By: jhi                                   on 2000/08/15  16:33:19
43165         Log: Subject: [PATCH perl@6620] cygwin port
43166              From: "Fifer, Eric" <EFifer@sanwaint.com>
43167              Date: Tue, 15 Aug 2000 17:00:49 +0100
43168              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
43169      Branch: perl
43170            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
43171 ____________________________________________________________________________
43172 [  6637] By: jhi                                   on 2000/08/15  16:29:22
43173         Log: Subject: [PATCH] debugger exit code should reflect user exit code
43174              From: Mike Guy <mjtg@cam.ac.uk>
43175              Date: Tue, 15 Aug 2000 16:55:59 +0100
43176              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
43177      Branch: perl
43178            ! lib/perl5db.pl
43179 ____________________________________________________________________________
43180 [  6636] By: jhi                                   on 2000/08/15  15:30:58
43181         Log: Update Changes.
43182      Branch: perl
43183            ! Changes
43184 ____________________________________________________________________________
43185 [  6635] By: jhi                                   on 2000/08/15  15:27:21
43186         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
43187      Branch: metaconfig
43188            ! U/mkglossary U/mksample
43189      Branch: metaconfig/U/perl
43190            ! Devel.U
43191      Branch: perl
43192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43193 ____________________________________________________________________________
43194 [  6634] By: jhi                                   on 2000/08/15  14:11:55
43195         Log: Don't blow limited stacks, a lower number is enough to
43196              tickle the lookbehind limit.
43197              
43198              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
43199              From: Dominic Dunlop <domo@computer.org>
43200              Date: Tue, 15 Aug 2000 13:51:24 +0200
43201              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
43202      Branch: perl
43203            ! t/op/regmesg.t
43204 ____________________________________________________________________________
43205 [  6633] By: jhi                                   on 2000/08/15  14:01:46
43206         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
43207              From: Mike Guy <mjtg@cam.ac.uk>
43208              Date: Tue, 15 Aug 2000 12:10:50 +0100
43209              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
43210      Branch: perl
43211            ! utils/perldoc.PL
43212 ____________________________________________________________________________
43213 [  6632] By: jhi                                   on 2000/08/15  13:58:48
43214         Log: make ok etc also for win32.
43215              
43216              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
43217              From: Prymmer/Kahn <pvhp@best.com>
43218              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
43219              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
43220      Branch: perl
43221            ! win32/Makefile
43222 ____________________________________________________________________________
43223 [  6631] By: jhi                                   on 2000/08/15  13:45:03
43224         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
43225      Branch: perl
43226            ! lib/Test.pm
43227 ____________________________________________________________________________
43228 [  6630] By: jhi                                   on 2000/08/15  03:25:09
43229         Log: Update Changes.
43230      Branch: perl
43231            ! Changes
43232 ____________________________________________________________________________
43233 [  6629] By: jhi                                   on 2000/08/15  03:23:53
43234         Log: magic_regdatum_set() is void, not int.
43235      Branch: perl
43236            ! embed.pl mg.c proto.h
43237 ____________________________________________________________________________
43238 [  6628] By: jhi                                   on 2000/08/15  03:08:02
43239         Log: Make the user to give up his firstborn, err, to knowingly
43240              verify installing an unstable developer release.  Also bump
43241              the release to 5.7.0, but leave a patch tag in the local
43242              patches saying that this is not yet the real thing.
43243      Branch: metaconfig
43244            ! U/modified/Instruct.U
43245      Branch: metaconfig/U/perl
43246            + Devel.U
43247      Branch: perl
43248            ! Configure patchlevel.h
43249 ____________________________________________________________________________
43250 [  6627] By: jhi                                   on 2000/08/14  22:32:52
43251         Log: README.os2 update.
43252              
43253              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
43254              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43255              Date: Wed, 02 Aug 2000 21:55:09 -0700
43256              Message-ID: <tsPi5gzkgegX092yn@efn.org>
43257      Branch: perl
43258            ! README.os2
43259 ____________________________________________________________________________
43260 [  6626] By: jhi                                   on 2000/08/14  21:00:02
43261         Log: Subject: Re: File::Temp problems on VMS in bleedperl
43262              From: Tim Jenness <timj@jach.hawaii.edu>
43263              cc: vmsperl@perl.org
43264              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
43265              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
43266      Branch: perl
43267            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
43268 ____________________________________________________________________________
43269 [  6625] By: jhi                                   on 2000/08/14  20:52:16
43270         Log: Add SUIDMAIL as was done for the CERT alert.
43271      Branch: perl
43272            ! patchlevel.h
43273 ____________________________________________________________________________
43274 [  6624] By: jhi                                   on 2000/08/14  20:48:50
43275         Log: Subject: sfio2000
43276              From: Daniel Muino <dmuino@afip.gov.ar>
43277              Date: Mon, 14 Aug 2000 16:58:11 -0300
43278              Message-ID: <20000814165811.B16368@con2-dgi>
43279      Branch: perl
43280            ! perlsdio.h perlsfio.h
43281 ____________________________________________________________________________
43282 [  6623] By: jhi                                   on 2000/08/14  20:47:36
43283         Log: Subject: warning: storage class after type is obsolescent
43284              From: Daniel Muino <dmuino@afip.gov.ar>
43285              Date: Mon, 14 Aug 2000 16:42:47 -0300
43286              Message-ID: <20000814164247.A16368@con2-dgi>
43287      Branch: perl
43288            ! regcomp.pl regnodes.h
43289 ____________________________________________________________________________
43290 [  6622] By: jhi                                   on 2000/08/14  20:43:05
43291         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
43292              From: abigail@foad.org
43293              Date: 14 Aug 2000 20:00:10 -0000
43294              Message-Id: <20000814200010.27271.qmail@foad.org>
43295      Branch: perl
43296            ! Changes
43297 ____________________________________________________________________________
43298 [  6621] By: jhi                                   on 2000/08/14  15:23:05
43299         Log: Update Changes.
43300      Branch: perl
43301            ! Changes
43302 ____________________________________________________________________________
43303 [  6620] By: jhi                                   on 2000/08/14  15:22:14
43304         Log: Subject: Re: [PATCH] @+, @- readonly
43305              From: Mike Guy <mjtg@cam.ac.uk>
43306              Date: Mon, 14 Aug 2000 15:26:55 +0100
43307              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
43308      Branch: perl
43309            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
43310            ! sv.c t/op/pat.t
43311 ____________________________________________________________________________
43312 [  6619] By: jhi                                   on 2000/08/14  14:12:08
43313         Log: Update Changes.
43314      Branch: perl
43315            ! Changes
43316 ____________________________________________________________________________
43317 [  6618] By: jhi                                   on 2000/08/14  14:09:34
43318         Log: For now remove the mail code.
43319      Branch: perl
43320            ! perl.c
43321 ____________________________________________________________________________
43322 [  6617] By: jhi                                   on 2000/08/14  14:08:28
43323         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
43324      Branch: perl
43325            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
43326            ! pod/perlfaq8.pod pod/perlsec.pod
43327 ____________________________________________________________________________
43328 [  6616] By: jhi                                   on 2000/08/14  14:00:11
43329         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43330              From: Mike Guy <mjtg@cam.ac.uk>
43331              Date: Mon, 14 Aug 2000 08:26:02 +0100
43332              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
43333      Branch: perl
43334            ! lib/perl5db.pl
43335 ____________________________________________________________________________
43336 [  6615] By: jhi                                   on 2000/08/14  13:58:45
43337         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
43338              From: Mike Guy <mjtg@cam.ac.uk>
43339              Date: Mon, 14 Aug 2000 08:04:22 +0100
43340              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
43341      Branch: perl
43342            ! gv.c mg.c t/op/pat.t
43343 ____________________________________________________________________________
43344 [  6614] By: jhi                                   on 2000/08/14  13:56:45
43345         Log: Subject: Test fails / warnings with perl-current #6612
43346              From: Mike Guy <mjtg@cam.ac.uk>
43347              Date: Mon, 14 Aug 2000 07:57:23 +0100
43348              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
43349      Branch: perl
43350            ! t/lib/b.t t/lib/peek.t
43351 ____________________________________________________________________________
43352 [  6613] By: jhi                                   on 2000/08/14  13:45:33
43353         Log: VMS configure.com update continues.
43354      Branch: perl
43355            - vms/configure.com
43356            ! MANIFEST configure.com
43357 ____________________________________________________________________________
43358 [  6612] By: jhi                                   on 2000/08/13  22:13:35
43359         Log: Update Changes.
43360      Branch: perl
43361            ! Changes
43362 ____________________________________________________________________________
43363 [  6611] By: jhi                                   on 2000/08/13  16:21:45
43364         Log: Upgrade to CGI 2.71, from Lincoln Stein.
43365      Branch: perl
43366            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
43367 ____________________________________________________________________________
43368 [  6610] By: jhi                                   on 2000/08/13  15:09:16
43369         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
43370              From: Mike Guy <mjtg@cam.ac.uk>
43371              Date: Sun, 13 Aug 2000 13:45:51 +0100
43372              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
43373      Branch: perl
43374            ! t/op/regmesg.t
43375 ____________________________________________________________________________
43376 [  6609] By: jhi                                   on 2000/08/13  14:31:26
43377         Log: Andreas says that 1.56 is fine, so reverting back to it.
43378      Branch: perl
43379            ! lib/CPAN.pm
43380 ____________________________________________________________________________
43381 [  6608] By: jhi                                   on 2000/08/13  05:34:20
43382         Log: Update Changes.
43383      Branch: perl
43384            ! Changes
43385 ____________________________________________________________________________
43386 [  6607] By: jhi                                   on 2000/08/13  05:32:01
43387         Log: Put back the \z changes of #5406 to CPAN.pm.
43388      Branch: perl
43389            ! lib/CPAN.pm
43390 ____________________________________________________________________________
43391 [  6606] By: jhi                                   on 2000/08/13  05:20:16
43392         Log: Fix-n-skip the tests under 5005threads.
43393      Branch: perl
43394            ! t/lib/b.t
43395 ____________________________________________________________________________
43396 [  6605] By: jhi                                   on 2000/08/13  05:07:48
43397         Log: Fix the test for 5005threads.
43398      Branch: perl
43399            ! t/lib/peek.t
43400 ____________________________________________________________________________
43401 [  6604] By: jhi                                   on 2000/08/13  03:35:37
43402         Log: Should have deleted this in #6603.
43403      Branch: perl
43404            - vms/subconfigure.com
43405 ____________________________________________________________________________
43406 [  6603] By: jhi                                   on 2000/08/12  18:29:32
43407         Log: Rewrite of vms/subconfigure.com as configure.com,
43408              from Peter Prymmer and the vmsperl crew.
43409      Branch: perl
43410            + vms/configure.com
43411            ! MANIFEST
43412 ____________________________________________________________________________
43413 [  6602] By: jhi                                   on 2000/08/11  13:00:01
43414         Log: PlainText.pm is dead.
43415      Branch: perl
43416            - lib/Pod/PlainText.pm
43417            ! MANIFEST
43418 ____________________________________________________________________________
43419 [  6601] By: jhi                                   on 2000/08/11  04:06:45
43420         Log: Update Changes.
43421      Branch: perl
43422            ! Changes
43423 ____________________________________________________________________________
43424 [  6600] By: jhi                                   on 2000/08/11  04:06:10
43425         Log: Add a few missing files, update MANIFEST.
43426      Branch: perl
43427            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
43428            + lib/Pod/PlainText.pm t/pod/find.t
43429            ! MANIFEST t/op/regmesg.t
43430 ____________________________________________________________________________
43431 [  6599] By: jhi                                   on 2000/08/11  03:31:10
43432         Log: Add Perl debugging tutorial, regen toc. 
43433              
43434              Subject: perldebtut.pod
43435              From: Richard Foley <Richard.Foley@m.dasa.de>
43436              Date: Wed, 09 Aug 2000 10:17:15 +0200
43437              Message-id: <3991138B.262247B8@m.dasa.de>
43438      Branch: perl
43439            + pod/perldebtut.pod
43440            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
43441 ____________________________________________________________________________
43442 [  6598] By: jhi                                   on 2000/08/11  02:48:56
43443         Log: tiny Changes edit
43444      Branch: perl
43445            ! Changes
43446 ____________________________________________________________________________
43447 [  6597] By: jhi                                   on 2000/08/11  02:39:04
43448         Log: Tests for #6589.
43449              
43450              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43451              From: simon@brecon.co.uk (Simon Cozens)
43452              Date: 11 Aug 2000 02:24:52 GMT
43453              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
43454      Branch: perl
43455            ! t/lib/b.t
43456 ____________________________________________________________________________
43457 [  6596] By: jhi                                   on 2000/08/11  01:50:07
43458         Log: Update Changes.
43459      Branch: perl
43460            ! Changes
43461 ____________________________________________________________________________
43462 [  6595] By: jhi                                   on 2000/08/11  01:47:16
43463         Log: nitfix
43464      Branch: perl
43465            ! Changes
43466 ____________________________________________________________________________
43467 [  6594] By: jhi                                   on 2000/08/11  01:36:16
43468         Log: Subject: Getting perlio and threads to compile
43469              From: Lupe Christoph <lupe@lupe-christoph.de>
43470              Date: Wed, 9 Aug 2000 11:35:54 +0200
43471              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
43472              
43473              (the Solaris version changes in Configure skipped)
43474      Branch: perl
43475            ! hints/solaris_2.sh thread.h
43476 ____________________________________________________________________________
43477 [  6593] By: jhi                                   on 2000/08/11  01:30:16
43478         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
43479              From: simon@brecon.co.uk (Simon Cozens)
43480              Date: 1 Aug 2000 06:55:19 GMT
43481              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
43482      Branch: perl
43483            ! lib/utf8.pm
43484 ____________________________________________________________________________
43485 [  6592] By: jhi                                   on 2000/08/11  01:26:39
43486         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
43487              From: Peter Scott <Peter@PeterScott.com>
43488              Date: Thu, 10 Aug 2000 08:23:27 -0700
43489              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
43490      Branch: perl
43491            ! lib/perl5db.pl
43492 ____________________________________________________________________________
43493 [  6591] By: jhi                                   on 2000/08/11  01:22:02
43494         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
43495              From: Hugo <hv@crypt.compulink.co.uk>
43496              Date: Thu, 10 Aug 2000 19:23:04 +0100
43497              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
43498      Branch: perl
43499            ! regexec.c t/op/pat.t
43500 ____________________________________________________________________________
43501 [  6590] By: jhi                                   on 2000/08/11  01:19:19
43502         Log: Preprocessing and postprocessing for File::Find.
43503              
43504              Subject: Patch to Find::File.pm to allow alphabetical results
43505              From: Joe Smith <jsmith@inwap.com>
43506              Date: Wed, 9 Aug 2000 02:44:54 -0700
43507              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
43508      Branch: perl
43509            ! lib/File/Find.pm
43510 ____________________________________________________________________________
43511 [  6589] By: jhi                                   on 2000/08/11  01:12:39
43512         Log: B::Deparse didn't do sub attributes.
43513              
43514              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
43515              From: simon@brecon.co.uk (Simon Cozens)
43516              Date: 9 Aug 2000 04:49:20 GMT
43517              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
43518      Branch: perl
43519            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
43520 ____________________________________________________________________________
43521 [  6588] By: jhi                                   on 2000/08/11  01:06:40
43522         Log: Subject: debugger "d" command doesnt check line number
43523              From: Mike Guy <mjtg@cam.ac.uk>
43524              Date: Tue, 08 Aug 2000 21:54:29 +0100
43525              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
43526      Branch: perl
43527            ! lib/perl5db.pl mg.c pod/perldiag.pod
43528 ____________________________________________________________________________
43529 [  6587] By: jhi                                   on 2000/08/11  00:45:03
43530         Log: sleep(1) does not necessarily return 1.
43531              
43532              Subject: [PATCH bleadperl] op/lex_assign.t  
43533              From: Hugo <hv@crypt.compulink.co.uk>
43534              Date: Thu, 03 Aug 2000 14:34:22 +0100        
43535              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
43536      Branch: perl
43537            ! t/op/lex_assign.t
43538 ____________________________________________________________________________
43539 [  6586] By: jhi                                   on 2000/08/11  00:31:50
43540         Log: Document the IO::Select timeout.
43541      Branch: perl
43542            ! ext/IO/lib/IO/Select.pm
43543 ____________________________________________________________________________
43544 [  6585] By: jhi                                   on 2000/08/11  00:13:54
43545         Log: Forgot contributor.
43546      Branch: perl
43547            ! Changes
43548 ____________________________________________________________________________
43549 [  6584] By: jhi                                   on 2000/08/11  00:09:19
43550         Log: detypo
43551      Branch: perl
43552            ! Changes
43553 ____________________________________________________________________________
43554 [  6583] By: jhi                                   on 2000/08/11  00:07:53
43555         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
43556              
43557              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
43558              From: Mike Guy <mjtg@cam.ac.uk> 
43559              Date: Thu, 10 Aug 2000 15:50:54 +0100
43560              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
43561      Branch: perl
43562            ! sv.c t/op/int.t
43563 ____________________________________________________________________________
43564 [  6582] By: jhi                                   on 2000/08/10  23:29:32
43565         Log: Update Changes.
43566      Branch: perl
43567            ! Changes
43568 ____________________________________________________________________________
43569 [  6581] By: jhi                                   on 2000/08/10  23:26:16
43570         Log: Put back the std @INC thing.
43571      Branch: perl
43572            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
43573            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
43574            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
43575            ! t/lib/gol-oo.t
43576 ____________________________________________________________________________
43577 [  6580] By: jhi                                   on 2000/08/10  23:03:34
43578         Log: Update to CGI 2.70, from Lincoln Stein.
43579      Branch: perl
43580            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
43581            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
43582            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
43583            ! t/lib/cgi-request.t
43584 ____________________________________________________________________________
43585 [  6579] By: jhi                                   on 2000/08/10  22:41:50
43586         Log: Update to CPAN 1.56, from Andreas König.
43587      Branch: perl
43588            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43589 ____________________________________________________________________________
43590 [  6578] By: jhi                                   on 2000/08/10  22:38:13
43591         Log: Update to Pod::Parser 1.17, from Brad Appleton.
43592      Branch: perl
43593            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
43594            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43595            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
43596            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
43597            ! t/pod/include.t t/pod/included.t t/pod/lref.t
43598            ! t/pod/multiline_items.t t/pod/nested_items.t
43599            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
43600            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
43601            ! t/pod/special_seqs.t
43602 ____________________________________________________________________________
43603 [  6577] By: jhi                                   on 2000/08/10  22:35:41
43604         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
43605      Branch: perl
43606            ! AUTHORS MAINTAIN
43607 ____________________________________________________________________________
43608 [  6576] By: jhi                                   on 2000/08/10  22:24:54
43609         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
43610      Branch: perl
43611            + t/lib/gol-oo.t
43612            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
43613            ! t/lib/gol-compat.t t/lib/gol-linkage.t
43614 ____________________________________________________________________________
43615 [  6575] By: jhi                                   on 2000/08/10  22:02:07
43616         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
43617      Branch: perl
43618            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
43619 ____________________________________________________________________________
43620 [  6574] By: jhi                                   on 2000/08/10  21:55:03
43621         Log: Iterating perl6 description.
43622      Branch: perl
43623            ! pod/perlfaq1.pod
43624 ____________________________________________________________________________
43625 [  6573] By: jhi                                   on 2000/08/10  21:48:26
43626         Log: Revert the sv.c part of #6559, a better fix is needed.
43627      Branch: perl
43628            ! sv.c
43629 ____________________________________________________________________________
43630 [  6572] By: jhi                                   on 2000/08/10  20:33:43
43631         Log: It's the 2ndO'ROSSC.
43632      Branch: perl
43633            ! pod/perlfaq1.pod
43634 ____________________________________________________________________________
43635 [  6571] By: jhi                                   on 2000/08/10  15:55:48
43636         Log: detypo
43637      Branch: perl
43638            ! pod/perlfaq1.pod
43639 ____________________________________________________________________________
43640 [  6570] By: jhi                                   on 2000/08/10  14:11:17
43641         Log: An exceptionally sticky typo.
43642      Branch: perl
43643            ! Changes
43644 ____________________________________________________________________________
43645 [  6569] By: jhi                                   on 2000/08/10  14:09:33
43646         Log: detypo (and test Changes updating script)
43647      Branch: perl
43648            ! Changes
43649 ____________________________________________________________________________
43650 [  6568] By: jhi                                   on 2000/08/10  14:07:07
43651         Log: Update Changes.
43652      Branch: perl
43653            ! Changes
43654 ____________________________________________________________________________
43655 [  6567] By: jhi                                   on 2000/08/10  14:06:19
43656         Log: Amend the description of Perl6.
43657              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
43658              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
43659              Date: Wed, 9 Aug 2000 22:11:06 -0500
43660              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
43661      Branch: perl
43662            ! pod/perlfaq1.pod
43663 ____________________________________________________________________________
43664 [  6566] By: jhi                                   on 2000/08/10  13:58:57
43665         Log: Subject: Remove dead entry in perldiag
43666              From: Mike Guy <mjtg@cam.ac.uk>
43667              Date: Thu, 10 Aug 2000 14:19:19 +0100
43668              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
43669      Branch: perl
43670            ! pod/perldiag.pod
43671 ____________________________________________________________________________
43672 [  6565] By: jhi                                   on 2000/08/10  13:51:48
43673         Log: Zero entries were skipped, fix from Adrian Goalby
43674              <argoalby@yahoo.co.uk>
43675      Branch: perl
43676            ! lib/unicode/Number.pl lib/unicode/mktables.PL
43677 ____________________________________________________________________________
43678 [  6564] By: jhi                                   on 2000/08/10  13:00:12
43679         Log: Subject: [PATCH 5.6.0] cygwin port
43680              From: "Fifer, Eric" <EFifer@sanwaint.com>
43681              Date: Thu, 10 Aug 2000 13:15:36 +0100
43682              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
43683      Branch: perl
43684            ! README.cygwin hints/cygwin.sh
43685 ____________________________________________________________________________
43686 [  6563] By: jhi                                   on 2000/08/10  12:55:16
43687         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
43688      Branch: perl
43689            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
43690 ____________________________________________________________________________
43691 [  6562] By: gsar                                  on 2000/08/10  08:38:39
43692         Log: warn is a macro, avoid using at a variable to avoid warnings
43693              in some configurations; readdir.t is too conservative in
43694              estimating number of *.t's
43695      Branch: perl
43696            ! t/op/readdir.t util.c
43697 ____________________________________________________________________________
43698 [  6561] By: jhi                                   on 2000/08/09  23:35:42
43699         Log: Update Changes.
43700      Branch: perl
43701            ! Changes
43702 ____________________________________________________________________________
43703 [  6560] By: jhi                                   on 2000/08/09  23:05:47
43704         Log: Subject: Re: enhanced(?) regex error messages
43705              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43706              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
43707              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
43708              
43709              (plus two small patches sent privately)
43710              (this still seems to leave few test failures)
43711      Branch: perl
43712            + t/op/regmesg.t
43713            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
43714            ! t/pragma/warn/regcomp
43715 ____________________________________________________________________________
43716 [  6559] By: jhi                                   on 2000/08/09  20:41:18
43717         Log: (The fix did work but was not right, retracted in #6573)
43718              
43719              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
43720              From: Christian Kirsch <ck@held.mind.de>
43721              Date: Wed, 9 Aug 2000 17:05:17 +0200
43722              Message-Id: <20000809170517.A25389@held>
43723      Branch: perl
43724            ! sv.c t/pragma/locale.t
43725 ____________________________________________________________________________
43726 [  6558] By: jhi                                   on 2000/08/08  22:34:08
43727         Log: Tiny updates on the contributors list.
43728      Branch: perl
43729            ! Changes
43730 ____________________________________________________________________________
43731 [  6557] By: jhi                                   on 2000/08/08  19:34:28
43732         Log: Double check that we have a dirhandle.
43733      Branch: perl
43734            ! util.c
43735 ____________________________________________________________________________
43736 [  6556] By: jhi                                   on 2000/08/08  19:01:51
43737         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
43738              May be repopulated with fresh maintained examples.
43739      Branch: perl
43740            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
43741            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
43742            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
43743            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
43744            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
43745            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
43746            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
43747            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
43748            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
43749            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
43750            + lib/CGI/eg/wilogo_gif.uu
43751            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
43752            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
43753            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
43754            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
43755            - eg/cgi/frameset.cgi eg/cgi/index.html
43756            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
43757            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
43758            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
43759            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
43760            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
43761            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
43762            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
43763            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
43764            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
43765            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
43766            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
43767            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
43768            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
43769            - eg/van/vanish eg/who eg/wrapsuid
43770            ! MANIFEST
43771 ____________________________________________________________________________
43772 [  6555] By: jhi                                   on 2000/08/08  18:51:08
43773         Log: Delete chat2 as requested by Randal.
43774              
43775              Subject: Re: perlfaq8 coyness
43776              From: merlyn@stonehenge.com (Randal L. Schwartz) 
43777              Date: 15 May 2000 18:52:42 -0700 
43778              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
43779      Branch: perl
43780            - lib/chat2.pl
43781            ! MANIFEST
43782 ____________________________________________________________________________
43783 [  6554] By: jhi                                   on 2000/08/08  18:31:35
43784         Log: Regen global.sym.
43785      Branch: perl
43786            ! global.sym
43787 ____________________________________________________________________________
43788 [  6553] By: jhi                                   on 2000/08/08  18:28:13
43789         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
43790              (either perlbug or p5p ate the original), plus regen
43791              perlapi and perltoc. 
43792      Branch: perl
43793            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
43794            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
43795            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
43796            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
43797            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
43798            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
43799            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
43800            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
43801            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
43802            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
43803 ____________________________________________________________________________
43804 [  6552] By: jhi                                   on 2000/08/08  18:06:29
43805         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
43806              From: Mike Guy <mjtg@cam.ac.uk>
43807              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
43808              Date: Tue, 08 Aug 2000 15:51:27 +0100
43809      Branch: perl
43810            ! doop.c sv.h t/op/join.t t/pragma/overload.t
43811 ____________________________________________________________________________
43812 [  6551] By: jhi                                   on 2000/08/08  18:01:11
43813         Log: Re-apply #6549.
43814      Branch: perl
43815            ! lib/perl5db.pl
43816 ____________________________________________________________________________
43817 [  6550] By: jhi                                   on 2000/08/08  17:43:08
43818         Log: Accidental retraction of #6549.
43819      Branch: perl
43820            ! lib/perl5db.pl
43821 ____________________________________________________________________________
43822 [  6549] By: jhi                                   on 2000/08/08  17:40:04
43823         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
43824              From: Mike Guy <mjtg@cam.ac.uk>
43825              Date: Mon, 07 Aug 2000 21:49:58 +0100
43826              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
43827      Branch: perl
43828            ! lib/perl5db.pl
43829 ____________________________________________________________________________
43830 [  6548] By: jhi                                   on 2000/08/08  17:37:57
43831         Log: Document here-doc better.
43832              
43833              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
43834              From: Mike Guy <mjtg@cam.ac.uk>
43835              Date: Mon, 07 Aug 2000 14:02:09 +0100
43836              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
43837      Branch: perl
43838            ! pod/perldata.pod
43839 ____________________________________________________________________________
43840 [  6547] By: jhi                                   on 2000/08/08  17:33:34
43841         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
43842              From: "Randy J. Ray" <rjray@redhat.com>
43843              Date: Mon, 07 Aug 2000 19:12:25 -0700
43844              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
43845      Branch: perl
43846            ! perl.c pod/perlrun.pod
43847 ____________________________________________________________________________
43848 [  6546] By: jhi                                   on 2000/08/08  17:29:26
43849         Log: Subject: Re: enhanced(?) regex error messages 
43850              From: Hugo <hv@crypt.compulink.co.uk>
43851              Date: Tue, 08 Aug 2000 03:25:51 +0100
43852              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
43853              
43854              plus Capitalize the error messages, plus perldiag them.
43855      Branch: perl
43856            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
43857 ____________________________________________________________________________
43858 [  6545] By: jhi                                   on 2000/08/08  13:59:28
43859         Log: Augment #6539 a bit: don't croak if there's magic in the air.
43860              
43861              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
43862              From: Hugo <hv@crypt.compulink.co.uk>
43863              Date: Tue, 08 Aug 2000 03:02:03 +0100
43864              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
43865      Branch: perl
43866            ! pp.c t/op/bless.t
43867 ____________________________________________________________________________
43868 [  6544] By: jhi                                   on 2000/08/07  21:11:52
43869         Log: Make the test -w clean.
43870      Branch: perl
43871            ! t/op/bless.t
43872 ____________________________________________________________________________
43873 [  6543] By: jhi                                   on 2000/08/07  19:49:53
43874         Log: use warnings instead of $^W.
43875      Branch: perl
43876            ! t/op/bless.t
43877 ____________________________________________________________________________
43878 [  6542] By: jhi                                   on 2000/08/07  17:41:41
43879         Log: Disable a portability warning Because We Know What We Are Doing.
43880      Branch: perl
43881            ! t/op/bless.t
43882 ____________________________________________________________________________
43883 [  6541] By: jhi                                   on 2000/08/07  17:29:51
43884         Log: Tiny tidying on report_evil_fh().
43885      Branch: perl
43886            ! util.c
43887 ____________________________________________________________________________
43888 [  6540] By: jhi                                   on 2000/08/07  16:37:38
43889         Log: Make regular expression parse error messages easier to understand.
43890              
43891              Subject: Re: enhanced(?) regex error messages
43892              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43893              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
43894              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
43895      Branch: perl
43896            ! regcomp.c
43897 ____________________________________________________________________________
43898 [  6539] By: jhi                                   on 2000/08/07  16:12:27
43899         Log: Make bless(REF, REF) a fatal error, add bless tests.
43900              
43901              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
43902              From: Hugo <hv@crypt.compulink.co.uk>
43903              Date: Mon, 07 Aug 2000 16:59:38 +0100
43904              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
43905      Branch: perl
43906            + t/op/bless.t
43907            ! MANIFEST pod/perldiag.pod pp.c sv.c
43908 ____________________________________________________________________________
43909 [  6538] By: jhi                                   on 2000/08/07  15:59:43
43910         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
43911              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
43912              Date: Thu, 3 Aug 2000 14:29:21 -0700
43913              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
43914      Branch: perl
43915            ! lib/lib_pm.PL
43916 ____________________________________________________________________________
43917 [  6537] By: jhi                                   on 2000/08/07  15:47:18
43918         Log: Retract #6419 for now since it breaks in AFS and MachTen.
43919      Branch: perl
43920            ! lib/Cwd.pm
43921 ____________________________________________________________________________
43922 [  6536] By: jhi                                   on 2000/08/07  15:05:29
43923         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
43924              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
43925              The security hole exists only in suidperls, which isn't
43926              installed or even built by default.
43927      Branch: perl
43928            ! perl.c
43929 ____________________________________________________________________________
43930 [  6535] By: jhi                                   on 2000/08/07  14:45:14
43931         Log: tr memory corruption fix from Simon Cozens.
43932      Branch: perl
43933            ! doop.c
43934 ____________________________________________________________________________
43935 [  6534] By: jhi                                   on 2000/08/06  11:38:16
43936         Log: Document a bit that UDP is not what you might think.
43937              
43938              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
43939              From: Lupe Christoph <lupe@lupe-christoph.de>
43940              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
43941              Date: Mon, 24 Jul 2000 08:59:15 +0200
43942      Branch: perl
43943            ! pod/perlipc.pod
43944 ____________________________________________________________________________
43945 [  6533] By: jhi                                   on 2000/08/06  11:35:01
43946         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
43947              From: Jeff Pinyan <jeffp@hut.crusoe.net>
43948              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
43949              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
43950      Branch: perl
43951            ! pod/perlfunc.pod
43952 ____________________________________________________________________________
43953 [  6532] By: jhi                                   on 2000/08/06  03:45:41
43954         Log: Have symbols for the IoTYPEs.
43955      Branch: perl
43956            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
43957 ____________________________________________________________________________
43958 [  6531] By: jhi                                   on 2000/08/06  01:33:55
43959         Log: Continue fixing the io warnings.  This also
43960              sort of fixes bug ID 20000802.003: the core dump
43961              is no more.  Whether the current behaviour is correct
43962              (giving a warning: "Not a format reference"), is another matter.
43963      Branch: perl
43964            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
43965            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43966 ____________________________________________________________________________
43967 [  6530] By: jhi                                   on 2000/08/05  21:33:12
43968         Log: Change the Policy policy: now -Dprefix= with an existing
43969              Policy.sh and prefix == siteprefix == vendorprefix, then all
43970              of them follow along the new prefix.
43971              
43972              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
43973              From: Andy Dougherty <doughera@lafayette.edu>
43974              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
43975              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
43976      Branch: perl
43977            ! Policy_sh.SH
43978 ____________________________________________________________________________
43979 [  6529] By: jhi                                   on 2000/08/05  18:57:28
43980         Log: Zap lib/Sys directory when cleaning up.
43981      Branch: perl
43982            ! Makefile.SH
43983 ____________________________________________________________________________
43984 [  6528] By: jhi                                   on 2000/08/05  18:40:44
43985         Log: Essential prototype changes were missing from #6527.
43986              Also make report_evil_fh() more bomb-proof.
43987      Branch: perl
43988            ! embed.h util.c
43989 ____________________________________________________________________________
43990 [  6527] By: jhi                                   on 2000/08/05  03:22:05
43991         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
43992              From: "Ronald F. Guilmette" <rfg@monkeys.com>
43993              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
43994              Message-Id: <200007242247.PAA52177@monkeys.com>
43995      Branch: perl
43996            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
43997 ____________________________________________________________________________
43998 [  6526] By: jhi                                   on 2000/08/04  21:23:27
43999         Log: gcc versions might have (parentheses) in them.
44000      Branch: metaconfig/U/perl
44001            ! gccvers.U
44002      Branch: perl
44003            ! Configure config_h.SH
44004 ____________________________________________________________________________
44005 [  6525] By: jhi                                   on 2000/08/04  20:23:12
44006         Log: Weed buglets pointed out by
44007              
44008              From: Lupe Christoph <lupe@lupe-christoph.de>
44009              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
44010              Date: Fri, 4 Aug 2000 17:34:39 +0200
44011              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
44012      Branch: metaconfig/U/perl
44013            ! gccvers.U uselfs.U
44014      Branch: perl
44015            ! Configure config_h.SH
44016 ____________________________________________________________________________
44017 [  6524] By: jhi                                   on 2000/08/04  19:02:08
44018         Log: Warn under -w if lstat(FH) is attempted.
44019              
44020              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
44021              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
44022              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
44023              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
44024      Branch: perl
44025            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
44026            ! t/pragma/warn/pp_sys
44027 ____________________________________________________________________________
44028 [  6523] By: jhi                                   on 2000/08/04  12:31:11
44029         Log: Subject: New perlcc, take 2
44030              From: simon@brecon.co.uk (Simon Cozens)
44031              Date: 4 Aug 2000 06:21:04 GMT
44032              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
44033      Branch: perl
44034            ! utils/perlcc.PL
44035 ____________________________________________________________________________
44036 [  6522] By: jhi                                   on 2000/08/04  12:26:33
44037         Log: Subject: Re: Array vs. List context
44038              From: Daniel Chetlin <daniel@chetlin.com>
44039              Date: Fri, 4 Aug 2000 00:22:44 -0700
44040              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
44041      Branch: perl
44042            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
44043            ! pod/perlfaq4.pod
44044 ____________________________________________________________________________
44045 [  6521] By: jhi                                   on 2000/08/04  12:22:38
44046         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
44047              From: Raymund Will <ray@caldera.de>
44048              Date: Fri, 4 Aug 2000 12:07:09 +0200
44049              Message-Id: <20000804120709.A14982@caldera.de>
44050      Branch: perl
44051            ! configure.gnu
44052 ____________________________________________________________________________
44053 [  6520] By: jhi                                   on 2000/08/04  04:09:06
44054         Log: After the #6519 a warning about stat() is just that,
44055              not about a filetest, which now have their own warning.
44056      Branch: perl
44057            ! pod/perldiag.pod
44058 ____________________________________________________________________________
44059 [  6519] By: jhi                                   on 2000/08/04  04:06:30
44060         Log: In the warnings call filehandles consistently so;
44061              add "unopened" warning for stat().
44062      Branch: perl
44063            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44064            ! t/pragma/warn/pp_sys
44065 ____________________________________________________________________________
44066 [  6518] By: jhi                                   on 2000/08/04  02:55:35
44067         Log: Subject: Minor tweak to perlvar.pod
44068              From: "Stephen P. Potter" <spp@ds.net>
44069              Date: Tue, 18 Apr 2000 09:26:03 -0400
44070              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
44071      Branch: perl
44072            ! pod/perlvar.pod
44073 ____________________________________________________________________________
44074 [  6517] By: jhi                                   on 2000/08/04  02:50:08
44075         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
44076              From: "Clinton Pierce" <cpierce1@ford.com>
44077              Date: Wed, 21 Jul 1999 16:45:31 -0400
44078              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
44079              
44080              Fix by Stephen Potter (visible in the bug db but not in p5p?)
44081      Branch: perl
44082            ! pod/perlfunc.pod pod/perlop.pod
44083 ____________________________________________________________________________
44084 [  6516] By: jhi                                   on 2000/08/04  02:09:25
44085         Log: This is 6512.  Really.
44086      Branch: perl
44087            ! dump.c
44088 ____________________________________________________________________________
44089 [  6515] By: jhi                                   on 2000/08/04  01:25:50
44090         Log: mention the idea of @( and @)
44091      Branch: perl
44092            ! Todo-5.6
44093 ____________________________________________________________________________
44094 [  6514] By: bailey                                on 2000/08/04  01:18:46
44095         Log: YA resync with mainstem, including VMS patches from others
44096      Branch: vmsperl
44097           +> (branch 48 files)
44098            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
44099           !> (integrate 354 files)
44100 ____________________________________________________________________________
44101 [  6513] By: jhi                                   on 2000/08/04  01:18:18
44102         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
44103              From: Mark Dickinson <dickins3@fas.harvard.edu>
44104              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
44105              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
44106      Branch: perl
44107            ! t/op/grent.t t/op/pwent.t
44108 ____________________________________________________________________________
44109 [  6512] By: jhi                                   on 2000/08/04  01:14:06
44110         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
44111              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44112              Date: Wed, 02 Aug 2000 10:51:01 +0100
44113              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
44114      Branch: perl
44115            ! sv.c
44116 ____________________________________________________________________________
44117 [  6511] By: jhi                                   on 2000/08/04  00:57:00
44118         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
44119              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44120              Date: Thu, 03 Aug 2000 17:20:04 -0700
44121              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
44122      Branch: metaconfig
44123            ! U/modified/Cppsym.U
44124      Branch: perl
44125            ! Configure config_h.SH
44126 ____________________________________________________________________________
44127 [  6510] By: jhi                                   on 2000/08/04  00:25:28
44128         Log: detypo
44129      Branch: perl
44130            ! Makefile.SH
44131 ____________________________________________________________________________
44132 [  6509] By: jhi                                   on 2000/08/03  23:43:18
44133         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
44134              From: Dominic Dunlop <domo@computer.org>
44135              Date: Thu, 3 Aug 2000 22:16:46 +0200
44136              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
44137      Branch: perl
44138            ! t/op/sprintf.t
44139 ____________________________________________________________________________
44140 [  6508] By: jhi                                   on 2000/08/03  23:40:37
44141         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
44142              From: Hugo <hv@crypt.compulink.co.uk>
44143              Date: Thu, 03 Aug 2000 18:25:30 +0100
44144              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
44145      Branch: perl
44146            ! regcomp.c t/op/re_tests
44147 ____________________________________________________________________________
44148 [  6507] By: jhi                                   on 2000/08/03  23:38:28
44149         Log: Subject: [PATCH] sv.h documentation - SvLEN
44150              From: Mike Guy <mjtg@cam.ac.uk>
44151              Date: Thu, 03 Aug 2000 14:43:09 +0100
44152              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
44153      Branch: perl
44154            ! sv.h
44155 ____________________________________________________________________________
44156 [  6506] By: jhi                                   on 2000/08/03  15:49:14
44157         Log: Disable the fix_pl hack for now.
44158      Branch: perl
44159            ! Makefile.SH
44160 ____________________________________________________________________________
44161 [  6505] By: jhi                                   on 2000/08/03  13:49:04
44162         Log: Add a URL for FSF.
44163              
44164              Subject: Patch for README
44165              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
44166              Date: Wed, 2 Aug 2000 13:25:09 -0500
44167              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
44168      Branch: perl
44169            ! README
44170 ____________________________________________________________________________
44171 [  6504] By: jhi                                   on 2000/08/03  13:29:19
44172         Log: Be more informative on what is skipped and why,
44173              also repeat the list at the end.
44174      Branch: perl
44175            ! Porting/p4desc
44176 ____________________________________________________________________________
44177 [  6503] By: jhi                                   on 2000/08/03  13:07:05
44178         Log: Circumvent the removal of .patch by fix_pl.
44179              
44180              Subject: Re: [ID 20000802.011] unable to 'make test'          
44181              From: simon@brecon.co.uk (Simon Cozens) 
44182              Date: 3 Aug 2000 04:17:00 GMT
44183              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
44184      Branch: perl
44185            ! Makefile.SH
44186 ____________________________________________________________________________
44187 [  6502] By: jhi                                   on 2000/08/03  00:14:34
44188         Log: Add the missing setproctitle unit.
44189      Branch: metaconfig/U/perl
44190            + d_setproctitle.U
44191 ____________________________________________________________________________
44192 [  6501] By: jhi                                   on 2000/08/03  00:00:26
44193         Log: The subtest 4 may fail also on VOBS, as pointed out
44194              by Nick Ing-Simmons in November 1999, bug id 19991124.003
44195              (but the failure in that bug report isn't the subtest 4).
44196      Branch: perl
44197            ! t/op/stat.t
44198 ____________________________________________________________________________
44199 [  6500] By: jhi                                   on 2000/08/02  23:49:30
44200         Log: Better skip message for the test; one of the two problems in
44201              
44202              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
44203              From: Lupe Christoph <lupe@lupe-christoph.de>
44204              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
44205              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
44206      Branch: perl
44207            ! t/op/numconvert.t
44208 ____________________________________________________________________________
44209 [  6499] By: jhi                                   on 2000/08/02  22:49:16
44210         Log: Allow "no Module;" even if there is no 'unimport'.
44211              
44212              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
44213              From: mjd@plover.com
44214              Date: 24 Mar 2000 15:24:34 -0000
44215              Message-Id: <20000324152434.15160.qmail@plover.com>
44216      Branch: perl
44217            ! gv.c
44218 ____________________________________________________________________________
44219 [  6498] By: jhi                                   on 2000/08/02  22:42:58
44220         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
44221              that are hopefully soon put into use.
44222      Branch: perl
44223            ! opcode.h opcode.pl opnames.h
44224 ____________________________________________________________________________
44225 [  6497] By: gsar                                  on 2000/08/02  22:28:59
44226         Log: require.t needs binmode() to work on windows
44227      Branch: perl
44228            ! t/comp/require.t
44229 ____________________________________________________________________________
44230 [  6496] By: jhi                                   on 2000/08/02  22:08:51
44231         Log: Document the IVdf UVuf UVof UVxf.
44232      Branch: perl
44233            ! pod/perlguts.pod
44234 ____________________________________________________________________________
44235 [  6495] By: jhi                                   on 2000/08/02  21:54:26
44236         Log: detypo #6494
44237      Branch: perl
44238            ! ext/Data/Dumper/Dumper.xs
44239 ____________________________________________________________________________
44240 [  6494] By: jhi                                   on 2000/08/02  21:49:17
44241         Log: Dump UVs as UVs in Data::Dumper.
44242              
44243              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
44244              From: Gurusamy Sarathy <gsar@ActiveState.com>
44245              Date: Thu, 27 Apr 2000 12:26:25 -0700
44246              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
44247      Branch: perl
44248            ! ext/Data/Dumper/Dumper.xs
44249 ____________________________________________________________________________
44250 [  6493] By: jhi                                   on 2000/08/02  17:01:58
44251         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
44252              From: Hugo <hv@crypt.compulink.co.uk>
44253              Date: Wed, 02 Aug 2000 14:53:56 +0100
44254              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
44255      Branch: perl
44256            ! regexec.c t/op/re_tests
44257 ____________________________________________________________________________
44258 [  6492] By: jhi                                   on 2000/08/02  15:02:46
44259         Log: The new setproctitle() feature is available only in 
44260              bleeding edge FreeBSD.  From Paul Saab.
44261      Branch: perl
44262            ! mg.c
44263 ____________________________________________________________________________
44264 [  6491] By: jhi                                   on 2000/08/02  13:34:36
44265         Log: The tr utf8 patching continues.
44266              
44267              Subject: Re: #6469, too many tests claimed in require.t
44268              From: simon@brecon.co.uk (Simon Cozens)
44269              Date: 2 Aug 2000 02:37:17 GMT
44270              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
44271              
44272              (the logic of the test was the wrong way round in the patch)
44273      Branch: perl
44274            ! doop.c
44275 ____________________________________________________________________________
44276 [  6490] By: jhi                                   on 2000/08/02  13:27:38
44277         Log: The name of a filehandle does not have <these>.
44278      Branch: perl
44279            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
44280            ! t/pragma/warn/pp_sys util.c
44281 ____________________________________________________________________________
44282 [  6489] By: jhi                                   on 2000/08/02  04:26:46
44283         Log: Remove the extraneous "main::" prefix from all the
44284              "opened only for", "on closed", and "never opened" warnings.
44285              
44286              Subject: Re: inappropriate warning
44287              From: Gurusamy Sarathy <gsar@ActiveState.com>
44288              Date: Mon, 20 Mar 2000 11:28:02 -0800
44289              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
44290      Branch: perl
44291            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
44292            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
44293            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
44294 ____________________________________________________________________________
44295 [  6488] By: jhi                                   on 2000/08/02  03:02:57
44296         Log: memcpy has n o in it, as pinted ut by Sarathy.
44297      Branch: perl
44298            ! pod/perlguts.pod
44299 ____________________________________________________________________________
44300 [  6487] By: jhi                                   on 2000/08/02  02:44:51
44301         Log: Document in one place the memory abstractions used in Perl core.
44302              
44303              Subject: Re: Memory abstraction
44304              From: simon@brecon.co.uk (Simon Cozens)
44305              Date: 2 Aug 2000 02:20:23 GMT
44306              Organization: Earth.li Origins
44307      Branch: perl
44308            ! pod/perlguts.pod
44309 ____________________________________________________________________________
44310 [  6486] By: jhi                                   on 2000/08/02  02:41:57
44311         Log: regen_headers, regen perltoc.
44312      Branch: perl
44313            ! perlapi.c pod/perltoc.pod
44314 ____________________________________________________________________________
44315 [  6485] By: jhi                                   on 2000/08/02  01:43:33
44316         Log: "This little thing tests for a file .patch, and if it contains
44317              a number, pops into patchlevel.h" (making it easier to track
44318              which development version people are reporting bugs against)
44319              
44320              Subject: Patchlevel autogeneration for repository perls
44321              From: simon@brecon.co.uk (Simon Cozens)
44322              Date: 14 Jul 2000 07:12:15 GMT
44323              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
44324      Branch: perl
44325            + fix_pl
44326            ! MANIFEST Makefile.SH
44327 ____________________________________________________________________________
44328 [  6484] By: jhi                                   on 2000/08/02  01:32:54
44329         Log: FreeBSD 3.* updates from
44330              
44331              From: Paul Saab <ps@yahoo-inc.com>
44332              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44333              Date: Tue, 1 Aug 2000 15:41:39 -0700
44334              Message-Id: <20000801154139.A53740@yahoo-inc.com>
44335      Branch: perl
44336            ! hints/freebsd.sh
44337 ____________________________________________________________________________
44338 [  6483] By: jhi                                   on 2000/08/02  01:27:44
44339         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
44340              instead one must use setproctitle().  This was already addressed
44341              by change #6457, but the below has a new variant for FreeBSD 4.0
44342              or later, and the matter is also documented more.
44343              
44344              From: Paul Saab <ps@yahoo-inc.com>
44345              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
44346              Date: Tue, 1 Aug 2000 15:41:39 -0700
44347              Message-Id: <20000801154139.A53740@yahoo-inc.com>
44348      Branch: metaconfig/U/perl
44349            + i_libutil.U
44350      Branch: perl
44351            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
44352 ____________________________________________________________________________
44353 [  6482] By: jhi                                   on 2000/08/01  22:17:32
44354         Log: The test from this
44355              
44356              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
44357              Date: Sat, 15 Apr 2000 17:03:44 +0100
44358              From: Tom Hughes <tom@compton.nu>
44359              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
44360              
44361              was missing, the code change went in as #5989
44362              (which had a different test?)
44363      Branch: perl
44364            ! t/op/misc.t
44365 ____________________________________________________________________________
44366 [  6481] By: jhi                                   on 2000/08/01  21:48:38
44367         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
44368              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44369              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
44370              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
44371      Branch: perl
44372            ! perl.h
44373 ____________________________________________________________________________
44374 [  6480] By: jhi                                   on 2000/08/01  18:05:28
44375         Log: Make p4desc to skip non-mainperl branches by default.
44376      Branch: perl
44377            ! Porting/p4desc
44378 ____________________________________________________________________________
44379 [  6479] By: jhi                                   on 2000/08/01  17:29:19
44380         Log: If gccosandvers is equal to osname, clear gccosandvers.
44381      Branch: metaconfig/U/perl
44382            ! gccvers.U
44383      Branch: perl
44384            ! Configure config_h.SH
44385 ____________________________________________________________________________
44386 [  6478] By: jhi                                   on 2000/08/01  15:54:08
44387         Log: BOM patching from Simon Cozens.
44388      Branch: perl
44389            ! toke.c
44390 ____________________________________________________________________________
44391 [  6477] By: jhi                                   on 2000/08/01  04:50:33
44392         Log: Stash away the largefiles flags and libswanted.
44393      Branch: perl
44394            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
44395 ____________________________________________________________________________
44396 [  6476] By: gsar                                  on 2000/08/01  04:24:24
44397         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
44398              on Windows)
44399      Branch: perl
44400            ! t/pragma/utf8.t utf8.c win32/win32.c
44401 ____________________________________________________________________________
44402 [  6475] By: jhi                                   on 2000/08/01  03:35:24
44403         Log: Make chr() for values >127 to create utf8 when under utf8.
44404              
44405              Subject: Re: uft8/chr()
44406              From: simon@brecon.co.uk (Simon Cozens)
44407              Date: 1 Aug 2000 02:37:02 GMT
44408              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
44409      Branch: perl
44410            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
44411 ____________________________________________________________________________
44412 [  6474] By: jhi                                   on 2000/08/01  02:36:18
44413         Log: In Digital UNIX warn if gcc explicitly chosen because even
44414              2.95.2 is known to cause problems.
44415      Branch: perl
44416            ! hints/dec_osf.sh
44417 ____________________________________________________________________________
44418 [  6473] By: jhi                                   on 2000/08/01  02:00:56
44419         Log: Make the safety catch for buggy gccs work with triple version
44420              numbers like 2.95.2.  Reported in
44421              
44422              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
44423              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
44424              Date: Mon, 31 Jul 2000 14:55:06 +0200
44425              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
44426      Branch: perl
44427            ! hints/dec_osf.sh
44428 ____________________________________________________________________________
44429 [  6472] By: jhi                                   on 2000/08/01  01:13:33
44430         Log: Subject: fix and question re: waitpid() under win32
44431              From: Brian Clarke <clarke@appliedmeta.com>
44432              Date: Fri, 28 Jul 2000 15:18:29 -0400
44433              Message-ID: <3981DC85.290314EB@appliedmeta.com>
44434              
44435              Slightly reformatted and WNOHANG # define moved to win32.h
44436              so that also POSIX.xs sees it, as suggsted by Sarathy.
44437      Branch: perl
44438            ! win32/win32.c win32/win32.h
44439 ____________________________________________________________________________
44440 [  6471] By: jhi                                   on 2000/08/01  00:55:05
44441         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
44442              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44443              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
44444              Date: Mon, 31 Jul 2000 13:28:51 +0100
44445              
44446              (aka ID 20000730.002)
44447      Branch: perl
44448            ! op.c t/op/tr.t
44449 ____________________________________________________________________________
44450 [  6470] By: jhi                                   on 2000/07/31  23:34:42
44451         Log: Document the problem with -P in HP-UX and its workaround.
44452              
44453              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
44454              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
44455              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
44456              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
44457      Branch: perl
44458            ! README.hpux
44459 ____________________________________________________________________________
44460 [  6469] By: jhi                                   on 2000/07/31  04:15:02
44461         Log: The swallow_bom() saga continues.  The #23 of require.t
44462              (UTF16-LE) still fails (silently, no output) but the #22
44463              (UTF16-BE) seems to be working now.  The root of the
44464              failure may be in sv_gets(): is it UTF-16LE-aware,
44465              especially when it comes to line endings? 
44466      Branch: perl
44467            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
44468            ! t/comp/require.t toke.c utf8.c
44469 ____________________________________________________________________________
44470 [  6468] By: jhi                                   on 2000/07/30  19:05:48
44471         Log: Find green threads before native threads.
44472              
44473              Subject: Re: Patch to jpl/JNI/Makefile.PL
44474              From: Jens Thomsen <jens@fiend.cis.com>
44475              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
44476              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
44477      Branch: perl
44478            ! jpl/JNI/Makefile.PL
44479 ____________________________________________________________________________
44480 [  6467] By: jhi                                   on 2000/07/30  18:36:22
44481         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
44482      Branch: perl
44483            ! doop.c
44484 ____________________________________________________________________________
44485 [  6466] By: jhi                                   on 2000/07/30  04:37:29
44486         Log: A new version of the "remove UPPERACSE string comparison"
44487              operators.  The problem with the previous one (change #6454)
44488              was that it was for Perl 5.6.0.  From Paul Marquess.
44489      Branch: perl
44490            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
44491            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
44492            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44493 ____________________________________________________________________________
44494 [  6465] By: jhi                                   on 2000/07/29  22:39:56
44495         Log: Do not upgrade SVs into utf8 just because they participate
44496              in eq or cmp.  Reported and fix suggested in
44497              
44498              Subject: [ID 20000720.009] sv_eq UTF8 bug
44499              From: "Simon Cozens" <simon@othersideofthe.earth.li>
44500              Date: 21 Jul 2000 04:37:29 -0000
44501              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
44502              
44503              Exercise for the kind reader: should we or should we not
44504              cache the utf8 conversion alonside the SV? (as magic,
44505              as thestrxfrm()ed version is cached under use locale)
44506              Argue both for and against.
44507      Branch: perl
44508            ! sv.c
44509 ____________________________________________________________________________
44510 [  6464] By: jhi                                   on 2000/07/29  22:36:22
44511         Log: Subject: UTF8 concat
44512              From: simon@brecon.co.uk (Simon Cozens) 
44513              Date: 30 Jun 2000 06:13:25 GMT
44514              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
44515              
44516              (with a memory leak fixed, plus a few casts added)
44517              
44518              This also seems to help for
44519              
44520              Subject: [ID 20000716.015] join UTF8 weirdness
44521              From: root <root@ak-71.mind.de> 
44522              Date: Sat, 15 Jul 2000 15:29:54 +0200
44523              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
44524              
44525              (from Andreas König)
44526      Branch: perl
44527            ! pp_hot.c
44528 ____________________________________________________________________________
44529 [  6463] By: jhi                                   on 2000/07/29  00:55:39
44530         Log: Tune the comments and hopefully stop a memory leak.
44531      Branch: perl
44532            ! toke.c utf8.c
44533 ____________________________________________________________________________
44534 [  6462] By: jhi                                   on 2000/07/29  00:16:53
44535         Log: The problem described in this
44536              
44537              Subject: [ID 20000322.018] named chars aren't magical enough
44538              From: root <root@dixie.cscaper.com>     
44539              Date: Wed, 22 Mar 2000 18:37:42 -0700
44540              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
44541              
44542              has been fixed in perl 5.6.0 but just in case added a test
44543              to keep it away.  (The report from Joseph Hall.)
44544      Branch: perl
44545            ! t/lib/charnames.t
44546 ____________________________________________________________________________
44547 [  6461] By: jhi                                   on 2000/07/28  23:56:36
44548         Log: Tiny fixes for #6460.
44549      Branch: metaconfig/U/perl
44550            ! gccvers.U
44551      Branch: perl
44552            ! Configure config_h.SH
44553 ____________________________________________________________________________
44554 [  6460] By: jhi                                   on 2000/07/28  23:24:41
44555         Log: Warn if the version of the operating system used to compile gcc
44556              differs from the current version of the operating system.
44557              Also display the gcc compilation os and version in myconfig.
44558              Inspiration from
44559              
44560              Subject: Re: [ID 20000710.003] ERRORS!!         
44561              From: "Kurt D. Starsinic" <kstar@chapin.edu>
44562              Date: Mon, 10 Jul 2000 15:54:16 -0400
44563              Message-ID: <20000710155416.A1384@O2.chapin.edu>
44564      Branch: metaconfig/U/perl
44565            ! gccvers.U
44566      Branch: perl
44567            ! Configure config_h.SH myconfig.SH
44568 ____________________________________________________________________________
44569 [  6459] By: jhi                                   on 2000/07/28  22:00:32
44570         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
44571              letter to $Config{osvers}.
44572      Branch: metaconfig
44573            ! U/modified/Oldconfig.U
44574      Branch: perl
44575            ! Configure config_h.SH
44576 ____________________________________________________________________________
44577 [  6458] By: jhi                                   on 2000/07/28  04:15:39
44578         Log: Back out #6454, doesn't seem to work.
44579              (Reason: that patch was for perl 5.6.0, not perl-current)
44580              (A version of the patch for perl-current came in later as #6466)
44581      Branch: perl
44582            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44583            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44584            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44585 ____________________________________________________________________________
44586 [  6457] By: jhi                                   on 2000/07/27  23:31:49
44587         Log: Use setproctitle() if available to modify $0.
44588              
44589              Subject: setting $* on BSD4 broken
44590              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
44591              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
44592              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
44593      Branch: metaconfig
44594            ! U/modified/Myinit.U
44595      Branch: perl
44596            ! Configure config_h.SH mg.c
44597 ____________________________________________________________________________
44598 [  6456] By: jhi                                   on 2000/07/27  14:50:47
44599         Log: Allow "no AutoLoader;", based on change #6444,
44600              suggested by Graham Barr.
44601      Branch: perl
44602            ! lib/AutoLoader.pm
44603 ____________________________________________________________________________
44604 [  6455] By: jhi                                   on 2000/07/27  14:19:10
44605         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
44606              From: rspier@pobox.com (Robert Spier)
44607              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
44608              Message-ID: <14720.15855.787664.424783@rls.cx>
44609      Branch: perl
44610            ! pod/perldiag.pod
44611 ____________________________________________________________________________
44612 [  6454] By: jhi                                   on 2000/07/27  14:03:02
44613         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
44614              for a long time).
44615              
44616              Reported in
44617              
44618              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
44619              From: Ryan Herbert <rherbert@sycamorehq.com>
44620              Date: Mon, 17 Jul 2000 11:40:42 -0400
44621              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
44622              
44623              Patched in
44624              
44625              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
44626              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
44627              Date: Wed, 26 Jul 2000 23:40:18 +0100
44628              Message-ID: <000001bff752$79511880$0a17073e@tiny>
44629              
44630              based on an earlier patch from Stephen P. Potter.
44631              
44632              (Removed later by change #6458 because this patch was for
44633              perl 5.6.0, not perl-current)
44634      Branch: perl
44635            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
44636            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
44637            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
44638 ____________________________________________________________________________
44639 [  6453] By: jhi                                   on 2000/07/27  13:48:02
44640         Log: Subject: [PATCH] fixes bug 20000508.004
44641              From: Michael Stevens <mstevens@globnix.org>
44642              Date: Thu, 27 Jul 2000 13:49:04 +0100
44643              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
44644      Branch: perl
44645            ! pod/perldata.pod
44646 ____________________________________________________________________________
44647 [  6452] By: jhi                                   on 2000/07/26  23:51:26
44648         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
44649              and Craig A. Berry.
44650      Branch: perl
44651            ! lib/File/Temp.pm pod/perlport.pod
44652 ____________________________________________________________________________
44653 [  6451] By: jhi                                   on 2000/07/26  19:43:30
44654         Log: Be wary of close()s, too.
44655              
44656              Subject: Re: [PATCH] perlbug cleanup
44657              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44658              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
44659              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
44660      Branch: perl
44661            ! utils/perlbug.PL
44662 ____________________________________________________________________________
44663 [  6450] By: jhi                                   on 2000/07/26  18:41:40
44664         Log: Subject: Minor doc patch: handy.h
44665              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
44666              Date: Wed, 26 Jul 2000 15:34:25 -0300
44667              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
44668      Branch: perl
44669            ! handy.h pod/perlapi.pod
44670 ____________________________________________________________________________
44671 [  6449] By: jhi                                   on 2000/07/26  18:23:55
44672         Log: Subject: [PATCH] minor doc change - perlguts
44673              From: Michael Stevens <mstevens@globnix.org>
44674              Date: Thu, 13 Jul 2000 12:39:18 +0100
44675              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
44676      Branch: perl
44677            ! pod/perlguts.pod
44678 ____________________________________________________________________________
44679 [  6448] By: jhi                                   on 2000/07/26  18:20:30
44680         Log: open() wariness in perlbug.
44681              
44682              Subject: [PATCH] perlbug cleanup
44683              From: Michael Stevens <mstevens@globnix.org>
44684              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
44685              Date: Thu, 13 Jul 2000 15:52:23 +0100
44686      Branch: perl
44687            ! utils/perlbug.PL
44688 ____________________________________________________________________________
44689 [  6447] By: jhi                                   on 2000/07/26  18:13:04
44690         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
44691      Branch: perl
44692            ! lib/File/Temp.pm t/lib/ftmp-security.t
44693 ____________________________________________________________________________
44694 [  6446] By: jhi                                   on 2000/07/26  18:06:32
44695         Log: docfix from Peter Scott <Peter@PSDT.com>.
44696      Branch: perl
44697            ! pod/perlfunc.pod
44698 ____________________________________________________________________________
44699 [  6445] By: jhi                                   on 2000/07/26  17:53:31
44700         Log: Fix *foo{FORMAT}.
44701              
44702              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44703              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44704              Date: Wed, 26 Jul 2000 19:51:02 +0200
44705              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
44706              
44707              From: Graham Barr <gbarr@pobox.com>
44708              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
44709              Date: Wed, 26 Jul 2000 17:38:36 +0100
44710              Message-ID: <20000726173836.L472@pobox.com>
44711      Branch: perl
44712            ! pp.c sv.c t/op/gv.t
44713 ____________________________________________________________________________
44714 [  6444] By: jhi                                   on 2000/07/26  17:49:14
44715         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
44716              from Graham Barr in the module list.
44717      Branch: perl
44718            ! gv.c pod/perlobj.pod
44719 ____________________________________________________________________________
44720 [  6443] By: jhi                                   on 2000/07/26  16:06:56
44721         Log: More split() doc and test patches from Mike Guy.
44722      Branch: perl
44723            ! pod/perlfunc.pod t/op/split.t
44724 ____________________________________________________________________________
44725 [  6442] By: jhi                                   on 2000/07/26  16:05:30
44726         Log: MacOS nits from Matthias Neeracher.
44727      Branch: perl
44728            ! perl.c pp_ctl.c
44729 ____________________________________________________________________________
44730 [  6441] By: jhi                                   on 2000/07/26  04:39:57
44731         Log: Subject: [PATCH] split /^/
44732              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44733              Date: Tue, 25 Jul 2000 14:18:57 +0100
44734              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
44735              
44736              (with notes from tchrist and gbarr)
44737      Branch: perl
44738            ! pod/perlfunc.pod t/op/split.t
44739 ____________________________________________________________________________
44740 [  6440] By: jhi                                   on 2000/07/26  04:32:32
44741         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
44742              From: Peter Prymmer <pvhp@forte.com>
44743              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
44744              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
44745      Branch: perl
44746            ! vms/munchconfig.c
44747 ____________________________________________________________________________
44748 [  6439] By: jhi                                   on 2000/07/26  04:31:01
44749         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
44750              to be fatal errors (instead of by default ignoring them, and
44751              ignoring with a bug: even though -w gave an error, the opening [
44752              was left in)  Reported in:
44753              
44754              Subject: [ID 20000716.024] [=cc=] / [:blank:]
44755              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
44756              Date: Sun, 16 Jul 2000 17:55:29 -0700
44757              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
44758      Branch: perl
44759            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
44760 ____________________________________________________________________________
44761 [  6438] By: jhi                                   on 2000/07/25  15:41:15
44762         Log: Subject: [PATCH] av.c apidoc
44763              From: simon@brecon.co.uk (Simon Cozens)
44764              Date: 24 Jul 2000 06:40:52 GMT
44765              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
44766      Branch: perl
44767            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44768            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
44769 ____________________________________________________________________________
44770 [  6437] By: jhi                                   on 2000/07/25  14:05:36
44771         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
44772              From: "Stephen P. Potter" <spp@ds.net>
44773              Date: Mon, 24 Jul 2000 14:22:23 -0400
44774              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
44775      Branch: perl
44776            ! pod/perllocale.pod
44777 ____________________________________________________________________________
44778 [  6436] By: jhi                                   on 2000/07/25  14:02:03
44779         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
44780              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44781              Date: Mon, 24 Jul 2000 18:04:28 +0100
44782              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
44783      Branch: perl
44784            ! t/lib/syslfs.t t/op/lfs.t
44785 ____________________________________________________________________________
44786 [  6435] By: jhi                                   on 2000/07/25  13:59:28
44787         Log: Get UTF16 BOMs working.  Patch from
44788              
44789              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44790              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44791              Date: Tue, 25 Jul 2000 12:52:45 +0100
44792              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
44793              
44794              and notes from
44795              
44796              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
44797              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44798              Date: Tue, 25 Jul 2000 11:43:25 +0100
44799              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
44800      Branch: perl
44801            ! t/comp/require.t toke.c utf8.c
44802 ____________________________________________________________________________
44803 [  6434] By: jhi                                   on 2000/07/25  02:39:54
44804         Log: Make the "uninit variable" warning to say "concat or string"
44805              or "join or string" when in concat or join .
44806              
44807              Subject: Re: [ID 20000403.009] uninitialised concatenation???
44808              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44809              Date: Tue, 04 Apr 2000 18:22:58 +0100
44810              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
44811              
44812              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
44813              From: William R Ward <hermit@BayView.COM>
44814              Date: Thu, 30 Mar 2000 19:50:03 -0800
44815              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
44816      Branch: perl
44817            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
44818            ! t/pragma/warn/op t/pragma/warn/sv
44819 ____________________________________________________________________________
44820 [  6433] By: jhi                                   on 2000/07/24  17:52:56
44821         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
44822      Branch: perl
44823            ! lib/File/Spec/VMS.pm
44824 ____________________________________________________________________________
44825 [  6432] By: jhi                                   on 2000/07/24  17:44:44
44826         Log: Test cases for #6431.
44827              
44828              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44829              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44830              Date: Mon, 24 Jul 2000 15:32:29 +0100
44831              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
44832      Branch: perl
44833            ! t/op/pat.t t/op/split.t
44834 ____________________________________________________________________________
44835 [  6431] By: jhi                                   on 2000/07/24  17:43:17
44836         Log: Bind op fix.
44837              
44838              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
44839              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44840              Date: Mon, 17 Jul 2000 20:04:56 +0100
44841              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
44842      Branch: perl
44843            ! op.c
44844 ____________________________________________________________________________
44845 [  6430] By: jhi                                   on 2000/07/24  03:42:42
44846         Log: Subject: [ID 20000716.023] syslog test fails without sockets
44847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44848              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
44849              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
44850      Branch: metaconfig/U/perl
44851            ! Extensions.U
44852      Branch: perl
44853            ! Configure config_h.SH
44854 ____________________________________________________________________________
44855 [  6429] By: jhi                                   on 2000/07/24  03:11:52
44856         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
44857              case, but add also notes explaining the relationship of this
44858              patch and the earlier notes by Sarathy.
44859              
44860              Subject: Map is still slow
44861              From: "Ben Tilly" <ben_tilly@hotmail.com>
44862              Date: Sat, 15 Jul 2000 17:23:27 EDT
44863              Message-ID: <20000715212327.21656.qmail@hotmail.com>
44864      Branch: perl
44865            ! pp_ctl.c
44866 ____________________________________________________________________________
44867 [  6428] By: jhi                                   on 2000/07/24  02:58:52
44868         Log: Documentation to explain the behaviour of map().
44869              
44870              Subject: Re: Map is still slow 
44871              From: Gurusamy Sarathy <gsar@ActiveState.com>
44872              Date: Sat, 15 Jul 2000 16:05:09 -0700
44873              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
44874      Branch: perl
44875            ! pp_ctl.c
44876 ____________________________________________________________________________
44877 [  6427] By: jhi                                   on 2000/07/24  02:50:03
44878         Log: Add tests for
44879              [ID 19991110.003] another matching finding by pcre author
44880              which has already been fixed by some patch, as verified in
44881              
44882              Subject: Re: two regex bugs from the mists of time (well, last November)
44883              From: Hugo <hv@crypt.compulink.co.uk>
44884              Date: Sat, 22 Jul 2000 18:12:58 +0100
44885              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
44886      Branch: perl
44887            ! t/op/re_tests
44888 ____________________________________________________________________________
44889 [  6426] By: jhi                                   on 2000/07/24  02:11:20
44890         Log: A missing 'break' after the [[:space:]] switch case.
44891              
44892              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
44893              From: "Stephen P. Potter" <spp@ds.net>
44894              Date: Tue, 18 Jul 2000 16:25:17 -0400
44895              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
44896      Branch: perl
44897            ! regcomp.c
44898 ____________________________________________________________________________
44899 [  6425] By: jhi                                   on 2000/07/24  02:06:12
44900         Log: The output might have been produced in the wrong order.
44901              
44902              Subject: [ID 20000720.003] [PATCH] t/op/write.t
44903              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44904              Date: Thu, 20 Jul 2000 18:49:18 +0100
44905              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
44906      Branch: perl
44907            ! t/op/write.t
44908 ____________________________________________________________________________
44909 [  6424] By: jhi                                   on 2000/07/24  02:00:07
44910         Log: Use STDOUT consistently.
44911              
44912              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
44913              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44914              Date: Thu, 20 Jul 2000 18:04:01 +0100
44915              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
44916      Branch: perl
44917            ! lib/Test/Harness.pm
44918 ____________________________________________________________________________
44919 [  6423] By: jhi                                   on 2000/07/24  01:54:54
44920         Log: Protect against "wild next"s, that is, callbacks doing "next"
44921              instead of "return".
44922              
44923              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
44924              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44925              Date: Tue, 18 Jul 2000 11:30:16 +0100
44926              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
44927      Branch: perl
44928            ! lib/File/Find.pm
44929 ____________________________________________________________________________
44930 [  6422] By: jhi                                   on 2000/07/24  01:35:47
44931         Log: Out-of-date note removed.
44932              
44933              Subject: [PATCH] documentation perlipc
44934              From: rspier@pobox.com (Robert Spier)
44935              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
44936              Message-ID: <14711.35178.572612.502654@rls.cx>
44937      Branch: perl
44938            ! pod/perlipc.pod
44939 ____________________________________________________________________________
44940 [  6421] By: jhi                                   on 2000/07/24  00:09:18
44941         Log: Send all installperl messages to STDERR and be -w clean.
44942              
44943              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
44944              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44945              Date: Sat, 22 Jul 2000 14:02:11 +0100
44946              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
44947      Branch: perl
44948            ! installperl
44949 ____________________________________________________________________________
44950 [  6420] By: jhi                                   on 2000/07/24  00:04:19
44951         Log: Decutandpasto.
44952              
44953              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
44954              From: "Richard Soderberg" <rs@crystalflame.net>
44955              Date: Sun, 23 Jul 2000 01:37:23 -0700
44956              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
44957      Branch: perl
44958            ! pod/perlipc.pod
44959 ____________________________________________________________________________
44960 [  6419] By: jhi                                   on 2000/07/24  00:01:12
44961         Log: A cleaner abs_path().
44962              Subject: Re: unix alternative to Cwd.pm
44963              From: Jeff Pinyan <jeffp@crusoe.net>
44964              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
44965              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
44966      Branch: perl
44967            ! lib/Cwd.pm
44968 ____________________________________________________________________________
44969 [  6418] By: jhi                                   on 2000/07/23  23:48:56
44970         Log: Detypo.
44971              
44972              Subject: [PATCH perl-current] Typo in hints/powerux.sh
44973              From: "Richard Soderberg" <rs@crystalflame.net>
44974              Date: Sun, 23 Jul 2000 01:27:33 -0700
44975              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
44976      Branch: perl
44977            ! hints/powerux.sh
44978 ____________________________________________________________________________
44979 [  6417] By: jhi                                   on 2000/07/17  22:13:31
44980         Log: Subject: SDBM_File documentation
44981              From: mjd@plover.com
44982              Date: 16 Jul 2000 17:41:17 -0000
44983              Message-ID: <20000716174117.18515.qmail@plover.com>
44984      Branch: perl
44985            ! ext/SDBM_File/SDBM_File.pm
44986 ____________________________________________________________________________
44987 [  6416] By: jhi                                   on 2000/07/17  19:13:26
44988         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
44989      Branch: perl
44990            ! hints/mpeix.sh mpeix/relink
44991 ____________________________________________________________________________
44992 [  6415] By: jhi                                   on 2000/07/15  14:11:02
44993         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
44994              the utf8 'characters' can be more than one octet).
44995              
44996              Date: Sat, 15 Jul 2000 00:21:56 +0100
44997              From: Tom Hughes <tom@compton.nu>
44998              Subject: Re: [ID 20000714.002]
44999              Message-ID: <db2334de49.tom@compton.compton.nu>
45000              
45001              Reported in
45002              
45003              Subject: [ID 20000714.002]
45004              From: "Simon Cozens" <simon@othersideofthe.earth.li>
45005              Date: 14 Jul 2000 15:13:09 -0000
45006              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
45007      Branch: perl
45008            ! doop.c
45009 ____________________________________________________________________________
45010 [  6414] By: jhi                                   on 2000/07/15  03:13:41
45011         Log: another VMS build tweak from Peter Prymmer
45012      Branch: perl
45013            ! vms/descrip_mms.template
45014 ____________________________________________________________________________
45015 [  6413] By: jhi                                   on 2000/07/15  03:10:40
45016         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
45017      Branch: perl
45018            ! vms/perlvms.pod
45019 ____________________________________________________________________________
45020 [  6412] By: jhi                                   on 2000/07/15  00:31:05
45021         Log: More docs for sv functions.
45022              
45023              Subject: [PATCH cfgperl] sv.c apidoc
45024              From: simon@brecon.co.uk (Simon Cozens)
45025              Date: 13 Jul 2000 09:00:20 GMT
45026              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
45027              
45028              Subject: Re: [PATCH cfgperl] sv.c apidoc
45029              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45030              Date: Thu, 13 Jul 2000 12:27:41 +0100
45031              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
45032              
45033              Subject: Re: [PATCH cfgperl] sv.c apidoc
45034              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45035              Date: Thu, 13 Jul 2000 13:23:09 +0100
45036              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
45037              
45038              Subject: Re: [PATCH cfgperl] sv.c apidoc
45039              From: simon@brecon.co.uk (Simon Cozens)
45040              Date: 14 Jul 2000 06:51:02 GMT
45041              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
45042      Branch: perl
45043            ! embed.pl pod/perlapi.pod sv.c
45044 ____________________________________________________________________________
45045 [  6411] By: jhi                                   on 2000/07/15  00:10:41
45046         Log: lib/b test fixes from Peter Prymmer.
45047      Branch: perl
45048            ! t/lib/b.t
45049 ____________________________________________________________________________
45050 [  6410] By: jhi                                   on 2000/07/15  00:02:09
45051         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
45052              From: Hugo <hv@crypt.compulink.co.uk>
45053              Date: Fri, 14 Jul 2000 23:05:20 +0100
45054              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
45055              
45056              Didn't anymore apply, but that point still could use another fix.
45057      Branch: perl
45058            ! pod/perlfunc.pod
45059 ____________________________________________________________________________
45060 [  6409] By: jhi                                   on 2000/07/14  23:15:15
45061         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
45062              not in pod, from Peter Prymmer
45063      Branch: perl
45064            ! vms/descrip_mms.template
45065 ____________________________________________________________________________
45066 [  6408] By: jhi                                   on 2000/07/14  20:35:05
45067         Log: The bug report
45068              [ID 19991110.002] minimal matching discrepancy found by pcre author
45069              seems to have been fixed (though differently from what was suggested
45070              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
45071      Branch: perl
45072            ! t/op/re_tests
45073 ____________________________________________________________________________
45074 [  6407] By: jhi                                   on 2000/07/14  17:38:08
45075         Log: Fix AutoSplit to use File::Spec the right way in VMS,
45076              from Peter Prymmer.
45077      Branch: perl
45078            ! lib/AutoSplit.pm
45079 ____________________________________________________________________________
45080 [  6406] By: jhi                                   on 2000/07/14  14:13:22
45081         Log: Merge perlhacktut into perlhack, update perlguts.
45082              
45083              Subject: Re: Perlhacktut
45084              From: simon@brecon.co.uk (Simon Cozens)
45085              Date: 14 Jul 2000 06:49:21 GMT
45086              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
45087              
45088              Subject: Re: Perlhacktut
45089              From: simon@brecon.co.uk (Simon Cozens)
45090              Date: 14 Jul 2000 07:09:45 GMT
45091              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
45092      Branch: perl
45093            ! pod/perlguts.pod pod/perlhack.pod
45094 ____________________________________________________________________________
45095 [  6405] By: jhi                                   on 2000/07/14  14:02:31
45096         Log: Integrate with Sarathy.
45097      Branch: cfgperl
45098           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
45099           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
45100           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
45101 ____________________________________________________________________________
45102 [  6404] By: gsar                                  on 2000/07/14  12:15:02
45103         Log: PERL_OBJECT build tweaks
45104      Branch: perl
45105            ! toke.c
45106 ____________________________________________________________________________
45107 [  6403] By: gsar                                  on 2000/07/14  11:23:41
45108         Log: inconsistent types needs casts
45109      Branch: perl
45110            ! toke.c
45111 ____________________________________________________________________________
45112 [  6402] By: gsar                                  on 2000/07/14  11:12:04
45113         Log: typos in change#6399, regen headers
45114      Branch: perl
45115            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
45116 ____________________________________________________________________________
45117 [  6401] By: gsar                                  on 2000/07/14  10:59:12
45118         Log: typecasts needed for change#6394
45119      Branch: perl
45120            ! toke.c
45121 ____________________________________________________________________________
45122 [  6400] By: gsar                                  on 2000/07/14  10:49:37
45123         Log: integrate cfgperl contents into mainline
45124      Branch: perl
45125           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
45126           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
45127 ____________________________________________________________________________
45128 [  6399] By: gsar                                  on 2000/07/14  10:38:35
45129         Log: enable UTF-16 filter by default if relevant BOM is seen; various
45130              cleanups (typos, misformatted code, and small bugs)
45131      Branch: perl
45132            ! doop.c embed.pl mg.c op.c pp.c toke.c
45133 ____________________________________________________________________________
45134 [  6398] By: gsar                                  on 2000/07/14  08:55:38
45135         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
45136              name suggests anyway)
45137      Branch: perl
45138            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
45139 ____________________________________________________________________________
45140 [  6397] By: gsar                                  on 2000/07/14  08:44:33
45141         Log: move new variables to the end of the interpreter structure (for
45142              bincompat in code that doesn't #include XSUB.h)
45143      Branch: perl
45144            ! intrpvar.h
45145 ____________________________________________________________________________
45146 [  6396] By: gsar                                  on 2000/07/14  08:13:58
45147         Log: MakeMaker should not remove editor backups (*~) on `make clean`
45148              by default (completes change#6383)
45149      Branch: perl
45150            ! lib/ExtUtils/MM_Unix.pm
45151 ____________________________________________________________________________
45152 [  6395] By: jhi                                   on 2000/07/14  05:20:33
45153         Log: Replace change #6337 with a better one.
45154              
45155              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
45156              From: Hugo <hv@crypt.compulink.co.uk>
45157              Date: Fri, 14 Jul 2000 04:16:20 +0100
45158              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
45159      Branch: cfgperl
45160            ! regexec.c t/op/re_tests
45161 ____________________________________________________________________________
45162 [  6394] By: jhi                                   on 2000/07/14  01:33:59
45163         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
45164      Branch: cfgperl
45165            ! embed.pl global.sym proto.h toke.c
45166 ____________________________________________________________________________
45167 [  6393] By: jhi                                   on 2000/07/13  23:41:23
45168         Log: remove discarded test
45169      Branch: cfgperl
45170            ! MANIFEST
45171 ____________________________________________________________________________
45172 [  6392] By: jhi                                   on 2000/07/13  23:32:25
45173         Log: The {multiplier} of a fixed substring was overlooked which
45174              caused a wrong initial search offset for that substring.
45175              
45176              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
45177              From: Hugo <hv@crypt.compulink.co.uk>
45178              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
45179              Date: Thu, 13 Jul 2000 19:27:13 +0100
45180      Branch: cfgperl
45181            ! regcomp.c t/op/re_tests
45182 ____________________________________________________________________________
45183 [  6391] By: jhi                                   on 2000/07/13  16:37:42
45184         Log: typo fix from Craig Berry
45185      Branch: cfgperl
45186            ! vms/subconfigure.com
45187 ____________________________________________________________________________
45188 [  6390] By: jhi                                   on 2000/07/13  13:20:12
45189         Log: Integrate with Sarathy.
45190      Branch: cfgperl
45191            - t/op/method2entersub.t
45192           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
45193           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
45194           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
45195           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
45196 ____________________________________________________________________________
45197 [  6389] By: jhi                                   on 2000/07/13  13:18:48
45198         Log: Detypo from Peter Prymmer, part of #6388.
45199      Branch: cfgperl
45200            ! Configure config_h.SH
45201      Branch: metaconfig
45202            ! U/modified/d_longlong.U
45203 ____________________________________________________________________________
45204 [  6388] By: gsar                                  on 2000/07/13  06:33:40
45205         Log: typos (spotted by Peter Prymmer)
45206      Branch: perl
45207            ! Configure t/lib/english.t
45208 ____________________________________________________________________________
45209 [  6387] By: gsar                                  on 2000/07/13  05:35:28
45210         Log: new selfloader.t in change#6183 doesn't close DATA handles,
45211              and thus fails to clean up tmp files on dosish platforms
45212      Branch: perl
45213            ! t/lib/selfloader.t
45214 ____________________________________________________________________________
45215 [  6386] By: gsar                                  on 2000/07/12  21:42:39
45216         Log: sprintf test tweaks (from Dominic Dunlop)
45217      Branch: perl
45218            ! t/op/sprintf.t
45219 ____________________________________________________________________________
45220 [  6385] By: gsar                                  on 2000/07/12  21:33:46
45221         Log: fix bugs in processing %v-*d and similar format specs (from
45222              Avi Finkel <avi@finkel.org>)
45223      Branch: perl
45224            ! sv.c t/op/sprintf.t
45225 ____________________________________________________________________________
45226 [  6384] By: gsar                                  on 2000/07/12  16:04:19
45227         Log: readd missing perldelta.pod changes from changes#6339,6376
45228      Branch: perl
45229            ! pod/perldelta.pod
45230 ____________________________________________________________________________
45231 [  6383] By: gsar                                  on 2000/07/12  16:00:51
45232         Log: don't clobber *.orig files on *clean targets
45233      Branch: perl
45234            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
45235 ____________________________________________________________________________
45236 [  6382] By: gsar                                  on 2000/07/12  07:59:12
45237         Log: fix broken integrations in cfgperl
45238      Branch: cfgperl
45239           !> Changes pod/perldelta.pod
45240 ____________________________________________________________________________
45241 [  6381] By: gsar                                  on 2000/07/12  07:42:17
45242         Log: integrate cfgperl changes into mainline
45243      Branch: perl
45244            ! Changes
45245           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
45246           !> pod/perlre.pod
45247 ____________________________________________________________________________
45248 [  6380] By: gsar                                  on 2000/07/12  07:31:00
45249         Log: get sprintf.t to adjust properly for 3-digit exponents
45250      Branch: perl
45251            ! t/op/sprintf.t
45252 ____________________________________________________________________________
45253 [  6379] By: gsar                                  on 2000/07/12  06:40:04
45254         Log: change#6174 needs corresponding change in win32/config_h.PL,
45255              which grovels through config_h.SH to find the config.h name
45256      Branch: perl
45257            ! win32/config_h.PL
45258 ____________________________________________________________________________
45259 [  6378] By: jhi                                   on 2000/07/12  05:03:59
45260         Log: Do the cc sanity check both before the hints and
45261              after the cc selction.
45262      Branch: cfgperl
45263            ! Configure config_h.SH
45264      Branch: metaconfig
45265            ! U/modified/Oldconfig.U U/modified/cc.U
45266      Branch: metaconfig/U/perl
45267            + Checkcc.U
45268 ____________________________________________________________________________
45269 [  6377] By: jhi                                   on 2000/07/12  02:49:22
45270         Log: Fix nits noticed by Boston.pm.
45271      Branch: cfgperl
45272            ! pod/perlre.pod
45273 ____________________________________________________________________________
45274 [  6376] By: jhi                                   on 2000/07/11  21:22:13
45275         Log: Configure cosmetics and perldelta.
45276      Branch: cfgperl
45277            ! Configure config_h.SH pod/perldelta.pod
45278      Branch: metaconfig
45279            ! U/modified/cc.U
45280 ____________________________________________________________________________
45281 [  6375] By: gsar                                  on 2000/07/11  21:17:35
45282         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
45283      Branch: perl
45284            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
45285            ! win32/win32sck.c
45286 ____________________________________________________________________________
45287 [  6374] By: gsar                                  on 2000/07/11  20:48:50
45288         Log: tweak for build failure under multiplicity
45289      Branch: perl
45290            ! toke.c
45291 ____________________________________________________________________________
45292 [  6373] By: gsar                                  on 2000/07/11  20:37:23
45293         Log: integrate cfgperl changes#6325..6373 into mainline
45294              (NOTE: today's batch of integrations still untested)
45295      Branch: perl
45296           +> ext/DynaLoader/hints/netbsd.pl
45297            ! Changes
45298           !> (integrate 26 files)
45299 ____________________________________________________________________________
45300 [  6372] By: jhi                                   on 2000/07/11  20:30:36
45301         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
45302              regen perltoc.
45303      Branch: cfgperl
45304            + pod/perlbook.pod
45305            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
45306            ! pod/perltoc.pod
45307 ____________________________________________________________________________
45308 [  6371] By: jhi                                   on 2000/07/11  20:08:56
45309         Log: Minor cleanups on the booklist.
45310      Branch: cfgperl
45311            ! pod/perlfaq2.pod
45312 ____________________________________________________________________________
45313 [  6370] By: jhi                                   on 2000/07/11  19:31:13
45314         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
45315      Branch: cfgperl
45316            ! t/pragma/overload.t
45317 ____________________________________________________________________________
45318 [  6369] By: gsar                                  on 2000/07/11  19:27:48
45319         Log: integrate cfgperl changes#6293..6324 into mainline
45320      Branch: perl
45321           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
45322            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
45323           !> (integrate 30 files)
45324 ____________________________________________________________________________
45325 [  6368] By: gsar                                  on 2000/07/11  19:18:57
45326         Log: skip integrate of problematic change#6292 from cfgperl into mainline
45327      Branch: perl
45328           !> pp_hot.c
45329 ____________________________________________________________________________
45330 [  6367] By: gsar                                  on 2000/07/11  19:17:21
45331         Log: integrate cfgperl changes#6288..6290 into mainline
45332      Branch: perl
45333           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
45334 ____________________________________________________________________________
45335 [  6366] By: gsar                                  on 2000/07/11  19:11:18
45336         Log: integrate cfgperl changes#6268..6282 into mainline
45337      Branch: perl
45338           !> (integrate 30 files)
45339 ____________________________________________________________________________
45340 [  6365] By: gsar                                  on 2000/07/11  18:57:00
45341         Log: delete new accidentally branched file
45342      Branch: perl
45343            - t/op/method2entersub.t
45344 ____________________________________________________________________________
45345 [  6364] By: gsar                                  on 2000/07/11  18:55:13
45346         Log: skip integrate of change#6267 from cfgperl into mainline (the
45347              method call optimization is flawed without additional hints
45348              from user about immutableness of @ISA and no runtime method
45349              definitions)
45350      Branch: perl
45351           +> t/op/method2entersub.t
45352           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
45353           !> perl.h t/op/sprintf.t xsutils.c
45354 ____________________________________________________________________________
45355 [  6363] By: gsar                                  on 2000/07/11  18:49:43
45356         Log: integrate cfgperl changes#6261..6266 into mainline
45357      Branch: perl
45358           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
45359           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
45360           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
45361           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
45362 ____________________________________________________________________________
45363 [  6362] By: gsar                                  on 2000/07/11  18:43:26
45364         Log: integrate cfgperl changes#6252..6260 into mainline
45365      Branch: perl
45366           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
45367           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
45368           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
45369           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
45370 ____________________________________________________________________________
45371 [  6361] By: gsar                                  on 2000/07/11  18:37:12
45372         Log: skip integrate of problematic change#6251 from cfgperl into mainline
45373      Branch: perl
45374           !> lib/Exporter.pm
45375 ____________________________________________________________________________
45376 [  6360] By: gsar                                  on 2000/07/11  18:34:56
45377         Log: integrate cfgperl change#6250 into mainline
45378      Branch: perl
45379           +> t/op/my_stash.t
45380           !> MANIFEST embed.pl proto.h toke.c
45381 ____________________________________________________________________________
45382 [  6359] By: gsar                                  on 2000/07/11  18:21:19
45383         Log: integrate cfgperl changes#6242..6249 into mainline
45384      Branch: perl
45385           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
45386           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
45387           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
45388           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
45389           !> t/lib/peek.t utf8.c
45390 ____________________________________________________________________________
45391 [  6358] By: gsar                                  on 2000/07/11  18:15:45
45392         Log: skip integrate of problematic change#6241 from cfgperl into mainline
45393      Branch: perl
45394           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
45395 ____________________________________________________________________________
45396 [  6357] By: jhi                                   on 2000/07/11  18:15:16
45397         Log: Fix for
45398              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
45399              From: Roderick Schertler <roderick@argon.org> 
45400              Date: Tue, 11 Jul 2000 13:55:05 -0400 
45401              Message-Id: <200007111755.NAA05077@jones.argon.org> 
45402      Branch: cfgperl
45403            ! doio.c
45404 ____________________________________________________________________________
45405 [  6356] By: jhi                                   on 2000/07/11  18:12:51
45406         Log: Typo in #6341.
45407      Branch: cfgperl
45408            ! pp_hot.c
45409 ____________________________________________________________________________
45410 [  6355] By: gsar                                  on 2000/07/11  18:12:10
45411         Log: integrate cfgperl changes#6231..6240 into mainline
45412      Branch: perl
45413           +> pod/perlutil.pod
45414           !> (integrate 35 files)
45415 ____________________________________________________________________________
45416 [  6354] By: jhi                                   on 2000/07/11  18:04:34
45417         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
45418              From: Dominic Dunlop <domo@computer.org> 
45419              Date: Tue, 11 Jul 2000 12:27:33 +0200 
45420              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
45421              
45422              Replaces change #6268.
45423      Branch: cfgperl
45424            ! t/op/sprintf.t
45425 ____________________________________________________________________________
45426 [  6353] By: gsar                                  on 2000/07/11  17:59:51
45427         Log: skip integrate of problematic change#6230 from cfgperl into mainline
45428              (a later version of File::Spec is already in mainline)
45429      Branch: perl
45430           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
45431           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
45432 ____________________________________________________________________________
45433 [  6352] By: gsar                                  on 2000/07/11  17:57:48
45434         Log: integrate cfgperl changes#6224..6229 into mainline
45435      Branch: perl
45436           +> lib/lib.pm.PL
45437            - lib/lib.pm
45438           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
45439           !> lib/English.pm op.c t/lib/english.t
45440 ____________________________________________________________________________
45441 [  6351] By: gsar                                  on 2000/07/11  17:50:10
45442         Log: skip integrate of problematic change#6223 from cfgperl into mainline
45443      Branch: perl
45444           !> doio.c
45445 ____________________________________________________________________________
45446 [  6350] By: gsar                                  on 2000/07/11  17:48:28
45447         Log: integrate cfgperl changes#6220..6222 into mainline
45448      Branch: perl
45449           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
45450           !> toke.c utf8.c win32/win32.h
45451 ____________________________________________________________________________
45452 [  6349] By: gsar                                  on 2000/07/11  17:46:13
45453         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
45454              mainline
45455      Branch: perl
45456           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45457           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45458           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45459 ____________________________________________________________________________
45460 [  6348] By: jhi                                   on 2000/07/11  17:45:49
45461         Log: README.posix-bc podified from Thomas Dorner.
45462      Branch: cfgperl
45463            ! README.posix-bc
45464 ____________________________________________________________________________
45465 [  6347] By: gsar                                  on 2000/07/11  17:42:04
45466         Log: integrate cfgperl change#6217 into mainline
45467      Branch: perl
45468           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
45469           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
45470           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
45471 ____________________________________________________________________________
45472 [  6346] By: gsar                                  on 2000/07/11  17:39:37
45473         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
45474              mainline
45475      Branch: perl
45476           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
45477           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45478           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45479           !> perlapi.h pod/perlapi.pod
45480 ____________________________________________________________________________
45481 [  6345] By: gsar                                  on 2000/07/11  17:36:42
45482         Log: integrate cfgperl changes#6207..6210 into mainline
45483      Branch: perl
45484           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
45485           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
45486 ____________________________________________________________________________
45487 [  6344] By: gsar                                  on 2000/07/11  17:31:20
45488         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
45489              mainline
45490      Branch: perl
45491           !> (integrate 40 files)
45492 ____________________________________________________________________________
45493 [  6343] By: gsar                                  on 2000/07/11  17:19:08
45494         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
45495      Branch: perl
45496           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
45497            ! Changes
45498           !> (integrate 34 files)
45499 ____________________________________________________________________________
45500 [  6342] By: jhi                                   on 2000/07/11  16:05:48
45501         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
45502              To: perl5-porters@perl.org
45503              From: Karsten Sperling <spiff@phreax.net>
45504              Date: Mon, 10 Jul 2000 15:12:52 +0200
45505              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
45506      Branch: cfgperl
45507            ! lib/Symbol.pm
45508 ____________________________________________________________________________
45509 [  6341] By: jhi                                   on 2000/07/11  15:59:23
45510         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
45511              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45512              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
45513              Date: Fri, 07 Jul 2000 17:57:16 +0100
45514      Branch: cfgperl
45515            ! pp_hot.c
45516 ____________________________________________________________________________
45517 [  6340] By: jhi                                   on 2000/07/11  15:55:47
45518         Log: Subject: Re: format bug report  [Patch]
45519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45520              Date: Wed, 05 Jul 2000 13:12:52 +0200
45521              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
45522              
45523              Subject: Re: format bug report  [Patch]
45524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45525              Date: Wed, 05 Jul 2000 14:10:01 +0200
45526              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
45527      Branch: cfgperl
45528            ! t/op/write.t toke.c
45529 ____________________________________________________________________________
45530 [  6339] By: jhi                                   on 2000/07/11  13:54:09
45531         Log: Be less forgiving about ambiguous and illegal tr ranges.
45532              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45533              From: Mark-Jason Dominus <mjd@plover.com>
45534              Date: Tue, 04 Jul 2000 10:00:12 -0400
45535              Message-ID: <20000704140012.17772.qmail@plover.com>
45536              
45537              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
45538              From: Mark-Jason Dominus <mjd@plover.com>
45539              Date: Wed, 05 Jul 2000 09:37:36 -0400
45540              Message-ID: <20000705133736.27293.qmail@plover.com>
45541      Branch: cfgperl
45542            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
45543 ____________________________________________________________________________
45544 [  6338] By: jhi                                   on 2000/07/11  13:31:24
45545         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
45546              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45547              Date: Tue, 11 Jul 2000 13:50:51 +0100
45548              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
45549      Branch: cfgperl
45550            ! sv.c
45551 ____________________________________________________________________________
45552 [  6337] By: jhi                                   on 2000/07/11  13:29:14
45553         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
45554              From: Hugo <hv@crypt.compulink.co.uk>
45555              Date: Tue, 11 Jul 2000 12:44:50 +0100
45556              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
45557      Branch: cfgperl
45558            ! regexec.c t/op/re_tests
45559 ____________________________________________________________________________
45560 [  6336] By: jhi                                   on 2000/07/11  13:26:47
45561         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
45562              From: simon@brecon.co.uk (Simon Cozens)
45563              Date: 7 Jul 2000 11:26:09 GMT
45564              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
45565      Branch: cfgperl
45566            ! mg.c
45567 ____________________________________________________________________________
45568 [  6335] By: jhi                                   on 2000/07/11  13:23:37
45569         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
45570              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
45571              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
45572              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
45573      Branch: cfgperl
45574            + ext/DynaLoader/hints/netbsd.pl
45575            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
45576 ____________________________________________________________________________
45577 [  6334] By: jhi                                   on 2000/07/11  13:20:38
45578         Log: Subject: PATCH perlguts.pod: Document D and d magic types
45579              From: mjd@plover.com
45580              Date: 5 Jul 2000 18:01:51 -0000
45581              Message-ID: <20000705180151.29413.qmail@plover.com>
45582      Branch: cfgperl
45583            ! pod/perlguts.pod
45584 ____________________________________________________________________________
45585 [  6333] By: jhi                                   on 2000/07/11  13:15:51
45586         Log: Precedence goof, fix based on
45587              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
45588              From: Hugo <hv@crypt.compulink.co.uk>
45589              Date: Tue, 11 Jul 2000 12:52:38 +0100
45590              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
45591      Branch: cfgperl
45592            ! t/op/taint.t
45593 ____________________________________________________________________________
45594 [  6332] By: jhi                                   on 2000/07/11  12:40:17
45595         Log: Integrate with Sarathy.
45596      Branch: cfgperl
45597           !> win32/win32sck.c
45598 ____________________________________________________________________________
45599 [  6331] By: jhi                                   on 2000/07/10  20:14:16
45600         Log: Sprinkle ldlibpath.
45601      Branch: cfgperl
45602            ! pod/Makefile.SH
45603 ____________________________________________________________________________
45604 [  6330] By: jhi                                   on 2000/07/10  17:54:49
45605         Log: More POSIX.pod tweaks.
45606      Branch: cfgperl
45607            ! ext/POSIX/POSIX.pod
45608 ____________________________________________________________________________
45609 [  6329] By: jhi                                   on 2000/07/10  14:02:12
45610         Log: Reorder perl.pod once more.
45611      Branch: cfgperl
45612            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45613 ____________________________________________________________________________
45614 [  6328] By: gsar                                  on 2000/07/10  07:06:00
45615         Log: accept() leaks memory on windows due to incorrect ordering of
45616              closesocket() and fclose() calls
45617      Branch: perl
45618            ! win32/win32sck.c
45619 ____________________________________________________________________________
45620 [  6327] By: gsar                                  on 2000/07/10  06:49:17
45621         Log: winsock options weren't being set in all threads under ithreads
45622              (caused send()s from second and subsequent threads to fail)
45623      Branch: perl
45624            ! win32/win32sck.c
45625 ____________________________________________________________________________
45626 [  6326] By: jhi                                   on 2000/07/08  02:45:40
45627         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
45628              was cast to an unsigned (32-bit) integer with wild abandon.
45629      Branch: cfgperl
45630            ! ext/Devel/DProf/DProf.xs
45631 ____________________________________________________________________________
45632 [  6325] By: jhi                                   on 2000/07/07  18:50:33
45633         Log: Remove perlbook, update perlfaq book listing,
45634              rearrange perl.pod, regenerate perltoc.
45635      Branch: cfgperl
45636            - pod/perlbook.pod
45637            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
45638            ! pod/perlfaq2.pod pod/perltoc.pod
45639 ____________________________________________________________________________
45640 [  6324] By: jhi                                   on 2000/07/07  14:03:40
45641         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
45642      Branch: cfgperl
45643            ! sv.h toke.c
45644 ____________________________________________________________________________
45645 [  6323] By: jhi                                   on 2000/07/06  16:03:55
45646         Log: Fix complaints of buildtoc.
45647      Branch: cfgperl
45648            + lib/Win32.pod
45649            - pod/Win32.pod
45650            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45651 ____________________________________________________________________________
45652 [  6322] By: jhi                                   on 2000/07/06  15:15:52
45653         Log: Add =head1 NAMEs so that buildtoc is happy.
45654              (The CGI::Util nit reported to Lincoln.)
45655      Branch: cfgperl
45656            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
45657            ! pod/perltoc.pod
45658 ____________________________________________________________________________
45659 [  6321] By: jhi                                   on 2000/07/06  03:16:04
45660         Log: Config is being used.
45661      Branch: cfgperl
45662            ! t/op/method.t
45663 ____________________________________________________________________________
45664 [  6320] By: jhi                                   on 2000/07/06  03:13:13
45665         Log: Integrate with Sarathy.
45666      Branch: cfgperl
45667           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
45668 ____________________________________________________________________________
45669 [  6319] By: jhi                                   on 2000/07/06  03:11:46
45670         Log: Autogenerate pod/Makefile and pod/buildtoc.
45671              buildtoc also checks whether the existin pods are
45672              mentioned in MANIFEST and perl.pod, and vice versa.
45673              (None of the thusly found discrepancies fixed yet.)
45674              roffitall also needs to be autogenerated similarly but it
45675              seems so badly out of date that I didn't touch it yet.
45676      Branch: cfgperl
45677            + pod/Makefile.SH pod/buildtoc.PL
45678            - pod/Makefile pod/buildtoc
45679            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
45680 ____________________________________________________________________________
45681 [  6318] By: gsar                                  on 2000/07/05  22:10:54
45682         Log: fix UNC path handling on Windows under ithreads, and chdir()
45683              return value when given a non-existent directory
45684      Branch: perl
45685            ! win32/vdir.h
45686 ____________________________________________________________________________
45687 [  6317] By: gsar                                  on 2000/07/05  22:08:19
45688         Log: winsock cleanup never done on Windows (leads to handle leaks)
45689      Branch: perl
45690            ! win32/perllib.c win32/win32sck.c
45691 ____________________________________________________________________________
45692 [  6316] By: gsar                                  on 2000/07/05  22:06:19
45693         Log: some debugger output does not go to the socket when RemotePort is set
45694      Branch: perl
45695            ! lib/perl5db.pl
45696 ____________________________________________________________________________
45697 [  6315] By: jhi                                   on 2000/07/05  00:25:21
45698         Log: Integrate with Sarathy, preliminary fix for unicos
45699              alignment problems in [ID 20000612.002] Perl problem on Cray system.
45700      Branch: cfgperl
45701            ! sv.h
45702           !> pp_hot.c
45703 ____________________________________________________________________________
45704 [  6314] By: gsar                                  on 2000/07/04  23:34:02
45705         Log: tyop in change#6306
45706      Branch: perl
45707            ! pp_hot.c
45708 ____________________________________________________________________________
45709 [  6313] By: jhi                                   on 2000/07/04  22:14:38
45710         Log: Multiline string literals ENONPORTABLE.
45711      Branch: cfgperl
45712            ! pp_hot.c
45713 ____________________________________________________________________________
45714 [  6312] By: jhi                                   on 2000/07/04  20:34:44
45715         Log: Integrate with Sarathy.
45716      Branch: cfgperl
45717           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
45718           !> t/op/method.t
45719 ____________________________________________________________________________
45720 [  6311] By: jhi                                   on 2000/07/04  20:30:56
45721         Log: More POSIX.pod embellishment.
45722      Branch: cfgperl
45723            ! ext/POSIX/POSIX.pod
45724 ____________________________________________________________________________
45725 [  6310] By: gsar                                  on 2000/07/04  17:28:48
45726         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
45727      Branch: perl
45728            ! t/lib/b.t
45729 ____________________________________________________________________________
45730 [  6309] By: jhi                                   on 2000/07/04  17:22:18
45731         Log: The #6308 required a little bit more.
45732      Branch: cfgperl
45733            ! Makefile.SH win32/Makefile
45734 ____________________________________________________________________________
45735 [  6308] By: jhi                                   on 2000/07/04  16:35:24
45736         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
45737      Branch: cfgperl
45738            + lib/lib_pm.PL
45739            - lib/lib.pm.PL
45740            ! MANIFEST Makefile.SH
45741 ____________________________________________________________________________
45742 [  6307] By: jhi                                   on 2000/07/04  16:28:58
45743         Log: Win32 patches for cfgperl from Sarathy.
45744      Branch: cfgperl
45745            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
45746            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
45747            ! thread.h toke.c util.c win32/Makefile win32/win32.c
45748 ____________________________________________________________________________
45749 [  6306] By: gsar                                  on 2000/07/04  16:28:40
45750         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
45751              (from Richard Soderberg <rs@oregonnet.com>)
45752      Branch: perl
45753            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
45754 ____________________________________________________________________________
45755 [  6305] By: jhi                                   on 2000/07/04  16:24:24
45756         Log: Integrate with Sarathy.
45757      Branch: cfgperl
45758           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
45759           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45760           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
45761           !> proto.h win32/win32.c
45762 ____________________________________________________________________________
45763 [  6304] By: gsar                                  on 2000/07/04  16:17:24
45764         Log: missing perldiag entry for unpack("w",...) diagnostic (from
45765              Andreas Koenig)
45766      Branch: perl
45767            ! pod/perldiag.pod
45768 ____________________________________________________________________________
45769 [  6303] By: gsar                                  on 2000/07/04  16:14:44
45770         Log: remove rel2abs prototypes (from Barrie Slaymaker)
45771      Branch: perl
45772            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
45773            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45774 ____________________________________________________________________________
45775 [  6302] By: gsar                                  on 2000/07/04  04:59:35
45776         Log: adjust change#6299
45777      Branch: perl
45778            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
45779            ! win32/win32.c
45780 ____________________________________________________________________________
45781 [  6301] By: jhi                                   on 2000/07/04  04:50:07
45782         Log: Integrate with Sarathy.
45783      Branch: cfgperl
45784           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
45785           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
45786           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
45787 ____________________________________________________________________________
45788 [  6300] By: gsar                                  on 2000/07/04  04:42:09
45789         Log: PERL_OBJECT build tweak
45790      Branch: perl
45791            ! perl.h
45792 ____________________________________________________________________________
45793 [  6299] By: gsar                                  on 2000/07/04  04:37:00
45794         Log: fix memory leak on Windows (PL_sys_intern contents were never
45795              freed)
45796      Branch: perl
45797            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45798            ! perlapi.c proto.h win32/win32.c
45799 ____________________________________________________________________________
45800 [  6298] By: gsar                                  on 2000/07/04  04:15:59
45801         Log: fix large memory leak that has been around for ever, masked by
45802              -DPURIFY (most of the arenas were never freed!)
45803      Branch: perl
45804            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
45805 ____________________________________________________________________________
45806 [  6297] By: gsar                                  on 2000/07/04  04:07:46
45807         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
45808      Branch: perl
45809            ! perl.c
45810 ____________________________________________________________________________
45811 [  6296] By: jhi                                   on 2000/06/30  18:28:37
45812         Log: Elaborate POSIX.pod.  Still needs work.
45813      Branch: cfgperl
45814            ! ext/POSIX/POSIX.pod
45815 ____________________________________________________________________________
45816 [  6295] By: jhi                                   on 2000/06/30  14:58:18
45817         Log: Point to perlipc for more SysV IPC examples.
45818      Branch: cfgperl
45819            ! pod/perlfunc.pod
45820 ____________________________________________________________________________
45821 [  6294] By: gsar                                  on 2000/06/30  14:47:45
45822         Log: slurp mode fix in change#4736 still not quite right
45823      Branch: perl
45824            ! pp_hot.c t/io/argv.t
45825 ____________________________________________________________________________
45826 [  6293] By: jhi                                   on 2000/06/30  12:02:55
45827         Log: Integrate with Sarathy.
45828      Branch: cfgperl
45829           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
45830 ____________________________________________________________________________
45831 [  6292] By: jhi                                   on 2000/06/30  12:01:11
45832         Log: From: simon@brecon.co.uk (Simon Cozens)
45833              Subject: UTF8 concat
45834              Date: 30 Jun 2000 06:13:25 GMT
45835              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
45836      Branch: cfgperl
45837            ! pp_hot.c
45838 ____________________________________________________________________________
45839 [  6291] By: gsar                                  on 2000/06/30  04:37:33
45840         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
45841              when @_ is modified, causing coredumps
45842      Branch: perl
45843            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
45844 ____________________________________________________________________________
45845 [  6290] By: jhi                                   on 2000/06/30  02:21:44
45846         Log: Integrate with Sarathy.
45847      Branch: cfgperl
45848           !> vms/vms.c vms/vmsish.h
45849 ____________________________________________________________________________
45850 [  6289] By: jhi                                   on 2000/06/30  02:21:02
45851         Log: Check VERSIONs.
45852      Branch: cfgperl
45853            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45854            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45855            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
45856 ____________________________________________________________________________
45857 [  6288] By: jhi                                   on 2000/06/30  02:18:52
45858         Log: Integrate with Sarathy.
45859      Branch: cfgperl
45860           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
45861           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
45862           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
45863           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
45864 ____________________________________________________________________________
45865 [  6287] By: gsar                                  on 2000/06/30  02:17:08
45866         Log: integrate vmsperl changes into mainline
45867      Branch: perl
45868           !> vms/vms.c vms/vmsish.h
45869 ____________________________________________________________________________
45870 [  6285] By: gsar                                  on 2000/06/30  02:05:28
45871         Log: localize %INC in a Safe compartment so that use/require work
45872              (many other magic globals probably need similar treatment)
45873      Branch: perl
45874            ! ext/Opcode/Opcode.xs
45875 ____________________________________________________________________________
45876 [  6284] By: gsar                                  on 2000/06/30  01:54:54
45877         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
45878              about Windows
45879      Branch: perl
45880            ! pod/perlembed.pod
45881 ____________________________________________________________________________
45882 [  6283] By: jhi                                   on 2000/06/30  01:50:10
45883         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
45884              From: Barrie Slaymaker <barries@jester.slaysys.com>
45885              Date: Wed, 28 Jun 2000 11:35:29 -0400
45886              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
45887      Branch: perl
45888            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45889            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45890            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45891            ! lib/File/Spec/Win32.pm
45892 ____________________________________________________________________________
45893 [  6282] By: jhi                                   on 2000/06/29  22:57:22
45894         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
45895              From: Dan Sugalski <dan@sidhe.org>
45896              Date: Tue, 06 Jun 2000 11:59:50 -0400
45897              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
45898      Branch: cfgperl
45899            ! vms/vms.c
45900 ____________________________________________________________________________
45901 [  6281] By: jhi                                   on 2000/06/29  22:52:50
45902         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
45903              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45904              Date: Wed, 7 Jun 2000 04:02:04 -0500
45905              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
45906      Branch: cfgperl
45907            ! utils/h2xs.PL
45908 ____________________________________________________________________________
45909 [  6280] By: jhi                                   on 2000/06/29  22:45:47
45910         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
45911              From: rspier@pobox.com (Robert Spier)
45912              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
45913              Message-ID: <14654.31913.845602.610277@rls.cx>
45914      Branch: cfgperl
45915            ! utils/h2xs.PL
45916 ____________________________________________________________________________
45917 [  6279] By: jhi                                   on 2000/06/29  22:38:16
45918         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
45919              From: Tim Ayers <tayers@bridge.com>
45920              Date: Thu, 08 Jun 2000 08:11:06 +0200
45921              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
45922              [resent by Richard Foley, Message-Id probably wrong]
45923      Branch: cfgperl
45924            ! pod/perlsub.pod
45925 ____________________________________________________________________________
45926 [  6278] By: jhi                                   on 2000/06/29  22:21:45
45927         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
45928              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
45929              Date: Fri, 09 Jun 2000 12:39:27 -0400
45930              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
45931              (plus update the version "number" of Text::Wrap)
45932      Branch: cfgperl
45933            ! lib/Text/Wrap.pm
45934 ____________________________________________________________________________
45935 [  6277] By: jhi                                   on 2000/06/29  22:13:10
45936         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
45937              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45938              Date: Mon, 12 Jun 2000 14:55:59 +0100
45939              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
45940      Branch: cfgperl
45941            ! pod/perlfunc.pod
45942 ____________________________________________________________________________
45943 [  6276] By: jhi                                   on 2000/06/29  22:11:06
45944         Log: Subject: [PATCH] Re: eval documentation: context
45945              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
45946              Date: Mon, 12 Jun 2000 15:07:29 +0100
45947              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
45948      Branch: cfgperl
45949            ! pod/perlfunc.pod
45950 ____________________________________________________________________________
45951 [  6275] By: jhi                                   on 2000/06/29  21:59:46
45952         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
45953              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
45954              Date: Tue, 13 Jun 2000 02:43:48 -0500
45955              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
45956      Branch: cfgperl
45957            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
45958 ____________________________________________________________________________
45959 [  6274] By: jhi                                   on 2000/06/29  21:56:14
45960         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
45961              From: Andy Dougherty <doughera@lafayette.edu>
45962              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
45963              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
45964      Branch: cfgperl
45965            ! ext/File/Glob/Glob.pm
45966 ____________________________________________________________________________
45967 [  6273] By: jhi                                   on 2000/06/29  21:49:09
45968         Log: Subject: [PATCH] xsub attributes
45969              From: Doug MacEachern <dougm@covalent.net>
45970              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
45971              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
45972      Branch: cfgperl
45973            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
45974            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
45975 ____________________________________________________________________________
45976 [  6272] By: jhi                                   on 2000/06/29  21:41:28
45977         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
45978              From: Tom Phoenix <rootbeer@redcat.com>
45979              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
45980              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
45981      Branch: cfgperl
45982            ! lib/Net/Ping.pm
45983 ____________________________________________________________________________
45984 [  6271] By: jhi                                   on 2000/06/29  21:36:55
45985         Log: Subject: PATCH pod/perltie.pod
45986              From: Ian Phillipps <Ian.Phillipps@iname.com>
45987              Date: Fri, 16 Jun 2000 00:17:19 +0100
45988              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
45989              (only the first hunk, the second hunk had already been done
45990              by some other patch)
45991      Branch: cfgperl
45992            ! pod/perltie.pod
45993 ____________________________________________________________________________
45994 [  6270] By: jhi                                   on 2000/06/29  21:24:51
45995         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
45996              From: Nicholas Clark <nick@talking.bollo.cx>
45997              Date: Fri, 23 Jun 2000 16:21:15 +0100
45998              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
45999      Branch: cfgperl
46000            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
46001            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
46002 ____________________________________________________________________________
46003 [  6269] By: jhi                                   on 2000/06/29  19:38:15
46004         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
46005              silence few compiler warnings.
46006      Branch: cfgperl
46007            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
46008 ____________________________________________________________________________
46009 [  6268] By: jhi                                   on 2000/06/29  18:21:50
46010         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
46011              From: Dominic Dunlop <domo@computer.org> 
46012              Date: Thu, 29 Jun 2000 12:32:39 +0200 
46013              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
46014      Branch: cfgperl
46015            ! t/op/sprintf.t
46016 ____________________________________________________________________________
46017 [  6267] By: jhi                                   on 2000/06/29  18:16:07
46018         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
46019              From: Doug MacEachern <dougm@covalent.net>
46020              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
46021              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
46022      Branch: cfgperl
46023            + t/op/method2entersub.t
46024            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
46025            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46026            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
46027            ! xsutils.c
46028 ____________________________________________________________________________
46029 [  6266] By: jhi                                   on 2000/06/29  15:11:15
46030         Log: Subject: [PATCH 5.6.0] cygwin port
46031              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
46032              From: "Fifer, Eric" <EFifer@sanwaint.com>
46033              Date: Thu, 29 Jun 2000 12:58:29 +0100
46034      Branch: cfgperl
46035            ! cygwin/Makefile.SHs
46036 ____________________________________________________________________________
46037 [  6265] By: jhi                                   on 2000/06/29  15:04:05
46038         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
46039              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46040              Date: Wed, 28 Jun 2000 17:50:12 -0700
46041              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
46042      Branch: cfgperl
46043            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46044 ____________________________________________________________________________
46045 [  6264] By: jhi                                   on 2000/06/29  15:00:57
46046         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
46047              From: Marty Lucich <marty@netcom.com>
46048              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
46049              Message-Id: <200006282116.OAA11148@netcom.com>
46050              ccdlflags update (the BSD/OS 4.1 part had already been taken
46051              care of by #6141).
46052      Branch: cfgperl
46053            ! hints/bsdos.sh
46054 ____________________________________________________________________________
46055 [  6263] By: jhi                                   on 2000/06/29  13:47:44
46056         Log: tr fixes from Simon Cozens
46057      Branch: cfgperl
46058            ! doop.c
46059 ____________________________________________________________________________
46060 [  6262] By: jhi                                   on 2000/06/28  18:46:01
46061         Log: Subject: 5.6.0 Patch for EPOC
46062              From: Olaf Flebbe <o.flebbe@gmx.de>
46063              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
46064              Message-ID: <23449.960929969@www11.gmx.net>
46065      Branch: cfgperl
46066            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
46067            ! epoc/epocish.h
46068 ____________________________________________________________________________
46069 [  6261] By: jhi                                   on 2000/06/28  18:29:07
46070         Log: Subject: Re: [PATCH cfgperl] BOMs away!
46071              From: simon@brecon.co.uk (Simon Cozens)
46072              Date: 17 Jun 2000 11:49:57 GMT
46073              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
46074      Branch: cfgperl
46075            ! pod/perldiag.pod t/comp/require.t toke.c
46076 ____________________________________________________________________________
46077 [  6260] By: jhi                                   on 2000/06/28  17:47:16
46078         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
46079              From: simon@brecon.co.uk (Simon Cozens) 
46080              Date: 17 Jun 2000 11:56:44 GMT 
46081              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
46082              pack U0, pack C0
46083      Branch: cfgperl
46084            ! pod/perlfunc.pod pp.c t/op/pack.t
46085 ____________________________________________________________________________
46086 [  6259] By: jhi                                   on 2000/06/28  16:43:17
46087         Log: perlnewmod was missing from MANIFEST.
46088      Branch: cfgperl
46089            ! MANIFEST
46090 ____________________________________________________________________________
46091 [  6258] By: jhi                                   on 2000/06/28  15:54:30
46092         Log: linenumber tweak
46093      Branch: cfgperl
46094            ! t/pragma/warn/regcomp
46095 ____________________________________________________________________________
46096 [  6257] By: jhi                                   on 2000/06/28  15:50:44
46097         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
46098              From: Doug MacEachern <dougm@covalent.net>
46099              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
46100              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
46101              (one part of the patch had been applied earlier)
46102      Branch: cfgperl
46103            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
46104 ____________________________________________________________________________
46105 [  6256] By: jhi                                   on 2000/06/28  15:40:22
46106         Log: tweaks from Simon Cozens to further fix tr/// under utf8
46107      Branch: cfgperl
46108            ! doop.c
46109 ____________________________________________________________________________
46110 [  6255] By: jhi                                   on 2000/06/28  15:33:45
46111         Log: small thinko tweaks
46112      Branch: cfgperl
46113            ! lib/IPC/Open3.pm t/op/my_stash.t
46114 ____________________________________________________________________________
46115 [  6254] By: jhi                                   on 2000/06/28  15:33:25
46116         Log: Subject: tr///, help wanted.
46117              From: simon@brecon.co.uk (Simon Cozens)
46118              Date: 28 Jun 2000 11:29:04 GMT
46119              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
46120      Branch: cfgperl
46121            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
46122            ! pp_proto.h proto.h t/op/tr.t
46123 ____________________________________________________________________________
46124 [  6253] By: jhi                                   on 2000/06/28  15:09:17
46125         Log: Paranoia tweak on #6249.
46126              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
46127              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46128              Date: Sun, 25 Jun 2000 23:43:12 -0400
46129              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
46130      Branch: cfgperl
46131            ! lib/IPC/Open3.pm
46132 ____________________________________________________________________________
46133 [  6252] By: jhi                                   on 2000/06/28  15:01:38
46134         Log: Document #6249 and #6251.
46135      Branch: cfgperl
46136            ! lib/Exporter.pm lib/IPC/Open3.pm
46137 ____________________________________________________________________________
46138 [  6251] By: jhi                                   on 2000/06/28  14:50:43
46139         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
46140              From: Doug MacEachern <dougm@covalent.net>
46141              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
46142              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
46143      Branch: cfgperl
46144            ! lib/Exporter.pm
46145 ____________________________________________________________________________
46146 [  6250] By: jhi                                   on 2000/06/28  14:45:23
46147         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
46148              From: Doug MacEachern <dougm@covalent.net>
46149              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
46150              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
46151      Branch: cfgperl
46152            + t/op/my_stash.t
46153            ! MANIFEST embed.pl global.sym proto.h toke.c
46154 ____________________________________________________________________________
46155 [  6249] By: jhi                                   on 2000/06/28  14:36:34
46156         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
46157              From: Frank Tobin <ftobin@uiuc.edu>
46158              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
46159              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
46160      Branch: cfgperl
46161            ! lib/IPC/Open3.pm
46162 ____________________________________________________________________________
46163 [  6248] By: jhi                                   on 2000/06/28  14:11:25
46164         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
46165              From: Mark-Jason Dominus <mjd@plover.com>
46166              Date: Tue, 27 Jun 2000 22:36:42 -0400
46167              Message-ID: <20000628023642.12166.qmail@plover.com>
46168      Branch: cfgperl
46169            ! pod/perlfunc.pod
46170 ____________________________________________________________________________
46171 [  6247] By: jhi                                   on 2000/06/27  12:46:37
46172         Log: Tweak $VERSION, patch from Doug MacEachern.
46173      Branch: cfgperl
46174            ! lib/File/Spec.pm
46175 ____________________________________________________________________________
46176 [  6246] By: jhi                                   on 2000/06/27  03:34:46
46177         Log: Allow for standalone testing.
46178      Branch: cfgperl
46179            ! t/lib/filefunc.t t/lib/filespec.t
46180 ____________________________________________________________________________
46181 [  6245] By: jhi                                   on 2000/06/27  02:50:02
46182         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
46183              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46184              Date: Sat, 24 Jun 2000 13:06:20 +0100
46185              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
46186      Branch: cfgperl
46187            ! ext/DynaLoader/DynaLoader_pm.PL
46188 ____________________________________________________________________________
46189 [  6244] By: jhi                                   on 2000/06/27  02:46:10
46190         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
46191              From: Doug MacEachern <dougm@covalent.net>
46192              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
46193              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
46194      Branch: cfgperl
46195            ! gv.c sv.c t/lib/peek.t
46196 ____________________________________________________________________________
46197 [  6243] By: jhi                                   on 2000/06/27  02:38:07
46198         Log: Subject: [PATCH] is_utf8_string
46199              From: simon@brecon.co.uk (Simon Cozens)
46200              Date: 26 Jun 2000 02:25:59 GMT
46201              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
46202      Branch: cfgperl
46203            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
46204            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
46205            ! proto.h utf8.c
46206 ____________________________________________________________________________
46207 [  6242] By: jhi                                   on 2000/06/27  02:24:00
46208         Log: Subject: [PATCH] bytes<->utf8 fixes
46209              From: simon@brecon.co.uk (Simon Cozens)
46210              Date: 26 Jun 2000 04:55:45 GMT
46211              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
46212      Branch: cfgperl
46213            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
46214 ____________________________________________________________________________
46215 [  6241] By: jhi                                   on 2000/06/27  02:12:42
46216         Log: Do no -warn on \_, only on \alpha.
46217              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
46218              From: David Dyck <dcd@tc.fluke.com>
46219              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
46220              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
46221      Branch: cfgperl
46222            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
46223 ____________________________________________________________________________
46224 [  6240] By: jhi                                   on 2000/06/27  02:00:01
46225         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
46226              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
46227              Date: Mon, 26 Jun 2000 18:40:14 +0100
46228              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
46229      Branch: cfgperl
46230            ! utils/h2xs.PL
46231 ____________________________________________________________________________
46232 [  6239] By: jhi                                   on 2000/06/27  01:53:40
46233         Log: Configure maintenance.  Sever some dependency cycles,
46234              separate gccversion from the cc unit,
46235              address [ID 20000623.006] Configure script patch for using gcc on AIX
46236              (but solve it a little bit differently),
46237              unduplex some accidentally duplicated units,
46238              suggest using gcc if no cc available
46239              (p5p thread: "Solaris configure: counterproposal", 1999-09)
46240      Branch: cfgperl
46241            ! Configure Todo-5.6 config_h.SH
46242      Branch: metaconfig
46243            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
46244            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
46245      Branch: metaconfig/U/perl
46246            + gccvers.U
46247            ! d_getespwnam.U d_getprpwnam.U i_prot.U
46248 ____________________________________________________________________________
46249 [  6238] By: jhi                                   on 2000/06/25  18:04:56
46250         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
46251              From: Dan Sugalski <dan@sidhe.org>
46252              Date: Fri, 23 Jun 2000 17:00:00 -0400
46253              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
46254      Branch: cfgperl
46255            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
46256 ____________________________________________________________________________
46257 [  6237] By: jhi                                   on 2000/06/25  16:36:45
46258         Log: Tweak embed.pl, regen headers.
46259      Branch: cfgperl
46260            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
46261            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
46262            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
46263            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
46264            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
46265 ____________________________________________________________________________
46266 [  6236] By: jhi                                   on 2000/06/25  15:26:42
46267         Log: Regen headers.
46268      Branch: cfgperl
46269            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
46270            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
46271            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
46272            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
46273            ! regnodes.h warnings.h
46274 ____________________________________________________________________________
46275 [  6235] By: jhi                                   on 2000/06/23  19:39:35
46276         Log: The thread begun by
46277              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
46278              From: Kevin.Ruscoe@ubsw.com
46279              Date: Fri, 16 Jun 2000 16:38:51 +0100
46280              Message-Id: <H000019b03c300d6@MHS>
46281      Branch: cfgperl
46282            ! hints/solaris_2.sh
46283 ____________________________________________________________________________
46284 [  6234] By: jhi                                   on 2000/06/23  19:23:36
46285         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
46286              because when run as services (Win32ese for daemons)
46287              no environment variables are set and tmpdir ends up as /tmp,
46288              which is ambiguous.
46289              
46290              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
46291              From: matt@sergeant.org
46292              Date: 16 Jun 2000 16:30:43 -0000
46293              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
46294      Branch: cfgperl
46295            ! lib/File/Spec/Win32.pm
46296 ____________________________________________________________________________
46297 [  6233] By: jhi                                   on 2000/06/23  19:18:58
46298         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
46299              From: Mark-Jason Dominus <mjd@plover.com>
46300              Date: Fri, 16 Jun 2000 20:53:04 -0400
46301              Message-ID: <20000617005304.8008.qmail@plover.com>
46302      Branch: cfgperl
46303            ! op.h
46304 ____________________________________________________________________________
46305 [  6232] By: jhi                                   on 2000/06/23  16:10:02
46306         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
46307              From: simon@brecon.co.uk (Simon Cozens)
46308              Date: 19 Jun 2000 15:18:27 GMT
46309              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
46310              
46311              plus update pod/Makefile and regenerate perltoc
46312      Branch: cfgperl
46313            + pod/perlutil.pod
46314            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
46315 ____________________________________________________________________________
46316 [  6231] By: jhi                                   on 2000/06/23  15:19:18
46317         Log: Subject: [PATCH 5.6.0] cygwin port
46318              From: "Fifer, Eric" <EFifer@sanwaint.com>
46319              Date: Tue, 20 Jun 2000 14:30:58 +0100
46320              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
46321      Branch: cfgperl
46322            ! README.cygwin lib/File/Find.pm
46323 ____________________________________________________________________________
46324 [  6230] By: jhi                                   on 2000/06/23  14:25:21
46325         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
46326      Branch: cfgperl
46327            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
46328            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
46329            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
46330            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
46331 ____________________________________________________________________________
46332 [  6229] By: jhi                                   on 2000/06/23  14:13:34
46333         Log: Subject: README.hpux version 0.6.1
46334              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
46335              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46336              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
46337      Branch: cfgperl
46338            ! README.hpux
46339 ____________________________________________________________________________
46340 [  6228] By: jhi                                   on 2000/06/23  14:07:20
46341         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
46342              From: Doug MacEachern <dougm@covalent.net>
46343              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
46344              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
46345      Branch: cfgperl
46346            ! op.c
46347 ____________________________________________________________________________
46348 [  6227] By: jhi                                   on 2000/06/23  14:01:06
46349         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
46350              From: Doug MacEachern <dougm@covalent.net>
46351              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
46352              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
46353      Branch: cfgperl
46354            + lib/lib.pm.PL
46355            - lib/lib.pm
46356            ! MANIFEST Makefile.SH
46357 ____________________________________________________________________________
46358 [  6226] By: jhi                                   on 2000/06/23  13:53:07
46359         Log: Subject: [PATCH] remove forward declarations in Socket.pm
46360              From: Doug MacEachern <dougm@covalent.net>
46361              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
46362              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
46363              
46364              From: Doug MacEachern <dougm@covalent.net>
46365              Subject: Re: [PATCH] remove forward declarations in Socket.pm
46366              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
46367              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
46368      Branch: cfgperl
46369            ! ext/Socket/Socket.pm op.c
46370 ____________________________________________________________________________
46371 [  6225] By: jhi                                   on 2000/06/23  13:41:52
46372         Log: Add source code filenames to apidoc.
46373              From: simon@brecon.co.uk (Simon Cozens)
46374              Subject: [PATCH embed.pl] Source X-ref
46375              Date: 22 Jun 2000 02:18:49 GMT
46376              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
46377      Branch: cfgperl
46378            ! embed.pl
46379 ____________________________________________________________________________
46380 [  6224] By: jhi                                   on 2000/06/23  13:32:33
46381         Log: A way to avoid English.pm performance hit.
46382              From: root <root@jester.slaysys.com>
46383              Subject: [YAPATCH English.pm] My turn to putt again
46384              Date: Thu, 22 Jun 2000 20:33:58 -0400
46385              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
46386      Branch: cfgperl
46387            ! lib/English.pm t/lib/english.t
46388 ____________________________________________________________________________
46389 [  6223] By: jhi                                   on 2000/06/23  13:27:06
46390         Log: Avoid double close().
46391              Subject: [PATCH] avoid double close()
46392              From: Doug MacEachern <dougm@covalent.net>
46393              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
46394              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
46395      Branch: cfgperl
46396            ! doio.c
46397 ____________________________________________________________________________
46398 [  6222] By: jhi                                   on 2000/06/23  13:25:54
46399         Log: doc typo fix
46400              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
46401              From: Ian Phillipps <Ian.Phillipps@iname.com>
46402              Date: Fri, 23 Jun 2000 10:40:58 +0100
46403              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
46404      Branch: cfgperl
46405            ! lib/Pod/Usage.pm
46406 ____________________________________________________________________________
46407 [  6221] By: jhi                                   on 2000/06/23  13:24:15
46408         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
46409              From: simon@brecon.co.uk (Simon Cozens)
46410              Subject: [PATCH] Eliminate tr///[CU][CU]
46411              Date: 23 Jun 2000 11:05:40 GMT
46412              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
46413      Branch: cfgperl
46414            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
46415 ____________________________________________________________________________
46416 [  6220] By: jhi                                   on 2000/06/22  16:07:51
46417         Log: Win32 patches from Benjamin Stuhl.
46418      Branch: cfgperl
46419            ! makedef.pl win32/win32.h
46420 ____________________________________________________________________________
46421 [  6219] By: jhi                                   on 2000/06/22  16:06:34
46422         Log: Bytecode patches from Benjamin Stuhl.
46423      Branch: cfgperl
46424            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46425            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
46426            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46427 ____________________________________________________________________________
46428 [  6218] By: jhi                                   on 2000/06/15  23:54:16
46429         Log: Bytecode patches from Benjamin Stuhl.
46430      Branch: cfgperl
46431            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
46432 ____________________________________________________________________________
46433 [  6217] By: jhi                                   on 2000/06/09  13:38:29
46434         Log: Rename the fdpid locking and integrate with Sarathy.
46435      Branch: cfgperl
46436            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
46437            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
46438            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
46439            ! win32/win32.c
46440           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
46441 ____________________________________________________________________________
46442 [  6216] By: gsar                                  on 2000/06/08  14:54:21
46443         Log: be more optimal about clearing @_
46444      Branch: perl
46445            ! cop.h
46446 ____________________________________________________________________________
46447 [  6215] By: gsar                                  on 2000/06/08  14:33:04
46448         Log: tweak comment about @DB::args
46449      Branch: perl
46450            ! av.h pp_ctl.c
46451 ____________________________________________________________________________
46452 [  6214] By: gsar                                  on 2000/06/08  13:57:54
46453         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
46454              caller() wants to populate @DB::args with it (causes a coredump
46455              in Carp::confess())
46456      Branch: perl
46457            ! cop.h t/op/runlevel.t
46458 ____________________________________________________________________________
46459 [  6213] By: gsar                                  on 2000/06/08  07:06:35
46460         Log: back out change#6106 (seems problematic)
46461      Branch: perl
46462            ! hints/solaris_2.sh
46463 ____________________________________________________________________________
46464 [  6212] By: jhi                                   on 2000/06/07  03:10:36
46465         Log: Continuing mopup for #6204.
46466      Branch: cfgperl
46467            ! ext/B/defsubs_h.PL
46468 ____________________________________________________________________________
46469 [  6211] By: jhi                                   on 2000/06/07  02:41:50
46470         Log: Mopup for #6204.
46471              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
46472              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
46473              This is comes from const() where POK isn't on when expected.
46474      Branch: cfgperl
46475            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
46476            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46477            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
46478            ! perlapi.h pod/perlapi.pod
46479 ____________________________________________________________________________
46480 [  6210] By: jhi                                   on 2000/06/07  01:56:29
46481         Log: Mopup for #6207 and #6209.
46482      Branch: cfgperl
46483            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
46484 ____________________________________________________________________________
46485 [  6209] By: jhi                                   on 2000/06/07  01:33:12
46486         Log: Lock PL_fdpid against race conditions, based on:
46487              Subject: [PATCH 5.6.0]subprocess fixup for threads
46488              From: Dan Sugalski <dan@sidhe.org>
46489              To: perl5-porters@perl.org
46490              Date: Tue, 11 Apr 2000 17:02:32 -0400
46491              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
46492      Branch: cfgperl
46493            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
46494            ! win32/win32.c
46495 ____________________________________________________________________________
46496 [  6208] By: jhi                                   on 2000/06/07  01:05:23
46497         Log: Regen headers for #6207.
46498      Branch: cfgperl
46499            ! embed.h global.sym objXSUB.h proto.h
46500 ____________________________________________________________________________
46501 [  6207] By: jhi                                   on 2000/06/06  23:43:13
46502         Log: Subject: [PATCH 5.6.0] Threadsafe patches
46503              From: Dan Sugalski <dan@sidhe.org>
46504              To: perl5-porters@perl.org
46505              Date: Mon, 08 May 2000 18:08:13 -0400
46506              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
46507      Branch: cfgperl
46508            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
46509            ! proto.h sv.h util.c
46510 ____________________________________________________________________________
46511 [  6206] By: jhi                                   on 2000/06/06  23:21:23
46512         Log: Subject: [PATCH] Eliminate $a/$b in pod
46513              From: David Glasser <me@davidglasser.net>
46514              To: perl5-porters@perl.org
46515              Date: Mon, 29 May 2000 21:15:59 -0400
46516              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
46517      Branch: cfgperl
46518            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
46519            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
46520            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
46521            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
46522            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
46523            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
46524            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
46525            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
46526            ! pod/perlvar.pod pod/perlxs.pod
46527 ____________________________________________________________________________
46528 [  6205] By: jhi                                   on 2000/06/06  23:12:14
46529         Log: Subject: [PATCH] Win32 improvements
46530              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46531              To: gsar@activestate.com, perl5-porters@perl.org
46532              Date: Mon, 29 May 2000 17:22:24 PDT
46533              Message-ID: <20000530002224.91142.qmail@hotmail.com>
46534              (MUA had mangled many lines by wordwrapping)
46535      Branch: cfgperl
46536            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
46537 ____________________________________________________________________________
46538 [  6204] By: jhi                                   on 2000/06/06  23:01:50
46539         Log: Subject: [PATCH] B::Bytecode patches
46540              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
46541              To: gsar@activestate.com, jhi@iki.fi
46542              Cc: perl5-porters@perl.org
46543              Message-ID: <20000602202526.48694.qmail@hotmail.com>
46544              (MUA had mangled many lines by wordwrapping)
46545      Branch: cfgperl
46546            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
46547            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
46548            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
46549            ! intrpvar.h perl.c
46550 ____________________________________________________________________________
46551 [  6203] By: jhi                                   on 2000/06/06  22:32:43
46552         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
46553              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46554              Date: Tue, 06 Jun 2000 13:07:45 -0700
46555              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
46556      Branch: cfgperl
46557            ! pod/perldiag.pod
46558 ____________________________________________________________________________
46559 [  6202] By: jhi                                   on 2000/06/06  19:38:35
46560         Log: Integrate with Sarathy.
46561      Branch: cfgperl
46562           !> perl.c
46563 ____________________________________________________________________________
46564 [  6201] By: gsar                                  on 2000/06/06  00:42:59
46565         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
46566              does a PUSHMARK that's never ever POPMARKed; in general, only
46567              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
46568              Perl_eval_[sp]v() don't because they don't take any incoming
46569              arguments (this leak has been around since the original version
46570              of perl_eval_pv() in 5.003_97e)
46571      Branch: perl
46572            ! perl.c
46573 ____________________________________________________________________________
46574 [  6200] By: jhi                                   on 2000/06/04  03:44:52
46575         Log: Update to cperl-mode.el 4.31 from
46576              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
46577              Subject: A couple of notes
46578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46579              To: Mailing list Perl5 <perl5-porters@perl.org>
46580              Date: Sat, 3 Jun 2000 23:33:32 -0400
46581              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
46582      Branch: cfgperl
46583            ! emacs/cperl-mode.el
46584 ____________________________________________________________________________
46585 [  6199] By: jhi                                   on 2000/06/03  15:11:05
46586         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
46587              From: Dan Sugalski <dan@sidhe.org>
46588              To: perl5-porters@perl.org, vmsperl@perl.org
46589              Date: Fri, 02 Jun 2000 17:30:51 -0400
46590              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
46591      Branch: cfgperl
46592            ! vms/descrip_mms.template vms/gen_shrfls.pl
46593 ____________________________________________________________________________
46594 [  6198] By: jhi                                   on 2000/06/03  14:59:15
46595         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
46596              From: Dan Sugalski <dan@sidhe.org>
46597              To: vmsperl@perl.org, perl5-porters@perl.org
46598              Date: Fri, 02 Jun 2000 16:00:41 -0400
46599              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
46600              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
46601      Branch: cfgperl
46602            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
46603            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
46604            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
46605 ____________________________________________________________________________
46606 [  6197] By: jhi                                   on 2000/06/03  14:41:30
46607         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
46608              From: John Borwick <jhborwic@unity.ncsu.edu>
46609              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
46610              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
46611      Branch: cfgperl
46612            ! pod/perlsyn.pod
46613 ____________________________________________________________________________
46614 [  6196] By: jhi                                   on 2000/06/03  14:38:09
46615         Log: Integrate with Sarathy.
46616      Branch: cfgperl
46617           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46618           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46619           !> vms/perly_c.vms
46620 ____________________________________________________________________________
46621 [  6195] By: gsar                                  on 2000/06/02  22:43:13
46622         Log: fix yet another eval"" leak under USE_ITHREADS
46623      Branch: perl
46624            ! op.c
46625 ____________________________________________________________________________
46626 [  6194] By: gsar                                  on 2000/06/02  18:22:06
46627         Log: fix small eval"" memory leaks under USE_ITHREADS
46628      Branch: perl
46629            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
46630            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
46631            ! vms/perly_c.vms
46632 ____________________________________________________________________________
46633 [  6193] By: jhi                                   on 2000/06/01  13:03:56
46634         Log: Signals-be-gone for microperl.
46635      Branch: cfgperl
46636            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
46637 ____________________________________________________________________________
46638 [  6192] By: jhi                                   on 2000/06/01  12:52:02
46639         Log: Integrate with Sarathy.
46640      Branch: cfgperl
46641           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
46642           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
46643           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
46644           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46645           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
46646           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
46647           !> t/op/vec.t utils/h2xs.PL
46648 ____________________________________________________________________________
46649 [  6191] By: gsar                                  on 2000/06/01  09:38:21
46650         Log: vec() loses numericalness (modified version of patch suggested
46651              by Robin Barker)
46652      Branch: perl
46653            ! doop.c t/op/vec.t
46654 ____________________________________________________________________________
46655 [  6190] By: gsar                                  on 2000/06/01  09:26:15
46656         Log: submit missing embed.pl change
46657      Branch: perl
46658            ! embed.pl
46659 ____________________________________________________________________________
46660 [  6189] By: gsar                                  on 2000/06/01  09:05:34
46661         Log: counting tr/// corrupts later operation (from M.J.T Guy)
46662      Branch: perl
46663            ! doop.c t/op/tr.t
46664 ____________________________________________________________________________
46665 [  6188] By: gsar                                  on 2000/06/01  08:58:39
46666         Log: h2xs tweaks
46667      Branch: perl
46668            ! utils/h2xs.PL
46669 ____________________________________________________________________________
46670 [  6187] By: gsar                                  on 2000/06/01  08:50:07
46671         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
46672              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46673      Branch: perl
46674            + lib/Pod/LaTeX.pm
46675            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
46676            ! pod/pod2latex.PL
46677 ____________________________________________________________________________
46678 [  6186] By: gsar                                  on 2000/06/01  08:24:40
46679         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
46680              <wolfgang.laun@alcatel.at>)
46681      Branch: perl
46682            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
46683            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
46684 ____________________________________________________________________________
46685 [  6185] By: gsar                                  on 2000/06/01  08:12:00
46686         Log: remove incorrect documentation about implicit split to @_ in
46687              list context, which never really worked in perl 5 (from
46688              M.J.T. Guy)
46689      Branch: perl
46690            ! pod/perlfunc.pod pod/perltrap.pod
46691 ____________________________________________________________________________
46692 [  6184] By: gsar                                  on 2000/06/01  07:52:27
46693         Log: tweak for change#6127
46694      Branch: perl
46695            ! perl.c
46696 ____________________________________________________________________________
46697 [  6183] By: gsar                                  on 2000/06/01  07:41:02
46698         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
46699              <nick@ccl4.org>)
46700      Branch: perl
46701            + t/lib/selfloader.t
46702            ! MANIFEST lib/SelfLoader.pm
46703 ____________________________________________________________________________
46704 [  6182] By: jhi                                   on 2000/06/01  00:34:42
46705         Log: Be Cleaner Part Deux.
46706      Branch: cfgperl
46707            ! Makefile.SH
46708 ____________________________________________________________________________
46709 [  6181] By: jhi                                   on 2000/06/01  00:32:09
46710         Log: Integrate with Sarathy.
46711      Branch: cfgperl
46712           !> pp.c t/op/arith.t
46713 ____________________________________________________________________________
46714 [  6180] By: jhi                                   on 2000/06/01  00:31:13
46715         Log: microperl nits from Simon Cozens.
46716      Branch: cfgperl
46717            + uconfig.h
46718            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
46719            ! unixish.h
46720 ____________________________________________________________________________
46721 [  6179] By: gsar                                  on 2000/05/31  22:37:51
46722         Log: buggy modulus on UVs introduced by change#3378 (resulted in
46723              4063328477 % 65535 amounting to 27406, instead of 27407)
46724      Branch: perl
46725            ! pp.c t/op/arith.t
46726 ____________________________________________________________________________
46727 [  6178] By: jhi                                   on 2000/05/31  21:52:41
46728         Log: Be cleaner.
46729      Branch: cfgperl
46730            ! Makefile.SH
46731 ____________________________________________________________________________
46732 [  6177] By: jhi                                   on 2000/05/31  21:47:33
46733         Log: Substitution utf8 patch from Simon Cozens.
46734      Branch: cfgperl
46735            ! pp_hot.c
46736 ____________________________________________________________________________
46737 [  6176] By: jhi                                   on 2000/05/31  21:45:34
46738         Log: Single-quoted utf8 patch from Simon Cozens.
46739      Branch: cfgperl
46740            ! toke.c
46741 ____________________________________________________________________________
46742 [  6175] By: jhi                                   on 2000/05/31  21:40:18
46743         Log: Integrate with Sarathy.
46744      Branch: cfgperl
46745           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
46746 ____________________________________________________________________________
46747 [  6174] By: jhi                                   on 2000/05/31  21:37:31
46748         Log: microperl changes from Simon Cozens; Makefile for microperl
46749              written from scratch; few casts added as microperl compilation
46750              doesn't have all prototypes available.
46751      Branch: cfgperl
46752            + Makefile.micro README.micro Todo.micro uconfig.sh
46753            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
46754            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
46755      Branch: metaconfig
46756            + U/modified/Config_h.U
46757 ____________________________________________________________________________
46758 [  6173] By: jhi                                   on 2000/05/31  20:00:24
46759         Log: metaconfig maintenance.
46760      Branch: metaconfig
46761            + U/modified/Inhdr.U U/typedefs/inotype.U
46762      Branch: metaconfig/U/perl
46763            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
46764            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
46765 ____________________________________________________________________________
46766 [  6172] By: gsar                                  on 2000/05/31  05:05:42
46767         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
46768              (from Ilya Zakharevich)
46769      Branch: perl
46770            ! regexec.c t/op/re_tests
46771 ____________________________________________________________________________
46772 [  6171] By: gsar                                  on 2000/05/31  05:01:47
46773         Log: scalar() doesn't force scalar context when used in void context
46774              (from Simon Cozens)
46775      Branch: perl
46776            ! op.c t/op/wantarray.t
46777 ____________________________________________________________________________
46778 [  6170] By: gsar                                  on 2000/05/31  04:41:33
46779         Log: change#6142 needs tweaks to tests to work where there's no symlink()
46780              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46781      Branch: perl
46782            ! t/lib/filefind.t
46783 ____________________________________________________________________________
46784 [  6169] By: gsar                                  on 2000/05/31  04:29:49
46785         Log: integrate cfgperl contents into mainline
46786      Branch: perl
46787           +> pod/perlmodlib.PL pod/perlnewmod.pod
46788           !> (integrate 42 files)
46789 ____________________________________________________________________________
46790 [  6168] By: jhi                                   on 2000/05/30  22:53:37
46791         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
46792      Branch: cfgperl
46793            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46794            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
46795            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
46796            ! win32/config.bc win32/config.gc win32/config.vc
46797            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46798            ! win32/config_h.PL win32/config_sh.PL
46799      Branch: metaconfig/U/perl
46800            ! perlxv.U
46801 ____________________________________________________________________________
46802 [  6167] By: jhi                                   on 2000/05/30  22:20:21
46803         Log: tweak todo 
46804      Branch: cfgperl
46805            ! Todo-5.6
46806 ____________________________________________________________________________
46807 [  6166] By: jhi                                   on 2000/05/30  22:11:51
46808         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
46809              in case somebody wants to write an extension for more
46810              shadow database interfaces.
46811      Branch: cfgperl
46812            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46813            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
46814            ! vos/config.def vos/config.h vos/config_h.SH_orig
46815            ! win32/config.bc win32/config.gc win32/config.vc
46816            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46817      Branch: metaconfig
46818            ! U/modified/Myinit.U
46819      Branch: metaconfig/U/perl
46820            + d_getespwnam.U d_getprpwnam.U i_prot.U
46821 ____________________________________________________________________________
46822 [  6165] By: jhi                                   on 2000/05/30  18:35:34
46823         Log: Integrate with Sarathy.
46824      Branch: cfgperl
46825           !> op.c
46826 ____________________________________________________________________________
46827 [  6164] By: jhi                                   on 2000/05/30  18:30:16
46828         Log: detypo
46829      Branch: cfgperl
46830            ! Configure config_h.SH
46831      Branch: metaconfig/U/perl
46832            ! perlxv.U
46833 ____________________________________________________________________________
46834 [  6163] By: gsar                                  on 2000/05/30  03:24:03
46835         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
46836      Branch: perl
46837            ! op.c
46838 ____________________________________________________________________________
46839 [  6162] By: gsar                                  on 2000/05/30  03:09:38
46840         Log: fix memory leak in method call optimization (change#3768);
46841              made C<eval "$x->foo()"> leak
46842      Branch: perl
46843            ! op.c
46844 ____________________________________________________________________________
46845 [  6161] By: jhi                                   on 2000/05/29  17:56:26
46846         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
46847              both from Simon Cozens.
46848      Branch: cfgperl
46849            + pod/perlmodlib.PL pod/perlnewmod.pod
46850            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
46851            ! pod/perlmodlib.pod pod/perltoc.pod
46852 ____________________________________________________________________________
46853 [  6160] By: jhi                                   on 2000/05/29  17:23:55
46854         Log: Changes for the File::Temp 0.08 (change #6159) test suite
46855              to fit better into the Perl distribution test framework.
46856      Branch: cfgperl
46857            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
46858            ! t/lib/ftmp-tempfile.t
46859 ____________________________________________________________________________
46860 [  6159] By: jhi                                   on 2000/05/29  16:55:36
46861         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
46862      Branch: cfgperl
46863            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46864            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46865 ____________________________________________________________________________
46866 [  6158] By: bailey                                on 2000/05/29  16:22:08
46867         Log: Add fallback to tmpfile for use in cases where user's relying on
46868              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
46869              Lane's patch)
46870      Branch: vmsperl
46871            ! vms/vms.c vms/vmsish.h
46872 ____________________________________________________________________________
46873 [  6157] By: jhi                                   on 2000/05/29  03:10:36
46874         Log: Regen Configure to jive with #6149.
46875      Branch: cfgperl
46876            ! Configure
46877      Branch: metaconfig
46878            ! U/modified/Getfile.U
46879 ____________________________________________________________________________
46880 [  6156] By: jhi                                   on 2000/05/29  03:01:38
46881         Log: Integrate with Sarathy.
46882      Branch: cfgperl
46883           +> ext/DynaLoader/dl_mac.xs
46884           !> (integrate 38 files)
46885 ____________________________________________________________________________
46886 [  6155] By: gsar                                  on 2000/05/28  21:15:58
46887         Log: small bug in change#6144; remove random \xA0 character that snuck
46888              in via change#6145
46889      Branch: perl
46890            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
46891 ____________________________________________________________________________
46892 [  6154] By: gsar                                  on 2000/05/28  21:04:19
46893         Log: avoid type mismatch warning
46894      Branch: perl
46895            ! perl.c
46896 ____________________________________________________________________________
46897 [  6153] By: gsar                                  on 2000/05/28  20:58:31
46898         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
46899              <nick@Bagpuss.uk.boo.com>)
46900      Branch: perl
46901            ! lib/Test/Harness.pm
46902 ____________________________________________________________________________
46903 [  6152] By: gsar                                  on 2000/05/28  20:53:42
46904         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
46905      Branch: perl
46906            ! regexec.c
46907 ____________________________________________________________________________
46908 [  6151] By: gsar                                  on 2000/05/28  20:50:28
46909         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
46910      Branch: perl
46911            ! regexec.c
46912 ____________________________________________________________________________
46913 [  6150] By: gsar                                  on 2000/05/28  20:39:58
46914         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
46915      Branch: perl
46916            ! pod/perlrequick.pod
46917 ____________________________________________________________________________
46918 [  6149] By: gsar                                  on 2000/05/28  20:35:16
46919         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
46920              <troc@netrus.net>)
46921      Branch: perl
46922            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
46923            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
46924            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
46925            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
46926 ____________________________________________________________________________
46927 [  6148] By: gsar                                  on 2000/05/28  20:21:07
46928         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
46929      Branch: perl
46930            ! lib/ExtUtils/MM_Unix.pm
46931 ____________________________________________________________________________
46932 [  6147] By: gsar                                  on 2000/05/28  20:12:41
46933         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
46934              (from Peter Prymmer)
46935      Branch: perl
46936            ! vms/subconfigure.com
46937 ____________________________________________________________________________
46938 [  6146] By: gsar                                  on 2000/05/28  20:06:15
46939         Log: doc typo
46940      Branch: perl
46941            ! lib/warnings.pm warnings.h warnings.pl
46942 ____________________________________________________________________________
46943 [  6145] By: gsar                                  on 2000/05/28  18:44:33
46944         Log: make xsubpp skip embedded pod (from Matthias Neeracher
46945              <neeri@iis.ee.ethz.ch>)
46946      Branch: perl
46947            ! lib/ExtUtils/xsubpp
46948 ____________________________________________________________________________
46949 [  6144] By: gsar                                  on 2000/05/28  18:42:49
46950         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
46951              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
46952              <neeri@iis.ee.ethz.ch>)
46953      Branch: perl
46954            ! lib/AutoSplit.pm
46955 ____________________________________________________________________________
46956 [  6143] By: gsar                                  on 2000/05/28  18:41:12
46957         Log: MacOS support, part 1 (from Matthias Neeracher
46958              <neeri@iis.ee.ethz.ch>)
46959      Branch: perl
46960            + ext/DynaLoader/dl_mac.xs
46961            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
46962            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
46963            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
46964            ! util.h
46965 ____________________________________________________________________________
46966 [  6142] By: gsar                                  on 2000/05/28  18:21:51
46967         Log: File::Find fails to chdir when chasing symlinks (from
46968              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
46969      Branch: perl
46970            ! lib/File/Find.pm t/lib/filefind.t
46971 ____________________________________________________________________________
46972 [  6141] By: jhi                                   on 2000/05/28  14:25:15
46973         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
46974              forwarded by Peter Seebach from the bsdi-users mailing list.
46975              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
46976      Branch: perl
46977            ! hints/bsdos.sh
46978 ____________________________________________________________________________
46979 [  6140] By: jhi                                   on 2000/05/28  14:11:57
46980         Log: Integrate with Sarathy.
46981      Branch: cfgperl
46982           +> (branch 30 files)
46983           !> (integrate 93 files)
46984 ____________________________________________________________________________
46985 [  6139] By: gsar                                  on 2000/05/28  10:01:48
46986         Log: revise mktables.PL for bugs and newness in Unicode 3.0
46987              (from James Bence <jbence@amgen.com>)
46988      Branch: perl
46989            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
46990            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
46991            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
46992            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
46993            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
46994            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
46995            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
46996            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
46997            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
46998            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
46999            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
47000            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
47001            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
47002            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
47003            + lib/unicode/Is/SylWU.pl
47004            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
47005            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47006            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47007            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47008            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47009            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47010            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47011            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47012            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47013            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47014            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47015            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47016            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47017            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47018            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47019            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
47020            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
47021            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
47022            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
47023            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
47024            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
47025            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
47026            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
47027            ! lib/unicode/Makefile lib/unicode/mktables.PL
47028 ____________________________________________________________________________
47029 [  6138] By: gsar                                  on 2000/05/28  08:50:32
47030         Log: add note about the handling of negative indices to tied arrays
47031              (from Michael G Schwern <schwern@pobox.com>)
47032      Branch: perl
47033            ! pod/perltie.pod
47034 ____________________________________________________________________________
47035 [  6137] By: gsar                                  on 2000/05/28  08:46:10
47036         Log: fix bogus redeclaration warning for "our" variables in different
47037              scopes
47038      Branch: perl
47039            ! op.c t/pragma/strict-vars
47040 ____________________________________________________________________________
47041 [  6136] By: gsar                                  on 2000/05/28  08:31:20
47042         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
47043      Branch: perl
47044            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
47045 ____________________________________________________________________________
47046 [  6135] By: gsar                                  on 2000/05/28  08:17:50
47047         Log: enable Test::Harness to dynamically determine column width etc.
47048              (from Rob Napier <rnapier@employees.org>)
47049      Branch: perl
47050            ! lib/Test/Harness.pm
47051 ____________________________________________________________________________
47052 [  6134] By: gsar                                  on 2000/05/28  08:13:39
47053         Log: make Test::Harness use wait.h/WCOREDUMP if available
47054              (from Ben Tilly <ben_tilly@hotmail.com>)
47055      Branch: perl
47056            ! lib/Test/Harness.pm
47057 ____________________________________________________________________________
47058 [  6133] By: gsar                                  on 2000/05/28  08:08:05
47059         Log: elide bogus test in change#6132
47060      Branch: perl
47061            ! t/pragma/warn/9enabled
47062 ____________________________________________________________________________
47063 [  6132] By: gsar                                  on 2000/05/28  08:03:14
47064         Log: warnings::enabled() doesn't fall back to looking at $^W if
47065              caller isn't using lexical warnings (from Paul Marquess)
47066      Branch: perl
47067            ! pp_ctl.c t/pragma/warn/9enabled
47068 ____________________________________________________________________________
47069 [  6131] By: gsar                                  on 2000/05/28  07:57:47
47070         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
47071      Branch: perl
47072            ! ext/POSIX/POSIX.pm
47073 ____________________________________________________________________________
47074 [  6130] By: gsar                                  on 2000/05/28  07:29:12
47075         Log: fix places that mean C<"word" character> but say C<alphanumeric
47076              character>
47077      Branch: perl
47078            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47079 ____________________________________________________________________________
47080 [  6129] By: gsar                                  on 2000/05/28  07:18:41
47081         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47082      Branch: perl
47083            ! vms/test.com
47084 ____________________________________________________________________________
47085 [  6128] By: gsar                                  on 2000/05/28  07:12:55
47086         Log: new perlxstut example for passing/returning refs to arrays
47087              (from David Lowe <dlowe@pootpoot.com>)
47088      Branch: perl
47089            ! pod/perlxstut.pod
47090 ____________________________________________________________________________
47091 [  6127] By: gsar                                  on 2000/05/28  07:02:50
47092         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
47093              failed (from Gisle Aas)
47094      Branch: perl
47095            ! cop.h perl.c
47096 ____________________________________________________________________________
47097 [  6126] By: gsar                                  on 2000/05/28  06:39:53
47098         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
47099              (reworked variant of patch suggested by Simon Cozens)
47100      Branch: perl
47101            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47102            ! pp_hot.c proto.h t/op/gv.t
47103 ____________________________________________________________________________
47104 [  6125] By: gsar                                  on 2000/05/28  05:14:55
47105         Log: enable propagating exception objects via Perl_croak() in XS code
47106              (from Gisle Aas)
47107      Branch: perl
47108            ! util.c
47109 ____________________________________________________________________________
47110 [  6124] By: gsar                                  on 2000/05/28  05:07:28
47111         Log: integrate vmsperl contents into mainline
47112      Branch: perl
47113           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47114           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47115           !> vms/vmsish.h
47116 ____________________________________________________________________________
47117 [  6123] By: gsar                                  on 2000/05/28  05:03:53
47118         Log: clarify gotcha with #line directives (from Rocco Caputo
47119              <troc@netrus.net>)
47120      Branch: perl
47121            ! pod/perldebug.pod pod/perlsyn.pod
47122 ____________________________________________________________________________
47123 [  6122] By: gsar                                  on 2000/05/28  04:58:29
47124         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
47125              (from Mark-Jason Dominus)
47126      Branch: perl
47127            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
47128            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47129            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47130            ! toke.c
47131 ____________________________________________________________________________
47132 [  6121] By: bailey                                on 2000/05/25  04:46:54
47133         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
47134              lists (based on fixes by Craig Berry)
47135      Branch: vmsperl
47136            ! lib/File/Spec/VMS.pm
47137 ____________________________________________________________________________
47138 [  6120] By: bailey                                on 2000/05/25  04:25:38
47139         Log: Add missing escape (Charles Lane)
47140      Branch: vmsperl
47141            ! t/op/lex_assign.t
47142 ____________________________________________________________________________
47143 [  6119] By: bailey                                on 2000/05/25  04:21:25
47144         Log: Quiet error messages in vmsish.t (Charles Lane)
47145      Branch: vmsperl
47146            ! vms/ext/vmsish.t
47147 ____________________________________________________________________________
47148 [  6118] By: bailey                                on 2000/05/25  04:17:57
47149         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47150              Flatten case labels in switch statements uniformly (Charles Bailey)
47151      Branch: vmsperl
47152            ! vms/vms.c
47153 ____________________________________________________________________________
47154 [  6117] By: bailey                                on 2000/05/25  03:58:09
47155         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
47156      Branch: vmsperl
47157            ! vms/vmsish.h
47158 ____________________________________________________________________________
47159 [  6116] By: bailey                                on 2000/05/25  03:11:15
47160         Log: Miscellaneous cosmetic fixes (Charles Lane)
47161      Branch: vmsperl
47162            ! lib/ExtUtils/MM_VMS.pm
47163 ____________________________________________________________________________
47164 [  6115] By: bailey                                on 2000/05/25  03:10:36
47165         Log: Add bounds checking for several strings (Charles Lane)
47166      Branch: vmsperl
47167            ! vms/vms.c
47168 ____________________________________________________________________________
47169 [  6114] By: bailey                                on 2000/05/25  02:25:34
47170         Log: Urk -- undo previous removal of vmsish 'exit' change
47171      Branch: vmsperl
47172            ! vms/ext/vmsish.pm vms/vmsish.h
47173 ____________________________________________________________________________
47174 [  6113] By: bailey                                on 2000/05/24  02:24:40
47175         Log: Ugly workaround for version-specific RTL error
47176      Branch: vmsperl
47177            ! vms/vms.c
47178 ____________________________________________________________________________
47179 [  6112] By: bailey                                on 2000/05/24  02:19:55
47180         Log: Check for existence of file before trying to delete
47181      Branch: vmsperl
47182            ! vms/test.com
47183 ____________________________________________________________________________
47184 [  6111] By: bailey                                on 2000/05/23  23:35:13
47185         Log: Resync with mainline prior to post-5.6.0 updates
47186      Branch: vmsperl
47187           +> (branch 49 files)
47188            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
47189            ! vms/ext/vmsish.pm
47190           !> (integrate 334 files)
47191 ____________________________________________________________________________
47192 [  6110] By: jhi                                   on 2000/05/23  19:28:32
47193         Log: todo tweak
47194      Branch: cfgperl
47195            ! Todo-5.6
47196 ____________________________________________________________________________
47197 [  6109] By: jhi                                   on 2000/05/18  17:38:54
47198         Log: Integrate with Sarathy.
47199      Branch: cfgperl
47200           !> mg.c perl.h win32/perlhost.h
47201 ____________________________________________________________________________
47202 [  6108] By: gsar                                  on 2000/05/17  02:24:56
47203         Log: reenable fake signal handling on Windows, bugs and all
47204      Branch: perl
47205            ! mg.c perl.h win32/perlhost.h
47206 ____________________________________________________________________________
47207 [  6107] By: jhi                                   on 2000/05/15  18:01:41
47208         Log: Tweak the todo list.
47209      Branch: cfgperl
47210            ! Todo-5.6
47211 ____________________________________________________________________________
47212 [  6106] By: jhi                                   on 2000/05/15  13:41:48
47213         Log: The (Configure) script refuses to go on, after asking for
47214              'You may also choose to try maximal 64-bitness....'.
47215              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
47216              -- Patrick Zima
47217              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
47218      Branch: cfgperl
47219            ! hints/solaris_2.sh
47220 ____________________________________________________________________________
47221 [  6105] By: jhi                                   on 2000/05/11  14:37:43
47222         Log: Integrate with Sarathy.
47223      Branch: cfgperl
47224           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47225           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
47226 ____________________________________________________________________________
47227 [  6104] By: gsar                                  on 2000/05/11  03:39:07
47228         Log: PL_sys_intern was being initialized too late on windows
47229      Branch: perl
47230            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
47231            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
47232 ____________________________________________________________________________
47233 [  6103] By: jhi                                   on 2000/05/09  19:42:20
47234         Log: Test tweaking for Unicos continues.
47235      Branch: cfgperl
47236            ! t/op/64bitint.t
47237 ____________________________________________________________________________
47238 [  6102] By: jhi                                   on 2000/05/09  16:47:27
47239         Log: The test suite tweak in #6101 wasn't quite right.
47240      Branch: cfgperl
47241            ! t/lib/complex.t
47242 ____________________________________________________________________________
47243 [  6101] By: jhi                                   on 2000/05/09  15:35:34
47244         Log: Hints and test tweaks for Unicos.
47245      Branch: cfgperl
47246            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
47247 ____________________________________________________________________________
47248 [  6100] By: jhi                                   on 2000/05/08  21:15:06
47249         Log: More compilation tweakery from Allen Smith.
47250      Branch: cfgperl
47251            ! hints/irix_6.sh
47252 ____________________________________________________________________________
47253 [  6099] By: jhi                                   on 2000/05/08  19:21:18
47254         Log: Tweaks for the cc bugs from Allen Smith.
47255      Branch: cfgperl
47256            ! hints/irix_6.sh
47257 ____________________________________________________________________________
47258 [  6098] By: jhi                                   on 2000/05/08  19:13:37
47259         Log: Add a note about other, yet unsupported, shadow password APIs.
47260      Branch: cfgperl
47261            ! pp_sys.c
47262 ____________________________________________________________________________
47263 [  6097] By: jhi                                   on 2000/05/08  18:46:34
47264         Log: Add a note about possible compilation problems from Allen Smith.
47265      Branch: cfgperl
47266            ! hints/irix_6.sh
47267 ____________________________________________________________________________
47268 [  6096] By: jhi                                   on 2000/05/08  17:33:10
47269         Log: Integrate with Sarathy.
47270      Branch: cfgperl
47271           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47272           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47273 ____________________________________________________________________________
47274 [  6095] By: jhi                                   on 2000/05/08  16:21:33
47275         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47276              might be useful in future.
47277      Branch: cfgperl
47278            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47279            ! config_h.SH
47280      Branch: metaconfig
47281            ! U/installdirs/inc_version_list.U
47282      Branch: metaconfig/U/perl
47283            ! perlxv.U
47284 ____________________________________________________________________________
47285 [  6094] By: gsar                                  on 2000/05/08  14:22:22
47286         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47287      Branch: perl
47288            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47289            ! hints/cygwin.sh pp_sys.c
47290 ____________________________________________________________________________
47291 [  6093] By: gsar                                  on 2000/05/08  12:52:28
47292         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
47293              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47294      Branch: perl
47295            ! pp_sys.c sv.c win32/perlhost.h
47296 ____________________________________________________________________________
47297 [  6092] By: jhi                                   on 2000/05/07  22:40:34
47298         Log: Regen perltoc with the fixed buildtoc.
47299      Branch: cfgperl
47300            ! pod/perltoc.pod
47301 ____________________________________________________________________________
47302 [  6091] By: jhi                                   on 2000/05/07  22:24:16
47303         Log: Integrate with Sarathy.
47304      Branch: cfgperl
47305           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
47306           !> t/op/substr.t toke.c
47307 ____________________________________________________________________________
47308 [  6090] By: gsar                                  on 2000/05/07  19:47:07
47309         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
47310              [NI]OK; added tests for both
47311      Branch: perl
47312            ! perl.c pp_hot.c sv.c t/op/substr.t
47313 ____________________________________________________________________________
47314 [  6089] By: gsar                                  on 2000/05/07  18:18:38
47315         Log: buildtoc tweak to fix newline lossage
47316      Branch: perl
47317            ! pod/buildtoc
47318 ____________________________________________________________________________
47319 [  6088] By: jhi                                   on 2000/05/07  16:35:36
47320         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47321              because we do not use those.  The HAS_GETSPNAM remains,
47322              though, because we still do use that.
47323      Branch: cfgperl
47324            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47325            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47326            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47327            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
47328            ! win32/config.vc win32/config_H.bc win32/config_H.gc
47329            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47330 ____________________________________________________________________________
47331 [  6087] By: gsar                                  on 2000/05/07  16:05:16
47332         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
47333      Branch: perl
47334            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47335 ____________________________________________________________________________
47336 [  6086] By: jhi                                   on 2000/05/07  15:27:07
47337         Log: Integrate with Sarathy.
47338      Branch: cfgperl
47339           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47340           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47341           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
47342           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
47343           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
47344           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
47345 ____________________________________________________________________________
47346 [  6085] By: gsar                                  on 2000/05/07  05:52:02
47347         Log: repeat operator (x) doesn't preserve utf8-ness
47348      Branch: perl
47349            ! pp.c t/op/substr.t
47350 ____________________________________________________________________________
47351 [  6084] By: gsar                                  on 2000/05/07  05:39:55
47352         Log: substr() does not preserve utf8-ness (from Stefan Eissing
47353              <Eissing@medicaldataservice.de>); added tests
47354      Branch: perl
47355            ! pp.c t/op/substr.t
47356 ____________________________________________________________________________
47357 [  6083] By: gsar                                  on 2000/05/07  05:24:46
47358         Log: note about undocumented caller() return value (from M.J.T. Guy);
47359              yet another peek.t tweak
47360      Branch: perl
47361            ! pod/perlfunc.pod t/lib/peek.t
47362 ____________________________________________________________________________
47363 [  6082] By: gsar                                  on 2000/05/07  05:08:40
47364         Log: peek.t non-portable to ithreads
47365      Branch: perl
47366            ! t/lib/peek.t
47367 ____________________________________________________________________________
47368 [  6081] By: gsar                                  on 2000/05/07  04:17:04
47369         Log: better default perlbug categories for ok reports (from Richard Foley)
47370      Branch: perl
47371            ! utils/perlbug.PL
47372 ____________________________________________________________________________
47373 [  6080] By: gsar                                  on 2000/05/07  04:08:07
47374         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
47375              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47376      Branch: perl
47377            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47378            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47379            ! AUTHORS MAINTAIN MANIFEST
47380 ____________________________________________________________________________
47381 [  6079] By: gsar                                  on 2000/05/07  04:01:38
47382         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
47383      Branch: perl
47384            ! lib/Carp/Heavy.pm
47385 ____________________________________________________________________________
47386 [  6078] By: gsar                                  on 2000/05/07  01:24:19
47387         Log: workaround for CRT bug in chdir() (from Charles Lane, via
47388              Peter Prymmer)
47389      Branch: perl
47390            ! iperlsys.h vms/vms.c vms/vmsish.h
47391 ____________________________________________________________________________
47392 [  6077] By: gsar                                  on 2000/05/07  01:22:23
47393         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47394              and Tom Phoenix)
47395      Branch: perl
47396            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
47397 ____________________________________________________________________________
47398 [  6076] By: gsar                                  on 2000/05/06  17:36:29
47399         Log: integrate cfgperl contents into mainline
47400      Branch: perl
47401           +> t/lib/peek.t
47402           !> Configure MANIFEST Porting/Glossary Porting/config.sh
47403           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
47404           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
47405           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
47406 ____________________________________________________________________________
47407 [  6075] By: jhi                                   on 2000/05/05  18:56:10
47408         Log: Make the test more portable.
47409      Branch: cfgperl
47410            ! t/lib/peek.t
47411 ____________________________________________________________________________
47412 [  6074] By: jhi                                   on 2000/05/05  18:49:20
47413         Log: Introduce t/lib/peek.t.
47414      Branch: cfgperl
47415            + t/lib/peek.t
47416            ! MANIFEST
47417 ____________________________________________________________________________
47418 [  6073] By: jhi                                   on 2000/05/05  14:30:45
47419         Log: Complex tweaks.
47420      Branch: cfgperl
47421            ! lib/Math/Complex.pm t/lib/complex.t
47422 ____________________________________________________________________________
47423 [  6072] By: jhi                                   on 2000/05/05  12:27:13
47424         Log: Integrate with Sarathy.
47425      Branch: cfgperl
47426           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47427           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47428           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
47429           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
47430 ____________________________________________________________________________
47431 [  6071] By: gsar                                  on 2000/05/05  02:24:46
47432         Log: misformatted perllocal.pod (from Tim Jenness
47433              <t.jenness@jach.hawaii.edu>)
47434      Branch: perl
47435            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
47436 ____________________________________________________________________________
47437 [  6070] By: gsar                                  on 2000/05/05  02:16:52
47438         Log: remove misleading comment (from M.J.T. Guy)
47439      Branch: perl
47440            ! t/lib/anydbm.t
47441 ____________________________________________________________________________
47442 [  6069] By: gsar                                  on 2000/05/05  02:15:13
47443         Log: File::Spec compatibility update (from Barrie Slaymaker
47444              <barries@slaysys.com>)
47445      Branch: perl
47446            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
47447            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47448 ____________________________________________________________________________
47449 [  6068] By: gsar                                  on 2000/05/05  02:01:50
47450         Log: note about values()
47451      Branch: perl
47452            ! pod/perlfunc.pod
47453 ____________________________________________________________________________
47454 [  6067] By: gsar                                  on 2000/05/05  01:33:09
47455         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
47456      Branch: perl
47457            ! win32/win32.c
47458 ____________________________________________________________________________
47459 [  6066] By: gsar                                  on 2000/05/05  01:23:43
47460         Log: s/END/CHECK/
47461      Branch: perl
47462            ! perl.c
47463 ____________________________________________________________________________
47464 [  6065] By: jhi                                   on 2000/05/04  17:30:22
47465         Log: Integrate with Sarathy.
47466      Branch: cfgperl
47467           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
47468 ____________________________________________________________________________
47469 [  6064] By: gsar                                  on 2000/05/04  17:26:14
47470         Log: change#5905 wasn't quite right--it's intent only applies when arguments
47471              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
47472      Branch: perl
47473            ! pp_sys.c sv.c
47474 ____________________________________________________________________________
47475 [  6063] By: gsar                                  on 2000/05/04  16:52:29
47476         Log: tokeq() could read unallocated field in argument
47477      Branch: perl
47478            ! toke.c
47479 ____________________________________________________________________________
47480 [  6062] By: gsar                                  on 2000/05/04  16:34:51
47481         Log: additional tests for utf8.t
47482      Branch: perl
47483            ! t/pragma/utf8.t
47484 ____________________________________________________________________________
47485 [  6061] By: gsar                                  on 2000/05/04  16:09:28
47486         Log: change#5921 neglected to make eq honor "use bytes"
47487      Branch: perl
47488            ! sv.c
47489 ____________________________________________________________________________
47490 [  6060] By: jhi                                   on 2000/05/04  15:30:16
47491         Log: Integrate with Sarathy.
47492      Branch: cfgperl
47493           !> perl.c regcomp.c t/pragma/utf8.t
47494 ____________________________________________________________________________
47495 [  6059] By: jhi                                   on 2000/05/04  15:26:37
47496         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
47497              in natively 64-bit platforms where a long is a quad (no need
47498              for long longs).  Also added bias for IVs.
47499      Branch: cfgperl
47500            ! toke.c
47501 ____________________________________________________________________________
47502 [  6058] By: gsar                                  on 2000/05/04  00:19:14
47503         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
47504              (spotted by Donald Kinzer <dkinzer@premia.com>)
47505      Branch: perl
47506            ! perl.c
47507 ____________________________________________________________________________
47508 [  6057] By: gsar                                  on 2000/05/03  18:34:01
47509         Log: fix broken parsing of /\x{ab}/
47510      Branch: perl
47511            ! regcomp.c t/pragma/utf8.t
47512 ____________________________________________________________________________
47513 [  6056] By: jhi                                   on 2000/05/03  17:57:16
47514         Log: The search of infinity continues, this time simplified.
47515      Branch: cfgperl
47516            ! lib/Math/Complex.pm
47517 ____________________________________________________________________________
47518 [  6055] By: jhi                                   on 2000/05/03  17:45:30
47519         Log: Detypo.
47520      Branch: cfgperl
47521            ! hints/unicos.sh
47522 ____________________________________________________________________________
47523 [  6054] By: jhi                                   on 2000/05/02  22:28:27
47524         Log: Be more forgiving in POSIX about HUGE_VALL.
47525      Branch: cfgperl
47526            ! ext/POSIX/POSIX.xs
47527 ____________________________________________________________________________
47528 [  6053] By: jhi                                   on 2000/05/02  22:25:05
47529         Log: Integrate with Sarathy.
47530      Branch: cfgperl
47531           !> hints/irix_6.sh pod/perlop.pod
47532 ____________________________________________________________________________
47533 [  6052] By: jhi                                   on 2000/05/02  22:24:31
47534         Log: Unicos hint tweak.
47535      Branch: cfgperl
47536            ! hints/unicos.sh
47537 ____________________________________________________________________________
47538 [  6051] By: jhi                                   on 2000/05/02  22:21:26
47539         Log: Complex tweakery.
47540      Branch: cfgperl
47541            ! lib/Math/Complex.pm t/lib/complex.t
47542 ____________________________________________________________________________
47543 [  6050] By: jhi                                   on 2000/05/02  19:26:22
47544         Log: Use setxxent()/endxxent().
47545      Branch: cfgperl
47546            ! t/op/grent.t t/op/pwent.t
47547 ____________________________________________________________________________
47548 [  6049] By: jhi                                   on 2000/05/02  19:06:02
47549         Log: Test both the scalar and list contexts.
47550      Branch: cfgperl
47551            ! t/op/grent.t t/op/pwent.t
47552 ____________________________________________________________________________
47553 [  6048] By: gsar                                  on 2000/05/02  18:29:10
47554         Log: add note about how $( doesn't interpolate in REs (from
47555              Philip Newton <newton@ficus.frogspace.net>)
47556      Branch: perl
47557            ! pod/perlop.pod
47558 ____________________________________________________________________________
47559 [  6047] By: jhi                                   on 2000/05/02  17:41:24
47560         Log: Call getspnam() only iff needd.
47561      Branch: cfgperl
47562            ! pp_sys.c
47563 ____________________________________________________________________________
47564 [  6046] By: gsar                                  on 2000/05/02  17:07:25
47565         Log: libscheck has insufficient checks for n32 libs (from
47566              Albert Chin-A-Young <china@thewrittenword.com>)
47567      Branch: perl
47568            ! hints/irix_6.sh
47569 ____________________________________________________________________________
47570 [  6045] By: jhi                                   on 2000/05/02  13:57:17
47571         Log: Integrate with Sarathy.
47572      Branch: cfgperl
47573           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
47574           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
47575 ____________________________________________________________________________
47576 [  6044] By: gsar                                  on 2000/05/02  06:48:19
47577         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
47578              such that underscores are only ignored in literal numbers,
47579              "\x{...}", and hex/oct argument
47580      Branch: perl
47581            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
47582 ____________________________________________________________________________
47583 [  6043] By: gsar                                  on 2000/05/02  02:22:29
47584         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
47585      Branch: perl
47586            ! pod/perlretut.pod
47587 ____________________________________________________________________________
47588 [  6042] By: gsar                                  on 2000/05/02  02:17:51
47589         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
47590      Branch: perl
47591            ! pod/perltrap.pod
47592 ____________________________________________________________________________
47593 [  6041] By: gsar                                  on 2000/05/02  01:53:51
47594         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
47595              to compensate
47596      Branch: perl
47597            ! Porting/makerel
47598 ____________________________________________________________________________
47599 [  6040] By: gsar                                  on 2000/05/02  01:51:57
47600         Log: missing files in MANIFEST
47601      Branch: perl
47602            ! MANIFEST
47603 ____________________________________________________________________________
47604 [  6039] By: jhi                                   on 2000/05/02  00:36:46
47605         Log: Infinite problems.
47606      Branch: cfgperl
47607            ! lib/Math/Complex.pm
47608 ____________________________________________________________________________
47609 [  6038] By: jhi                                   on 2000/05/02  00:06:38
47610         Log: pwent/spent #ifdef imbalance.
47611      Branch: cfgperl
47612            ! pp_sys.c
47613 ____________________________________________________________________________
47614 [  6037] By: jhi                                   on 2000/05/01  22:50:11
47615         Log: Use HUGE_VALL if applicable.
47616      Branch: cfgperl
47617            ! ext/POSIX/POSIX.xs util.c
47618 ____________________________________________________________________________
47619 [  6036] By: jhi                                   on 2000/05/01  22:20:53
47620         Log: Correct Freudian slip.
47621      Branch: cfgperl
47622            ! pp_sys.c
47623 ____________________________________________________________________________
47624 [  6035] By: jhi                                   on 2000/05/01  21:07:38
47625         Log: Continue on the pwent/spent case.
47626      Branch: cfgperl
47627            ! pp_sys.c
47628 ____________________________________________________________________________
47629 [  6034] By: jhi                                   on 2000/05/01  17:45:14
47630         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
47631              adjustments in 6032 conflicted badly with this, will have
47632              to revisit them later.
47633      Branch: cfgperl
47634           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
47635           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47636           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
47637           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
47638           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
47639           !> t/lib/cgi-html.t t/lib/cgi-request.t
47640 ____________________________________________________________________________
47641 [  6033] By: jhi                                   on 2000/05/01  17:40:49
47642         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
47643      Branch: cfgperl
47644            ! pp_sys.c
47645 ____________________________________________________________________________
47646 [  6032] By: gsar                                  on 2000/05/01  15:56:32
47647         Log: whitespace adjustments
47648      Branch: perl
47649            ! pp_sys.c
47650 ____________________________________________________________________________
47651 [  6031] By: gsar                                  on 2000/05/01  15:19:41
47652         Log: small nits in diagnostics.pm (from Robin Barker)
47653      Branch: perl
47654            ! lib/diagnostics.pm pod/perldiag.pod
47655 ____________________________________________________________________________
47656 [  6030] By: gsar                                  on 2000/05/01  08:39:18
47657         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
47658              for @- and @+ (from Johan Vromans)
47659      Branch: perl
47660            ! lib/English.pm pod/perlvar.pod
47661 ____________________________________________________________________________
47662 [  6029] By: gsar                                  on 2000/05/01  08:16:10
47663         Log: add CGI.pm v2.66 (from Lincoln Stein)
47664      Branch: perl
47665            + lib/CGI/Util.pm t/lib/cgi-pretty.t
47666            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
47667            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
47668            ! t/lib/cgi-html.t t/lib/cgi-request.t
47669 ____________________________________________________________________________
47670 [  6028] By: gsar                                  on 2000/05/01  06:34:41
47671         Log: Pod::Man generates groff-incompatible macro definition (from
47672              Tom Christiansen)
47673      Branch: perl
47674            ! lib/Pod/Man.pm
47675 ____________________________________________________________________________
47676 [  6027] By: gsar                                  on 2000/05/01  06:31:36
47677         Log: podlators-1.02 update (from Russ Allbery)
47678      Branch: perl
47679            ! lib/Pod/Man.pm lib/Pod/Text.pm
47680 ____________________________________________________________________________
47681 [  6026] By: jhi                                   on 2000/04/30  23:24:23
47682         Log: Integrate with Sarathy.
47683      Branch: cfgperl
47684           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47685           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
47686           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47687           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47688           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
47689           !> t/lib/syslog.t toke.c win32/win32.h
47690 ____________________________________________________________________________
47691 [  6025] By: gsar                                  on 2000/04/30  18:17:47
47692         Log: Is{Alnum,Alpha,Word} don't match titlecase
47693              
47694              TODO: IsSpace is defined recursively!
47695              
47696              (both spotted by Larry)
47697      Branch: perl
47698            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47699            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47700 ____________________________________________________________________________
47701 [  6024] By: gsar                                  on 2000/04/30  17:50:19
47702         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
47703              (from Hugo van der Sanden)
47704      Branch: perl
47705            ! toke.c
47706 ____________________________________________________________________________
47707 [  6023] By: gsar                                  on 2000/04/30  17:14:43
47708         Log: debugger stomps on $. (from M.J.T. Guy)
47709      Branch: perl
47710            ! lib/perl5db.pl
47711 ____________________________________________________________________________
47712 [  6022] By: gsar                                  on 2000/04/30  16:59:22
47713         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
47714      Branch: perl
47715            ! sv.c
47716 ____________________________________________________________________________
47717 [  6021] By: gsar                                  on 2000/04/29  21:00:08
47718         Log: remove Win2K issue in pod (fixed by change#6020)
47719      Branch: perl
47720            ! README.win32 pod/perl56delta.pod
47721 ____________________________________________________________________________
47722 [  6020] By: gsar                                  on 2000/04/29  20:51:49
47723         Log: test tweak
47724      Branch: perl
47725            ! t/lib/open3.t
47726 ____________________________________________________________________________
47727 [  6019] By: gsar                                  on 2000/04/29  20:34:27
47728         Log: windows portability tweaks
47729      Branch: perl
47730            ! t/lib/b.t win32/win32.h
47731 ____________________________________________________________________________
47732 [  6018] By: gsar                                  on 2000/04/29  19:55:24
47733         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
47734              make _PATH_LOG() return "" if unavailable
47735      Branch: perl
47736            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
47737            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
47738 ____________________________________________________________________________
47739 [  6017] By: jhi                                   on 2000/04/28  22:49:46
47740         Log: Integrate with Sarathy.
47741      Branch: cfgperl
47742           !> op.c perl.c pod/perldiag.pod t/lib/b.t
47743 ____________________________________________________________________________
47744 [  6016] By: jhi                                   on 2000/04/28  22:46:14
47745         Log: Do not warn that an infinity does not look like a number.
47746      Branch: cfgperl
47747            ! sv.c
47748 ____________________________________________________________________________
47749 [  6015] By: gsar                                  on 2000/04/28  22:35:49
47750         Log: tweak test for portability
47751      Branch: perl
47752            ! t/lib/b.t
47753 ____________________________________________________________________________
47754 [  6014] By: gsar                                  on 2000/04/28  22:05:31
47755         Log: glob() loading File::Glob behind the scenes may cause syntax errors
47756      Branch: perl
47757            ! op.c
47758 ____________________________________________________________________________
47759 [  6013] By: gsar                                  on 2000/04/28  21:25:22
47760         Log: tweak change#5945 to display correct switch name in diagnostic
47761      Branch: perl
47762            ! perl.c pod/perldiag.pod
47763 ____________________________________________________________________________
47764 [  6012] By: jhi                                   on 2000/04/28  21:08:12
47765         Log: Integrate with Sarathy.
47766      Branch: cfgperl
47767           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
47768           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
47769           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
47770 ____________________________________________________________________________
47771 [  6011] By: jhi                                   on 2000/04/28  21:04:46
47772         Log: &HUGE_VAL is not defined, it exists.
47773      Branch: cfgperl
47774            ! lib/Math/Complex.pm
47775 ____________________________________________________________________________
47776 [  6010] By: gsar                                  on 2000/04/28  21:02:58
47777         Log: clarify note about shadow password support (from
47778              gellyfish@gellyfish.com)
47779      Branch: perl
47780            ! pod/perlfunc.pod
47781 ____________________________________________________________________________
47782 [  6009] By: gsar                                  on 2000/04/28  21:00:00
47783         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
47784      Branch: perl
47785            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
47786 ____________________________________________________________________________
47787 [  6008] By: gsar                                  on 2000/04/28  20:56:33
47788         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
47789      Branch: perl
47790            ! installperl vms/subconfigure.com
47791 ____________________________________________________________________________
47792 [  6007] By: gsar                                  on 2000/04/28  20:51:21
47793         Log: note about compile failures and END blocks (from M.J.T. Guy)
47794      Branch: perl
47795            ! pod/perl56delta.pod pod/perlmod.pod
47796 ____________________________________________________________________________
47797 [  6006] By: jhi                                   on 2000/04/28  20:42:14
47798         Log: Regen Configure.
47799      Branch: cfgperl
47800            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47801            ! config_h.SH
47802 ____________________________________________________________________________
47803 [  6005] By: gsar                                  on 2000/04/28  20:41:16
47804         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
47805      Branch: perl
47806            ! utils/perldoc.PL
47807 ____________________________________________________________________________
47808 [  6004] By: jhi                                   on 2000/04/28  20:28:21
47809         Log: Integrate with Sarathy.
47810      Branch: cfgperl
47811           !> Configure INSTALL Porting/Glossary Porting/config.sh
47812           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
47813           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
47814           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47815           !> win32/config.vc win32/win32.c
47816 ____________________________________________________________________________
47817 [  6003] By: gsar                                  on 2000/04/28  20:11:20
47818         Log: allow REG_EXPAND_SZ keys in Windows registry (from
47819              John Clayton <John.Clayton@barclayscapital.com>)
47820      Branch: perl
47821            ! win32/win32.c
47822 ____________________________________________________________________________
47823 [  6002] By: gsar                                  on 2000/04/28  19:34:16
47824         Log: destructive sv_setsv() can lose UV-ness from source, causing
47825              numeric promotions/comparisons to fail to do the right thing
47826      Branch: perl
47827            ! sv.c
47828 ____________________________________________________________________________
47829 [  6001] By: gsar                                  on 2000/04/28  18:44:15
47830         Log: support additional library locations via $Config{otherlibdirs}
47831              (from Andy Dougherty)
47832      Branch: perl
47833            ! Configure INSTALL Porting/Glossary Porting/config.sh
47834            ! Porting/config_H config_h.SH epoc/config.sh perl.c
47835            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
47836            ! win32/config.bc win32/config.gc win32/config.vc
47837 ____________________________________________________________________________
47838 [  6000] By: gsar                                  on 2000/04/28  18:26:58
47839         Log: reworked otherlibdirs.U (from Andy Dougherty)
47840      Branch: metaconfig
47841            ! U/installdirs/otherlibdirs.U
47842 ____________________________________________________________________________
47843 [  5999] By: gsar                                  on 2000/04/28  18:17:07
47844         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
47845      Branch: perl
47846            ! t/pragma/warn/toke toke.c
47847 ____________________________________________________________________________
47848 [  5998] By: jhi                                   on 2000/04/28  13:32:17
47849         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
47850      Branch: cfgperl
47851            ! lib/Math/Complex.pm
47852 ____________________________________________________________________________
47853 [  5997] By: jhi                                   on 2000/04/28  13:14:04
47854         Log: Preserve $!.
47855      Branch: cfgperl
47856            ! lib/Math/Complex.pm
47857 ____________________________________________________________________________
47858 [  5996] By: jhi                                   on 2000/04/28  12:59:23
47859         Log: Integrate with Sarathy.
47860      Branch: cfgperl
47861           +> pod/perlrequick.pod pod/perlretut.pod
47862           !> (integrate 51 files)
47863 ____________________________________________________________________________
47864 [  5995] By: gsar                                  on 2000/04/28  09:37:36
47865         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
47866      Branch: perl
47867            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
47868 ____________________________________________________________________________
47869 [  5994] By: gsar                                  on 2000/04/28  09:33:26
47870         Log: fix for missed accounting for null byte in pack("Z",...) (from
47871              M.J.T. Guy)
47872      Branch: perl
47873            ! pp.c t/op/pack.t
47874 ____________________________________________________________________________
47875 [  5993] By: gsar                                  on 2000/04/28  09:30:05
47876         Log: various minor tweaks seen on p5p
47877      Branch: perl
47878            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
47879 ____________________________________________________________________________
47880 [  5992] By: gsar                                  on 2000/04/28  09:08:19
47881         Log: pod nit (from Simon Cozens)
47882      Branch: perl
47883            ! pod/perlop.pod
47884 ____________________________________________________________________________
47885 [  5991] By: gsar                                  on 2000/04/28  09:06:36
47886         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
47887      Branch: perl
47888            ! README.posix-bc hints/posix-bc.sh
47889 ____________________________________________________________________________
47890 [  5990] By: gsar                                  on 2000/04/28  08:54:52
47891         Log: use $ENV{LIB} to search for libs under Visual C compiler
47892              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
47893      Branch: perl
47894            ! lib/ExtUtils/Liblist.pm
47895 ____________________________________________________________________________
47896 [  5989] By: gsar                                  on 2000/04/28  08:27:12
47897         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
47898              itself and no other (from Tom Hughes)
47899      Branch: perl
47900            ! t/op/array.t toke.c
47901 ____________________________________________________________________________
47902 [  5988] By: gsar                                  on 2000/04/28  08:01:38
47903         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
47904              <paul@miraclefish.com>)
47905      Branch: perl
47906            ! lib/ExtUtils/MakeMaker.pm
47907 ____________________________________________________________________________
47908 [  5987] By: gsar                                  on 2000/04/28  07:53:09
47909         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
47910      Branch: perl
47911            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
47912 ____________________________________________________________________________
47913 [  5986] By: gsar                                  on 2000/04/28  07:44:17
47914         Log: add regular expressions tutorial and quick-start guide (from
47915              Mark Kvale <kvale@phy.ucsf.edu>)
47916      Branch: perl
47917            + pod/perlrequick.pod pod/perlretut.pod
47918            ! AUTHORS MAINTAIN MANIFEST
47919 ____________________________________________________________________________
47920 [  5985] By: gsar                                  on 2000/04/28  07:30:28
47921         Log: forked child may not exit correctly if it failed to open
47922              /dev/console (from Graham Barr)
47923      Branch: perl
47924            ! ext/Sys/Syslog/Syslog.pm
47925 ____________________________________________________________________________
47926 [  5984] By: gsar                                  on 2000/04/28  07:27:20
47927         Log: attributes::reftype() doesn't work on tied argument
47928      Branch: perl
47929            ! xsutils.c
47930 ____________________________________________________________________________
47931 [  5983] By: gsar                                  on 2000/04/28  07:15:04
47932         Log: numeric conversion of non-number in change#3378 tramples on
47933              OOK offset, causing segfaults
47934      Branch: perl
47935            ! sv.c
47936 ____________________________________________________________________________
47937 [  5982] By: gsar                                  on 2000/04/28  04:48:25
47938         Log: avoid error in IO::Socket::INET when given an unknown service name
47939              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
47940      Branch: perl
47941            ! ext/IO/lib/IO/Socket/INET.pm
47942 ____________________________________________________________________________
47943 [  5981] By: gsar                                  on 2000/04/28  04:31:31
47944         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
47945              prototype mismatch with CORE::glob(); update pod and tests to
47946              suit (File::Glob::glob() is still available for backward
47947              compatibility, but should be considered deprecated)
47948      Branch: perl
47949            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
47950            ! t/lib/glob-taint.t
47951 ____________________________________________________________________________
47952 [  5980] By: gsar                                  on 2000/04/28  03:47:29
47953         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
47954              <ghudson@mit.edu>)
47955      Branch: metaconfig
47956            ! U/modified/Options.U
47957      Branch: perl
47958            ! Configure
47959 ____________________________________________________________________________
47960 [  5979] By: gsar                                  on 2000/04/28  03:07:54
47961         Log: under useithreads, constant pad entries could inadvertantly be
47962              shared across threads (from Eric Blood <eblood@xmission.com>);
47963              added Eric's test case to testsuite
47964      Branch: perl
47965            ! op.c t/op/misc.t
47966 ____________________________________________________________________________
47967 [  5978] By: gsar                                  on 2000/04/27  21:13:00
47968         Log: sync version numbers in File::Spec with the ones on CPAN
47969              (from Barrie Slaymaker)
47970      Branch: perl
47971            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
47972            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
47973            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
47974 ____________________________________________________________________________
47975 [  5977] By: gsar                                  on 2000/04/27  21:07:29
47976         Log: autoquote barewords followed by newline and arrow properly
47977              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
47978      Branch: perl
47979            ! t/pragma/warn/toke toke.c
47980 ____________________________________________________________________________
47981 [  5976] By: gsar                                  on 2000/04/27  20:41:20
47982         Log: DB_File v1.73 update (from Paul Marquess)
47983      Branch: perl
47984            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47985            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47986 ____________________________________________________________________________
47987 [  5975] By: gsar                                  on 2000/04/27  20:34:24
47988         Log: allow sort() reentrancy (variant of patch suggested by
47989              Hugo van der Sanden)
47990      Branch: perl
47991            ! pp_ctl.c t/op/sort.t
47992 ____________________________________________________________________________
47993 [  5974] By: gsar                                  on 2000/04/27  19:46:57
47994         Log: change#4197 somehow missed initializing PL_errors, meaning
47995              sytax error queueing wasn't working outside eval"" at all;
47996              also fixed eval"" to localize PL_error_count, so that compile-time
47997              eval's don't clobber the error state of the outer context
47998      Branch: perl
47999            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
48000            ! t/pragma/warn/toke
48001 ____________________________________________________________________________
48002 [  5973] By: gsar                                  on 2000/04/27  18:29:05
48003         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
48004      Branch: perl
48005            ! regcomp.c regexec.c t/op/re_tests
48006 ____________________________________________________________________________
48007 [  5972] By: jhi                                   on 2000/04/27  18:22:41
48008         Log: Integrate with Sarathy.
48009      Branch: cfgperl
48010           +> t/lib/b.t t/lib/syslog.t
48011           !> (integrate 31 files)
48012 ____________________________________________________________________________
48013 [  5971] By: jhi                                   on 2000/04/27  18:18:46
48014         Log: Unicos tweaks from Mark P. Lutz.
48015      Branch: cfgperl
48016            ! hints/unicos.sh lib/Math/Complex.pm
48017 ____________________________________________________________________________
48018 [  5970] By: gsar                                  on 2000/04/27  18:05:11
48019         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
48020              IV is >32bits
48021      Branch: perl
48022            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
48023 ____________________________________________________________________________
48024 [  5969] By: gsar                                  on 2000/04/27  17:50:56
48025         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
48026      Branch: perl
48027            + t/lib/syslog.t
48028            ! MANIFEST ext/Sys/Syslog/Syslog.pm
48029 ____________________________________________________________________________
48030 [  5968] By: gsar                                  on 2000/04/27  17:44:49
48031         Log: tolerate spaces in group names in test on solaris (from David Boyce
48032              <dsb@boyski.com>)
48033      Branch: perl
48034            ! t/op/groups.t
48035 ____________________________________________________________________________
48036 [  5967] By: gsar                                  on 2000/04/27  17:41:22
48037         Log: improved docs on the warn_uninit diagnostic (from David Glasser
48038              and Simon Cozens)
48039      Branch: perl
48040            ! pod/perldiag.pod
48041 ____________________________________________________________________________
48042 [  5966] By: gsar                                  on 2000/04/27  16:54:58
48043         Log: add testsuite for B backends, fix bug in B::Deparse (from
48044              Simon Cozens <simon@brecon.co.uk>)
48045      Branch: perl
48046            + t/lib/b.t
48047            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
48048 ____________________________________________________________________________
48049 [  5965] By: gsar                                  on 2000/04/27  16:10:37
48050         Log: avoid "will not stay shared" warnings for our variables (from
48051              Robin Barker)
48052      Branch: perl
48053            ! op.c t/pragma/warn/op
48054 ____________________________________________________________________________
48055 [  5964] By: gsar                                  on 2000/04/27  07:05:05
48056         Log: reformat to 72 columns (again)
48057      Branch: perl
48058            ! pod/perldiag.pod
48059 ____________________________________________________________________________
48060 [  5963] By: gsar                                  on 2000/04/27  06:28:31
48061         Log: patch from Larry to make (\&) prototype work; added tests for
48062              the same
48063      Branch: perl
48064            ! op.c t/comp/proto.t
48065 ____________________________________________________________________________
48066 [  5962] By: gsar                                  on 2000/04/27  06:15:47
48067         Log: updated README.hpux (from Jeff Okamoto)
48068      Branch: perl
48069            ! README.hpux
48070 ____________________________________________________________________________
48071 [  5961] By: gsar                                  on 2000/04/27  05:55:03
48072         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
48073      Branch: perl
48074            ! emacs/cperl-mode.el
48075 ____________________________________________________________________________
48076 [  5960] By: gsar                                  on 2000/04/27  05:49:26
48077         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
48078      Branch: perl
48079            ! INSTALL
48080 ____________________________________________________________________________
48081 [  5959] By: gsar                                  on 2000/04/27  05:33:41
48082         Log: doubled words in pods (from Simon Cozens
48083              <simon.p.cozens@jp.pwcglobal.com>)
48084      Branch: perl
48085            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
48086            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
48087            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
48088            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
48089            ! pod/perltootc.pod
48090 ____________________________________________________________________________
48091 [  5958] By: gsar                                  on 2000/04/27  05:11:39
48092         Log: change#3569 deleted some essential code, revert; avoid use of
48093              atexit() to make DynaLoader work properly on AIX under mod_perl
48094              (from Jens-Uwe Mager <jum@helios.de>)
48095      Branch: perl
48096            ! ext/DynaLoader/dl_aix.xs
48097 ____________________________________________________________________________
48098 [  5957] By: gsar                                  on 2000/04/27  04:54:51
48099         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
48100      Branch: perl
48101            ! pod/perlmod.pod
48102 ____________________________________________________________________________
48103 [  5956] By: gsar                                  on 2000/04/27  04:51:47
48104         Log: better diagnostics on failed tests (from Ilya Zakharevich)
48105      Branch: perl
48106            ! t/op/lex_assign.t
48107 ____________________________________________________________________________
48108 [  5955] By: gsar                                  on 2000/04/27  04:26:44
48109         Log: longstanding bug exposed by change#3307: sort arguments weren't
48110              compiled with the right wantarray context (ensuing runtime lookup
48111              via block_gimme() was getting the incidental context of the
48112              sort() itself)
48113      Branch: perl
48114            ! op.c t/op/sort.t
48115 ____________________________________________________________________________
48116 [  5954] By: gsar                                  on 2000/04/26  23:42:12
48117         Log: integrate cfgperl contents into mainline
48118      Branch: perl
48119           !> (integrate 30 files)
48120 ____________________________________________________________________________
48121 [  5953] By: jhi                                   on 2000/04/26  23:06:42
48122         Log: Integrate with Sarathy.
48123      Branch: cfgperl
48124           !> README.win32 ext/B/B/Deparse.pm
48125           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48126           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
48127           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
48128           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
48129           !> utils/perldoc.PL vms/perlvms.pod
48130 ____________________________________________________________________________
48131 [  5952] By: jhi                                   on 2000/04/26  23:03:46
48132         Log: Undo "use integer" addition from 64bitint as it seems
48133              to break most of the subtests in Digital UNIX;
48134              Unicos needs to find another way.
48135      Branch: cfgperl
48136            ! t/op/64bitint.t
48137 ____________________________________________________________________________
48138 [  5951] By: jhi                                   on 2000/04/26  22:57:53
48139         Log: Be more robust on "extreme" (large absolute value)
48140              arguments.  Originally reported by Daniel Connelly
48141              as a problem with asinh() on large negative arguments,
48142              asinh() used to bail out because an argument to log()
48143              ended up being zero.  Ilya Zakharevich proposed using
48144              Taylor's series in such cases, which for such large
48145              arguments is a very good approximation.
48146      Branch: cfgperl
48147            ! lib/Math/Complex.pm t/lib/complex.t
48148 ____________________________________________________________________________
48149 [  5950] By: gsar                                  on 2000/04/25  19:13:12
48150         Log: reformat perldiag to avoid long lines
48151      Branch: perl
48152            ! pod/perldiag.pod
48153 ____________________________________________________________________________
48154 [  5949] By: gsar                                  on 2000/04/25  18:41:11
48155         Log: make perldoc use the pod2man from the same version (from
48156              M.J.T. Guy)
48157      Branch: perl
48158            ! utils/perldoc.PL
48159 ____________________________________________________________________________
48160 [  5948] By: gsar                                  on 2000/04/25  18:21:57
48161         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
48162              <kompas@kompas.usr.onet.pl>)
48163      Branch: perl
48164            ! lib/vars.pm
48165 ____________________________________________________________________________
48166 [  5947] By: gsar                                  on 2000/04/25  18:11:53
48167         Log: use &dl_error rather than &dl_load_file as the guard for calling
48168              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48169              statically built perl)
48170      Branch: perl
48171            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48172 ____________________________________________________________________________
48173 [  5946] By: jhi                                   on 2000/04/25  17:37:54
48174         Log: Document that tr() is not tr(1).
48175      Branch: cfgperl
48176            ! pod/perlop.pod
48177 ____________________________________________________________________________
48178 [  5945] By: gsar                                  on 2000/04/25  16:34:33
48179         Log: make module name mandatory after -M switch; reorder perldiag
48180              alphabetically (from Mark-Jason Dominus)
48181      Branch: perl
48182            ! perl.c pod/perldiag.pod
48183 ____________________________________________________________________________
48184 [  5944] By: jhi                                   on 2000/04/25  01:15:18
48185         Log: On second thoughts frexp() does have two arguments.
48186      Branch: cfgperl
48187            ! perl.h
48188 ____________________________________________________________________________
48189 [  5943] By: jhi                                   on 2000/04/24  22:56:32
48190         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48191              Now pp_ncmp() returns undef is either operand is a NaN.
48192      Branch: cfgperl
48193            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48194            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
48195            ! vms/subconfigure.com vos/config.def vos/config.h
48196            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
48197            ! win32/config.vc win32/config_H.bc win32/config_H.gc
48198            ! win32/config_H.vc
48199      Branch: metaconfig/U/perl
48200            + d_modfl.U
48201 ____________________________________________________________________________
48202 [  5942] By: jhi                                   on 2000/04/24  19:45:17
48203         Log: Regen Configure to match #5937.
48204      Branch: cfgperl
48205            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48206            ! config_h.SH
48207      Branch: metaconfig
48208            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
48209 ____________________________________________________________________________
48210 [  5941] By: jhi                                   on 2000/04/24  19:24:11
48211         Log: Further Unicos fixes for Mark Lutz.
48212      Branch: cfgperl
48213            ! hints/unicos.sh pp_ctl.c
48214 ____________________________________________________________________________
48215 [  5940] By: jhi                                   on 2000/04/24  19:09:06
48216         Log: Various Unicos 10.0.0.6 fixes.
48217              
48218              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
48219              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
48220              Reply-To: tecmpl1@triton.ca.boeing.com 
48221              To: perl5-porters@perl.org 
48222              Date: Fri, 14 Apr 2000 20:21:00 GMT 
48223              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
48224      Branch: cfgperl
48225            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
48226 ____________________________________________________________________________
48227 [  5939] By: gsar                                  on 2000/04/24  19:01:24
48228         Log: more pod nits (from Larry Virden)
48229      Branch: perl
48230            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
48231            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48232            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48233 ____________________________________________________________________________
48234 [  5938] By: gsar                                  on 2000/04/24  18:54:01
48235         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
48236      Branch: perl
48237            ! ext/B/B/Deparse.pm
48238 ____________________________________________________________________________
48239 [  5937] By: jhi                                   on 2000/04/24  17:39:00
48240         Log: Integrate with Sarathy.
48241      Branch: cfgperl
48242           +> (branch 31 files)
48243           !> (integrate 73 files)
48244 ____________________________________________________________________________
48245 [  5936] By: gsar                                  on 2000/04/24  17:30:06
48246         Log: additional tests for change#5934 (from Paul Marquess, who also
48247              sent in the same fix)
48248      Branch: perl
48249            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48250            ! t/pragma/warn/5nolint t/pragma/warn/6default
48251 ____________________________________________________________________________
48252 [  5935] By: jhi                                   on 2000/04/24  17:26:05
48253         Log: Do not assume sign propagation.
48254              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
48255              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
48256              To: payner@ncifcrf.gov, perl5-porters@perl.org 
48257              Date: Tue, 18 Apr 2000 18:24:49 +0100 
48258              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
48259      Branch: cfgperl
48260            ! t/op/bop.t t/op/misc.t
48261 ____________________________________________________________________________
48262 [  5934] By: gsar                                  on 2000/04/24  17:16:54
48263         Log: propagate lexical warnings from surrounding scope correctly
48264              within string eval()
48265      Branch: perl
48266            ! pp_ctl.c t/pragma/warn/pp_ctl
48267 ____________________________________________________________________________
48268 [  5933] By: jhi                                   on 2000/04/24  17:01:07
48269         Log: Flatten the cpp jungle doing the nosuid checking.
48270      Branch: cfgperl
48271            ! perl.c
48272 ____________________________________________________________________________
48273 [  5932] By: gsar                                  on 2000/04/24  09:08:14
48274         Log: add rsignal(), whichsig() and do_join() to public API list
48275              (mod_perl uses them to good advantage)
48276      Branch: perl
48277            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
48278 ____________________________________________________________________________
48279 [  5931] By: gsar                                  on 2000/04/24  09:01:40
48280         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48281      Branch: perl
48282            ! pp_hot.c regexec.c t/op/pat.t
48283 ____________________________________________________________________________
48284 [  5930] By: gsar                                  on 2000/04/24  08:58:33
48285         Log: small os390 tweaks (from Peter Prymmer)
48286      Branch: perl
48287            ! config_h.SH makedepend.SH
48288 ____________________________________________________________________________
48289 [  5929] By: gsar                                  on 2000/04/24  08:55:25
48290         Log: pod nits
48291      Branch: perl
48292            ! pod/perlguts.pod
48293 ____________________________________________________________________________
48294 [  5928] By: gsar                                  on 2000/04/24  08:50:13
48295         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
48296      Branch: perl
48297            ! ext/IO/lib/IO/Poll.pm
48298 ____________________________________________________________________________
48299 [  5927] By: gsar                                  on 2000/04/24  08:43:24
48300         Log: arrange for next() to resume at the unstack op rather than the
48301              loop conditional, so that scope cleanup happens correctly
48302              (from Stephen McCamant)
48303      Branch: perl
48304            ! op.c pp_ctl.c t/op/misc.t
48305 ____________________________________________________________________________
48306 [  5926] By: gsar                                  on 2000/04/24  08:18:40
48307         Log: on windows, reserve 16M of stack rather than 128M (allows more
48308              threads to run concurrently)
48309      Branch: perl
48310            ! win32/Makefile win32/makefile.mk
48311 ____________________________________________________________________________
48312 [  5925] By: gsar                                  on 2000/04/24  08:13:52
48313         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48314      Branch: perl
48315            ! toke.c
48316 ____________________________________________________________________________
48317 [  5924] By: gsar                                  on 2000/04/24  08:08:59
48318         Log: avoid using uninitialized memory in require version check
48319      Branch: perl
48320            ! pp_ctl.c universal.c
48321 ____________________________________________________________________________
48322 [  5923] By: gsar                                  on 2000/04/24  07:20:14
48323         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
48324      Branch: perl
48325            ! ext/IO/lib/IO/Poll.pm
48326 ____________________________________________________________________________
48327 [  5922] By: gsar                                  on 2000/04/24  07:08:42
48328         Log: commentary about IoTYPE() (from Nathan Torkington)
48329      Branch: perl
48330            ! sv.h
48331 ____________________________________________________________________________
48332 [  5921] By: gsar                                  on 2000/04/24  06:58:26
48333         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48334              by fix
48335      Branch: perl
48336            ! sv.c t/lib/charnames.t t/pragma/utf8.t
48337 ____________________________________________________________________________
48338 [  5920] By: gsar                                  on 2000/04/24  06:37:59
48339         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
48340      Branch: perl
48341            ! doop.c t/op/ver.t
48342 ____________________________________________________________________________
48343 [  5919] By: gsar                                  on 2000/04/24  06:21:58
48344         Log: Configure might miss old directories when prefix must be
48345              expanded (from Robin Barker)
48346      Branch: metaconfig
48347            ! U/installdirs/inc_version_list.U
48348      Branch: perl
48349            ! Configure
48350 ____________________________________________________________________________
48351 [  5918] By: gsar                                  on 2000/04/24  06:16:11
48352         Log: VMS nits in glob() test (from Charles Lane)
48353      Branch: perl
48354            ! t/lib/glob-basic.t
48355 ____________________________________________________________________________
48356 [  5917] By: gsar                                  on 2000/04/24  06:11:56
48357         Log: various pod nits (from Larry Virden and others)
48358      Branch: perl
48359            ! README.amiga README.hpux README.machten README.os2
48360            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
48361            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
48362            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
48363            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
48364            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
48365            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
48366            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
48367            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
48368 ____________________________________________________________________________
48369 [  5916] By: gsar                                  on 2000/04/24  05:52:43
48370         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
48371              <wjones@tc.fluke.com>)
48372      Branch: perl
48373            ! t/lib/glob-basic.t
48374 ____________________________________________________________________________
48375 [  5915] By: gsar                                  on 2000/04/24  05:07:01
48376         Log: supported platforms mixed up
48377      Branch: perl
48378            ! pod/perl56delta.pod pod/perlport.pod
48379 ____________________________________________________________________________
48380 [  5914] By: gsar                                  on 2000/04/24  04:56:08
48381         Log: caller() wasn't returning the right number of elements for
48382              eval {...}
48383      Branch: perl
48384            ! pp_ctl.c t/pragma/warn/9enabled
48385 ____________________________________________________________________________
48386 [  5913] By: gsar                                  on 2000/04/24  04:35:41
48387         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
48388              Mark-Jason Dominus)
48389      Branch: perl
48390            ! pod/perlfunc.pod
48391 ____________________________________________________________________________
48392 [  5912] By: gsar                                  on 2000/04/24  04:17:15
48393         Log: fix totally broken caching in UNIVERSAL::isa() (from
48394              Nick Ing-Simmons)
48395      Branch: perl
48396            ! t/op/universal.t universal.c
48397 ____________________________________________________________________________
48398 [  5911] By: gsar                                  on 2000/04/24  03:39:47
48399         Log: add linebreak properties from unicode/LineBrk.txt (from
48400              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48401      Branch: perl
48402            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
48403            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
48404            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
48405            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
48406            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
48407            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
48408            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
48409            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
48410            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
48411            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
48412            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
48413            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
48414            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
48415            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
48416            + lib/unicode/Is/LbrkZW.pl
48417            ! lib/unicode/mktables.PL
48418 ____________________________________________________________________________
48419 [  5910] By: gsar                                  on 2000/04/24  03:23:10
48420         Log: typo in pod
48421      Branch: perl
48422            ! ext/Thread/Thread.pm
48423 ____________________________________________________________________________
48424 [  5909] By: gsar                                  on 2000/04/24  03:22:03
48425         Log: mode argument to do_binmode() should be file mode, not boolean
48426      Branch: perl
48427            ! pp_sys.c
48428 ____________________________________________________________________________
48429 [  5908] By: gsar                                  on 2000/04/16  16:51:08
48430         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
48431              always returns a valid GV even when the symbol is trapped by strictures
48432              (avoids coredumps)
48433              
48434              TODO: the C<package;> hack needs similar treatment
48435      Branch: perl
48436            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
48437            ! t/pragma/strict-vars
48438 ____________________________________________________________________________
48439 [  5907] By: jhi                                   on 2000/03/31  23:42:56
48440         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
48441              an assumption which #5905 demolished.
48442      Branch: cfgperl
48443            ! pp_sys.c
48444 ____________________________________________________________________________
48445 [  5906] By: jhi                                   on 2000/03/31  18:54:37
48446         Log: Typo in #5905.
48447      Branch: cfgperl
48448            ! t/op/64bitint.t
48449 ____________________________________________________________________________
48450 [  5905] By: jhi                                   on 2000/03/31  18:50:54
48451         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
48452              reported by Joseph N. Hall.  The bug was that even with use64bitint
48453              one had to use the prefixes q, L, or ll with printf/sprintf,
48454              contrary to the documentation and common sense.
48455      Branch: cfgperl
48456            ! sv.c t/op/64bitint.t
48457 ____________________________________________________________________________
48458 [  5904] By: gsar                                  on 2000/03/28  02:31:32
48459         Log: add Changes, perldelta.pod
48460      Branch: perl
48461            + Changes pod/perldelta.pod
48462 ____________________________________________________________________________
48463 [  5903] By: gsar                                  on 2000/03/28  02:03:55
48464         Log: rename Changes and perldelta.pod
48465      Branch: perl
48466           +> Changes5.6 pod/perl56delta.pod
48467            - Changes pod/perldelta.pod
48468            ! MANIFEST
48469 ____________________________________________________________________________
48470 [  5902] By: gsar                                  on 2000/03/28  01:59:14
48471         Log: create maint-5.6 branch
48472      Branch: maint-5.6/perl
48473           +> (branch 1611 files)
48474 ____________________________________________________________________________
48475 [  5901] By: jhi                                   on 2000/03/23  05:48:43
48476         Log: Integrate with Sarathy.
48477      Branch: cfgperl
48478           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
48479 ____________________________________________________________________________
48480 [  5900] By: gsar                                  on 2000/03/23  05:42:43
48481         Log: three guesses on what this is :-)
48482      Branch: perl
48483            ! Changes