55176800fad26a362a79c604d60e6067b694ae8d
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
35         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
36              From: Mike Guy <mjtg@cam.ac.uk>
37              Date: Fri, 01 Jun 2001 18:17:02 +0100
38              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
39      Branch: perl
40            ! lib/perl5db.pl
41 ____________________________________________________________________________
42 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
43         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
44              From: Hugo <hv@crypt.compulink.co.uk>
45              Date: Thu, 31 May 2001 20:49:48 +0100
46              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
47      Branch: perl
48            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
49            ! util.c
50 ____________________________________________________________________________
51 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
52         Log: Zero() is not available in x2p (or, rather, some of its
53              implementations like memzero() might not be available.)
54      Branch: perl
55            ! x2p/hash.c
56 ____________________________________________________________________________
57 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
58         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
59              From: Michael G Schwern <schwern@pobox.com>
60              Date: Fri, 1 Jun 2001 12:00:29 +0100
61              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
62              
63              (But use Zero() instead of memset.)
64      Branch: perl
65            ! x2p/hash.c
66 ____________________________________________________________________________
67 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
68         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
69              From: Jeff Pinyan <jeffp@crusoe.net>
70              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
71              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
72      Branch: perl
73            ! pod/perldiag.pod regcomp.c t/op/pat.t
74 ____________________________________________________________________________
75 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
76         Log: Retract #10324 and #10333; not needed.
77      Branch: perl
78            ! hints/irix_6.sh hints/linux.sh
79 ____________________________________________________________________________
80 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
81         Log: The #10370 wasn't quite right.
82      Branch: perl
83            ! ext/XS/Typemap/Typemap.xs
84 ____________________________________________________________________________
85 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
86         Log: The metaconfig units changes for #10372.
87      Branch: metaconfig/U/perl
88            + d_realpath.U d_sresgproto.U d_sresuproto.U
89            ! gccvers.U i_db.U
90 ____________________________________________________________________________
91 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
92         Log: Configure tweaks; record the Berkeley DB version,
93              probe for realpath(), for setresuid() and setresgid()
94              prototypes; use realpath() (try to be paranoid enough),
95              use the setres[ug]id prototypes because glibc has the functions
96              but not their prototypes; add -Wall -ansi to gcc ccflags;
97              regen toc.
98      Branch: perl
99            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
100            ! config_h.SH configure.com epoc/config.sh
101            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
102            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
103            ! vos/config.ga.def win32/config.bc win32/config.gc
104            ! win32/config.vc
105 ____________________________________________________________________________
106 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
107         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
108              From: Michael G Schwern <schwern@pobox.com>
109              Date: Fri, 1 Jun 2001 11:28:14 +0100
110              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
111      Branch: perl
112            ! lib/attributes.pm xsutils.c
113 ____________________________________________________________________________
114 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
115         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
116              From: Tim Jenness <t.jenness@jach.hawaii.edu>
117              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
118              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
119      Branch: perl
120            ! ext/XS/Typemap/Typemap.xs
121 ____________________________________________________________________________
122 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
123         Log: Subject: [patch] Cwd.xs optimizations/abstraction
124              From: Doug MacEachern <dougm@covalent.net>
125              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
126              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
127      Branch: perl
128            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
129            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
130 ____________________________________________________________________________
131 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
132         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!])
133              From: Nicholas Clark <nick@ccl4.org>
134              Date: Thu, 31 May 2001 23:56:40 +0100
135              Message-ID: <20010531235640.F12698@plum.flirble.org>
136              
137              Make the test work also under only static extensions
138              (sh Configure -Uusedl fakes this nicely)
139      Branch: perl
140            ! t/lib/extutils.t
141 ____________________________________________________________________________
142 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
143         Log: Subject: [PATCH hv.c] Eliminating trigraph
144              From: Michael G Schwern <schwern@pobox.com>
145              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
146              Date: Fri, 1 Jun 2001 11:49:56 +0100
147      Branch: perl
148            ! hv.c
149 ____________________________________________________________________________
150 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
151         Log: Subject: Re: [PATCH] Tests for File::Compare 
152              From: "Philip Newton" <Philip.Newton@gmx.net>
153              Date: Thu, 31 May 2001 19:44:05 +0200
154              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
155              
156              Unnecessary "quotation marks".
157      Branch: perl
158            ! t/lib/filecomp.t
159 ____________________________________________________________________________
160 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
161         Log: Integrate perlio.
162      Branch: perl
163           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
164 ____________________________________________________________________________
165 [ 10364] By: nick                                  on 2001/06/01  10:13:31
166         Log: Cleanup dll.base and dll.exp created by GCC builds.
167      Branch: perlio
168            ! lib/ExtUtils/MM_Win32.pm
169 ____________________________________________________________________________
170 [ 10363] By: nick                                  on 2001/06/01  10:02:17
171         Log: Make filecomp test work on CRLF platforms by adding binmode.
172      Branch: perlio
173            ! t/lib/filecomp.t
174 ____________________________________________________________________________
175 [ 10362] By: nick                                  on 2001/06/01  08:37:17
176         Log: Integrate mainline
177      Branch: perlio
178           !> Changes Configure patchlevel.h perlio.c
179 ____________________________________________________________________________
180 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
181         Log: panic:claustrophobia.
182      Branch: perl
183            ! perlio.c
184 ____________________________________________________________________________
185 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
186         Log: Update Changes.
187      Branch: perl
188            ! Changes patchlevel.h
189 ____________________________________________________________________________
190 [ 10359] By: nick                                  on 2001/05/31  12:35:50
191         Log: Integrate mainline.
192      Branch: perlio
193           +> t/lib/filecomp.t
194           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
195           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
196 ____________________________________________________________________________
197 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
198         Log: Integrate perlio.
199      Branch: perl
200           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
201           !> win32/config_H.vc
202 ____________________________________________________________________________
203 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
204         Log: Metaconfig unit change for #10356.
205      Branch: metaconfig
206            ! U/installdirs/inc_version_list.U
207 ____________________________________________________________________________
208 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
209         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
210              (idea from Sarathy; implementation from Andy)
211      Branch: perl
212            ! Configure
213 ____________________________________________________________________________
214 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
215         Log: More AUTHORS.
216      Branch: perl
217            ! AUTHORS
218 ____________________________________________________________________________
219 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
220         Log: Subject: Re: [PATCH] Tests for File::Compare
221              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
222              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
223              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
224      Branch: perl
225            + t/lib/filecomp.t
226            ! MANIFEST t/lib/1_compile.t
227 ____________________________________________________________________________
228 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
229         Log: Subject: [PATCH] DEBUG_* macro cleanups
230              From: Abhijit Menon-Sen <ams@wiw.org>
231              Date: Thu, 31 May 2001 12:16:22 +0530
232              Message-ID: <20010531121622.B4829@lustre.linux.in>
233              
234              Subject: Re: [PATCH] DEBUG_* macro cleanups
235              From: Abhijit Menon-Sen <ams@wiw.org>
236              Date: Thu, 31 May 2001 13:57:01 +0530
237              Message-ID: <20010531135701.A21775@lustre.linux.in>
238              
239              (The DEBUG_ definitions in perl.h changed to use the
240              STMT_START and STMT_END.)
241      Branch: perl
242            ! perl.h pp_ctl.c sv.c toke.c
243 ____________________________________________________________________________
244 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
245         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
246              From: Abhijit Menon-Sen <ams@wiw.org>
247              Date: Thu, 31 May 2001 08:27:55 +0530
248              Message-ID: <20010531082755.A10018@lustre.linux.in>
249      Branch: perl
250            ! ext/Storable/Storable.xs gv.c perl.c
251 ____________________________________________________________________________
252 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
253         Log: Subject: [PATCH] AUTHORS
254              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
255              Date: Thu, 31 May 2001 01:27:59 -0500
256              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
257              
258              Subject: Re: [PATCH] AUTHORS
259              From: "Philip Newton" <Philip.Newton@gmx.net>
260              Date: Thu, 31 May 2001 10:08:06 +0200
261              (Message-Id missing?)
262      Branch: perl
263            ! AUTHORS
264 ____________________________________________________________________________
265 [ 10350] By: nick                                  on 2001/05/31  11:40:43
266         Log: win32 - dmake regen_config_h
267      Branch: perlio
268            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
269 ____________________________________________________________________________
270 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
271         Log: Subject: Re: [PATCH util.c] More warning cleanups.
272              From: "Philip Newton" <Philip.Newton@gmx.net>
273              Date: Thu, 31 May 2001 07:41:36 +0200
274              Message-Id: <200105310538.IAA25458@taku.hut.fi>
275              
276              Undo C++-ism that snekt in.
277      Branch: perl
278            ! util.c
279 ____________________________________________________________________________
280 [ 10348] By: nick                                  on 2001/05/31  11:36:46
281         Log: Tolerate Win32 numerics
282      Branch: perlio
283            ! t/pragma/warn/toke
284 ____________________________________________________________________________
285 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
286         Log: Integrate perlio.
287      Branch: perl
288           !> perlio.c win32/win32.h
289 ____________________________________________________________________________
290 [ 10346] By: nick                                  on 2001/05/31  10:54:55
291         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
292              perlio.c change 10255.
293      Branch: perlio
294            ! perlio.c
295 ____________________________________________________________________________
296 [ 10345] By: nick                                  on 2001/05/31  10:01:57
297         Log: Conditionaly put back some "unused" dTHX which are used
298              with PERL_IMPLICIT_SYS
299      Branch: perlio
300            ! perlio.c
301 ____________________________________________________________________________
302 [ 10344] By: nick                                  on 2001/05/31  10:00:59
303         Log: Fix Win32 for new spelling IN_BYTES 
304      Branch: perlio
305            ! win32/win32.h
306 ____________________________________________________________________________
307 [ 10343] By: nick                                  on 2001/05/31  08:01:32
308         Log: perlio.c -Wall cleaner under MULTIPLICITY
309              - still minor noise with linux stdio
310      Branch: perlio
311            ! perlio.c
312 ____________________________________________________________________________
313 [ 10342] By: nick                                  on 2001/05/31  07:52:23
314         Log: Integrate mainline.
315      Branch: perlio
316           !> (integrate 42 files)
317 ____________________________________________________________________________
318 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
319         Log: AUTHORS updates.
320      Branch: perl
321            ! AUTHORS
322 ____________________________________________________________________________
323 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
324         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
325              From: Peter Prymmer <pvhp@forte.com>
326              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
327              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
328      Branch: perl
329            ! t/lib/md5-file.t
330 ____________________________________________________________________________
331 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
332         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
333              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
334              to match the pragma name; various robustness cleanups.
335      Branch: perl
336            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
337            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
338 ____________________________________________________________________________
339 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
340         Log: More -Wall sweeping.
341      Branch: perl
342            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
343            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
344            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
345            ! regcomp.c sv.c toke.c utf8.c
346 ____________________________________________________________________________
347 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
348         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
349              From: Nicholas Clark <nick@ccl4.org>
350              Date: Wed, 30 May 2001 22:34:41 +0100
351              Message-ID: <20010530223441.Y86445@plum.flirble.org>
352      Branch: perl
353            ! t/op/cmp.t
354 ____________________________________________________________________________
355 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
356         Log: It's is not, it isn't ain't, and it's it's, not its,
357              if you mean it is. If you don't, it's its. Then too,
358              it's hers. It isn't her's. It isn't our's either.
359              It's ours, and likewise yours and theirs.
360              -- Oxford University Press, Edpress News
361      Branch: perl
362            ! lib/autouse.pm
363 ____________________________________________________________________________
364 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
365         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
366      Branch: perl
367            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
368            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
369            ! x2p/str.c x2p/walk.c xsutils.c
370 ____________________________________________________________________________
371 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
372         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
373              From: Michael G Schwern <schwern@pobox.com>
374              Date: Wed, 30 May 2001 17:10:38 +0100
375              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
376              
377              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
378              From: Abhijit Menon-Sen <ams@wiw.org>
379              Date: Wed, 30 May 2001 23:16:13 +0530
380              Message-ID: <20010530231613.A31933@lustre.linux.in>
381      Branch: perl
382            ! perl.c t/run/runenv.t
383 ____________________________________________________________________________
384 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
385         Log: (Retracted by #10375.)
386              
387              IRIX hints patch from Merijn Broeren.
388              
389              TODO: (this and the earlier Linux hints patch) should be solved
390              at Configure level.  Merijn: -ldb should not be used on any platform
391              for perl, just when linking DBFile itself. Trying to be helpful here
392              is counterproductive.
393      Branch: perl
394            ! hints/irix_6.sh
395 ____________________________________________________________________________
396 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
397         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
398              From: Nicholas Clark <nick@ccl4.org>
399              Date: Wed, 30 May 2001 23:20:58 +0100
400              Message-ID: <20010530232058.B86445@plum.flirble.org>
401      Branch: perl
402            ! doop.c
403 ____________________________________________________________________________
404 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
405         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
406              From: Michael G Schwern <schwern@pobox.com> 
407              Date: Wed, 30 May 2001 15:24:20 +0100
408              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
409      Branch: perl
410            ! t/pragma/autouse.t
411 ____________________________________________________________________________
412 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
413         Log: The regex trick wasn't a good idea.
414      Branch: perl
415            ! pod/perlfaq4.pod
416 ____________________________________________________________________________
417 [ 10329] By: nick                                  on 2001/05/30  18:34:35
418         Log: Integrate mainline
419      Branch: perlio
420           !> (integrate 40 files)
421 ____________________________________________________________________________
422 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
423         Log: Update Changes.
424      Branch: perl
425            ! Changes patchlevel.h
426 ____________________________________________________________________________
427 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
428         Log: The metaconfig unit change for #10325.
429      Branch: metaconfig
430            + U/modified/afs.U
431 ____________________________________________________________________________
432 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
433         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
434              is now wrong.
435      Branch: perl
436            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
437 ____________________________________________________________________________
438 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
439         Log: Introduce $Config{afsroot}.
440      Branch: perl
441            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
442            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
443            ! win32/config.gc win32/config.vc
444 ____________________________________________________________________________
445 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
446         Log: (Retracted by #10375.)
447              
448              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
449      Branch: perl
450            ! hints/linux.sh
451 ____________________________________________________________________________
452 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
453         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
454              (Also Configure tweaks needed; coming up soon.)
455      Branch: perl
456            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
457 ____________________________________________________________________________
458 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
459         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
460              From: Michael G Schwern <schwern@pobox.com>
461              Date: Sun, 27 May 2001 10:29:43 +0100
462              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
463      Branch: perl
464            ! lib/perl5db.pl
465 ____________________________________________________________________________
466 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
467         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
468              and Abhijit Menon-Sen.
469      Branch: perl
470            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
471            ! perl.c pp_sys.c regcomp.c
472 ____________________________________________________________________________
473 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
474         Log: Fix the BOOT section to call myU2time properly.
475      Branch: perl
476            ! ext/Time/HiRes/HiRes.xs
477 ____________________________________________________________________________
478 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
479         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
480              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
481              Date: Wed, 30 May 2001 09:44:29 -0400
482              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
483              
484              Detypo; plus add one more trick.
485      Branch: perl
486            ! pod/perlfaq4.pod
487 ____________________________________________________________________________
488 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
489         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)
490              From: Michael G Schwern <schwern@pobox.com>
491              Date: Wed, 30 May 2001 14:39:06 +0100
492              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
493      Branch: perl
494            ! lib/autouse.pm t/pragma/autouse.t
495 ____________________________________________________________________________
496 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
497         Log: Subject: Re: AIX and gcc (moving targets)
498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
499              Date: Wed, 30 May 2001 15:25:08 +0200
500              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
501      Branch: perl
502            ! ext/Time/HiRes/HiRes.xs
503 ____________________________________________________________________________
504 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
505         Log: Subject: [PATCH t/TEST] sorting tests
506              From: Michael G Schwern <schwern@pobox.com>
507              Date: Wed, 30 May 2001 10:24:02 +0100
508              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
509      Branch: perl
510            ! t/TEST
511 ____________________________________________________________________________
512 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
513         Log: Subject: [ID 20010529.002] typos in man page perlre
514              From: bart@cg681574-a.adubn1.nj.home.com 
515              Date: Tue, 29 May 2001 13:58:59 -0500
516              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
517      Branch: perl
518            ! pod/perlre.pod
519 ____________________________________________________________________________
520 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
521         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
522              From: "Craig A. Berry" <craigberry@mac.com>
523              Date: Tue, 29 May 2001 23:23:45 -0500
524              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
525      Branch: perl
526            ! t/lib/extutils.t t/pragma/autouse.t
527 ____________________________________________________________________________
528 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
529         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)
530              From: David Dyck <dcd@tc.fluke.com>
531              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
532              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
533      Branch: perl
534            ! t/lib/filefind.t
535 ____________________________________________________________________________
536 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
537         Log: AIX hints update for gcc from Merijn H. Brand.
538      Branch: perl
539            ! hints/aix.sh
540 ____________________________________________________________________________
541 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
542         Log: Retract #10295 and #10296: a more generic solution
543              is needed (there's something funny with gcc on AIX).
544      Branch: perl
545            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
546 ____________________________________________________________________________
547 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
548         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
549              From: Hugo <hv@crypt.compulink.co.uk>
550              Date: Wed, 30 May 2001 11:59:19 +0100
551              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
552              
553              localizing $@ has unfortunate semantics - if you die past
554              a local $@, the die message is lost.
555      Branch: perl
556            ! lib/utf8_heavy.pl
557 ____________________________________________________________________________
558 [ 10309] By: nick                                  on 2001/05/30  08:23:02
559         Log: Integrate mainline (autouse works again.)
560      Branch: perlio
561           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
562           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
563           !> pod/perlvar.pod t/op/cmp.t
564 ____________________________________________________________________________
565 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
566         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
567              From: David Dyck <dcd@tc.fluke.com>
568              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
569              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
570      Branch: perl
571            ! lib/File/Find.pm
572 ____________________________________________________________________________
573 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
574         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
575              From: Nicholas Clark <nick@ccl4.org>
576              Date: Tue, 29 May 2001 23:16:09 +0100
577              Message-ID: <20010529231609.U86445@plum.flirble.org>
578              
579              Make the test output slightly clearer by distinguishing
580              between '' and undef.
581      Branch: perl
582            ! t/op/cmp.t
583 ____________________________________________________________________________
584 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
585         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
586              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
587              Date: Tue, 29 May 2001 19:15:19 -0400
588              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
589      Branch: perl
590            ! hints/os2.sh
591 ____________________________________________________________________________
592 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
593         Log: Subject: perlvar.pod addition
594              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
595              Date: Fri, 25 May 2001 20:23:12 +0200
596              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
597              
598              Subject: Re: perlvar.pod addition
599              From: "Abigail" <abigail@foad.org> 
600              Date: Fri, 25 May 2001 22:00:39 +0200
601              Message-ID: <20010525200039.28029.qmail@foad.org>
602              
603              Mention $a and $b in perlvar.
604      Branch: perl
605            ! pod/perlvar.pod
606 ____________________________________________________________________________
607 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
608         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
609              From: Jeff Pinyan <jeffp@crusoe.net>
610              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
611              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
612      Branch: perl
613            ! pod/perlvar.pod
614 ____________________________________________________________________________
615 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
616         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
617              From: Jeff Pinyan <jeffp@crusoe.net>
618              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
619              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
620      Branch: perl
621            ! pod/perlfaq6.pod
622 ____________________________________________________________________________
623 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
624         Log: Mention Time::localtime and Time::gmtime.
625      Branch: perl
626            ! ext/Time/Piece/Piece.pm
627 ____________________________________________________________________________
628 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
629         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
630              From: Michael G Schwern <schwern@pobox.com>
631              Date: Tue, 29 May 2001 18:51:32 +0100
632              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
633      Branch: perl
634            ! pod/perlfaq4.pod
635 ____________________________________________________________________________
636 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
637         Log: Retract #10243.
638      Branch: perl
639            ! lib/autouse.pm
640 ____________________________________________________________________________
641 [ 10299] By: nick                                  on 2001/05/29  18:41:19
642         Log: Post weekend integrate mainline (fails one test pragma/autouse).
643      Branch: perlio
644           +> (branch 29 files)
645           !> (integrate 91 files)
646 ____________________________________________________________________________
647 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
648         Log: Update Changes.
649      Branch: perl
650            ! Changes patchlevel.h
651 ____________________________________________________________________________
652 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
653         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
654              before Perl_load_module/Perl_call_method and restore the value
655              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
656      Branch: perl
657            ! utf8.c
658 ____________________________________________________________________________
659 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
660         Log: Subject: Re: AIX and gcc (moving targets)
661              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
662              Date: Tue, 29 May 2001 17:59:40 +0200
663              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
664      Branch: perl
665            ! ext/Storable/Makefile.PL
666 ____________________________________________________________________________
667 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
668         Log: Subject: Re: AIX and gcc (moving targets)
669              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
670              Date: Tue, 29 May 2001 12:32:57 +0200
671              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
672      Branch: perl
673            ! ext/POSIX/Makefile.PL
674 ____________________________________________________________________________
675 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
676         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
677              From: Michael G Schwern <schwern@pobox.com>
678              Date: Tue, 29 May 2001 09:53:29 +0100
679              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
680              
681              (#10280 retracted)
682      Branch: perl
683            ! lib/Test/Harness.pm t/lib/test-harness.t
684 ____________________________________________________________________________
685 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
686
687         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
688              From: Michael G Schwern <schwern@pobox.com>
689              Date: Tue, 29 May 2001 09:19:52 +0100
690              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
691      Branch: perl
692            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
693            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
694            + t/lib/Test/todo.t
695            ! MANIFEST lib/Test.pm t/TEST
696 ____________________________________________________________________________
697 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
698         Log: From: Michael G Schwern <schwern@pobox.com>
699              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
700              Date: Tue, 29 May 2001 08:26:09 +0100
701              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
702      Branch: perl
703            ! t/TEST
704 ____________________________________________________________________________
705 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
706         Log: Add tests for Time::gmtime and Time::localtime.
707      Branch: perl
708            + t/lib/time-gmtime.t t/lib/time-localtime.t
709            ! MANIFEST t/lib/1_compile.t
710 ____________________________________________________________________________
711 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
712         Log: Add test for File::stat.
713      Branch: perl
714            + t/lib/filestat.t
715            ! MANIFEST t/lib/1_compile.t
716 ____________________________________________________________________________
717 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
718         Log: Add test for Net::servent.
719      Branch: perl
720            + t/lib/net-sent.t
721            ! MANIFEST t/lib/1_compile.t
722 ____________________________________________________________________________
723 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
724         Log: Add test for Net::protoent.
725      Branch: perl
726            + t/lib/net-pent.t
727            ! MANIFEST t/lib/1_compile.t
728 ____________________________________________________________________________
729 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
730         Log: Add test for Net::netent.
731      Branch: perl
732            + t/lib/net-nent.t
733            ! MANIFEST t/lib/1_compile.t
734 ____________________________________________________________________________
735 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
736         Log: Add test for User::grent.  Portability doubtful.
737      Branch: perl
738            + t/lib/user-grent.t
739            ! MANIFEST t/lib/1_compile.t
740 ____________________________________________________________________________
741 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
742         Log: Add test for User::pwent.
743              Probably will fall down somewhere for portability reasons.
744      Branch: perl
745            + t/lib/user-pwent.t
746            ! MANIFEST t/lib/1_compile.t
747 ____________________________________________________________________________
748 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
749         Log: Metaconfig units changes for #10283.
750      Branch: metaconfig
751            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
752            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
753            ! U/installdirs/sitescript.U U/modified/Signal.U
754 ____________________________________________________________________________
755 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
756         Log: Subject: [PATCH 5.6.1] signal names in Configure
757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
758              Date: Tue, 29 May 2001 03:52:25 -0400
759              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
760              
761              Subject: [PATCH 5.6.1] older perl in Configure
762              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
763              Date: Tue, 29 May 2001 03:55:40 -0400
764              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
765              
766              Subject: [PATCH 5.6.1] goofs in Configure
767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
768              Date: Tue, 29 May 2001 04:13:07 -0400
769              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
770              
771              Configure portability tweaks.
772      Branch: perl
773            ! Configure
774 ____________________________________________________________________________
775 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
776         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
777              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
778              Date: Tue, 29 May 2001 04:07:06 -0400
779              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
780      Branch: perl
781            ! os2/os2.c
782 ____________________________________________________________________________
783 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
784         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
786              Date: Tue, 29 May 2001 04:01:38 -0400
787              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
788      Branch: perl
789            ! hints/os2.sh os2/Makefile.SHs
790 ____________________________________________________________________________
791 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
792         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
793              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
794              Date: Tue, 29 May 2001 03:50:18 -0400
795              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
796      Branch: perl
797            ! lib/Test/Harness.pm
798 ____________________________________________________________________________
799 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
800         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
801      Branch: perl
802            ! lib/utf8_heavy.pl
803 ____________________________________________________________________________
804 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
805         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
806              From: Hugo <hv@crypt.compulink.co.uk>
807              Date: Tue, 29 May 2001 03:03:45 +0100
808              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
809              
810              Explanation why the $@ always gets the UTF8 flag when under use utf8--
811              because we told it to have the flag when under use utf8.
812      Branch: perl
813            ! pp_ctl.c
814 ____________________________________________________________________________
815 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
816         Log: At least a partial fix for 20010528.004.
817      Branch: perl
818            ! lib/utf8_heavy.pl
819 ____________________________________________________________________________
820 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
821         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
822              From: Nicholas Clark <nick@ccl4.org> 
823              Date: Mon, 28 May 2001 23:39:38 +0100
824              Message-ID: <20010528233938.M86445@plum.flirble.org>
825              
826              More portable non-zero UV.
827      Branch: perl
828            ! t/lib/extutils.t
829 ____________________________________________________________________________
830 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
831         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
832              From: Nicholas Clark <nick@ccl4.org>
833              Date: Mon, 28 May 2001 22:46:09 +0100
834              Message-ID: <20010528224608.L86445@plum.flirble.org>
835              
836              Test also "make clean".
837      Branch: perl
838            ! t/lib/extutils.t
839 ____________________________________________________________________________
840 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
841         Log: Subject: Re: Would -Wno-unused -Wall be better?
842              From: Michael G Schwern <schwern@pobox.com>
843              Date: Tue, 29 May 2001 00:55:54 +0100
844              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
845      Branch: perl
846            ! pp.h
847 ____________________________________________________________________________
848 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
849         Log: Add a test for 20010528.007, fixed in #10272.
850      Branch: perl
851            ! t/op/misc.t toke.c
852 ____________________________________________________________________________
853 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
854         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
855              From: Hugo <hv@crypt.compulink.co.uk>
856              Date: Tue, 29 May 2001 00:23:23 +0100
857              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
858      Branch: perl
859            ! toke.c
860 ____________________________________________________________________________
861 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
862         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
863              From: Michael G Schwern <schwern@pobox.com>
864              Date: Tue, 29 May 2001 00:42:59 +0100
865              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
866      Branch: perl
867            ! t/pragma/autouse.t
868 ____________________________________________________________________________
869 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
870         Log: Some shells seemingly arrange the signal handlers differently
871              (bug id 20010521.004).
872      Branch: perl
873            ! t/lib/sigaction.t
874 ____________________________________________________________________________
875 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
876         Log: Regen perlmodlib.
877      Branch: perl
878            ! pod/perlmodlib.pod
879 ____________________________________________________________________________
880 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
881         Log: Update Changes.
882      Branch: perl
883            ! Changes patchlevel.h
884 ____________________________________________________________________________
885 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
886         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
887              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
888              Date: Mon, 28 May 2001 14:56:35 -0500
889              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
890      Branch: perl
891            ! pod/perlnewmod.pod
892 ____________________________________________________________________________
893 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
894         Log: Regen toc.
895      Branch: perl
896            ! pod/perltoc.pod
897 ____________________________________________________________________________
898 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
899         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
900              From: "Richard Soderberg" <rs@crystalflame.net>
901              Date: Mon, 28 May 2001 12:31:23 -0700
902              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
903      Branch: perl
904            ! t/op/splice.t
905 ____________________________________________________________________________
906 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
907         Log: The #10260 was too bold: locales and utf8 still do not mix.
908      Branch: perl
909            ! t/pragma/locale.t
910 ____________________________________________________________________________
911 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
912         Log: Subject: [PATCH] Pod nitpicks
913              From: "Richard Soderberg" <rs@crystalflame.net>
914              Date: Mon, 28 May 2001 10:08:58 -0700
915              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
916      Branch: perl
917            ! pod/perl571delta.pod pod/perlapi.pod sv.h
918 ____________________________________________________________________________
919 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
920         Log: Upgrade to I18N::LangTags 0.22.
921      Branch: perl
922            + lib/I18N/LangTags/List.pod
923            ! MANIFEST lib/I18N/LangTags.pm
924 ____________________________________________________________________________
925 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
926         Log: A slightly more serious bug found by -Mutf8; op/misc and
927              lib/complex dumped core.
928      Branch: perl
929            ! regexec.c
930 ____________________________________________________________________________
931 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
932         Log: Various buglets shaken out by -Mutf8.
933      Branch: perl
934            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
935            ! t/pragma/locale.t
936 ____________________________________________________________________________
937 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
938         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
939      Branch: perl
940            ! t/lib/carp.t
941 ____________________________________________________________________________
942 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
943         Log: Subject: [PATCH] todo patch
944              From: Artur Bergman <artur@contiller.se> 
945              Date: Mon, 28 May 2001 17:03:51 +0200
946              Message-ID: <B7383577.F34%artur@contiller.se>
947      Branch: perl
948            ! pod/perltodo.pod
949 ____________________________________________________________________________
950 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
951         Log: Subject: typo in perlguts.pod
952              From: "John P. Linderman" <jpl@research.att.com>
953              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
954              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
955      Branch: perl
956            ! pod/perlguts.pod
957 ____________________________________________________________________________
958 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
959         Log: Subject: AIX and gcc (moving targets)
960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
961              Date: Mon, 28 May 2001 12:54:04 +0200
962              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
963      Branch: perl
964            ! hints/aix.sh
965 ____________________________________________________________________________
966 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
967         Log: Subject: Re: perlio + multiple perl_alloc..destruct
968              From: Doug MacEachern <dougm@covalent.net>
969              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
970              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
971      Branch: perl
972            ! perlio.c
973 ____________________________________________________________________________
974 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
975         Log: The #10251 wasn't quite up-to-the-code.
976      Branch: perl
977            ! t/op/misc.t
978 ____________________________________________________________________________
979 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
980         Log: Test case for bug 20010526.004, fixed in #10252.
981      Branch: perl
982            ! t/op/taint.t
983 ____________________________________________________________________________
984 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
985         Log: Subject: Re: [ID 20010526.004] Taint looses value
986              From: Hugo <hv@crypt.compulink.co.uk>
987              Date: Sun, 27 May 2001 20:39:32 +0100
988              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
989      Branch: perl
990            ! sv.c
991 ____________________________________________________________________________
992 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
993         Log: Test case for 20010422.005, fixed by #10250.
994      Branch: perl
995            ! t/op/misc.t
996 ____________________________________________________________________________
997 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
998         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
999              From: Spider Boardman <spider@Orb.Nashua.NH.US>
1000              Date: Mon, 28 May 2001 06:39:12 -0400
1001              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
1002      Branch: perl
1003            ! toke.c
1004 ____________________________________________________________________________
1005 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
1006         Log: Linerewrapping.
1007      Branch: perl
1008            ! lib/open.pm
1009 ____________________________________________________________________________
1010 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
1011         Log: Updates on the modules list.
1012      Branch: perl
1013            ! t/lib/1_compile.t
1014 ____________________________________________________________________________
1015 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
1016         Log: Add a test for PerlIO.
1017              
1018              (I probably got the crlf/raw thing wrong for clrfy platforms...)
1019      Branch: perl
1020            + t/lib/perlio.t
1021            ! MANIFEST lib/PerlIO.pm
1022 ____________________________________________________________________________
1023 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
1024         Log: Add a test for carp et alia.
1025      Branch: perl
1026            + t/lib/carp.t
1027            ! MANIFEST
1028 ____________________________________________________________________________
1029 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
1030         Log: Adding the new test would be swell.
1031      Branch: perl
1032            + t/pragma/autouse.t
1033 ____________________________________________________________________________
1034 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
1035         Log: Add a test for the autouse pragma.
1036      Branch: perl
1037            ! MANIFEST
1038 ____________________________________________________________________________
1039 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
1040         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
1041              From: dLux <dlux@spam.sch.bme.hu>
1042              Date: Sun, 27 May 2001 16:14:26 +0200
1043              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
1044      Branch: perl
1045            ! lib/autouse.pm
1046 ____________________________________________________________________________
1047 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
1048         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
1049              From: "Richard Soderberg" <rs@crystalflame.net>
1050              Date: Mon, 28 May 2001 03:56:36 -0700
1051              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
1052      Branch: perl
1053            ! utils/dprofpp.PL
1054 ____________________________________________________________________________
1055 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
1056         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
1057              From: "Stephen P. Potter" <spp@spotter.yi.org>
1058              Date: Tue, 22 May 2001 11:40:25 -0400
1059              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
1060              
1061              Subject: Re: [ID 20010522.003] Time::Local module bug
1062              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
1063              Date: Tue, 22 May 2001 11:50:19 -0400
1064              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
1065      Branch: perl
1066            ! lib/Time/Local.pm
1067 ____________________________________________________________________________
1068 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
1069         Log: The PERL_DL_NONLAZY can have whitespace in front.
1070      Branch: perl
1071            ! t/lib/extutils.t
1072 ____________________________________________________________________________
1073 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
1074         Log: Document strftime() and strptime().
1075      Branch: perl
1076            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
1077 ____________________________________________________________________________
1078 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
1079         Log: Make Time::Piece::strptime() to be a function, not a method.
1080      Branch: perl
1081            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
1082 ____________________________________________________________________________
1083 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
1084         Log: Tweak the test to be more portable.
1085      Branch: perl
1086            ! t/lib/extutils.t
1087 ____________________________________________________________________________
1088 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
1089         Log: Subject: PATCH: Re: Re: Attributes that tie
1090              From: Leon Brocard <acme@astray.com>
1091              Date: Sun, 27 May 2001 12:37:29 +0100
1092              Message-ID: <20010527123729.A22663@ns0.astray.com>
1093              
1094              Document that variable attributes are not currently usable
1095              for tieing.  (An ugly limitation that should be fixed.)
1096      Branch: perl
1097            ! lib/attributes.pm
1098 ____________________________________________________________________________
1099 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
1100         Log: Microperl tweaks.
1101      Branch: perl
1102            ! Makefile.micro uconfig.h uconfig.sh
1103 ____________________________________________________________________________
1104 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
1105         Log: Add make target for microperl (kind of silly, but convenient).
1106      Branch: perl
1107            ! Makefile.SH
1108 ____________________________________________________________________________
1109 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
1110         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
1111              for microperl.)
1112      Branch: perl
1113            ! doio.c
1114 ____________________________________________________________________________
1115 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
1116         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
1117              From: rspier@pobox.com (Robert Spier)
1118              Date: Sat, 26 May 2001 20:05:23 -0400
1119              Message-ID: <15120.17603.148648.12430@rls.cx>
1120              
1121              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
1122              From: rspier@pobox.com (Robert Spier)
1123              Date: Sun, 27 May 2001 00:23:12 -0400
1124              Message-ID: <15120.33072.511966.767230@rls.cx>
1125      Branch: perl
1126            ! doio.c pod/perlfunc.pod
1127 ____________________________________________________________________________
1128 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
1129         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
1130      Branch: perl
1131            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1132 ____________________________________________________________________________
1133 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
1134         Log: Add README.tru64.
1135      Branch: perl
1136            + README.tru64
1137 ____________________________________________________________________________
1138 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
1139         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
1140      Branch: perl
1141            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
1142            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
1143            ! MANIFEST
1144 ____________________________________________________________________________
1145 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
1146         Log: Integrate I18N::LangTags from Sean Burke.
1147              
1148              TODO: the language list from RFC 3066 needs to be integrated
1149              and made available somehow.  The list is included in the
1150              I18N-LangTags 0.21 distribution, but it is undocumented
1151              and unconnected to the module.
1152      Branch: perl
1153            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
1154            ! MANIFEST
1155 ____________________________________________________________________________
1156 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
1157         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
1158              envisioned by Sarathy.
1159      Branch: perl
1160            ! t/op/ver.t toke.c
1161 ____________________________________________________________________________
1162 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
1163         Log: Subject: [ID 20010525.001] Pod typo nits fixed
1164              From: lvirden@cas.org
1165              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
1166              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
1167              
1168              minus the perlsolaris decimation plus the
1169              
1170              Subject: Re: [ID 20010525.001] Pod typo nits fixed
1171              From: "Philip Newton" <Philip.Newton@gmx.net>
1172              Date: Fri, 25 May 2001 18:05:55 +0200
1173              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
1174      Branch: perl
1175            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
1176            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
1177            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
1178            ! pod/perlutil.pod pod/perlxstut.pod
1179 ____________________________________________________________________________
1180 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
1181         Log: return clauses are nice.
1182      Branch: perl
1183            ! sv.c
1184 ____________________________________________________________________________
1185 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
1186         Log: Subject: change 10199 backwards?
1187              From: Doug MacEachern <dougm@covalent.net>
1188              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
1189              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
1190      Branch: perl
1191            ! sv.c
1192 ____________________________________________________________________________
1193 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
1194         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
1195              From: Hugo <hv@crypt.compulink.co.uk>
1196              Date: Sat, 26 May 2001 17:05:12 +0100
1197              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
1198      Branch: perl
1199            + t/op/gmagic.t
1200            ! MANIFEST doop.c embed.h embed.pl global.sym
1201            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
1202            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
1203 ____________________________________________________________________________
1204 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
1205         Log: Regen headers for #10221.
1206      Branch: perl
1207            ! global.sym objXSUB.h perlapi.c
1208 ____________________________________________________________________________
1209 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
1210         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
1211              From: Juha Laiho <juha.laiho@Elma.Net>
1212              Date: Thu, 3 May 2001 09:51:30 +0300
1213              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
1214      Branch: perl
1215            ! embed.pl
1216 ____________________________________________________________________________
1217 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
1218         Log: Subject: Re: [PATCH] Re: stability of sort()?
1219              From: "John P. Linderman" <jpl@research.att.com>
1220              Date: Sat, 26 May 2001 13:27:19 -0400
1221              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
1222      Branch: perl
1223            ! pod/perlfunc.pod
1224 ____________________________________________________________________________
1225 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
1226         Log: Integrate perlio.
1227      Branch: perl
1228           !> pod/perlguts.pod
1229 ____________________________________________________________________________
1230 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
1231         Log: Subject: [PATCH perl@10210] PerlIO for VMS
1232              From: "Craig A. Berry" <craigberry@mac.com>
1233              Date: Sat, 26 May 2001 09:34:11 -0500
1234              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
1235      Branch: perl
1236            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
1237            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
1238            ! vms/vmsish.h
1239 ____________________________________________________________________________
1240 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
1241         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
1242              From: David Dyck <dcd@tc.fluke.com>
1243              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
1244              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
1245      Branch: perl
1246            ! lib/perl5db.pl
1247 ____________________________________________________________________________
1248 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
1249         Log: Subject: utf8 regexp tests
1250              From: Hugo <hv@crypt.compulink.co.uk>
1251              Date: Fri, 25 May 2001 22:35:01 +0100
1252              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
1253      Branch: perl
1254            ! t/op/regexp.t
1255 ____________________________________________________________________________
1256 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
1257         Log: Subject: [PATCH] Re: stability of sort()?
1258              From: Nicholas Clark <nick@ccl4.org>
1259              Date: Fri, 25 May 2001 22:40:19 +0100
1260              Message-ID: <20010525224019.B86445@plum.flirble.org>
1261      Branch: perl
1262            ! pod/perlfunc.pod
1263 ____________________________________________________________________________
1264 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
1265         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
1266              From: John Peacock <jpeacock@rowman.com>
1267              Date: Thu, 24 May 2001 22:14:01 -0400
1268              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
1269      Branch: perl
1270            ! mg.c scope.c sv.c
1271 ____________________________________________________________________________
1272 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
1273         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
1274              From: Nicholas Clark <nick@ccl4.org>
1275              Date: Sun, 20 May 2001 19:24:13 +0100
1276              Message-ID: <20010520192413.G83222@plum.flirble.org>
1277      Branch: perl
1278            + lib/ExtUtils/Constant.pm t/lib/extutils.t
1279            ! MANIFEST utils/h2xs.PL
1280 ____________________________________________________________________________
1281 [ 10212] By: nick                                  on 2001/05/26  09:49:28
1282         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
1283              add a few more notes there on use of mortals on the stack.
1284      Branch: perlio
1285            ! pod/perlguts.pod
1286 ____________________________________________________________________________
1287 [ 10211] By: nick                                  on 2001/05/26  09:05:36
1288         Log: Integrate mainline
1289      Branch: perlio
1290           +> t/lib/fcntl.t t/pragma/vars.t
1291           !> (integrate 49 files)
1292 ____________________________________________________________________________
1293 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
1294         Log: Update Changes.
1295      Branch: perl
1296            ! Changes patchlevel.h
1297 ____________________________________________________________________________
1298 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
1299         Log: Based on
1300              
1301              Subject: [PATCH pp.c] Wrapping pack("C",256)
1302              From: Simon Cozens <simon@netthink.co.uk>
1303              Date: Sat, 12 May 2001 17:58:41 +0100
1304              Message-ID: <20010512175841.A6132@netthink.co.uk>
1305      Branch: perl
1306            ! pod/perldiag.pod pp.c t/pragma/warn/pp
1307 ____________________________________________________________________________
1308 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
1309         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
1310              From: "Brendan O'Dea" <bod@compusol.com.au>
1311              Date: Fri, 25 May 2001 11:18:29 +1000
1312              Message-ID: <20010525111829.A28411@compusol.com.au>
1313              
1314              (Slightly modified.)
1315      Branch: perl
1316            ! lib/Term/Cap.pm
1317 ____________________________________________________________________________
1318 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
1319         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
1320              From: Hugo <hv@crypt.compulink.co.uk>
1321              Date: Fri, 25 May 2001 02:13:25 +0100
1322              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
1323      Branch: perl
1324            ! t/op/misc.t
1325 ____________________________________________________________________________
1326 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
1327         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
1328              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
1329              Date: Fri, 25 May 2001 10:25:36 +0900
1330              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
1331      Branch: perl
1332            ! regcomp.c regexec.c
1333 ____________________________________________________________________________
1334 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
1335         Log: Subject: [PATCH #2] stash autovivification and method call error messages
1336              From: Ilmari Karonen <iltzu@sci.fi>
1337              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
1338              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
1339      Branch: perl
1340            ! gv.c pp_hot.c t/op/method.t
1341 ____________________________________________________________________________
1342 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
1343         Log: Add make target and documentation for gprof profiling.
1344      Branch: perl
1345            ! Makefile.SH pod/perlhack.pod
1346 ____________________________________________________________________________
1347 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
1348         Log: Subject: Don't think about UTF8 
1349              From: Mike Guy <mjtg@cam.ac.uk> 
1350              Date: Tue, 22 May 2001 14:35:39 +0100
1351              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
1352      Branch: perl
1353            ! sv.h
1354 ____________________________________________________________________________
1355 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
1356         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
1357              From: Geraint A Edwards <gedge@serf.org> 
1358              Date: Thu, 24 May 2001 22:51:24 +0100
1359              Message-Id: <20010524225124.A34981@cymru.serf.org>
1360      Branch: perl
1361            ! x2p/find2perl.PL
1362 ____________________________________________________________________________
1363 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
1364         Log: DB_File has its own attribute story.
1365      Branch: perl
1366            ! ext/DB_File/DB_File.xs
1367 ____________________________________________________________________________
1368 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
1369         Log: Subject: Re: Making perl with -Wall
1370              From: Andy Dougherty <doughera@lafayette.edu>
1371              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
1372              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
1373      Branch: perl
1374            ! perl.h
1375 ____________________________________________________________________________
1376 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
1377         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
1378              From: "Richard Soderberg" <rs@crystalflame.net>
1379              Date: Thu, 24 May 2001 08:58:16 -0700
1380              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
1381      Branch: perl
1382            ! sv.c
1383 ____________________________________________________________________________
1384 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
1385         Log: IV/UV casting fixes from Nicholas Clark.
1386      Branch: perl
1387            ! perl.h pp_sys.c util.c
1388 ____________________________________________________________________________
1389 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
1390         Log: Subject: Re: Making perl with -Wall
1391              From: Michael G Schwern <schwern@pobox.com>
1392              Date: Thu, 24 May 2001 15:40:28 +0100
1393              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
1394      Branch: perl
1395            ! malloc.c perl.h
1396 ____________________________________________________________________________
1397 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
1398         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
1399              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1400              Date: Tue, 22 May 2001 11:49:37 +0200
1401              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
1402      Branch: metaconfig
1403            ! U/modified/Oldsym.U
1404      Branch: metaconfig/U/perl
1405            ! patchlevel.U
1406      Branch: perl
1407            ! Configure config_h.SH myconfig.SH
1408 ____________________________________________________________________________
1409 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
1410         Log: Under versiononly install also the scripts with the version suffix.
1411              (e.g. .../bin/h2xs5.7.1)
1412      Branch: perl
1413            ! installperl
1414 ____________________________________________________________________________
1415 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
1416         Log: Subject: [PATCH] Stop segfault in mg.c:636
1417              From: "Richard Soderberg" <rs@crystalflame.net>
1418              Date: Thu, 24 May 2001 05:51:52 -0700
1419              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
1420      Branch: perl
1421            ! mg.c
1422 ____________________________________________________________________________
1423 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
1424         Log: Iteration continues; hopefully convergently.
1425      Branch: perl
1426            ! t/lib/b-stash.t
1427 ____________________________________________________________________________
1428 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
1429         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
1430              From: Gisle Aas <gisle@ActiveState.com>
1431              Date: 23 May 2001 16:13:10 -0700
1432              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
1433      Branch: perl
1434            ! op.c toke.c
1435 ____________________________________________________________________________
1436 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
1437         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
1438              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1439              Date: Thu, 24 May 2001 05:05:22 -0500
1440              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
1441      Branch: perl
1442            ! lib/dumpvar.pl lib/perl5db.pl
1443 ____________________________________________________________________________
1444 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
1445         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
1446              From: David Dyck <dcd@tc.fluke.com>
1447              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
1448              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
1449      Branch: perl
1450            ! lib/perl5db.pl
1451 ____________________________________________________________________________
1452 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
1453         Log: Tiny pod nits on READMEs, mostly whitespace issues.
1454      Branch: perl
1455            ! README.amiga README.dos README.macos README.mpeix README.vmesa
1456            ! README.win32
1457 ____________________________________________________________________________
1458 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
1459         Log: The DG/UX part of the 20010521.005.
1460      Branch: perl
1461            ! README.dgux
1462 ____________________________________________________________________________
1463 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
1464         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
1465              From: Hugo <hv@crypt.compulink.co.uk>
1466              Date: Mon, 21 May 2001 16:32:02 +0100
1467              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
1468      Branch: perl
1469            ! regcomp.c t/op/misc.t
1470 ____________________________________________________________________________
1471 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
1472         Log: Subject: [PATCH] Extra UNIVERSAL tests
1473              From: Mike Guy <mjtg@cam.ac.uk>
1474              Date: Wed, 23 May 2001 12:29:20 +0100
1475              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
1476      Branch: perl
1477            ! t/op/universal.t
1478 ____________________________________________________________________________
1479 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
1480         Log: Subject: [PATCH] Remove EQ keyword
1481              From: Mike Guy <mjtg@cam.ac.uk>
1482              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
1483              Date: Wed, 23 May 2001 11:17:29 +0100
1484      Branch: perl
1485            ! keywords.h keywords.pl
1486 ____________________________________________________________________________
1487 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
1488         Log: Subject: [PATCH] lib/perl5db.pl
1489              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1490              Date: Wed, 23 May 2001 02:18:03 -0500
1491              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
1492      Branch: perl
1493            ! lib/perl5db.pl
1494 ____________________________________________________________________________
1495 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
1496         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
1497              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
1498              Date: Tue, 22 May 2001 23:34:41 -0500
1499              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
1500      Branch: perl
1501            ! lib/Term/Cap.pm
1502 ____________________________________________________________________________
1503 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
1504         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
1505              From: davem@fdgroup.co.uk
1506              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
1507              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
1508      Branch: perl
1509            ! emacs/e2ctags.pl
1510 ____________________________________________________________________________
1511 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
1512         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
1513              From: Michael G Schwern <schwern@pobox.com>
1514              Date: Tue, 22 May 2001 14:15:09 +0100
1515              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
1516      Branch: perl
1517            ! lib/vars.pm
1518 ____________________________________________________________________________
1519 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
1520         Log: Subject: [PATCH lib/vars.pm] Odd code nit
1521              From: Michael G Schwern <schwern@pobox.com>
1522              Date: Tue, 22 May 2001 14:14:28 +0100
1523              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
1524      Branch: perl
1525            ! lib/vars.pm
1526 ____________________________________________________________________________
1527 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
1528         Log: Use the new use vars feature.
1529      Branch: perl
1530            ! t/lib/b-stash.t
1531 ____________________________________________________________________________
1532 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
1533         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
1534              From: Mike Guy <mjtg@cam.ac.uk>
1535              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
1536              Date: Tue, 22 May 2001 13:11:39 +0100
1537      Branch: perl
1538            + t/pragma/vars.t
1539            ! MANIFEST lib/vars.pm t/lib/1_compile.t
1540 ____________________________________________________________________________
1541 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
1542         Log: -qlongdouble considered harmful by Merijn.
1543      Branch: perl
1544            ! hints/aix.sh
1545 ____________________________________________________________________________
1546 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
1547         Log: Update Changes.
1548      Branch: perl
1549            ! Changes patchlevel.h
1550 ____________________________________________________________________________
1551 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
1552         Log: Add a test of its very own for Fcntl.  Hopefully portable.
1553      Branch: perl
1554            + t/lib/fcntl.t
1555            ! MANIFEST
1556 ____________________________________________________________________________
1557 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
1558         Log: Must be trickier for 'minitest' not to die.
1559      Branch: perl
1560            ! t/op/taint.t
1561 ____________________________________________________________________________
1562 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
1563         Log: Can't declare other people's variables.
1564      Branch: perl
1565            ! t/lib/b-stash.t
1566 ____________________________________________________________________________
1567 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
1568         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
1569      Branch: perl
1570            ! doio.c t/op/taint.t
1571 ____________________________________________________________________________
1572 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
1573         Log: The OS/2 variable needs to be declared.
1574      Branch: perl
1575            ! t/lib/b-stash.t
1576 ____________________________________________________________________________
1577 [ 10170] By: nick                                  on 2001/05/20  16:48:29
1578         Log: Integrate mainline
1579      Branch: perlio
1580           !> (integrate 41 files)
1581 ____________________________________________________________________________
1582 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
1583         Log: Small perlsec updates: clarify the taintedness of filename
1584              globbing; suggest using Scalar::Util::tainted().
1585      Branch: perl
1586            ! pod/perlsec.pod
1587 ____________________________________________________________________________
1588 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
1589         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
1590              From: Dave Mitchell <davem@fdgroup.co.uk>
1591              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
1592              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
1593      Branch: perl
1594            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
1595            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
1596            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
1597            ! xsutils.c
1598 ____________________________________________________________________________
1599 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
1600         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
1601              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1602              Date: Sat, 19 May 2001 04:08:46 -0400
1603              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
1604      Branch: perl
1605            ! lib/ExtUtils/Mksymlists.pm makedef.pl
1606 ____________________________________________________________________________
1607 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
1608         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
1609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1610              Date: Sat, 19 May 2001 04:30:45 -0400
1611              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
1612      Branch: perl
1613            ! os2/os2.c
1614 ____________________________________________________________________________
1615 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
1616         Log: Subject: [PATCH 5.6.1] build bugs OS/2
1617              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1618              Date: Sat, 19 May 2001 04:35:28 -0400
1619              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
1620      Branch: perl
1621            ! os2/Makefile.SHs os2/os2.c
1622 ____________________________________________________________________________
1623 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
1624         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
1625              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1626              Date: Sat, 19 May 2001 04:04:23 -0400
1627              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
1628              
1629              (In bleadperl patched b-stash.t instead of b.t)
1630      Branch: perl
1631            ! t/lib/b-stash.t t/lib/bigfltpm.t
1632 ____________________________________________________________________________
1633 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
1634         Log: Subject: [PATCH 5.6.1] perl5db
1635              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1636              Date: Sat, 19 May 2001 03:49:09 -0400
1637              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
1638      Branch: perl
1639            ! lib/perl5db.pl
1640 ____________________________________________________________________________
1641 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
1642         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
1643              From: Gisle Aas <gisle@ActiveState.com>
1644              Date: 18 May 2001 14:24:51 -0700
1645              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
1646      Branch: perl
1647            ! pp_ctl.c
1648 ____________________________________________________________________________
1649 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
1650         Log: Subject: [PATCH] Chomp should not always stringify
1651              From: Gisle Aas <gisle@ActiveState.com>
1652              Date: 18 May 2001 07:55:25 -0700
1653              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
1654      Branch: perl
1655            ! doop.c t/op/chop.t
1656 ____________________________________________________________________________
1657 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
1658         Log: Integrate perlio.
1659      Branch: perl
1660           !> pod/perlfunc.pod
1661 ____________________________________________________________________________
1662 [ 10159] By: nick                                  on 2001/05/20  09:39:46
1663         Log: Document some more of open's features.
1664      Branch: perlio
1665            ! pod/perlfunc.pod
1666 ____________________________________________________________________________
1667 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
1668         Log: back out change#10153 (it has compatibility issues such as the
1669              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
1670              benefit for 5.6.x doesn't seem worth the risk)
1671      Branch: maint-5.6/perl
1672            ! toke.c
1673 ____________________________________________________________________________
1674 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
1675         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
1676      Branch: perl
1677            ! x2p/s2p.PL
1678 ____________________________________________________________________________
1679 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
1680         Log: Update Changes.
1681      Branch: perl
1682            ! Changes patchlevel.h
1683 ____________________________________________________________________________
1684 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
1685         Log: Integrate change #10144 from maintperl.
1686              
1687              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
1688      Branch: perl
1689           !> win32/config.bc win32/config.gc win32/config.vc
1690           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1691 ____________________________________________________________________________
1692 [ 10154] By: nick                                  on 2001/05/18  07:23:03
1693         Log: Integrate mainline.
1694      Branch: perlio
1695           +> README.dgux t/lib/i18n-collate.t utils.lst
1696           !> (integrate 49 files)
1697 ____________________________________________________________________________
1698 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
1699         Log: Integrate change #7224 from mainline into maintperl.
1700              
1701              Allow @+ and @- to be doublequoted, from Simon Cozens. 
1702              (Approved by Larry, see Tom's comment in 20000830.005.)
1703      Branch: maint-5.6/perl
1704           !> toke.c
1705 ____________________________________________________________________________
1706 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
1707         Log: Subject: [PATCH bleadperl] small lookbehind fix
1708              From: Hugo <hv@crypt.compulink.co.uk>
1709              Date: Fri, 18 May 2001 00:07:19 +0100
1710              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
1711      Branch: perl
1712            ! regexec.c
1713 ____________________________________________________________________________
1714 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
1715         Log: Detypos.
1716      Branch: perl
1717            ! installman utils.lst
1718 ____________________________________________________________________________
1719 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
1720         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
1721              in 20001222.001.
1722      Branch: perl
1723            ! t/lib/glob-basic.t
1724 ____________________________________________________________________________
1725 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
1726         Log: Subject: [PATCH] Test for bug 20010515.004
1727              From: Benjamin Sugars <bsugars@canoe.ca>
1728              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
1729              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
1730      Branch: perl
1731            ! t/op/misc.t
1732 ____________________________________________________________________________
1733 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
1734         Log: Integrate #10145 from maintperl.
1735              
1736              fix for ID 20010515.004 (needs test)
1737      Branch: perl
1738           !> pp_hot.c
1739 ____________________________________________________________________________
1740 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
1741         Log: Thinko noticed by Doug MacEachern.
1742      Branch: perl
1743            ! thread.h
1744 ____________________________________________________________________________
1745 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
1746         Log: Subject: Re: [PATCH] HERE mark in regex
1747              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1748              Date: Thu, 17 May 2001 12:20:33 -0400
1749              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
1750      Branch: perl
1751            ! t/op/re_tests
1752 ____________________________________________________________________________
1753 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
1754         Log: fix for ID 20010515.004 (needs test)
1755      Branch: maint-5.6/perl
1756            ! pp_hot.c
1757 ____________________________________________________________________________
1758 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
1759         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
1760      Branch: maint-5.6/perl
1761            ! win32/config.bc win32/config.gc win32/config.vc
1762            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1763 ____________________________________________________________________________
1764 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
1765         Log: Macrofy the getspecific (and use it also in util.c)
1766      Branch: perl
1767            ! thread.h util.c
1768 ____________________________________________________________________________
1769 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
1770         Log: Use the unchecked thread-specific key fetch also in Tru64.
1771      Branch: perl
1772            ! thread.h
1773 ____________________________________________________________________________
1774 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
1775         Log: Subject: [PATCH 5.6.1]Quick thread speedup
1776              From: Dan Sugalski <dan@sidhe.org> 
1777              Date: Wed, 16 May 2001 18:05:19 -0400
1778              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
1779      Branch: perl
1780            ! thread.h util.c
1781 ____________________________________________________________________________
1782 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
1783         Log: I think this is quite enough testing for a deprecated feature.
1784      Branch: perl
1785            + t/lib/i18n-collate.t
1786            ! MANIFEST t/lib/1_compile.t
1787 ____________________________________________________________________________
1788 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
1789         Log: More HP-UX lore from Jeff Okamoto.
1790      Branch: perl
1791            ! README.hpux
1792 ____________________________________________________________________________
1793 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
1794         Log: Sort utils.lst for easier maintenance.
1795      Branch: perl
1796            ! utils.lst
1797 ____________________________________________________________________________
1798 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
1799         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1800              From: Tim Jenness <t.jenness@jach.hawaii.edu>
1801              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
1802              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
1803              
1804              Add pod2latex to utils.lst.
1805      Branch: perl
1806            ! MANIFEST utils.lst
1807 ____________________________________________________________________________
1808 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
1809         Log: Subject: Re: [PATCH] HERE mark in regex
1810              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1811              Date: Wed, 16 May 2001 13:04:43 -0400
1812              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
1813      Branch: perl
1814            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
1815            ! t/op/regmesg.t t/pragma/warn/regcomp
1816 ____________________________________________________________________________
1817 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
1818         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1819              From: Simon Cozens <simon@netthink.co.uk>
1820              Date: Wed, 16 May 2001 18:02:08 +0100
1821              Message-ID: <20010516180208.A6458@netthink.co.uk>
1822      Branch: perl
1823            ! installman utils.lst
1824 ____________________________________________________________________________
1825 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
1826         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
1827              From: "Philip Newton" <pnewton@gmx.de>
1828              Date: Tue, 15 May 2001 15:09:30 +0200
1829              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
1830              
1831              Test case for #10128.
1832      Branch: perl
1833            ! t/pragma/warn/pp_hot
1834 ____________________________________________________________________________
1835 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
1836         Log: Update Changes.
1837      Branch: perl
1838            ! Changes patchlevel.h
1839 ____________________________________________________________________________
1840 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
1841         Log: Deprecate pseudo-hashes.
1842      Branch: perl
1843            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
1844 ____________________________________________________________________________
1845 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
1846         Log: HP-UX hints update from Merijn.
1847      Branch: perl
1848            ! hints/hpux.sh
1849 ____________________________________________________________________________
1850 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
1851         Log: README.hpux update from Merijn.
1852      Branch: perl
1853            ! README.hpux
1854 ____________________________________________________________________________
1855 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
1856         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
1857              From: Simon Cozens <simon@netthink.co.uk>
1858              Date: Wed, 16 May 2001 15:57:55 +0100
1859              Message-ID: <20010516155755.A4728@netthink.co.uk>
1860      Branch: perl
1861            + utils.lst
1862            ! MANIFEST installman installperl
1863 ____________________________________________________________________________
1864 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
1865         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
1866              From: "Philip Newton" <pnewton@gmx.de>
1867              Date: Tue, 15 May 2001 16:31:05 +0200
1868              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
1869              
1870              Fix PERL_Y2KWARN test to check before rather than after appending.
1871      Branch: perl
1872            ! pp_hot.c
1873 ____________________________________________________________________________
1874 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
1875         Log: Regen Porting stuff.
1876      Branch: perl
1877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1878            ! config_h.SH
1879 ____________________________________________________________________________
1880 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
1881         Log: Metaconfig unit change for #10125.
1882      Branch: metaconfig
1883            ! U/modified/Oldconfig.U
1884 ____________________________________________________________________________
1885 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
1886         Log: Use OSVERS.
1887      Branch: perl
1888            ! Configure config_h.SH perl.c
1889 ____________________________________________________________________________
1890 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
1891         Log: Regen toc.
1892      Branch: perl
1893            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
1894 ____________________________________________________________________________
1895 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
1896         Log: Adding the README.dgux to the MANIFEST would be a good idea.
1897      Branch: perl
1898            ! MANIFEST
1899 ____________________________________________________________________________
1900 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
1901         Log: Move the stack desire definition to thread.h.
1902      Branch: perl
1903            ! ext/Thread/Thread.xs thread.h
1904 ____________________________________________________________________________
1905 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
1906         Log: DG-UX threading patches, including a README.dgux,
1907              from Takis Psarogiannakopoulos.
1908      Branch: perl
1909            + README.dgux
1910            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
1911 ____________________________________________________________________________
1912 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
1913         Log: Subject: [PATCH B::Deparse] More on /x regexes
1914              From: Robin Houston <robin@kitsite.com>
1915              Date: Tue, 15 May 2001 19:09:35 +0100
1916              Message-ID: <20010515190935.A27268@penderel>
1917      Branch: perl
1918            ! ext/B/B/Deparse.pm
1919 ____________________________________________________________________________
1920 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
1921         Log: Document that the core time() may be rounding rather
1922              than truncating, would have saved at least my confusion.
1923      Branch: perl
1924            ! ext/Time/HiRes/HiRes.pm
1925 ____________________________________________________________________________
1926 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
1927         Log: Subject: perl-current/t/time-hires.t
1928              From: John Peacock <jpeacock@rowman.com>
1929              Date: Fri, 11 May 2001 14:09:41 -0400
1930              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
1931      Branch: perl
1932            ! t/lib/time-hires.t
1933 ____________________________________________________________________________
1934 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
1935         Log: Subject: [PATCH dump.c] Op private flags
1936              From: Simon Cozens <simon@netthink.co.uk>
1937              Date: Sun, 13 May 2001 20:20:36 +0100
1938              Message-ID: <20010513202036.A21896@netthink.co.uk>
1939      Branch: perl
1940            ! dump.c
1941 ____________________________________________________________________________
1942 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
1943         Log: Upgrade to Switch 2.03.
1944      Branch: perl
1945            ! lib/Switch.pm
1946 ____________________________________________________________________________
1947 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
1948         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
1949              to PERL_CONFIG_SH and use it consistently.
1950      Branch: maint-5.6/perl
1951           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1952           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1953           !> myconfig.SH writemain.SH
1954 ____________________________________________________________________________
1955 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
1956         Log: Metaconfig units changes for #10113.
1957      Branch: metaconfig
1958            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
1959 ____________________________________________________________________________
1960 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
1961         Log: The problem described in 20010514.031 still wasn't
1962              fully cured, there were remnants of $CONFIG when
1963              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
1964              to avoid future conflicts.
1965      Branch: perl
1966            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
1967            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
1968            ! myconfig.SH writemain.SH
1969 ____________________________________________________________________________
1970 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
1971         Log: Half of #10107 got lost.
1972      Branch: perl
1973            ! ext/B/B/Deparse.pm
1974 ____________________________________________________________________________
1975 [ 10111] By: nick                                  on 2001/05/15  08:39:14
1976         Log: Integrate mainline.
1977      Branch: perlio
1978           +> ext/POSIX/hints/uts.pl
1979            - Todo Todo-5.6 t/camel-III/vstring.t
1980           !> (integrate 48 files)
1981 ____________________________________________________________________________
1982 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
1983         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
1984              From: Robin Houston <robin@kitsite.com>
1985              Date: Mon, 14 May 2001 22:27:08 +0100
1986              Message-ID: <20010514222708.A22963@penderel>
1987      Branch: perl
1988            ! t/TestInit.pm
1989 ____________________________________________________________________________
1990 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
1991         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
1992              From: Robin Houston <robin@kitsite.com>
1993              Date: Mon, 14 May 2001 22:16:43 +0100
1994              Message-ID: <20010514221643.A22437@penderel>
1995      Branch: perl
1996            ! ext/B/B/Deparse.pm
1997 ____________________________________________________________________________
1998 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
1999         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
2000              From: Robin Houston <robin@kitsite.com>
2001              Date: Mon, 14 May 2001 22:03:44 +0100
2002              Message-ID: <20010514220344.A20643@penderel>
2003      Branch: perl
2004            ! ext/B/B/Deparse.pm
2005 ____________________________________________________________________________
2006 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
2007         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
2008              From: Robin Houston <robin@kitsite.com>
2009              Date: Mon, 14 May 2001 22:10:07 +0100
2010              Message-ID: <20010514221007.A21118@penderel>
2011      Branch: perl
2012            ! ext/B/B/Deparse.pm
2013 ____________________________________________________________________________
2014 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
2015         Log: Fix for 20010514.037; substr() didn't invalidate the locale
2016              collation magic.
2017      Branch: perl
2018            ! pp.c
2019 ____________________________________________________________________________
2020 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
2021         Log: Update Changes.
2022      Branch: perl
2023            ! Changes patchlevel.h
2024 ____________________________________________________________________________
2025 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
2026         Log: Retract #10094.
2027      Branch: perl
2028            ! lib/Pod/Text.pm
2029 ____________________________________________________________________________
2030 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
2031         Log: Integrate change #10100 from maintperl.
2032              
2033              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2034              bug ID 20010514.027)
2035      Branch: perl
2036           !> mg.c pp_ctl.c
2037 ____________________________________________________________________________
2038 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
2039         Log: Document the deprecatedness of suidperl.
2040      Branch: perl
2041            ! INSTALL pod/perlfaq1.pod
2042 ____________________________________________________________________________
2043 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
2044         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
2045              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2046              Date: Mon, 14 May 2001 09:38:59 -0400
2047              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
2048      Branch: perl
2049            ! lib/ExtUtils/MM_Unix.pm
2050 ____________________________________________________________________________
2051 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
2052         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
2053              bug ID 20010514.027)
2054              
2055              TODO: this needs a testsuite addition
2056      Branch: maint-5.6/perl
2057            ! mg.c pp_ctl.c
2058 ____________________________________________________________________________
2059 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
2060         Log: More DWIMminess for Class::Struct: calling the array or hash
2061              accessors only with one argument, an array or a hash reference,
2062              sets the underlying array or hash.  This mirrors nicely also
2063              the usage in the constructor.
2064              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
2065      Branch: perl
2066            ! lib/Class/Struct.pm t/lib/class-struct.t
2067 ____________________________________________________________________________
2068 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
2069         Log: Reference cmp'ing should go through the whole stringification
2070              process shebang, as pointed out by Sarathy in #10091.
2071      Branch: perl
2072            ! pp.c
2073 ____________________________________________________________________________
2074 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
2075         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
2076              From: Simon Cozens <simon@netthink.co.uk>
2077              Date: Sat, 12 May 2001 16:36:27 +0100
2078              Message-ID: <20010512163627.A5522@netthink.co.uk>
2079              
2080              with some additions salvaged from Todo and Todo-5.6 before
2081              retiring them.
2082      Branch: perl
2083            - Todo Todo-5.6
2084            ! MANIFEST pod/perltodo.pod
2085 ____________________________________________________________________________
2086 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
2087         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
2088              From: "Golubev I. N." <gin@mo.msk.ru>
2089              Date: Mon, 07 May 2001 14:33:34 (GMT)
2090              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
2091      Branch: perl
2092            ! perl.h
2093 ____________________________________________________________________________
2094 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
2095         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
2096              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
2097              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
2098              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
2099      Branch: perl
2100            ! lib/ExtUtils/MM_Unix.pm
2101 ____________________________________________________________________________
2102 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
2103         Log: (Retracted by #10104.)
2104              
2105              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
2106              From: barries <barries@slaysys.com>
2107              Date: Sat, 12 May 2001 01:28:10 -0400
2108              Message-ID: <20010512012810.B26358@jester.slaysys.com>
2109      Branch: perl
2110            ! lib/Pod/Text.pm
2111 ____________________________________________________________________________
2112 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
2113         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
2114              From: Mike Guy <mjtg@cam.ac.uk>
2115              Date: Sat, 12 May 2001 19:24:33 +0100
2116              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
2117      Branch: perl
2118            ! lib/AutoSplit.pm
2119 ____________________________________________________________________________
2120 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
2121         Log: Yet another HP-UX hints tweak from Merijn.
2122      Branch: perl
2123            ! hints/hpux.sh
2124 ____________________________________________________________________________
2125 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
2126         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
2127              isn't defined (changes#9366,9368,9370 from mainline without the
2128              pp_scmp() change)
2129      Branch: maint-5.6/perl
2130            ! pp.c pp.h pp_hot.c
2131 ____________________________________________________________________________
2132 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
2133         Log: The sorting seems to happen now automatically.
2134      Branch: perl
2135            ! t/lib/glob-basic.t
2136 ____________________________________________________________________________
2137 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
2138         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2139              From: Benjamin Sugars <bsugars@canoe.ca>
2140              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
2141              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
2142      Branch: perl
2143            ! pod/perlfunc.pod
2144 ____________________________________________________________________________
2145 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
2146         Log: Subject: Re: undef(&foo) does not work for XS functions
2147              From: Doug MacEachern <dougm@covalent.net>
2148              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
2149              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
2150      Branch: perl
2151            ! op.c
2152 ____________________________________________________________________________
2153 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
2154         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
2155              From: Peter Prymmer <pvhp@forte.com>
2156              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
2157              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
2158      Branch: perl
2159            ! t/op/append.t
2160 ____________________________________________________________________________
2161 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
2162         Log: Update Changes.
2163      Branch: perl
2164            ! Changes patchlevel.h
2165 ____________________________________________________________________________
2166 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
2167         Log: Remove the 'asciir' re subpragma.  Should instead implement
2168              the 'physical vs logical' range scheme:
2169              
2170              \xAA-\xCC is a native physical range, you want that range of
2171              codepoints in your native encoding.  In EBCDIC the codepoints
2172              in the gaps (between i-j and r-s) should be included.
2173              
2174              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
2175              codepoints in Unicode.
2176              
2177              a-z is a logical range, you want that range of 'logical' codepoints
2178              in your native encoding.  In EBCDIC the codepoints in the gaps
2179              (between i-j and r-s) should not be included.
2180              
2181              Mixed cases (a-\xAA, etc) should either be errors, or maybe
2182              the 'logical' endpoints should be converted to native/Unicode
2183              codepoints, and the range handled as a physical range.
2184              
2185              'Logical endpoints' are to be recognized only in the A-Z, a-z,
2186              and 0-9 ranges.  Probably a warning should be given for mixed
2187              cases like A-z or a-9 (since such expressions are encoding
2188              dependent), with a recommendation to use physical ranges.
2189      Branch: perl
2190            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
2191            ! t/op/regexp.t
2192 ____________________________________________________________________________
2193 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
2194         Log: Make the test to cleanup the test directory tree
2195              both before and after the testing so that we always
2196              have a clean slate to work with.
2197      Branch: perl
2198            ! t/lib/filefind.t
2199 ____________________________________________________________________________
2200 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
2201         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
2202              From: Jon Eveland <jweveland@yahoo.com>
2203              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
2204              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
2205      Branch: perl
2206            ! pod/perlfunc.pod
2207 ____________________________________________________________________________
2208 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
2209         Log: Merge the camel-III/vstring.t with op/ver.t.
2210      Branch: perl
2211            - t/camel-III/vstring.t
2212            ! MANIFEST t/TEST t/harness t/op/ver.t
2213 ____________________________________________________________________________
2214 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
2215         Log: Add test.deparse make target.
2216      Branch: perl
2217            ! Makefile.SH
2218 ____________________________________________________________________________
2219 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
2220         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
2221              From: Robin Houston <robin@kitsite.com>
2222              Date: Fri, 11 May 2001 12:02:22 +0100
2223              Message-ID: <20010511120222.A11529@penderel>
2224      Branch: perl
2225            ! ext/B/B/Deparse.pm t/op/method.t
2226 ____________________________________________________________________________
2227 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
2228         Log: A nicely working combination for UTS from Hal Morris.
2229      Branch: perl
2230            + ext/POSIX/hints/uts.pl
2231            ! MANIFEST hints/uts.sh
2232 ____________________________________________________________________________
2233 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
2234         Log: i_ieeefp=undef for UTS.
2235      Branch: perl
2236            ! hints/uts.sh
2237 ____________________________________________________________________________
2238 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
2239         Log: Subject: RE: rand(0) is rand(1)
2240              From: Larry Shatzer <lshatzer@islanddata.com>
2241              Date: Thu, 10 May 2001 11:09:27 -0700
2242              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
2243      Branch: perl
2244            ! pod/perlfunc.pod
2245 ____________________________________________________________________________
2246 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
2247         Log: Subject: [patch] make op_{clear,null} public
2248              From: Doug MacEachern <dougm@covalent.net>
2249              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
2250              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
2251      Branch: perl
2252            ! embed.h embed.pl op.c proto.h
2253 ____________________________________________________________________________
2254 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
2255         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
2256              From: Robin Houston <robin@kitsite.com>
2257              Date: Thu, 10 May 2001 18:54:59 +0100
2258              Message-ID: <20010510185459.A5995@penderel>
2259      Branch: perl
2260            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
2261 ____________________________________________________________________________
2262 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
2263         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
2264              From: Robin Houston <robin@kitsite.com>
2265              Date: Thu, 10 May 2001 12:56:39 +0100
2266              Message-ID: <20010510125639.A2119@penderel>
2267      Branch: perl
2268            ! ext/B/B/Deparse.pm
2269 ____________________________________________________________________________
2270 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
2271         Log: Retract #10070, not ready yet.
2272      Branch: perl
2273            ! ext/B/B/Deparse.pm
2274 ____________________________________________________________________________
2275 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
2276         Log: The metaconfig unit change for #10071.
2277      Branch: metaconfig
2278            ! U/modified/mallocsrc.U
2279 ____________________________________________________________________________
2280 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
2281         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
2282      Branch: perl
2283            ! Configure
2284 ____________________________________________________________________________
2285 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
2286         Log: (Retracted by #10073)
2287              
2288              Subject: Re: [PATCH t/TEST] B::Deparse tester 
2289              From: Hugo <hv@crypt.compulink.co.uk>
2290              Date: Thu, 10 May 2001 05:48:09 +0100
2291              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
2292      Branch: perl
2293            ! ext/B/B/Deparse.pm
2294 ____________________________________________________________________________
2295 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
2296         Log: Add a for(func()) test.
2297      Branch: perl
2298            ! t/cmd/for.t
2299 ____________________________________________________________________________
2300 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
2301         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
2302              From: Robin Houston <robin@kitsite.com>
2303              Date: Thu, 10 May 2001 13:50:08 +0100
2304              Message-ID: <20010510135008.A2454@penderel>
2305      Branch: perl
2306            ! ext/B/B/Deparse.pm
2307 ____________________________________________________________________________
2308 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
2309         Log: A thinko in #10065.
2310      Branch: perl
2311            ! hv.c
2312 ____________________________________________________________________________
2313 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
2314         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
2315              From: Robin Houston <robin@kitsite.com>
2316              Date: Thu, 10 May 2001 02:10:34 +0100
2317              Message-ID: <20010510021034.A19421@penderel>
2318      Branch: perl
2319            ! ext/B/B.xs ext/B/B/Deparse.pm
2320 ____________________________________________________________________________
2321 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
2322         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
2323              From: Doug MacEachern <dougm@covalent.net>
2324              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
2325              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
2326      Branch: perl
2327            ! hv.c
2328 ____________________________________________________________________________
2329 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
2330         Log: One more workaround for the UTS compiler from Hal Morris.
2331      Branch: perl
2332            ! perl.h
2333 ____________________________________________________________________________
2334 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
2335         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
2336              From: Robin Houston <robin@kitsite.com>
2337              Date: Thu, 10 May 2001 01:02:08 +0100
2338              Message-ID: <20010510010208.A18200@penderel>
2339      Branch: perl
2340            ! ext/B/B/Debug.pm
2341 ____________________________________________________________________________
2342 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
2343         Log: Subject: [PATCH] Simplify deb_curcv() a bit
2344              From: Benjamin Sugars <bsugars@canoe.ca>
2345              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
2346              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
2347      Branch: perl
2348            ! run.c
2349 ____________________________________________________________________________
2350 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
2351         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
2352              From: Benjamin Sugars <bsugars@canoe.ca>
2353              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
2354              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
2355      Branch: perl
2356            ! t/lib/io_scalar.t
2357 ____________________________________________________________________________
2358 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
2359         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
2360              From: Peter Prymmer <pvhp@forte.com>
2361              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
2362              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
2363      Branch: perl
2364            ! t/lib/md5-file.t
2365 ____________________________________________________________________________
2366 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
2367         Log: Subject: [PATCH t/TEST] B::Deparse tester
2368              From: Robin Houston <robin@kitsite.com>
2369              Date: Wed, 9 May 2001 19:17:50 +0100
2370              Message-ID: <20010509191750.A16940@penderel>
2371      Branch: perl
2372            ! ext/B/O.pm t/TEST
2373 ____________________________________________________________________________
2374 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
2375         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
2376              From: Jeff Pinyan <jeffp@crusoe.net>
2377              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
2378              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
2379      Branch: perl
2380            ! lib/Pod/Html.pm
2381 ____________________________________________________________________________
2382 [ 10057] By: nick                                  on 2001/05/09  18:37:56
2383         Log: Integrate mainline.
2384      Branch: perlio
2385           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
2386           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
2387 ____________________________________________________________________________
2388 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
2389         Log: Update Changes.
2390      Branch: perl
2391            ! Changes patchlevel.h
2392 ____________________________________________________________________________
2393 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
2394         Log: Integrate perlio.
2395      Branch: perl
2396           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
2397 ____________________________________________________________________________
2398 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
2399         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
2400              From: Benjamin Sugars <bsugars@canoe.ca>
2401              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
2402              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
2403      Branch: perl
2404            ! perlio.c
2405 ____________________________________________________________________________
2406 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
2407         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
2408              From: Benjamin Sugars <bsugars@canoe.ca>
2409              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
2410              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
2411      Branch: perl
2412            ! ext/PerlIO/Scalar/Scalar.xs
2413 ____________________________________________________________________________
2414 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
2415         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
2416              From: Jeff Pinyan <jeffp@crusoe.net>
2417              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
2418              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
2419      Branch: perl
2420            ! lib/Pod/Html.pm
2421 ____________________________________________________________________________
2422 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
2423         Log: EPOC tweak from Olaf Flebbe.
2424      Branch: perl
2425            ! epoc/epocish.h
2426 ____________________________________________________________________________
2427 [ 10050] By: nick                                  on 2001/05/09  14:37:57
2428         Log: win32, regen_config_h
2429      Branch: perlio
2430            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
2431 ____________________________________________________________________________
2432 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
2433         Log: Integrate perlio.
2434      Branch: perl
2435           !> pp_sys.c
2436 ____________________________________________________________________________
2437 [ 10048] By: nick                                  on 2001/05/09  11:59:50
2438         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
2439              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
2440      Branch: perlio
2441            ! pp_sys.c
2442 ____________________________________________________________________________
2443 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
2444         Log: Integrate perlio.
2445      Branch: perl
2446           !> run.c
2447 ____________________________________________________________________________
2448 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
2449         Log: Subject: Re: Less warnings during configure
2450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2451              Date: Wed, 09 May 2001 13:12:49 +0200
2452              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
2453      Branch: perl
2454            ! hints/hpux.sh
2455 ____________________________________________________________________________
2456 [ 10045] By: nick                                  on 2001/05/09  09:56:59
2457         Log: MULTIPLICITY/DEBUGGING build fix.
2458      Branch: perlio
2459            ! run.c
2460 ____________________________________________________________________________
2461 [ 10044] By: nick                                  on 2001/05/09  09:46:37
2462         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
2463      Branch: perlio
2464           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
2465            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2466           !> (integrate 65 files)
2467 ____________________________________________________________________________
2468 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
2469         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2470              From: Robin Houston <robin@kitsite.com>
2471              Date: Tue, 8 May 2001 19:38:00 +0100
2472              Message-ID: <20010508193800.A4389@penderel>
2473              
2474              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2475              From: Robin Houston <robin@kitsite.com>
2476              Date: Tue, 8 May 2001 20:03:57 +0100
2477              Message-ID: <20010508200357.A4614@penderel>
2478              
2479              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
2480              From: Robin Houston <robin@kitsite.com>
2481              Date: Wed, 9 May 2001 00:12:05 +0100
2482              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
2483      Branch: perl
2484            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
2485 ____________________________________________________________________________
2486 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
2487         Log: Retract #10031.
2488      Branch: perl
2489            ! pod/perlfunc.pod
2490 ____________________________________________________________________________
2491 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
2492         Log: The metaconfig unit changes for #10040.
2493      Branch: metaconfig/U/perl
2494            ! Checkcc.U d_dlsymun.U dlsrc.U
2495 ____________________________________________________________________________
2496 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
2497         Log: The Configure half of
2498              
2499              Subject: Less warnings during configure
2500              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2501              Date: Tue, 08 May 2001 08:44:02 +0200
2502              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
2503      Branch: perl
2504            ! Configure
2505 ____________________________________________________________________________
2506 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
2507         Log: Subject: Less warnings during configure
2508              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2509              Date: Tue, 08 May 2001 08:44:02 +0200
2510              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
2511      Branch: perl
2512            ! hints/hpux.sh
2513 ____________________________________________________________________________
2514 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
2515         Log: Don't forget to whine about \d__\d.
2516      Branch: perl
2517            ! t/pragma/warn/toke toke.c
2518 ____________________________________________________________________________
2519 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
2520         Log: Allow underscores also in the exponent part.
2521      Branch: perl
2522            ! t/pragma/warn/toke toke.c
2523 ____________________________________________________________________________
2524 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
2525         Log: CodeMagicCD doesn't look like an *I*DE.
2526      Branch: perl
2527            ! pod/perlfaq3.pod
2528 ____________________________________________________________________________
2529 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
2530         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
2531              to be consistently down).
2532      Branch: perl
2533            ! pod/perlfaq3.pod
2534 ____________________________________________________________________________
2535 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
2536         Log: Upgrade to Text::Balanced 1.84.
2537      Branch: perl
2538            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
2539 ____________________________________________________________________________
2540 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
2541         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
2542              From: Benjamin Sugars <bsugars@canoe.ca>
2543              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
2544              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
2545      Branch: perl
2546            ! run.c
2547 ____________________________________________________________________________
2548 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
2549         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
2550              From: Peter Prymmer <pvhp@forte.com>
2551              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
2552              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
2553      Branch: perl
2554            ! t/pod/plainer.t
2555 ____________________________________________________________________________
2556 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
2557         Log: (Retracted by #10042)
2558              
2559              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
2560              From: "Philip Newton" <pnewton@gmx.de>
2561              Date: Tue, 8 May 2001 09:18:10 +0200
2562              Message-ID: <3AF7B9D2.28861.603732@localhost>
2563      Branch: perl
2564            ! pod/perlfunc.pod
2565 ____________________________________________________________________________
2566 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
2567         Log: Subject: [PATCH B::Deparse] Document known bugs
2568              From: Robin Houston <robin@kitsite.com>
2569              Date: Tue, 8 May 2001 01:53:34 +0100
2570              Message-ID: <20010508015334.A32394@penderel>
2571      Branch: perl
2572            ! ext/B/B/Deparse.pm
2573 ____________________________________________________________________________
2574 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
2575         Log: Subject: Re: Perl book, magazine and website updates.
2576              From: "Philip Newton" <pnewton@gmx.de>
2577              Date: Mon, 7 May 2001 17:03:58 +0200
2578              Message-ID: <3AF6D57E.5387.1E29930@localhost>
2579      Branch: perl
2580            ! pod/perlfaq2.pod
2581 ____________________________________________________________________________
2582 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
2583         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
2584              From: Peter Prymmer <pvhp@forte.com>
2585              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
2586              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
2587      Branch: perl
2588            ! t/io/fflush.t
2589 ____________________________________________________________________________
2590 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
2591         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
2592              From: Robin Houston <robin@kitsite.com>
2593              Date: Tue, 8 May 2001 01:14:55 +0100
2594              Message-ID: <20010508011455.A32162@penderel>
2595      Branch: perl
2596            ! ext/B/B/Deparse.pm
2597 ____________________________________________________________________________
2598 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
2599         Log: Typo in #10025.
2600      Branch: perl
2601            ! hints/uts.sh
2602 ____________________________________________________________________________
2603 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
2604         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
2605      Branch: perl
2606            ! hints/uts.sh
2607 ____________________________________________________________________________
2608 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
2609         Log: Subject: Re: [ID 20010506.045] question about hash syntax
2610              From: Peter Scott <Peter@PSDT.com>
2611              Date: Sun, 06 May 2001 13:10:40 -0700
2612              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
2613      Branch: perl
2614            ! pod/perl56delta.pod
2615 ____________________________________________________________________________
2616 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
2617         Log: Configure should figure out the list of dynamic extensions
2618              just fine in UTS-- and in fact it does, as reported by Hal Morris.
2619      Branch: perl
2620            ! hints/uts.sh
2621 ____________________________________________________________________________
2622 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
2623         Log: Update Changes.
2624      Branch: perl
2625            ! Changes patchlevel.h
2626 ____________________________________________________________________________
2627 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
2628         Log: Subject: [PATCH regcomp.c] Insecure regexes
2629              From: Robin Houston <robin@kitsite.com>
2630              Date: Mon, 7 May 2001 21:56:12 +0100
2631              Message-ID: <20010507215612.A31114@penderel>
2632      Branch: perl
2633            ! regcomp.c
2634 ____________________________________________________________________________
2635 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
2636         Log: Drop the foobar.perl.com references for now until Simon
2637              gets them sorted out.
2638      Branch: perl
2639            ! pod/perlfaq2.pod
2640 ____________________________________________________________________________
2641 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
2642         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
2643              From: Prymmer/Kahn <pvhp@best.com>
2644              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
2645              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
2646      Branch: perl
2647            ! lib/Devel/SelfStubber.pm
2648 ____________________________________________________________________________
2649 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
2650         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
2651              From: Prymmer/Kahn <pvhp@best.com>
2652              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
2653              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
2654      Branch: perl
2655            ! win32/Makefile
2656 ____________________________________________________________________________
2657 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
2658         Log: s/WebTechnique's/WebTechniques/
2659      Branch: perl
2660            ! pod/perlfaq2.pod
2661 ____________________________________________________________________________
2662 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
2663         Log: Llama 3 updates from Randal.
2664      Branch: perl
2665            ! pod/perlfaq2.pod
2666 ____________________________________________________________________________
2667 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
2668         Log: Subject: [PATCH] Help -Dt show correct pad variables
2669              From: Benjamin Sugars <ben.sugars@home.com>
2670              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
2671              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
2672      Branch: perl
2673            ! embed.h embed.pl proto.h run.c
2674 ____________________________________________________________________________
2675 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
2676         Log: Subject: [PATCH] Document C<our $foo : shared>
2677              From: Benjamin Sugars <ben.sugars@home.com>
2678              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
2679              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
2680      Branch: perl
2681            ! pod/perlfunc.pod
2682 ____________________________________________________________________________
2683 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
2684         Log: Subject: [PATCH B::Deparse] undefined folded constants
2685              From: Robin Houston <robin@kitsite.com>
2686              Date: Sun, 6 May 2001 17:19:09 +0100
2687              Message-ID: <20010506171909.A7046@penderel>
2688      Branch: perl
2689            ! ext/B/B/Deparse.pm
2690 ____________________________________________________________________________
2691 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
2692         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
2693              From: Robin Houston <robin@kitsite.com>
2694              Message-ID: <20010506164654.A6848@penderel>
2695              Date: Sun, 6 May 2001 16:46:54 +0100
2696      Branch: perl
2697            ! ext/B/B/Deparse.pm
2698 ____________________________________________________________________________
2699 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
2700         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
2701              From: Robin Houston <robin@kitsite.com>
2702              Date: Sun, 6 May 2001 14:47:02 +0100
2703              Message-ID: <20010506144702.A6308@penderel>
2704      Branch: perl
2705            ! t/op/my_stash.t
2706 ____________________________________________________________________________
2707 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
2708         Log: Subject: Perl book, magazine and website updates.
2709              From: Simon Cozens <simon@netthink.co.uk>
2710              Date: Sun, 6 May 2001 16:55:36 +0100
2711              Message-ID: <20010506165536.A1795@netthink.co.uk>
2712      Branch: perl
2713            ! pod/perlbook.pod pod/perlfaq2.pod
2714 ____________________________________________________________________________
2715 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
2716         Log: Tweaks on the Tru64 prof options.
2717      Branch: perl
2718            ! pod/perlhack.pod
2719 ____________________________________________________________________________
2720 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
2721         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
2722              From: Robin Houston <robin@kitsite.com>
2723              Date: Sun, 6 May 2001 14:40:51 +0100
2724              Message-ID: <20010506144051.A6279@penderel>
2725      Branch: perl
2726            ! t/pod/testp2pt.pl
2727 ____________________________________________________________________________
2728 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
2729         Log: Subject: [PATCH B::Deparse] scoping
2730              From: Robin Houston <robin@kitsite.com>
2731              Date: Sun, 6 May 2001 14:36:56 +0100
2732              Message-ID: <20010506143656.A4006@penderel>
2733      Branch: perl
2734            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
2735 ____________________________________________________________________________
2736 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
2737         Log: Document the undefinedness of bitshifting out of range.
2738      Branch: perl
2739            ! pod/perlop.pod
2740 ____________________________________________________________________________
2741 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
2742         Log: Retract #10003 and update the IDE descriptions a bit.
2743      Branch: perl
2744            ! pod/perlfaq3.pod
2745 ____________________________________________________________________________
2746 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
2747         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
2748              From: Prymmer/Kahn <pvhp@best.com>
2749              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
2750              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
2751      Branch: perl
2752            ! win32/Makefile win32/buildext.pl win32/config.bc
2753            ! win32/config.gc win32/config.vc
2754 ____________________________________________________________________________
2755 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
2756         Log: (Retracted by #10005.)
2757      Branch: perl
2758            ! pod/perlfaq3.pod
2759 ____________________________________________________________________________
2760 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
2761         Log: It's "psed", not "sed".
2762      Branch: perl
2763            ! x2p/s2p.PL
2764 ____________________________________________________________________________
2765 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
2766         Log: Update Changes.
2767      Branch: perl
2768            ! Changes patchlevel.h
2769 ____________________________________________________________________________
2770 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
2771         Log: Subject: Re: bleadperl make install fails due to "psed"
2772              From: andreas.koenig@anima.de (Andreas J. Koenig)
2773              Date: 05 May 2001 18:23:28 +0200
2774              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
2775      Branch: perl
2776            ! x2p/Makefile.SH x2p/s2p.PL
2777 ____________________________________________________________________________
2778 [  9999] By: jhi                                   on 2001/05/05  18:28:09
2779         Log: AUTHORS updates.
2780      Branch: perl
2781            ! AUTHORS
2782 ____________________________________________________________________________
2783 [  9998] By: jhi                                   on 2001/05/05  18:16:00
2784         Log: Updates on the pods related to the modules included since 5.6.
2785              
2786              TODO: perltodo really could use major updating.
2787      Branch: perl
2788            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
2789            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
2790            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
2791            ! pod/perlsyn.pod pod/perltodo.pod
2792 ____________________________________________________________________________
2793 [  9997] By: jhi                                   on 2001/05/05  17:35:17
2794         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
2795              from Kurt Skauen.
2796      Branch: perl
2797            + hints/atheos.sh
2798            ! MANIFEST
2799 ____________________________________________________________________________
2800 [  9996] By: jhi                                   on 2001/05/05  17:25:00
2801         Log: Add preemptive #undefs for some of the shorter and more prone
2802              to collision regcomp.h #defines.  (Background: the MASK collided
2803              with a system header #define in Rhapsody.)
2804      Branch: perl
2805            ! regcomp.h
2806 ____________________________________________________________________________
2807 [  9995] By: jhi                                   on 2001/05/05  13:24:21
2808         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
2809              From: Nicholas Clark <nick@ccl4.org>
2810              Date: Sat, 5 May 2001 14:46:39 +0100
2811              Message-ID: <20010505144639.O53513@plum.flirble.org>
2812              
2813              Add a test for the constants (if any) being processed correctly.
2814      Branch: perl
2815            ! utils/h2xs.PL
2816 ____________________________________________________________________________
2817 [  9994] By: jhi                                   on 2001/05/05  02:11:03
2818         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
2819              From: Peter Prymmer <pvhp@forte.com>
2820              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
2821              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
2822      Branch: perl
2823            ! t/lib/b-stash.t
2824 ____________________________________________________________________________
2825 [  9993] By: jhi                                   on 2001/05/05  02:03:49
2826         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
2827              From: Peter Prymmer <pvhp@forte.com>
2828              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
2829              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
2830      Branch: perl
2831            ! perlio.c vms/vmsish.h
2832 ____________________________________________________________________________
2833 [  9992] By: jhi                                   on 2001/05/04  17:21:12
2834         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
2835              From: Robin Barker <rmb1@cise.npl.co.uk>
2836              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
2837              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
2838      Branch: perl
2839            + t/pod/plainer.t
2840            ! MANIFEST
2841 ____________________________________________________________________________
2842 [  9991] By: jhi                                   on 2001/05/04  16:47:45
2843         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
2844              From: Robin Barker <rmb1@cise.npl.co.uk>
2845              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
2846              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
2847      Branch: perl
2848            ! regcomp.c
2849 ____________________________________________________________________________
2850 [  9990] By: jhi                                   on 2001/05/04  14:37:20
2851         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
2852              From: Prymmer/Kahn <pvhp@best.com>
2853              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
2854              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
2855      Branch: perl
2856            ! t/lib/b-stash.t
2857 ____________________________________________________________________________
2858 [  9989] By: jhi                                   on 2001/05/04  14:03:58
2859         Log: Introduce perl572delta, update Todo, add the missing
2860              mention about signal safety since 5.7.1 (though this
2861              requires verification and more details.)
2862      Branch: perl
2863            + pod/perl572delta.pod
2864            ! MANIFEST Todo pod/perl571delta.pod
2865 ____________________________________________________________________________
2866 [  9988] By: jhi                                   on 2001/05/04  12:41:51
2867         Log: Subject: [PATCH perl@9944] long =item
2868              From: Robin Barker <rmb1@cise.npl.co.uk>
2869              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
2870              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
2871      Branch: perl
2872            ! ext/Time/HiRes/HiRes.pm
2873 ____________________________________________________________________________
2874 [  9987] By: jhi                                   on 2001/05/04  12:39:19
2875         Log: The #9901 had removed one line essential for EBCDIC.
2876      Branch: perl
2877            ! regcomp.c
2878 ____________________________________________________________________________
2879 [  9986] By: jhi                                   on 2001/05/04  12:30:23
2880         Log: Subject: cygwin/Makefile.SHs INSTALL patch
2881              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
2882              Date: Mon, 08 Jan 2001 04:59:21 +0200
2883              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
2884      Branch: perl
2885            ! cygwin/Makefile.SHs
2886 ____________________________________________________________________________
2887 [  9985] By: jhi                                   on 2001/05/04  03:51:39
2888         Log: Encode/IO doc tweaks.
2889      Branch: perl
2890            ! ext/Encode/Encode.pm
2891 ____________________________________________________________________________
2892 [  9984] By: jhi                                   on 2001/05/04  03:29:34
2893         Log: Remove GDBM_File from the dynamic extensions for UTS,
2894              GDBM is not a standard feature.
2895      Branch: perl
2896            ! hints/uts.sh
2897 ____________________________________________________________________________
2898 [  9983] By: jhi                                   on 2001/05/04  03:22:59
2899         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
2900      Branch: perl
2901            ! pod/perlretut.pod
2902 ____________________________________________________________________________
2903 [  9982] By: jhi                                   on 2001/05/03  23:21:03
2904         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
2905              From: Benjamin Sugars <bsugars@canoe.ca>
2906              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
2907              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
2908      Branch: perl
2909            ! dump.c
2910 ____________________________________________________________________________
2911 [  9981] By: jhi                                   on 2001/05/03  23:20:05
2912         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
2913              From: Benjamin Sugars <bsugars@canoe.ca>
2914              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
2915              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
2916      Branch: perl
2917            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
2918 ____________________________________________________________________________
2919 [  9980] By: jhi                                   on 2001/05/03  23:15:29
2920         Log: Integrate perlio.
2921      Branch: perl
2922           !> ext/Encode/Encode.pm
2923 ____________________________________________________________________________
2924 [  9979] By: jhi                                   on 2001/05/03  16:54:59
2925         Log: Install psed man page.
2926      Branch: perl
2927            ! installman
2928 ____________________________________________________________________________
2929 [  9978] By: jhi                                   on 2001/05/03  16:45:58
2930         Log: Remove unused files; noted by Sarathy.
2931      Branch: perl
2932            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
2933            ! MANIFEST
2934 ____________________________________________________________________________
2935 [  9977] By: jhi                                   on 2001/05/03  16:42:30
2936         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
2937              From: Andy Dougherty <doughera@lafayette.edu>
2938              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
2939              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
2940      Branch: perl
2941            ! INSTALL
2942 ____________________________________________________________________________
2943 [  9976] By: nick                                  on 2001/05/03  16:40:42
2944         Log: Allow $answer = encode($object,$text); like it says in docs.
2945      Branch: perlio
2946            ! ext/Encode/Encode.pm
2947 ____________________________________________________________________________
2948 [  9975] By: nick                                  on 2001/05/03  16:22:30
2949         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
2950              to be in scope (fair enough), and also a package variable (our) for eval to see it.
2951      Branch: perlio
2952            ! ext/Encode/Encode.pm
2953 ____________________________________________________________________________
2954 [  9974] By: nick                                  on 2001/05/03  15:48:17
2955         Log: Integrate mainline.
2956      Branch: perlio
2957           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
2958           +> t/lib/filter-simple.t t/lib/next.t
2959           !> (integrate 70 files)
2960 ____________________________________________________________________________
2961 [  9973] By: jhi                                   on 2001/05/03  13:09:09
2962         Log: Update Changes.
2963      Branch: perl
2964            ! Changes patchlevel.h
2965 ____________________________________________________________________________
2966 [  9972] By: jhi                                   on 2001/05/03  12:58:33
2967         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
2968              From: Prymmer/Kahn <pvhp@best.com>
2969              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
2970              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
2971      Branch: perl
2972            ! t/io/fflush.t
2973 ____________________________________________________________________________
2974 [  9971] By: jhi                                   on 2001/05/03  12:57:26
2975         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
2976              From: Prymmer/Kahn <pvhp@best.com>
2977              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
2978              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
2979      Branch: perl
2980            ! win32/FindExt.pm
2981 ____________________________________________________________________________
2982 [  9970] By: jhi                                   on 2001/05/03  02:42:46
2983         Log: Can't croak sans thread context, from Doug MacEachern.
2984      Branch: perl
2985            ! toke.c
2986 ____________________________________________________________________________
2987 [  9969] By: jhi                                   on 2001/05/03  01:23:48
2988         Log: Subject: Random input test and Perl
2989              From: Ilya Zakharevich <ilya@math.berkeley.edu>
2990              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
2991              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
2992      Branch: perl
2993            ! toke.c
2994 ____________________________________________________________________________
2995 [  9968] By: jhi                                   on 2001/05/02  22:17:21
2996         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
2997              From: Peter Prymmer <pvhp@forte.com>
2998              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
2999              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
3000      Branch: perl
3001            ! pod/perlfunc.pod pod/perlport.pod
3002 ____________________________________________________________________________
3003 [  9967] By: jhi                                   on 2001/05/02  20:12:45
3004         Log: Workaround for UTS compiler casting bug from Hal Morris.
3005      Branch: perl
3006            ! perl.h
3007 ____________________________________________________________________________
3008 [  9966] By: jhi                                   on 2001/05/02  18:31:37
3009         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
3010              From: Dan Sugalski <dan@sidhe.org>
3011              Date: Wed, 02 May 2001 15:23:22 -0400
3012              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
3013      Branch: perl
3014            ! perl.c vms/vms.c
3015 ____________________________________________________________________________
3016 [  9965] By: jhi                                   on 2001/05/02  18:21:29
3017         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
3018      Branch: perl
3019            ! pod/perlfunc.pod
3020 ____________________________________________________________________________
3021 [  9964] By: jhi                                   on 2001/05/02  18:15:01
3022         Log: Document large files in INSTALL, document also the %x
3023              limitation if not use64bitint, closes bug 20010326.007.
3024      Branch: perl
3025            ! INSTALL
3026 ____________________________________________________________________________
3027 [  9963] By: jhi                                   on 2001/05/02  17:24:47
3028         Log: perlmodlib tweaks; regen pods.
3029      Branch: perl
3030            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
3031            ! pod/perltoc.pod
3032 ____________________________________________________________________________
3033 [  9962] By: jhi                                   on 2001/05/02  17:14:00
3034         Log: Fix for a segfault, from Marc Lehmann.
3035      Branch: perl
3036            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
3037 ____________________________________________________________________________
3038 [  9961] By: jhi                                   on 2001/05/02  15:55:53
3039         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
3040              From: "Philip Newton" <pnewton@gmx.de>
3041              Date: Wed, 2 May 2001 18:39:03 +0200
3042              Message-ID: <3AF05447.15525.173B588@localhost>
3043      Branch: perl
3044            ! pod/perlop.pod
3045 ____________________________________________________________________________
3046 [  9960] By: jhi                                   on 2001/05/02  15:35:37
3047         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
3048              From: Dan Sugalski <dan@sidhe.org>
3049              Date: Wed, 02 May 2001 11:37:27 -0400
3050              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
3051      Branch: perl
3052            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
3053            ! thread.h vms/vms.c vms/vmsish.h
3054 ____________________________________________________________________________
3055 [  9959] By: jhi                                   on 2001/05/02  15:21:08
3056         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
3057              From: Benjamin Sugars <bsugars@canoe.ca>
3058              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
3059              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
3060      Branch: perl
3061            ! ext/PerlIO/Scalar/Scalar.xs
3062 ____________________________________________________________________________
3063 [  9958] By: jhi                                   on 2001/05/02  15:15:53
3064         Log: Bug in #9915, spotted by Mike Guy.
3065      Branch: perl
3066            ! installperl
3067 ____________________________________________________________________________
3068 [  9957] By: jhi                                   on 2001/05/02  13:26:01
3069         Log: Add a test for not griping about references as array
3070              indices if the reference has magic in it (overloaded
3071              methods).
3072      Branch: perl
3073            ! pod/perldiag.pod t/pragma/warn/pp_hot
3074 ____________________________________________________________________________
3075 [  9956] By: jhi                                   on 2001/05/02  13:07:01
3076         Log: Retracted a bit too much in #9952.
3077      Branch: perl
3078            ! t/pragma/sub_lval.t
3079 ____________________________________________________________________________
3080 [  9955] By: jhi                                   on 2001/05/02  13:05:38
3081         Log: Test for #9952.
3082      Branch: perl
3083            ! t/op/tie.t
3084 ____________________________________________________________________________
3085 [  9954] By: jhi                                   on 2001/05/02  11:48:18
3086         Log: Additional note on the encoding example: one cannot
3087              convert string constants in-place.
3088      Branch: perl
3089            ! ext/Encode/Encode.pm
3090 ____________________________________________________________________________
3091 [  9953] By: jhi                                   on 2001/05/02  11:43:51
3092         Log: Note that if you have recent enough Perl you already
3093              have Filter::Util::Call.
3094      Branch: perl
3095            ! lib/Filter/Simple.pm
3096 ____________________________________________________________________________
3097 [  9952] By: jhi                                   on 2001/05/02  11:31:53
3098         Log: Retract changes #8254 and #8255, causes coredump in
3099              'tie FH, "main"', reported by Abigail, culprit found by
3100              Benjamin Sugars.  Mirrors maintperl change #9950.
3101      Branch: perl
3102            ! op.c t/pragma/sub_lval.t
3103 ____________________________________________________________________________
3104 [  9951] By: jhi                                   on 2001/05/02  11:14:29
3105         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
3106      Branch: perl
3107            + t/lib/MyFilter.pm
3108 ____________________________________________________________________________
3109 [  9950] By: gsar                                  on 2001/05/02  03:17:11
3110         Log: revert integration of changes#8254,8255 in change#8620 (causes
3111              a coredump in C<tie FH, 'foo'>; the idea itself may need better
3112              rationalization)
3113      Branch: maint-5.6/perl
3114            ! op.c t/pragma/sub_lval.t
3115 ____________________________________________________________________________
3116 [  9949] By: gsar                                  on 2001/05/02  02:56:32
3117         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
3118              
3119              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3120              
3121              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
3122      Branch: maint-5.6/perl
3123           !> hints/svr5.sh
3124 ____________________________________________________________________________
3125 [  9948] By: gsar                                  on 2001/05/02  02:49:15
3126         Log: pod/find.t breaks on VMS (from Craig Berry)
3127      Branch: maint-5.6/perl
3128            ! t/pod/find.t
3129 ____________________________________________________________________________
3130 [  9947] By: jhi                                   on 2001/05/02  02:43:09
3131         Log: Add an encoding conversion example.
3132      Branch: perl
3133            ! ext/Encode/Encode.pm
3134 ____________________________________________________________________________
3135 [  9946] By: jhi                                   on 2001/05/02  01:34:22
3136         Log: Another coat of paint but still nowhere finished.
3137              Need to decide on the semantics of strptime(): should
3138              strptime() be a function instead of a method?  To do
3139              the week/monthname-strptiming the i18n/l10n bullet needs
3140              to be bitten with gusto.
3141      Branch: perl
3142            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3143 ____________________________________________________________________________
3144 [  9945] By: jhi                                   on 2001/05/01  23:40:52
3145         Log: Update Changes.
3146      Branch: perl
3147            ! Changes patchlevel.h
3148 ____________________________________________________________________________
3149 [  9944] By: jhi                                   on 2001/05/01  23:33:37
3150         Log: Add known-to-be-tested modules to the list-to-be-skipped.
3151      Branch: perl
3152            ! t/lib/1_compile.t
3153 ____________________________________________________________________________
3154 [  9943] By: jhi                                   on 2001/05/01  23:24:40
3155         Log: Subject: BorlandC++ fix
3156              From: "Vadim Konovalov" <watman@inbox.ru>
3157              Date: Mon, 30 Apr 2001 20:12:26 -0700
3158              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
3159      Branch: perl
3160            ! win32/makefile.mk
3161 ____________________________________________________________________________
3162 [  9942] By: jhi                                   on 2001/05/01  23:18:02
3163         Log: Update to Filter::Simple 0.60, create a test for it.
3164      Branch: perl
3165            + t/lib/filter-simple.t
3166            ! MANIFEST lib/Filter/Simple.pm
3167 ____________________________________________________________________________
3168 [  9941] By: jhi                                   on 2001/05/01  19:47:24
3169         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
3170              From: Hugo <hv@crypt.compulink.co.uk>
3171              Date: Tue, 01 May 2001 20:12:20 +0100
3172              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
3173      Branch: perl
3174            ! pp_hot.c t/op/re_tests
3175 ____________________________________________________________________________
3176 [  9940] By: jhi                                   on 2001/05/01  19:42:16
3177         Log: Integrate perlio.
3178      Branch: perl
3179           !> lib/base.pm t/lib/fields.t
3180 ____________________________________________________________________________
3181 [  9939] By: jhi                                   on 2001/05/01  19:39:51
3182         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
3183              From: Benjamin Sugars <bsugars@canoe.ca>
3184              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
3185              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
3186      Branch: perl
3187            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3188 ____________________________________________________________________________
3189 [  9938] By: jhi                                   on 2001/05/01  19:34:09
3190         Log: Add NEXT, a pseudo-class for method redispatching.
3191              <Damian>NEXT.pm probably offers more bang-for-buck
3192              than anything else I've ever written.</Damian>
3193      Branch: perl
3194            + lib/NEXT.pm t/lib/next.t
3195            ! MANIFEST
3196 ____________________________________________________________________________
3197 [  9937] By: jhi                                   on 2001/05/01  19:21:41
3198         Log: Update to Switch 2.02.
3199      Branch: perl
3200            ! lib/Switch.pm t/lib/switch.t
3201 ____________________________________________________________________________
3202 [  9936] By: nick                                  on 2001/05/01  19:09:21
3203         Log: Fix for base.pm clobbering $VERSION
3204      Branch: perlio
3205            ! lib/base.pm
3206 ____________________________________________________________________________
3207 [  9935] By: nick                                  on 2001/05/01  18:54:38
3208         Log: Test for base.pm clobbering $VERSION.
3209      Branch: perlio
3210            ! t/lib/fields.t
3211 ____________________________________________________________________________
3212 [  9934] By: jhi                                   on 2001/05/01  18:39:10
3213         Log: Add information about Scalar::Util::blessed.
3214      Branch: perl
3215            ! pod/perlobj.pod
3216 ____________________________________________________________________________
3217 [  9933] By: jhi                                   on 2001/05/01  18:33:51
3218         Log: Subject: Extra UNIVERSAL documentation
3219              From: Mike Guy <mjtg@cam.ac.uk>
3220              Date: Tue, 01 May 2001 20:12:11 +0100
3221              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
3222      Branch: perl
3223            ! pod/perlobj.pod
3224 ____________________________________________________________________________
3225 [  9932] By: jhi                                   on 2001/05/01  18:26:54
3226         Log: Subject: Autoflush in tests as appropriate
3227              From: Mike Guy <mjtg@cam.ac.uk>
3228              Date: Tue, 01 May 2001 20:05:31 +0100
3229              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
3230      Branch: perl
3231            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
3232            ! t/op/taint.t
3233 ____________________________________________________________________________
3234 [  9931] By: jhi                                   on 2001/05/01  18:02:29
3235         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
3236              From: Benjamin Sugars <bsugars@canoe.ca>
3237              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
3238              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
3239      Branch: perl
3240            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3241 ____________________________________________________________________________
3242 [  9930] By: jhi                                   on 2001/05/01  15:12:26
3243         Log: Subject: Re: Finally got a round tuit
3244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3245              Date: Tue, 01 May 2001 14:14:10 +0200
3246              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
3247              
3248              The -DP part, slightly modified.
3249      Branch: perl
3250            ! perl.c
3251 ____________________________________________________________________________
3252 [  9929] By: jhi                                   on 2001/05/01  14:17:15
3253         Log: Subject: Re: Finally got a round tuit
3254              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3255              Date: Tue, 01 May 2001 16:34:06 +0200
3256              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
3257              
3258              cpp and optimization tweaks for HP-UX.
3259      Branch: perl
3260            ! hints/hpux.sh
3261 ____________________________________________________________________________
3262 [  9928] By: jhi                                   on 2001/05/01  13:24:20
3263         Log: Tune the scan_num() comments to reality.
3264      Branch: perl
3265            ! toke.c
3266 ____________________________________________________________________________
3267 [  9927] By: jhi                                   on 2001/05/01  13:14:01
3268         Log: Subject: [PATCH B::Deparse] optimised sort
3269              From: Robin Houston <robin@kitsite.com>
3270              Date: Tue, 1 May 2001 14:07:12 +0100
3271              Message-ID: <20010501140712.A4266@penderel>
3272      Branch: perl
3273            ! ext/B/B/Deparse.pm
3274 ____________________________________________________________________________
3275 [  9926] By: jhi                                   on 2001/05/01  13:10:53
3276         Log: Subject: [PATCH t/lib/b-deparse.t] 
3277              From: Robin Houston <robin@kitsite.com>
3278              Date: Tue, 1 May 2001 13:37:42 +0100
3279              Message-ID: <20010501133742.A4082@penderel>
3280      Branch: perl
3281            ! t/lib/b-deparse.t
3282 ____________________________________________________________________________
3283 [  9925] By: jhi                                   on 2001/05/01  13:10:13
3284         Log: Subject: [PATCH B::Deparse] for(;;), sort
3285              From: Robin Houston <robin@kitsite.com>
3286              Date: Tue, 1 May 2001 13:35:00 +0100
3287              Message-ID: <20010501133500.A4061@penderel>
3288      Branch: perl
3289            ! ext/B/B/Deparse.pm
3290 ____________________________________________________________________________
3291 [  9924] By: jhi                                   on 2001/05/01  13:09:22
3292         Log: Subject: [PATCH B::Deparse] do, warn, use
3293              From: Robin Houston <robin@kitsite.com>
3294              Date: Tue, 1 May 2001 13:31:03 +0100
3295              Message-ID: <20010501133103.A4041@penderel>
3296      Branch: perl
3297            ! ext/B/B/Deparse.pm
3298 ____________________________________________________________________________
3299 [  9923] By: jhi                                   on 2001/05/01  11:45:36
3300         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
3301              From: Benjamin Sugars <ben.sugars@home.com>
3302              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
3303              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
3304      Branch: perl
3305            + t/io/fflush.t
3306            ! MANIFEST
3307 ____________________________________________________________________________
3308 [  9922] By: jhi                                   on 2001/05/01  11:35:42
3309         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
3310              From: Peter Prymmer <pvhp@forte.com>
3311              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
3312              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
3313      Branch: perl
3314            ! t/lib/selfstubber.t
3315 ____________________________________________________________________________
3316 [  9921] By: jhi                                   on 2001/04/30  16:34:33
3317         Log: Subject: [PATCH B::Concise] suppress warning
3318              From: Robin Houston <robin@kitsite.com>
3319              Date: Mon, 30 Apr 2001 16:09:49 +0100
3320              Message-ID: <20010430160949.A25086@penderel>
3321      Branch: perl
3322            ! ext/B/B/Concise.pm
3323 ____________________________________________________________________________
3324 [  9920] By: jhi                                   on 2001/04/30  13:56:04
3325         Log: Strip the *markers* from #9919.
3326      Branch: perl
3327            ! pod/perlfaq.pod pod/perlfaq5.pod
3328 ____________________________________________________________________________
3329 [  9919] By: jhi                                   on 2001/04/30  13:54:04
3330         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
3331              From: Gwyn Judd <b.judd@xtra.co.nz>
3332              Date: Sun, 29 Apr 2001 01:47:49 +1200
3333              Message-ID: <20010429014749.A4418@thislove>
3334      Branch: perl
3335            ! pod/perlfaq.pod pod/perlfaq5.pod
3336 ____________________________________________________________________________
3337 [  9918] By: jhi                                   on 2001/04/30  13:13:54
3338         Log: More_tweakage.
3339      Branch: perl
3340            ! pod/perldata.pod pod/perldiag.pod
3341 ____________________________________________________________________________
3342 [  9917] By: jhi                                   on 2001/04/30  13:01:27
3343         Log: Update Changes.
3344      Branch: perl
3345            ! Changes patchlevel.h
3346 ____________________________________________________________________________
3347 [  9916] By: jhi                                   on 2001/04/30  12:57:03
3348         Log: T_w_e_a_k_a_g_e.
3349      Branch: perl
3350            ! pod/perldata.pod pod/perldiag.pod
3351 ____________________________________________________________________________
3352 [  9915] By: jhi                                   on 2001/04/30  12:39:29
3353         Log: Install s2p also as psed.
3354              
3355              TODO: psed documentation?
3356      Branch: perl
3357            ! installperl
3358 ____________________________________________________________________________
3359 [  9914] By: jhi                                   on 2001/04/30  12:29:21
3360         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
3361              From: Jens Hamisch <jens@Strawberry.COM>
3362              Date: Fri, 27 Apr 2001 17:00:36 +0200
3363              Message-ID: <20010427170036.K1372@Strawberry.COM>
3364              
3365              SOCKS5_VERSION_NAME is the right symbol to detect
3366              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
3367              function called socks5_init() is available, and even that is
3368              not universal, most SOCKS5 installations use SOCKSinit()).
3369      Branch: perl
3370            ! perlio.c
3371 ____________________________________________________________________________
3372 [  9913] By: jhi                                   on 2001/04/30  12:22:15
3373         Log: Allow a zero timeout on IO::Socket accept and connect--
3374              though one really shouldn't do that.  Based on
3375              
3376              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
3377              From: "John Holdsworth" <coldwave@bigfoot.com>
3378              Date: Sun, 4 Feb 2001 12:48:18 +0100
3379              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
3380      Branch: perl
3381            ! ext/IO/lib/IO/Socket.pm
3382 ____________________________________________________________________________
3383 [  9912] By: jhi                                   on 2001/04/30  11:27:27
3384         Log: Save the spot of regprev (see #9911) for binary compatibility;
3385              regen API.
3386      Branch: perl
3387            ! embedvar.h perlapi.h thrdvar.h
3388 ____________________________________________________________________________
3389 [  9911] By: jhi                                   on 2001/04/30  11:22:03
3390         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
3391              From: Hugo <hv@crypt.compulink.co.uk>
3392              Date: Sun, 29 Apr 2001 17:09:30 +0100
3393              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
3394      Branch: perl
3395            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
3396 ____________________________________________________________________________
3397 [  9910] By: jhi                                   on 2001/04/30  11:15:12
3398         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
3399              a dummy for PL_numeric_radix); no pressing reason to break
3400              binary compatibility; regen API.
3401      Branch: perl
3402            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
3403            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
3404 ____________________________________________________________________________
3405 [  9909] By: jhi                                   on 2001/04/30  10:56:08
3406         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
3407              From: Walt Mankowski <waltman@netaxs.com>
3408              Date: Sun, 29 Apr 2001 21:53:48 -0400
3409              Message-ID: <20010429215348.A3971@netaxs.com>
3410      Branch: perl
3411            ! pod/perlfunc.pod
3412 ____________________________________________________________________________
3413 [  9908] By: jhi                                   on 2001/04/30  10:49:40
3414         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
3415      Branch: perl
3416            ! t/lib/selfstubber.t
3417 ____________________________________________________________________________
3418 [  9907] By: nick                                  on 2001/04/30  09:26:50
3419         Log: Integrate mainline.
3420      Branch: perlio
3421           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
3422 ____________________________________________________________________________
3423 [  9906] By: jhi                                   on 2001/04/29  23:24:20
3424         Log: Abigail spotted a thinko in #9905.
3425      Branch: perl
3426            ! pod/perldiag.pod
3427 ____________________________________________________________________________
3428 [  9905] By: jhi                                   on 2001/04/29  15:55:39
3429         Log: Changed the underscore/undebar syntax in numeric constants;
3430              now any grouping will do, as long as the underscores are not
3431              consecutive (so "zero-grouping" is out), and they do not begin
3432              or end the integer or fractional parts.
3433      Branch: perl
3434            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
3435 ____________________________________________________________________________
3436 [  9904] By: nick                                  on 2001/04/29  15:43:22
3437         Log: Integrate mainline.
3438      Branch: perlio
3439           +> (branch 98 files)
3440            - lib/unicode/Block.pl
3441            - lib/unicode/In/AlphabeticPresentationForms.pl
3442            - lib/unicode/In/Arabic.pl
3443            - lib/unicode/In/ArabicPresentationForms-A.pl
3444            - lib/unicode/In/ArabicPresentationForms-B.pl
3445            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
3446            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
3447            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
3448            - lib/unicode/In/BopomofoExtended.pl
3449            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
3450            - lib/unicode/In/CJKCompatibility.pl
3451            - lib/unicode/In/CJKCompatibilityForms.pl
3452            - lib/unicode/In/CJKCompatibilityIdeographs.pl
3453            - lib/unicode/In/CJKRadicalsSupplement.pl
3454            - lib/unicode/In/CJKSymbolsandPunctuation.pl
3455            - lib/unicode/In/CJKUnifiedIdeographs.pl
3456            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3457            - lib/unicode/In/Cherokee.pl
3458            - lib/unicode/In/CombiningDiacriticalMarks.pl
3459            - lib/unicode/In/CombiningHalfMarks.pl
3460            - lib/unicode/In/CombiningMarksforSymbols.pl
3461            - lib/unicode/In/ControlPictures.pl
3462            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
3463            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
3464            - lib/unicode/In/EnclosedAlphanumerics.pl
3465            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
3466            - lib/unicode/In/Ethiopic.pl
3467            - lib/unicode/In/GeneralPunctuation.pl
3468            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
3469            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
3470            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
3471            - lib/unicode/In/HalfwidthandFullwidthForms.pl
3472            - lib/unicode/In/HangulCompatibilityJamo.pl
3473            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
3474            - lib/unicode/In/Hebrew.pl
3475            - lib/unicode/In/HighPrivateUseSurrogates.pl
3476            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
3477            - lib/unicode/In/IPAExtensions.pl
3478            - lib/unicode/In/IdeographicDescriptionCharacters.pl
3479            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
3480            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
3481            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
3482            - lib/unicode/In/Latin-1Supplement.pl
3483            - lib/unicode/In/LatinExtended-A.pl
3484            - lib/unicode/In/LatinExtended-B.pl
3485            - lib/unicode/In/LatinExtendedAdditional.pl
3486            - lib/unicode/In/LetterlikeSymbols.pl
3487            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
3488            - lib/unicode/In/MathematicalOperators.pl
3489            - lib/unicode/In/MiscellaneousSymbols.pl
3490            - lib/unicode/In/MiscellaneousTechnical.pl
3491            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3492            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
3493            - lib/unicode/In/OpticalCharacterRecognition.pl
3494            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
3495            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
3496            - lib/unicode/In/SmallFormVariants.pl
3497            - lib/unicode/In/SpacingModifierLetters.pl
3498            - lib/unicode/In/Specials.pl
3499            - lib/unicode/In/SuperscriptsandSubscripts.pl
3500            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
3501            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
3502            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
3503            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3504            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3505           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
3506           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
3507           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
3508           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
3509           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
3510           !> utf8.c win32/Makefile
3511 ____________________________________________________________________________
3512 [  9903] By: jhi                                   on 2001/04/29  14:30:53
3513         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
3514              From: Prymmer/Kahn <pvhp@best.com>
3515              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
3516              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
3517      Branch: perl
3518            ! win32/Makefile
3519 ____________________________________________________________________________
3520 [  9902] By: jhi                                   on 2001/04/29  02:52:44
3521         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
3522              From: "Abigail" <abigail@foad.org>
3523              Date: Sun, 29 Apr 2001 03:14:25 +0200
3524              Message-ID: <20010429011425.24503.qmail@foad.org>
3525      Branch: perl
3526            ! ext/IO/lib/IO/Seekable.pm
3527 ____________________________________________________________________________
3528 [  9901] By: jhi                                   on 2001/04/29  02:04:46
3529         Log: In character classes one couldn't have 0x80..0xff characters
3530              at the left hand side if there were 0x100.. characters in the
3531              character class.
3532      Branch: perl
3533            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
3534            ! t/op/pat.t utf8.c
3535 ____________________________________________________________________________
3536 [  9900] By: jhi                                   on 2001/04/28  22:55:04
3537         Log: Forgot the latest mktables.PL from #9899.
3538      Branch: perl
3539            ! lib/unicode/mktables.PL
3540 ____________________________________________________________________________
3541 [  9899] By: jhi                                   on 2001/04/28  22:53:28
3542         Log: Explain the \p{} and \P{} error message better and
3543              have prettier prettyprint in In.pl.
3544      Branch: perl
3545            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
3546            ! pod/perldiag.pod
3547 ____________________________________________________________________________
3548 [  9898] By: jhi                                   on 2001/04/28  21:03:34
3549         Log: Add one possible explanation for the "Invalid [] range" error.
3550      Branch: perl
3551            ! pod/perldiag.pod
3552 ____________________________________________________________________________
3553 [  9897] By: jhi                                   on 2001/04/28  17:18:26
3554         Log: Add a level of indirection to the implementation of \p{InFoo}
3555              so that we don't have to have long filenames.  (Nothing changes
3556              in the user interface.)   The indirection is defined in
3557              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
3558              Also rename some the character classes by removing '-' from
3559              the classnames, and finally renamed Block.pl as Blocks.pl.
3560      Branch: perl
3561            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
3562            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
3563            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
3564            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
3565            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
3566            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
3567            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
3568            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
3569            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
3570            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
3571            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
3572            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
3573            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
3574            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
3575            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
3576            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
3577            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
3578            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
3579            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
3580            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
3581            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
3582            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
3583            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
3584            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
3585            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
3586            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
3587            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
3588            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
3589            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
3590            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
3591            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
3592            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
3593            + lib/unicode/In/94.pl lib/unicode/In/95.pl
3594            - lib/unicode/Block.pl
3595            - lib/unicode/In/AlphabeticPresentationForms.pl
3596            - lib/unicode/In/Arabic.pl
3597            - lib/unicode/In/ArabicPresentationForms-A.pl
3598            - lib/unicode/In/ArabicPresentationForms-B.pl
3599            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
3600            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
3601            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
3602            - lib/unicode/In/BopomofoExtended.pl
3603            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
3604            - lib/unicode/In/CJKCompatibility.pl
3605            - lib/unicode/In/CJKCompatibilityForms.pl
3606            - lib/unicode/In/CJKCompatibilityIdeographs.pl
3607            - lib/unicode/In/CJKRadicalsSupplement.pl
3608            - lib/unicode/In/CJKSymbolsandPunctuation.pl
3609            - lib/unicode/In/CJKUnifiedIdeographs.pl
3610            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
3611            - lib/unicode/In/Cherokee.pl
3612            - lib/unicode/In/CombiningDiacriticalMarks.pl
3613            - lib/unicode/In/CombiningHalfMarks.pl
3614            - lib/unicode/In/CombiningMarksforSymbols.pl
3615            - lib/unicode/In/ControlPictures.pl
3616            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
3617            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
3618            - lib/unicode/In/EnclosedAlphanumerics.pl
3619            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
3620            - lib/unicode/In/Ethiopic.pl
3621            - lib/unicode/In/GeneralPunctuation.pl
3622            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
3623            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
3624            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
3625            - lib/unicode/In/HalfwidthandFullwidthForms.pl
3626            - lib/unicode/In/HangulCompatibilityJamo.pl
3627            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
3628            - lib/unicode/In/Hebrew.pl
3629            - lib/unicode/In/HighPrivateUseSurrogates.pl
3630            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
3631            - lib/unicode/In/IPAExtensions.pl
3632            - lib/unicode/In/IdeographicDescriptionCharacters.pl
3633            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
3634            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
3635            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
3636            - lib/unicode/In/Latin-1Supplement.pl
3637            - lib/unicode/In/LatinExtended-A.pl
3638            - lib/unicode/In/LatinExtended-B.pl
3639            - lib/unicode/In/LatinExtendedAdditional.pl
3640            - lib/unicode/In/LetterlikeSymbols.pl
3641            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
3642            - lib/unicode/In/MathematicalOperators.pl
3643            - lib/unicode/In/MiscellaneousSymbols.pl
3644            - lib/unicode/In/MiscellaneousTechnical.pl
3645            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
3646            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
3647            - lib/unicode/In/OpticalCharacterRecognition.pl
3648            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
3649            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
3650            - lib/unicode/In/SmallFormVariants.pl
3651            - lib/unicode/In/SpacingModifierLetters.pl
3652            - lib/unicode/In/Specials.pl
3653            - lib/unicode/In/SuperscriptsandSubscripts.pl
3654            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
3655            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
3656            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
3657            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
3658            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
3659            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
3660            ! pod/perlunicode.pod
3661 ____________________________________________________________________________
3662 [  9896] By: jhi                                   on 2001/04/28  14:33:17
3663         Log: Update the information on shared library path on HP-UX.
3664      Branch: perl
3665            ! INSTALL
3666 ____________________________________________________________________________
3667 [  9895] By: jhi                                   on 2001/04/28  14:32:30
3668         Log: Because #9894 seems to do the trick, this workaround can be removed.
3669      Branch: perl
3670            ! t/lib/selfstubber.t
3671 ____________________________________________________________________________
3672 [  9894] By: jhi                                   on 2001/04/28  14:26:13
3673         Log: For PerlIO flush the children's file handles (on fork/exec/system).
3674      Branch: perl
3675            ! perl.h
3676 ____________________________________________________________________________
3677 [  9893] By: jhi                                   on 2001/04/28  14:23:15
3678         Log: Test tweak for #9891.
3679      Branch: perl
3680            ! t/lib/b-deparse.t
3681 ____________________________________________________________________________
3682 [  9892] By: jhi                                   on 2001/04/28  14:10:13
3683         Log: New HP-UX hints from Merijn.
3684      Branch: perl
3685            ! hints/hpux.sh
3686 ____________________________________________________________________________
3687 [  9891] By: jhi                                   on 2001/04/28  14:07:27
3688         Log: Subject: [PATCH B::Deparse] non-block scopes
3689              From: Robin Houston <robin@kitsite.com>
3690              Date: Fri, 27 Apr 2001 19:15:14 +0100
3691              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
3692      Branch: perl
3693            ! ext/B/B/Deparse.pm
3694 ____________________________________________________________________________
3695 [  9890] By: nick                                  on 2001/04/27  19:41:25
3696         Log: Integrate mainline
3697      Branch: perlio
3698           +> t/lib/selfstubber.t
3699           !> (integrate 50 files)
3700 ____________________________________________________________________________
3701 [  9889] By: jhi                                   on 2001/04/27  18:23:46
3702         Log: Subject: Re: selfstubber test fail on bleadperl
3703              From: Mike Guy <mjtg@cam.ac.uk>
3704              Date: Fri, 27 Apr 2001 19:31:18 +0100
3705              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
3706      Branch: perl
3707            ! t/lib/selfstubber.t
3708 ____________________________________________________________________________
3709 [  9888] By: jhi                                   on 2001/04/27  16:20:54
3710         Log: Test tweak for #9886.
3711      Branch: perl
3712            ! t/lib/b-deparse.t
3713 ____________________________________________________________________________
3714 [  9887] By: jhi                                   on 2001/04/27  16:16:33
3715         Log: Buffering issue at least in Solaris (even with perlio).
3716      Branch: perl
3717            ! t/lib/selfstubber.t
3718 ____________________________________________________________________________
3719 [  9886] By: jhi                                   on 2001/04/27  14:59:23
3720         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
3721              From: Robin Houston <robin@kitsite.com>
3722              Date: Fri, 27 Apr 2001 16:53:20 +0100
3723              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
3724      Branch: perl
3725            ! ext/B/B/Deparse.pm
3726 ____________________________________________________________________________
3727 [  9885] By: jhi                                   on 2001/04/27  14:23:51
3728         Log: Update Changes.
3729      Branch: perl
3730            ! Changes patchlevel.h
3731 ____________________________________________________________________________
3732 [  9884] By: jhi                                   on 2001/04/27  14:14:12
3733         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
3734              From: "Philip Newton" <pnewton@gmx.de>
3735              Date: Fri, 27 Apr 2001 16:40:13 +0200
3736              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
3737      Branch: perl
3738            ! pod/perldata.pod
3739 ____________________________________________________________________________
3740 [  9883] By: jhi                                   on 2001/04/27  13:28:19
3741         Log: Add LOG_PERROR; prettify the "removed".
3742      Branch: perl
3743            ! ext/Sys/Syslog/Syslog.xs
3744 ____________________________________________________________________________
3745 [  9882] By: jhi                                   on 2001/04/27  13:13:18
3746         Log: h2xs tweaks: use NV instead of double, "quote" the removed
3747              prefixes for clarity (especially when nothing is removed),
3748              slight pod reformats.
3749      Branch: perl
3750            ! utils/h2xs.PL
3751 ____________________________________________________________________________
3752 [  9881] By: jhi                                   on 2001/04/27  12:58:48
3753         Log: Don't bother creating existing directories.
3754      Branch: perl
3755            ! utils/h2xs.PL
3756 ____________________________________________________________________________
3757 [  9880] By: jhi                                   on 2001/04/27  12:45:39
3758         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
3759              From: Mike Schilli <m@perlmeister.com>
3760              Date: Wed, 25 Apr 2001 01:29:21 -0700
3761              Message-id: <3AE68AE1.6A981723@perlmeister.com>
3762      Branch: perl
3763            ! utils/h2xs.PL
3764 ____________________________________________________________________________
3765 [  9879] By: jhi                                   on 2001/04/27  12:40:55
3766         Log: break is not yet Perl.  Added the template license also to README.
3767      Branch: perl
3768            ! utils/h2xs.PL
3769 ____________________________________________________________________________
3770 [  9878] By: jhi                                   on 2001/04/27  03:08:20
3771         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
3772              From: Tim Jenness <t.jenness@jach.hawaii.edu>
3773              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
3774              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
3775      Branch: perl
3776            ! t/lib/xs-typemap.t
3777 ____________________________________________________________________________
3778 [  9877] By: jhi                                   on 2001/04/26  23:54:40
3779         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
3780              From: "Abigail" <abigail@foad.org>
3781              Date: Fri, 27 Apr 2001 01:44:28 +0200
3782              Message-ID: <20010426234428.19786.qmail@foad.org>
3783      Branch: perl
3784            ! utils/h2xs.PL
3785 ____________________________________________________________________________
3786 [  9876] By: jhi                                   on 2001/04/26  23:52:06
3787         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
3788              From: Peter Prymmer <pvhp@forte.com>
3789              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
3790              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
3791      Branch: perl
3792            ! t/lib/selfstubber.t
3793 ____________________________________________________________________________
3794 [  9875] By: jhi                                   on 2001/04/26  23:48:10
3795         Log: Deparse nits.
3796      Branch: perl
3797            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
3798 ____________________________________________________________________________
3799 [  9874] By: jhi                                   on 2001/04/26  22:46:05
3800         Log: Document ANYOF_CLASS.
3801      Branch: perl
3802            ! regcomp.h
3803 ____________________________________________________________________________
3804 [  9873] By: jhi                                   on 2001/04/26  22:35:03
3805         Log: Subject: Re: [PATCH @9846] dumping ANYOF
3806              From: Hugo <hv@crypt.compulink.co.uk>
3807              Date: Thu, 26 Apr 2001 23:33:38 +0100
3808              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
3809      Branch: perl
3810            ! regcomp.c regcomp.h
3811 ____________________________________________________________________________
3812 [  9872] By: jhi                                   on 2001/04/26  22:34:31
3813         Log: Subject: [PATCH] more for Devel::SelfStubber
3814              From: Nicholas Clark <nick@ccl4.org>
3815              Date: Fri, 27 Apr 2001 00:13:52 +0100
3816              Message-ID: <20010427001351.K88186@plum.flirble.org>
3817      Branch: perl
3818            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
3819 ____________________________________________________________________________
3820 [  9871] By: jhi                                   on 2001/04/26  21:59:17
3821         Log: Subject: [PATCH B::Deparse] formats must be flush left
3822              From: Robin Houston <robin@kitsite.com>
3823              Date: Thu, 26 Apr 2001 23:54:29 +0100
3824              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
3825      Branch: perl
3826            ! ext/B/B/Deparse.pm
3827 ____________________________________________________________________________
3828 [  9870] By: jhi                                   on 2001/04/26  21:57:37
3829         Log: If some of the constants are prefixes of others,
3830              the prefixes may never get recognized.  (See 20010426.006.)
3831      Branch: perl
3832            ! utils/h2xs.PL
3833 ____________________________________________________________________________
3834 [  9869] By: jhi                                   on 2001/04/26  21:50:42
3835         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
3836              From: Chris Bongaarts <cab@tc.umn.edu>
3837              Date: Thu, 26 Apr 2001 17:10:31 -0500
3838              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
3839      Branch: perl
3840            ! ext/Sys/Syslog/Syslog.xs
3841 ____________________________________________________________________________
3842 [  9868] By: jhi                                   on 2001/04/26  21:35:12
3843         Log: Further cuts and more docs from Graham Barr.
3844      Branch: perl
3845            ! ext/List/Util/lib/List/Util.pm
3846            ! ext/List/Util/lib/Scalar/Util.pm
3847 ____________________________________________________________________________
3848 [  9867] By: jhi                                   on 2001/04/26  21:18:57
3849         Log: Subject: [PATCH 5.7.1] DB_File-1.77
3850              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
3851              Date: Thu, 26 Apr 2001 22:37:53 +0100
3852              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
3853      Branch: perl
3854            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
3855            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
3856 ____________________________________________________________________________
3857 [  9866] By: jhi                                   on 2001/04/26  21:12:31
3858         Log: Subject: [PATCH B::Deparse] fix easy bugs
3859              From: Robin Houston <robin@kitsite.com>
3860              Date: Thu, 26 Apr 2001 23:03:33 +0100
3861              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
3862      Branch: perl
3863            ! ext/B/B/Deparse.pm
3864 ____________________________________________________________________________
3865 [  9865] By: jhi                                   on 2001/04/26  20:26:13
3866         Log: Update Changes.
3867      Branch: perl
3868            ! Changes patchlevel.h
3869 ____________________________________________________________________________
3870 [  9864] By: jhi                                   on 2001/04/26  19:27:48
3871         Log: Dethinko from Robin Houston.
3872      Branch: perl
3873            ! ext/B/B/Deparse.pm
3874 ____________________________________________________________________________
3875 [  9863] By: jhi                                   on 2001/04/26  19:10:35
3876         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
3877              From: Robin Houston <robin@kitsite.com>
3878              Date: Thu, 26 Apr 2001 21:08:32 +0100
3879              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
3880      Branch: perl
3881            ! ext/B/B/Deparse.pm
3882 ____________________________________________________________________________
3883 [  9862] By: jhi                                   on 2001/04/26  19:04:23
3884         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3885              From: Robin Houston <robin@kitsite.com>
3886              Date: Thu, 26 Apr 2001 20:52:50 +0100
3887              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
3888      Branch: perl
3889            ! ext/B/B/Deparse.pm
3890 ____________________________________________________________________________
3891 [  9861] By: jhi                                   on 2001/04/26  18:56:14
3892         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
3893              From: Mike Guy <mjtg@cam.ac.uk>
3894              Date: Thu, 26 Apr 2001 14:22:40 +0100
3895              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
3896      Branch: perl
3897            ! pod/perlobj.pod
3898 ____________________________________________________________________________
3899 [  9860] By: jhi                                   on 2001/04/26  18:46:42
3900         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3901              From: Robin Houston <robin@kitsite.com>
3902              Date: Thu, 26 Apr 2001 20:34:29 +0100
3903              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
3904              
3905              Hashes do not interpolate.
3906      Branch: perl
3907            ! ext/B/B/Deparse.pm
3908 ____________________________________________________________________________
3909 [  9859] By: jhi                                   on 2001/04/26  18:43:51
3910         Log: Subject: The Time::Piece conspiracy unmasked!!!
3911              From: Mike Guy <mjtg@cam.ac.uk>
3912              Date: Thu, 26 Apr 2001 19:02:50 +0100
3913              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
3914              
3915              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
3916              From: Mike Guy <mjtg@cam.ac.uk>
3917              Date: Thu, 26 Apr 2001 19:08:21 +0100
3918              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
3919              
3920              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
3921              From: Graham Barr <gbarr@pobox.com>
3922              Date: Thu, 26 Apr 2001 19:12:03 +0100
3923              Message-ID: <20010426191203.A70835@pobox.com>
3924              
3925              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
3926      Branch: perl
3927            ! ext/List/Util/lib/List/Util.pm
3928            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
3929 ____________________________________________________________________________
3930 [  9858] By: jhi                                   on 2001/04/26  18:17:42
3931         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
3932              From: Robin Houston <robin@kitsite.com>
3933              Date: Thu, 26 Apr 2001 16:09:35 +0100
3934              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
3935      Branch: perl
3936            ! t/comp/proto.t
3937 ____________________________________________________________________________
3938 [  9857] By: jhi                                   on 2001/04/26  18:04:59
3939         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
3940              From: barries <barries@slaysys.com>
3941              Date: Thu, 26 Apr 2001 12:01:10 -0400
3942              Message-ID: <20010426120110.E29698@jester.slaysys.com>
3943      Branch: perl
3944            ! pod/perldiag.pod
3945 ____________________________________________________________________________
3946 [  9856] By: jhi                                   on 2001/04/26  18:03:33
3947         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
3948              Date: Thu, 26 Apr 2001 17:13:41 +0100
3949              From: Robin Houston <robin@kitsite.com>
3950              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
3951              
3952              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
3953              From: Robin Houston <robin@kitsite.com>
3954              Date: Thu, 26 Apr 2001 18:44:29 +0100
3955              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
3956      Branch: perl
3957            ! ext/B/B/Deparse.pm
3958 ____________________________________________________________________________
3959 [  9855] By: jhi                                   on 2001/04/26  17:56:04
3960         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
3961              From: Robin Houston <robin@kitsite.com>
3962              Date: Thu, 26 Apr 2001 17:04:08 +0100
3963              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
3964      Branch: perl
3965            ! ext/B/B/Deparse.pm
3966 ____________________________________________________________________________
3967 [  9854] By: jhi                                   on 2001/04/26  17:47:26
3968         Log: Subject: Re: Short test case for undef %stash:: crash
3969              From: Benjamin Sugars <bsugars@canoe.ca> 
3970              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
3971              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
3972              Changed and moved the perldiag entry.
3973      Branch: perl
3974            ! gv.c pod/perldiag.pod
3975 ____________________________________________________________________________
3976 [  9853] By: jhi                                   on 2001/04/26  14:35:16
3977         Log: Beginnings of strptime().  Do not touch the wet paint.
3978      Branch: perl
3979            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
3980 ____________________________________________________________________________
3981 [  9852] By: jhi                                   on 2001/04/26  13:17:21
3982         Log: Retract #9851, core dumps from pod2man.
3983      Branch: perl
3984            ! regcomp.c
3985 ____________________________________________________________________________
3986 [  9851] By: jhi                                   on 2001/04/26  11:54:41
3987         Log: (Retracted by #9852.)
3988              
3989              Subject: [PATCH @9846] dumping ANYOF
3990              From: Hugo <hv@crypt.compulink.co.uk>
3991              Date: Thu, 26 Apr 2001 05:32:38 +0100
3992              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
3993      Branch: perl
3994            ! regcomp.c
3995 ____________________________________________________________________________
3996 [  9850] By: jhi                                   on 2001/04/26  02:34:44
3997         Log: If ccflags was empty the _previous_ $* containing all the
3998              environment variables and Configure variables was used,
3999              which lead, among other bad things, into $ccflags being your
4000              uname -a output, which lead into test compile with cc failing,
4001              which lead into gcc being selected, which didn't work that well
4002              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
4003              with large files, et cetera.
4004      Branch: perl
4005            ! hints/hpux.sh
4006 ____________________________________________________________________________
4007 [  9849] By: jhi                                   on 2001/04/26  01:44:57
4008         Log: Make selfstubber test more portable.
4009      Branch: perl
4010            ! t/lib/selfstubber.t
4011 ____________________________________________________________________________
4012 [  9848] By: jhi                                   on 2001/04/26  00:50:26
4013         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
4014              From: Benjamin Sugars <ben.sugars@home.com>
4015              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
4016              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
4017      Branch: perl
4018            ! ext/Cwd/Cwd.xs
4019 ____________________________________________________________________________
4020 [  9847] By: jhi                                   on 2001/04/26  00:46:58
4021         Log: Subject: [PATCH: perl@9841] VMS updates
4022              From: Peter Prymmer <pvhp@forte.com>
4023              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
4024              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
4025      Branch: perl
4026            ! README.vms configure.com vms/descrip_mms.template
4027            ! vms/ext/filespec.t
4028 ____________________________________________________________________________
4029 [  9846] By: jhi                                   on 2001/04/26  00:11:56
4030         Log: re 'debug' was broken by #9084.
4031      Branch: perl
4032            ! ext/re/re.xs
4033 ____________________________________________________________________________
4034 [  9845] By: jhi                                   on 2001/04/25  22:33:17
4035         Log: Subject: [PATCH] test for Devel::SelfStubber
4036              From: Nicholas Clark <nick@ccl4.org>
4037              Date: Thu, 26 Apr 2001 00:00:54 +0100
4038              Message-ID: <20010426000054.D89026@plum.flirble.org>
4039      Branch: perl
4040            + t/lib/selfstubber.t
4041            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
4042 ____________________________________________________________________________
4043 [  9844] By: jhi                                   on 2001/04/25  22:29:32
4044         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
4045              From: Paul Johnson <paul@pjcj.net>
4046              Date: Thu, 26 Apr 2001 00:46:08 +0200
4047              Message-ID: <20010426004608.H2338@pjcj.net>
4048      Branch: perl
4049            ! ext/B/B/Concise.pm
4050 ____________________________________________________________________________
4051 [  9843] By: jhi                                   on 2001/04/25  22:28:28
4052         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
4053              From: Peter Prymmer <pvhp@forte.com>
4054              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
4055              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
4056      Branch: perl
4057            ! ext/Cwd/Cwd.xs
4058 ____________________________________________________________________________
4059 [  9842] By: jhi                                   on 2001/04/25  20:58:12
4060         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
4061              From: John Peacock <jpeacock@rowman.com>
4062              Date: Wed, 25 Apr 2001 17:30:26 -0400
4063              Message-ID: <3AE741F2.B3217464@rowman.com>
4064      Branch: perl
4065            ! lib/Math/BigInt.pm t/lib/bigintpm.t
4066 ____________________________________________________________________________
4067 [  9841] By: jhi                                   on 2001/04/25  20:07:05
4068         Log: Update Changes.
4069      Branch: perl
4070            ! Changes patchlevel.h
4071 ____________________________________________________________________________
4072 [  9840] By: jhi                                   on 2001/04/25  19:56:51
4073         Log: Yet another HP-UX hints version from Merijn.
4074      Branch: perl
4075            ! hints/hpux.sh
4076 ____________________________________________________________________________
4077 [  9839] By: jhi                                   on 2001/04/25  19:53:04
4078         Log: abs_path() didn't terminate the filename correctly,
4079              in DIRNAMLENless systems like HP-UX this would fail.
4080      Branch: perl
4081            ! ext/Cwd/Cwd.xs
4082 ____________________________________________________________________________
4083 [  9838] By: jhi                                   on 2001/04/25  16:37:26
4084         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
4085              From: Mike Guy <mjtg@cam.ac.uk>
4086              Date: Wed, 25 Apr 2001 18:31:47 +0100
4087              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
4088      Branch: perl
4089            ! op.c
4090 ____________________________________________________________________________
4091 [  9837] By: jhi                                   on 2001/04/25  16:21:53
4092         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
4093              From: Jon Eveland <jweveland@yahoo.com>
4094              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
4095              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
4096      Branch: perl
4097            ! lib/perl5db.pl
4098 ____________________________________________________________________________
4099 [  9836] By: jhi                                   on 2001/04/25  14:17:50
4100         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
4101              From: "Philip Newton" <pnewton@gmx.de>
4102              Date: Wed, 25 Apr 2001 17:05:58 +0200
4103              Message-ID: <3AE703F6.3234.1833C45@localhost>
4104      Branch: perl
4105            ! Porting/patching.pod
4106 ____________________________________________________________________________
4107 [  9835] By: jhi                                   on 2001/04/25  13:58:07
4108         Log: It would seem that both ar and full_ar need to be overridden
4109              for HP-UX to avoid the GNU ar.
4110      Branch: perl
4111            ! hints/hpux.sh
4112 ____________________________________________________________________________
4113 [  9834] By: jhi                                   on 2001/04/25  13:50:40
4114         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4115              From: "Philip Newton" <pnewton@gmx.de>
4116              Date: Wed, 25 Apr 2001 16:09:23 +0200
4117              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
4118              
4119              Detypo.
4120      Branch: perl
4121            ! t/op/misc.t
4122 ____________________________________________________________________________
4123 [  9833] By: jhi                                   on 2001/04/25  12:36:11
4124         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
4125      Branch: perl
4126            ! hints/hpux.sh
4127 ____________________________________________________________________________
4128 [  9832] By: jhi                                   on 2001/04/25  12:33:36
4129         Log: New version of HP-UX hints from Merijn.
4130      Branch: perl
4131            ! hints/hpux.sh
4132 ____________________________________________________________________________
4133 [  9831] By: jhi                                   on 2001/04/25  03:39:45
4134         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
4135      Branch: perl
4136            ! hints/hpux.sh
4137 ____________________________________________________________________________
4138 [  9830] By: jhi                                   on 2001/04/25  02:53:25
4139         Log: The tzname[] bit is not needed by util.c -- and causes
4140              heartburn in VMS (and it missing was probably the cause of
4141              the Mac OS X trouble).  Ouch.
4142      Branch: perl
4143            ! ext/POSIX/POSIX.xs util.c
4144 ____________________________________________________________________________
4145 [  9829] By: jhi                                   on 2001/04/25  00:10:06
4146         Log: Metaconfig unit change for #9828.
4147      Branch: metaconfig
4148            ! U/compline/ccflags.U
4149 ____________________________________________________________________________
4150 [  9828] By: jhi                                   on 2001/04/25  00:04:18
4151         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
4152              (which is actually the reason for the change, we need to pass
4153              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
4154              EP/IX, OS/2, and TitanOS, based on the hints files.
4155      Branch: perl
4156            ! Configure config_h.SH
4157 ____________________________________________________________________________
4158 [  9827] By: jhi                                   on 2001/04/24  23:49:20
4159         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
4160              the $cat must have an absolute path.
4161      Branch: perl
4162            ! makedepend.SH
4163 ____________________________________________________________________________
4164 [  9826] By: jhi                                   on 2001/04/24  23:40:53
4165         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
4166      Branch: perl
4167            ! README.amiga
4168 ____________________________________________________________________________
4169 [  9825] By: jhi                                   on 2001/04/24  23:35:35
4170         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
4171              From: "Philip Newton" <pnewton@gmx.de>
4172              Date: Tue, 24 Apr 2001 18:52:49 +0200
4173              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
4174      Branch: perl
4175            ! x2p/find2perl.PL
4176 ____________________________________________________________________________
4177 [  9824] By: jhi                                   on 2001/04/24  23:33:07
4178         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
4179              Some gcc specifics dropped out due to extensive rewriting;
4180              will be put back later as needed.
4181      Branch: perl
4182            ! hints/hpux.sh
4183 ____________________________________________________________________________
4184 [  9823] By: jhi                                   on 2001/04/24  23:27:57
4185         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
4186      Branch: perl
4187            ! ext/POSIX/POSIX.xs
4188 ____________________________________________________________________________
4189 [  9822] By: jhi                                   on 2001/04/24  23:25:21
4190         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
4191              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4192              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
4193              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
4194      Branch: perl
4195            ! ext/XS/Typemap/Typemap.xs
4196 ____________________________________________________________________________
4197 [  9821] By: jhi                                   on 2001/04/24  23:24:10
4198         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
4199              From: "Abigail" <abigail@foad.org>
4200              Date: Tue, 24 Apr 2001 23:12:03 +0200
4201              Message-ID: <20010424211203.7901.qmail@foad.org>
4202      Branch: perl
4203            ! pod/perlport.pod
4204 ____________________________________________________________________________
4205 [  9820] By: jhi                                   on 2001/04/24  23:23:15
4206         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
4207              From: Matt Sergeant <matt@sergeant.org>
4208              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
4209              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
4210      Branch: perl
4211            ! pod/perlfaq4.pod
4212 ____________________________________________________________________________
4213 [  9819] By: nick                                  on 2001/04/24  18:49:43
4214         Log: Integrate mainline.
4215      Branch: perlio
4216           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
4217           !> (integrate 37 files)
4218 ____________________________________________________________________________
4219 [  9818] By: jhi                                   on 2001/04/24  14:35:23
4220         Log: Update Changes.
4221      Branch: perl
4222            ! Changes patchlevel.h
4223 ____________________________________________________________________________
4224 [  9817] By: jhi                                   on 2001/04/24  14:09:17
4225         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
4226              From: "Philip Newton" <pnewton@gmx.de>
4227              Date: Tue, 24 Apr 2001 12:58:12 +0200
4228              Message-ID: <3AE57864.8304.B77A0A@localhost> 
4229              
4230              plus add CPAN to the list of modules that have their own tests.
4231      Branch: perl
4232            ! t/lib/1_compile.t
4233 ____________________________________________________________________________
4234 [  9816] By: jhi                                   on 2001/04/24  14:07:03
4235         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
4236              From: Michael G Schwern <schwern@pobox.com>
4237              Date: Sat, 21 Apr 2001 22:35:00 +0100
4238              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
4239      Branch: perl
4240            ! t/lib/1_compile.t
4241 ____________________________________________________________________________
4242 [  9815] By: jhi                                   on 2001/04/24  13:54:32
4243         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
4244              From: Robin Houston <robin@kitsite.com>
4245              Date: Tue, 24 Apr 2001 15:51:18 +0100
4246              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
4247      Branch: perl
4248            ! ext/B/B/Deparse.pm
4249 ____________________________________________________________________________
4250 [  9814] By: jhi                                   on 2001/04/24  13:17:34
4251         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4252              From: Bill Glicker <billg@burrelles.com>
4253              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
4254              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
4255      Branch: perl
4256            ! hints/svr5.sh
4257 ____________________________________________________________________________
4258 [  9813] By: jhi                                   on 2001/04/24  12:54:23
4259         Log: Prevent path disclosure (probing for existence of filenames)
4260              using suidperl; bug id 20010322.218.
4261      Branch: perl
4262            ! perl.c pod/perldiag.pod
4263 ____________________________________________________________________________
4264 [  9812] By: jhi                                   on 2001/04/24  12:08:36
4265         Log: Retract #9811.
4266      Branch: perl
4267            ! ext/POSIX/POSIX.xs
4268 ____________________________________________________________________________
4269 [  9811] By: jhi                                   on 2001/04/24  11:57:35
4270         Log: (Retracted by #9812.)
4271      Branch: perl
4272            ! ext/POSIX/POSIX.xs
4273 ____________________________________________________________________________
4274 [  9810] By: jhi                                   on 2001/04/24  03:32:35
4275         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
4276      Branch: perl
4277            ! util.c
4278 ____________________________________________________________________________
4279 [  9809] By: jhi                                   on 2001/04/24  03:16:13
4280         Log: The Math::BigFloat::import() was broken.
4281              (Fixes bug id 20010422.002.)
4282      Branch: perl
4283            ! lib/Math/BigFloat.pm
4284 ____________________________________________________________________________
4285 [  9808] By: jhi                                   on 2001/04/24  01:11:40
4286         Log: Additional dependencies; should help for parallel makes
4287              not to fail on missing lib/lib.pm or lib/re.pm.
4288      Branch: perl
4289            ! Makefile.SH
4290 ____________________________________________________________________________
4291 [  9807] By: jhi                                   on 2001/04/24  00:57:01
4292         Log: Update the test failure disclaimer.
4293      Branch: perl
4294            ! t/pragma/warn/pp_hot
4295 ____________________________________________________________________________
4296 [  9806] By: jhi                                   on 2001/04/24  00:54:04
4297         Log: Add make target "install-all" which is alias for "install"
4298              to cater for case-preserving filesystems like HFS+.
4299      Branch: perl
4300            ! INSTALL Makefile.SH
4301 ____________________________________________________________________________
4302 [  9805] By: jhi                                   on 2001/04/24  00:47:28
4303         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
4304              From: Peter Prymmer <pvhp@forte.com>
4305              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
4306              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
4307              
4308              (Ken William's message forwarded from macosx@perl.org)
4309      Branch: perl
4310            ! hints/darwin.sh
4311 ____________________________________________________________________________
4312 [  9804] By: jhi                                   on 2001/04/23  23:57:35
4313         Log: Cut-and-pasto.
4314      Branch: perl
4315            ! perlio.c
4316 ____________________________________________________________________________
4317 [  9803] By: jhi                                   on 2001/04/23  23:52:25
4318         Log: More PerlIO robustness.
4319      Branch: perl
4320            ! perlio.c
4321 ____________________________________________________________________________
4322 [  9802] By: jhi                                   on 2001/04/23  23:43:35
4323         Log: Make the "STD* opened only for ..." errors more consistent.
4324      Branch: perl
4325            ! doio.c
4326 ____________________________________________________________________________
4327 [  9801] By: jhi                                   on 2001/04/23  23:34:26
4328         Log: Test case for #9800.
4329      Branch: perl
4330            ! t/op/misc.t
4331 ____________________________________________________________________________
4332 [  9800] By: jhi                                   on 2001/04/23  23:14:43
4333         Log: Avoid coredump on 'close STDERR; die' by making
4334              the PerlIO calls more robust.  Also use SETERRNO()
4335              instead of errno = to be more VMS-ready.
4336      Branch: perl
4337            ! perlio.c
4338 ____________________________________________________________________________
4339 [  9799] By: jhi                                   on 2001/04/23  21:41:10
4340         Log: Subject: test for ID 20010423.002
4341              From: Robin Houston <robin@kitsite.com>
4342              Date: Mon, 23 Apr 2001 16:52:21 +0100
4343              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
4344      Branch: perl
4345            ! t/op/avhv.t
4346 ____________________________________________________________________________
4347 [  9798] By: jhi                                   on 2001/04/23  21:40:07
4348         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
4349              From: David Dyck <dcd@tc.fluke.com>
4350              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
4351              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
4352      Branch: perl
4353            ! installperl
4354 ____________________________________________________________________________
4355 [  9797] By: jhi                                   on 2001/04/23  21:37:56
4356         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
4357              From: Benjamin Sugars <bsugars@canoe.ca>
4358              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
4359              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
4360      Branch: perl
4361            ! ext/Cwd/Cwd.xs lib/Cwd.pm
4362 ____________________________________________________________________________
4363 [  9796] By: jhi                                   on 2001/04/23  21:29:24
4364         Log: Synchronize h2xs and pod2man some more on the documentation
4365              templates they propose.
4366      Branch: perl
4367            ! pod/pod2man.PL utils/h2xs.PL
4368 ____________________________________________________________________________
4369 [  9795] By: jhi                                   on 2001/04/23  17:30:40
4370         Log: Add one more naughty test for base64; make encoding logic cleaner.
4371      Branch: perl
4372            ! t/lib/mimeb64.t
4373 ____________________________________________________________________________
4374 [  9794] By: jhi                                   on 2001/04/23  13:51:32
4375         Log: Update Changes.
4376      Branch: perl
4377            ! Changes patchlevel.h
4378 ____________________________________________________________________________
4379 [  9793] By: jhi                                   on 2001/04/23  13:44:18
4380         Log: Duplicate lines.
4381      Branch: perl
4382            ! MANIFEST
4383 ____________________________________________________________________________
4384 [  9792] By: jhi                                   on 2001/04/23  13:39:13
4385         Log: Subject: Re: PATCH 5.7.1
4386              From: Mark-Jason Dominus <mjd@plover.com>
4387              Date: Mon, 23 Apr 2001 10:30:21 -0400
4388              Message-ID: <20010423143021.17335.qmail@plover.com>
4389      Branch: perl
4390            ! perl.h sv.c
4391 ____________________________________________________________________________
4392 [  9791] By: jhi                                   on 2001/04/23  13:32:40
4393         Log: Add the CPAN.pm 1.59_54 tests.
4394      Branch: perl
4395            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
4396            ! MANIFEST
4397 ____________________________________________________________________________
4398 [  9790] By: jhi                                   on 2001/04/23  13:21:55
4399         Log: Subject: Deparse nit
4400              From: Robin Houston <robin@kitsite.com>
4401              Date: Mon, 23 Apr 2001 12:38:20 +0100
4402              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
4403      Branch: perl
4404            ! ext/B/B/Deparse.pm
4405 ____________________________________________________________________________
4406 [  9789] By: jhi                                   on 2001/04/23  13:19:07
4407         Log: Subject: [PATCH] bug 20010423.002
4408              From: Robin Houston <robin@kitsite.com>
4409              Date: Mon, 23 Apr 2001 13:12:30 +0100
4410              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
4411      Branch: perl
4412            ! pp.c
4413 ____________________________________________________________________________
4414 [  9788] By: jhi                                   on 2001/04/23  13:02:49
4415         Log: Subject: PATCH [5.7.1] hv.c unused #define
4416              From: Mark-Jason Dominus <mjd@plover.com>
4417              Date: Sun, 22 Apr 2001 14:17:49 -0400
4418              Message-ID: <20010422181749.26976.qmail@plover.com>
4419      Branch: perl
4420            ! hv.c
4421 ____________________________________________________________________________
4422 [  9787] By: jhi                                   on 2001/04/23  13:02:02
4423         Log: Subject: PATCH 5.7.1
4424              From: Mark-Jason Dominus <mjd@plover.com>
4425              Date: Sun, 22 Apr 2001 15:12:57 -0400
4426              Message-ID: <20010422191258.6539.qmail@plover.com>
4427              
4428              plus Sarathy's STMT_START + STMT_END suggestion.
4429      Branch: perl
4430            ! perl.h
4431 ____________________________________________________________________________
4432 [  9786] By: jhi                                   on 2001/04/23  12:53:25
4433         Log: Fix for
4434              
4435              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
4436              From: dLux <dlux@spam.sch.bme.hu>
4437              Date: Mon, 23 Apr 2001 01:25:26 +0200
4438              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
4439              
4440              (SvGROW really does return a char *.)
4441      Branch: perl
4442            ! pod/perlapi.pod sv.h
4443 ____________________________________________________________________________
4444 [  9785] By: jhi                                   on 2001/04/23  04:34:04
4445         Log: Time::Piece work continues.  $t->day removed since
4446              I think it's too confusing.  Now has normal and
4447              abbreviated length weekday names and month names,
4448              the names change with _names(), not _list().
4449              Now has strftime() in Perl, _strftime() is
4450              the libc version (to which strftime() falls back
4451              if it doesn't know the format.  To do: the reverse
4452              of strftime, strptime(), and the localisation of both.
4453      Branch: perl
4454            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
4455            ! t/lib/time-piece.t
4456 ____________________________________________________________________________
4457 [  9784] By: jhi                                   on 2001/04/23  02:41:46
4458         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
4459              From: andreas.koenig@anima.de (Andreas J. Koenig)
4460              Date: 23 Apr 2001 05:20:55 +0200
4461              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
4462      Branch: perl
4463            ! t/pragma/overload.t
4464 ____________________________________________________________________________
4465 [  9783] By: jhi                                   on 2001/04/22  23:32:42
4466         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
4467              From: Robin Houston <robin@kitsite.com>
4468              Date: Mon, 23 Apr 2001 00:38:18 +0100
4469              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
4470      Branch: perl
4471            ! ext/B/B/Deparse.pm
4472 ____________________________________________________________________________
4473 [  9782] By: jhi                                   on 2001/04/22  20:55:43
4474         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
4475              From: Simon Cozens <simon@netthink.co.uk>
4476              Date: Sun, 22 Apr 2001 18:47:25 +0100
4477              Message-ID: <20010422184725.A14411@netthink.co.uk>
4478      Branch: perl
4479            ! sv.c t/pragma/overload.t
4480 ____________________________________________________________________________
4481 [  9781] By: jhi                                   on 2001/04/22  20:52:13
4482         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
4483              From: Robin Houston <robin@kitsite.com>
4484              Date: Sun, 22 Apr 2001 22:14:50 +0100
4485              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
4486      Branch: perl
4487            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
4488 ____________________________________________________________________________
4489 [  9780] By: nick                                  on 2001/04/22  20:40:31
4490         Log: Integrate mainline.
4491      Branch: perlio
4492           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
4493           +> t/lib/b-stash.t
4494           !> (integrate 38 files)
4495 ____________________________________________________________________________
4496 [  9779] By: jhi                                   on 2001/04/22  15:16:03
4497         Log: Subject: IO::Socket::INET patch
4498              From: andrew deryabin <djsf@technarchy.ru>
4499              Date: Sat, 21 Apr 2001 17:46:52 +0400
4500              Message-ID: <20010421174652.B1426@technarchy>
4501      Branch: perl
4502            ! ext/IO/lib/IO/Socket/INET.pm
4503 ____________________________________________________________________________
4504 [  9778] By: jhi                                   on 2001/04/22  15:14:33
4505         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
4506              From: Mark-Jason Dominus <mjd@plover.com>
4507              Date: Sat, 21 Apr 2001 21:27:49 -0400
4508              Message-ID: <20010422012749.27024.qmail@plover.com>
4509      Branch: perl
4510            ! regcomp.c
4511 ____________________________________________________________________________
4512 [  9777] By: jhi                                   on 2001/04/22  15:10:51
4513         Log: Subject: Re: Regex debugger patch 
4514              From: Mark-Jason Dominus <mjd@plover.com>
4515              Date: Sat, 21 Apr 2001 21:48:51 -0400
4516              Message-ID: <20010422014851.27165.qmail@plover.com>
4517      Branch: perl
4518            ! pod/perldebguts.pod
4519 ____________________________________________________________________________
4520 [  9776] By: jhi                                   on 2001/04/22  15:09:48
4521         Log: Subject: Re: Regex debugger patch
4522              From: Mark-Jason Dominus <mjd@plover.com>
4523              Date: Sat, 21 Apr 2001 14:24:39 -0400
4524              Message-ID: <20010421182439.16508.qmail@plover.com>
4525              
4526              Regex debugger backend.
4527      Branch: perl
4528            ! regcomp.c regexp.h
4529 ____________________________________________________________________________
4530 [  9775] By: jhi                                   on 2001/04/21  16:45:40
4531         Log: Subject: [PATCH] Typo in utf8.h
4532              From: Jesús Quiroga <jquiroga@pobox.com>
4533              Date: Sat, 21 Apr 2001 19:25:33 +0200
4534              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
4535      Branch: perl
4536            ! utf8.h
4537 ____________________________________________________________________________
4538 [  9774] By: jhi                                   on 2001/04/21  16:43:52
4539         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
4540              From: Joe Orton <jorton@redhat.com>
4541              Date: Tue, 17 Apr 2001 15:50:43 +0100
4542              Message-Id: <20010417155043.D19132@eu.c2.net>
4543      Branch: perl
4544            ! hints/svr5.sh
4545 ____________________________________________________________________________
4546 [  9773] By: jhi                                   on 2001/04/21  15:30:15
4547         Log: Subject: Patch utils/h2xs.PL
4548              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4549              Date: Sat, 21 Apr 2001 10:32:16 -0500
4550              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
4551              
4552              Add MAILING list and LICENSE templates.
4553      Branch: perl
4554            ! utils/h2xs.PL
4555 ____________________________________________________________________________
4556 [  9772] By: jhi                                   on 2001/04/21  15:28:36
4557         Log: Subject: perlfaq2.patch for 5.7.1
4558              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4559              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
4560              Date: Fri, 20 Apr 2001 16:42:19 -0500
4561              
4562              rm an extra tab, a blurb about the xx.cpan to clarify
4563              which countries actually have that and dejanews is history
4564              as well as most of that nonsensical entry.
4565      Branch: perl
4566            ! pod/perlfaq2.pod
4567 ____________________________________________________________________________
4568 [  9771] By: jhi                                   on 2001/04/21  15:27:17
4569         Log: Subject: perlfaq1.patch for 5.7.1
4570              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
4571              Date: Fri, 20 Apr 2001 16:57:36 -0500
4572              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
4573              
4574              Evil URLs must die. Especially when they are broken.
4575      Branch: perl
4576            ! pod/perlfaq1.pod
4577 ____________________________________________________________________________
4578 [  9770] By: jhi                                   on 2001/04/21  15:23:38
4579         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
4580              From: Michael G Schwern <schwern@pobox.com>
4581              Date: Sat, 21 Apr 2001 16:11:12 +0100
4582              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
4583      Branch: perl
4584            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
4585            + t/lib/b-stash.t
4586            ! MANIFEST ext/B/B.pm t/lib/b.t
4587 ____________________________________________________________________________
4588 [  9769] By: jhi                                   on 2001/04/21  15:03:32
4589         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
4590              From: Michael G Schwern <schwern@pobox.com>
4591              Date: Sat, 21 Apr 2001 09:48:00 +0100
4592              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
4593      Branch: perl
4594            ! utils/h2ph.PL
4595 ____________________________________________________________________________
4596 [  9768] By: jhi                                   on 2001/04/21  14:33:49
4597         Log: PerlIO and Encode doc cleanup and tweaks.
4598      Branch: perl
4599            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
4600            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
4601 ____________________________________________________________________________
4602 [  9767] By: jhi                                   on 2001/04/21  12:40:16
4603         Log: Integrate perlio.
4604      Branch: perl
4605           !> doio.c
4606 ____________________________________________________________________________
4607 [  9766] By: nick                                  on 2001/04/20  18:28:35
4608         Log: Avoid core dump on
4609              open(STDOUT,">",\$foo);
4610      Branch: perlio
4611            ! doio.c
4612 ____________________________________________________________________________
4613 [  9765] By: jhi                                   on 2001/04/20  13:23:43
4614         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
4615              From: Robin Houston <robin@kitsite.com>
4616              Date: Fri, 20 Apr 2001 14:29:22 +0100
4617              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
4618      Branch: perl
4619            ! ext/B/B.pm ext/B/B/Deparse.pm
4620 ____________________________________________________________________________
4621 [  9764] By: jhi                                   on 2001/04/20  13:19:33
4622         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
4623              From: Peter Prymmer <pvhp@forte.com>
4624              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
4625              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
4626      Branch: perl
4627            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
4628            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4629            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4630            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4631 ____________________________________________________________________________
4632 [  9763] By: jhi                                   on 2001/04/20  12:36:39
4633         Log: Subject: Re: A new PerlIO coredump
4634              From: Nick Ing-Simmons <nik@tiuk.ti.com>
4635              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
4636              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
4637      Branch: perl
4638            ! doio.c
4639 ____________________________________________________________________________
4640 [  9762] By: jhi                                   on 2001/04/19  23:02:30
4641         Log: Update Changes.
4642      Branch: perl
4643            ! Changes patchlevel.h
4644 ____________________________________________________________________________
4645 [  9761] By: jhi                                   on 2001/04/19  22:59:19
4646         Log: More cleanup cleanup.
4647      Branch: perl
4648            ! Makefile.SH win32/Makefile win32/makefile.mk
4649 ____________________________________________________________________________
4650 [  9760] By: jhi                                   on 2001/04/19  22:50:31
4651         Log: lib/Time is non-empty, let's not rmdir it.
4652      Branch: perl
4653            ! Makefile.SH
4654 ____________________________________________________________________________
4655 [  9759] By: jhi                                   on 2001/04/19  22:36:51
4656         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
4657              From: Robin Houston <robin@kitsite.com>
4658              Date: Fri, 20 Apr 2001 00:18:53 +0100
4659              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
4660      Branch: perl
4661            ! ext/B/B/Deparse.pm
4662 ____________________________________________________________________________
4663 [  9758] By: jhi                                   on 2001/04/19  22:36:00
4664         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
4665              From: Peter Prymmer <pvhp@forte.com>
4666              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
4667              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
4668      Branch: perl
4669            ! ext/Cwd/Cwd.xs
4670 ____________________________________________________________________________
4671 [  9757] By: nick                                  on 2001/04/19  18:53:54
4672         Log: Blind (untested) integrate of mainline.
4673      Branch: perlio
4674           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4675           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
4676           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
4677           !> (integrate 53 files)
4678 ____________________________________________________________________________
4679 [  9756] By: jhi                                   on 2001/04/19  16:59:23
4680         Log: Document and test Time::Piece.
4681      Branch: perl
4682            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
4683            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
4684 ____________________________________________________________________________
4685 [  9755] By: jhi                                   on 2001/04/19  12:13:29
4686         Log: A better fix for the \x{12345678} trouble from NI-S.
4687      Branch: perl
4688            ! utf8.c
4689 ____________________________________________________________________________
4690 [  9754] By: jhi                                   on 2001/04/19  11:56:07
4691         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
4692              From: Robin Houston <robin@kitsite.com>
4693              Date: Wed, 18 Apr 2001 17:58:33 +0100
4694              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
4695      Branch: perl
4696            ! ext/B/B/Deparse.pm op.c
4697 ____________________________________________________________________________
4698 [  9753] By: jhi                                   on 2001/04/19  04:21:52
4699         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
4700              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
4701              Date: Thu, 19 Apr 2001 01:11:41 -0400
4702              Message-ID: <20010419011141.A5798@cpan.org>
4703      Branch: perl
4704            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
4705 ____________________________________________________________________________
4706 [  9752] By: jhi                                   on 2001/04/19  02:41:10
4707         Log: The new time utils need to be thread-aware, too.
4708      Branch: perl
4709            ! util.c
4710 ____________________________________________________________________________
4711 [  9751] By: jhi                                   on 2001/04/19  02:26:47
4712         Log: Compilation nit noticed by AIX compiler.
4713      Branch: perl
4714            ! perlio.c
4715 ____________________________________________________________________________
4716 [  9750] By: jhi                                   on 2001/04/19  02:20:06
4717         Log: The new time utils need to be public.
4718      Branch: perl
4719            ! embed.pl
4720 ____________________________________________________________________________
4721 [  9749] By: jhi                                   on 2001/04/19  01:42:39
4722         Log: Regen toc.
4723      Branch: perl
4724            ! pod/perltoc.pod
4725 ____________________________________________________________________________
4726 [  9748] By: jhi                                   on 2001/04/19  01:41:10
4727         Log: Add Time::Piece, a slight rewrite of Time::Object,
4728              from Matt Sergeant.
4729      Branch: perl
4730            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
4731            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
4732            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
4733            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
4734            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
4735            ! win32/makefile.mk
4736 ____________________________________________________________________________
4737 [  9747] By: jhi                                   on 2001/04/19  00:55:35
4738         Log: The new metaconfig unit from strftime.
4739      Branch: metaconfig/U/perl
4740            + d_strftime.U
4741 ____________________________________________________________________________
4742 [  9746] By: jhi                                   on 2001/04/19  00:54:54
4743         Log: Move the strftime() wrapper from POSIX.xs to util.c
4744              as my_strftime(), requires HAS_STRFTIME.
4745      Branch: perl
4746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4747            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
4748            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
4749            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4750            ! vos/config.ga.h win32/config.bc win32/config.gc
4751            ! win32/config.vc
4752 ____________________________________________________________________________
4753 [  9745] By: jhi                                   on 2001/04/18  23:11:03
4754         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
4755              in preparation of Time::Piece.
4756      Branch: perl
4757            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
4758 ____________________________________________________________________________
4759 [  9744] By: jhi                                   on 2001/04/18  22:33:12
4760         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
4761              From: Peter Prymmer <pvhp@forte.com>
4762              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
4763              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
4764      Branch: perl
4765            ! t/lib/exporter.t
4766 ____________________________________________________________________________
4767 [  9743] By: jhi                                   on 2001/04/18  22:32:23
4768         Log: Subject: Fwd: pod2html leaves cache files lying around?
4769              From: Rajesh Vaidheeswarran <rv@gnu.org>
4770              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
4771              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
4772      Branch: perl
4773            ! lib/Pod/Html.pm
4774 ____________________________________________________________________________
4775 [  9742] By: jhi                                   on 2001/04/18  20:31:49
4776         Log: Update Changes.
4777      Branch: perl
4778            ! Changes patchlevel.h
4779 ____________________________________________________________________________
4780 [  9741] By: jhi                                   on 2001/04/18  20:23:02
4781         Log: Declare hints only if needed.
4782      Branch: perl
4783            ! ext/B/B/Deparse.pm
4784 ____________________________________________________________________________
4785 [  9740] By: jhi                                   on 2001/04/18  19:06:05
4786         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
4787              bug noticed by Robin Houston; basically the code of detecting
4788              value wraparound was acting differently under different compilers
4789              and platforms.  The workaround is to remove the overflow check
4790              for now, a real fix would be to do the overflow (portably) right.
4791      Branch: perl
4792            ! t/op/pat.t utf8.c
4793 ____________________________________________________________________________
4794 [  9739] By: jhi                                   on 2001/04/18  19:01:23
4795         Log: Subject: [PATCH B::Deparse] some pragma support
4796              From: Robin Houston <robin@kitsite.com>
4797              Date: Wed, 18 Apr 2001 19:32:12 +0100
4798              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
4799      Branch: perl
4800            ! ext/B/B/Deparse.pm
4801 ____________________________________________________________________________
4802 [  9738] By: jhi                                   on 2001/04/18  15:16:37
4803         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
4804              From: Benjamin Sugars <bsugars@canoe.ca>
4805              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
4806              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
4807      Branch: perl
4808            ! t/op/glob.t
4809 ____________________________________________________________________________
4810 [  9737] By: jhi                                   on 2001/04/18  13:24:50
4811         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
4812              From: Tim Jenness <t.jenness@jach.hawaii.edu>
4813              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
4814              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
4815      Branch: perl
4816            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
4817            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
4818 ____________________________________________________________________________
4819 [  9736] By: jhi                                   on 2001/04/18  04:15:14
4820         Log: The #9735 also changes the subtest 12.
4821      Branch: perl
4822            ! t/lib/b.t
4823 ____________________________________________________________________________
4824 [  9735] By: jhi                                   on 2001/04/18  03:55:17
4825         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
4826              From: David Dyck <dcd@tc.fluke.com>
4827              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
4828              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
4829      Branch: perl
4830            ! ext/B/B/Deparse.pm
4831 ____________________________________________________________________________
4832 [  9734] By: jhi                                   on 2001/04/18  03:54:11
4833         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
4834              From: Gisle Aas <gisle@ActiveState.com>
4835              Date: 17 Apr 2001 19:06:45 -0700
4836              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
4837      Branch: perl
4838            ! pp_hot.c t/op/misc.t
4839 ____________________________________________________________________________
4840 [  9733] By: jhi                                   on 2001/04/17  22:25:22
4841         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
4842              From: "Abigail" <abigail@foad.org>
4843              Date: Wed, 18 Apr 2001 01:17:46 +0200
4844              Message-ID: <20010417231746.21657.qmail@foad.org>
4845      Branch: perl
4846            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
4847 ____________________________________________________________________________
4848 [  9732] By: jhi                                   on 2001/04/17  20:47:56
4849         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
4850              From: Robin Houston <robin@kitsite.com>
4851              Date: Tue, 17 Apr 2001 22:37:42 +0100
4852              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
4853      Branch: perl
4854            ! ext/B/B/Deparse.pm
4855 ____________________________________________________________________________
4856 [  9731] By: nick                                  on 2001/04/17  20:46:35
4857         Log: Re-sync for t/lib/b.t fix
4858      Branch: perlio
4859           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
4860 ____________________________________________________________________________
4861 [  9730] By: jhi                                   on 2001/04/17  20:45:29
4862         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
4863              From: Robin Houston <robin@kitsite.com>
4864              Date: Tue, 17 Apr 2001 22:29:36 +0100
4865              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
4866      Branch: perl
4867            ! ext/B/B.xs ext/B/B/Deparse.pm
4868 ____________________________________________________________________________
4869 [  9729] By: jhi                                   on 2001/04/17  20:43:11
4870         Log: Subject: Deparse - parenthesise args to undeclared subs
4871              From: Robin Houston <robin@kitsite.com>
4872              Date: Tue, 17 Apr 2001 21:31:05 +0100
4873              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
4874      Branch: perl
4875            ! ext/B/B/Deparse.pm
4876 ____________________________________________________________________________
4877 [  9728] By: jhi                                   on 2001/04/17  18:57:30
4878         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
4879              From: Benjamin Sugars <ben.sugars@home.com>
4880              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
4881              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
4882      Branch: perl
4883            ! t/lib/cwd.t
4884 ____________________________________________________________________________
4885 [  9727] By: jhi                                   on 2001/04/17  18:20:20
4886         Log: Subject: [PATCH B::Deparse] ambient pragmas
4887              From: Robin Houston <robin@kitsite.com>
4888              Date: Tue, 17 Apr 2001 20:01:59 +0100
4889              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
4890      Branch: perl
4891            ! ext/B/B/Deparse.pm t/lib/b.t
4892 ____________________________________________________________________________
4893 [  9726] By: nick                                  on 2001/04/17  16:33:51
4894         Log: Integrate mainline (t/lib/b.t fails test 2...)
4895      Branch: perlio
4896           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
4897           +> ext/List/Util/README ext/List/Util/Util.xs
4898           +> ext/List/Util/lib/List/Util.pm
4899           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
4900           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
4901           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
4902           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
4903           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
4904           !> (integrate 31 files)
4905 ____________________________________________________________________________
4906 [  9725] By: jhi                                   on 2001/04/17  12:14:24
4907         Log: Subject: multiple B::* changes
4908              From: Robin Houston <robin@kitsite.com>
4909              Date: Thu, 12 Apr 2001 20:12:27 +0100
4910              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
4911      Branch: perl
4912            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
4913 ____________________________________________________________________________
4914 [  9724] By: jhi                                   on 2001/04/17  11:59:05
4915         Log: Thread-awareness from Doug MacEachern.
4916      Branch: perl
4917            ! ext/List/Util/Util.xs
4918 ____________________________________________________________________________
4919 [  9723] By: jhi                                   on 2001/04/17  11:57:41
4920         Log: Make the test more portable.
4921      Branch: perl
4922            ! t/lib/cwd.t
4923 ____________________________________________________________________________
4924 [  9722] By: jhi                                   on 2001/04/17  11:53:50
4925         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
4926              From: Benjamin Sugars <ben.sugars@home.com>
4927              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
4928              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
4929      Branch: perl
4930            ! t/lib/cwd.t
4931 ____________________________________________________________________________
4932 [  9721] By: jhi                                   on 2001/04/17  11:52:17
4933         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
4934              From: Benjamin Sugars <bsugars@canoe.ca>
4935              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
4936              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
4937      Branch: perl
4938            ! op.c
4939 ____________________________________________________________________________
4940 [  9720] By: jhi                                   on 2001/04/17  11:35:42
4941         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
4942              From: Chris Nandor <pudge@pobox.com>
4943              Date: Tue, 17 Apr 2001 00:30:49 -0400
4944              Message-Id: <p05100207b701768712de@[10.0.1.177]>
4945      Branch: perl
4946            ! ext/File/Glob/bsd_glob.c gv.c
4947 ____________________________________________________________________________
4948 [  9719] By: jhi                                   on 2001/04/17  11:32:13
4949         Log: Subject: [PATCH] Tweten->West
4950              From: Casey West <casey@geeknest.com>
4951              Date: Mon, 16 Apr 2001 12:11:22 -0400
4952              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
4953      Branch: perl
4954            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
4955            ! pod/perltie.pod
4956 ____________________________________________________________________________
4957 [  9718] By: jhi                                   on 2001/04/16  03:22:52
4958         Log: Update Changes.
4959      Branch: perl
4960            ! Changes patchlevel.h
4961 ____________________________________________________________________________
4962 [  9717] By: jhi                                   on 2001/04/16  03:06:28
4963         Log: Regen toc.
4964      Branch: perl
4965            ! pod/perltoc.pod
4966 ____________________________________________________________________________
4967 [  9716] By: jhi                                   on 2001/04/16  02:58:42
4968         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
4969              From: Prymmer/Kahn <pvhp@best.com>
4970              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
4971              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
4972      Branch: perl
4973            ! utf8.c
4974 ____________________________________________________________________________
4975 [  9715] By: jhi                                   on 2001/04/15  23:40:35
4976         Log: Subject: Re: Net::Ping patch, adds stream protocol
4977              From: bronson@rinspin.com (Scott Bronson)
4978              Date: Tue, 10 Apr 2001 23:58:33 -0700
4979              Message-ID: <20010410235833.N29719@rinspin.com>
4980      Branch: perl
4981            ! lib/Net/Ping.pm
4982 ____________________________________________________________________________
4983 [  9714] By: jhi                                   on 2001/04/15  23:31:46
4984         Log: Printing out the ok messages helps successful testing.
4985      Branch: perl
4986            ! t/lib/time-hires.t
4987 ____________________________________________________________________________
4988 [  9713] By: jhi                                   on 2001/04/15  21:43:24
4989         Log: Update Douglas Wegscheid's email.
4990      Branch: perl
4991            ! AUTHORS
4992 ____________________________________________________________________________
4993 [  9712] By: jhi                                   on 2001/04/15  21:40:41
4994         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
4995              From: Michael G Schwern <schwern@pobox.com>
4996              Date: Sat, 14 Apr 2001 22:40:50 +0100
4997              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
4998      Branch: perl
4999            + t/lib/exporter.t
5000            ! MANIFEST lib/Exporter/Heavy.pm
5001 ____________________________________________________________________________
5002 [  9711] By: jhi                                   on 2001/04/15  21:39:21
5003         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
5004              From: Michael G Schwern <schwern@pobox.com>
5005              Date: Sat, 14 Apr 2001 22:13:59 +0100
5006              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
5007      Branch: perl
5008            ! t/op/loopctl.t
5009 ____________________________________________________________________________
5010 [  9710] By: jhi                                   on 2001/04/15  21:30:19
5011         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
5012              From: Michael G Schwern <schwern@pobox.com>
5013              Date: Sat, 14 Apr 2001 22:05:32 +0100
5014              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
5015      Branch: perl
5016            ! t/pragma/warnings.t
5017 ____________________________________________________________________________
5018 [  9709] By: jhi                                   on 2001/04/15  19:34:09
5019         Log: Integrate changes #9706,9707 from maintperl into mainline.
5020              
5021              change#7210 broke .packlist generation
5022              
5023              ExtUtils::Installed doesn't quote regex metacharacters in paths
5024              before using them in match; also make it work for dosish platforms
5025      Branch: perl
5026           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5027 ____________________________________________________________________________
5028 [  9708] By: jhi                                   on 2001/04/15  19:31:01
5029         Log: Test also the scalar aspect of getitimer().
5030      Branch: perl
5031            ! t/lib/time-hires.t
5032 ____________________________________________________________________________
5033 [  9707] By: gsar                                  on 2001/04/15  17:24:20
5034         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
5035              before using them in match; also make it work for dosish platforms
5036      Branch: maint-5.6/perl
5037            ! lib/ExtUtils/Installed.pm
5038 ____________________________________________________________________________
5039 [  9706] By: gsar                                  on 2001/04/15  17:21:59
5040         Log: change#7210 broke .packlist generation (listed only filename
5041              rather than fully qualified path name)
5042      Branch: maint-5.6/perl
5043            ! lib/ExtUtils/Install.pm
5044 ____________________________________________________________________________
5045 [  9705] By: jhi                                   on 2001/04/15  12:36:33
5046         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
5047      Branch: perl
5048            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
5049            ! t/lib/time-hires.t
5050 ____________________________________________________________________________
5051 [  9704] By: jhi                                   on 2001/04/15  10:49:08
5052         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
5053              From: Prymmer/Kahn <pvhp@best.com>
5054              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
5055              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
5056      Branch: perl
5057            ! lib/utf8.pm pod/perlebcdic.pod
5058 ____________________________________________________________________________
5059 [  9703] By: jhi                                   on 2001/04/15  02:26:26
5060         Log: I keep forgetting to sort MANIFEST.
5061      Branch: perl
5062            ! MANIFEST
5063 ____________________________________________________________________________
5064 [  9702] By: jhi                                   on 2001/04/15  02:07:47
5065         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
5066              Now we have blessed, reftype, tainted, first, reduce, ...
5067      Branch: perl
5068            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
5069            + ext/List/Util/README ext/List/Util/Util.xs
5070            + ext/List/Util/lib/List/Util.pm
5071            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
5072            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
5073            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
5074            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
5075            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
5076            ! MANIFEST
5077 ____________________________________________________________________________
5078 [  9701] By: jhi                                   on 2001/04/14  15:05:25
5079         Log: Subject: RE: dprofpp.pl updates 
5080              From: Carl Eklof <CEklof@endeca.com>
5081              Date: Thu, 12 Apr 2001 18:45:46 -0400
5082              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
5083      Branch: perl
5084            ! utils/dprofpp.PL
5085 ____________________________________________________________________________
5086 [  9700] By: jhi                                   on 2001/04/14  14:44:55
5087         Log: Do not just blindly add CR.
5088      Branch: perl
5089            ! Porting/makerel
5090 ____________________________________________________________________________
5091 [  9699] By: jhi                                   on 2001/04/13  13:17:01
5092         Log: Update Changes.
5093      Branch: perl
5094            ! Changes patchlevel.h
5095 ____________________________________________________________________________
5096 [  9698] By: jhi                                   on 2001/04/13  12:44:48
5097         Log: Integrate perlio.
5098      Branch: perl
5099           !> ext/PerlIO/Scalar/Scalar.xs
5100 ____________________________________________________________________________
5101 [  9697] By: jhi                                   on 2001/04/13  12:29:15
5102         Log: Add more debug output to the test.
5103      Branch: perl
5104            ! t/lib/cwd.t
5105 ____________________________________________________________________________
5106 [  9696] By: nick                                  on 2001/04/13  10:14:29
5107         Log: Fix core dump on binmode($fh,'Scalar')
5108      Branch: perlio
5109            ! ext/PerlIO/Scalar/Scalar.xs
5110 ____________________________________________________________________________
5111 [  9695] By: nick                                  on 2001/04/13  09:05:42
5112         Log: Integrate mainline
5113      Branch: perlio
5114           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5115           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5116           +> t/lib/time-hires.t
5117           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
5118           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
5119           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
5120           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
5121           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
5122           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
5123           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
5124 ____________________________________________________________________________
5125 [  9694] By: jhi                                   on 2001/04/12  22:23:35
5126         Log: Integrate change #9693 from maintperl into mainline.
5127              
5128              $VERSION and Version() on the same line provokes a warning from
5129              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5130      Branch: perl
5131           !> lib/Devel/SelfStubber.pm
5132 ____________________________________________________________________________
5133 [  9693] By: gsar                                  on 2001/04/12  21:55:56
5134         Log: $VERSION and Version() on the same line provokes a warning from
5135              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
5136      Branch: maint-5.6/perl
5137            ! lib/Devel/SelfStubber.pm
5138 ____________________________________________________________________________
5139 [  9692] By: jhi                                   on 2001/04/12  13:54:00
5140         Log: This is at least 5.005.
5141      Branch: perl
5142            ! ext/Time/HiRes/HiRes.xs
5143 ____________________________________________________________________________
5144 [  9691] By: jhi                                   on 2001/04/12  13:37:20
5145         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
5146      Branch: perl
5147            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
5148            ! win32/Makefile win32/makefile.mk
5149 ____________________________________________________________________________
5150 [  9690] By: jhi                                   on 2001/04/12  01:34:46
5151         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
5152      Branch: perl
5153            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5154            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5155            + t/lib/time-hires.t
5156            ! MANIFEST
5157 ____________________________________________________________________________
5158 [  9689] By: jhi                                   on 2001/04/12  00:28:39
5159         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
5160              From: Gisle Aas <gisle@ActiveState.com>
5161              Date: 11 Apr 2001 16:36:11 -0700
5162              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
5163      Branch: perl
5164            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
5165 ____________________________________________________________________________
5166 [  9688] By: jhi                                   on 2001/04/12  00:27:39
5167         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5168              From: Gisle Aas <gisle@ActiveState.com>
5169              Date: 11 Apr 2001 11:13:24 -0700
5170              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
5171      Branch: perl
5172            ! ext/MIME/Base64/Base64.xs
5173 ____________________________________________________________________________
5174 [  9687] By: jhi                                   on 2001/04/11  19:51:47
5175         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
5176      Branch: perl
5177            ! Todo-5.6
5178 ____________________________________________________________________________
5179 [  9686] By: jhi                                   on 2001/04/11  16:54:25
5180         Log: Subject: [PATCH opcode.pl] Documentation of table format
5181              From: Simon Cozens <simon@netthink.co.uk>
5182              Date: Wed, 11 Apr 2001 12:59:31 +0100
5183              Message-ID: <20010411125931.A25681@netthink.co.uk>
5184      Branch: perl
5185            ! opcode.pl
5186 ____________________________________________________________________________
5187 [  9685] By: jhi                                   on 2001/04/11  16:53:15
5188         Log: Subject: [PATCH] prototype("CORE::recv")
5189              From: Simon Cozens <simon@netthink.co.uk>
5190              Date: Wed, 11 Apr 2001 13:24:35 +0100
5191              Message-ID: <20010411132435.A26169@netthink.co.uk>
5192      Branch: perl
5193            ! pp.c t/comp/proto.t
5194 ____________________________________________________________________________
5195 [  9684] By: jhi                                   on 2001/04/11  16:47:13
5196         Log: FAQ (and AUTHORS) update from Dan Carson: the information
5197              was several years obsolete, Term::Readkey has been updated
5198              to have the functionality.
5199      Branch: perl
5200            ! AUTHORS pod/perlfaq5.pod
5201 ____________________________________________________________________________
5202 [  9683] By: jhi                                   on 2001/04/11  12:15:46
5203         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
5204              From: Calle Dybedahl <calle@lysator.liu.se>
5205              Date: 10 Apr 2001 16:44:16 +0200
5206              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
5207      Branch: perl
5208            ! ext/MIME/Base64/Base64.xs
5209 ____________________________________________________________________________
5210 [  9682] By: jhi                                   on 2001/04/11  12:12:26
5211         Log: A more minimal fix for 20010410.006 from Hugo.
5212      Branch: perl
5213            ! regexec.c
5214 ____________________________________________________________________________
5215 [  9681] By: jhi                                   on 2001/04/11  11:34:23
5216         Log: Integrate changes #9678,9679 from maintline into mainperl.
5217              
5218              addendum to change#9676
5219              
5220              up $File::Glob::VERSION; add a note pointing out the version of
5221              the OpenBSD glob bsd_glob.c resembles
5222      Branch: perl
5223           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5224           !> ext/File/Glob/bsd_glob.h
5225 ____________________________________________________________________________
5226 [  9680] By: jhi                                   on 2001/04/11  11:30:38
5227         Log: Bad test numbering in integrate in #9677.
5228              Fixes ID 20010411.001.
5229      Branch: perl
5230            ! t/op/pat.t
5231 ____________________________________________________________________________
5232 [  9679] By: gsar                                  on 2001/04/11  03:38:40
5233         Log: up $File::Glob::VERSION; add a note pointing out the version of
5234              the OpenBSD glob bsd_glob.c resembles
5235      Branch: maint-5.6/perl
5236            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
5237            ! ext/File/Glob/bsd_glob.h
5238 ____________________________________________________________________________
5239 [  9678] By: gsar                                  on 2001/04/11  03:09:48
5240         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
5241              revision 1.8.10.1 found here:
5242              
5243              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
5244      Branch: maint-5.6/perl
5245            ! ext/File/Glob/bsd_glob.c
5246 ____________________________________________________________________________
5247 [  9677] By: jhi                                   on 2001/04/11  02:54:39
5248         Log: Integrate changes #9675,9676 from maintperl into mainline.
5249              
5250              fix for bug 20010410.006, undo change#7115
5251              
5252              port the OpenBSD glob() security patch
5253      Branch: perl
5254           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5255           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
5256           !> t/op/pat.t
5257 ____________________________________________________________________________
5258 [  9676] By: gsar                                  on 2001/04/11  02:19:02
5259         Log: port the glob() security patch found at:
5260              
5261              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
5262              
5263              CERT advisory for the issue is here:
5264              
5265              http://www.cert.org/advisories/CA-2001-07.html
5266              
5267              Note that the security scare is only relevant for those who are
5268              foolish enough to build suidperl (which is now officially discouraged)
5269      Branch: maint-5.6/perl
5270            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5271            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
5272 ____________________________________________________________________________
5273 [  9675] By: gsar                                  on 2001/04/10  23:52:11
5274         Log: fix for bug 20010410.006
5275              
5276              undo change#7115 (came into maint-5.6 as change#8156)
5277              
5278              add tests to keep it from coming back
5279      Branch: maint-5.6/perl
5280            ! regexec.c t/op/pat.t
5281 ____________________________________________________________________________
5282 [  9674] By: nick                                  on 2001/04/10  20:39:31
5283         Log: Integrate mainline
5284      Branch: perlio
5285           +> Porting/testall.atom
5286           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
5287           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
5288           !> t/lib/lc-uk.t t/pod/find.t
5289 ____________________________________________________________________________
5290 [  9673] By: nick                                  on 2001/04/10  18:46:14
5291         Log: Integrate against change 9670 aka perl-5.7.1
5292      Branch: perlio
5293           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5294           !> (integrate 53 files)
5295 ____________________________________________________________________________
5296 [  9672] By: jhi                                   on 2001/04/10  13:45:01
5297         Log: Add a script for doing cumulative profile of the test suite.
5298              (Requires ATOM, that is, Tru64.)
5299      Branch: perl
5300            + Porting/testall.atom
5301            ! MANIFEST
5302 ____________________________________________________________________________
5303 [  9671] By: jhi                                   on 2001/04/10  12:38:53
5304         Log: Missing std block.
5305      Branch: perl
5306            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
5307            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
5308            ! t/pod/find.t
5309 ____________________________________________________________________________
5310 [  9670] By: jhi                                   on 2001/04/10  01:25:58
5311         Log: This is 5.7.1.
5312      Branch: perl
5313            ! patchlevel.h
5314 ____________________________________________________________________________
5315 [  9669] By: jhi                                   on 2001/04/10  01:09:14
5316         Log: Update Changes.
5317      Branch: perl
5318            ! Changes patchlevel.h
5319 ____________________________________________________________________________
5320 [  9668] By: jhi                                   on 2001/04/10  01:00:38
5321         Log: Regen toc.
5322      Branch: perl
5323            ! pod/perltoc.pod
5324 ____________________________________________________________________________
5325 [  9667] By: jhi                                   on 2001/04/10  00:52:16
5326         Log: Update perlhist.
5327      Branch: perl
5328            ! pod/perlhist.pod
5329 ____________________________________________________________________________
5330 [  9666] By: jhi                                   on 2001/04/09  23:38:59
5331         Log: Slight wording tweaks from Damian to #9658.
5332      Branch: perl
5333            ! pod/perlobj.pod
5334 ____________________________________________________________________________
5335 [  9665] By: jhi                                   on 2001/04/09  19:56:06
5336         Log: Subject: [PATCH perlutil.pod] Nit
5337              From: Simon Cozens <simon@netthink.co.uk>
5338              Date: Mon, 9 Apr 2001 20:29:44 +0100
5339              Message-ID: <20010409202944.A14796@the.earth.li>
5340      Branch: perl
5341            ! pod/perlutil.pod
5342 ____________________________________________________________________________
5343 [  9664] By: jhi                                   on 2001/04/09  19:54:42
5344         Log: Subject: Re: perl571delta.pod@9631
5345              From: Mike Guy <mjtg@cam.ac.uk>
5346              Date: Mon, 09 Apr 2001 18:09:14 +0100
5347              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
5348      Branch: perl
5349            ! pod/perl571delta.pod
5350 ____________________________________________________________________________
5351 [  9663] By: jhi                                   on 2001/04/09  13:43:35
5352         Log: Update Changes.
5353      Branch: perl
5354            ! Changes patchlevel.h
5355 ____________________________________________________________________________
5356 [  9662] By: jhi                                   on 2001/04/09  13:24:46
5357         Log: tweak tweak.
5358      Branch: perl
5359            ! AUTHORS pod/perl571delta.pod
5360 ____________________________________________________________________________
5361 [  9661] By: jhi                                   on 2001/04/09  13:15:13
5362         Log: Thinko in manual patch applying.
5363      Branch: perl
5364            ! sv.c
5365 ____________________________________________________________________________
5366 [  9660] By: jhi                                   on 2001/04/09  13:07:53
5367         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
5368              From: Robin Barker <rmb1@cise.npl.co.uk> 
5369              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
5370              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
5371              
5372              (This corrects the case where the "isn't numeric" string contains \0s
5373              and is longer than the temporary buffer, and contains \0 at the point
5374              the string would be truncated by "...".) 
5375      Branch: perl
5376            ! sv.c
5377 ____________________________________________________________________________
5378 [  9659] By: jhi                                   on 2001/04/09  12:57:41
5379         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
5380      Branch: perl
5381            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
5382            ! t/lib/cgi-function.t t/lib/cgi-html.t
5383 ____________________________________________________________________________
5384 [  9658] By: jhi                                   on 2001/04/09  12:48:47
5385         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
5386              From: Ilmari Karonen <iltzu@sci.fi>
5387              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
5388              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
5389              
5390              Rearrange and rewrite the Method Invocation section
5391              to explain the concepts in nicer order.
5392      Branch: perl
5393            ! pod/perlobj.pod
5394 ____________________________________________________________________________
5395 [  9657] By: jhi                                   on 2001/04/09  12:35:58
5396         Log: Upgrade to podlators 1.09, from Russ Allbery.
5397      Branch: perl
5398            ! lib/Pod/Man.pm lib/Pod/Text.pm
5399 ____________________________________________________________________________
5400 [  9656] By: jhi                                   on 2001/04/09  12:31:53
5401         Log: perl571delta.
5402      Branch: perl
5403            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
5404 ____________________________________________________________________________
5405 [  9655] By: jhi                                   on 2001/04/09  12:20:09
5406         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
5407              From: Prymmer/Kahn <pvhp@best.com>
5408              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
5409              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
5410      Branch: perl
5411            ! lib/utf8.pm pod/perlunicode.pod
5412 ____________________________________________________________________________
5413 [  9654] By: gsar                                  on 2001/04/09  03:38:33
5414         Log: here lies 5.6.1
5415      Branch: maint-5.6/perl
5416            ! Changes
5417 ____________________________________________________________________________
5418 [  9653] By: jhi                                   on 2001/04/09  03:25:24
5419         Log: Update perlhist.
5420      Branch: perl
5421            ! pod/perlhist.pod
5422 ____________________________________________________________________________
5423 [  9652] By: jhi                                   on 2001/04/09  03:18:49
5424         Log: perl571delta tweaking continues.
5425      Branch: perl
5426            ! pod/perl571delta.pod
5427 ____________________________________________________________________________
5428 [  9651] By: gsar                                  on 2001/04/09  03:11:19
5429         Log: update Changes, patchlevel.h &c.
5430      Branch: maint-5.6/perl
5431            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
5432            ! pod/perltoc.pod
5433 ____________________________________________________________________________
5434 [  9650] By: jhi                                   on 2001/04/09  02:40:24
5435         Log: Integrate the perlfork half of #9513 from maintperl into mainline
5436              (the perlunicode half is obsolete)
5437      Branch: perl
5438            ! pod/perlfork.pod
5439 ____________________________________________________________________________
5440 [  9649] By: gsar                                  on 2001/04/09  02:35:43
5441         Log: tweak perldelta as suggested by Jarkko
5442      Branch: maint-5.6/perl
5443            ! pod/perldelta.pod
5444 ____________________________________________________________________________
5445 [  9648] By: jhi                                   on 2001/04/09  02:13:04
5446         Log: Integrate change #9646 from maintperl into mainline.
5447              
5448              add note about ithreads and Thread.pm
5449      Branch: perl
5450           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
5451 ____________________________________________________________________________
5452 [  9647] By: jhi                                   on 2001/04/09  02:10:18
5453         Log: Bad assumption that shortsize == 2.
5454      Branch: perl
5455            ! t/lib/xs-typemap.t
5456 ____________________________________________________________________________
5457 [  9646] By: gsar                                  on 2001/04/09  00:48:04
5458         Log: add note about ithreads and Thread.pm (too many people are
5459              confused by the fact that Thread.pm is built and installed
5460              under non-5005threads but doesn't work)
5461      Branch: maint-5.6/perl
5462            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
5463 ____________________________________________________________________________
5464 [  9645] By: gsar                                  on 2001/04/09  00:19:03
5465         Log: update perldelta.pod for changes in 5.6.1
5466      Branch: maint-5.6/perl
5467            ! Changes pod/perldelta.pod
5468 ____________________________________________________________________________
5469 [  9644] By: jhi                                   on 2001/04/08  20:37:00
5470         Log: Integrate change #9639 from maintperl into mainline:
5471              on windows, many of the README.* pods were being copied to
5472              the wrong location
5473      Branch: perl
5474           !> win32/Makefile win32/makefile.mk
5475 ____________________________________________________________________________
5476 [  9643] By: jhi                                   on 2001/04/08  20:07:11
5477         Log: Integrate change #9624 from maintperl into mainline:
5478              the pod tests were not okay.  (t/pod/find.t changes ignored)
5479      Branch: perl
5480           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
5481           !> t/pod/include.t t/pod/included.t t/pod/lref.t
5482           !> t/pod/multiline_items.t t/pod/nested_items.t
5483           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5484           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
5485 ____________________________________________________________________________
5486 [  9642] By: jhi                                   on 2001/04/08  19:57:17
5487         Log: Integrate change #9638 from maintperl into mainline:
5488              update to latest JPL from the anoncvs repository
5489      Branch: perl
5490           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5491           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5492           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5493 ____________________________________________________________________________
5494 [  9641] By: jhi                                   on 2001/04/08  19:53:30
5495         Log: perl571delta updates.
5496      Branch: perl
5497            ! lib/Filter/Simple.pm pod/perl571delta.pod
5498 ____________________________________________________________________________
5499 [  9640] By: gsar                                  on 2001/04/08  19:20:46
5500         Log: integrate change#9634 from mainline
5501              
5502              Fix the perlmodlib generation (didn't understand separate .pod
5503              files; didn't understand -- as the name-thing separator).
5504              Update the CPAN mirrors list.
5505      Branch: maint-5.6/perl
5506            ! pod/perlmodlib.pod
5507           !> pod/perlmodlib.PL
5508 ____________________________________________________________________________
5509 [  9639] By: gsar                                  on 2001/04/08  18:57:31
5510         Log: on windows, many of the README.* pods were being copied to the wrong
5511              location
5512      Branch: maint-5.6/perl
5513            ! win32/Makefile win32/makefile.mk
5514 ____________________________________________________________________________
5515 [  9638] By: gsar                                  on 2001/04/08  18:38:25
5516         Log: update to latest JPL from the anoncvs repository
5517      Branch: maint-5.6/perl
5518            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
5519            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
5520            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
5521 ____________________________________________________________________________
5522 [  9637] By: jhi                                   on 2001/04/08  17:53:53
5523         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
5524      Branch: perl
5525            ! pod/perl571delta.pod
5526 ____________________________________________________________________________
5527 [  9636] By: jhi                                   on 2001/04/08  17:18:32
5528         Log: Regen toc.
5529      Branch: perl
5530            ! pod/perltoc.pod
5531 ____________________________________________________________________________
5532 [  9635] By: jhi                                   on 2001/04/08  17:16:33
5533         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
5534              From: "Craig A. Berry" <craigberry@mac.com>
5535              Date: Sun, 08 Apr 2001 12:30:16 -0500
5536              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
5537      Branch: perl
5538            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
5539 ____________________________________________________________________________
5540 [  9634] By: jhi                                   on 2001/04/08  17:09:19
5541         Log: Fix the perlmodlib generation (didn't understand separate .pod
5542              files; didn't understand -- as the name-thing separator).
5543              
5544              Update the CPAN mirrors list.
5545      Branch: perl
5546            ! pod/perlmodlib.PL pod/perlmodlib.pod
5547 ____________________________________________________________________________
5548 [  9633] By: jhi                                   on 2001/04/08  16:49:17
5549         Log: Sort MANIFEST.
5550      Branch: perl
5551            ! MANIFEST
5552 ____________________________________________________________________________
5553 [  9632] By: gsar                                  on 2001/04/08  16:36:06
5554         Log: add $Tie::RefHash::VERSION
5555      Branch: maint-5.6/perl
5556            ! lib/Tie/RefHash.pm
5557 ____________________________________________________________________________
5558 [  9631] By: jhi                                   on 2001/04/08  16:10:15
5559         Log: perl571delta updates based on p5p feedback; still needs
5560              lots of examples.
5561      Branch: perl
5562            ! pod/perl571delta.pod
5563 ____________________________________________________________________________
5564 [  9630] By: jhi                                   on 2001/04/08  15:59:13
5565         Log: Update the list of supported platforms to talk about 5.7.1
5566              (and 5.6.1)
5567      Branch: perl
5568            ! pod/perlport.pod
5569 ____________________________________________________________________________
5570 [  9629] By: jhi                                   on 2001/04/08  15:55:41
5571         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
5572              from maintperl into mainline: perlport updates.
5573      Branch: perl
5574            ! pod/perlport.pod
5575 ____________________________________________________________________________
5576 [  9628] By: jhi                                   on 2001/04/08  15:53:17
5577         Log: perlsolaris.pod copied to wrong directory.
5578      Branch: perl
5579            ! win32/makefile.mk
5580 ____________________________________________________________________________
5581 [  9627] By: jhi                                   on 2001/04/08  14:48:18
5582         Log: Subject: Typos in perl571delta.pod
5583              From: "Stephen P. Potter" <spp@spotter.yi.org>
5584              Date: Sat, 07 Apr 2001 20:37:05 -0400
5585              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
5586      Branch: perl
5587            ! pod/perl571delta.pod
5588 ____________________________________________________________________________
5589 [  9626] By: jhi                                   on 2001/04/08  14:39:04
5590         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
5591      Branch: perl
5592            ! gv.c
5593 ____________________________________________________________________________
5594 [  9625] By: nick                                  on 2001/04/08  10:14:23
5595         Log: Integrate mainline
5596      Branch: perlio
5597           +> pod/perl570delta.pod pod/perl571delta.pod
5598           !> (integrate 27 files)
5599 ____________________________________________________________________________
5600 [  9624] By: gsar                                  on 2001/04/08  06:08:17
5601         Log: test in t/pod/* were busted
5602              
5603              these tests are still not enabled in t/{harness,TEST}
5604      Branch: maint-5.6/perl
5605            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
5606            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
5607            ! t/pod/multiline_items.t t/pod/nested_items.t
5608            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
5609            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
5610 ____________________________________________________________________________
5611 [  9623] By: gsar                                  on 2001/04/08  03:37:01
5612         Log: integrate change#9470 from mainline
5613              
5614              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
5615      Branch: maint-5.6/perl
5616           !> ext/Socket/Socket.xs
5617 ____________________________________________________________________________
5618 [  9622] By: jhi                                   on 2001/04/07  22:40:47
5619         Log: Update Changes.
5620      Branch: perl
5621            ! Changes patchlevel.h
5622 ____________________________________________________________________________
5623 [  9621] By: jhi                                   on 2001/04/07  22:34:16
5624         Log: Update AUTHORS.
5625      Branch: perl
5626            ! AUTHORS
5627 ____________________________________________________________________________
5628 [  9620] By: jhi                                   on 2001/04/07  22:12:47
5629         Log: Forgot to bump the number of tests in #9164.
5630      Branch: perl
5631            ! t/op/array.t
5632 ____________________________________________________________________________
5633 [  9619] By: jhi                                   on 2001/04/07  22:09:50
5634         Log: Bump patchlevel to 5.7.1.
5635      Branch: perl
5636            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5637            ! config_h.SH patchlevel.h
5638 ____________________________________________________________________________
5639 [  9618] By: jhi                                   on 2001/04/07  22:02:41
5640         Log: Populate perl571delta.
5641      Branch: perl
5642            ! pod/perl571delta.pod
5643 ____________________________________________________________________________
5644 [  9617] By: jhi                                   on 2001/04/07  22:01:23
5645         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
5646              to forget it later; do not change patchlevel.h yet or regenerate
5647              Configure yet.
5648      Branch: perl
5649            ! epoc/config.sh win32/Makefile win32/config_H.bc
5650            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
5651 ____________________________________________________________________________
5652 [  9616] By: jhi                                   on 2001/04/07  17:46:33
5653         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
5654      Branch: perl
5655            ! pod/perl571delta.pod
5656 ____________________________________________________________________________
5657 [  9615] By: jhi                                   on 2001/04/07  17:33:21
5658         Log: Change the toc configuration.
5659      Branch: perl
5660            ! pod/buildtoc.PL pod/perl.pod
5661 ____________________________________________________________________________
5662 [  9614] By: jhi                                   on 2001/04/07  17:29:47
5663         Log: Subject: PATCH: $[
5664              From: Robin Houston <robin@kitsite.com>
5665              Date: Fri, 6 Apr 2001 18:10:14 +0100
5666              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
5667      Branch: perl
5668            ! op.c t/op/array.t
5669 ____________________________________________________________________________
5670 [  9613] By: jhi                                   on 2001/04/07  17:28:26
5671         Log: Subject: [PATCH perl@9424] isn't numeric warning
5672              From: Robin Barker <rmb1@cise.npl.co.uk>
5673              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
5674              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
5675      Branch: perl
5676            ! sv.c t/pragma/warn/sv
5677 ____________________________________________________________________________
5678 [  9612] By: jhi                                   on 2001/04/07  17:26:45
5679         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
5680              From: Mike Guy <mjtg@cam.ac.uk>
5681              Date: Fri, 06 Apr 2001 12:47:06 +0100
5682              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
5683      Branch: perl
5684            ! dump.c t/lib/peek.t
5685 ____________________________________________________________________________
5686 [  9611] By: jhi                                   on 2001/04/07  17:21:35
5687         Log: Create perl571delta and seed it off with the perldelta changes
5688              since 5.7.0; remove those changes from perldelta and rename it
5689              as perl570delta; recreate perldelta but leave it almost empty.
5690      Branch: perl
5691            + pod/perl570delta.pod pod/perl571delta.pod
5692            ! MANIFEST pod/perldelta.pod
5693 ____________________________________________________________________________
5694 [  9610] By: jhi                                   on 2001/04/07  16:56:32
5695         Log: Denit.
5696      Branch: perl
5697            ! pod/perldelta.pod
5698 ____________________________________________________________________________
5699 [  9609] By: jhi                                   on 2001/04/07  16:38:32
5700         Log: Retract #9523: needs more thought.
5701      Branch: perl
5702            ! Makefile.SH
5703 ____________________________________________________________________________
5704 [  9608] By: jhi                                   on 2001/04/07  14:59:20
5705         Log: atmark() code cleanaup.
5706      Branch: perl
5707            ! ext/IO/IO.xs
5708 ____________________________________________________________________________
5709 [  9607] By: jhi                                   on 2001/04/07  14:48:14
5710         Log: Integrate change #9605 from maintperl into mainline.
5711              
5712              can't optimize away scope entry if tr/// is present
5713      Branch: perl
5714           !> op.c t/op/tr.t
5715 ____________________________________________________________________________
5716 [  9606] By: jhi                                   on 2001/04/07  14:43:59
5717         Log: Integrate perlio.
5718      Branch: perl
5719           +> win32/FindExt.pm
5720           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
5721           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
5722 ____________________________________________________________________________
5723 [  9605] By: gsar                                  on 2001/04/07  11:52:40
5724         Log: can't optimize away scope entry if tr/// is present
5725      Branch: maint-5.6/perl
5726            ! op.c t/op/tr.t
5727 ____________________________________________________________________________
5728 [  9604] By: nick                                  on 2001/04/07  11:39:45
5729         Log: Split out extension finding code from buildext.pl into FindExt.pm
5730              Use it to get Config.pm's idea of available extensions in line
5731              with what is built.
5732      Branch: perlio
5733            + win32/FindExt.pm
5734            ! MANIFEST win32/buildext.pl win32/config_sh.PL
5735            ! win32/makefile.mk
5736 ____________________________________________________________________________
5737 [  9603] By: nick                                  on 2001/04/07  09:11:38
5738         Log: Cleanup correction for failed :Via() layer, also set an error code.
5739      Branch: perlio
5740            ! ext/PerlIO/Via/Via.xs
5741 ____________________________________________________________________________
5742 [  9602] By: nick                                  on 2001/04/07  08:38:04
5743         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
5744              style. So don't use binmode() on the handles so that Win32 etc. see
5745              same sequence and produce same digests.
5746      Branch: perlio
5747            ! t/lib/md5-file.t
5748 ____________________________________________________________________________
5749 [  9601] By: nick                                  on 2001/04/07  08:36:26
5750         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
5751              Else it complains and so crlf layer (say) does not get pushed.
5752      Branch: perlio
5753            ! perlio.c
5754 ____________________________________________________________________________
5755 [  9600] By: jhi                                   on 2001/04/06  23:00:09
5756         Log: Integrate change #9599 from perlio into mainline.
5757      Branch: perl
5758           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
5759           !> win32/config_H.vc
5760 ____________________________________________________________________________
5761 [  9599] By: nick                                  on 2001/04/06  21:42:43
5762         Log: Quote $VERSION in Encode.pm.
5763              regen_config_h as requested.
5764      Branch: perlio
5765            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
5766            ! win32/config_H.vc
5767 ____________________________________________________________________________
5768 [  9598] By: nick                                  on 2001/04/06  20:34:59
5769         Log: Integrate mainline
5770      Branch: perlio
5771           +> README.macos
5772           !> (integrate 39 files)
5773 ____________________________________________________________________________
5774 [  9597] By: gsar                                  on 2001/04/06  18:06:35
5775         Log: integrate change#9464 from mainline (addendum to change#8313)
5776              
5777              Subject: [PATCH @9452] Better peep()ing for foreach() loops
5778      Branch: maint-5.6/perl
5779           !> op.c
5780 ____________________________________________________________________________
5781 [  9596] By: jhi                                   on 2001/04/06  17:26:03
5782         Log: The d_casti32=undef is good for you even when not use64bitall.
5783      Branch: perl
5784            ! hints/hpux.sh
5785 ____________________________________________________________________________
5786 [  9595] By: gsar                                  on 2001/04/06  14:57:17
5787         Log: add a low-impact fix to accomodate darwin-ism
5788      Branch: maint-5.6/perl
5789            ! ext/Errno/Errno_pm.PL
5790 ____________________________________________________________________________
5791 [  9594] By: jhi                                   on 2001/04/06  14:55:14
5792         Log: Integrate changes #9528,9593 from mainline into maintperl;
5793              tweaking the editor/IDE/shell list.
5794      Branch: maint-5.6/perl
5795           !> pod/perlfaq3.pod
5796 ____________________________________________________________________________
5797 [  9593] By: jhi                                   on 2001/04/06  14:51:39
5798         Log: Make the editor/IDE/shell list a little bit airier.
5799      Branch: perl
5800            ! pod/perlfaq3.pod
5801 ____________________________________________________________________________
5802 [  9592] By: gsar                                  on 2001/04/06  14:45:18
5803         Log: integrate change#9477 from mainline (base.pm doc tweak)
5804              
5805              missing doc entry for fmod()
5806      Branch: maint-5.6/perl
5807            ! lib/Math/BigFloat.pm
5808           !> lib/base.pm
5809 ____________________________________________________________________________
5810 [  9591] By: jhi                                   on 2001/04/06  13:55:48
5811         Log: Regen toc.
5812      Branch: perl
5813            ! pod/perltoc.pod
5814 ____________________________________________________________________________
5815 [  9590] By: jhi                                   on 2001/04/06  13:54:52
5816         Log: Math::BigFloat patches from John Peacock.  The equivalent
5817              of #9586 from maintperl but reworked by John to work with
5818              the bleadperl.
5819      Branch: perl
5820            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
5821 ____________________________________________________________________________
5822 [  9589] By: jhi                                   on 2001/04/06  13:42:23
5823         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
5824      Branch: perl
5825            ! ext/Digest/MD5/Makefile.PL
5826 ____________________________________________________________________________
5827 [  9588] By: jhi                                   on 2001/04/06  13:31:45
5828         Log: Integrate changes #9584,9587 from maintperl into mainline.
5829              
5830              keep eval"" CVs alive until the end of the statement in which
5831              they're called
5832              
5833              add README.macos (from Chris Nandor)
5834              
5835              tyop in change#9555
5836      Branch: perl
5837           +> README.macos
5838           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
5839           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
5840           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
5841           !> win32/makefile.mk
5842 ____________________________________________________________________________
5843 [  9587] By: gsar                                  on 2001/04/06  07:31:30
5844         Log: add README.macos (from Chris Nandor)
5845              
5846              tyop in change#9555
5847      Branch: maint-5.6/perl
5848            + README.macos
5849            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
5850            ! win32/Makefile win32/makefile.mk
5851 ____________________________________________________________________________
5852 [  9586] By: gsar                                  on 2001/04/06  07:08:54
5853         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
5854      Branch: maint-5.6/perl
5855            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
5856 ____________________________________________________________________________
5857 [  9585] By: gsar                                  on 2001/04/06  06:58:44
5858         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
5859              from mainline
5860              
5861              Subject: [PATCH] Base64 update to perlfaq9.pod
5862              
5863              Subject: [PATCH AUTHORS] Housekeeping
5864              
5865              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
5866              Mac OS X (Darwin) has extra pwent fields.
5867              
5868              Subject: [PATCH B::*] print control-character vars readably
5869              Needs EBCDICification.
5870              
5871              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
5872              
5873              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
5874              
5875              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
5876              
5877              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
5878              
5879              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
5880              
5881              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
5882              
5883              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
5884              
5885              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
5886              
5887              FreeBSD hints tweak from Anton Berezin.
5888              
5889              Subject: [PATCH foolperl & bleadperl] README.vms update
5890              
5891              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
5892      Branch: maint-5.6/perl
5893           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
5894           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
5895           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
5896 ____________________________________________________________________________
5897 [  9584] By: gsar                                  on 2001/04/06  04:09:00
5898         Log: keep eval"" CVs alive until the end of the statement in which
5899              they're called; this avoids a coredump ensuing from search for
5900              lexicals in code such as:
5901              
5902              sub bug {
5903              my $s = @_;
5904              eval q[sub { eval 'sub { &$s }' }];
5905              }
5906              bug("x")->()->();
5907              
5908              this code still doesn't work as intended (as it has remained
5909              since time immemorial), but it doesn't provoke a coredump anymore
5910      Branch: maint-5.6/perl
5911            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
5912            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
5913 ____________________________________________________________________________
5914 [  9583] By: jhi                                   on 2001/04/05  23:52:51
5915         Log: Update Changes.
5916      Branch: perl
5917            ! Changes patchlevel.h
5918 ____________________________________________________________________________
5919 [  9582] By: jhi                                   on 2001/04/05  23:11:23
5920         Log: Slight doc tweak.
5921      Branch: perl
5922            ! pod/perlunicode.pod
5923 ____________________________________________________________________________
5924 [  9581] By: jhi                                   on 2001/04/05  23:04:11
5925         Log: Integrate perlio.
5926      Branch: perl
5927           !> pod/perlunicode.pod
5928 ____________________________________________________________________________
5929 [  9580] By: jhi                                   on 2001/04/05  23:03:29
5930         Log: Test for #9579.
5931      Branch: perl
5932            ! t/op/do.t
5933 ____________________________________________________________________________
5934 [  9579] By: jhi                                   on 2001/04/05  22:54:17
5935         Log: Subject: [PATCH] Propagate calling context for do '...'
5936              From: Gisle Aas <gisle@ActiveState.com>
5937              Date: 04 Apr 2001 20:17:29 -0700
5938              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
5939      Branch: perl
5940            ! pod/perlfunc.pod pp_ctl.c
5941 ____________________________________________________________________________
5942 [  9578] By: jhi                                   on 2001/04/05  22:52:51
5943         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
5944              From: Peter Prymmer <pvhp@forte.com>
5945              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
5946              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
5947      Branch: perl
5948            ! README.vms
5949 ____________________________________________________________________________
5950 [  9577] By: jhi                                   on 2001/04/05  22:48:22
5951         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
5952              From: "Craig A. Berry" <craigberry@mac.com>
5953              Date: Thu, 5 Apr 2001 13:43:28 -0500
5954              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
5955      Branch: perl
5956            ! README.vms
5957 ____________________________________________________________________________
5958 [  9576] By: jhi                                   on 2001/04/05  22:31:38
5959         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
5960              From: Michael G Schwern <schwern@pobox.com>
5961              Date: Thu, 5 Apr 2001 21:53:21 +0100
5962              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
5963      Branch: perl
5964            ! lib/base.pm t/lib/fields.t
5965 ____________________________________________________________________________
5966 [  9575] By: jhi                                   on 2001/04/05  22:26:10
5967         Log: FreeBSD hints tweak from Anton Berezin.
5968      Branch: perl
5969            ! hints/freebsd.sh
5970 ____________________________________________________________________________
5971 [  9574] By: jhi                                   on 2001/04/05  22:24:03
5972         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
5973              From: David Dyck <dcd@tc.fluke.com>
5974              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
5975              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
5976      Branch: perl
5977            ! t/op/oct.t
5978 ____________________________________________________________________________
5979 [  9573] By: jhi                                   on 2001/04/05  22:23:06
5980         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
5981              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
5982              From: David Dyck <dcd@tc.fluke.com>
5983              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
5984      Branch: perl
5985            ! pp.c
5986 ____________________________________________________________________________
5987 [  9572] By: jhi                                   on 2001/04/05  22:14:47
5988         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
5989              From: Robin Houston <robin@kitsite.com>
5990              Date: Thu, 5 Apr 2001 20:56:48 +0100
5991              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
5992      Branch: perl
5993            ! ext/B/B/Deparse.pm
5994 ____________________________________________________________________________
5995 [  9571] By: jhi                                   on 2001/04/05  22:12:53
5996         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
5997              From: Robin Houston <robin@kitsite.com>
5998              Date: Thu, 5 Apr 2001 19:55:51 +0100
5999              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
6000      Branch: perl
6001            ! ext/B/B/Deparse.pm
6002 ____________________________________________________________________________
6003 [  9570] By: jhi                                   on 2001/04/05  22:11:06
6004         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
6005              From: Robin Houston <robin@kitsite.com>
6006              Date: Thu, 5 Apr 2001 20:16:29 +0100
6007              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
6008      Branch: perl
6009            ! ext/B/B/Deparse.pm
6010 ____________________________________________________________________________
6011 [  9569] By: nick                                  on 2001/04/05  21:32:26
6012         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
6013      Branch: perlio
6014            ! pod/perlunicode.pod
6015 ____________________________________________________________________________
6016 [  9568] By: nick                                  on 2001/04/05  19:38:09
6017         Log: Integrate mainline
6018      Branch: perlio
6019           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
6020           !> (integrate 35 files)
6021 ____________________________________________________________________________
6022 [  9567] By: jhi                                   on 2001/04/05  18:31:45
6023         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
6024              From: Robin Houston <robin@kitsite.com>
6025              Date: Thu, 5 Apr 2001 18:03:23 +0100
6026              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
6027      Branch: perl
6028            ! ext/B/B/Deparse.pm
6029 ____________________________________________________________________________
6030 [  9566] By: jhi                                   on 2001/04/05  18:29:35
6031         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
6032              From: Robin Houston <robin@kitsite.com>
6033              Date: Thu, 5 Apr 2001 16:45:18 +0100
6034              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
6035      Branch: perl
6036            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
6037 ____________________________________________________________________________
6038 [  9565] By: jhi                                   on 2001/04/05  18:24:23
6039         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
6040              From: Robin Houston <robin@kitsite.com>
6041              Date: Thu, 5 Apr 2001 14:50:09 +0100
6042              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
6043      Branch: perl
6044            ! ext/B/B/Deparse.pm
6045 ____________________________________________________________________________
6046 [  9564] By: jhi                                   on 2001/04/05  18:23:03
6047         Log: Subject: [PATCH B::*] print control-character vars readably
6048              From: Robin Houston <robin@kitsite.com>
6049              Date: Thu, 5 Apr 2001 14:27:38 +0100
6050              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
6051              
6052              Needs EBCDICification.
6053      Branch: perl
6054            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
6055            ! ext/B/B/Terse.pm
6056 ____________________________________________________________________________
6057 [  9563] By: jhi                                   on 2001/04/05  18:20:32
6058         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
6059              Date: Thu, 5 Apr 2001 13:21:42 -0400
6060              From: Paul Schinder <schinder@pobox.com>
6061              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
6062              
6063              Mac OS X (Darwin) has extra pwent fields.
6064      Branch: perl
6065            ! t/op/pwent.t
6066 ____________________________________________________________________________
6067 [  9562] By: jhi                                   on 2001/04/05  17:57:51
6068         Log: Regen toc.
6069      Branch: perl
6070            ! pod/perltoc.pod
6071 ____________________________________________________________________________
6072 [  9561] By: jhi                                   on 2001/04/05  17:47:33
6073         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
6074      Branch: metaconfig
6075            ! U/Glossary.patch
6076      Branch: metaconfig/U/perl
6077            + d_u32align.U
6078            ! d_cmsghdr_s.U d_msghdr_s.U
6079 ____________________________________________________________________________
6080 [  9560] By: jhi                                   on 2001/04/05  17:47:01
6081         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
6082              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
6083              Introduce probes for struct msghdr, struct cmsghdr,
6084              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
6085              ualarm, usleep, for possible later extension work.
6086      Branch: perl
6087            + t/lib/md5-align.t
6088            ! Configure MANIFEST Porting/Glossary Porting/config.sh
6089            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6090            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
6091            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
6092            ! vos/config.ga.h win32/config.bc win32/config.gc
6093            ! win32/config.vc
6094 ____________________________________________________________________________
6095 [  9559] By: jhi                                   on 2001/04/05  13:03:04
6096         Log: Be traditional in your cpp (for the Errno extension).
6097      Branch: perl
6098            ! hints/darwin.sh
6099 ____________________________________________________________________________
6100 [  9558] By: jhi                                   on 2001/04/05  13:00:05
6101         Log: Add $Config{cppflags} to the gcc incantation.
6102      Branch: perl
6103            ! ext/Errno/Errno_pm.PL
6104 ____________________________________________________________________________
6105 [  9557] By: jhi                                   on 2001/04/05  04:22:39
6106         Log: Introduce Sean Burke's Class::ISA 0.32.
6107      Branch: perl
6108            + lib/Class/ISA.pm t/lib/class-isa.t
6109            ! MANIFEST
6110 ____________________________________________________________________________
6111 [  9556] By: jhi                                   on 2001/04/05  04:09:50
6112         Log: Subject: [PATCH AUTHORS] Housekeeping
6113              From: Paul Johnson <paul@pjcj.net> 
6114              Date: Wed, 4 Apr 2001 22:45:47 +0200
6115              Message-ID: <20010404224547.D9548@pjcj.net>
6116      Branch: perl
6117            ! AUTHORS
6118 ____________________________________________________________________________
6119 [  9555] By: jhi                                   on 2001/04/05  04:06:33
6120         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
6121              From: Gisle Aas <gisle@ActiveState.com>
6122              Date: 04 Apr 2001 14:23:04 -0700
6123              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
6124      Branch: perl
6125            ! pod/perlfaq9.pod
6126 ____________________________________________________________________________
6127 [  9554] By: jhi                                   on 2001/04/05  04:05:49
6128         Log: Downgrade also the "Wide character" diagnostic.
6129      Branch: perl
6130            ! pod/perldiag.pod
6131 ____________________________________________________________________________
6132 [  9553] By: jhi                                   on 2001/04/05  04:00:33
6133         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
6134              maintperl into mainline.
6135              
6136              "double" should be "NV"; standard typemap is missing entry
6137              for NV
6138              
6139              s/djSP/dSP/
6140              
6141              Downgrade "Wide character in print" to a warning.
6142              
6143              B::Deparse fix for ${^FOO} and documentation for PVX() method
6144              (from Robin Houston)
6145              
6146              tr/// doesn't null-terminate the result in some situations
6147              (from Gisle Aas)
6148      Branch: perl
6149           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
6150           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
6151           !> t/io/utf8.t t/op/tr.t
6152 ____________________________________________________________________________
6153 [  9552] By: jhi                                   on 2001/04/05  03:52:50
6154         Log: Retract changes #9542 and #9538 (from maintperl, integrated
6155              at #9540), shouldn't be needed because of the perlio changes.
6156      Branch: perl
6157            ! util.c
6158 ____________________________________________________________________________
6159 [  9551] By: gsar                                  on 2001/04/05  00:18:34
6160         Log: tr/// doesn't null-terminate the result in some situations
6161              (from Gisle Aas)
6162      Branch: maint-5.6/perl
6163            ! doop.c t/op/tr.t
6164 ____________________________________________________________________________
6165 [  9550] By: gsar                                  on 2001/04/04  20:04:17
6166         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
6167              (from Robin Houston)
6168      Branch: maint-5.6/perl
6169            ! ext/B/B.pm ext/B/B/Deparse.pm
6170 ____________________________________________________________________________
6171 [  9549] By: nick                                  on 2001/04/04  18:56:15
6172         Log: Downgrade "Wide character in print" to a warning.
6173      Branch: perlio
6174            ! doio.c t/io/utf8.t
6175 ____________________________________________________________________________
6176 [  9548] By: gsar                                  on 2001/04/04  18:51:49
6177         Log: integrate changes#9460,9462,9482,9521,9522
6178              
6179              Subject: PATCH: B::Debug should show LOOP-specific fields
6180              
6181              Subject: B::Deparse precedence bug. (Patch included.)
6182              
6183              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
6184              
6185              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
6186              
6187              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
6188      Branch: maint-5.6/perl
6189           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
6190           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
6191 ____________________________________________________________________________
6192 [  9547] By: gsar                                  on 2001/04/04  18:49:16
6193         Log: s/djSP/dSP/
6194      Branch: maint-5.6/perl
6195            ! ext/Thread/Thread.xs
6196 ____________________________________________________________________________
6197 [  9546] By: nick                                  on 2001/04/04  18:44:00
6198         Log: Integrate mainline.
6199      Branch: perlio
6200           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
6201           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
6202 ____________________________________________________________________________
6203 [  9545] By: gsar                                  on 2001/04/04  18:38:52
6204         Log: integrate change#8837 from mainline
6205              
6206              Subject: [patch] -Wall cleanup round 2
6207      Branch: maint-5.6/perl
6208           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
6209           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
6210           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
6211           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
6212           !> ext/SDBM_File/SDBM_File.xs
6213 ____________________________________________________________________________
6214 [  9544] By: gsar                                  on 2001/04/04  17:49:57
6215         Log: "double" should be "NV"; standard typemap is missing entry
6216              for NV
6217      Branch: maint-5.6/perl
6218            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
6219 ____________________________________________________________________________
6220 [  9543] By: jhi                                   on 2001/04/04  14:13:18
6221         Log: Thou shalt not (just) match for English error messages.
6222      Branch: perl
6223            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
6224            ! os2/OS2/Process/Process.pm
6225 ____________________________________________________________________________
6226 [  9542] By: jhi                                   on 2001/04/04  13:20:39
6227         Log: Make the stdio tricks of fflush_all() to exist only if
6228              stdio is being used.
6229      Branch: perl
6230            ! util.c
6231 ____________________________________________________________________________
6232 [  9541] By: jhi                                   on 2001/04/04  04:20:24
6233         Log: Subject: Re: [PATCH] Lighten up glob
6234              From: Benjamin Sugars <bsugars@canoe.ca>
6235              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
6236              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
6237      Branch: perl
6238            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
6239            ! util.c
6240 ____________________________________________________________________________
6241 [  9540] By: jhi                                   on 2001/04/04  04:03:57
6242         Log: Integrate changes #9538,9539 from maintperl into mainline.
6243              
6244              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6245              for use with _fwalk() (fix for change#7705)
6246              
6247              another tweak needed for SunOS 4.1.x build (from Mike Guy)
6248              (cp -f is not portable)
6249      Branch: perl
6250           !> Makefile.SH util.c
6251 ____________________________________________________________________________
6252 [  9539] By: gsar                                  on 2001/04/04  03:01:14
6253         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
6254      Branch: maint-5.6/perl
6255            ! Makefile.SH
6256 ____________________________________________________________________________
6257 [  9538] By: gsar                                  on 2001/04/04  01:00:38
6258         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
6259              for use with _fwalk() (fix for change#7705)
6260      Branch: maint-5.6/perl
6261            ! util.c
6262 ____________________________________________________________________________
6263 [  9537] By: nick                                  on 2001/04/03  19:24:55
6264         Log: Integrate mainline
6265      Branch: perlio
6266           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
6267           +> lib/unicode/PropList.html
6268            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
6269           !> (integrate 69 files)
6270 ____________________________________________________________________________
6271 [  9536] By: jhi                                   on 2001/04/03  18:02:31
6272         Log: Integrate change #9533 from maintperl into mainline.
6273              
6274              better fix for change#9517 to accomodate UNC paths like
6275              \\server\share\foo, and paths with trailing backslash
6276              like c:\this\
6277      Branch: perl
6278           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6279 ____________________________________________________________________________
6280 [  9535] By: jhi                                   on 2001/04/03  17:58:07
6281         Log: Change the push/unshift warning to be of class syntax, not misc.
6282      Branch: perl
6283            ! op.c pod/perldiag.pod t/pragma/warn/op
6284 ____________________________________________________________________________
6285 [  9534] By: jhi                                   on 2001/04/03  15:03:46
6286         Log: Change the push/unshift warning (#9532) to talk about "no values"
6287              instead of "no arguments".
6288      Branch: perl
6289            ! op.c pod/perldiag.pod t/pragma/warn/op
6290 ____________________________________________________________________________
6291 [  9533] By: gsar                                  on 2001/04/03  14:30:07
6292         Log: better fix for change#9517 to accomodate UNC paths like
6293              \\server\share\foo, and paths with trailing backslash
6294              like c:\this\
6295      Branch: maint-5.6/perl
6296            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6297 ____________________________________________________________________________
6298 [  9532] By: jhi                                   on 2001/04/03  13:11:46
6299         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
6300              From: Robin Houston <robin@kitsite.com>
6301              Date: Mon, 2 Apr 2001 15:03:29 +0100
6302              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
6303      Branch: perl
6304            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
6305 ____________________________________________________________________________
6306 [  9531] By: jhi                                   on 2001/04/03  13:06:34
6307         Log: Integrate change #9530 from maintperl into mainline.
6308              
6309              accomodate VMS "mailbox overflow" quirk in testsuite (from
6310              Craig Berry)
6311      Branch: perl
6312           !> t/lib/socket.t
6313 ____________________________________________________________________________
6314 [  9530] By: gsar                                  on 2001/04/03  04:56:41
6315         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
6316              Craig Berry)
6317      Branch: maint-5.6/perl
6318            ! t/lib/socket.t
6319 ____________________________________________________________________________
6320 [  9529] By: jhi                                   on 2001/04/03  02:34:34
6321         Log: Update Changes.
6322      Branch: perl
6323            ! Changes patchlevel.h
6324 ____________________________________________________________________________
6325 [  9528] By: jhi                                   on 2001/04/03  01:27:57
6326         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
6327              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
6328              To: perl5-porters@perl.org
6329              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
6330      Branch: perl
6331            ! pod/perlfaq3.pod
6332 ____________________________________________________________________________
6333 [  9527] By: jhi                                   on 2001/04/03  01:22:09
6334         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
6335              From: Peter Prymmer <pvhp@forte.com>
6336              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
6337              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
6338      Branch: perl
6339            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
6340 ____________________________________________________________________________
6341 [  9526] By: jhi                                   on 2001/04/03  01:18:25
6342         Log: The metaconfig unit changes for #9525.
6343      Branch: metaconfig
6344            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
6345      Branch: metaconfig/U/perl
6346            ! use64bits.U
6347 ____________________________________________________________________________
6348 [  9525] By: jhi                                   on 2001/04/03  01:17:30
6349         Log: Configure sanity checks:
6350              * if use64bitall is attempted but pointers are only 32-bit,
6351              'downgrade' to use64bitint
6352              * if use64bitint is attempted but there's no quad type,
6353              forget about use64bitint (well, the default for it is 'n',
6354              the user can still override this)
6355              * if pointers are 64 bits, do not try to use Perl's malloc
6356      Branch: perl
6357            ! Configure
6358 ____________________________________________________________________________
6359 [  9524] By: gsar                                  on 2001/04/03  01:09:12
6360         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
6361      Branch: maint-5.6/perl
6362            ! pp_sys.c
6363 ____________________________________________________________________________
6364 [  9523] By: jhi                                   on 2001/04/03  00:02:31
6365         Log: (Retracted by #9609)
6366              
6367              Make it harder for parallel makes to enter 'test' before
6368              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
6369              should be unhappy enough, but sometimes parallel makes seem
6370              to sneak past both in Tru64 and AIX.)
6371      Branch: perl
6372            ! Makefile.SH
6373 ____________________________________________________________________________
6374 [  9522] By: jhi                                   on 2001/04/02  22:35:31
6375         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
6376              Date: Mon, 2 Apr 2001 22:54:10 +0100
6377              From: Robin Houston <robin@kitsite.com>
6378              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
6379      Branch: perl
6380            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
6381 ____________________________________________________________________________
6382 [  9521] By: jhi                                   on 2001/04/02  22:32:23
6383         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
6384              From: Robin Houston <robin@kitsite.com>
6385              Date: Mon, 2 Apr 2001 20:24:03 +0100
6386              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
6387      Branch: perl
6388            ! ext/B/B/Concise.pm
6389 ____________________________________________________________________________
6390 [  9520] By: jhi                                   on 2001/04/02  22:30:43
6391         Log: Subject: [PATCH] REALLY pedantic hv.h nit
6392              From: Simon Cozens <simon@netthink.co.uk>
6393              Date: Mon, 2 Apr 2001 15:43:06 +0100
6394              Message-ID: <20010402154306.A21711@netthink.co.uk>
6395      Branch: perl
6396            ! hv.h
6397 ____________________________________________________________________________
6398 [  9519] By: jhi                                   on 2001/04/02  22:28:04
6399         Log: Based on
6400              
6401              Subject: [foolperl] EPOC fix
6402              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6403              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
6404              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
6405      Branch: perl
6406            ! pp_sys.c
6407 ____________________________________________________________________________
6408 [  9518] By: jhi                                   on 2001/04/02  22:22:34
6409         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
6410              
6411              README.win32 tweaks; add a note about alternative location for
6412              getting a gcc-2.95.2 that will build perl properly on windows
6413              
6414              add some notes about gutsy threading matters
6415              
6416              many of the utilities interpolate literal paths within doublequotes
6417              (fails on dosish platforms where path contains backslashes)
6418      Branch: perl
6419           !> README.win32 pod/perlguts.pod utils/perldoc.PL
6420           !> x2p/find2perl.PL x2p/s2p.PL
6421 ____________________________________________________________________________
6422 [  9517] By: gsar                                  on 2001/04/02  19:52:21
6423         Log: many of the utilities interpolate literal paths within doublequotes
6424              (fails on dosish platforms where path contains backslashes)
6425      Branch: maint-5.6/perl
6426            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
6427 ____________________________________________________________________________
6428 [  9516] By: gsar                                  on 2001/04/02  05:49:37
6429         Log: a foolish release
6430      Branch: maint-5.6/perl
6431            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
6432            ! pod/perltoc.pod
6433 ____________________________________________________________________________
6434 [  9515] By: gsar                                  on 2001/04/02  05:04:29
6435         Log: add missing changelog summaries
6436      Branch: maint-5.6/perl
6437            ! Changes
6438 ____________________________________________________________________________
6439 [  9514] By: gsar                                  on 2001/04/02  04:07:13
6440         Log: add some notes about gutsy threading matters
6441      Branch: maint-5.6/perl
6442            ! pod/perlguts.pod
6443 ____________________________________________________________________________
6444 [  9513] By: gsar                                  on 2001/04/02  03:25:21
6445         Log: add more prominent caveat notices about experimental features
6446      Branch: maint-5.6/perl
6447            ! pod/perlfork.pod pod/perlunicode.pod
6448 ____________________________________________________________________________
6449 [  9512] By: gsar                                  on 2001/04/02  02:54:33
6450         Log: integrate changes#9479,9509 from mainline
6451              
6452              [PATCH] File::Glob stuff for Mac OS
6453              
6454              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
6455      Branch: maint-5.6/perl
6456           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6457           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
6458           !> t/lib/glob-taint.t
6459 ____________________________________________________________________________
6460 [  9511] By: gsar                                  on 2001/04/02  02:38:24
6461         Log: README.win32 tweaks; add a note about alternative location for
6462              getting a gcc-2.95.2 that will build perl properly on windows
6463      Branch: maint-5.6/perl
6464            ! README.win32
6465 ____________________________________________________________________________
6466 [  9510] By: jhi                                   on 2001/04/01  20:45:10
6467         Log: An ambiguosity warning.
6468      Branch: perl
6469            ! t/lib/trig.t
6470 ____________________________________________________________________________
6471 [  9509] By: jhi                                   on 2001/04/01  19:53:47
6472         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
6473              From: Jonathan Stowe <gellyfish@gellyfish.com>
6474              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
6475              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
6476      Branch: perl
6477            ! ext/File/Glob/bsd_glob.c
6478 ____________________________________________________________________________
6479 [  9508] By: jhi                                   on 2001/04/01  19:35:03
6480         Log: Update Changes.
6481      Branch: perl
6482            ! Changes patchlevel.h
6483 ____________________________________________________________________________
6484 [  9507] By: jhi                                   on 2001/04/01  19:24:01
6485         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
6486              from mainline to maintperl: pod tweaks.
6487      Branch: maint-5.6/perl
6488           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
6489           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
6490           !> pod/perlvar.pod
6491 ____________________________________________________________________________
6492 [  9506] By: jhi                                   on 2001/04/01  19:11:53
6493         Log: Commit Sarathy to April release of 5.6.1 :-)
6494      Branch: perl
6495            ! pod/perlfaq1.pod
6496 ____________________________________________________________________________
6497 [  9505] By: jhi                                   on 2001/04/01  19:03:15
6498         Log: Subject: PATCH 5.6.0 (perldebug.pod)
6499              From: Mark-Jason Dominus <mjd@plover.com>
6500              Date: Sun, 01 Apr 2001 14:25:11 -0400
6501              Message-ID: <20010401182511.9247.qmail@plover.com>
6502      Branch: perl
6503            ! pod/perldebug.pod
6504 ____________________________________________________________________________
6505 [  9504] By: jhi                                   on 2001/04/01  18:43:09
6506         Log: Add great_circle_direction().
6507      Branch: perl
6508            ! lib/Math/Trig.pm t/lib/trig.t
6509 ____________________________________________________________________________
6510 [  9503] By: jhi                                   on 2001/04/01  17:29:12
6511         Log: Unicode ReadMe update for Unicode 3.1.
6512      Branch: perl
6513            ! lib/unicode/ReadMe.txt
6514 ____________________________________________________________________________
6515 [  9502] By: jhi                                   on 2001/04/01  17:18:40
6516         Log: Integrate change #9501 from maintperl into mainline.
6517              
6518              fix the perlembed notes on multiple interpreters
6519              
6520              fix ExtUtils::Embed to work passably on Windows
6521      Branch: perl
6522           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
6523 ____________________________________________________________________________
6524 [  9501] By: gsar                                  on 2001/04/01  07:21:57
6525         Log: fix the perlembed notes on multiple interpreters
6526              
6527              fix ExtUtils::Embed to work passably on Windows
6528      Branch: maint-5.6/perl
6529            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
6530 ____________________________________________________________________________
6531 [  9500] By: jhi                                   on 2001/04/01  05:58:23
6532         Log: Test for #9499.
6533      Branch: perl
6534            ! t/op/tr.t
6535 ____________________________________________________________________________
6536 [  9499] By: jhi                                   on 2001/04/01  05:55:46
6537         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
6538      Branch: perl
6539            ! embed.h embed.pl op.c proto.h
6540 ____________________________________________________________________________
6541 [  9498] By: jhi                                   on 2001/04/01  05:44:34
6542         Log: Protect the workaround hunk more.
6543      Branch: perl
6544            ! toke.c
6545 ____________________________________________________________________________
6546 [  9497] By: jhi                                   on 2001/04/01  00:24:25
6547         Log: Integrate changes #9493,9494,9495,9496 from maintperl
6548              into mainline.
6549              
6550              fix a broken workaround for Borland compiler in change#4739
6551              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
6552              
6553              nits spotted by Borland compiler
6554              
6555              avoid redefinition warnings under Borland 5.02
6556              
6557              various nits identified by the Borland 5.5 compiler; remove suppression
6558              of a few warnings
6559      Branch: perl
6560           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
6561           !> win32/win32.h
6562 ____________________________________________________________________________
6563 [  9496] By: gsar                                  on 2001/03/31  23:22:28
6564         Log: various nits identified by the Borland 5.5 compiler; remove suppression
6565              of a few warnings
6566      Branch: maint-5.6/perl
6567            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
6568 ____________________________________________________________________________
6569 [  9495] By: gsar                                  on 2001/03/31  21:03:08
6570         Log: avoid redefinition warnings under Borland 5.02
6571      Branch: maint-5.6/perl
6572            ! win32/makefile.mk
6573 ____________________________________________________________________________
6574 [  9494] By: gsar                                  on 2001/03/31  20:18:59
6575         Log: nits spotted by Borland compiler
6576      Branch: maint-5.6/perl
6577            ! utf8.h win32/win32.h
6578 ____________________________________________________________________________
6579 [  9493] By: gsar                                  on 2001/03/31  20:18:05
6580         Log: fix a broken workaround for Borland compiler in change#4739
6581              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
6582      Branch: maint-5.6/perl
6583            ! toke.c
6584 ____________________________________________________________________________
6585 [  9492] By: jhi                                   on 2001/03/31  18:36:24
6586         Log: Integrate change #9491 from maintperl into mainline.
6587              
6588              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
6589              directory is relative (need to fetch the full path name *before*
6590              the chdir!)
6591      Branch: perl
6592           !> lib/Cwd.pm
6593 ____________________________________________________________________________
6594 [  9491] By: gsar                                  on 2001/03/31  17:01:56
6595         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
6596              directory is relative (need to fetch the full path name *before*
6597              the chdir!)
6598              
6599              this is a followup patch for change#6749
6600      Branch: maint-5.6/perl
6601            ! lib/Cwd.pm
6602 ____________________________________________________________________________
6603 [  9490] By: jhi                                   on 2001/03/31  15:50:18
6604         Log: Subject: Re: [PATCH] av.h cosmetics
6605              From: Simon Cozens <simon@netthink.co.uk>
6606              Date: Sat, 31 Mar 2001 13:09:59 +0100
6607              Message-ID: <20010331130959.A22000@netthink.co.uk>
6608              
6609              Document AvALLOC.
6610      Branch: perl
6611            ! pod/perlguts.pod
6612 ____________________________________________________________________________
6613 [  9489] By: jhi                                   on 2001/03/31  15:48:44
6614         Log: Subject: [PATCH] Re: Math::Big* v1.21
6615              From: Tels <perl_dummy@bloodgate.com>
6616              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
6617              Message-Id: <200103311125.GAA377738@www08.hway.net>
6618      Branch: perl
6619            ! pod/perlop.pod
6620 ____________________________________________________________________________
6621 [  9488] By: jhi                                   on 2001/03/31  03:39:51
6622         Log: Debug output tweak.
6623      Branch: perl
6624            ! t/lib/cwd.t
6625 ____________________________________________________________________________
6626 [  9487] By: jhi                                   on 2001/03/31  03:33:02
6627         Log: OverVMSification.
6628      Branch: perl
6629            ! t/lib/cwd.t
6630 ____________________________________________________________________________
6631 [  9486] By: jhi                                   on 2001/03/31  03:01:40
6632         Log: Missed MANIFESTations in #9483.
6633      Branch: perl
6634            ! MANIFEST
6635 ____________________________________________________________________________
6636 [  9485] By: jhi                                   on 2001/03/31  02:58:17
6637         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
6638              From: Peter Prymmer <pvhp@forte.com>
6639              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
6640              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
6641      Branch: perl
6642            ! regexec.c t/lib/cwd.t
6643 ____________________________________________________________________________
6644 [  9484] By: jhi                                   on 2001/03/31  01:04:41
6645         Log: Obsolete file (see #3938)
6646      Branch: perl
6647            - lib/unicode/README.Ethiopic
6648            ! MANIFEST
6649 ____________________________________________________________________________
6650 [  9483] By: jhi                                   on 2001/03/31  00:52:42
6651         Log: Update to Unicode 3.1.
6652              (Rename Names.txt to NamesList.txt.)
6653      Branch: perl
6654            + lib/unicode/NamesList.txt lib/unicode/PropList.html
6655            - lib/unicode/Names.txt
6656            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
6657            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
6658            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
6659            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
6660            ! lib/unicode/UCD.html lib/unicode/Unicode.html
6661            ! lib/unicode/rename lib/unicode/version
6662 ____________________________________________________________________________
6663 [  9482] By: jhi                                   on 2001/03/30  23:33:44
6664         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
6665              From: Robin Houston <robin@kitsite.com>
6666              Date: Fri, 30 Mar 2001 20:07:22 +0100
6667              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
6668      Branch: perl
6669            ! ext/B/B/Deparse.pm
6670 ____________________________________________________________________________
6671 [  9481] By: jhi                                   on 2001/03/30  23:20:25
6672         Log: Subject: Re: [PATCH] CwdXS, Take 2
6673              From: Benjamin Sugars <bsugars@canoe.ca>
6674              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
6675              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
6676      Branch: perl
6677            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
6678            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
6679 ____________________________________________________________________________
6680 [  9480] By: jhi                                   on 2001/03/30  22:52:38
6681         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
6682              From: David Dyck <dcd@tc.fluke.com>
6683              Date: Fri, 30 Mar 2001 14:44:13 -0800
6684              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
6685              
6686              The t/rantests flags file creation was accidentally
6687              removed by #9217.
6688      Branch: perl
6689            ! Makefile.SH
6690 ____________________________________________________________________________
6691 [  9479] By: jhi                                   on 2001/03/30  22:45:45
6692         Log: Subject: [PATCH] File::Glob stuff for Mac OS
6693              From: Chris Nandor <pudge@pobox.com>
6694              Date: Fri, 30 Mar 2001 16:51:00 -0500
6695              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
6696      Branch: perl
6697            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
6698            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
6699            ! t/lib/glob-taint.t
6700 ____________________________________________________________________________
6701 [  9478] By: jhi                                   on 2001/03/30  22:43:12
6702         Log: Subject: fix for win32/buildext.pl
6703              From: "Vadim Konovalov" <watman@inbox.ru>
6704              Date: Sat, 31 Mar 2001 00:50:36 +0400
6705              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
6706      Branch: perl
6707            ! win32/buildext.pl
6708 ____________________________________________________________________________
6709 [  9477] By: jhi                                   on 2001/03/30  22:41:16
6710         Log: Subject: small base.pm doc patch
6711              From: Leon Brocard <acme@astray.com>
6712              Date: Fri, 30 Mar 2001 21:49:57 +0100
6713              Message-ID: <20010330214957.B8733@ns0.astray.com>
6714      Branch: perl
6715            ! lib/base.pm
6716 ____________________________________________________________________________
6717 [  9476] By: jhi                                   on 2001/03/30  18:16:57
6718         Log: Subject: [PATCH] av.h cosmetics
6719              From: Simon Cozens <simon@netthink.co.uk>
6720              Date: Fri, 30 Mar 2001 18:12:28 +0100
6721              Message-ID: <20010330181228.A9319@netthink.co.uk>
6722      Branch: perl
6723            ! av.h
6724 ____________________________________________________________________________
6725 [  9475] By: jhi                                   on 2001/03/30  18:15:50
6726         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
6727              From: "Philip Newton" <pnewton@gmx.de>
6728              Date: Fri, 30 Mar 2001 19:06:57 +0200
6729              Message-ID: <3AC4D951.14815.1AC7068@localhost>
6730      Branch: perl
6731            ! pod/perlhack.pod
6732 ____________________________________________________________________________
6733 [  9474] By: jhi                                   on 2001/03/30  18:14:02
6734         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
6735              From: Benjamin Sugars <bsugars@canoe.ca>
6736              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
6737              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
6738      Branch: perl
6739            ! t/lib/glob-basic.t
6740 ____________________________________________________________________________
6741 [  9473] By: jhi                                   on 2001/03/30  16:09:24
6742         Log: Update Changes.
6743      Branch: perl
6744            ! Changes patchlevel.h
6745 ____________________________________________________________________________
6746 [  9472] By: jhi                                   on 2001/03/30  15:16:08
6747         Log: Integrate perlio.
6748      Branch: perl
6749           !> t/lib/cwd.t t/lib/glob-basic.t
6750 ____________________________________________________________________________
6751 [  9471] By: nick                                  on 2001/03/30  14:47:10
6752         Log: Should be (^O eq 'MSWin32') not 'Win32'
6753              Fail #12 seems real - chdir is in wrong dir.
6754      Branch: perlio
6755            ! t/lib/cwd.t
6756 ____________________________________________________________________________
6757 [  9470] By: jhi                                   on 2001/03/30  14:41:11
6758         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
6759              From: Radu Greab <radu@netsoft.ro>
6760              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
6761              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
6762              
6763              Replace #9352.
6764      Branch: perl
6765            ! ext/Socket/Socket.xs pp_sys.c
6766 ____________________________________________________________________________
6767 [  9469] By: jhi                                   on 2001/03/30  14:37:51
6768         Log: Subject: PATCH pod/perldiag.pod
6769              From: Robin Houston <robin@kitsite.com>
6770              Date: Fri, 30 Mar 2001 14:10:36 +0100
6771              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
6772      Branch: perl
6773            ! pod/perldiag.pod t/lib/glob-basic.t
6774 ____________________________________________________________________________
6775 [  9468] By: jhi                                   on 2001/03/30  14:36:36
6776         Log: Subject: Better diagnostic in io/fs.t
6777              From: andreas.koenig@anima.de (Andreas J. Koenig)
6778              Date: 30 Mar 2001 10:11:43 +0200
6779              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
6780      Branch: perl
6781            ! t/io/fs.t
6782 ____________________________________________________________________________
6783 [  9467] By: nick                                  on 2001/03/30  14:25:43
6784         Log: Skip order test of glob if case-ignoring system cannot 
6785              create a.test and A.test
6786      Branch: perlio
6787            ! t/lib/glob-basic.t
6788 ____________________________________________________________________________
6789 [  9466] By: nick                                  on 2001/03/30  13:03:12
6790         Log: Integrate mainline.
6791      Branch: perlio
6792            - ext/re/hints/aix.pl
6793           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
6794           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
6795           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
6796           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
6797 ____________________________________________________________________________
6798 [  9465] By: jhi                                   on 2001/03/30  03:53:37
6799         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
6800              the tests sometimes hang, sometimes not.)
6801      Branch: perl
6802            ! t/lib/io_multihomed.t t/lib/io_sock.t
6803 ____________________________________________________________________________
6804 [  9464] By: jhi                                   on 2001/03/30  02:56:04
6805         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
6806              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
6807              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
6808              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
6809      Branch: perl
6810            ! op.c
6811 ____________________________________________________________________________
6812 [  9463] By: jhi                                   on 2001/03/30  02:34:48
6813         Log: Test for #9462.
6814      Branch: perl
6815            ! t/lib/b.t
6816 ____________________________________________________________________________
6817 [  9462] By: jhi                                   on 2001/03/30  02:29:37
6818         Log: Subject: B::Deparse precedence bug. (Patch included.)
6819              From: Jeremy Madea <jmadea@inktomi.com>
6820              Date: Thu, 29 Mar 2001 12:05:02 -0800
6821              Message-ID: <20010329120502.A24881@dr.inktomi.com>
6822      Branch: perl
6823            ! ext/B/B/Deparse.pm
6824 ____________________________________________________________________________
6825 [  9461] By: jhi                                   on 2001/03/30  02:18:41
6826         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
6827              From: Peter Prymmer <pvhp@forte.com>
6828              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
6829              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
6830      Branch: perl
6831            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
6832            ! t/lib/md5-file.t
6833 ____________________________________________________________________________
6834 [  9460] By: jhi                                   on 2001/03/30  02:17:07
6835         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
6836              From: Robin Houston <robin@kitsite.com>
6837              Date: Thu, 29 Mar 2001 20:47:56 +0100
6838              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
6839      Branch: perl
6840            ! ext/B/B/Debug.pm
6841 ____________________________________________________________________________
6842 [  9459] By: jhi                                   on 2001/03/30  02:16:05
6843         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
6844              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
6845              Date: Wed, 28 Mar 2001 18:02:20 -0600
6846              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
6847      Branch: perl
6848            ! lib/ExtUtils/MM_VMS.pm
6849 ____________________________________________________________________________
6850 [  9458] By: jhi                                   on 2001/03/30  02:07:58
6851         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
6852              From: "Joshua E. Rodd" <jrodd@pbs.org>
6853              Date: Wed, 28 Mar 2001 17:29:12 -0500
6854              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
6855      Branch: perl
6856            ! pod/perlop.pod
6857 ____________________________________________________________________________
6858 [  9457] By: jhi                                   on 2001/03/30  02:04:33
6859         Log: Subject: ext/re/aix.pl can go
6860              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6861              Date: Thu, 29 Mar 2001 12:03:28 +0200
6862              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
6863      Branch: perl
6864            - ext/re/hints/aix.pl
6865            ! MANIFEST
6866 ____________________________________________________________________________
6867 [  9456] By: jhi                                   on 2001/03/30  02:03:32
6868         Log: Integrate perlio.
6869      Branch: perl
6870           !> ext/Encode/Encode.xs installperl
6871 ____________________________________________________________________________
6872 [  9455] By: nick                                  on 2001/03/29  21:11:46
6873         Log: DLL name has changed so installperl needs to know
6874              (Why isn't it working it out or passed it?)
6875      Branch: perlio
6876            ! installperl
6877 ____________________________________________________________________________
6878 [  9454] By: nick                                  on 2001/03/29  20:56:12
6879         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
6880              and we don't get undef warnings.
6881      Branch: perlio
6882            ! ext/Encode/Encode.xs
6883 ____________________________________________________________________________
6884 [  9453] By: nick                                  on 2001/03/29  17:58:48
6885         Log: Integrate mainline
6886      Branch: perlio
6887           !> Changes patchlevel.h
6888 ____________________________________________________________________________
6889 [  9452] By: jhi                                   on 2001/03/29  16:44:55
6890         Log: Update Changes.
6891      Branch: perl
6892            ! Changes patchlevel.h
6893 ____________________________________________________________________________
6894 [  9451] By: nick                                  on 2001/03/29  16:31:38
6895         Log: Integrate mainline
6896      Branch: perlio
6897           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
6898           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
6899           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
6900           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
6901           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
6902 ____________________________________________________________________________
6903 [  9450] By: jhi                                   on 2001/03/29  16:29:17
6904         Log: Integrate perlio.
6905      Branch: perl
6906           !> win32/buildext.pl
6907 ____________________________________________________________________________
6908 [  9449] By: jhi                                   on 2001/03/29  15:50:01
6909         Log: Update Changes.
6910      Branch: perl
6911            ! Changes patchlevel.h
6912 ____________________________________________________________________________
6913 [  9448] By: nick                                  on 2001/03/29  15:47:15
6914         Log: Make sure buildext.pl finds Errno.pm
6915      Branch: perlio
6916            ! win32/buildext.pl
6917 ____________________________________________________________________________
6918 [  9447] By: jhi                                   on 2001/03/29  15:39:34
6919         Log: Integrate perlio.
6920      Branch: perl
6921           !> win32/makefile.mk
6922 ____________________________________________________________________________
6923 [  9446] By: nick                                  on 2001/03/29  15:30:03
6924         Log: Integrate win32/makefile.mk with mainline.
6925      Branch: perlio
6926           !> win32/makefile.mk
6927 ____________________________________________________________________________
6928 [  9445] By: nick                                  on 2001/03/29  15:27:32
6929         Log: Fix breakage ... 
6930      Branch: perlio
6931            ! win32/makefile.mk
6932 ____________________________________________________________________________
6933 [  9444] By: jhi                                   on 2001/03/29  15:03:08
6934         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
6935              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
6936              Date: Thu, 29 Mar 2001 10:32:59 +0400
6937              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
6938      Branch: perl
6939            ! win32/makefile.mk
6940 ____________________________________________________________________________
6941 [  9443] By: jhi                                   on 2001/03/29  15:02:12
6942         Log: Integrate perlio.
6943      Branch: perl
6944           +> win32/buildext.pl
6945           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
6946           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
6947 ____________________________________________________________________________
6948 [  9442] By: nick                                  on 2001/03/29  14:59:11
6949         Log: Work in progress - determine win32 extensions to build via script.
6950      Branch: perlio
6951            + win32/buildext.pl
6952            ! MANIFEST win32/makefile.mk
6953 ____________________________________________________________________________
6954 [  9441] By: jhi                                   on 2001/03/29  14:51:47
6955         Log: Reintroduce the use of external pwd.
6956      Branch: perl
6957            ! t/lib/cwd.t
6958 ____________________________________________________________________________
6959 [  9440] By: jhi                                   on 2001/03/29  14:42:58
6960         Log: use warnings instead of -w.
6961      Branch: perl
6962            ! utils/h2xs.PL
6963 ____________________________________________________________________________
6964 [  9439] By: jhi                                   on 2001/03/29  14:41:52
6965         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
6966              From: Jonathan Stowe <gellyfish@gellyfish.com>
6967              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
6968              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
6969      Branch: perl
6970            ! utils/h2xs.PL
6971 ____________________________________________________________________________
6972 [  9438] By: jhi                                   on 2001/03/29  14:39:38
6973         Log: Subject: [PATCH perl@9424] minor pod nits
6974              From: Robin Barker <rmb1@cise.npl.co.uk>
6975              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
6976              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
6977      Branch: perl
6978            ! pod/perlhack.pod pod/perliol.pod
6979 ____________________________________________________________________________
6980 [  9437] By: jhi                                   on 2001/03/29  14:29:16
6981         Log: Subject: [PATCH perl@9424] typemap cast warning
6982              From: Robin Barker <rmb1@cise.npl.co.uk>
6983              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
6984              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
6985      Branch: perl
6986            ! lib/ExtUtils/typemap
6987 ____________________________________________________________________________
6988 [  9436] By: jhi                                   on 2001/03/29  14:26:03
6989         Log: Subject: [PATCH perl@9424] printf warning
6990              From: Robin Barker <rmb1@cise.npl.co.uk>
6991              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
6992              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
6993      Branch: perl
6994            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
6995            ! ext/Storable/Storable.xs toke.c
6996 ____________________________________________________________________________
6997 [  9435] By: nick                                  on 2001/03/29  14:23:31
6998         Log: Win32 has name conflict with ERROR
6999      Branch: perlio
7000            ! ext/PerlIO/Via/Via.xs
7001 ____________________________________________________________________________
7002 [  9434] By: jhi                                   on 2001/03/29  14:17:48
7003         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
7004              From: Peter Prymmer <pvhp@forte.com>
7005              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
7006              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
7007      Branch: perl
7008            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
7009 ____________________________________________________________________________
7010 [  9433] By: jhi                                   on 2001/03/29  13:52:44
7011         Log: test-prep target was missing.
7012      Branch: perl
7013            ! Makefile.SH
7014 ____________________________________________________________________________
7015 [  9432] By: nick                                  on 2001/03/29  12:40:03
7016         Log: Make as-shipped compiler default to MSVC6 
7017      Branch: perlio
7018            ! win32/makefile.mk
7019 ____________________________________________________________________________
7020 [  9431] By: nick                                  on 2001/03/29  12:12:16
7021         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
7022              akin to PerlIO::Scalar.
7023      Branch: perlio
7024            ! perlio.c perlio.h
7025 ____________________________________________________________________________
7026 [  9430] By: nick                                  on 2001/03/29  10:56:35
7027         Log: Integrate mainline.
7028      Branch: perlio
7029           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7030           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7031           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7032           !> win32/makefile.mk win32/win32sck.c
7033 ____________________________________________________________________________
7034 [  9429] By: nick                                  on 2001/03/29  09:03:43
7035         Log: Noticed that two tests were skipped as perlio:: package
7036              isn't there any more. Changed the skip condition.
7037              Avoid core-dump if sv_utf8_upgrade() called on something
7038              that does not become SvPOK after SvPV() (e.g. a ref).
7039      Branch: perlio
7040            ! sv.c t/io/utf8.t t/lib/io_scalar.t
7041 ____________________________________________________________________________
7042 [  9428] By: jhi                                   on 2001/03/29  01:31:47
7043         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
7044              From: Benjamin Sugars <bsugars@canoe.ca> 
7045              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
7046              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
7047      Branch: perl
7048            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
7049            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
7050            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
7051 ____________________________________________________________________________
7052 [  9427] By: jhi                                   on 2001/03/29  00:49:30
7053         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
7054              From: "Vadim Konovalov" <watman@inbox.ru>
7055              Date: Thu, 29 Mar 2001 01:50:12 +0400
7056              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
7057      Branch: perl
7058            ! win32/makefile.mk win32/win32sck.c
7059 ____________________________________________________________________________
7060 [  9426] By: gsar                                  on 2001/03/29  00:28:04
7061         Log: dmake can only handle == and != in comparisons; support building
7062              with Borland's VCL libraries (from Vadim Konovalov)
7063      Branch: maint-5.6/perl
7064            ! win32/makefile.mk
7065 ____________________________________________________________________________
7066 [  9425] By: nick                                  on 2001/03/28  19:29:56
7067         Log: Integrate (@snapshot)
7068      Branch: perlio
7069           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
7070 ____________________________________________________________________________
7071 [  9424] By: jhi                                   on 2001/03/28  19:03:16
7072         Log: Update Changes.
7073      Branch: perl
7074            ! Changes patchlevel.h
7075 ____________________________________________________________________________
7076 [  9423] By: jhi                                   on 2001/03/28  18:52:09
7077         Log: Rmdir lib/XS on cleanup.
7078      Branch: perl
7079            ! Makefile.SH
7080 ____________________________________________________________________________
7081 [  9422] By: jhi                                   on 2001/03/28  18:49:34
7082         Log: Integrate perlio.
7083      Branch: perl
7084           !> t/op/utf8decode.t
7085 ____________________________________________________________________________
7086 [  9421] By: nick                                  on 2001/03/28  18:46:44
7087         Log: Loose duplicate chunk.
7088      Branch: perlio
7089            ! t/op/utf8decode.t
7090 ____________________________________________________________________________
7091 [  9420] By: nick                                  on 2001/03/28  18:44:11
7092         Log: Integrate mainline.
7093      Branch: perlio
7094           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
7095           !> vms/vmsish.h
7096 ____________________________________________________________________________
7097 [  9419] By: jhi                                   on 2001/03/28  18:42:05
7098         Log: Can't trust external pwds
7099              (either shell builtins or external programs)
7100      Branch: perl
7101            ! t/lib/cwd.t
7102 ____________________________________________________________________________
7103 [  9418] By: jhi                                   on 2001/03/28  18:34:05
7104         Log: Integrate perlio.
7105      Branch: perl
7106            - lib/perlio.pm
7107           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7108           !> t/op/utf8decode.t
7109 ____________________________________________________________________________
7110 [  9417] By: nick                                  on 2001/03/28  18:24:02
7111         Log: PerlIO.pm / perlio.pm conflict.
7112              Update some pods.
7113              Make t/op/utf8decode.t a text file.
7114      Branch: perlio
7115            - lib/perlio.pm
7116            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
7117            ! t/op/utf8decode.t
7118 ____________________________________________________________________________
7119 [  9416] By: jhi                                   on 2001/03/28  18:06:07
7120         Log: Integrate change #9409 from mainline to maintperl.
7121              
7122              Yet another tweak on AIX dynaloading.
7123      Branch: maint-5.6/perl
7124           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7125 ____________________________________________________________________________
7126 [  9415] By: gsar                                  on 2001/03/28  17:13:01
7127         Log: integrate changes#9377,9385,9401 from mainline
7128              
7129              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7130              
7131              If directory entries compare equal case-insensitively,
7132              retry case-sensitively.
7133              
7134              Subject: [PATCH] B::Terse and warnings
7135      Branch: maint-5.6/perl
7136           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
7137           !> t/pragma/warn/perl
7138 ____________________________________________________________________________
7139 [  9414] By: jhi                                   on 2001/03/28  17:11:12
7140         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
7141              From: "Craig A. Berry" <craigberry@mac.com>
7142              Date: Wed, 28 Mar 2001 10:55:20 -0600
7143              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
7144      Branch: perl
7145            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
7146 ____________________________________________________________________________
7147 [  9413] By: jhi                                   on 2001/03/28  17:03:12
7148         Log: Dup hunk.
7149      Branch: perl
7150            ! t/op/utf8decode.t
7151 ____________________________________________________________________________
7152 [  9412] By: jhi                                   on 2001/03/28  17:02:36
7153         Log: Forced integrate from perlio.
7154      Branch: perl
7155           !> t/op/utf8decode.t
7156 ____________________________________________________________________________
7157 [  9411] By: nick                                  on 2001/03/28  16:50:03
7158         Log: Integrate mainline.
7159      Branch: perlio
7160           +> t/lib/cwd.t
7161           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7162           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
7163           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
7164           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
7165           !> t/pragma/warn/perl
7166 ____________________________________________________________________________
7167 [  9410] By: jhi                                   on 2001/03/28  16:44:23
7168         Log: Subject: Re: [PATCH] 9403 cannot be tested
7169              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7170              Date: Wed, 28 Mar 2001 18:33:56 +0200
7171              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
7172      Branch: perl
7173            ! makedef.pl
7174 ____________________________________________________________________________
7175 [  9409] By: jhi                                   on 2001/03/28  16:12:45
7176         Log: Yet another tweak on AIX dynaloading.
7177      Branch: perl
7178            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
7179 ____________________________________________________________________________
7180 [  9408] By: jhi                                   on 2001/03/28  15:52:55
7181         Log: Subject: [PATCH] 9403 cannot be tested
7182              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
7183              Date: Wed, 28 Mar 2001 17:23:00 +0200
7184              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
7185              
7186              A missing symbol.
7187      Branch: perl
7188            ! makedef.pl
7189 ____________________________________________________________________________
7190 [  9407] By: jhi                                   on 2001/03/28  15:47:43
7191         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
7192      Branch: perl
7193            ! t/op/utf8decode.t
7194           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7195           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
7196 ____________________________________________________________________________
7197 [  9406] By: jhi                                   on 2001/03/28  15:37:08
7198         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
7199              From: Benjamin Sugars <bsugars@canoe.ca> 
7200              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
7201              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
7202      Branch: perl
7203            + t/lib/cwd.t
7204            ! MANIFEST
7205 ____________________________________________________________________________
7206 [  9405] By: jhi                                   on 2001/03/28  15:13:18
7207         Log: pp_ne() needs a CORRECT boolean.
7208      Branch: perl
7209            ! pp.c
7210 ____________________________________________________________________________
7211 [  9404] By: jhi                                   on 2001/03/28  15:09:23
7212         Log: pp_ne() needs a boolean, not an integer.
7213      Branch: perl
7214            ! pp.c
7215 ____________________________________________________________________________
7216 [  9403] By: jhi                                   on 2001/03/28  14:47:43
7217         Log: (Retracted by #9404.)
7218      Branch: perl
7219            ! pp.c
7220 ____________________________________________________________________________
7221 [  9402] By: jhi                                   on 2001/03/28  14:43:59
7222         Log: Subject: Re: [PATCH] Typemap testing
7223              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
7224              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
7225              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
7226      Branch: perl
7227            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7228            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
7229 ____________________________________________________________________________
7230 [  9401] By: jhi                                   on 2001/03/28  14:42:14
7231         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
7232              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
7233              Date: Sun, 25 Mar 2001 21:59:15 +0100
7234              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
7235              
7236              A variable will be checked for the "use once" warnings if:
7237              
7238              1. It is in the scope of a use warnings 'once'
7239              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
7240              
7241              Otherwise it won't be checked at all.
7242              
7243              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
7244              
7245              The enclosed patch partially fixes this issue. What I didn't
7246              get to work was the case where the "used once" warning is enabled
7247              in any file other than the main file.
7248      Branch: perl
7249            ! gv.c t/pragma/warn/perl
7250 ____________________________________________________________________________
7251 [  9400] By: nick                                  on 2001/03/28  14:38:24
7252         Log: More EBCDIC tweaks:
7253              - one more swash issue &~(0xA0-1) did not do the right thing,
7254              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
7255              - add "use re 'asciirange'" to make [!-~] etc. work
7256              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
7257              - Choose a key for t/op/each.t test which gets encoded.
7258              - Skip utf8decode if this is UTF-EBCDIC.
7259      Branch: perlio
7260            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
7261            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
7262 ____________________________________________________________________________
7263 [  9399] By: jhi                                   on 2001/03/28  14:21:00
7264         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
7265              Andreas Schwab.
7266      Branch: perl
7267            ! pp.c
7268 ____________________________________________________________________________
7269 [  9398] By: jhi                                   on 2001/03/28  00:55:56
7270         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
7271              From: David Dyck <dcd@tc.fluke.com>
7272              Date: Tue, 27 Mar 2001 15:16:24 -0800
7273              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
7274      Branch: perl
7275            ! ext/IO/lib/IO/Socket.pm
7276 ____________________________________________________________________________
7277 [  9397] By: jhi                                   on 2001/03/27  21:52:49
7278         Log: Integrate perlio.
7279      Branch: perl
7280           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
7281           +> ext/PerlIO/Via/Via.xs
7282           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
7283 ____________________________________________________________________________
7284 [  9396] By: nick                                  on 2001/03/27  21:45:13
7285         Log: Integrate mainline.
7286      Branch: perlio
7287           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
7288           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
7289 ____________________________________________________________________________
7290 [  9395] By: nick                                  on 2001/03/27  21:18:58
7291         Log: Outline docs for PerlIO and PerlIO::Scalar
7292      Branch: perlio
7293            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
7294 ____________________________________________________________________________
7295 [  9394] By: nick                                  on 2001/03/27  20:50:13
7296         Log: PerlIO::Via layer (alpha-ish).
7297      Branch: perlio
7298            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
7299            + ext/PerlIO/Via/Via.xs
7300            ! MANIFEST
7301 ____________________________________________________________________________
7302 [  9393] By: jhi                                   on 2001/03/27  20:49:55
7303         Log: Retract #9329 now that 9390 should take care of the matter.
7304      Branch: perl
7305            ! utils/h2xs.PL
7306 ____________________________________________________________________________
7307 [  9390] By: jhi                                   on 2001/03/27  20:47:50
7308         Log: Subject: Autoloading Errno.pm when %! is encountered
7309              From: Robin Houston <robin@kitsite.com>
7310              Date: Tue, 27 Mar 2001 20:57:11 +0100
7311              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
7312      Branch: perl
7313            ! embed.h embed.pl gv.c proto.h t/op/magic.t
7314 ____________________________________________________________________________
7315 [  9389] By: jhi                                   on 2001/03/27  20:24:31
7316         Log: Integrate perlio.
7317      Branch: perl
7318           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
7319           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
7320           !> utf8.c
7321 ____________________________________________________________________________
7322 [  9388] By: jhi                                   on 2001/03/27  20:21:38
7323         Log: Better have a three-element array if one is going to assign
7324              to the third element of that array. (from Tim Jenness)
7325      Branch: perl
7326            ! ext/XS/Typemap/Typemap.xs
7327 ____________________________________________________________________________
7328 [  9387] By: nick                                  on 2001/03/27  20:15:43
7329         Log: Integrate mainline.
7330      Branch: perlio
7331           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
7332           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7333           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
7334           +> t/lib/xs-typemap.t
7335           !> (integrate 34 files)
7336 ____________________________________________________________________________
7337 [  9386] By: jhi                                   on 2001/03/27  20:04:18
7338         Log: Subject: Re: perl@9359 breaks HTML::Parser
7339              From: Gisle Aas <gisle@ActiveState.com>
7340              Date: 27 Mar 2001 11:30:24 -0800
7341              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
7342              
7343              Clarify the UTF-8 issues of the API docs.
7344              (Slightly reworded and expanded.)
7345      Branch: perl
7346            ! pod/perlapi.pod sv.c sv.h
7347 ____________________________________________________________________________
7348 [  9385] By: jhi                                   on 2001/03/27  19:44:25
7349         Log: If directory entries compare equal case-insensitively,
7350              retry case-sensitively.
7351      Branch: perl
7352            ! ext/File/Glob/bsd_glob.c
7353 ____________________________________________________________________________
7354 [  9384] By: nick                                  on 2001/03/27  19:38:50
7355         Log: Various EBCDIC fixes:
7356              - major revelation that swash code is encoding aware,
7357              (or thought it was) - now it is ;-)
7358              - With that out of the way fix a slab of tr/// cases.
7359              - Fix Encode 'Unicode' to be true Unicode so tests pass.
7360              - As anticipated Base64.xs needed tweaks.
7361              - Until tr/// works right avoid old_encode64 in MIME tests.
7362      Branch: perlio
7363            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
7364            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
7365 ____________________________________________________________________________
7366 [  9383] By: jhi                                   on 2001/03/27  18:34:41
7367         Log: Add the std test suite BEGIN block.
7368      Branch: perl
7369            ! t/lib/xs-typemap.t
7370 ____________________________________________________________________________
7371 [  9382] By: jhi                                   on 2001/03/27  15:16:07
7372         Log: Add debugging output to the test.
7373      Branch: perl
7374            ! t/lib/glob-basic.t
7375 ____________________________________________________________________________
7376 [  9381] By: jhi                                   on 2001/03/27  15:08:10
7377         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
7378      Branch: perl
7379            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
7380            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
7381            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
7382            + t/lib/xs-typemap.t
7383            ! MANIFEST
7384 ____________________________________________________________________________
7385 [  9380] By: jhi                                   on 2001/03/27  14:48:34
7386         Log: Subject: [PATCH] Typemap testing
7387              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
7388              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
7389              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
7390              
7391              (The first part of the patch.)
7392      Branch: perl
7393            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
7394 ____________________________________________________________________________
7395 [  9379] By: jhi                                   on 2001/03/27  14:44:56
7396         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
7397              From: Benjamin Sugars <bsugars@canoe.ca> 
7398              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
7399              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
7400      Branch: perl
7401            ! t/lib/glob-basic.t
7402 ____________________________________________________________________________
7403 [  9378] By: jhi                                   on 2001/03/27  14:42:30
7404         Log: Subject: [PATCH] perlvar nit
7405              From: Simon Cozens <simon@netthink.co.uk>
7406              Date: Tue, 27 Mar 2001 01:12:01 +0100
7407              Message-ID: <20010327011201.A19179@netthink.co.uk>
7408      Branch: perl
7409            ! pod/perlvar.pod
7410 ____________________________________________________________________________
7411 [  9377] By: jhi                                   on 2001/03/27  14:36:26
7412         Log: Subject: [PATCH] B::Terse and warnings
7413              From: Benjamin Sugars <ben.sugars@home.com>
7414              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
7415              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
7416      Branch: perl
7417            ! ext/B/B.pm ext/B/B/Terse.pm
7418 ____________________________________________________________________________
7419 [  9376] By: jhi                                   on 2001/03/27  14:31:31
7420         Log: Document sockatmark() some.
7421      Branch: perl
7422            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
7423            ! pod/perltoc.pod
7424 ____________________________________________________________________________
7425 [  9375] By: jhi                                   on 2001/03/27  14:00:24
7426         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
7427              noted by Gisle and fixed by NI-S.
7428      Branch: perl
7429            ! sv.c
7430 ____________________________________________________________________________
7431 [  9374] By: jhi                                   on 2001/03/27  05:50:01
7432         Log: Regen toc.
7433      Branch: perl
7434            ! pod/perltoc.pod
7435 ____________________________________________________________________________
7436 [  9373] By: jhi                                   on 2001/03/27  05:43:51
7437         Log: Pixie documenting.
7438      Branch: perl
7439            ! Makefile.SH pod/perlhack.pod
7440 ____________________________________________________________________________
7441 [  9372] By: jhi                                   on 2001/03/27  05:29:34
7442         Log: Metaconfig unit changes for #9371.
7443      Branch: metaconfig
7444            ! U/modified/myhostname.U
7445      Branch: metaconfig/U/perl
7446            + d_sockatmark.U
7447            ! gccvers.U
7448 ____________________________________________________________________________
7449 [  9371] By: jhi                                   on 2001/03/27  05:29:07
7450         Log: Add sockatmark() probing.
7451      Branch: perl
7452            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7453            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7454            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7455            ! vos/config.ga.h win32/config.bc win32/config.gc
7456            ! win32/config.vc
7457 ____________________________________________________________________________
7458 [  9370] By: jhi                                   on 2001/03/26  22:01:18
7459         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
7460              Really need to benchmark this.
7461      Branch: perl
7462            ! pp.c
7463 ____________________________________________________________________________
7464 [  9369] By: nick                                  on 2001/03/26  21:59:30
7465         Log: Integrate mainline.
7466      Branch: perlio
7467            ! ext/MIME/Base64/QuotedPrint.pm
7468           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
7469           !> patchlevel.h pod/perlhack.pod pp_sys.c
7470 ____________________________________________________________________________
7471 [  9368] By: jhi                                   on 2001/03/26  21:47:03
7472         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
7473              
7474              TODO1: perlbench.
7475              TODO2: le, lt, ge, gt?  Yech.
7476      Branch: perl
7477            ! pp.c
7478 ____________________________________________________________________________
7479 [  9367] By: jhi                                   on 2001/03/26  21:34:57
7480         Log: Too much cut-and-paste in #9363.
7481      Branch: perl
7482            ! pp_sys.c
7483 ____________________________________________________________________________
7484 [  9366] By: jhi                                   on 2001/03/26  21:20:53
7485         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
7486              From: Andreas Schwab <schwab@suse.de>
7487              Date: 26 Mar 2001 17:29:04 +0200
7488              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
7489              
7490              (The patch for 5.6.0 or so, this is a guess for bleadperl)
7491      Branch: perl
7492            ! pp_hot.c
7493 ____________________________________________________________________________
7494 [  9365] By: jhi                                   on 2001/03/26  21:07:54
7495         Log: Integrate perlio.
7496      Branch: perl
7497           !> perlio.c
7498 ____________________________________________________________________________
7499 [  9364] By: nick                                  on 2001/03/26  20:30:48
7500         Log: REFCNT botch in layer name cache hash.
7501      Branch: perlio
7502            ! perlio.c
7503 ____________________________________________________________________________
7504 [  9363] By: jhi                                   on 2001/03/26  18:44:32
7505         Log: Subject: [PATCH] socket() leaks file descriptors
7506              From: Benjamin Sugars <bsugars@canoe.ca>
7507              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
7508              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
7509              
7510              Also sockpair() fixed similarly.
7511      Branch: perl
7512            ! pp_sys.c
7513 ____________________________________________________________________________
7514 [  9362] By: jhi                                   on 2001/03/26  18:37:52
7515         Log: Integrate perlio.
7516      Branch: perl
7517           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
7518 ____________________________________________________________________________
7519 [  9361] By: nick                                  on 2001/03/26  17:32:06
7520         Log: Implement flush of linebuffered streams on read of a tty.
7521      Branch: perlio
7522            ! perlio.c perliol.h
7523 ____________________________________________________________________________
7524 [  9360] By: nick                                  on 2001/03/26  17:12:32
7525         Log: Memory tweaks and notes for OEMVS.
7526      Branch: perlio
7527            ! README.os390 miniperlmain.c t/op/pat.t
7528 ____________________________________________________________________________
7529 [  9359] By: jhi                                   on 2001/03/26  02:12:54
7530         Log: Update Changes.
7531      Branch: perl
7532            ! Changes patchlevel.h
7533 ____________________________________________________________________________
7534 [  9358] By: jhi                                   on 2001/03/26  02:05:32
7535         Log: Document the most common pixie options.
7536      Branch: perl
7537            ! pod/perlhack.pod
7538 ____________________________________________________________________________
7539 [  9357] By: jhi                                   on 2001/03/26  01:25:28
7540         Log: For perl.pixie check *before* compiling that optimize is -g,
7541              as for perl.third.
7542      Branch: perl
7543            ! Makefile.SH
7544 ____________________________________________________________________________
7545 [  9356] By: jhi                                   on 2001/03/26  01:13:41
7546         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
7547      Branch: perl
7548            ! Makefile.SH
7549 ____________________________________________________________________________
7550 [  9355] By: jhi                                   on 2001/03/26  01:11:19
7551         Log: Remove t/perl.third.
7552      Branch: perl
7553            ! Makefile.SH
7554 ____________________________________________________________________________
7555 [  9354] By: jhi                                   on 2001/03/26  00:23:38
7556         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
7557              IO::Sockatmark().
7558      Branch: perl
7559            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
7560 ____________________________________________________________________________
7561 [  9353] By: jhi                                   on 2001/03/25  22:25:04
7562         Log: Integrate perlio.
7563      Branch: perl
7564           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
7565           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
7566           !> pp_hot.c win32/makefile.mk
7567 ____________________________________________________________________________
7568 [  9352] By: jhi                                   on 2001/03/25  22:21:41
7569         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
7570              From: Radu Greab <radu@netsoft.ro>
7571              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
7572              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
7573      Branch: perl
7574            ! pp_sys.c
7575 ____________________________________________________________________________
7576 [  9351] By: nick                                  on 2001/03/25  22:15:02
7577         Log: Fix readline in list mode to tell rest of world that it has
7578              things on the stack. Otherwise if perl code gets invoked
7579              underneath it it scribbles over results-so-far.
7580              (Why TIEHANDLE has not tripped on this is a mystery.)
7581      Branch: perlio
7582            ! pp_hot.c
7583 ____________________________________________________________________________
7584 [  9350] By: nick                                  on 2001/03/25  22:10:13
7585         Log: win32/makefile.mk typos
7586      Branch: perlio
7587            ! win32/makefile.mk
7588 ____________________________________________________________________________
7589 [  9349] By: nick                                  on 2001/03/25  21:31:14
7590         Log: Integrate now-non-binary file.
7591      Branch: perlio
7592           !> t/lib/mimeqp.t
7593 ____________________________________________________________________________
7594 [  9348] By: nick                                  on 2001/03/25  21:27:24
7595         Log: Make it text
7596      Branch: perlio
7597            ! t/lib/mimeqp.t
7598 ____________________________________________________________________________
7599 [  9347] By: nick                                  on 2001/03/25  21:25:37
7600         Log: Integrate mainline.
7601      Branch: perlio
7602           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
7603           !> lib/Term/ReadLine.pm t/lib/md5-file.t
7604 ____________________________________________________________________________
7605 [  9346] By: nick                                  on 2001/03/25  20:58:15
7606         Log: Add destruct time hook to PerlIO (for work-in-process implementing
7607              layers in perl code. In such cases layers need to be popped before
7608              we loose the ability to run perl code.)
7609              Also back-out "PerlIO::object" hook - it isn't going to work like that...
7610      Branch: perlio
7611            ! perl.c perlio.c perlio.h perliol.h
7612 ____________________________________________________________________________
7613 [  9345] By: nick                                  on 2001/03/25  20:49:11
7614         Log: Avoid at leasy one of undefined warnings in Encode.
7615      Branch: perlio
7616            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
7617 ____________________________________________________________________________
7618 [  9344] By: jhi                                   on 2001/03/25  20:37:43
7619         Log: A workaround for using Term::ReadLine in emacs minibuffer
7620              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
7621              additional tweaks from Ilya Zakharevich.
7622      Branch: perl
7623            ! lib/Term/ReadLine.pm
7624 ____________________________________________________________________________
7625 [  9343] By: nick                                  on 2001/03/25  20:21:14
7626         Log: Missing return value.
7627      Branch: perlio
7628            ! ext/PerlIO/Scalar/Scalar.xs
7629 ____________________________________________________________________________
7630 [  9342] By: jhi                                   on 2001/03/25  16:21:00
7631         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
7632              to equal the CPAN versions since no code changes have been made.
7633      Branch: perl
7634            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
7635            ! t/lib/md5-file.t
7636 ____________________________________________________________________________
7637 [  9341] By: jhi                                   on 2001/03/25  16:01:48
7638         Log: Escape 8-bit characters.
7639      Branch: perl
7640            ! t/lib/mimeqp.t
7641 ____________________________________________________________________________
7642 [  9340] By: gsar                                  on 2001/03/25  15:50:53
7643         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
7644              chars)
7645      Branch: perl
7646            + t/lib/mimeqp.t
7647 ____________________________________________________________________________
7648 [  9339] By: gsar                                  on 2001/03/25  15:48:50
7649         Log: delete mimeqp.t for later with text mode set
7650      Branch: perl
7651            - t/lib/mimeqp.t
7652 ____________________________________________________________________________
7653 [  9338] By: nick                                  on 2001/03/25  09:01:57
7654         Log: Integrate mainline.
7655      Branch: perlio
7656           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
7657           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
7658           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
7659           +> t/lib/mimeb64u.t t/lib/mimeqp.t
7660           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
7661           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
7662           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
7663 ____________________________________________________________________________
7664 [  9337] By: jhi                                   on 2001/03/25  04:23:24
7665         Log: Add MIME::Base64 here and there.  Again, a lot of
7666              optimism is in the air.
7667      Branch: perl
7668            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
7669            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
7670 ____________________________________________________________________________
7671 [  9336] By: jhi                                   on 2001/03/25  04:12:43
7672         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
7673              this by ear as I do not do Win32 programming.)
7674      Branch: perl
7675            ! win32/Makefile win32/makefile.mk
7676 ____________________________________________________________________________
7677 [  9335] By: jhi                                   on 2001/03/25  04:03:50
7678         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
7679      Branch: perl
7680            ! t/lib/md5-file.t
7681 ____________________________________________________________________________
7682 [  9334] By: jhi                                   on 2001/03/25  03:58:53
7683         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
7684      Branch: perl
7685            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
7686            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
7687            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
7688            + t/lib/mimeb64u.t t/lib/mimeqp.t
7689            ! MANIFEST
7690 ____________________________________________________________________________
7691 [  9333] By: jhi                                   on 2001/03/24  20:14:37
7692         Log: Integrate perlio.
7693      Branch: perl
7694           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
7695 ____________________________________________________________________________
7696 [  9332] By: nick                                  on 2001/03/24  19:40:34
7697         Log: Fix un-init variable leading to spurious "Out of Memory!"
7698      Branch: perlio
7699            ! doio.c
7700 ____________________________________________________________________________
7701 [  9331] By: nick                                  on 2001/03/24  19:09:59
7702         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
7703              and update layers internals doc.
7704      Branch: perlio
7705            ! pod/perlfunc.pod pod/perliol.pod
7706 ____________________________________________________________________________
7707 [  9330] By: jhi                                   on 2001/03/24  18:42:11
7708         Log: The length might be uninitialized garbage if the *svp is the undef.
7709      Branch: perl
7710            ! doio.c
7711 ____________________________________________________________________________
7712 [  9329] By: jhi                                   on 2001/03/24  18:26:57
7713         Log: (Retracted by #9393)
7714
7715              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
7716              From: Simon Cozens <simon@netthink.co.uk>
7717              Date: Sat, 24 Mar 2001 17:13:17 +0000
7718              Message-ID: <20010324171317.A13406@netthink.co.uk>
7719      Branch: perl
7720            ! utils/h2xs.PL
7721 ____________________________________________________________________________
7722 [  9328] By: nick                                  on 2001/03/24  17:22:02
7723         Log: Integrate mainline.
7724      Branch: perlio
7725           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
7726           !> lib/unicode/version
7727 ____________________________________________________________________________
7728 [  9327] By: nick                                  on 2001/03/24  17:16:02
7729         Log: Integrate mainline.
7730      Branch: perlio
7731           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7732           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
7733           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
7734           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
7735           +> t/lib/md5-file.t
7736           !> MANIFEST Makefile.SH configure.com djgpp/config.over
7737           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
7738           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
7739           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
7740           !> win32/makefile.mk
7741 ____________________________________________________________________________
7742 [  9326] By: jhi                                   on 2001/03/24  17:00:42
7743         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
7744      Branch: perl
7745            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
7746            ! lib/unicode/version
7747 ____________________________________________________________________________
7748 [  9325] By: jhi                                   on 2001/03/24  16:22:33
7749         Log: Subject: Re: B::Deparse bug (5.6.0)
7750              From: Robin Houston <robin@kitsite.com>
7751              Date: Sat, 24 Mar 2001 14:33:09 +0000
7752              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
7753      Branch: perl
7754            ! op.c pp.c t/lib/b.t t/op/repeat.t
7755 ____________________________________________________________________________
7756 [  9324] By: jhi                                   on 2001/03/24  16:21:56
7757         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
7758              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
7759              these additions may be too optimistic.
7760      Branch: perl
7761            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
7762            ! hints/uwin.sh hints/vmesa.sh
7763 ____________________________________________________________________________
7764 [  9323] By: jhi                                   on 2001/03/24  16:06:01
7765         Log: Integrate perlio.
7766      Branch: perl
7767           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
7768           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7769            ! Makefile.SH
7770           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
7771           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
7772           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
7773           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7774           !> win32/makefile.mk win32/perlhost.h win32/win32.c
7775           !> win32/win32iop.h
7776 ____________________________________________________________________________
7777 [  9322] By: nick                                  on 2001/03/24  14:39:12
7778         Log: Routine Win32 regen_config_h - no real changes.
7779      Branch: perlio
7780            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7781 ____________________________________________________________________________
7782 [  9321] By: nick                                  on 2001/03/24  14:31:49
7783         Log: PerlIO fixups for Win32:
7784              - provide win33_popenlist() - non-functional as yet.
7785              - avoid need for aTHX in PerlIO_debug calls - even if not 
7786              enabled args are still evaluated so Win32 has trouble during fork().
7787              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
7788              - Fixup makedef.pl for latest set of symbols.
7789      Branch: perlio
7790            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
7791            ! win32/perlhost.h win32/win32.c win32/win32iop.h
7792 ____________________________________________________________________________
7793 [  9320] By: nick                                  on 2001/03/24  14:26:58
7794         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
7795              was gibberish - broke it on WIn32 at least.
7796      Branch: perlio
7797            ! ext/POSIX/POSIX.xs
7798 ____________________________________________________________________________
7799 [  9319] By: nick                                  on 2001/03/24  11:29:41
7800         Log: Generated files.
7801      Branch: perlio
7802            ! embed.h global.sym objXSUB.h perlapi.c proto.h
7803 ____________________________________________________________________________
7804 [  9318] By: nick                                  on 2001/03/24  10:29:37
7805         Log: Implement:
7806              1.  open($fh,"+<",undef);  # add test to t/io/open.t
7807              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
7808      Branch: perlio
7809            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
7810            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
7811            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
7812            ! t/io/open.t t/io/utf8.t
7813 ____________________________________________________________________________
7814 [  9317] By: jhi                                   on 2001/03/23  23:41:25
7815         Log: AIX does seems to have optimization problems with its C compilers.
7816      Branch: perl
7817            ! hints/aix.sh
7818 ____________________________________________________________________________
7819 [  9316] By: jhi                                   on 2001/03/23  23:40:46
7820         Log: Integrate perlio.
7821      Branch: perl
7822           +> lib/PerlIO.pm
7823           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
7824           !> perliol.h
7825 ____________________________________________________________________________
7826 [  9315] By: jhi                                   on 2001/03/23  22:16:30
7827         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
7828      Branch: perl
7829            ! t/lib/md5-file.t
7830 ____________________________________________________________________________
7831 [  9314] By: nick                                  on 2001/03/23  20:49:02
7832         Log: Perlio internals re-organized.
7833              - open process creates AV of layer/arg pairs
7834              (appends layers from open() or open.pm to default list).
7835              - push arg is now an SV.
7836              - layer ->Open get passed the AV
7837              - open is no longer mandatory method.
7838              - topmost layer that has ->Open method does the open
7839              - any layers above are pushed once that returns.
7840              - vtable re-ordered so dummy layers need only provide push/pop methods.
7841      Branch: perlio
7842            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7843 ____________________________________________________________________________
7844 [  9313] By: nick                                  on 2001/03/23  16:27:41
7845         Log: Check in a stable (working) version before next round of tweaks.
7846              Changes include:
7847              - Move default layers code out of doio.c and into perlio.c
7848              - Single routine for parsing layer specification strings.
7849              - Skeleton support for demand loading of layers
7850              - Core-dump avoidance if PERLIO environment specifies loadable layer
7851              (does not _work_ as need IO to load and need load to do IO ...)
7852      Branch: perlio
7853            + lib/PerlIO.pm
7854            ! MANIFEST doio.c perlio.c
7855 ____________________________________________________________________________
7856 [  9312] By: gsar                                  on 2001/03/23  16:25:25
7857         Log: add execute bit to files with shebang lines in the repository;
7858              avoid clobbering execute bit in Porting/makerel 
7859      Branch: maint-5.6/perl
7860            ! (edit 144 files)
7861 ____________________________________________________________________________
7862 [  9311] By: jhi                                   on 2001/03/23  14:25:35
7863         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
7864      Branch: perl
7865            ! MANIFEST
7866 ____________________________________________________________________________
7867 [  9310] By: jhi                                   on 2001/03/23  13:45:04
7868         Log: Subject: [PATCH] Net::Ping
7869              From: Colin McMillen <mcmi0037@tc.umn.edu>
7870              Date: Thu, 22 Mar 2001 19:30:31 -0600
7871              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
7872      Branch: perl
7873            ! lib/Net/Ping.pm
7874 ____________________________________________________________________________
7875 [  9309] By: jhi                                   on 2001/03/23  13:39:13
7876         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
7877      Branch: perl
7878            ! t/lib/md5-aaa.t t/lib/md5-file.t
7879 ____________________________________________________________________________
7880 [  9308] By: jhi                                   on 2001/03/23  13:20:34
7881         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
7882              - bump the version to 2.14
7883              - drop the base64 tests since they require MIME::Base64
7884              - drop the rfc1321.txt
7885              - drop the hints/dec_osf.pl since it's only needed for
7886              pre-5.005_03 Perls
7887              Todo:
7888              - the U32 alignment testing is now removed; it needs to
7889              be reintroduced as as a Config variable (meaning also
7890              as a Configure test)
7891              - get the new EBCDIC md5sum for MD5.pm
7892              - test in Win32 to see how badly I botched the makefiles
7893      Branch: perl
7894            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
7895            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
7896            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
7897            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
7898            + t/lib/md5-file.t
7899            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
7900            ! win32/Makefile win32/makefile.mk
7901 ____________________________________________________________________________
7902 [  9307] By: jhi                                   on 2001/03/23  12:56:14
7903         Log: Integrate change #9306 from maintperl into mainline,
7904              AIX dynaloader for AIXes without <load.h>.
7905      Branch: perl
7906           !> ext/DynaLoader/hints/aix.pl
7907 ____________________________________________________________________________
7908 [  9306] By: jhi                                   on 2001/03/23  12:51:36
7909         Log: There are AIXes without /usr/include/load.h,
7910              patch from H.Merijn Brand.
7911      Branch: maint-5.6/perl
7912            ! ext/DynaLoader/hints/aix.pl
7913 ____________________________________________________________________________
7914 [  9305] By: nick                                  on 2001/03/23  11:00:42
7915         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
7916      Branch: perlio
7917            ! ext/Encode/Encode.xs perlio.c perlio.h
7918 ____________________________________________________________________________
7919 [  9304] By: nick                                  on 2001/03/23  10:20:46
7920         Log: Render -Duseperlio functional again.
7921              - this is "quick fix" which calls PerlIO_apply_layers after opening,
7922              which is what old scheme did. New scheme needs to change that
7923              to make open(...,\$scalar) etc. work but this will do for now.
7924      Branch: perlio
7925            ! perlio.c
7926 ____________________________________________________________________________
7927 [  9303] By: nick                                  on 2001/03/23  09:53:20
7928         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
7929              -Uuseperlio now works again.
7930              -Duseperlio is still poorly. Don't merge yet...
7931      Branch: perlio
7932            ! doio.c perlio.h
7933 ____________________________________________________________________________
7934 [  9302] By: nick                                  on 2001/03/22  22:26:51
7935         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
7936              type code.
7937              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
7938              is its main caller. In particular now has access to "extra" args, and
7939              can tell when an open handle is "reopened" (or duped?).
7940              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
7941              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
7942              PerlIO_open() et. al. (i.e. other way round).
7943              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
7944              with args close to PerlIO_openn().
7945      Branch: perlio
7946            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
7947 ____________________________________________________________________________
7948 [  9301] By: jhi                                   on 2001/03/22  20:58:04
7949         Log: Integrate perlio.
7950      Branch: perl
7951           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
7952           !> t/io/open.t util.c
7953 ____________________________________________________________________________
7954 [  9300] By: nick                                  on 2001/03/22  17:36:32
7955         Log: Don't include $@ in not ok message.
7956      Branch: perlio
7957            ! t/io/open.t
7958 ____________________________________________________________________________
7959 [  9299] By: gsar                                  on 2001/03/22  16:53:45
7960         Log: back out changes#7532,7521 for now (appears to have problems
7961              on IRIX)
7962      Branch: maint-5.6/perl
7963            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
7964            ! ext/POSIX/typemap pod/perlvar.pod
7965 ____________________________________________________________________________
7966 [  9298] By: nick                                  on 2001/03/22  14:35:46
7967         Log: Give a meaning to '&' in n-arg open case:
7968              open($fh,"<&",$scalar);
7969              $scalar can be:
7970              - an integer which does "fdopen"
7971              open($fh,"<&",2); # like open($fh,"<&2")
7972              - something that will yield a file handle via sv_2io()
7973              useful for dup'ing anonymous handles.
7974              e.g.:
7975              open(my $fh,"<&",\*STDIN);
7976              open(my $dup,"<&",$fh);
7977      Branch: perlio
7978            ! doio.c t/io/open.t
7979 ____________________________________________________________________________
7980 [  9297] By: nick                                  on 2001/03/22  13:34:35
7981         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
7982      Branch: perlio
7983            ! util.c
7984 ____________________________________________________________________________
7985 [  9296] By: nick                                  on 2001/03/22  12:51:20
7986         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
7987      Branch: perlio
7988            ! perl.c
7989 ____________________________________________________________________________
7990 [  9295] By: nick                                  on 2001/03/22  11:59:44
7991         Log: If stdin, stdout or stderr get opened in unexpected read/write state
7992              then warn at time of open not at time of use.
7993      Branch: perlio
7994            ! doio.c pp_hot.c pp_sys.c
7995 ____________________________________________________________________________
7996 [  9294] By: nick                                  on 2001/03/22  10:54:35
7997         Log: Die on n-arg open(...,"",xxx,yyy,...)
7998              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
7999              - die on read/write cases so we can decide what it means later.
8000      Branch: perlio
8001            ! doio.c embed.pl iperlsys.h util.c
8002 ____________________________________________________________________________
8003 [  9293] By: nick                                  on 2001/03/22  09:02:45
8004         Log: perlio tweaks (reported by Nick Clark)
8005              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
8006              error check in Pendinf_read().
8007      Branch: perlio
8008            ! perlio.c
8009 ____________________________________________________________________________
8010 [  9292] By: gsar                                  on 2001/03/22  07:12:00
8011         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
8012              fixes)
8013      Branch: maint-5.6/perl
8014           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
8015 ____________________________________________________________________________
8016 [  9291] By: jhi                                   on 2001/03/22  06:06:44
8017         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
8018      Branch: perl
8019            ! t/op/re_tests
8020 ____________________________________________________________________________
8021 [  9290] By: jhi                                   on 2001/03/22  05:57:01
8022         Log: Move MacOS Classic higher in the list of supported platforms.
8023      Branch: maint-5.6/perl
8024            ! pod/perlport.pod
8025 ____________________________________________________________________________
8026 [  9289] By: gsar                                  on 2001/03/22  05:35:04
8027         Log: revert part of change#6438 for compatibility (av_reify()
8028              appears to be needed to implement av_splice()ish things
8029              in XS)
8030      Branch: maint-5.6/perl
8031            ! embed.pl global.sym objXSUB.h perlapi.c
8032 ____________________________________________________________________________
8033 [  9288] By: gsar                                  on 2001/03/22  03:09:19
8034         Log: update copyright year
8035      Branch: maint-5.6/perl
8036            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
8037            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
8038            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
8039            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
8040            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
8041            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
8042            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
8043            ! x2p/walk.c
8044 ____________________________________________________________________________
8045 [  9287] By: jhi                                   on 2001/03/21  20:30:54
8046         Log: Integrate perlio.
8047      Branch: perl
8048           !> ext/Data/Dumper/Dumper.xs
8049 ____________________________________________________________________________
8050 [  9286] By: gsar                                  on 2001/03/21  19:49:54
8051         Log: makefile.mk tweak
8052      Branch: maint-5.6/perl
8053            ! win32/Makefile win32/makefile.mk
8054 ____________________________________________________________________________
8055 [  9285] By: nick                                  on 2001/03/21  19:07:13
8056         Log: Multiplicity fix for Dumper.
8057      Branch: perlio
8058            ! ext/Data/Dumper/Dumper.xs
8059 ____________________________________________________________________________
8060 [  9284] By: nick                                  on 2001/03/21  19:01:07
8061         Log: Integrate mainline - (does not build xTHX issue in Dumper).
8062      Branch: perlio
8063           !> (integrate 27 files)
8064 ____________________________________________________________________________
8065 [  9283] By: jhi                                   on 2001/03/21  17:17:35
8066         Log: Integrate change #9282 from mainline into maintperl,
8067              4-arg UTF-8 substr().
8068      Branch: maint-5.6/perl
8069           !> pp.c
8070 ____________________________________________________________________________
8071 [  9282] By: jhi                                   on 2001/03/21  17:15:43
8072         Log: The #9270 would have leaked a scalar if pp_substr()
8073              returned early.
8074      Branch: perl
8075            ! pp.c
8076 ____________________________________________________________________________
8077 [  9281] By: gsar                                  on 2001/03/21  17:03:14
8078         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
8079      Branch: maint-5.6/perl
8080            ! win32/makefile.mk
8081 ____________________________________________________________________________
8082 [  9280] By: gsar                                  on 2001/03/21  17:01:20
8083         Log: some tweaks to change#9278 (fork() emulation should be enabled
8084              by setting BUILD_FLAVOR instead of changing the defaults)
8085      Branch: maint-5.6/perl
8086            ! win32/makefile.mk
8087 ____________________________________________________________________________
8088 [  9279] By: gsar                                  on 2001/03/21  16:47:19
8089         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
8090      Branch: maint-5.6/perl
8091            ! ext/File/Glob/Glob.pm
8092           !> lib/Cwd.pm
8093 ____________________________________________________________________________
8094 [  9278] By: jhi                                   on 2001/03/21  14:35:10
8095         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
8096              From: "Vadim Konovalov" <watman@inbox.ru>
8097              Date: Wed, 21 Mar 2001 01:53:51 +0300
8098              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
8099      Branch: maint-5.6/perl
8100            ! win32/makefile.mk win32/win32sck.c
8101 ____________________________________________________________________________
8102 [  9277] By: jhi                                   on 2001/03/21  13:58:28
8103         Log: Integrate change #9270 from mainline to maintperl:
8104              continued 4-arg UTF-8 substr() fixing.
8105      Branch: maint-5.6/perl
8106           !> pp.c t/op/substr.t
8107 ____________________________________________________________________________
8108 [  9276] By: jhi                                   on 2001/03/21  13:33:00
8109         Log: More pixie cleaning.
8110      Branch: perl
8111            ! Makefile.SH
8112 ____________________________________________________________________________
8113 [  9275] By: jhi                                   on 2001/03/21  03:54:17
8114         Log: Update Changes.
8115      Branch: perl
8116            ! Changes patchlevel.h
8117 ____________________________________________________________________________
8118 [  9274] By: jhi                                   on 2001/03/21  03:48:24
8119         Log: First stab at making Data::Dumper to grok Unicode.
8120              
8121              TODO: tests, EBCDICify.
8122      Branch: perl
8123            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8124 ____________________________________________________________________________
8125 [  9273] By: jhi                                   on 2001/03/21  02:23:00
8126         Log: Fix for
8127              
8128              Subject: Memory leak in unquoted print   
8129              From: Benjamin Sugars <bsugars@canoe.ca> 
8130              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
8131              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
8132      Branch: perl
8133            ! perlio.c
8134 ____________________________________________________________________________
8135 [  9272] By: jhi                                   on 2001/03/21  01:33:17
8136         Log: Subject: Re: [PATCH] POSIX::getcwd()
8137              From: Benjamin Sugars <bsugars@canoe.ca> 
8138              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
8139              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
8140      Branch: perl
8141            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
8142 ____________________________________________________________________________
8143 [  9271] By: jhi                                   on 2001/03/21  01:22:52
8144         Log: Subject: [PATCH] Cwd.pm docs
8145              From: Benjamin Sugars <bsugars@canoe.ca>
8146              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
8147              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
8148      Branch: perl
8149            ! lib/Cwd.pm
8150 ____________________________________________________________________________
8151 [  9270] By: jhi                                   on 2001/03/21  01:16:29
8152         Log: Continue 4-arg substr() UTF-8 fixage.
8153      Branch: perl
8154            ! pp.c t/op/substr.t
8155 ____________________________________________________________________________
8156 [  9269] By: jhi                                   on 2001/03/21  00:46:14
8157         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
8158              
8159              revert the leak fix in change#9142 (problem needs a more experimental
8160              fix unsuitable for 5.6.1)
8161              
8162              do alphabetical sorting by default (for csh compatibility)
8163              
8164              cut-n-paste goof in change#9264
8165              
8166              VMS piping fixes (from Charles Lane)
8167      Branch: perl
8168           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
8169           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8170           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
8171 ____________________________________________________________________________
8172 [  9268] By: jhi                                   on 2001/03/21  00:37:04
8173         Log: Integrate perlio.
8174      Branch: perl
8175           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8176           !> utf8.c utf8.h utfebcdic.h
8177 ____________________________________________________________________________
8178 [  9267] By: nick                                  on 2001/03/20  20:04:39
8179         Log: More EBCDIC stuff:
8180              - Loose the extra level of function on ASCII.
8181              - spotted a chr(0) issue in sv.c
8182              - re-work of UTF-X tr/// ranges to work in Unicode
8183              space. Still issues with the "0xff is illegal UTF-8" hack.
8184              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
8185              (why do it once when you can do it all over the place :-(
8186              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
8187              need utf8.pm for swashes.
8188              - Simplified and commented scan_const() in toke.c
8189              Still something wrong regexp and tr (swashes?).
8190      Branch: perlio
8191            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
8192            ! utf8.c utf8.h utfebcdic.h
8193 ____________________________________________________________________________
8194 [  9266] By: gsar                                  on 2001/03/20  19:16:43
8195         Log: VMS piping fixes (from Charles Lane)
8196      Branch: maint-5.6/perl
8197            ! vms/vms.c vms/vmspipe.com
8198 ____________________________________________________________________________
8199 [  9265] By: gsar                                  on 2001/03/20  17:53:52
8200         Log: cut-n-paste goof in change#9264
8201      Branch: maint-5.6/perl
8202            ! ext/File/Glob/Glob.xs
8203 ____________________________________________________________________________
8204 [  9264] By: gsar                                  on 2001/03/20  17:43:47
8205         Log: do alphabetical sorting by default (for csh compatibility);
8206              bsd_glob() does ASCII sort by default as usual, unless
8207              GLOB_ALPHASORT was specified
8208      Branch: maint-5.6/perl
8209            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
8210            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
8211            ! ext/File/Glob/bsd_glob.h
8212 ____________________________________________________________________________
8213 [  9263] By: gsar                                  on 2001/03/20  16:40:08
8214         Log: integrate change#9255 from mainline (unicode fix)
8215              
8216              substr($bytestr, i, n, $charstr)
8217      Branch: maint-5.6/perl
8218           !> Todo-5.6 pp.c t/op/substr.t
8219 ____________________________________________________________________________
8220 [  9262] By: gsar                                  on 2001/03/20  15:57:41
8221         Log: revert the leak fix in change#9142 (problem needs a more experimental
8222              fix unsuitable for 5.6.1)
8223      Branch: maint-5.6/perl
8224            ! scope.c
8225 ____________________________________________________________________________
8226 [  9261] By: jhi                                   on 2001/03/20  14:26:25
8227         Log: Integrate changes #9259,9260 from maintperl into mainline.
8228              
8229              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8230              
8231              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8232      Branch: perl
8233           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
8234 ____________________________________________________________________________
8235 [  9260] By: jhi                                   on 2001/03/20  14:05:46
8236         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
8237              From: Robin Barker <rmb1@cise.npl.co.uk>
8238              Date: Tue, 20 Mar 2001 10:12:04 GMT
8239              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
8240      Branch: maint-5.6/perl
8241            ! run.c
8242 ____________________________________________________________________________
8243 [  9259] By: jhi                                   on 2001/03/20  14:04:39
8244         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
8245              From: Chris Nandor <pudge@pobox.com>
8246              Date: Tue, 20 Mar 2001 00:40:56 -0500
8247              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
8248      Branch: maint-5.6/perl
8249            ! ext/POSIX/POSIX.xs lib/File/Path.pm
8250 ____________________________________________________________________________
8251 [  9258] By: jhi                                   on 2001/03/20  05:09:34
8252         Log: Update Changes.
8253      Branch: perl
8254            ! Changes patchlevel.h
8255 ____________________________________________________________________________
8256 [  9257] By: jhi                                   on 2001/03/20  05:04:25
8257         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
8258      Branch: perl
8259            ! t/op/tr.t
8260 ____________________________________________________________________________
8261 [  9256] By: jhi                                   on 2001/03/20  04:43:12
8262         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
8263              From: Peter Prymmer <pvhp@forte.com>
8264              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
8265              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
8266      Branch: maint-5.6/perl
8267            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
8268 ____________________________________________________________________________
8269 [  9255] By: jhi                                   on 2001/03/19  23:17:17
8270         Log: substr($bytestr, i, n, $charstr)
8271
8272              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
8273      Branch: perl
8274            ! Todo-5.6 pp.c t/op/substr.t
8275 ____________________________________________________________________________
8276 [  9254] By: jhi                                   on 2001/03/19  22:25:09
8277         Log: Rearrange the make test target prerequisites so that
8278              in a parallel make 'all' is finished before 'test'.
8279      Branch: perl
8280            ! Makefile.SH
8281 ____________________________________________________________________________
8282 [  9253] By: jhi                                   on 2001/03/19  21:48:07
8283         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
8284              From: Robin Houston <robin@kitsite.com>
8285              Date: Mon, 19 Mar 2001 15:48:41 +0000
8286              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
8287      Branch: perl
8288            ! pp_ctl.c
8289 ____________________________________________________________________________
8290 [  9252] By: jhi                                   on 2001/03/19  21:42:27
8291         Log: Integrate perlio.
8292      Branch: perl
8293           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
8294           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
8295           !> utfebcdic.h vms/perly_c.vms
8296 ____________________________________________________________________________
8297 [  9251] By: jhi                                   on 2001/03/19  21:31:28
8298         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
8299              
8300              Dynaloading in 64-bit AIX with vac.
8301      Branch: perl
8302           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8303           !> hints/aix.sh
8304 ____________________________________________________________________________
8305 [  9250] By: jhi                                   on 2001/03/19  21:18:00
8306         Log: A more robust solution for the 64bitall AIX dynaloading
8307              problem, from Jens-Uwe Mager.
8308      Branch: maint-5.6/perl
8309            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
8310 ____________________________________________________________________________
8311 [  9249] By: nick                                  on 2001/03/19  20:59:37
8312         Log: Integrate mainline.
8313      Branch: perlio
8314           !> (integrate 42 files)
8315 ____________________________________________________________________________
8316 [  9248] By: nick                                  on 2001/03/19  20:22:07
8317         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
8318              (Building on OS390 uses native YACC and YYDEBUG has other
8319              side effects.)
8320      Branch: perlio
8321            ! perly.c perly.y vms/perly_c.vms
8322 ____________________________________________________________________________
8323 [  9247] By: jhi                                   on 2001/03/19  19:59:53
8324         Log: 64-bit AIX dynaloading problem (see #9244) idea
8325              from Jens-Uwe Mager.
8326      Branch: maint-5.6/perl
8327            ! ext/DynaLoader/dl_aix.xs
8328 ____________________________________________________________________________
8329 [  9246] By: nick                                  on 2001/03/19  19:27:57
8330         Log: More EBCDIC fixes.
8331      Branch: perlio
8332            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
8333            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
8334 ____________________________________________________________________________
8335 [  9245] By: jhi                                   on 2001/03/19  19:05:19
8336         Log: Integrate change #9243 from mainline into maintperl.
8337              
8338              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
8339      Branch: maint-5.6/perl
8340           !> README.vmesa
8341 ____________________________________________________________________________
8342 [  9244] By: jhi                                   on 2001/03/19  19:03:15
8343         Log: Get 64bitall AIX building, but still does not test okay:
8344              dynaloading anything fails, for example for op/defins:
8345              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
8346              (update: fixed by #9247,9250)
8347      Branch: maint-5.6/perl
8348            ! hints/aix.sh
8349 ____________________________________________________________________________
8350 [  9243] By: jhi                                   on 2001/03/19  19:00:16
8351         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
8352              From: Robin Barker <rmb1@cise.npl.co.uk>
8353              Date: Mon, 19 Mar 2001 18:01:57 GMT
8354              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
8355      Branch: perl
8356            ! README.vmesa
8357 ____________________________________________________________________________
8358 [  9242] By: jhi                                   on 2001/03/19  18:58:43
8359         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
8360              
8361              TODO: tests.
8362      Branch: perl
8363            ! doop.c op.c
8364 ____________________________________________________________________________
8365 [  9241] By: gsar                                  on 2001/03/19  17:34:46
8366         Log: VMSify tests (from Charles Lane)
8367      Branch: maint-5.6/perl
8368            ! t/lib/filehand.t t/lib/texttabs.t
8369 ____________________________________________________________________________
8370 [  9240] By: jhi                                   on 2001/03/19  14:24:26
8371         Log: Integrate change #9233 from maintperl into mainline.
8372              
8373              some refcounts were incorrect in perl_clone()
8374      Branch: perl
8375           !> sv.c
8376 ____________________________________________________________________________
8377 [  9239] By: gsar                                  on 2001/03/19  09:23:17
8378         Log: this is 5.6.1-trial3
8379      Branch: maint-5.6/perl
8380            ! Changes
8381 ____________________________________________________________________________
8382 [  9238] By: gsar                                  on 2001/03/19  08:47:04
8383         Log: some new symbols are only available under ithreads
8384      Branch: maint-5.6/perl
8385            ! makedef.pl
8386 ____________________________________________________________________________
8387 [  9237] By: gsar                                  on 2001/03/19  08:42:28
8388         Log: update patchlevel.h, Changes, &c.
8389      Branch: maint-5.6/perl
8390            ! Changes patchlevel.h pod/perlhist.pod
8391           !> AUTHORS
8392 ____________________________________________________________________________
8393 [  9236] By: gsar                                  on 2001/03/19  08:17:49
8394         Log: integrate changes#8068,8717 from mainline
8395              
8396              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
8397              
8398              [PATCH CPAN 1.59_51] warning message (not!)
8399      Branch: maint-5.6/perl
8400           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
8401           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
8402           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
8403           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
8404           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
8405 ____________________________________________________________________________
8406 [  9235] By: gsar                                  on 2001/03/19  08:07:09
8407         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
8408              
8409              [PATCH] Add missing CV flags to dump.c
8410              
8411              Re: [patch] Re: PL_ptr_table
8412              
8413              Fixup non-ithread build after 8713
8414              
8415              Generated files form 8713 etc.
8416              
8417              Correct the correction :-(
8418              
8419              Documenting coderef @INC (Re: CPAN "make this script work" feature)
8420              
8421              Subject: Re: sync sync sync: have I missed any patches?
8422              Replace djSP with dSP.
8423      Branch: maint-5.6/perl
8424           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
8425           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
8426           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
8427           !> sv.c sv.h win32/perlhost.h
8428 ____________________________________________________________________________
8429 [  9234] By: gsar                                  on 2001/03/19  07:22:05
8430         Log: revert the change#9090 integrate for now (change looks somewhat
8431              incomplete in that [ha]v_exists() need something similar; lacks
8432              tests; &c.)
8433      Branch: maint-5.6/perl
8434            ! hv.c
8435 ____________________________________________________________________________
8436 [  9233] By: gsar                                  on 2001/03/19  07:10:01
8437         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
8438              destruction when there are unreferenced scalars (SvREFCNT==0)
8439      Branch: maint-5.6/perl
8440            ! sv.c
8441 ____________________________________________________________________________
8442 [  9232] By: jhi                                   on 2001/03/19  05:11:02
8443         Log: Regen api and toc.
8444      Branch: maint-5.6/perl
8445            ! pod/perlapi.pod pod/perltoc.pod
8446 ____________________________________________________________________________
8447 [  9231] By: jhi                                   on 2001/03/19  04:06:03
8448         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
8449              add a lost line in pp.c:pp_chop(), update to new op/chop.
8450              
8451              Clarify the description differentiating for and while; inspired by
8452              
8453              Subject: [ID 20010306.004] || != named unary operator
8454              
8455              The $Is_MacOS needs to be declared.
8456      Branch: maint-5.6/perl
8457            ! pp.c t/op/chop.t
8458           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
8459 ____________________________________________________________________________
8460 [  9230] By: jhi                                   on 2001/03/19  03:48:16
8461         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
8462              9079,9083,9089,9090,9091 from mainline to maintperl.
8463              
8464              Quieten some noise in Win32 builds
8465              
8466              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
8467              
8468              The perlretut was still talking about the old \p and \P
8469              definitions.
8470              
8471              More tweakage on the Unicode character class descriptions.
8472              
8473              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
8474              
8475              Subject: 'no *POSIX' Patch speeding up make on BS2000 
8476              
8477              Subject: [PATCH] perldata.pod here-doc docs
8478              
8479              Add /sbin and /usr/sbin to the list of directories scanned
8480              for setuid programs.  Takes care of bug id 20010309.003.
8481              
8482              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
8483              
8484              In op/stat #35 better to scan all the potential directories
8485              for setuids, not just the first one.
8486      Branch: maint-5.6/perl
8487            ! Makefile.SH
8488           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
8489           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
8490           !> t/op/stat.t toke.c win32/win32.h
8491 ____________________________________________________________________________
8492 [  9229] By: jhi                                   on 2001/03/19  02:31:50
8493         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
8494              From: Chris Nandor <pudge@pobox.com>
8495              Date: Sat, 10 Mar 2001 14:22:19 -0500
8496              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
8497      Branch: maint-5.6/perl
8498            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
8499            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
8500            ! t/lib/b.t t/lib/errno.t
8501 ____________________________________________________________________________
8502 [  9228] By: jhi                                   on 2001/03/19  02:29:59
8503         Log: Integrate changes #9113,9122 from mainline into maintperl.
8504              
8505              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?)
8506      Branch: maint-5.6/perl
8507           !> Configure README.os390 hints/os390.sh
8508 ____________________________________________________________________________
8509 [  9227] By: jhi                                   on 2001/03/19  02:22:35
8510         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
8511              into maintperl.
8512              
8513              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
8514              
8515              Forgot to check-in the larger part of #9120, duh.
8516              
8517              Subject: Another patch for integer.pm POD 
8518              
8519              h2ph strictness and cleanliness from Kurt Starsinic.
8520              
8521              Borland filename case problem.
8522              
8523              h2ph strictness and cleanliness from Kurt Starsinic.
8524              
8525              Subject: [PATCH] the uncontroversial doc patches
8526      Branch: maint-5.6/perl
8527           +> win32/sncfnmcs.pl
8528           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
8529           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
8530           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
8531           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
8532           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
8533           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
8534           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
8535 ____________________________________________________________________________
8536 [  9226] By: jhi                                   on 2001/03/19  02:10:21
8537         Log: Integrate changes #9207,9214 from mainline into maintperl.
8538              
8539              podchecker relaxations: =over has an *optional* number after it,
8540              and whitespace in L<> is okay.
8541      Branch: maint-5.6/perl
8542           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
8543           !> t/pod/poderrs.xr
8544 ____________________________________________________________________________
8545 [  9225] By: jhi                                   on 2001/03/19  02:07:38
8546         Log: Integrate change #9219 from maintperl into mainline.
8547              
8548              remove duplicated tests
8549      Branch: perl
8550           !> t/op/re_tests
8551 ____________________________________________________________________________
8552 [  9224] By: jhi                                   on 2001/03/19  02:06:11
8553         Log: Integrate change #9223 from mainline to maintperl.
8554              
8555              Document -Dmksymlinks.
8556      Branch: maint-5.6/perl
8557           !> INSTALL
8558 ____________________________________________________________________________
8559 [  9223] By: jhi                                   on 2001/03/19  02:01:25
8560         Log: Document -Dmksymlinks.
8561      Branch: perl
8562            ! INSTALL
8563 ____________________________________________________________________________
8564 [  9222] By: jhi                                   on 2001/03/19  01:15:35
8565         Log: The -Dmksymlinks wasn't working for maintperl.
8566      Branch: maint-5.6/perl
8567            ! Configure
8568 ____________________________________________________________________________
8569 [  9221] By: jhi                                   on 2001/03/19  00:49:43
8570         Log: Cleanup pixie residue.
8571      Branch: perl
8572            ! Makefile.SH
8573 ____________________________________________________________________________
8574 [  9220] By: jhi                                   on 2001/03/19  00:44:47
8575         Log: Document the use of pixie/prof; create make targets for it.
8576              
8577              TODO: make t/TEST pixie-aware.
8578      Branch: perl
8579            ! Makefile.SH pod/perlhack.pod
8580 ____________________________________________________________________________
8581 [  9219] By: gsar                                  on 2001/03/19  00:16:55
8582         Log: remove duplicated tests
8583      Branch: maint-5.6/perl
8584            ! t/op/re_tests
8585 ____________________________________________________________________________
8586 [  9218] By: jhi                                   on 2001/03/18  23:59:31
8587         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
8588      Branch: perl
8589            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
8590 ____________________________________________________________________________
8591 [  9217] By: jhi                                   on 2001/03/18  23:25:20
8592         Log: Rewrite the tests section of Makefile to be less redundant
8593              and to allow for more flexible test targets, many recursive
8594              make calls introduced.
8595      Branch: perl
8596            ! Makefile.SH
8597 ____________________________________________________________________________
8598 [  9216] By: jhi                                   on 2001/03/18  22:30:04
8599         Log: Document the use of Third Degree (sparsely).
8600      Branch: perl
8601            ! pod/perlhack.pod t/TEST
8602 ____________________________________________________________________________
8603 [  9215] By: jhi                                   on 2001/03/18  22:10:30
8604         Log: Make targets for testing with Third Degree.
8605      Branch: perl
8606            ! Makefile.SH
8607 ____________________________________________________________________________
8608 [  9214] By: jhi                                   on 2001/03/18  21:08:53
8609         Log: The podchecker relaxations need to mirrored also at the tests.
8610      Branch: perl
8611            ! t/pod/poderrs.xr
8612 ____________________________________________________________________________
8613 [  9213] By: jhi                                   on 2001/03/18  20:56:21
8614         Log: Update Changes.
8615      Branch: perl
8616            ! Changes patchlevel.h
8617 ____________________________________________________________________________
8618 [  9212] By: jhi                                   on 2001/03/18  20:36:59
8619         Log: Looking for config.sh in parent directories isn't
8620              very useful for the toplevel Makefile.
8621      Branch: perl
8622            ! Makefile.SH
8623 ____________________________________________________________________________
8624 [  9211] By: jhi                                   on 2001/03/18  20:33:37
8625         Log: On "make clean" take care of Third Degree droppings.
8626      Branch: perl
8627            ! Makefile.SH
8628 ____________________________________________________________________________
8629 [  9210] By: jhi                                   on 2001/03/18  20:21:34
8630         Log: Add a hook for running the tests under the Third Degree
8631              debugging tool (set $ENV{PERL_3LOG} to non-zero)
8632              
8633              TODO: Document the use of Third Degree.
8634      Branch: perl
8635            ! t/TEST
8636 ____________________________________________________________________________
8637 [  9209] By: jhi                                   on 2001/03/18  20:19:07
8638         Log: Regen toc and api pods.
8639      Branch: perl
8640            ! pod/perlapi.pod pod/perltoc.pod
8641 ____________________________________________________________________________
8642 [  9208] By: jhi                                   on 2001/03/18  20:12:12
8643         Log: Integrate changes #8128,9132 from mainline into maintperl,
8644              Tie::SubstrHash fixes.
8645      Branch: maint-5.6/perl
8646           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
8647 ____________________________________________________________________________
8648 [  9207] By: jhi                                   on 2001/03/18  20:07:43
8649         Log: podchecker relaxations from Michael Stevens.
8650      Branch: perl
8651            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
8652 ____________________________________________________________________________
8653 [  9206] By: jhi                                   on 2001/03/18  20:04:24
8654         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
8655      Branch: perl
8656            ! lib/Locale/Constants.pm lib/Locale/Country.pm
8657            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
8658            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
8659 ____________________________________________________________________________
8660 [  9205] By: jhi                                   on 2001/03/18  19:54:45
8661         Log: Integrate changes #9161,9162 from maintperl to mainline.
8662              
8663              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
8664              results
8665      Branch: perl
8666           !> t/op/magic.t
8667 ____________________________________________________________________________
8668 [  9204] By: jhi                                   on 2001/03/18  19:37:46
8669         Log: Make perl.third checks more understandable to the builder.
8670      Branch: perl
8671            ! Makefile.SH
8672 ____________________________________________________________________________
8673 [  9203] By: jhi                                   on 2001/03/18  19:20:54
8674         Log: Re-integrate #9138 from maintperl to mainline,
8675              the squelching of the unneeded "Scalars leaked" messages.
8676      Branch: perl
8677           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
8678           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
8679           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
8680 ____________________________________________________________________________
8681 [  9202] By: jhi                                   on 2001/03/18  18:48:36
8682         Log: More robust and more paranoid perl.third target.
8683      Branch: perl
8684            ! Makefile.SH
8685 ____________________________________________________________________________
8686 [  9201] By: jhi                                   on 2001/03/18  18:39:21
8687         Log: Integrate change #9197 from maintperl to mainline.
8688              
8689              more thorough cleaning of arenas.
8690      Branch: perl
8691           !> embed.pl perl.c proto.h sv.c t/op/sort.t
8692 ____________________________________________________________________________
8693 [  9200] By: jhi                                   on 2001/03/18  18:25:17
8694         Log: Integrate perlio.
8695      Branch: perl
8696           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
8697           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
8698           !> t/lib/encode.t toke.c universal.c utf8.c
8699 ____________________________________________________________________________
8700 [  9199] By: nick                                  on 2001/03/18  15:23:51
8701         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
8702              is the sense of the test being done. Avoid some magical 127 and 128 values
8703              by using macros.
8704      Branch: perlio
8705            ! doop.c pp_ctl.c sv.c toke.c
8706 ____________________________________________________________________________
8707 [  9198] By: nick                                  on 2001/03/18  14:18:12
8708         Log: UTF-X encoding invariance for Encode:
8709              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
8710              - move the XS code for those to universal.c (so in miniperl)
8711              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
8712              - change ext/Encode/compile to use above.
8713              - Fix t/lib/encode.t for above
8714              - Teach t/lib/b.t to expect -uutf8
8715              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
8716              utf8.pm is needed.
8717      Branch: perlio
8718            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
8719            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
8720 ____________________________________________________________________________
8721 [  9197] By: gsar                                  on 2001/03/18  12:15:57
8722         Log: more thorough cleaning of arenas--keep going until no more
8723              SvREFCNT_dec()s occur (this fixes the problem that causes the
8724              pesky "Scalars leaked" warnings)
8725      Branch: maint-5.6/perl
8726            ! embed.pl perl.c proto.h sv.c t/op/sort.t
8727 ____________________________________________________________________________
8728 [  9196] By: nick                                  on 2001/03/18  10:57:29
8729         Log: Fix pragma/utf8.t # 15
8730              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
8731              are SvUTF8 as well.
8732      Branch: perlio
8733            ! toke.c
8734 ____________________________________________________________________________
8735 [  9195] By: nick                                  on 2001/03/18  09:27:06
8736         Log: Integrate mainline
8737      Branch: perlio
8738           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
8739           !> t/op/pat.t
8740 ____________________________________________________________________________
8741 [  9194] By: jhi                                   on 2001/03/18  05:29:59
8742         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
8743              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
8744      Branch: perl
8745            ! op.c op.h t/op/misc.t t/op/pat.t
8746 ____________________________________________________________________________
8747 [  9193] By: jhi                                   on 2001/03/18  05:15:06
8748         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
8749      Branch: perl
8750            ! mg.c t/op/pat.t
8751 ____________________________________________________________________________
8752 [  9192] By: jhi                                   on 2001/03/18  04:22:43
8753         Log: tr/// UTF-8 patches from Inaba Hiroto.
8754      Branch: perl
8755            ! doop.c op.c
8756 ____________________________________________________________________________
8757 [  9191] By: jhi                                   on 2001/03/18  04:21:17
8758         Log: Integrate perlio.
8759      Branch: perl
8760           !> utf8.c utfebcdic.h
8761 ____________________________________________________________________________
8762 [  9190] By: nick                                  on 2001/03/17  20:32:01
8763         Log: Correct #if EBCDIC side typos.
8764              Builds and passes many tests on OS390.
8765      Branch: perlio
8766            ! utf8.c utfebcdic.h
8767 ____________________________________________________________________________
8768 [  9189] By: jhi                                   on 2001/03/17  18:55:49
8769         Log: Add prerequisites for the perl.third target.
8770      Branch: perl
8771            ! Makefile.SH
8772 ____________________________________________________________________________
8773 [  9188] By: jhi                                   on 2001/03/17  18:46:00
8774         Log: Integrate perlio.
8775      Branch: perl
8776           +> utfebcdic.h
8777           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
8778 ____________________________________________________________________________
8779 [  9187] By: jhi                                   on 2001/03/17  18:38:47
8780         Log: Add a make rule for perl.third (the Third Degree memory debugging
8781              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
8782      Branch: perl
8783            ! Makefile.SH
8784 ____________________________________________________________________________
8785 [  9186] By: nick                                  on 2001/03/17  18:34:48
8786         Log: MANIFEST addition :-(
8787      Branch: perlio
8788            ! MANIFEST
8789 ____________________________________________________________________________
8790 [  9185] By: nick                                  on 2001/03/17  18:29:50
8791         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
8792              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
8793              a superset of ASCII are invariant under the encoding. This is EBCDIC
8794              friendly as an encoded string can be looked at as being EBCDIC by lexer
8795              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
8796              ASCII on ASCII machines.
8797              
8798              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
8799              seperate.
8800              - Add some more macros to comprehend different shift amounts and
8801              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
8802              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
8803              and conditionaly #include it.
8804              
8805              EBCDIC build as yet untested.  ASCII still fails the one test.
8806      Branch: perlio
8807            + utfebcdic.h
8808            ! utf8.c utf8.h
8809 ____________________________________________________________________________
8810 [  9184] By: nick                                  on 2001/03/17  17:44:16
8811         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
8812      Branch: perlio
8813            ! doop.c perl.h pp.c utf8.h
8814 ____________________________________________________________________________
8815 [  9183] By: jhi                                   on 2001/03/17  15:55:42
8816         Log: Integrate perlio.
8817      Branch: perl
8818            ! MANIFEST
8819           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
8820 ____________________________________________________________________________
8821 [  9182] By: nick                                  on 2001/03/17  09:16:06
8822         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
8823      Branch: perlio
8824            ! t/op/pat.t
8825 ____________________________________________________________________________
8826 [  9181] By: nick                                  on 2001/03/17  09:15:11
8827         Log: Integrate mainline.
8828      Branch: perlio
8829           +> lib/Locale/Constants.pm lib/Locale/Country.pm
8830           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
8831           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
8832           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
8833           !> (integrate 83 files)
8834 ____________________________________________________________________________
8835 [  9180] By: nick                                  on 2001/03/16  17:23:21
8836         Log: EBCDIC Fixes.
8837      Branch: perlio
8838            ! perl.h sv.c toke.c utf8.c utf8.h
8839 ____________________________________________________________________________
8840 [  9179] By: jhi                                   on 2001/03/16  14:10:12
8841         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
8842              a change needed to work around an AIX compiler bug.
8843      Branch: perl
8844            ! ext/Storable/Storable.xs
8845 ____________________________________________________________________________
8846 [  9178] By: jhi                                   on 2001/03/16  03:19:59
8847         Log: With Damian's approval synchronize damian's modules'
8848              licensing with Perl's standard module licensing.
8849      Branch: perl
8850            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
8851 ____________________________________________________________________________
8852 [  9177] By: jhi                                   on 2001/03/16  03:15:34
8853         Log: Make the Filter::Util:Call files have their own copies
8854              of the Perl standard module licensing, from Paul Marquess.
8855      Branch: perl
8856            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8857 ____________________________________________________________________________
8858 [  9176] By: jhi                                   on 2001/03/16  02:56:04
8859         Log: Subject: [PATCH] more pod patches
8860              From: Michael Stevens <michael@etla.org>
8861              Date: Thu, 15 Mar 2001 21:25:18 +0000
8862              Message-ID: <20010315212518.A18870@firedrake.org>
8863      Branch: perl
8864            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
8865            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
8866            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
8867            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
8868            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
8869            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
8870            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
8871            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
8872            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
8873            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
8874            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
8875            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
8876            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
8877            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
8878            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
8879            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
8880            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
8881            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
8882            ! lib/Locale/Country.pm lib/Locale/Language.pm
8883            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
8884            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
8885            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
8886            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
8887            ! os2/OS2/Process/Process.pm
8888 ____________________________________________________________________________
8889 [  9175] By: jhi                                   on 2001/03/16  02:53:32
8890         Log: Subject: [PATCH] the uncontroversial doc patches
8891              From: Michael Stevens <michael@etla.org>
8892              Date: Thu, 15 Mar 2001 20:01:12 +0000
8893              Message-ID: <20010315200112.A7636@firedrake.org>
8894      Branch: perl
8895            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
8896            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
8897            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
8898            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
8899            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
8900 ____________________________________________________________________________
8901 [  9174] By: jhi                                   on 2001/03/16  02:50:49
8902         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
8903              From: Paul Lindner <lindner@inuus.com>
8904              Date: Fri, 16 Mar 2001 11:28:03 -0800
8905              Message-ID: <20010316112803.A7577@inuus.com>
8906      Branch: perl
8907            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
8908 ____________________________________________________________________________
8909 [  9173] By: nick                                  on 2001/03/15  20:21:03
8910         Log: 1st day's EBCDIC fixes:
8911              - toke.c's parsing of strings needed attention
8912              needed to conditionally e2a if string was already UTF-8
8913              - e2a/a2e tables where wrong way round.
8914              - new macros in utf8.h
8915      Branch: perlio
8916            ! perl.h toke.c utf8.h
8917 ____________________________________________________________________________
8918 [  9172] By: jhi                                   on 2001/03/15  15:17:17
8919         Log: Update Changes.
8920      Branch: perl
8921            ! Changes patchlevel.h
8922 ____________________________________________________________________________
8923 [  9171] By: jhi                                   on 2001/03/15  15:09:32
8924         Log: Subject: Re: Another Borland C++ problem.
8925              From: "Vadim Konovalov" <watman@inbox.ru>
8926              Date: Sat, 10 Mar 2001 19:26:07 +0300
8927              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
8928              
8929              Borland filename case problem.
8930      Branch: perl
8931            + win32/sncfnmcs.pl
8932            ! MANIFEST README.win32
8933 ____________________________________________________________________________
8934 [  9170] By: jhi                                   on 2001/03/15  14:54:23
8935         Log: Add Locale::Codes 1.06, from Neil Bowers.
8936      Branch: perl
8937            + lib/Locale/Constants.pm lib/Locale/Country.pm
8938            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
8939            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
8940            + t/lib/lc-language.t t/lib/lc-uk.t
8941            ! MANIFEST
8942 ____________________________________________________________________________
8943 [  9169] By: jhi                                   on 2001/03/15  14:19:01
8944         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
8945      Branch: perl
8946            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
8947            ! ext/Storable/Storable.xs
8948 ____________________________________________________________________________
8949 [  9168] By: jhi                                   on 2001/03/15  14:13:22
8950         Log: Integrate changes #9120,9167 from mainline to maintperl.
8951              
8952              Subject: [PATCH 5.6.1] OS/2 docs
8953              
8954              Subject: [PATCH 5.6.1] perldoc
8955      Branch: maint-5.6/perl
8956           !> os2/Changes utils/perldoc.PL
8957 ____________________________________________________________________________
8958 [  9167] By: jhi                                   on 2001/03/15  14:07:42
8959         Log: Subject: [PATCH 5.6.1] perldoc
8960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8961              Date: Wed, 14 Mar 2001 23:46:52 -0500
8962              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
8963      Branch: perl
8964            ! utils/perldoc.PL
8965 ____________________________________________________________________________
8966 [  9166] By: jhi                                   on 2001/03/15  13:53:15
8967         Log: sigaction test condition tweakage.
8968      Branch: perl
8969            ! t/lib/sigaction.t
8970 ____________________________________________________________________________
8971 [  9165] By: alanbur                               on 2001/03/15  03:49:17
8972         Log: Resynchronised with parent
8973      Branch: maint-5.6/pureperl
8974           +> os2/os2add.sym t/op/anonsub.t
8975           !> (integrate 72 files)
8976 ____________________________________________________________________________
8977 [  9164] By: jhi                                   on 2001/03/15  01:05:01
8978         Log: Avoid stomping off the beginning of an array in tr///.
8979      Branch: perl
8980            ! op.c
8981 ____________________________________________________________________________
8982 [  9163] By: jhi                                   on 2001/03/15  00:58:57
8983         Log: h2ph strictness and cleanliness from Kurt Starsinic.
8984      Branch: perl
8985            ! utils/h2ph.PL
8986 ____________________________________________________________________________
8987 [  9162] By: gsar                                  on 2001/03/15  00:56:53
8988         Log: avoid warnings
8989      Branch: maint-5.6/perl
8990            ! t/op/magic.t
8991 ____________________________________________________________________________
8992 [  9161] By: gsar                                  on 2001/03/15  00:52:09
8993         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
8994              results
8995      Branch: maint-5.6/perl
8996            ! t/op/magic.t
8997 ____________________________________________________________________________
8998 [  9160] By: jhi                                   on 2001/03/14  22:02:10
8999         Log: Do not use the Perl malloc in IRIX, suggested by
9000              Helmus Jarausch.
9001      Branch: perl
9002            ! hints/irix_6.sh
9003 ____________________________________________________________________________
9004 [  9159] By: nick                                  on 2001/03/14  21:45:59
9005         Log: Integrate mainline
9006      Branch: perlio
9007           +> t/op/loopctl.t
9008           !> (integrate 41 files)
9009 ____________________________________________________________________________
9010 [  9158] By: jhi                                   on 2001/03/14  21:10:09
9011         Log: The Day of the Retractions continues: the #9138
9012              (integrated in #9144) doesn't work well in mainline.
9013      Branch: perl
9014            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9015            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9016            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9017 ____________________________________________________________________________
9018 [  9157] By: jhi                                   on 2001/03/14  20:58:12
9019         Log: The #9145 CANNOT be enabled: the clear_pmop code still
9020              dumps core all over in Tru64.
9021      Branch: perl
9022            ! op.c op.h t/op/pat.t
9023 ____________________________________________________________________________
9024 [  9156] By: jhi                                   on 2001/03/14  20:48:06
9025         Log: Integrate change #9154 from maintperl to mainline.
9026              
9027              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9028              (caused Storable 1.0.10 to break on windows)
9029      Branch: perl
9030           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9031           !> perlapi.c proto.h
9032 ____________________________________________________________________________
9033 [  9155] By: jhi                                   on 2001/03/14  20:23:53
9034         Log: Retract #9136: breaks threading (and binary compatibility).
9035      Branch: perl
9036            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9037 ____________________________________________________________________________
9038 [  9154] By: gsar                                  on 2001/03/14  17:48:18
9039         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
9040              (caused Storable 1.0.10 to break on windows)
9041      Branch: maint-5.6/perl
9042            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
9043            ! perlapi.c proto.h
9044 ____________________________________________________________________________
9045 [  9153] By: jhi                                   on 2001/03/14  13:35:21
9046         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
9047      Branch: perl
9048            ! t/lib/sigaction.t
9049 ____________________________________________________________________________
9050 [  9152] By: gsar                                  on 2001/03/14  07:29:40
9051         Log: back out changes#9012,9010,9009 and parts of change#9016
9052              (causes ABRs under purify, and some prerequisites don't
9053              seem to be there in 5.6.x)
9054      Branch: maint-5.6/perl
9055            ! doop.c op.c t/op/tr.t toke.c
9056 ____________________________________________________________________________
9057 [  9151] By: gsar                                  on 2001/03/14  07:01:29
9058         Log: reenable change#9145 (the test was busted due to a missing
9059              C<print "ok 27\n">)
9060      Branch: perl
9061            ! op.c op.h t/op/pat.t
9062 ____________________________________________________________________________
9063 [  9150] By: jhi                                   on 2001/03/14  06:38:36
9064         Log: Retract #9145.
9065      Branch: perl
9066            ! op.c op.h t/op/pat.t
9067 ____________________________________________________________________________
9068 [  9149] By: jhi                                   on 2001/03/14  06:14:56
9069         Log: Retract #9143.
9070      Branch: perl
9071            ! op.c
9072 ____________________________________________________________________________
9073 [  9148] By: gsar                                  on 2001/03/14  06:13:02
9074         Log: Uninitialized Memory Read in regexec.c
9075      Branch: perl
9076            ! regexec.c
9077 ____________________________________________________________________________
9078 [  9147] By: jhi                                   on 2001/03/14  04:59:54
9079         Log: Subject: PATCH: make goto work in nested eval ""
9080              From: Robin Houston <robin@kitsite.com>
9081              Date: Wed, 14 Mar 2001 04:16:10 +0000
9082              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
9083      Branch: perl
9084            ! pp_ctl.c t/op/goto.t
9085 ____________________________________________________________________________
9086 [  9146] By: jhi                                   on 2001/03/14  04:42:54
9087         Log: Preserve the #ifdef PERL_CORE in perly.h.
9088      Branch: perl
9089            ! perly.fixer
9090 ____________________________________________________________________________
9091 [  9145] By: jhi                                   on 2001/03/14  03:57:41
9092         Log: (Retracted by #9150.)
9093      Branch: perl
9094            ! op.c op.h t/op/pat.t
9095 ____________________________________________________________________________
9096 [  9144] By: jhi                                   on 2001/03/14  03:50:38
9097         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
9098              
9099              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9100              
9101              remove squelch controls for "Scalars leaked" messages in most places
9102              (these are now cured)
9103              
9104              fix another memory leak reported by purify (tie callbacks that
9105              croak can leak when wiping out magic)
9106      Branch: perl
9107           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
9108           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
9109           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
9110           !> t/pragma/warnings.t
9111 ____________________________________________________________________________
9112 [  9143] By: jhi                                   on 2001/03/14  03:37:53
9113         Log: (Retracted by #9149.)
9114      Branch: perl
9115            ! op.c
9116 ____________________________________________________________________________
9117 [  9142] By: gsar                                  on 2001/03/14  03:20:48
9118         Log: fix another memory leak reported by purify (tie callbacks that
9119              croak can leak when wiping out magic)
9120      Branch: maint-5.6/perl
9121            ! scope.c
9122 ____________________________________________________________________________
9123 [  9141] By: jhi                                   on 2001/03/14  02:55:00
9124         Log: Subject: PATCH for [ID 20010305.003]
9125              From: Robin Houston <robin@kitsite.com>
9126              Date: Wed, 14 Mar 2001 02:45:51 +0000
9127              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
9128      Branch: perl
9129            ! pp_ctl.c t/op/eval.t
9130 ____________________________________________________________________________
9131 [  9140] By: jhi                                   on 2001/03/14  02:41:54
9132         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9133              Date: Wed, 14 Mar 2001 01:52:51 +0000
9134              From: Robin Houston <robin@kitsite.com>
9135              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
9136              
9137              Fix for 2000313.004.
9138      Branch: perl
9139            ! pp_ctl.c t/op/goto.t
9140 ____________________________________________________________________________
9141 [  9139] By: jhi                                   on 2001/03/14  02:40:50
9142         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9143              From: Robin Houston <robin@kitsite.com>
9144              Date: Wed, 14 Mar 2001 00:43:45 +0000
9145              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
9146      Branch: perl
9147            + t/op/loopctl.t
9148            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
9149            ! vms/perly_c.vms
9150 ____________________________________________________________________________
9151 [  9138] By: gsar                                  on 2001/03/14  01:18:00
9152         Log: remove squelch controls for "Scalars leaked" messages in most places
9153              (these are now cured)
9154      Branch: maint-5.6/perl
9155            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
9156            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
9157            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
9158 ____________________________________________________________________________
9159 [  9137] By: gsar                                  on 2001/03/14  00:57:04
9160         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
9161      Branch: maint-5.6/perl
9162            ! regcomp.c
9163 ____________________________________________________________________________
9164 [  9136] By: jhi                                   on 2001/03/13  23:12:24
9165         Log: (Retracted by #9155)
9166              
9167              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
9168              From: Jens-Uwe Mager <jum@helios.de>
9169              Date: Wed, 21 Feb 2001 21:32:04 +0100
9170              Message-ID: <20010221213203.A18340@ans.helios.de>
9171      Branch: perl
9172            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9173 ____________________________________________________________________________
9174 [  9135] By: jhi                                   on 2001/03/13  22:50:05
9175         Log: Integrate perlio.
9176      Branch: perl
9177           !> pp.c
9178 ____________________________________________________________________________
9179 [  9134] By: jhi                                   on 2001/03/13  22:49:05
9180         Log: Integrate change #9131 from maintperl into mainline.
9181              
9182              make the error text look more consistent in hints/hpux.sh
9183      Branch: perl
9184           !> hints/hpux.sh
9185 ____________________________________________________________________________
9186 [  9133] By: gsar                                  on 2001/03/13  22:46:20
9187         Log: integrate change#9067 from mainline
9188              
9189              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9190      Branch: maint-5.6/perl
9191           !> lib/ExtUtils/MM_Unix.pm
9192 ____________________________________________________________________________
9193 [  9132] By: jhi                                   on 2001/03/13  22:41:21
9194         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
9195              From: "John P. Linderman" <jpl@research.att.com>
9196              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
9197              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
9198              
9199              A more correct prime finder.
9200      Branch: perl
9201            ! lib/Tie/SubstrHash.pm
9202 ____________________________________________________________________________
9203 [  9131] By: gsar                                  on 2001/03/13  22:30:42
9204         Log: make the error text look more consistent in hints/hpux.sh
9205      Branch: maint-5.6/perl
9206            ! hints/hpux.sh
9207 ____________________________________________________________________________
9208 [  9130] By: jhi                                   on 2001/03/13  22:23:44
9209         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
9210              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9211              Date: Tue, 13 Mar 2001 18:41:26 +0100
9212              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
9213              
9214              If the test is run non-interactively the default handler
9215              is different.
9216      Branch: perl
9217            ! t/lib/sigaction.t
9218 ____________________________________________________________________________
9219 [  9129] By: jhi                                   on 2001/03/13  22:20:21
9220         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
9221              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9222              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
9223              Date:     Tue, 13 Mar 2001 16:44:32 EST
9224      Branch: perl
9225            ! t/lib/1_compile.t
9226 ____________________________________________________________________________
9227 [  9128] By: jhi                                   on 2001/03/13  22:18:34
9228         Log: Subject: Another patch for integer.pm POD 
9229              From: "John L. Allen" <allen@grumman.com>
9230              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
9231              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
9232      Branch: perl
9233            ! lib/integer.pm
9234 ____________________________________________________________________________
9235 [  9127] By: nick                                  on 2001/03/13  21:26:30
9236         Log: Integrate mainline.
9237      Branch: perlio
9238           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
9239           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
9240           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
9241           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
9242           !> Changes Configure MANIFEST README.os2 README.os390
9243           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
9244           !> os2/Changes patchlevel.h win32/perlhost.h
9245 ____________________________________________________________________________
9246 [  9126] By: nick                                  on 2001/03/13  20:39:51
9247         Log: #ifdef'ed out code to make packed side of pack/unpack
9248              octets. (i.e. pack('U') => encode_utf8).
9249      Branch: perlio
9250            ! pp.c
9251 ____________________________________________________________________________
9252 [  9125] By: jhi                                   on 2001/03/13  15:07:16
9253         Log: Update Changes.
9254      Branch: perl
9255            ! Changes patchlevel.h
9256 ____________________________________________________________________________
9257 [  9124] By: jhi                                   on 2001/03/13  14:22:45
9258         Log: Workaround for the buggy ("internal compiler error")
9259              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
9260              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
9261              of Andreas König.
9262      Branch: perl
9263            ! ext/re/Makefile.PL hints/aix.sh
9264 ____________________________________________________________________________
9265 [  9123] By: jhi                                   on 2001/03/13  03:24:34
9266         Log: Typo in #9114.
9267      Branch: metaconfig
9268            ! U/modified/myhostname.U
9269 ____________________________________________________________________________
9270 [  9122] By: jhi                                   on 2001/03/13  03:24:06
9271         Log: Typo in #9113.
9272      Branch: perl
9273            ! Configure
9274 ____________________________________________________________________________
9275 [  9121] By: jhi                                   on 2001/03/13  01:53:05
9276         Log: Forgot to check-in the larger part of #9120, duh.
9277      Branch: perl
9278            ! README.os2
9279 ____________________________________________________________________________
9280 [  9120] By: jhi                                   on 2001/03/13  01:51:31
9281         Log: Subject: [PATCH 5.6.1] OS/2 docs
9282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9283              Date: Mon, 12 Mar 2001 03:27:32 -0500
9284              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
9285      Branch: perl
9286            ! os2/Changes
9287 ____________________________________________________________________________
9288 [  9119] By: jhi                                   on 2001/03/13  01:49:41
9289         Log: Integrate change #9116 from maintperl into mainline.
9290              
9291              Win32::GetCwd() returns C: instead of C:\ in the root directory
9292              under ithreads
9293      Branch: perl
9294           !> win32/perlhost.h
9295 ____________________________________________________________________________
9296 [  9118] By: jhi                                   on 2001/03/13  01:13:39
9297         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
9298      Branch: perl
9299            + lib/Switch.pm t/lib/switch.t
9300            ! MANIFEST
9301 ____________________________________________________________________________
9302 [  9117] By: jhi                                   on 2001/03/13  01:03:17
9303         Log: Add Text::Balanced 1.83.
9304      Branch: perl
9305            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
9306            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
9307            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
9308            + t/lib/tb-xvari.t
9309            ! MANIFEST
9310 ____________________________________________________________________________
9311 [  9116] By: gsar                                  on 2001/03/13  00:55:53
9312         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
9313              under ithreads
9314      Branch: maint-5.6/perl
9315            ! win32/perlhost.h
9316 ____________________________________________________________________________
9317 [  9115] By: jhi                                   on 2001/03/13  00:54:09
9318         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
9319              From: "John L. Allen" <allen@grumman.com>
9320              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
9321              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
9322              
9323              use integer document clarification.
9324      Branch: perl
9325            ! lib/integer.pm
9326 ____________________________________________________________________________
9327 [  9114] By: jhi                                   on 2001/03/13  00:38:54
9328         Log: Metaconfig unit change for #9113.
9329      Branch: metaconfig
9330            ! U/modified/myhostname.U
9331 ____________________________________________________________________________
9332 [  9113] By: jhi                                   on 2001/03/13  00:38:35
9333         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?)
9334              From: Peter Prymmer <pvhp@forte.com>
9335              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
9336              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
9337      Branch: perl
9338            ! Configure README.os390 hints/os390.sh
9339 ____________________________________________________________________________
9340 [  9112] By: jhi                                   on 2001/03/13  00:29:00
9341         Log: Integrate perlio.
9342      Branch: perl
9343           !> sv.c utf8.h
9344 ____________________________________________________________________________
9345 [  9111] By: nick                                  on 2001/03/12  21:16:33
9346         Log: Integrate mainline.
9347      Branch: perlio
9348           +> t/op/anonsub.t
9349           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9350           !> proto.h sv.c
9351 ____________________________________________________________________________
9352 [  9110] By: nick                                  on 2001/03/12  21:00:13
9353         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
9354      Branch: perlio
9355            ! sv.c utf8.h
9356 ____________________________________________________________________________
9357 [  9109] By: jhi                                   on 2001/03/12  16:04:47
9358         Log: Integrate change #9108 from maintperl to mainline.
9359              
9360              fix memory leak in C<sub X { sub {} }> arising from a refcount
9361              loop between the outer sub and the inner prototype anonsub
9362              
9363              this also enables closures returned by subroutines that
9364              subsequently get redefined to work without generating coredumps :)
9365              
9366              completely removed the free_closures() hack--it shouldn't be
9367              needed anymore
9368      Branch: perl
9369           +> t/op/anonsub.t
9370           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9371           !> proto.h sv.c
9372 ____________________________________________________________________________
9373 [  9108] By: gsar                                  on 2001/03/12  10:21:31
9374         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
9375              loop between the outer sub and the inner prototype anonsub
9376              
9377              this also enables closures returned by subroutines that
9378              subsequently get redefined to work without generating coredumps :)
9379              
9380              completely removed the free_closures() hack--it shouldn't be
9381              needed anymore
9382      Branch: maint-5.6/perl
9383            + t/op/anonsub.t
9384            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
9385            ! proto.h sv.c
9386 ____________________________________________________________________________
9387 [  9107] By: jhi                                   on 2001/03/12  05:15:31
9388         Log: Integrate perlio.
9389      Branch: perl
9390           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
9391 ____________________________________________________________________________
9392 [  9106] By: nick                                  on 2001/03/11  20:10:12
9393         Log: regcomp.c is working in native space, not Unicode space (if different)
9394              as it is doing compare against 'W' in \W etc.
9395      Branch: perlio
9396            ! regcomp.c
9397 ____________________________________________________________________________
9398 [  9105] By: nick                                  on 2001/03/11  19:39:34
9399         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
9400              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
9401      Branch: perlio
9402            ! regcomp.c toke.c utf8.c
9403 ____________________________________________________________________________
9404 [  9104] By: nick                                  on 2001/03/11  18:15:44
9405         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
9406      Branch: perlio
9407            ! sv.c
9408 ____________________________________________________________________________
9409 [  9103] By: nick                                  on 2001/03/11  18:03:28
9410         Log: Integrate mainline (for regexp stuff).
9411      Branch: perlio
9412           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9413           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
9414           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
9415           !> t/lib/errno.t t/op/pat.t
9416 ____________________________________________________________________________
9417 [  9102] By: nick                                  on 2001/03/11  17:44:20
9418         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
9419              - exclude layer syms in makedef.pl for sfio
9420              - also inhibit Encode from trying to build ":encode()" layer.
9421      Branch: perlio
9422            ! ext/Encode/Encode.xs makedef.pl
9423 ____________________________________________________________________________
9424 [  9101] By: jhi                                   on 2001/03/10  22:38:13
9425         Log: The $Is_MacOS needs to be declared.
9426      Branch: perl
9427            ! lib/ExtUtils/Manifest.pm
9428 ____________________________________________________________________________
9429 [  9100] By: jhi                                   on 2001/03/10  22:14:29
9430         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
9431              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
9432              pollute the symbolspace if using sfio.
9433      Branch: perl
9434            ! ext/Encode/Encode.xs
9435 ____________________________________________________________________________
9436 [  9099] By: jhi                                   on 2001/03/10  21:58:48
9437         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
9438              Date: Sat, 10 Mar 2001 14:23:55 -0500
9439              From: Chris Nandor <pudge@pobox.com>
9440              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
9441      Branch: perl
9442            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
9443            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
9444            ! t/lib/errno.t
9445 ____________________________________________________________________________
9446 [  9098] By: jhi                                   on 2001/03/10  21:38:30
9447         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
9448      Branch: perl
9449            ! regcomp.c regexec.c t/op/pat.t
9450 ____________________________________________________________________________
9451 [  9097] By: jhi                                   on 2001/03/10  14:38:07
9452         Log: Integrate perlio.
9453      Branch: perl
9454           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
9455           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
9456           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
9457 ____________________________________________________________________________
9458 [  9096] By: nick                                  on 2001/03/10  11:55:43
9459         Log: EBCDIC sanity - phase I
9460              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
9461              - use utf8n_xxxx (c.f. pvn) for forms which take length.
9462              - back out vN.N and $^V exceptions to e2a/a2e
9463              - make "locale" isxxx macros be uvchr (may be redundant?)
9464              
9465              Not clear yet that toUPPER_uni et. al. return being handled correctly.
9466              The tr// and rexexp stuff still needs an audit, assumption is they are working
9467              in Unicode space.
9468              
9469              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
9470      Branch: perlio
9471            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
9472            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
9473            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
9474 ____________________________________________________________________________
9475 [  9095] By: jhi                                   on 2001/03/09  22:10:01
9476         Log: Integrate perlio.
9477      Branch: perl
9478           !> dump.c
9479 ____________________________________________________________________________
9480 [  9094] By: nick                                  on 2001/03/09  17:36:38
9481         Log: Builds an passes all tests after integrate and this tweak.
9482      Branch: perlio
9483            ! dump.c
9484 ____________________________________________________________________________
9485 [  9093] By: nick                                  on 2001/03/09  17:16:03
9486         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
9487      Branch: perlio
9488           +> lib/unicode/Scripts.txt t/lib/sigaction.t
9489           !> (integrate 79 files)
9490 ____________________________________________________________________________
9491 [  9092] By: jhi                                   on 2001/03/09  15:28:26
9492         Log: Update Changes.
9493      Branch: perl
9494            ! Changes patchlevel.h
9495 ____________________________________________________________________________
9496 [  9091] By: jhi                                   on 2001/03/09  15:25:05
9497         Log: In op/stat #35 better to scan all the potential directories
9498              for setuids, not just the first one.
9499      Branch: perl
9500            ! t/op/stat.t
9501 ____________________________________________________________________________
9502 [  9090] By: jhi                                   on 2001/03/09  15:01:27
9503         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
9504              From: rspier@pobox.com (Robert Spier)
9505              Date: Fri, 9 Mar 2001 03:30:20 -0500
9506              Message-ID: <15016.38044.381174.160189@rls.cx>
9507              
9508              EXISTS() returning undef mistakenly triggered a FETCH().
9509      Branch: perl
9510            ! hv.c
9511 ____________________________________________________________________________
9512 [  9089] By: jhi                                   on 2001/03/09  14:59:02
9513         Log: Add /sbin and /usr/sbin to the list of directories scanned
9514              for setuid programs.  Takes care of bug id 20010309.003.
9515      Branch: perl
9516            ! t/op/stat.t
9517 ____________________________________________________________________________
9518 [  9088] By: jhi                                   on 2001/03/09  14:48:32
9519         Log: Regen perlapi, perltoc.
9520      Branch: perl
9521            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
9522 ____________________________________________________________________________
9523 [  9087] By: jhi                                   on 2001/03/09  14:38:56
9524         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
9525              From: David Mitchell <davem@fdgroup.co.uk>
9526              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
9527              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
9528      Branch: perl
9529            ! dump.c perl.c perl.h pod/perlrun.pod
9530 ____________________________________________________________________________
9531 [  9086] By: jhi                                   on 2001/03/09  01:47:16
9532         Log: A modified version of
9533              
9534              Subject: [ID 20010307.005] POSIX::sigaction has various problems
9535              From: anders@broadcom.com
9536              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
9537              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
9538              
9539              Currently the sigaction.t test #6 fails (and is fudged to look
9540              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
9541              This may well be a genuine bug in Linux sigaction() (since at
9542              least Tru64, Solaris, and HP-UX disagree with Linux).
9543              Anyone with POSIX / SUSv2 tome handy?  The problem is that
9544              the flags of the oldaction don't match with the flags in
9545              the previously installed disposition.
9546      Branch: perl
9547            + t/lib/sigaction.t
9548            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9549 ____________________________________________________________________________
9550 [  9085] By: jhi                                   on 2001/03/09  01:30:13
9551         Log: Subject: Re: mission impossible for the day
9552              From: Alex Gough <alex@rcon.org>
9553              Date: Thu, 08 Mar 2001 17:18:19 +0000
9554              Message-ID: <3AA7BEDB.8070409@rcon.org>
9555              
9556              If references (are overloaded) and can be directly stringified,
9557              show that instead of "stringified".
9558              
9559              (The problem, infinite mutual recursion caused by overloaded bool
9560              in Switch.pm, tracked by David Mitchell)
9561      Branch: perl
9562            ! lib/Carp/Heavy.pm
9563 ____________________________________________________________________________
9564 [  9084] By: jhi                                   on 2001/03/09  01:20:39
9565         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
9566              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
9567              From: David Mitchell <davem@fdgroup.co.uk>
9568              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
9569      Branch: perl
9570            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
9571            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
9572 ____________________________________________________________________________
9573 [  9083] By: jhi                                   on 2001/03/09  01:16:51
9574         Log: Subject: [PATCH] perldata.pod here-doc docs
9575              From: Jeff Pinyan <jeffp@crusoe.net>
9576              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
9577              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
9578      Branch: perl
9579            ! pod/perldata.pod
9580 ____________________________________________________________________________
9581 [  9082] By: jhi                                   on 2001/03/09  01:01:27
9582         Log: Subject: Re: Unicode/EBCDIC
9583              From: Peter Prymmer <pvhp@forte.com>
9584              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
9585              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
9586      Branch: perl
9587            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
9588 ____________________________________________________________________________
9589 [  9081] By: jhi                                   on 2001/03/08  13:41:30
9590         Log: Subject: Ooops, wrong 'no *POSIX' Patch
9591              From: Dorner Thomas <Thomas.Dorner@start.de>
9592              Date: Thu, 8 Mar 2001 08:43:28 +0100
9593              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
9594      Branch: perl
9595            ! hints/posix-bc.sh
9596 ____________________________________________________________________________
9597 [  9080] By: jhi                                   on 2001/03/08  13:11:42
9598         Log: It's Scripts.txt, not Script.txt.
9599      Branch: perl
9600            ! MANIFEST
9601 ____________________________________________________________________________
9602 [  9079] By: jhi                                   on 2001/03/08  12:59:05
9603         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
9604              From: Dorner Thomas <Thomas.Dorner@start.de>
9605              Date: Wed, 7 Mar 2001 14:13:31 +0100
9606              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
9607      Branch: perl
9608            ! makedepend.SH
9609 ____________________________________________________________________________
9610 [  9078] By: jhi                                   on 2001/03/08  12:57:43
9611         Log: Retract #9069, wrong patch.
9612      Branch: perl
9613            ! Makefile.SH
9614 ____________________________________________________________________________
9615 [  9077] By: jhi                                   on 2001/03/08  01:06:13
9616         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
9617      Branch: perl
9618            + lib/unicode/Scripts.txt
9619            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
9620            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
9621            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
9622            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
9623            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
9624            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
9625            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
9626            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
9627            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
9628            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
9629            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
9630            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
9631            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
9632            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
9633            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
9634            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
9635            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
9636            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
9637            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
9638            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
9639            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
9640            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
9641            ! lib/unicode/version
9642 ____________________________________________________________________________
9643 [  9076] By: jhi                                   on 2001/03/07  22:59:39
9644         Log: Integrate change #7784 from mainline into maintperl.
9645              
9646              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
9647      Branch: maint-5.6/perl
9648           !> pp_ctl.c t/op/pat.t
9649 ____________________________________________________________________________
9650 [  9075] By: jhi                                   on 2001/03/07  22:05:11
9651         Log: More UTF-8 test tweaks.
9652      Branch: perl
9653            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
9654 ____________________________________________________________________________
9655 [  9074] By: nick                                  on 2001/03/07  21:39:29
9656         Log: Integrate mainline.
9657      Branch: perlio
9658           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
9659           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
9660           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
9661           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
9662           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
9663 ____________________________________________________________________________
9664 [  9073] By: jhi                                   on 2001/03/07  16:37:09
9665         Log: Update Changes.
9666      Branch: perl
9667            ! Changes patchlevel.h
9668 ____________________________________________________________________________
9669 [  9072] By: jhi                                   on 2001/03/07  16:32:30
9670         Log: Subject: [ID 20010306.004] || != named unary operator
9671              From: abela@geneanet.org
9672              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
9673              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
9674      Branch: perl
9675            ! pod/perlop.pod
9676 ____________________________________________________________________________
9677 [  9071] By: jhi                                   on 2001/03/07  15:14:11
9678         Log: Subject: downgrading to bytes for common functions
9679              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
9680              Date: Wed, 7 Mar 2001 02:36:55 -0500
9681              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
9682      Branch: perl
9683            ! pp_sys.c
9684 ____________________________________________________________________________
9685 [  9070] By: jhi                                   on 2001/03/07  15:04:58
9686         Log: Clarify the description differentiating for and while; inspired by
9687              
9688              Subject: [ID 20010306.002] for/while difference in for definition
9689              From: abela@geneanet.org
9690              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
9691              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
9692      Branch: perl
9693            ! pod/perlsyn.pod
9694 ____________________________________________________________________________
9695 [  9069] By: jhi                                   on 2001/03/07  14:55:30
9696         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
9697              From: Dorner Thomas <Thomas.Dorner@start.de>
9698              Date: Wed, 7 Mar 2001 14:13:31 +0100
9699              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
9700      Branch: perl
9701            ! Makefile.SH
9702 ____________________________________________________________________________
9703 [  9068] By: jhi                                   on 2001/03/07  14:51:17
9704         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
9705              From: Radu Greab <radu@netsoft.ro>
9706              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
9707              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
9708      Branch: perl
9709            ! pp.c t/op/chop.t
9710 ____________________________________________________________________________
9711 [  9067] By: jhi                                   on 2001/03/07  14:48:57
9712         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
9713              From: Simon Cozens <simon@netthink.co.uk>
9714              Date: Wed, 7 Mar 2001 13:59:28 +0000
9715              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
9716              
9717              In order to allow MakeMaker to build correct Makefiles,
9718              you need to change the order of the arguments in MM_Unix.pm
9719              as well. (Unless you have C89_CCMODE set, but we're trying
9720              to be POSIXly correct)
9721              
9722              Thanks to Merijn Broeren for tracking this down.
9723      Branch: perl
9724            ! lib/ExtUtils/MM_Unix.pm
9725 ____________________________________________________________________________
9726 [  9066] By: jhi                                   on 2001/03/07  14:30:02
9727         Log: Floating point too messy.
9728      Branch: perl
9729            ! t/camel-III/vstring.t
9730 ____________________________________________________________________________
9731 [  9065] By: jhi                                   on 2001/03/07  14:17:44
9732         Log: Integrate change #9064 from maintperl into mainline.
9733              
9734              fix memory leak in pack("Bb",...)
9735      Branch: perl
9736           !> perl.c
9737 ____________________________________________________________________________
9738 [  9064] By: gsar                                  on 2001/03/07  06:29:24
9739         Log: fix memory leak in pack("Bb",...)
9740      Branch: maint-5.6/perl
9741            ! perl.c
9742 ____________________________________________________________________________
9743 [  9063] By: jhi                                   on 2001/03/07  00:55:04
9744         Log: Major utf8 test reorganisation and rewrite.
9745              Hopefully no tests were lost in the shuffle.
9746              (The beginning of pragma/utf8 was lost intentionally,
9747              the tests were rather bogus and incomplete.)
9748      Branch: perl
9749            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
9750            ! t/pragma/utf8.t
9751 ____________________________________________________________________________
9752 [  9062] By: jhi                                   on 2001/03/07  00:41:16
9753         Log: More tweakage on the Unicode character class descriptions.
9754      Branch: perl
9755            ! lib/unicode/mktables.PL pod/perlretut.pod
9756 ____________________________________________________________________________
9757 [  9061] By: jhi                                   on 2001/03/06  23:12:38
9758         Log: The perlretut was still talking about the old \p and \P
9759              definitions.
9760      Branch: perl
9761            ! pod/perlretut.pod
9762 ____________________________________________________________________________
9763 [  9060] By: nick                                  on 2001/03/06  20:52:37
9764         Log: Integrate mainline (make test works again now).
9765      Branch: perlio
9766           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
9767 ____________________________________________________________________________
9768 [  9059] By: jhi                                   on 2001/03/06  15:36:14
9769         Log: 0.999... does equal 1.0, doesn't it?
9770      Branch: perl
9771            ! t/camel-III/vstring.t
9772 ____________________________________________________________________________
9773 [  9058] By: jhi                                   on 2001/03/06  15:34:00
9774         Log: Make /x{abcd}/ to work without use utf8.
9775      Branch: perl
9776            ! regcomp.c
9777 ____________________________________________________________________________
9778 [  9057] By: jhi                                   on 2001/03/06  03:02:36
9779         Log: Easier to outcomment all the three reset() tests for now.
9780      Branch: perl
9781            ! t/op/pat.t
9782 ____________________________________________________________________________
9783 [  9056] By: jhi                                   on 2001/03/06  02:30:02
9784         Log: Comment out the deadly reset; until the 20010301.005
9785              is finally fixed.
9786      Branch: perl
9787            ! t/op/pat.t
9788 ____________________________________________________________________________
9789 [  9055] By: jhi                                   on 2001/03/06  02:21:26
9790         Log: Integrate the change #9054 from mainline:
9791              retract the PMOP cleanup patch pending further investigation.
9792      Branch: maint-5.6/perl
9793           !> op.c op.h
9794 ____________________________________________________________________________
9795 [  9054] By: jhi                                   on 2001/03/06  02:19:57
9796         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
9797              with oddly familiar stack traces.
9798      Branch: perl
9799            ! op.c op.h
9800 ____________________________________________________________________________
9801 [  9053] By: jhi                                   on 2001/03/05  23:20:28
9802         Log: Integrate perlio.
9803      Branch: perl
9804           +> ext/Encode/Encode/koi8-r.ucm
9805           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
9806           !> makedef.pl
9807 ____________________________________________________________________________
9808 [  9052] By: nick                                  on 2001/03/05  23:08:17
9809         Log: skipping USE_PERLIO symbols correction.
9810      Branch: perlio
9811            ! makedef.pl
9812 ____________________________________________________________________________
9813 [  9051] By: nick                                  on 2001/03/05  22:35:07
9814         Log: More Encode alias tidying.
9815      Branch: perlio
9816            + ext/Encode/Encode/koi8-r.ucm
9817            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
9818 ____________________________________________________________________________
9819 [  9050] By: jhi                                   on 2001/03/05  21:44:29
9820         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
9821              Sarathy's fix for ID 20010301.005.
9822      Branch: maint-5.6/perl
9823           !> op.c op.h
9824 ____________________________________________________________________________
9825 [  9049] By: nick                                  on 2001/03/05  19:54:04
9826         Log: Integrate Jarkko's Encode.pm tweak.
9827      Branch: perlio
9828           !> ext/Encode/Encode.pm
9829 ____________________________________________________________________________
9830 [  9048] By: nick                                  on 2001/03/05  19:47:57
9831         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
9832      Branch: perlio
9833           +> os2/os2add.sym
9834           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
9835           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
9836           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
9837           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
9838           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
9839 ____________________________________________________________________________
9840 [  9047] By: jhi                                   on 2001/03/05  19:25:26
9841         Log: Regen perlapi.
9842      Branch: perl
9843            ! pod/perlapi.pod
9844 ____________________________________________________________________________
9845 [  9046] By: jhi                                   on 2001/03/05  19:12:14
9846         Log: Integrate perlio.
9847      Branch: perl
9848           +> t/camel-III/vstring.t
9849           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
9850 ____________________________________________________________________________
9851 [  9045] By: jhi                                   on 2001/03/05  19:10:36
9852         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
9853      Branch: perl
9854            ! ext/Encode/Encode.pm
9855 ____________________________________________________________________________
9856 [  9044] By: jhi                                   on 2001/03/05  18:49:12
9857         Log: Forgot the other half of the PMOP patch (#9033).
9858      Branch: perl
9859            ! op.h
9860 ____________________________________________________________________________
9861 [  9043] By: nick                                  on 2001/03/05  18:14:47
9862         Log: Update MANIFEST for new test.
9863      Branch: perlio
9864            ! MANIFEST
9865 ____________________________________________________________________________
9866 [  9042] By: nick                                  on 2001/03/05  18:12:41
9867         Log: Some tests for Camel 3rd edition features.
9868              Make gethostbyaddr() test in above work.
9869      Branch: perlio
9870            + t/camel-III/vstring.t
9871            ! pp.h pp_sys.c t/TEST t/harness
9872 ____________________________________________________________________________
9873 [  9041] By: jhi                                   on 2001/03/05  17:41:48
9874         Log: Add more ISO 8859 encoding aliases.
9875      Branch: perl
9876            ! ext/Encode/Encode.pm
9877 ____________________________________________________________________________
9878 [  9040] By: jhi                                   on 2001/03/05  17:30:43
9879         Log: Integrate perlio.
9880      Branch: perl
9881           !> MANIFEST sv.c
9882 ____________________________________________________________________________
9883 [  9039] By: nick                                  on 2001/03/05  17:11:36
9884         Log: Missed added file.
9885      Branch: perlio
9886            ! MANIFEST
9887 ____________________________________________________________________________
9888 [  9038] By: jhi                                   on 2001/03/05  15:58:01
9889         Log: Add tr tests for EBCDIC, from Karsten Sperling.
9890      Branch: perl
9891            ! t/op/tr.t
9892 ____________________________________________________________________________
9893 [  9037] By: nick                                  on 2001/03/05  15:56:35
9894         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
9895              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
9896              
9897              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
9898              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
9899              - uses SvPV() rather than sv_2pv() in case it isn't a string.
9900      Branch: perlio
9901            ! sv.c
9902 ____________________________________________________________________________
9903 [  9036] By: jhi                                   on 2001/03/05  15:49:15
9904         Log: Add matching tests currently failing in EBCDIC,
9905              suggested by Karsten Sperling.
9906      Branch: perl
9907            ! t/op/pat.t
9908 ____________________________________________________________________________
9909 [  9035] By: jhi                                   on 2001/03/05  15:36:55
9910         Log: The #9034 needs a MANIFESTation.
9911      Branch: perl
9912            ! MANIFEST
9913 ____________________________________________________________________________
9914 [  9034] By: jhi                                   on 2001/03/05  15:35:14
9915         Log: Integrate perlio.
9916      Branch: perl
9917           +> ext/Encode/Encode/Tcl.pm
9918           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
9919           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
9920           !> ext/Encode/Encode/iso8859-1.ucm
9921           !> ext/Encode/Encode/iso8859-10.ucm
9922           !> ext/Encode/Encode/iso8859-13.ucm
9923           !> ext/Encode/Encode/iso8859-14.ucm
9924           !> ext/Encode/Encode/iso8859-15.ucm
9925           !> ext/Encode/Encode/iso8859-16.ucm
9926           !> ext/Encode/Encode/iso8859-2.ucm
9927           !> ext/Encode/Encode/iso8859-3.ucm
9928           !> ext/Encode/Encode/iso8859-4.ucm
9929           !> ext/Encode/Encode/iso8859-5.ucm
9930           !> ext/Encode/Encode/iso8859-6.ucm
9931           !> ext/Encode/Encode/iso8859-7.ucm
9932           !> ext/Encode/Encode/iso8859-8.ucm
9933           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
9934           !> t/lib/encode.t
9935 ____________________________________________________________________________
9936 [  9033] By: jhi                                   on 2001/03/05  15:33:18
9937         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
9938              From: Gurusamy Sarathy <gsar@ActiveState.com>
9939              Date: Sun, 04 Mar 2001 22:33:15 -0800
9940              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
9941              
9942              PMOPs need to remember their own stash so that they can
9943              gracefully remove themselves from their linked list.
9944      Branch: perl
9945            ! op.c
9946 ____________________________________________________________________________
9947 [  9032] By: nick                                  on 2001/03/05  14:51:50
9948         Log: Encode implementation "completion"
9949              Implement and document define_encoding()
9950              Implement and document encoding aliases including define_alias()
9951              Make Encode::XS use define_encoding() rather than back-door.
9952              Move run-time *.enc to separate Encode::Tcl module.
9953              Make 'compile' honour <codeset_name>
9954              Change canonical names of to iso-8859-* and US-ascii.
9955      Branch: perlio
9956            + ext/Encode/Encode/Tcl.pm
9957            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9958            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
9959            ! ext/Encode/Encode/iso8859-1.ucm
9960            ! ext/Encode/Encode/iso8859-10.ucm
9961            ! ext/Encode/Encode/iso8859-13.ucm
9962            ! ext/Encode/Encode/iso8859-14.ucm
9963            ! ext/Encode/Encode/iso8859-15.ucm
9964            ! ext/Encode/Encode/iso8859-16.ucm
9965            ! ext/Encode/Encode/iso8859-2.ucm
9966            ! ext/Encode/Encode/iso8859-3.ucm
9967            ! ext/Encode/Encode/iso8859-4.ucm
9968            ! ext/Encode/Encode/iso8859-5.ucm
9969            ! ext/Encode/Encode/iso8859-6.ucm
9970            ! ext/Encode/Encode/iso8859-7.ucm
9971            ! ext/Encode/Encode/iso8859-8.ucm
9972            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
9973            ! t/lib/encode.t
9974 ____________________________________________________________________________
9975 [  9031] By: jhi                                   on 2001/03/05  13:51:17
9976         Log: Integrate change #9030 from maintperl into mainline.
9977              
9978              Subject: [PATCH 5.6.1] OS/2 cleanup
9979      Branch: perl
9980           +> os2/os2add.sym
9981           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9982           !> makedef.pl os2/Changes os2/Makefile.SHs
9983           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
9984           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
9985           !> os2/os2.sym os2/os2ish.h
9986 ____________________________________________________________________________
9987 [  9030] By: jhi                                   on 2001/03/05  13:46:49
9988         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
9989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9990              Date: Mon, 5 Mar 2001 02:29:44 -0500
9991              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
9992      Branch: maint-5.6/perl
9993            + os2/os2add.sym
9994            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
9995            ! makedef.pl os2/Changes os2/Makefile.SHs
9996            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
9997            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
9998            ! os2/os2.sym os2/os2ish.h
9999 ____________________________________________________________________________
10000 [  9029] By: jhi                                   on 2001/03/05  13:40:35
10001         Log: Integrate change #9028 from maintperl into mainline.
10002              
10003              various nits in MM_Unix.pm found by disabling SelfLoader
10004      Branch: perl
10005           !> lib/ExtUtils/MM_Unix.pm
10006 ____________________________________________________________________________
10007 [  9028] By: gsar                                  on 2001/03/05  09:58:38
10008         Log: various nits in MM_Unix.pm found by disabling SelfLoader
10009      Branch: maint-5.6/perl
10010            ! lib/ExtUtils/MM_Unix.pm
10011 ____________________________________________________________________________
10012 [  9027] By: nick                                  on 2001/03/05  08:35:22
10013         Log: Integrate mainline
10014      Branch: perlio
10015           !> (integrate 28 files)
10016 ____________________________________________________________________________
10017 [  9026] By: jhi                                   on 2001/03/05  02:14:59
10018         Log: Integrate change #9025 from mainline to maintperl,
10019              retract \N{U+HHHH}.
10020      Branch: maint-5.6/perl
10021           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10022           !> t/lib/charnames.t toke.c
10023 ____________________________________________________________________________
10024 [  9025] By: jhi                                   on 2001/03/05  02:13:09
10025         Log: Retracting \N{U+HHHH}.
10026      Branch: perl
10027            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10028            ! t/lib/charnames.t toke.c
10029 ____________________________________________________________________________
10030 [  9024] By: jhi                                   on 2001/03/04  20:51:07
10031         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
10032              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
10033              Date: Fri, 02 Mar 2001 18:25:26 +0100
10034              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
10035              
10036              Casting problem.
10037      Branch: perl
10038            ! ext/Storable/Storable.xs
10039 ____________________________________________________________________________
10040 [  9023] By: jhi                                   on 2001/03/04  19:46:45
10041         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
10042              From: nick@talking.bollo.cx
10043              Date: Sat, 03 Mar 2001 21:41:33 +0000
10044              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
10045              
10046              Revert the workaround.
10047      Branch: perl
10048            ! perlio.c
10049 ____________________________________________________________________________
10050 [  9022] By: jhi                                   on 2001/03/04  19:36:28
10051         Log: Update Changes.
10052      Branch: perl
10053            ! Changes patchlevel.h
10054 ____________________________________________________________________________
10055 [  9021] By: jhi                                   on 2001/03/04  18:41:00
10056         Log: makedef.pl updates suggested by Chris Nandor; double-checking
10057              the changes in AIX, OS/2 Win32 would be nice.
10058      Branch: perl
10059            ! makedef.pl
10060 ____________________________________________________________________________
10061 [  9020] By: jhi                                   on 2001/03/04  18:23:58
10062         Log: Integrate change #9012 from maintperl into mainline,
10063              quench a compiler warning.
10064      Branch: perl
10065           !> toke.c
10066 ____________________________________________________________________________
10067 [  9019] By: jhi                                   on 2001/03/04  18:18:43
10068         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
10069              
10070              \N{U+HHHH} fix.
10071              
10072              pattern in G_ARRAY context
10073      Branch: maint-5.6/perl
10074           !> pp_hot.c t/op/pat.t toke.c
10075 ____________________________________________________________________________
10076 [  9018] By: jhi                                   on 2001/03/04  18:07:48
10077         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
10078              From: Jeff Pinyan <jeffp@crusoe.net>
10079              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
10080              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
10081      Branch: perl
10082            ! pp_hot.c t/op/pat.t
10083 ____________________________________________________________________________
10084 [  9017] By: jhi                                   on 2001/03/04  18:06:21
10085         Log: I thought I tested the #9014.
10086      Branch: perl
10087            ! toke.c
10088 ____________________________________________________________________________
10089 [  9016] By: jhi                                   on 2001/03/04  17:41:22
10090         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
10091              
10092              Tweak the get*ent() OS/2 prototypes.
10093              
10094              Add the \N{U+HHHH} syntax.
10095              
10096              More tr/// UTF-8 fixes from Inaba Hiroto.
10097      Branch: maint-5.6/perl
10098           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
10099           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
10100 ____________________________________________________________________________
10101 [  9015] By: jhi                                   on 2001/03/04  17:36:04
10102         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
10103      Branch: perl
10104            ! doop.c t/op/tr.t
10105 ____________________________________________________________________________
10106 [  9014] By: jhi                                   on 2001/03/04  17:24:49
10107         Log: Add the \N{U+HHHH} syntax.
10108      Branch: perl
10109            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
10110            ! t/lib/charnames.t toke.c
10111 ____________________________________________________________________________
10112 [  9013] By: jhi                                   on 2001/03/04  17:20:45
10113         Log: Tweak the get*ent() OS/2 prototypes.
10114      Branch: perl
10115            ! os2/os2.c
10116 ____________________________________________________________________________
10117 [  9012] By: gsar                                  on 2001/03/04  06:26:14
10118         Log: avoid warning (nit in change#9009)
10119      Branch: maint-5.6/perl
10120            ! toke.c
10121 ____________________________________________________________________________
10122 [  9011] By: gsar                                  on 2001/03/04  06:15:24
10123         Log: lib/charnames.t fails in 5.6.x because of older Unicode
10124              data
10125              
10126              TODO: need to revisit this after updating lib/unicode/...
10127      Branch: maint-5.6/perl
10128            ! t/lib/charnames.t
10129 ____________________________________________________________________________
10130 [  9010] By: gsar                                  on 2001/03/04  06:08:36
10131         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
10132      Branch: maint-5.6/perl
10133            ! toke.c
10134 ____________________________________________________________________________
10135 [  9009] By: jhi                                   on 2001/03/03  19:27:20
10136         Log: Integrate change #9008 from mainline to maintperl,
10137              UTF-8 tr/// fixes from Inaba Hiroto.
10138      Branch: maint-5.6/perl
10139           !> doop.c op.c t/op/tr.t toke.c
10140 ____________________________________________________________________________
10141 [  9008] By: jhi                                   on 2001/03/03  19:19:42
10142         Log: UTF8 tr/// fixes from Inaba Hiroto.
10143      Branch: perl
10144            ! doop.c op.c t/op/tr.t toke.c
10145 ____________________________________________________________________________
10146 [  9007] By: jhi                                   on 2001/03/03  19:00:30
10147         Log: Integrate change #9006 from maintperl to mainline,
10148              more robust quest for the infinite.
10149      Branch: perl
10150           !> lib/Math/Complex.pm
10151 ____________________________________________________________________________
10152 [  9006] By: jhi                                   on 2001/03/03  18:58:06
10153         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
10154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10155              Date: Sat, 3 Mar 2001 12:51:50 -0500
10156              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
10157              
10158              Be more robust in our quest for the infinite.
10159      Branch: maint-5.6/perl
10160            ! lib/Math/Complex.pm
10161 ____________________________________________________________________________
10162 [  9005] By: jhi                                   on 2001/03/03  17:55:50
10163         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
10164      Branch: maint-5.6/perl
10165            ! doio.c
10166 ____________________________________________________________________________
10167 [  9004] By: jhi                                   on 2001/03/03  17:40:14
10168         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
10169              so that picky compilers like IRIX won't get huffy about
10170              "statements without effect" (like 1;).
10171      Branch: perl
10172            ! toke.c
10173 ____________________________________________________________________________
10174 [  9003] By: jhi                                   on 2001/03/03  17:15:52
10175         Log: Integrate change #9002 from mainline to maintperl.
10176              
10177              Subject: [perl-5.6.x, perl-current] accept for EPOC
10178      Branch: maint-5.6/perl
10179           !> pp_sys.c
10180 ____________________________________________________________________________
10181 [  9002] By: jhi                                   on 2001/03/03  17:14:30
10182         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
10183              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10184              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
10185              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
10186      Branch: perl
10187            ! pp_sys.c
10188 ____________________________________________________________________________
10189 [  9001] By: jhi                                   on 2001/03/03  17:13:13
10190         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
10191              From: "Craig A. Berry" <craigberry@mac.com>
10192              Date: Fri, 02 Mar 2001 17:44:40 -0600
10193              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
10194      Branch: perl
10195            ! t/pod/find.t
10196 ____________________________________________________________________________
10197 [  9000] By: jhi                                   on 2001/03/03  17:11:55
10198         Log: Integrate changes #8997,8999 from maintperl.
10199              
10200              Subject: [PATCH 5.6.1] compiling on OS/2
10201              (Better error message from hints/os2.sh)
10202              
10203              Subject: [PATCH 5.6.1] syslog.t
10204      Branch: perl
10205           !> hints/os2.sh t/lib/syslog.t
10206 ____________________________________________________________________________
10207 [  8999] By: jhi                                   on 2001/03/03  17:09:28
10208         Log: Subject: [PATCH 5.6.1] syslog.t
10209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10210              Date: Sat, 3 Mar 2001 02:11:17 -0500
10211              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
10212      Branch: maint-5.6/perl
10213            ! t/lib/syslog.t
10214 ____________________________________________________________________________
10215 [  8998] By: jhi                                   on 2001/03/03  17:07:50
10216         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
10217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10218              Date: Sat, 3 Mar 2001 01:53:52 -0500
10219              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
10220      Branch: maint-5.6/perl
10221            ! opcode.pl os2/os2.c
10222 ____________________________________________________________________________
10223 [  8997] By: jhi                                   on 2001/03/03  17:03:30
10224         Log: Subject: [PATCH 5.6.1] compiling on OS/2
10225              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10226              Date: Sat, 3 Mar 2001 01:59:59 -0500
10227              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
10228      Branch: maint-5.6/perl
10229            ! hints/os2.sh
10230 ____________________________________________________________________________
10231 [  8996] By: jhi                                   on 2001/03/03  00:55:58
10232         Log: Regen files for mainline.
10233      Branch: perl
10234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10235            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
10236 ____________________________________________________________________________
10237 [  8995] By: jhi                                   on 2001/03/03  00:35:22
10238         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
10239              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
10240              to maintperl.
10241              
10242              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
10243              
10244              Add Configure option -Dmksymlinks which will create a symlink
10245              forest if the current/build differs from the source directory.
10246              (8218,8220,8221,8317,8318,8971)
10247              
10248              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
10249              (Document APPLLIB_EXP in INSTALL.)
10250              
10251              If running byacc write-enable also perly.h.
10252              
10253              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
10254              
10255              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
10256              
10257              Sanity check for conflicting thread flavours.
10258              
10259              Fix the sys/fcntl.h problem reported by Peter Prymmer.
10260              
10261              Add few CPUs/architectures to the Cppsym scan,
10262              add -perlio to archname if so selected (modified 8890)
10263              
10264              Be more helpful for devel builders, suggested by John L. Allen.
10265              (admittedly pointless change for maintperl, but the usedevel
10266              code is there already)
10267      Branch: maint-5.6/perl
10268           !> Configure INSTALL Makefile.SH Porting/Glossary
10269           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
10270           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
10271           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
10272           !> win32/config.bc win32/config.gc win32/config.vc
10273 ____________________________________________________________________________
10274 [  8994] By: jhi                                   on 2001/03/02  23:31:41
10275         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
10276      Branch: metaconfig/U/perl
10277            ! gccvers.U
10278 ____________________________________________________________________________
10279 [  8993] By: jhi                                   on 2001/03/02  23:22:12
10280         Log: Regenerate various files for maint.
10281      Branch: maint-5.6/perl
10282            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
10283            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
10284 ____________________________________________________________________________
10285 [  8992] By: alanbur                               on 2001/03/02  22:48:34
10286         Log: Resync wuth parent
10287      Branch: maint-5.6/pureperl
10288           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
10289           !> (integrate 60 files)
10290 ____________________________________________________________________________
10291 [  8991] By: jhi                                   on 2001/03/02  21:00:08
10292         Log: Retract the #8742 part of #8986, backward compat.
10293      Branch: maint-5.6/perl
10294            ! embed.pl
10295 ____________________________________________________________________________
10296 [  8990] By: jhi                                   on 2001/03/02  20:40:07
10297         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
10298      Branch: maint-5.6/perl
10299            ! hv.c
10300 ____________________________________________________________________________
10301 [  8989] By: jhi                                   on 2001/03/02  19:59:56
10302         Log: Update Changes.
10303      Branch: perl
10304            ! Changes patchlevel.h
10305 ____________________________________________________________________________
10306 [  8988] By: jhi                                   on 2001/03/02  19:57:08
10307         Log: Integrate perlio.
10308      Branch: perl
10309           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10310           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10311           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10312           !> ext/Encode/Encode/iso8859-10.ucm
10313           !> ext/Encode/Encode/iso8859-13.ucm
10314           !> ext/Encode/Encode/iso8859-14.ucm
10315           !> ext/Encode/Encode/iso8859-15.ucm
10316           !> ext/Encode/Encode/iso8859-16.ucm
10317           !> ext/Encode/Encode/iso8859-2.ucm
10318           !> ext/Encode/Encode/iso8859-3.ucm
10319           !> ext/Encode/Encode/iso8859-4.ucm
10320           !> ext/Encode/Encode/iso8859-5.ucm
10321           !> ext/Encode/Encode/iso8859-6.ucm
10322           !> ext/Encode/Encode/iso8859-7.ucm
10323           !> ext/Encode/Encode/iso8859-8.ucm
10324           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10325           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
10326 ____________________________________________________________________________
10327 [  8987] By: jhi                                   on 2001/03/02  19:43:40
10328         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
10329              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
10330              8950,8952,8955 from mainline to maintperl.
10331              
10332              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
10333              
10334              Put to rest the 20010205.001, the email address checking (not) regex.
10335              
10336              fork() not everywhere, cleanup temp files.
10337              
10338              The #8843 wasn't quite right: %Config needs to imported.
10339              
10340              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
10341              (#8849: the glob-basic hunk needed massaging as it depended
10342              on Schwern's large-scale (unintegrated) patches)
10343              
10344              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
10345              
10346              Upgrade to CGI.pm 2.752, from Lincoln Stein.
10347              (Note: there were some conflicts due to EBCDIC and EPOC
10348              patches, in general I preferred the repository code.)
10349              (When 2.753 comes out, we need to synchronize.)
10350              
10351              Subject: [PATCH] fix for charnames above FFFF
10352              
10353              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
10354              
10355              If no sfio, no -lsfio.
10356              
10357              Run run/*.t also in minitest.
10358              
10359              Subject:  [PATCH perl 5.7.0] malloc message address offset
10360              
10361              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
10362              
10363              Subject: fix for parameter -Dm (for perl@8867)
10364              
10365              Subject: [PATCH: perl@8892] was Re: hashing order difference?
10366              (make the test more portable)
10367              
10368              Subject: Re: [PATCH] fix for charnames above FFFF
10369              
10370              Subject: Re: I'm losing the war...
10371              (hv_store() not working correctly in ENV_IS_CASELESS case.)
10372              
10373              Subject: Modified README.bs2000 
10374              
10375              Subject: [PATCH: perl@8935] -Dt padsv($var)
10376              
10377              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
10378              
10379              Subject: PATCH: extra tests to check on negative float to unsigned cast
10380              
10381              Subject: [PATCH] XPUSH[insp] was Re: progress
10382              
10383              Subject: Re: Compile with perlcc..
10384      Branch: maint-5.6/perl
10385           !> (integrate 36 files)
10386 ____________________________________________________________________________
10387 [  8986] By: jhi                                   on 2001/03/02  18:51:25
10388         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
10389              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
10390              to maintperl.
10391              
10392              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
10393              
10394              Subject: [DOC PATCH] overload.pm nits
10395              
10396              Add header for LIB$ prototypes (C. Berry)
10397              
10398              Convert fwrite()s to sockets to write()s, since some socket stacks
10399              don't take kindly to stdio.
10400              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
10401              (for often optional LNMs)
10402              Correct a few typos
10403              (C. Bailey)
10404              
10405              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
10406              
10407              De-cut-and-pasto.
10408              
10409              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
10410              
10411              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
10412              
10413              Upgrade to CPAN 1.59_54, from Andreas König.
10414              
10415              Bogus shebang.
10416              
10417              Subject: [PATCH] Document makepatch in Porting/patching
10418              
10419              UTF-8 documentation.
10420              
10421              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
10422              
10423              Sort the MANIFEST.
10424              
10425              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
10426              
10427              Subject: [PATCH @8807] toke.c cleanup: scan_str()
10428              
10429              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
10430              
10431              Add run/*.t to testables.
10432              
10433              TODO: integrate #8784.
10434      Branch: maint-5.6/perl
10435           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
10436           !> (integrate 28 files)
10437 ____________________________________________________________________________
10438 [  8985] By: nick                                  on 2001/03/02  18:15:45
10439         Log: Integrate mainline
10440      Branch: perlio
10441           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
10442           !> vms/vms.c
10443 ____________________________________________________________________________
10444 [  8984] By: jhi                                   on 2001/03/02  16:00:17
10445         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
10446              
10447              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
10448              5.004_05, and mention the suidperl August 2000 security problem.
10449              (#8978,#8981)
10450              
10451              Subject: [ID 20010301.004] Technically speaking in perldata
10452              
10453              Subject: [PATCH] File::Copy for bleadperl, maintperl
10454              
10455              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
10456              
10457              (The #8982, fix for 20010221.005 and 20010221.008,
10458              would be nice too but it didn't integrate cleanly.)
10459      Branch: maint-5.6/perl
10460           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
10461 ____________________________________________________________________________
10462 [  8983] By: jhi                                   on 2001/03/02  15:51:16
10463         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
10464              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10465              Date:     Thu, 1 Mar 2001 15:54:09 EST
10466              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
10467      Branch: perl
10468            ! vms/vms.c
10469 ____________________________________________________________________________
10470 [  8982] By: jhi                                   on 2001/03/02  15:43:31
10471         Log: Subject: Re: sync sync sync: have I missed any patches?
10472              From: Radu Greab <radu@netsoft.ro> 
10473              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
10474              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
10475              
10476              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
10477              was checking argv[0] regardless of whether a different pathname
10478              will actually be executed."  Test case not supplied because 
10479              drafting that, ironically enough, revealed another bug
10480              (or a feature).
10481      Branch: perl
10482            ! doio.c
10483 ____________________________________________________________________________
10484 [  8981] By: jhi                                   on 2001/03/02  15:28:03
10485         Log: Misdate in #8978.
10486      Branch: perl
10487            ! pod/perlfaq1.pod
10488 ____________________________________________________________________________
10489 [  8980] By: jhi                                   on 2001/03/02  15:24:20
10490         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
10491              From: Chris Nandor <pudge@pobox.com>
10492              Date: Wed, 28 Feb 2001 22:10:15 -0500
10493              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
10494      Branch: perl
10495            ! lib/File/Copy.pm
10496 ____________________________________________________________________________
10497 [  8979] By: jhi                                   on 2001/03/02  15:17:16
10498         Log: Subject: [ID 20010301.004] Technically speaking in perldata
10499              From: abela@geneanet.org
10500              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
10501              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
10502      Branch: perl
10503            ! pod/perldata.pod
10504 ____________________________________________________________________________
10505 [  8978] By: jhi                                   on 2001/03/02  15:15:27
10506         Log: Subject: [ID 20010301.003] ref to 5.004
10507              From: abela@geneanet.org
10508              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
10509              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
10510              
10511              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
10512              and mention the suidperl August 2000 security problem.
10513      Branch: perl
10514            ! pod/perlfaq1.pod
10515 ____________________________________________________________________________
10516 [  8977] By: alanbur                               on 2001/03/02  14:17:45
10517         Log: Resynchronised with parent
10518      Branch: maint-5.6/pureperl
10519           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
10520           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
10521           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
10522           !> vms/descrip_mms.template win32/win32.c win32/win32.h
10523           !> win32/win32iop.h
10524 ____________________________________________________________________________
10525 [  8976] By: nick                                  on 2001/03/01  23:25:30
10526         Log: Integrate mainline.
10527      Branch: perlio
10528            - t/op/qu.t
10529           !> (integrate 55 files)
10530 ____________________________________________________________________________
10531 [  8975] By: jhi                                   on 2001/03/01  16:51:34
10532         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
10533      Branch: perl
10534           !> toke.c
10535 ____________________________________________________________________________
10536 [  8974] By: gsar                                  on 2001/03/01  16:28:21
10537         Log: fix for bugid 20010226.008
10538              
10539              the problem was that some of the pointers (PL_last_lop and
10540              PL_last_uni specifically) into the lex buffers weren't correctly
10541              being invalidated when the buffer changed; this would leave the
10542              pointers pointing at an arbitrary location in the buffer if
10543              the buffer didn't need to be reallocated, or point into freed
10544              memory if the buffer had to be realloced
10545              
10546              TODO item for bugdb maintainers: check other seemingly random
10547              parser-related bugs--they might be cured by this
10548      Branch: maint-5.6/perl
10549            ! toke.c
10550 ____________________________________________________________________________
10551 [  8973] By: jhi                                   on 2001/03/01  02:23:25
10552         Log: Retract #8970 because of a completely mysterious core dump:
10553              adding the tests 241..244 causes op/pat dump core at test #25.
10554              The test needs a lot of whittling down before the bug can be solved.
10555      Branch: perl
10556            ! t/op/pat.t
10557 ____________________________________________________________________________
10558 [  8972] By: jhi                                   on 2001/03/01  01:58:38
10559         Log: Regen perlapi.
10560      Branch: perl
10561            ! pod/perlapi.pod
10562 ____________________________________________________________________________
10563 [  8971] By: jhi                                   on 2001/03/01  01:34:09
10564         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))
10565              From: Nicholas Clark <nick@ccl4.org>
10566              Date: Wed, 28 Feb 2001 23:28:49 +0000
10567              Message-ID: <20010228232849.A55187@plum.flirble.org>
10568              
10569              Allow a completely write protected source code tree
10570              when using the Configure -Dmksymlinks.
10571      Branch: perl
10572            ! embed.pl warnings.pl
10573 ____________________________________________________________________________
10574 [  8970] By: jhi                                   on 2001/03/01  01:32:04
10575         Log: Add back the EBCDIC character range tests (for matching).
10576      Branch: perl
10577            ! t/op/pat.t
10578 ____________________________________________________________________________
10579 [  8969] By: nick                                  on 2001/02/28  18:18:01
10580         Log: Add charname comments to .ucm files writen by 'compile',
10581              also order charmaps in those files by source encoding.
10582              regenerate distrubuted .ucm files
10583      Branch: perlio
10584            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10585            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10586            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10587            ! ext/Encode/Encode/iso8859-10.ucm
10588            ! ext/Encode/Encode/iso8859-13.ucm
10589            ! ext/Encode/Encode/iso8859-14.ucm
10590            ! ext/Encode/Encode/iso8859-15.ucm
10591            ! ext/Encode/Encode/iso8859-16.ucm
10592            ! ext/Encode/Encode/iso8859-2.ucm
10593            ! ext/Encode/Encode/iso8859-3.ucm
10594            ! ext/Encode/Encode/iso8859-4.ucm
10595            ! ext/Encode/Encode/iso8859-5.ucm
10596            ! ext/Encode/Encode/iso8859-6.ucm
10597            ! ext/Encode/Encode/iso8859-7.ucm
10598            ! ext/Encode/Encode/iso8859-8.ucm
10599            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10600            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
10601 ____________________________________________________________________________
10602 [  8968] By: jhi                                   on 2001/02/28  16:26:37
10603         Log: Expand usemorebits early if d_casti32 needs to be undefined.
10604      Branch: perl
10605            ! hints/hpux.sh hints/irix_6.sh
10606 ____________________________________________________________________________
10607 [  8967] By: jhi                                   on 2001/02/28  16:22:26
10608         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
10609              retract toke.c/qu parts of #8583, retract #8485, retract
10610              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
10611              op/length.t, and MANIFEST, and delete t/op/qu.t.
10612      Branch: perl
10613            - t/op/qu.t
10614            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
10615            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
10616            ! t/op/length.t toke.c
10617 ____________________________________________________________________________
10618 [  8966] By: jhi                                   on 2001/02/28  15:00:27
10619         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
10620              by not changing from pre-Unicode days into being Unicode-aware.
10621              Sniff.
10622      Branch: perl
10623            ! pp.c t/op/pack.t t/op/qu.t
10624 ____________________________________________________________________________
10625 [  8965] By: jhi                                   on 2001/02/28  14:37:55
10626         Log: Subject: Re: Errors in core PODs
10627              From: Michael Stevens <michael@etla.org> 
10628              Date: Fri, 23 Feb 2001 15:47:56 +0000
10629              Message-ID: <20010223154756.A7723@firedrake.org> 
10630      Branch: perl
10631            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
10632            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
10633            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
10634            ! x2p/a2p.pod
10635 ____________________________________________________________________________
10636 [  8964] By: jhi                                   on 2001/02/28  14:35:35
10637         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
10638              (The #8961 was too bold.)
10639      Branch: perl
10640            ! hints/hpux.sh hints/irix_6.sh
10641 ____________________________________________________________________________
10642 [  8963] By: jhi                                   on 2001/02/28  14:33:39
10643         Log: Subject: Re: sync sync sync: have I missed any patches?
10644              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10645              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
10646              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
10647              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
10648              
10649              Replace djSP with dSP.
10650      Branch: perl
10651            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
10652            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
10653            ! win32/perlhost.h
10654 ____________________________________________________________________________
10655 [  8962] By: jhi                                   on 2001/02/27  23:21:14
10656         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
10657      Branch: perl
10658            ! lib/Filter/Simple.pm
10659 ____________________________________________________________________________
10660 [  8961] By: jhi                                   on 2001/02/27  22:55:26
10661         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
10662              and this would be it.
10663      Branch: perl
10664            ! hints/hpux.sh hints/irix_6.sh
10665 ____________________________________________________________________________
10666 [  8960] By: jhi                                   on 2001/02/27  22:51:33
10667         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
10668              From: "Craig A. Berry" <craigberry@mac.com>
10669              Date: Tue, 27 Feb 2001 16:11:44 -0600
10670              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
10671      Branch: maint-5.6/perl
10672            ! configure.com vms/descrip_mms.template
10673 ____________________________________________________________________________
10674 [  8959] By: jhi                                   on 2001/02/27  22:47:23
10675         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
10676              From: "Craig A. Berry" <craigberry@mac.com>
10677              Date: Tue, 27 Feb 2001 16:11:44 -0600
10678              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
10679      Branch: perl
10680            ! configure.com vms/descrip_mms.template
10681 ____________________________________________________________________________
10682 [  8958] By: jhi                                   on 2001/02/27  15:16:42
10683         Log: Update Changes.
10684      Branch: perl
10685            ! Changes patchlevel.h
10686 ____________________________________________________________________________
10687 [  8957] By: jhi                                   on 2001/02/27  06:15:07
10688         Log: Subject: [5.6.x] EPOC additions
10689              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10690              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
10691              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
10692      Branch: maint-5.6/perl
10693            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
10694 ____________________________________________________________________________
10695 [  8956] By: jhi                                   on 2001/02/27  06:12:11
10696         Log: Subject: [perl-current] EPOC 
10697              From: Olaf Flebbe <O.Flebbe@science-computing.de>
10698              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
10699              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
10700      Branch: perl
10701            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
10702            ! epoc/epocish.c epoc/epocish.h pp_sys.c
10703 ____________________________________________________________________________
10704 [  8955] By: jhi                                   on 2001/02/27  05:59:50
10705         Log: Subject: Re: Compile with perlcc..
10706              From: Edward Peschko <edwardp@excitehome.net>
10707              Date: Mon, 26 Feb 2001 18:51:58 -0800
10708              Message-ID: <20010226185158.A9871@excitehome.net>
10709              
10710              plus add a simple usage message if no arguments given.
10711      Branch: perl
10712            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
10713            ! utils/Makefile utils/perlcc.PL win32/pod.mak
10714 ____________________________________________________________________________
10715 [  8954] By: nick                                  on 2001/02/26  21:02:59
10716         Log: Integrate mainline
10717      Branch: perlio
10718           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
10719           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
10720           !> t/op/sprintf.t
10721 ____________________________________________________________________________
10722 [  8953] By: jhi                                   on 2001/02/26  14:43:54
10723         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
10724              From: Nicholas Clark <nick@ccl4.org>
10725              Date: Mon, 26 Feb 2001 00:42:07 +0000
10726              Message-ID: <20010226004207.F23333@plum.flirble.org>
10727      Branch: perl
10728            ! pp_ctl.c
10729 ____________________________________________________________________________
10730 [  8952] By: jhi                                   on 2001/02/26  14:42:13
10731         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
10732              From: Simon Cozens <simon@netthink.co.uk>
10733              Date: Mon, 26 Feb 2001 12:23:48 +0000
10734              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
10735      Branch: perl
10736            ! pod/perlguts.pod
10737 ____________________________________________________________________________
10738 [  8951] By: jhi                                   on 2001/02/26  14:39:15
10739         Log: Subject: [PATCH] perlio - unknown layer
10740              From: Nicholas Clark <nick@ccl4.org>
10741              Date: Mon, 26 Feb 2001 00:27:19 +0000
10742              Message-ID: <20010226002719.E23333@plum.flirble.org>
10743      Branch: perl
10744            ! perlio.c
10745 ____________________________________________________________________________
10746 [  8950] By: jhi                                   on 2001/02/26  14:38:04
10747         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
10748              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
10749              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
10750              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
10751      Branch: perl
10752            ! t/op/bop.t
10753 ____________________________________________________________________________
10754 [  8949] By: jhi                                   on 2001/02/26  14:37:07
10755         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
10756              From: Peter Prymmer <pvhp@forte.com>
10757              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
10758              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
10759      Branch: perl
10760            ! lib/Test.pm
10761 ____________________________________________________________________________
10762 [  8948] By: jhi                                   on 2001/02/26  14:35:53
10763         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
10764              From: Radu Greab <radu@netsoft.ro>
10765              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
10766              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
10767      Branch: perl
10768            ! pod/perlop.pod
10769 ____________________________________________________________________________
10770 [  8947] By: jhi                                   on 2001/02/26  14:34:46
10771         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
10772              From: David Mitchell <davem@fdgroup.co.uk>
10773              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
10774              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
10775      Branch: perl
10776            ! run.c
10777 ____________________________________________________________________________
10778 [  8946] By: jhi                                   on 2001/02/26  14:32:37
10779         Log: Subject: Modified README.bs2000 
10780              From: Dorner Thomas <Thomas.Dorner@start.de>
10781              Date: Mon, 26 Feb 2001 09:22:17 +0100
10782              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
10783      Branch: perl
10784            ! README.bs2000
10785 ____________________________________________________________________________
10786 [  8945] By: jhi                                   on 2001/02/26  14:19:53
10787         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
10788              to maintperl, listing the known failures on the tests 129 and 130.
10789      Branch: maint-5.6/perl
10790           !> t/op/sprintf.t
10791 ____________________________________________________________________________
10792 [  8944] By: jhi                                   on 2001/02/26  14:14:15
10793         Log: Add more known sprintf failures.
10794      Branch: perl
10795            ! t/op/sprintf.t
10796 ____________________________________________________________________________
10797 [  8943] By: jhi                                   on 2001/02/26  13:56:22
10798         Log: perlglob.exe needs to be found in Win32, patch from
10799              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
10800              which needs external glob at mini-perl time."
10801      Branch: perl
10802            ! ext/Encode/compile
10803 ____________________________________________________________________________
10804 [  8942] By: jhi                                   on 2001/02/26  13:52:19
10805         Log: A missing dTHX from Vadim Konovalov.
10806      Branch: perl
10807            ! perlio.c
10808 ____________________________________________________________________________
10809 [  8941] By: jhi                                   on 2001/02/26  13:37:05
10810         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
10811      Branch: perl
10812            ! op.c
10813 ____________________________________________________________________________
10814 [  8940] By: jhi                                   on 2001/02/26  13:35:40
10815         Log: Integrate perlio.
10816      Branch: perl
10817           !> ext/Encode/Encode.pm
10818 ____________________________________________________________________________
10819 [  8939] By: nick                                  on 2001/02/25  23:47:09
10820         Log: Integrate mainline.
10821      Branch: perlio
10822           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
10823           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
10824 ____________________________________________________________________________
10825 [  8938] By: nick                                  on 2001/02/25  19:36:28
10826         Log: Encode implementations docs.
10827      Branch: perlio
10828            ! ext/Encode/Encode.pm
10829 ____________________________________________________________________________
10830 [  8937] By: jhi                                   on 2001/02/25  19:26:16
10831         Log: Script wasn't aligned with reality.
10832      Branch: perl
10833            ! t/pod/find.t
10834 ____________________________________________________________________________
10835 [  8936] By: jhi                                   on 2001/02/25  18:54:55
10836         Log: Update Changes.
10837      Branch: perl
10838            ! Changes patchlevel.h
10839 ____________________________________________________________________________
10840 [  8935] By: jhi                                   on 2001/02/25  18:46:36
10841         Log: Retract #8929,8930,8932,8933 for now.
10842      Branch: perl
10843            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
10844 ____________________________________________________________________________
10845 [  8934] By: jhi                                   on 2001/02/25  17:34:35
10846         Log: Integrate perlio.
10847      Branch: perl
10848           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
10849           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
10850           !> t/lib/encode.t
10851 ____________________________________________________________________________
10852 [  8933] By: jhi                                   on 2001/02/25  17:33:12
10853         Log: (Retracted by #8395.)
10854              
10855              Slight tweaks in scan_const(), not fixes yet, it seems like
10856              lots of work remains to be done...
10857      Branch: perl
10858            ! toke.c
10859 ____________________________________________________________________________
10860 [  8932] By: jhi                                   on 2001/02/25  17:27:11
10861         Log: (Retracted by #8395.)
10862              
10863              Missing from #8930.
10864      Branch: perl
10865            ! perl.h
10866 ____________________________________________________________________________
10867 [  8931] By: jhi                                   on 2001/02/25  17:26:19
10868         Log: A comment tweak.
10869      Branch: perl
10870            ! utf8.c
10871 ____________________________________________________________________________
10872 [  8930] By: jhi                                   on 2001/02/25  17:25:47
10873         Log: (Retracted by #8395.)
10874              
10875              Attempt to fix the EBCDIC character range problwm with //.
10876      Branch: perl
10877            ! regcomp.c
10878 ____________________________________________________________________________
10879 [  8929] By: jhi                                   on 2001/02/25  17:23:45
10880         Log: (Retracted by #8395.)
10881              
10882              Expand the EBCDIC character range tests, and add few nasty
10883              tr tests from Karsten Sperling.
10884      Branch: perl
10885            ! t/op/pat.t t/op/tr.t
10886 ____________________________________________________________________________
10887 [  8928] By: jhi                                   on 2001/02/25  17:18:49
10888         Log: Missing check-in.
10889      Branch: perl
10890            ! lib/Pod/Find.pm
10891 ____________________________________________________________________________
10892 [  8927] By: nick                                  on 2001/02/25  11:30:22
10893         Log: Change method names in Encode implementation classes to something
10894              less confusing (preparing to "go public").
10895      Branch: perlio
10896            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
10897 ____________________________________________________________________________
10898 [  8926] By: nick                                  on 2001/02/25  10:53:24
10899         Log: GCC __atribute__ / printf fix
10900      Branch: perlio
10901            ! perl.h
10902 ____________________________________________________________________________
10903 [  8925] By: nick                                  on 2001/02/25  10:52:25
10904         Log: Checked in the wrong one ...
10905      Branch: perlio
10906            ! ext/Encode/Encode.pm
10907 ____________________________________________________________________________
10908 [  8924] By: nick                                  on 2001/02/24  18:46:51
10909         Log: Integrate mainline - to see what Jarkko has in ...
10910      Branch: perlio
10911           +> t/pod/testpods/lib/Pod/Stuff.pm
10912           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
10913 ____________________________________________________________________________
10914 [  8923] By: nick                                  on 2001/02/24  17:05:23
10915         Log: Encode API documentation nd tidy up.
10916              Minor additions to test.
10917              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
10918              Adds STRLEN to standard typemap.
10919      Branch: perlio
10920            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
10921            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
10922 ____________________________________________________________________________
10923 [  8922] By: jhi                                   on 2001/02/24  16:38:12
10924         Log: Add a test for the "character range should match in EBCDIC
10925              if specified using explicit numerics" bug found by Karsten
10926              Sperling.
10927      Branch: perl
10928            ! t/op/pat.t
10929 ____________________________________________________________________________
10930 [  8921] By: jhi                                   on 2001/02/24  16:30:16
10931         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
10932              From: schwern@pobox.com
10933              Date: Fri, 23 Feb 2001 03:21:37 -0500
10934              Message-ID: <20010223032137.A26022@magnonel.guild.net>
10935              
10936              plus Charles Lane's fixes, plus tweaks.
10937      Branch: perl
10938            + t/pod/testpods/lib/Pod/Stuff.pm
10939            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
10940 ____________________________________________________________________________
10941 [  8920] By: nick                                  on 2001/02/24  10:30:11
10942         Log: Integrate mainline
10943      Branch: perlio
10944           !> (integrate 33 files)
10945 ____________________________________________________________________________
10946 [  8919] By: jhi                                   on 2001/02/24  00:23:35
10947         Log: Subject: Re: I'm losing the war...
10948              From: "Vadim Konovalov" <watman@inbox.ru>
10949              Date: Sat, 24 Feb 2001 00:10:14 +0300
10950              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
10951              
10952              hv_store() not working correctly in ENV_IS_CASELESS case.
10953      Branch: perl
10954            ! hv.c
10955 ____________________________________________________________________________
10956 [  8918] By: jhi                                   on 2001/02/24  00:20:09
10957         Log: Subject: Re: [PATCH] fix for charnames above FFFF
10958              From: andreas.koenig@anima.de (Andreas J. Koenig)
10959              Date: 23 Feb 2001 02:39:03 +0100
10960              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
10961              
10962              A further efficiency tweak.
10963      Branch: perl
10964            ! lib/charnames.pm
10965 ____________________________________________________________________________
10966 [  8917] By: jhi                                   on 2001/02/23  20:27:51
10967         Log: Integrate change #8916 from mainline,
10968              do away with USE_WIN32_RTL_ENV.
10969      Branch: maint-5.6/perl
10970           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
10971 ____________________________________________________________________________
10972 [  8916] By: jhi                                   on 2001/02/23  20:02:25
10973         Log: Abolish USE_WIN32_RTL_ENV.
10974      Branch: perl
10975            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
10976 ____________________________________________________________________________
10977 [  8915] By: jhi                                   on 2001/02/23  19:36:00
10978         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
10979              later protected by some #define.
10980      Branch: perl
10981            ! gv.c
10982 ____________________________________________________________________________
10983 [  8914] By: jhi                                   on 2001/02/23  19:31:38
10984         Log: Retract #8902 for now, requested by Charles Lane, the correct
10985              fix will be something else.
10986      Branch: perl
10987            ! op.c
10988 ____________________________________________________________________________
10989 [  8913] By: jhi                                   on 2001/02/23  19:11:36
10990         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
10991              From: Peter Prymmer <pvhp@forte.com>
10992              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
10993              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
10994      Branch: perl
10995            ! t/op/lex_assign.t
10996 ____________________________________________________________________________
10997 [  8912] By: jhi                                   on 2001/02/23  18:38:20
10998         Log: Subject: [patch] perlio + useithreads
10999              From: Doug MacEachern <dougm@covalent.net>
11000              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
11001              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
11002              
11003              Gets things running but not complete.
11004      Branch: perl
11005            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
11006 ____________________________________________________________________________
11007 [  8911] By: jhi                                   on 2001/02/23  04:20:02
11008         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
11009              
11010              Duplicated environment freeing, File::Temp 0.12,
11011              op/append portability (EBCDIC) tweak.
11012      Branch: maint-5.6/perl
11013           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11014           !> t/op/append.t
11015 ____________________________________________________________________________
11016 [  8910] By: jhi                                   on 2001/02/23  02:07:33
11017         Log: Integrate change #8909 from mainline, a better Borland
11018              putenv() workaround.
11019      Branch: maint-5.6/perl
11020           !> perl.c
11021 ____________________________________________________________________________
11022 [  8909] By: jhi                                   on 2001/02/23  02:05:46
11023         Log: A better workaround for Borland putenv() brokenness from Sarathy.
11024      Branch: perl
11025            ! perl.c
11026 ____________________________________________________________________________
11027 [  8908] By: jhi                                   on 2001/02/23  02:04:14
11028         Log: Subject: fix for parameter -Dm (for perl@8867)
11029              From: "Vadim Konovalov" <watman@inbox.ru>
11030              Date: Thu, 22 Feb 2001 17:30:12 +0300
11031              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
11032      Branch: perl
11033            ! perl.h
11034 ____________________________________________________________________________
11035 [  8907] By: jhi                                   on 2001/02/23  01:58:20
11036         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
11037              From: Peter Prymmer <pvhp@forte.com>
11038              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
11039              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
11040      Branch: perl
11041            ! t/op/append.t
11042 ____________________________________________________________________________
11043 [  8906] By: jhi                                   on 2001/02/23  01:48:34
11044         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
11045      Branch: perl
11046            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11047 ____________________________________________________________________________
11048 [  8905] By: jhi                                   on 2001/02/23  01:43:30
11049         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
11050              From: Peter Prymmer <pvhp@forte.com>
11051              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
11052              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
11053      Branch: perl
11054            ! t/lib/st-06compat.t
11055 ____________________________________________________________________________
11056 [  8904] By: jhi                                   on 2001/02/23  01:42:39
11057         Log: Metaconfig unit change for #8903.
11058      Branch: metaconfig/U/perl
11059            ! Devel.U
11060 ____________________________________________________________________________
11061 [  8903] By: jhi                                   on 2001/02/23  01:42:12
11062         Log: Be more helpful for devel builders, suggested by John L. Allen.
11063      Branch: perl
11064            ! Configure
11065 ____________________________________________________________________________
11066 [  8902] By: jhi                                   on 2001/02/23  01:37:41
11067         Log: (Retracted by #8914)
11068              (Wrongly, reinstated by #8941)             
11069
11070              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
11071              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11072              Date:     Thu, 22 Feb 2001 09:43:57 EST
11073              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
11074      Branch: perl
11075            ! op.c
11076 ____________________________________________________________________________
11077 [  8901] By: jhi                                   on 2001/02/23  01:20:32
11078         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
11079              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11080              Date:     Thu, 22 Feb 2001 08:01:35 EST
11081              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
11082      Branch: perl
11083            ! malloc.c
11084 ____________________________________________________________________________
11085 [  8900] By: jhi                                   on 2001/02/23  01:18:02
11086         Log: Integrate changes #8898,8899 from mainline, environ handling.
11087      Branch: maint-5.6/perl
11088           !> perl.c
11089 ____________________________________________________________________________
11090 [  8899] By: jhi                                   on 2001/02/23  01:16:25
11091         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
11092              putenv() is not to be relied on, they are either broken or leaky
11093              or both.)
11094      Branch: perl
11095            ! perl.c
11096 ____________________________________________________________________________
11097 [  8898] By: jhi                                   on 2001/02/22  23:36:59
11098         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
11099              and safesysfree() must be used.
11100      Branch: perl
11101            ! perl.c
11102 ____________________________________________________________________________
11103 [  8897] By: jhi                                   on 2001/02/22  23:25:45
11104         Log: With environ one must use safesysmalloc()/safesysfree().
11105      Branch: perl
11106            ! perl.c
11107 ____________________________________________________________________________
11108 [  8896] By: jhi                                   on 2001/02/22  22:13:18
11109         Log: If we have a duplicated environment free it
11110              if PERL_DESTRUCT_LEVEL.
11111      Branch: perl
11112            ! perl.c
11113 ____________________________________________________________________________
11114 [  8895] By: alanbur                               on 2001/02/22  19:31:57
11115         Log: Synchronised with parent
11116      Branch: maint-5.6/pureperl
11117           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
11118 ____________________________________________________________________________
11119 [  8894] By: gsar                                  on 2001/02/22  19:06:18
11120         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
11121              
11122              fix memory leak in method call optimization (change#3768);
11123              made C<eval "$x->foo()"> leak
11124              
11125              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
11126      Branch: maint-5.6/perl
11127           !> op.c
11128 ____________________________________________________________________________
11129 [  8893] By: jhi                                   on 2001/02/22  18:35:27
11130         Log: (Retracted by #8915.)
11131              
11132              Third Degree finding:
11133              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
11134      Branch: perl
11135            ! gv.c
11136 ____________________________________________________________________________
11137 [  8892] By: jhi                                   on 2001/02/22  14:28:32
11138         Log: Update Changes.
11139      Branch: perl
11140            ! Changes patchlevel.h
11141 ____________________________________________________________________________
11142 [  8891] By: jhi                                   on 2001/02/22  13:22:45
11143         Log: Metaconfig unit changes for #8890.
11144      Branch: metaconfig
11145            ! U/modified/Cppsym.U U/threads/archname.U
11146 ____________________________________________________________________________
11147 [  8890] By: jhi                                   on 2001/02/22  13:22:12
11148         Log: Add -stdio to the archname if no perlio selected,
11149              no -perlio added since that is now the default.
11150              
11151              Add few CPUs/architectures to the Cppsym scan.
11152      Branch: perl
11153            ! Configure config_h.SH
11154 ____________________________________________________________________________
11155 [  8889] By: jhi                                   on 2001/02/22  13:05:59
11156         Log: Metaconfig unit change for #8888.
11157      Branch: metaconfig/U/perl
11158            ! useperlio.U
11159 ____________________________________________________________________________
11160 [  8888] By: jhi                                   on 2001/02/22  13:05:28
11161         Log: *drum roll*  Make perlio the default.
11162      Branch: perl
11163            ! Configure config_h.SH
11164 ____________________________________________________________________________
11165 [  8887] By: jhi                                   on 2001/02/22  12:50:52
11166         Log: Integrate change #8665 from maintperl to mainline,
11167              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
11168      Branch: perl
11169           !> ext/POSIX/POSIX.xs
11170 ____________________________________________________________________________
11171 [  8886] By: jhi                                   on 2001/02/22  12:49:24
11172         Log: Integrate changes #8883,8884 from mainline to maintperl.
11173              
11174              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11175              Subject: Re: File::Temp::_gettemp warning
11176      Branch: maint-5.6/perl
11177           !> embed.h embed.pl lib/File/Temp.pm
11178 ____________________________________________________________________________
11179 [  8885] By: jhi                                   on 2001/02/22  12:43:59
11180         Log: Based on
11181              
11182              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
11183              From: schwab@suse.de
11184              Date: Thu, 22 Feb 2001 13:08:09 +0100
11185              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
11186              
11187              but the fix done slightly differently because the other
11188              half was already done in #8664.
11189      Branch: maint-5.6/perl
11190            ! ext/POSIX/POSIX.xs
11191 ____________________________________________________________________________
11192 [  8884] By: jhi                                   on 2001/02/22  12:37:15
11193         Log: Subject: Re: File::Temp::_gettemp warning
11194              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11195              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
11196              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
11197              
11198              This patch to File::Temp does two things:
11199              
11200              1. Fixes the problem with CGI::Carp when determining
11201              the Fcntl constants
11202              
11203              2. Removes most of the carps and consolidates them so that all the
11204              reasons are included in a single die that is caught by the test. This
11205              means that the correct skipping behaviour is displayed by the test.
11206      Branch: perl
11207            ! lib/File/Temp.pm
11208 ____________________________________________________________________________
11209 [  8883] By: jhi                                   on 2001/02/22  12:29:19
11210         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
11211              From: Peter Prymmer <pvhp@forte.com>
11212              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
11213              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
11214      Branch: perl
11215            ! embed.h embed.pl
11216 ____________________________________________________________________________
11217 [  8882] By: jhi                                   on 2001/02/21  19:41:33
11218         Log: Integrate change #8881 from mainlin to maintperl.
11219              
11220              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11221      Branch: maint-5.6/perl
11222           !> op.c
11223 ____________________________________________________________________________
11224 [  8881] By: jhi                                   on 2001/02/21  19:38:57
11225         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
11226              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11227              Date:     Wed, 21 Feb 2001 13:08:03 EST
11228              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
11229      Branch: perl
11230            ! op.c
11231 ____________________________________________________________________________
11232 [  8880] By: jhi                                   on 2001/02/21  19:34:34
11233         Log: Retract #8875, cannot let go of the old semantics of unpack U
11234              without rethinking utf8decode.t.
11235      Branch: perl
11236            ! pp.c t/op/pack.t
11237 ____________________________________________________________________________
11238 [  8879] By: jhi                                   on 2001/02/21  19:08:02
11239         Log: Run run/*.t also in minitest.
11240      Branch: perl
11241            ! Makefile.SH
11242 ____________________________________________________________________________
11243 [  8878] By: nick                                  on 2001/02/21  18:55:37
11244         Log: Integrate mainline
11245      Branch: perlio
11246           !> (integrate 76 files)
11247 ____________________________________________________________________________
11248 [  8877] By: jhi                                   on 2001/02/21  15:09:33
11249         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
11250      Branch: metaconfig
11251            ! U/compline/nblock_io.U
11252      Branch: perl
11253            ! Configure config_h.SH
11254 ____________________________________________________________________________
11255 [  8876] By: jhi                                   on 2001/02/21  14:54:45
11256         Log: If no sfio, no -lsfio.
11257      Branch: metaconfig/U/perl
11258            ! d_sfio.U
11259      Branch: perl
11260            ! Configure config_h.SH
11261 ____________________________________________________________________________
11262 [  8875] By: jhi                                   on 2001/02/21  14:54:00
11263         Log: Make unpack C and unpack C truly equivalent.
11264      Branch: perl
11265            ! pp.c t/op/pack.t
11266 ____________________________________________________________________________
11267 [  8874] By: jhi                                   on 2001/02/21  14:26:02
11268         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
11269              From: Peter Prymmer <pvhp@forte.com>
11270              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
11271              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
11272      Branch: perl
11273            ! pod/perlport.pod
11274 ____________________________________________________________________________
11275 [  8873] By: jhi                                   on 2001/02/21  14:24:31
11276         Log: Subject: [PATCH] fix for charnames above FFFF
11277              From: andreas.koenig@anima.de (Andreas J. Koenig)
11278              Date: 21 Feb 2001 07:05:45 +0100
11279              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
11280      Branch: perl
11281            ! lib/charnames.pm t/lib/charnames.t
11282 ____________________________________________________________________________
11283 [  8872] By: jhi                                   on 2001/02/21  14:15:25
11284         Log: Integrate change #8868 from pureperl to mainline.
11285              
11286              Fixed reference count loop caused by sv_magic.
11287      Branch: perl
11288           !> sv.c
11289 ____________________________________________________________________________
11290 [  8871] By: jhi                                   on 2001/02/21  14:07:29
11291         Log: Integrate change #8868 from pureperl to maintperl.
11292              
11293              Fixed reference count loop caused by sv_magic.
11294      Branch: maint-5.6/perl
11295           !> sv.c
11296 ____________________________________________________________________________
11297 [  8870] By: jhi                                   on 2001/02/21  14:04:41
11298         Log: Put back the #8840, it was innocent.
11299      Branch: perl
11300            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11301            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11302 ____________________________________________________________________________
11303 [  8869] By: jhi                                   on 2001/02/21  14:00:03
11304         Log: unpack("C", ...) was left slightly unfinished by #8865.
11305      Branch: perl
11306            ! pp.c t/op/pack.t
11307 ____________________________________________________________________________
11308 [  8868] By: alanbur                               on 2001/02/21  01:33:45
11309         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
11310              from gv_fetchpv to create single-character magic variables (e.g. $!),
11311              and it is passed a sv and the gv that contains the sv as the mg_obj
11312              value.  When sv_magic stores the mg_obj pointer it increments the gv
11313              refcount, thus causing a sv-gv pair that can't be freed.  There is
11314              already a check for sv == obj which is used to prevent such reference
11315              loops.  This change extends the check to cover the case described above.
11316      Branch: maint-5.6/pureperl
11317            ! sv.c
11318 ____________________________________________________________________________
11319 [  8867] By: jhi                                   on 2001/02/21  00:52:39
11320         Log: Update Changes.
11321      Branch: perl
11322            ! Changes patchlevel.h
11323 ____________________________________________________________________________
11324 [  8866] By: jhi                                   on 2001/02/21  00:34:20
11325         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
11326              (Note: there were some conflicts due to EBCDIC and EPOC
11327              patches, in general I preferred the repository code.)
11328              (When 2.753 comes out, we need to synchronize.)
11329      Branch: perl
11330            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
11331            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
11332            ! t/lib/cgi-html.t
11333 ____________________________________________________________________________
11334 [  8865] By: jhi                                   on 2001/02/21  00:24:22
11335         Log: Make pack("C", 0x100) to create Unicode, unless under the
11336              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
11337              will understand Unicode, unless you under know what.
11338      Branch: perl
11339            ! pp.c t/op/pack.t t/op/qu.t
11340 ____________________________________________________________________________
11341 [  8864] By: alanbur                               on 2001/02/20  22:35:34
11342         Log: Resynchronised with parent
11343      Branch: maint-5.6/pureperl
11344           !> README.win32 ext/GDBM_File/GDBM_File.pm
11345           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
11346           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
11347           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
11348           !> t/lib/sdbm.t util.c
11349 ____________________________________________________________________________
11350 [  8863] By: jhi                                   on 2001/02/20  20:55:11
11351         Log: Integrate change #8860,8861 from mainline into maintperl.
11352              
11353              "pseudo-literal j"
11354              
11355              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
11356      Branch: maint-5.6/perl
11357           !> lib/Test.pm pod/perlop.pod
11358 ____________________________________________________________________________
11359 [  8862] By: jhi                                   on 2001/02/20  20:30:07
11360         Log: Don't do casting between pointers pointing to differently sized
11361              integers.
11362      Branch: perl
11363            ! hv.c sv.c
11364 ____________________________________________________________________________
11365 [  8861] By: jhi                                   on 2001/02/20  19:53:44
11366         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
11367              From: Peter Prymmer <pvhp@forte.com>
11368              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
11369              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
11370      Branch: perl
11371            ! lib/Test.pm
11372 ____________________________________________________________________________
11373 [  8860] By: jhi                                   on 2001/02/20  19:48:02
11374         Log: "pseudo-literal j", a documentation glitch reported to Debian.
11375              The text recovered from Perl 5.005_03, and pseudo-literal replaced
11376              by "backtick string".
11377      Branch: perl
11378            ! pod/perlop.pod
11379 ____________________________________________________________________________
11380 [  8859] By: jhi                                   on 2001/02/20  19:15:46
11381         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
11382              from Chris Nandor.
11383      Branch: perl
11384            ! makedef.pl
11385 ____________________________________________________________________________
11386 [  8858] By: jhi                                   on 2001/02/20  17:36:53
11387         Log: Integrate pureperl changes #8844,8845,8850 to mainline
11388              (via maintperl #8855).
11389              
11390              Fixed %^H scoping bug
11391              
11392              Removed GV <-> CV refcount loop
11393              
11394              Removed %ENV refcount loop
11395      Branch: perl
11396           !> gv.c op.c perl.c pp.c scope.c
11397 ____________________________________________________________________________
11398 [  8857] By: jhi                                   on 2001/02/20  17:34:32
11399         Log: Integrate changes #8853,8854 from maintperl to mainline.
11400              
11401              EBDIC fixes, README.win32 Borland update.
11402      Branch: perl
11403           !> README.win32 handy.h util.c
11404 ____________________________________________________________________________
11405 [  8856] By: jhi                                   on 2001/02/20  17:33:16
11406         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
11407      Branch: maint-5.6/perl
11408           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11409           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
11410           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11411 ____________________________________________________________________________
11412 [  8855] By: jhi                                   on 2001/02/20  17:32:13
11413         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
11414              
11415              Fixed %^H scoping bug
11416              
11417              Removed GV <-> CV refcount loop
11418              
11419              Removed %ENV refcount loop
11420      Branch: maint-5.6/perl
11421           !> gv.c op.c perl.c pp.c scope.c
11422 ____________________________________________________________________________
11423 [  8854] By: jhi                                   on 2001/02/20  17:25:06
11424         Log: Subject: Addition to readme.win32 for Borland C++ compilers
11425              Date: Tue, 20 Feb 2001 02:15:25 +0300
11426              From: "Vadim Konovalov" <watman@inbox.ru>
11427              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
11428              
11429              Document Borland compiler misbehaviour.
11430      Branch: maint-5.6/perl
11431            ! README.win32
11432 ____________________________________________________________________________
11433 [  8853] By: jhi                                   on 2001/02/20  17:22:25
11434         Log: The assimilation of ebcdic.c didn't quite work at the first try,
11435              patches from Thomas Dorner.
11436      Branch: maint-5.6/perl
11437            ! handy.h util.c
11438 ____________________________________________________________________________
11439 [  8852] By: jhi                                   on 2001/02/20  17:20:15
11440         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
11441              From: Chris Nandor <pudge@pobox.com>
11442              Date: Tue, 20 Feb 2001 08:32:45 -0500
11443              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
11444      Branch: maint-5.6/perl
11445            ! makedef.pl mg.c
11446 ____________________________________________________________________________
11447 [  8851] By: jhi                                   on 2001/02/20  17:15:52
11448         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
11449      Branch: perl
11450            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
11451            ! t/lib/filter-util.t
11452 ____________________________________________________________________________
11453 [  8850] By: alanbur                               on 2001/02/20  17:12:40
11454         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
11455              and the magic pointer points back to the GV that contains the
11456              %ENV hash.  This creates a refcount loop that prevents members
11457              of %ENV from being freed correctly.  This change removes the
11458              refcount loop - the magic pointer was never used anyway, the
11459              only use of the magic was to check the type ('E') so that the
11460              appropriate environment manipulation code is called when %ENV
11461              is modified.
11462      Branch: maint-5.6/pureperl
11463            ! perl.c
11464 ____________________________________________________________________________
11465 [  8849] By: jhi                                   on 2001/02/20  17:12:20
11466         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
11467              From: "Craig A. Berry" <craigberry@mac.com>
11468              Date: Mon, 19 Feb 2001 23:36:12 -0600
11469              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
11470              
11471              Case-forgiving systems match TestInit.pm with TES*.
11472      Branch: perl
11473            ! t/lib/glob-basic.t
11474 ____________________________________________________________________________
11475 [  8848] By: jhi                                   on 2001/02/20  17:10:02
11476         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
11477      Branch: perl
11478            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
11479            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
11480            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
11481 ____________________________________________________________________________
11482 [  8847] By: jhi                                   on 2001/02/20  15:34:41
11483         Log: The #8843 wasn't quite right: %Config needs to imported.
11484      Branch: perl
11485            ! t/run/runenv.t
11486 ____________________________________________________________________________
11487 [  8846] By: jhi                                   on 2001/02/20  15:31:50
11488         Log: Retract the #8838 and #8840 for now because of
11489              the DB_File tie problem.
11490      Branch: perl
11491            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
11492            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
11493            ! proto.h sv.c
11494 ____________________________________________________________________________
11495 [  8845] By: alanbur                               on 2001/02/20  14:25:41
11496         Log: Removed GV <-> CV refcount loop
11497              CvGV(mycv) points to the parent GV of the CV, and was previously
11498              refcounted.  The pointer remains, but the refcounting has been removed
11499              as it causes a refcount loop between the CV and GV that means the CV
11500              can't ever be deleted.
11501      Branch: maint-5.6/pureperl
11502            ! gv.c op.c pp.c
11503 ____________________________________________________________________________
11504 [  8844] By: alanbur                               on 2001/02/20  14:23:13
11505         Log: Fixed %^H scoping bug
11506      Branch: maint-5.6/pureperl
11507            ! scope.c
11508 ____________________________________________________________________________
11509 [  8843] By: jhi                                   on 2001/02/19  13:38:08
11510         Log: fork() not everywhere, cleanup temp files.
11511      Branch: perl
11512            ! t/run/runenv.t
11513 ____________________________________________________________________________
11514 [  8842] By: alanbur                               on 2001/02/19  12:42:07
11515         Log: Resynchronised with parent
11516      Branch: maint-5.6/pureperl
11517           !> pod/perlfaq4.pod sv.c utf8.c
11518 ____________________________________________________________________________
11519 [  8841] By: jhi                                   on 2001/02/19  03:35:51
11520         Log: Update Changes.
11521      Branch: perl
11522            ! Changes patchlevel.h
11523 ____________________________________________________________________________
11524 [  8840] By: jhi                                   on 2001/02/19  00:23:41
11525         Log: Subject: [patch] add sv_setref_uv
11526              From: Doug MacEachern <dougm@covalent.net>
11527              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
11528              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
11529      Branch: perl
11530            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
11531            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
11532 ____________________________________________________________________________
11533 [  8839] By: jhi                                   on 2001/02/19  00:01:38
11534         Log: Put to rest the 20010205.001, the email address checking (not) regex.
11535      Branch: perl
11536            ! pod/perlfaq9.pod
11537 ____________________________________________________________________________
11538 [  8838] By: jhi                                   on 2001/02/18  22:17:54
11539         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
11540              From: Doug MacEachern <dougm@covalent.net>
11541              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
11542              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
11543      Branch: perl
11544            ! lib/ExtUtils/xsubpp
11545 ____________________________________________________________________________
11546 [  8837] By: jhi                                   on 2001/02/18  22:16:50
11547         Log: Subject: [patch] -Wall cleanup round 2
11548              From: Doug MacEachern <dougm@covalent.net>
11549              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
11550              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
11551      Branch: perl
11552            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
11553            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
11554            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
11555            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
11556            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
11557            ! ext/SDBM_File/SDBM_File.xs
11558 ____________________________________________________________________________
11559 [  8836] By: jhi                                   on 2001/02/18  22:11:20
11560         Log: Misapplied regex optimizations when \C is present.
11561              Fixes 20001230.002.
11562              
11563              What still remains broken is that the submatches that
11564              have \C in them get their UTF8 flag on because their
11565              parent SV has it on.  This will result in malformed
11566              UTF8 if a \C happened to match a non-ASCII byte.
11567      Branch: perl
11568            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
11569            ! t/pragma/utf8.t
11570 ____________________________________________________________________________
11571 [  8835] By: jhi                                   on 2001/02/18  20:12:02
11572         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
11573              
11574              The hash key got wrongly UTF8fied.
11575      Branch: perl
11576            ! pod/perlapi.pod toke.c utf8.c
11577 ____________________________________________________________________________
11578 [  8834] By: jhi                                   on 2001/02/18  19:44:25
11579         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
11580              don't warn on magical or overloaded things.
11581      Branch: perl
11582            ! pp_hot.c
11583 ____________________________________________________________________________
11584 [  8833] By: nick                                  on 2001/02/18  19:31:22
11585         Log: Integrate mainline
11586      Branch: perlio
11587           +> t/TestInit.pm t/run/runenv.t
11588            - t/UTEST
11589           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
11590           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
11591           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
11592           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
11593           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
11594           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
11595           !> utf8.c
11596 ____________________________________________________________________________
11597 [  8832] By: jhi                                   on 2001/02/18  19:21:18
11598         Log: Integrate perlio.
11599      Branch: perl
11600           !> perlio.c pod/perldiag.pod
11601 ____________________________________________________________________________
11602 [  8831] By: jhi                                   on 2001/02/18  19:14:20
11603         Log: Integrate change #8827 from mainline.
11604              
11605              UTF8 tweaks.
11606      Branch: maint-5.6/perl
11607           !> sv.c utf8.c
11608 ____________________________________________________________________________
11609 [  8830] By: nick                                  on 2001/02/18  19:10:34
11610         Log: Apply the spirit of patch from Nick Clark:
11611              Subject: [PATCH] Re: extensions that provide layers
11612              From: Nicholas Clark <nick@ccl4.org>
11613              Date: Mon, 12 Feb 2001 16:43:51 +0000
11614              Message-Id: <20010212164350.Q3652@plum.flirble.org>
11615      Branch: perlio
11616            ! perlio.c pod/perldiag.pod
11617 ____________________________________________________________________________
11618 [  8829] By: jhi                                   on 2001/02/18  19:03:25
11619         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
11620              From: schwern@pobox.com 
11621              Date: Sun, 18 Feb 2001 13:44:35 -0500
11622              Message-ID: <20010218134435.A17544@magnonel.guild.net>
11623              
11624              Applied, but as t/TestInit.pm.
11625      Branch: perl
11626            + t/TestInit.pm
11627            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
11628            ! t/op/subst_wamp.t
11629 ____________________________________________________________________________
11630 [  8828] By: jhi                                   on 2001/02/18  18:43:52
11631         Log: Integrate perlio.
11632      Branch: perl
11633           !> perlio.c
11634 ____________________________________________________________________________
11635 [  8827] By: jhi                                   on 2001/02/18  18:41:33
11636         Log: UTF-8 tweaks.
11637      Branch: perl
11638            ! sv.c utf8.c
11639 ____________________________________________________________________________
11640 [  8826] By: nick                                  on 2001/02/18  17:40:59
11641         Log: Fix [ID 20010217.002]
11642              open FOO, "<:raw:perlio", ...
11643              :raw now inserts default base layer below itself.
11644              Also
11645              open FOO, "<:unix", ...
11646              works as well - but leaves buffer layer on stack under the unix layer.
11647      Branch: perlio
11648            ! perlio.c
11649 ____________________________________________________________________________
11650 [  8825] By: jhi                                   on 2001/02/18  17:15:39
11651         Log: Integrate perlio.
11652      Branch: perl
11653           !> perlio.c perliol.h
11654 ____________________________________________________________________________
11655 [  8824] By: jhi                                   on 2001/02/18  17:10:53
11656         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
11657              From: schwern@pobox.com
11658              Date: Sun, 18 Feb 2001 01:48:50 -0500
11659              Message-ID: <20010218014850.C19957@magnonel.guild.net>
11660      Branch: perl
11661            ! lib/Test/Harness.pm t/TEST t/op/chop.t
11662 ____________________________________________________________________________
11663 [  8823] By: jhi                                   on 2001/02/18  17:01:06
11664         Log: Add run/*.t to testables.
11665      Branch: perl
11666            ! t/TEST
11667 ____________________________________________________________________________
11668 [  8822] By: jhi                                   on 2001/02/18  16:58:58
11669         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
11670              From: schwern@pobox.com
11671              Date: Sun, 18 Feb 2001 01:11:35 -0500
11672              Message-ID: <20010218011135.A19957@magnonel.guild.net>
11673              
11674              Revive mjd's and Simon's PERL5OPT fix.
11675      Branch: perl
11676            + t/run/runenv.t
11677            ! MANIFEST perl.c
11678 ____________________________________________________________________________
11679 [  8821] By: jhi                                   on 2001/02/18  16:53:46
11680         Log: Subject: Re: Why t/TEST and not Test::Harness?
11681              From: schwern@pobox.com
11682              Date: Sat, 17 Feb 2001 22:44:44 -0500
11683              Message-ID: <20010217224444.A6679@magnonel.guild.net>
11684              
11685              Replace UTEST with TEST -utf8.
11686      Branch: perl
11687            - t/UTEST
11688            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
11689            ! t/lib/glob-basic.t
11690 ____________________________________________________________________________
11691 [  8820] By: nick                                  on 2001/02/18  13:06:16
11692         Log: Clean up a few core dumps when layers are used in unexpected ways.
11693              (Still not "right"...)
11694      Branch: perlio
11695            ! perlio.c perliol.h
11696 ____________________________________________________________________________
11697 [  8819] By: jhi                                   on 2001/02/18  02:25:55
11698         Log: Integrate change #8818 from maintperl, a FAQ nit.
11699      Branch: perl
11700           !> pod/perlfaq4.pod
11701 ____________________________________________________________________________
11702 [  8818] By: jhi                                   on 2001/02/18  02:24:50
11703         Log: FAQ nit from Chris Fedde.
11704      Branch: maint-5.6/perl
11705            ! pod/perlfaq4.pod
11706 ____________________________________________________________________________
11707 [  8817] By: nick                                  on 2001/02/17  18:20:14
11708         Log: Integrate mainline
11709      Branch: perlio
11710           +> lib/unicode/UCD.html lib/unicode/Unicode.html
11711           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
11712           +> pod/perlclib.pod
11713            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
11714            - lib/unicode/Unicode.301
11715           !> (integrate 324 files)
11716 ____________________________________________________________________________
11717 [  8816] By: jhi                                   on 2001/02/17  16:56:58
11718         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
11719      Branch: perl
11720            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11721            ! ext/Storable/Storable.xs t/lib/st-06compat.t
11722            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
11723 ____________________________________________________________________________
11724 [  8815] By: jhi                                   on 2001/02/17  16:40:07
11725         Log: Subject: [patch] -Wall
11726              From: Doug MacEachern <dougm@covalent.net>
11727              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
11728              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
11729      Branch: perl
11730            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
11731            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
11732 ____________________________________________________________________________
11733 [  8814] By: jhi                                   on 2001/02/16  19:27:18
11734         Log: Document qu better.
11735      Branch: perl
11736            ! pod/perlop.pod
11737 ____________________________________________________________________________
11738 [  8813] By: jhi                                   on 2001/02/15  13:54:37
11739         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
11740              From: Hugo <hv@crypt.compulink.co.uk>
11741              Date: Thu, 15 Feb 2001 13:39:49 +0000
11742              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
11743      Branch: perl
11744            ! toke.c
11745 ____________________________________________________________________________
11746 [  8812] By: alanbur                               on 2001/02/15  13:52:16
11747         Log: Resynchronised with parent
11748      Branch: maint-5.6/pureperl
11749            - ebcdic.c
11750           !> (integrate 36 files)
11751 ____________________________________________________________________________
11752 [  8811] By: jhi                                   on 2001/02/15  13:51:16
11753         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
11754              
11755              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
11756              From: Jan Dubois <JanD@ActiveState.com>
11757              Date: Wed, 31 Jan 2001 21:17:03 -0800
11758              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
11759              
11760              tweak change#8659 to keep it simple
11761              
11762              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
11763              From: Russ Allbery <rra@stanford.edu>
11764              Date: 14 Feb 2001 10:15:41 -0800
11765              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
11766              
11767              (8809 empty)
11768
11769              Upgrade to podlators 1.08, from Russ Allbery.
11770      Branch: perl
11771           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
11772           !> utils/perldoc.PL
11773 ____________________________________________________________________________
11774 [  8810] By: jhi                                   on 2001/02/15  13:35:08
11775         Log: Upgrade to podlators 1.08, from Russ Allbery.
11776      Branch: maint-5.6/perl
11777            ! lib/Pod/Man.pm lib/Pod/Text.pm
11778 ____________________________________________________________________________
11779 [  8809] By: jhi                                   on 2001/02/15  13:26:38
11780         Log: (accidentally empty check-in)
11781      Branch: maint-5.6/perl
11782            ! lib/Test/Harness.pm
11783 ____________________________________________________________________________
11784 [  8808] By: jhi                                   on 2001/02/15  13:23:47
11785         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
11786              From: Russ Allbery <rra@stanford.edu>
11787              Date: 14 Feb 2001 10:15:41 -0800
11788              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
11789              
11790              perldoc was hardcoding $Config{installscript}, which breaks
11791              when install* isn't where Perl ends up (such as with AFS).
11792              
11793              Use $Config{scriptdir} instead.
11794      Branch: maint-5.6/perl
11795            ! utils/perldoc.PL
11796 ____________________________________________________________________________
11797 [  8807] By: jhi                                   on 2001/02/14  14:37:27
11798         Log: Update Changes.
11799      Branch: perl
11800            ! Changes patchlevel.h
11801 ____________________________________________________________________________
11802 [  8806] By: jhi                                   on 2001/02/14  14:25:31
11803         Log: Integrate changes #8803,8804,8805 from mainline.
11804              
11805              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
11806              
11807              Don't skip too much of the locale error message if no environ array,
11808              from Chris Nandor.
11809              
11810              More MacOS Classic fixes from Chris Nandor.
11811      Branch: maint-5.6/perl
11812           !> doop.c lib/Cwd.pm perl.c perl.h util.c
11813 ____________________________________________________________________________
11814 [  8805] By: jhi                                   on 2001/02/14  03:29:01
11815         Log: More MacOS Classic fixes from Chris Nandor.
11816      Branch: perl
11817            ! doop.c lib/Cwd.pm
11818 ____________________________________________________________________________
11819 [  8804] By: jhi                                   on 2001/02/14  03:18:35
11820         Log: Don't skip too much of the locale error message if no environ array,
11821              from Chris Nandor.
11822      Branch: perl
11823            ! util.c
11824 ____________________________________________________________________________
11825 [  8803] By: jhi                                   on 2001/02/14  03:14:14
11826         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
11827      Branch: perl
11828            ! perl.c perl.h
11829 ____________________________________________________________________________
11830 [  8802] By: jhi                                   on 2001/02/13  18:31:33
11831         Log: AUTHORS update.
11832      Branch: perl
11833            ! AUTHORS
11834 ____________________________________________________________________________
11835 [  8801] By: jhi                                   on 2001/02/13  17:55:19
11836         Log: Integrate change #8792 from mainline.
11837              
11838              Subject: buncha MacPerl patches for bleadperl
11839              From: Chris Nandor <pudge@pobox.com>
11840              Date: Tue, 13 Feb 2001 00:02:43 -0500
11841              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
11842      Branch: maint-5.6/perl
11843           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11844           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
11845           !> t/lib/basename.t toke.c util.h
11846 ____________________________________________________________________________
11847 [  8800] By: jhi                                   on 2001/02/13  17:46:43
11848         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
11849              to be forced to Off_t.
11850              
11851              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
11852              From: nick@ccl4.org
11853              Date: Thu, 1 Feb 2001 12:01:04 +0000
11854              Message-Id: <20010201120103.E11401@plum.flirble.org>
11855      Branch: maint-5.6/perl
11856            ! iperlsys.h perlio.c
11857 ____________________________________________________________________________
11858 [  8799] By: jhi                                   on 2001/02/13  16:52:51
11859         Log: Duplex duplex hunk hunk.
11860      Branch: maint-5.6/perl
11861            ! Makefile.SH
11862 ____________________________________________________________________________
11863 [  8797] By: jhi                                   on 2001/02/13  14:52:04
11864         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
11865              From: "Craig A. Berry" <craigberry@mac.com>
11866              Date: Mon, 12 Feb 2001 11:05:25 -0600
11867              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
11868      Branch: perl
11869            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
11870 ____________________________________________________________________________
11871 [  8796] By: jhi                                   on 2001/02/13  14:36:47
11872         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
11873              From: simon.cozens@pembroke.oxford.ac.uk 
11874              Date: Sat, 10 Feb 2001 17:57:02 +0000
11875              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
11876              
11877              Now it does include.
11878      Branch: perl
11879            ! pod/perldiag.pod
11880 ____________________________________________________________________________
11881 [  8795] By: jhi                                   on 2001/02/13  14:30:11
11882         Log: Sort the MANIFEST.
11883      Branch: perl
11884            ! MANIFEST
11885 ____________________________________________________________________________
11886 [  8794] By: jhi                                   on 2001/02/13  14:26:51
11887         Log: Integrate change #8793 from mainline, FAQ updates.
11888      Branch: maint-5.6/perl
11889           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
11890 ____________________________________________________________________________
11891 [  8793] By: jhi                                   on 2001/02/13  14:25:13
11892         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
11893      Branch: perl
11894            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
11895 ____________________________________________________________________________
11896 [  8792] By: jhi                                   on 2001/02/13  14:22:50
11897         Log: Subject: buncha MacPerl patches for bleadperl
11898              From: Chris Nandor <pudge@pobox.com>
11899              Date: Tue, 13 Feb 2001 00:02:43 -0500
11900              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
11901      Branch: perl
11902            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
11903            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
11904            ! t/lib/basename.t toke.c util.h
11905 ____________________________________________________________________________
11906 [  8791] By: jhi                                   on 2001/02/13  14:10:39
11907         Log: Integrate change #8790 from mainline.
11908              
11909              environ array wrongly assumed in Perl_init_i18nl10n(),
11910      Branch: maint-5.6/perl
11911           !> util.c
11912 ____________________________________________________________________________
11913 [  8790] By: jhi                                   on 2001/02/13  14:06:15
11914         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
11915              noticed by Chris Nandor in MacOS Classic.
11916      Branch: perl
11917            ! util.c
11918 ____________________________________________________________________________
11919 [  8789] By: jhi                                   on 2001/02/13  13:58:07
11920         Log: Integrate changes #8373,8487,8544,8783 from mainline.
11921              
11922              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
11923              hints files, the dynaloading, assimilate ebcdic into util.c.
11924      Branch: maint-5.6/perl
11925            - ebcdic.c
11926            ! MANIFEST hints/posix-bc.sh
11927           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
11928           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
11929           !> perlapi.c proto.h util.c
11930 ____________________________________________________________________________
11931 [  8788] By: alanbur                               on 2001/02/13  10:33:13
11932         Log: Integrated changes from maint-5.6
11933      Branch: maint-5.6/pureperl
11934           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
11935           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
11936           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11937           !> vos/config.ga.h vos/configure_perl.cm
11938 ____________________________________________________________________________
11939 [  8787] By: jhi                                   on 2001/02/13  05:56:36
11940         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
11941      Branch: perl
11942           !> Makefile.SH
11943 ____________________________________________________________________________
11944 [  8786] By: jhi                                   on 2001/02/13  05:54:34
11945         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
11946              From: Dorner Thomas <Thomas.Dorner@start.de>
11947              Date: Mon, 12 Feb 2001 15:06:26 +0100
11948              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
11949      Branch: maint-5.6/perl
11950            ! Makefile.SH
11951 ____________________________________________________________________________
11952 [  8785] By: jhi                                   on 2001/02/13  05:29:04
11953         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
11954      Branch: perl
11955           !> hints/openbsd.sh
11956 ____________________________________________________________________________
11957 [  8784] By: jhi                                   on 2001/02/13  02:25:24
11958         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
11959              From: Peter Prymmer <pvhp@forte.com>
11960              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
11961              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
11962      Branch: perl
11963            ! pod/perlclib.pod
11964 ____________________________________________________________________________
11965 [  8783] By: jhi                                   on 2001/02/13  02:22:36
11966         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
11967      Branch: perl
11968            - ebcdic.c
11969            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
11970            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
11971            ! util.c
11972 ____________________________________________________________________________
11973 [  8782] By: jhi                                   on 2001/02/13  02:00:07
11974         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
11975      Branch: maint-5.6/perl
11976            ! pod/perlport.pod
11977 ____________________________________________________________________________
11978 [  8781] By: jhi                                   on 2001/02/13  01:58:44
11979         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
11980      Branch: maint-5.6/perl
11981            ! hints/openbsd.sh
11982 ____________________________________________________________________________
11983 [  8780] By: jhi                                   on 2001/02/13  01:57:33
11984         Log: Synchronize the regexp tests between maintperl and mainline.
11985      Branch: maint-5.6/perl
11986           !> t/op/re_tests
11987 ____________________________________________________________________________
11988 [  8779] By: jhi                                   on 2001/02/13  01:49:35
11989         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
11990              From: Hugo <hv@crypt.compulink.co.uk>
11991              Date: Tue, 13 Feb 2001 00:11:11 +0000
11992              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
11993      Branch: perl
11994            ! regcomp.c t/op/re_tests
11995 ____________________________________________________________________________
11996 [  8778] By: jhi                                   on 2001/02/13  00:23:10
11997         Log: Comments do not nest.
11998      Branch: perl
11999            ! perl.h
12000 ____________________________________________________________________________
12001 [  8777] By: jhi                                   on 2001/02/13  00:17:54
12002         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
12003              From: Hugo <hv@crypt.compulink.co.uk>
12004              Date: Tue, 13 Feb 2001 00:11:11 +0000
12005              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
12006      Branch: maint-5.6/perl
12007            ! regcomp.c t/op/re_tests
12008 ____________________________________________________________________________
12009 [  8776] By: jhi                                   on 2001/02/12  23:25:52
12010         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
12011      Branch: maint-5.6/perl
12012            ! pod/perlport.pod
12013 ____________________________________________________________________________
12014 [  8775] By: jhi                                   on 2001/02/12  23:04:28
12015         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
12016      Branch: maint-5.6/perl
12017            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
12018            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
12019            ! vos/configure_perl.cm
12020 ____________________________________________________________________________
12021 [  8774] By: jhi                                   on 2001/02/12  22:59:11
12022         Log: Subject: Re: [patch] context for 'U' magic functions
12023              From: Doug MacEachern <dougm@covalent.net>
12024              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
12025              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
12026              
12027              plus the suggestion by Nick Ing-Simmons to name the macro
12028              as PERL_MG_UFUNC to avoid namespace pollution, plus add
12029              the advice by Doug for XS writers to perl.h
12030      Branch: perl
12031            ! mg.c perl.h
12032 ____________________________________________________________________________
12033 [  8773] By: jhi                                   on 2001/02/11  20:14:12
12034         Log: Update Changes.
12035      Branch: perl
12036            ! Changes patchlevel.h
12037 ____________________________________________________________________________
12038 [  8772] By: jhi                                   on 2001/02/11  18:47:52
12039         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
12040              From: Simon Cozens <simon@cozens.net>
12041              Date: Wed, 31 Jan 2001 16:31:43 +0000
12042              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
12043      Branch: perl
12044            + pod/perlclib.pod
12045            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
12046            ! pod/perltoc.pod
12047 ____________________________________________________________________________
12048 [  8771] By: jhi                                   on 2001/02/11  18:36:48
12049         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
12050              
12051              Blocks-4d3.beta.txt
12052              CaseFolding-3d4.beta.txt
12053              CompositionExclusions-3d6.beta.txt
12054              EastAsianWidth-4d4.beta.txt
12055              LineBreak-6d3.beta.txt
12056              NamesList-3.1.0d1.beta.txt
12057              PropList-3.1.0d4.beta.txt
12058              SpecialCasing-4d1.beta.txt
12059              UnicodeData-3.1.0d6.beta.txt
12060      Branch: perl
12061            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
12062           +> lib/unicode/UCD.html lib/unicode/Unicode.html
12063            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
12064            - lib/unicode/Unicode.301
12065            ! (edit 257 files)
12066 ____________________________________________________________________________
12067 [  8770] By: jhi                                   on 2001/02/11  17:26:22
12068         Log: UTF-8 documentation.
12069      Branch: perl
12070            ! utf8.h
12071 ____________________________________________________________________________
12072 [  8769] By: jhi                                   on 2001/02/11  17:12:49
12073         Log: Retract #8762.
12074      Branch: perl
12075            ! regexec.c
12076 ____________________________________________________________________________
12077 [  8768] By: jhi                                   on 2001/02/11  16:54:45
12078         Log: Subject: [PATCH] Test::Harness
12079              From: andreas.koenig@anima.de (Andreas J. Koenig)
12080              Date: 11 Feb 2001 14:37:00 +0100
12081              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
12082      Branch: perl
12083            ! lib/Test/Harness.pm
12084 ____________________________________________________________________________
12085 [  8767] By: jhi                                   on 2001/02/11  16:53:52
12086         Log: Subject: [PATCH] Document makepatch in Porting/patching
12087              From: andreas.koenig@anima.de (Andreas J. Koenig)
12088              Date: 11 Feb 2001 16:46:28 +0100
12089              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
12090      Branch: perl
12091            ! Porting/patching.pod
12092 ____________________________________________________________________________
12093 [  8766] By: jhi                                   on 2001/02/11  06:30:23
12094         Log: Subject: Re: [patch] GvSHARED
12095              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
12096              From: Doug MacEachern <dougm@covalent.net>
12097              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
12098              
12099              Subject: Re: [patch] GvSHARED
12100              From: Doug MacEachern <dougm@covalent.net>
12101              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
12102              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
12103              
12104              Subject: [patch] attributes.pm support for `shared'
12105              From: Doug MacEachern <dougm@covalent.net>
12106              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
12107              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
12108              
12109              our() attributes were ignored, our :shared pieces missing,
12110              allow attributes.pm to turn on shared.
12111      Branch: perl
12112            ! op.c t/op/attrs.t toke.c xsutils.c
12113 ____________________________________________________________________________
12114 [  8765] By: alanbur                               on 2001/02/10  23:11:19
12115         Log: Resync with parent (hopefully sucessfully this time)
12116      Branch: maint-5.6/pureperl
12117           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
12118           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12119           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12120           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12121           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12122           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12123           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12124 ____________________________________________________________________________
12125 [  8764] By: jhi                                   on 2001/02/10  22:54:38
12126         Log: Make TEST and UTEST more verbose in case something goes
12127              wrong in running/compiling a script, suggested by Doug
12128              MacEachern.
12129      Branch: perl
12130            ! t/TEST t/UTEST
12131 ____________________________________________________________________________
12132 [  8763] By: jhi                                   on 2001/02/10  22:11:34
12133         Log: Bogus shebang.
12134      Branch: perl
12135            ! t/lib/texttabs.t
12136 ____________________________________________________________________________
12137 [  8762] By: jhi                                   on 2001/02/10  21:56:02
12138         Log: (Retracted by #8769)
12139      Branch: perl
12140            ! regexec.c
12141 ____________________________________________________________________________
12142 [  8761] By: jhi                                   on 2001/02/10  21:26:15
12143         Log: Subject: Re: [patch] GvSHARED 
12144              From: Doug MacEachern <dougm@covalent.net>
12145              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
12146              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
12147              
12148              our @EXPORT : shared = (...);
12149      Branch: perl
12150            ! toke.c
12151 ____________________________________________________________________________
12152 [  8760] By: jhi                                   on 2001/02/10  21:25:07
12153         Log: Subject: [patch] GvSHARED
12154              From: Doug MacEachern <dougm@covalent.net>
12155              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
12156              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
12157      Branch: perl
12158            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
12159 ____________________________________________________________________________
12160 [  8759] By: alanbur                               on 2001/02/10  21:24:27
12161         Log: Backed out mismerge.
12162      Branch: maint-5.6/pureperl
12163            ! MANIFEST README.hpux README.vmesa gv.c installhtml
12164            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
12165            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12166            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12167            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12168            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12169            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
12170 ____________________________________________________________________________
12171 [  8758] By: jhi                                   on 2001/02/10  18:01:17
12172         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
12173              
12174              Fixed UMRs and leak in Perl_pmtrans()
12175              
12176              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12177              associated UTFied tr/// code.  Also fixed scoping leak of
12178              PL_reg_start_tmp.
12179              
12180              newATTRSUB leaks when an attempt to redefine the active sort sub is
12181              made.
12182      Branch: maint-5.6/perl
12183           !> op.c regcomp.c
12184 ____________________________________________________________________________
12185 [  8757] By: alanbur                               on 2001/02/10  17:56:46
12186         Log: Resynchronised with parent
12187      Branch: maint-5.6/pureperl
12188           +> README.bs2000
12189            - README.posix-bc
12190            ! gv.c perl.c sv.c
12191           !> MANIFEST README.hpux README.vmesa installhtml
12192           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
12193           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12194           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
12195           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
12196           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
12197           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
12198 ____________________________________________________________________________
12199 [  8756] By: alanbur                               on 2001/02/10  17:51:15
12200         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
12201              made.
12202      Branch: maint-5.6/pureperl
12203            ! op.c
12204 ____________________________________________________________________________
12205 [  8755] By: jhi                                   on 2001/02/09  22:41:35
12206         Log: Upgrade to CPAN 1.59_54, from Andreas König.
12207      Branch: perl
12208            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
12209 ____________________________________________________________________________
12210 [  8754] By: jhi                                   on 2001/02/09  22:29:20
12211         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
12212              
12213              Didn't upgrade the fill.t since it has a dependency to File::Slurp
12214              purely for debugging purposes, the actual test hasn't changed.
12215      Branch: perl
12216            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
12217            ! t/lib/textwrap.t
12218 ____________________________________________________________________________
12219 [  8753] By: jhi                                   on 2001/02/09  20:17:50
12220         Log: Integrate change #8682 from maintperl.
12221              
12222              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
12223              to work correctly.
12224      Branch: perl
12225           !> hints/irix_6.sh
12226 ____________________________________________________________________________
12227 [  8752] By: jhi                                   on 2001/02/09  20:00:46
12228         Log: Update Changes.
12229      Branch: perl
12230            ! Changes patchlevel.h
12231 ____________________________________________________________________________
12232 [  8751] By: nick                                  on 2001/02/09  19:48:37
12233         Log: Integrate mainline
12234      Branch: perlio
12235           +> README.bs2000 t/lib/cgi-esc.t
12236            - README.posix-bc
12237           !> (integrate 53 files)
12238 ____________________________________________________________________________
12239 [  8750] By: nick                                  on 2001/02/09  19:25:16
12240         Log: Subject: RE: Biannual Competition to Improve Hashing Function
12241              From: Fisher Mark <fisherm@tce.com>
12242              Date: Thu, 8 Feb 2001 10:44:00 -0500
12243              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
12244              Date: Thu, 8 Feb 2001 15:02:47 -0500
12245              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
12246      Branch: perl
12247            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
12248 ____________________________________________________________________________
12249 [  8749] By: jhi                                   on 2001/02/09  19:02:35
12250         Log: Forgotten fragment.
12251      Branch: perl
12252            ! pod/perlapi.pod
12253 ____________________________________________________________________________
12254 [  8748] By: jhi                                   on 2001/02/09  18:31:34
12255         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
12256              plus manual tweakage.
12257              
12258              Sync the perlfaq2 between mainline and maintperl.
12259      Branch: maint-5.6/perl
12260            ! pod/perlfaq2.pod
12261      Branch: perl
12262           !> pod/perlfaq2.pod
12263 ____________________________________________________________________________
12264 [  8747] By: jhi                                   on 2001/02/09  18:12:04
12265         Log: Subject: versiononly and installperl
12266              From: abigail@foad.org
12267              Date: Wed, 7 Feb 2001 22:43:12 +0100
12268              Message-ID: <20010207214312.7045.qmail@foad.org>    
12269              
12270              Add +v flag to force a normal install of the perl binary
12271              and the utilities.
12272              
12273              Subject: [PATCH] installperl
12274              From: Nicholas Clark <nick@ccl4.org>
12275              Date: Fri, 9 Feb 2001 16:28:57 +0000
12276              Message-ID: <20010209162857.B10931@plum.flirble.org>
12277              
12278              Add -A flag which also hardlinks the binary with
12279              the full architecture name.
12280      Branch: perl
12281            ! installperl
12282 ____________________________________________________________________________
12283 [  8746] By: jhi                                   on 2001/02/09  18:03:43
12284         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
12285              
12286              Subject: perlfaq2, re: perlmongers
12287              
12288              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
12289              
12290              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
12291              
12292              Subject: [ID 20010205.001] typo in perlfaq9
12293              
12294              Subject: [ID 20010208.002] unordered explanation in perlcall
12295      Branch: maint-5.6/perl
12296           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
12297           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
12298           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
12299 ____________________________________________________________________________
12300 [  8745] By: jhi                                   on 2001/02/09  17:59:09
12301         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
12302              From: abela@geneanet.org
12303              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
12304              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
12305      Branch: perl
12306            ! pod/perlcall.pod
12307 ____________________________________________________________________________
12308 [  8744] By: jhi                                   on 2001/02/09  17:48:16
12309         Log: Subject: [ID 20010205.001] typo in perlfaq9
12310              From: eserte@vran.herceg.de
12311              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
12312              Message-Id: <200102042244.XAA21926@vran.herceg.de>
12313      Branch: perl
12314            ! pod/perlfaq9.pod
12315 ____________________________________________________________________________
12316 [  8743] By: jhi                                   on 2001/02/09  17:25:12
12317         Log: Integrate change #8695 from maintperl.
12318              
12319              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
12320      Branch: perl
12321           !> thread.h
12322 ____________________________________________________________________________
12323 [  8742] By: jhi                                   on 2001/02/09  17:21:22
12324         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
12325              From: Andy Dougherty <doughera@lafayette.edu>
12326              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
12327              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
12328      Branch: perl
12329            ! embed.pl
12330 ____________________________________________________________________________
12331 [  8741] By: jhi                                   on 2001/02/09  17:05:19
12332         Log: Integrate changes #8738,8739,8740 from maintperl.
12333              
12334              Html files will be installed in a more logical and easier to
12335              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
12336              
12337              Html files will be generated with a header to make them look
12338              a little less bare.
12339              
12340              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
12341      Branch: perl
12342           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
12343 ____________________________________________________________________________
12344 [  8740] By: jhi                                   on 2001/02/09  17:03:46
12345         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
12346              From: "Brendan O'Dea" <bod@compusol.com.au>
12347              Date: Sun, 4 Feb 2001 11:17:56 +1100
12348              Message-ID: <20010204111756.A16301@compusol.com.au>
12349      Branch: maint-5.6/perl
12350            ! pod/perlfaq3.pod
12351 ____________________________________________________________________________
12352 [  8739] By: jhi                                   on 2001/02/09  17:01:59
12353         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
12354              From: "Indy Singh" <indy@nusphere.com>
12355              Date: Fri, 2 Feb 2001 15:09:59 -0500
12356              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
12357              
12358              Html files will be generated with a header to make them look
12359              a little less bare.
12360      Branch: maint-5.6/perl
12361            ! installhtml
12362 ____________________________________________________________________________
12363 [  8738] By: jhi                                   on 2001/02/09  16:58:48
12364         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
12365              From: "Indy Singh" <indy@nusphere.com>
12366              Date: Fri, 2 Feb 2001 15:08:23 -0500
12367              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
12368              
12369              Html files will be installed in a more logical and easier to
12370              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
12371      Branch: maint-5.6/perl
12372            ! win32/Makefile win32/makefile.mk
12373 ____________________________________________________________________________
12374 [  8737] By: jhi                                   on 2001/02/09  16:46:54
12375         Log: Integrate changes #8687,8736 from maintperl.
12376              
12377              HP-UX thread patches from Merijn H. Brand.
12378              
12379              Latin nit from Philip Newton.
12380      Branch: perl
12381           !> README.hpux hints/hpux.sh
12382 ____________________________________________________________________________
12383 [  8736] By: jhi                                   on 2001/02/09  16:42:31
12384         Log: Latin nit from Philip Newton.
12385      Branch: maint-5.6/perl
12386            ! README.hpux
12387 ____________________________________________________________________________
12388 [  8735] By: jhi                                   on 2001/02/09  16:24:03
12389         Log: Integrate changes #8704,8710 from pureperl.
12390              
12391              Fixed UMRs and leak in Perl_pmtrans()
12392              
12393              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12394              associated UTFied tr/// code.  Also fixed scoping leak of
12395              PL_reg_start_tmp.
12396      Branch: perl
12397           !> op.c regcomp.c
12398 ____________________________________________________________________________
12399 [  8734] By: jhi                                   on 2001/02/09  15:40:21
12400         Log: Integrate change #8733 from maintperl.
12401              
12402              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
12403      Branch: perl
12404           !> pod/perlre.pod
12405 ____________________________________________________________________________
12406 [  8733] By: jhi                                   on 2001/02/09  15:35:47
12407         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
12408              From: Prymmer/Kahn <pvhp@best.com>
12409              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
12410              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
12411      Branch: maint-5.6/perl
12412            ! pod/perlre.pod
12413 ____________________________________________________________________________
12414 [  8732] By: jhi                                   on 2001/02/09  15:26:17
12415         Log: Rename README.posix-bc to README.bs2000 (to avoid the
12416              confusion of a "perlposix-bc.pod"), add a few missing
12417              arch pods, regen toc.
12418      Branch: maint-5.6/perl
12419           +> README.bs2000
12420            - README.posix-bc
12421            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12422            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12423 ____________________________________________________________________________
12424 [  8731] By: jhi                                   on 2001/02/09  15:23:39
12425         Log: De-cut-and-pasto.
12426      Branch: perl
12427            ! pod/perl.pod
12428 ____________________________________________________________________________
12429 [  8730] By: jhi                                   on 2001/02/09  15:11:13
12430         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
12431              when people think that perlposix-bc.pod tells anything about
12432              Perl and POSIX.  Regen toc.
12433      Branch: perl
12434           +> README.bs2000
12435            - README.posix-bc
12436            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
12437            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
12438 ____________________________________________________________________________
12439 [  8729] By: jhi                                   on 2001/02/09  14:52:28
12440         Log: The README.vmesa part of #8712 from maintperl.
12441      Branch: perl
12442            ! README.vmesa
12443 ____________________________________________________________________________
12444 [  8728] By: jhi                                   on 2001/02/09  14:46:06
12445         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
12446              From: Peter Prymmer <pvhp@forte.com>
12447              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
12448              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
12449      Branch: maint-5.6/perl
12450            ! README.vmesa win32/Makefile win32/makefile.mk
12451 ____________________________________________________________________________
12452 [  8727] By: jhi                                   on 2001/02/09  14:33:25
12453         Log: Integrate change #8712 from mainline.
12454              
12455              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
12456      Branch: maint-5.6/perl
12457           !> lib/Pod/Find.pm
12458 ____________________________________________________________________________
12459 [  8726] By: jhi                                   on 2001/02/09  14:30:28
12460         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
12461              From: Peter Prymmer <pvhp@forte.com>
12462              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
12463              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
12464      Branch: perl
12465            + t/lib/cgi-esc.t
12466            ! MANIFEST lib/CGI/Util.pm
12467 ____________________________________________________________________________
12468 [  8725] By: jhi                                   on 2001/02/09  04:56:47
12469         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
12470      Branch: maint-5.6/perl
12471            ! pod/perlport.pod
12472 ____________________________________________________________________________
12473 [  8724] By: jhi                                   on 2001/02/09  04:40:59
12474         Log: Integrate changes 7819,7820 from vmsperl into mainline.
12475              
12476              Add header for LIB$ prototypes (C. Berry)
12477              
12478              Convert fwrite()s to sockets to write()s, since some socket stacks
12479              don't take kindly to stdio.
12480              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
12481              (for often optional LNMs)
12482              Correct a few typos
12483              (C. Bailey)
12484      Branch: perl
12485           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
12486 ____________________________________________________________________________
12487 [  8723] By: jhi                                   on 2001/02/09  03:29:29
12488         Log: Integrate change #8722 from mainline.
12489              
12490              The Im() function wasn't returning zero for non-Math::Complex
12491              arguments.  The bug reported by John Gamble.
12492      Branch: maint-5.6/perl
12493           !> lib/Math/Complex.pm
12494 ____________________________________________________________________________
12495 [  8722] By: jhi                                   on 2001/02/09  03:28:33
12496         Log: The Im() function wasn't returning zero for non-Math::Complex
12497              arguments.  The bug reported by John Gamble.
12498      Branch: perl
12499            ! lib/Math/Complex.pm
12500 ____________________________________________________________________________
12501 [  8721] By: nick                                  on 2001/02/08  22:11:35
12502         Log: Correct the correction :-(
12503      Branch: perl
12504            ! perl.c
12505 ____________________________________________________________________________
12506 [  8720] By: bailey                                on 2001/02/08  20:59:22
12507         Log: Convert frwite()s to sockets to write()s, since some socket stacks
12508              don't take kindly to stdio.
12509              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
12510              (for often optional LNMs)
12511              Correct a few typos
12512              (C. Bailey)
12513      Branch: vmsperl
12514            ! vms/vms.c vms/vmsish.h
12515 ____________________________________________________________________________
12516 [  8719] By: bailey                                on 2001/02/08  20:51:02
12517         Log: Add header for LIB$ prototypes (C. Berry)
12518      Branch: vmsperl
12519            ! ext/Devel/DProf/DProf.xs
12520 ____________________________________________________________________________
12521 [  8718] By: bailey                                on 2001/02/08  20:49:00
12522         Log: SYN SYN
12523      Branch: vmsperl
12524           +> pod/perliol.pod t/lib/sample-tests/bailout
12525           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
12526           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
12527           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
12528           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
12529           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
12530           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
12531            - lib/unicode/Is/DCinital.pl
12532           !> (integrate 101 files)
12533 ____________________________________________________________________________
12534 [  8717] By: nick                                  on 2001/02/08  19:38:48
12535         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
12536              From: Robin Barker <rmb1@cise.npl.co.uk>
12537              Date: Thu, 8 Feb 2001 14:38:07 GMT
12538              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
12539      Branch: perl
12540            ! lib/CPAN.pm
12541 ____________________________________________________________________________
12542 [  8716] By: nick                                  on 2001/02/08  19:29:07
12543         Log: Generated files form 8713 etc.
12544      Branch: perl
12545            ! embed.h global.sym objXSUB.h perlapi.c proto.h
12546 ____________________________________________________________________________
12547 [  8715] By: nick                                  on 2001/02/08  19:26:08
12548         Log: Fixup non-ithread build after 8713
12549      Branch: perl
12550            ! perl.c
12551 ____________________________________________________________________________
12552 [  8714] By: nick                                  on 2001/02/08  19:17:45
12553         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
12554              From: nick@ccl4.org
12555              Date: Wed, 7 Feb 2001 00:27:47 +0000
12556              Message-Id: <20010207002747.B63724@plum.flirble.org>
12557      Branch: perl
12558            ! sv.c toke.c
12559 ____________________________________________________________________________
12560 [  8713] By: nick                                  on 2001/02/08  19:15:58
12561         Log: Subject: Re: [patch] Re: PL_ptr_table
12562              From: Doug Maceachern <dougm@covalent.net>
12563              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
12564              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
12565      Branch: perl
12566            ! embed.pl perl.c sv.c sv.h
12567 ____________________________________________________________________________
12568 [  8712] By: nick                                  on 2001/02/08  19:12:47
12569         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
12570              From: Peter Prymmer <pvhp@forte.com>
12571              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
12572              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
12573      Branch: perl
12574            ! lib/Pod/Find.pm
12575 ____________________________________________________________________________
12576 [  8711] By: nick                                  on 2001/02/07  21:06:11
12577         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
12578              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
12579              From: Alan Burlison <Alan.Burlison@uk.sun.com>
12580              Date: Tue, 06 Feb 2001 23:37:01 +0000
12581              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
12582      Branch: perl
12583            ! regcomp.c
12584 ____________________________________________________________________________
12585 [  8710] By: alanbur                               on 2001/02/07  00:22:04
12586         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
12587              associated UTFied tr/// code.  Also fixed scoping leak of
12588              PL_reg_start_tmp.
12589      Branch: maint-5.6/pureperl
12590            ! op.c regcomp.c
12591 ____________________________________________________________________________
12592 [  8709] By: nick                                  on 2001/02/06  21:16:49
12593         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
12594              From: Michael G Schwern <schwern@pobox.com>
12595              Date: Sun, 4 Feb 2001 19:47:14 -0500
12596              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
12597      Branch: perl
12598            ! pod/perlapi.pod pod/perlmodlib.PL
12599 ____________________________________________________________________________
12600 [  8708] By: nick                                  on 2001/02/06  20:41:20
12601         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
12602              From: Michael G Schwern <schwern@pobox.com>
12603              Date: Sun, 4 Feb 2001 21:17:49 -0500
12604              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
12605      Branch: perl
12606            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
12607            ! pod/perltootc.pod
12608 ____________________________________________________________________________
12609 [  8707] By: nick                                  on 2001/02/06  20:29:11
12610         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
12611              From: Michael G Schwern <schwern@pobox.com>
12612              Date: Tue, 6 Feb 2001 05:54:30 -0500
12613              Message-Id: <20010206055430.A951@blackrider.aocn.com>
12614      Branch: perl
12615            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
12616 ____________________________________________________________________________
12617 [  8706] By: nick                                  on 2001/02/06  20:21:40
12618         Log: Subject: RE: some win32 fixes
12619              Date: Tue, 6 Feb 2001 09:23:20 +0300
12620              From: Vadim Konovalov <vkonovalov@lucent.com>
12621              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
12622      Branch: perl
12623            ! toke.c win32/Makefile win32/config.bc win32/config.gc
12624            ! win32/config.vc win32/config_H.bc win32/makefile.mk
12625 ____________________________________________________________________________
12626 [  8705] By: alanbur                               on 2001/02/06  15:00:03
12627         Log: Synchronised with parent
12628      Branch: maint-5.6/pureperl
12629            ! regexec.c
12630           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12631           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
12632 ____________________________________________________________________________
12633 [  8704] By: alanbur                               on 2001/02/06  14:55:24
12634         Log: Fixed UMRs and leak in Perl_pmtrans()
12635      Branch: maint-5.6/pureperl
12636            ! op.c
12637 ____________________________________________________________________________
12638 [  8703] By: gsar                                  on 2001/02/06  02:29:37
12639         Log: $(MAKE) distclean doesn't clean up properly on windows
12640      Branch: maint-5.6/perl
12641            ! win32/Makefile win32/makefile.mk
12642 ____________________________________________________________________________
12643 [  8702] By: gsar                                  on 2001/02/06  01:00:46
12644         Log: tweak change#8659 to keep it simple
12645      Branch: maint-5.6/perl
12646            ! utils/perldoc.PL
12647 ____________________________________________________________________________
12648 [  8701] By: gsar                                  on 2001/02/05  22:45:41
12649         Log: change#8693 was missing testsuite changes
12650      Branch: maint-5.6/perl
12651           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
12652 ____________________________________________________________________________
12653 [  8700] By: nick                                  on 2001/02/05  20:32:52
12654         Log: Integrate mainline
12655      Branch: perlio
12656           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
12657           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
12658           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
12659           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
12660           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
12661           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
12662           +> t/lib/test-harness.t
12663           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
12664           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
12665           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
12666           !> pod/perlutil.pod t/TEST utils/h2xs.PL
12667 ____________________________________________________________________________
12668 [  8699] By: nick                                  on 2001/02/05  19:41:07
12669         Log: Subject: perlfaq2, re: perlmongers
12670              From: David H. Adler <dha@panix.com>
12671              Date: Sun, 4 Feb 2001 23:48:23 -0500
12672              Message-Id: <20010204234823.A13429@panix.com>
12673      Branch: perl
12674            ! pod/perlfaq2.pod
12675 ____________________________________________________________________________
12676 [  8698] By: nick                                  on 2001/02/05  19:39:31
12677         Log: Missed file f#rom the testharness mess.
12678      Branch: perl
12679            + t/lib/test-harness.t
12680 ____________________________________________________________________________
12681 [  8697] By: nick                                  on 2001/02/05  19:37:21
12682         Log: Subject: [DOC PATCH] overload.pm nits
12683              From: John Tobey <jtobey@john-edwin-tobey.org>
12684              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
12685              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
12686      Branch: perl
12687            ! lib/overload.pm
12688 ____________________________________________________________________________
12689 [  8696] By: alanbur                               on 2001/02/05  11:56:00
12690         Log: Sync with parent
12691      Branch: maint-5.6/pureperl
12692           !> thread.h
12693 ____________________________________________________________________________
12694 [  8695] By: gsar                                  on 2001/02/05  03:27:34
12695         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
12696      Branch: maint-5.6/perl
12697            ! thread.h
12698 ____________________________________________________________________________
12699 [  8694] By: alanbur                               on 2001/02/05  00:07:47
12700         Log: Initial branch creation from //depot/maint-5.6/perl
12701      Branch: maint-5.6/pureperl
12702           +> (branch 1719 files)
12703 ____________________________________________________________________________
12704 [  8693] By: gsar                                  on 2001/02/04  22:38:49
12705         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
12706              changes)
12707      Branch: maint-5.6/perl
12708           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
12709           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
12710           !> ext/DB_File/version.c
12711 ____________________________________________________________________________
12712 [  8692] By: nick                                  on 2001/02/04  18:15:57
12713         Log: The missed t/TEST part of the grand testharness upgrade.
12714      Branch: perl
12715            ! t/TEST
12716 ____________________________________________________________________________
12717 [  8691] By: nick                                  on 2001/02/04  18:05:17
12718         Log: New improved test harness
12719              Subject: Re: [PATCH Test::Harness] Third time's a charm?
12720              From: Michael G Schwern <schwern@pobox.com>
12721              Date: Sun, 4 Feb 2001 08:01:20 -0500
12722              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
12723      Branch: perl
12724            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
12725            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
12726            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
12727            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
12728            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
12729            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
12730            ! MANIFEST lib/Test/Harness.pm
12731 ____________________________________________________________________________
12732 [  8690] By: nick                                  on 2001/02/04  17:57:51
12733         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
12734              From: Jonathan Stowe <gellyfish@gellyfish.com>
12735              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
12736              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
12737      Branch: perl
12738            ! utils/h2xs.PL
12739 ____________________________________________________________________________
12740 [  8689] By: nick                                  on 2001/02/04  17:55:24
12741         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
12742              From: Michael G Schwern <schwern@pobox.com>
12743              Date: Sat, 3 Feb 2001 22:46:38 -0500
12744              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
12745      Branch: perl
12746            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
12747            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
12748 ____________________________________________________________________________
12749 [  8688] By: nick                                  on 2001/02/04  17:43:55
12750         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
12751              length byfailing to spot lack of closing )
12752              From: nick@talking.bollo.cx
12753              Date: Sat, 03 Feb 2001 23:53:16 +0000
12754              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
12755      Branch: perl
12756            ! perlio.c pod/perldiag.pod
12757 ____________________________________________________________________________
12758 [  8687] By: jhi                                   on 2001/02/03  17:11:42
12759         Log: HP-UX thread patches from Merijn H. Brand.
12760      Branch: maint-5.6/perl
12761            ! README.hpux hints/hpux.sh
12762 ____________________________________________________________________________
12763 [  8686] By: jhi                                   on 2001/02/03  16:40:12
12764         Log: Metaconfig changes for #8685.
12765      Branch: metaconfig
12766            ! U/installdirs/instubperl.U
12767      Branch: metaconfig/U/perl
12768            ! Devel.U versiononly.U
12769 ____________________________________________________________________________
12770 [  8685] By: jhi                                   on 2001/02/03  16:39:49
12771         Log: For -Dusedevel builds turn off installusrbinperl and turn on
12772              versiononly, a combined idea of Richard Soderberg and Merijn
12773              H. Brand.  You can still override both of these from the command
12774              line if you need to, -Dinstallusrbinperl and -Uversiononly.
12775      Branch: perl
12776            ! Configure
12777 ____________________________________________________________________________
12778 [  8684] By: jhi                                   on 2001/02/03  16:16:34
12779         Log: Metaconfig unit fix for #8683.
12780      Branch: metaconfig
12781            ! U/compline/nblock_io.U
12782 ____________________________________________________________________________
12783 [  8683] By: jhi                                   on 2001/02/03  16:16:12
12784         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
12785              reported by Peter Prymmer for 5.6-TRIAL1.
12786      Branch: perl
12787            ! Configure
12788 ____________________________________________________________________________
12789 [  8682] By: jhi                                   on 2001/02/03  05:52:11
12790         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
12791              to work correctly.
12792      Branch: maint-5.6/perl
12793            ! hints/irix_6.sh
12794 ____________________________________________________________________________
12795 [  8681] By: jhi                                   on 2001/02/03  05:47:33
12796         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
12797      Branch: maint-5.6/perl
12798            ! pod/perlport.pod
12799 ____________________________________________________________________________
12800 [  8680] By: jhi                                   on 2001/02/02  21:39:49
12801         Log: perlport update from Peter Prymmer.
12802      Branch: maint-5.6/perl
12803            ! pod/perlport.pod
12804 ____________________________________________________________________________
12805 [  8679] By: nick                                  on 2001/02/02  20:50:48
12806         Log: Integrate mainline
12807      Branch: perlio
12808           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
12809           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
12810           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
12811 ____________________________________________________________________________
12812 [  8678] By: gsar                                  on 2001/02/02  16:02:12
12813         Log: note about bincompat, slightly modified (from Lupe Christoph)
12814      Branch: maint-5.6/perl
12815            ! README.solaris
12816 ____________________________________________________________________________
12817 [  8677] By: jhi                                   on 2001/02/02  15:46:20
12818         Log: Supported platforms updates.
12819      Branch: maint-5.6/perl
12820            ! pod/perlport.pod
12821 ____________________________________________________________________________
12822 [  8676] By: jhi                                   on 2001/02/02  03:41:26
12823         Log: A couple more perlfaq2 tweaks.
12824      Branch: maint-5.6/perl
12825            ! pod/perlfaq2.pod
12826 ____________________________________________________________________________
12827 [  8675] By: jhi                                   on 2001/02/02  03:17:44
12828         Log: Misedit in #8661.
12829      Branch: maint-5.6/perl
12830            ! Configure
12831 ____________________________________________________________________________
12832 [  8674] By: jhi                                   on 2001/02/02  03:14:38
12833         Log: Damien again.
12834      Branch: maint-5.6/perl
12835            ! pod/perlfaq2.pod
12836 ____________________________________________________________________________
12837 [  8673] By: jhi                                   on 2001/02/02  03:12:40
12838         Log: perlfaq update from Elaine Ashton.
12839      Branch: maint-5.6/perl
12840            ! pod/perlfaq2.pod
12841 ____________________________________________________________________________
12842 [  8672] By: jhi                                   on 2001/02/02  03:07:08
12843         Log: UTF-8 s/// patch from Inaba Hiroto.
12844      Branch: maint-5.6/perl
12845            ! pp_ctl.c pp_hot.c
12846 ____________________________________________________________________________
12847 [  8671] By: jhi                                   on 2001/02/01  22:34:31
12848         Log: Update Changes.
12849      Branch: perl
12850            ! Changes patchlevel.h
12851 ____________________________________________________________________________
12852 [  8670] By: jhi                                   on 2001/02/01  22:15:29
12853         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
12854              from maintperl.
12855              
12856              Upgrade to Getopt::Long 2.25, from Johan Vromans.
12857              
12858              more files need to be writable in the source distribution
12859              
12860              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
12861              
12862              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
12863              
12864              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12865              
12866              Allow the float to be fuzzier.
12867              
12868              need to use INT2PTR instead of a straight cast or ia64 fails
12869              
12870              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
12871              
12872              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
12873      Branch: perl
12874           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
12875           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
12876           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
12877 ____________________________________________________________________________
12878 [  8669] By: jhi                                   on 2001/02/01  21:57:02
12879         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12880              From: Robin Barker <rmb1@cise.npl.co.uk>
12881              Date: Thu, 1 Feb 2001 16:59:05 GMT
12882              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
12883      Branch: maint-5.6/perl
12884            ! pod/perlmodlib.PL
12885 ____________________________________________________________________________
12886 [  8668] By: nick                                  on 2001/02/01  19:41:40
12887         Log: Integrate mainline
12888      Branch: perlio
12889           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
12890           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
12891           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
12892 ____________________________________________________________________________
12893 [  8667] By: gsar                                  on 2001/02/01  16:59:11
12894         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
12895      Branch: maint-5.6/perl
12896            ! embed.pl embedvar.h
12897 ____________________________________________________________________________
12898 [  8666] By: gsar                                  on 2001/02/01  16:34:51
12899         Log: add missing entries to win32/config.?c
12900      Branch: maint-5.6/perl
12901            ! win32/config.bc win32/config.gc win32/config.vc
12902            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12903 ____________________________________________________________________________
12904 [  8665] By: jhi                                   on 2001/02/01  14:58:51
12905         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
12906              From: "Stephen P. Potter" <spp@spotter.yi.org>
12907              Date: Thu, 01 Feb 2001 10:45:46 -0500
12908              Message-Id: <200102011545.KAA31479@spotter.yi.org>
12909      Branch: maint-5.6/perl
12910            ! pod/perlfunc.pod
12911 ____________________________________________________________________________
12912 [  8664] By: gsar                                  on 2001/02/01  14:52:37
12913         Log: need to use INT2PTR instead of a straight cast or ia64 fails
12914              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
12915      Branch: maint-5.6/perl
12916            ! ext/POSIX/POSIX.xs
12917 ____________________________________________________________________________
12918 [  8663] By: jhi                                   on 2001/02/01  14:09:13
12919         Log: Allow the float to be fuzzier.
12920      Branch: maint-5.6/perl
12921            ! t/lib/peek.t
12922 ____________________________________________________________________________
12923 [  8662] By: jhi                                   on 2001/02/01  13:59:00
12924         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
12925              From: Robin Barker <rmb1@cise.npl.co.uk>
12926              Date: Thu, 1 Feb 2001 13:05:39 GMT
12927              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
12928      Branch: maint-5.6/perl
12929            ! pod/perlmodlib.pod
12930 ____________________________________________________________________________
12931 [  8661] By: jhi                                   on 2001/02/01  13:57:38
12932         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
12933              Date: Thu, 01 Feb 2001 14:15:41 +0100
12934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12935              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
12936              
12937              Have the $ccflags in the gcc version test (strange, this change
12938              is claimed to be have been integrated already)
12939      Branch: maint-5.6/perl
12940            ! Configure
12941 ____________________________________________________________________________
12942 [  8660] By: jhi                                   on 2001/02/01  13:44:10
12943         Log: Integrate changes #7950,7964,7962 from mainline.
12944              
12945              Find the stdchar signedness using cpp, should fix some of
12946              the Solaris compiler warnings reported by Alan Burlison.
12947      Branch: maint-5.6/perl
12948           !> Configure config_h.SH
12949 ____________________________________________________________________________
12950 [  8659] By: jhi                                   on 2001/02/01  05:35:32
12951         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
12952              From: Jan Dubois <JanD@ActiveState.com>
12953              Date: Wed, 31 Jan 2001 21:17:03 -0800
12954              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
12955      Branch: maint-5.6/perl
12956            ! utils/perldoc.PL
12957 ____________________________________________________________________________
12958 [  8658] By: jhi                                   on 2001/02/01  04:33:17
12959         Log: Integrate the README.os390 and README.posix-bc parts of mainline
12960              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
12961              installperl parts were taken care of by #8657.)
12962      Branch: maint-5.6/perl
12963           !> README.os390 README.posix-bc
12964 ____________________________________________________________________________
12965 [  8657] By: jhi                                   on 2001/02/01  04:29:21
12966         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
12967              From: Peter Prymmer <pvhp@forte.com>
12968              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
12969              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
12970      Branch: maint-5.6/perl
12971            + ext/DynaLoader/dl_dllload.xs
12972            ! MANIFEST Makefile.SH hints/os390.sh installperl
12973 ____________________________________________________________________________
12974 [  8656] By: jhi                                   on 2001/02/01  04:25:45
12975         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
12976              From: Peter Prymmer <pvhp@forte.com>
12977              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
12978              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
12979      Branch: maint-5.6/perl
12980            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
12981 ____________________________________________________________________________
12982 [  8655] By: jhi                                   on 2001/02/01  04:14:47
12983         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
12984              From: troc@netrus.net
12985              Date: Wed, 31 Jan 2001 22:31:26 -0500
12986              Message-Id: <200102010331.WAA117.85@rocco.homenet>
12987      Branch: maint-5.6/perl
12988            ! os2/os2.c
12989 ____________________________________________________________________________
12990 [  8654] By: jhi                                   on 2001/02/01  04:12:52
12991         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
12992              as reported by Alan Burlison.
12993      Branch: maint-5.6/perl
12994            ! pp.h
12995 ____________________________________________________________________________
12996 [  8653] By: jhi                                   on 2001/02/01  04:05:12
12997         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
12998              From: dsugalski@northernlight.com
12999              Date: Wed, 31 Jan 2001 18:54:11 -0500
13000              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
13001      Branch: maint-5.6/perl
13002            ! configure.com
13003 ____________________________________________________________________________
13004 [  8652] By: jhi                                   on 2001/02/01  04:03:11
13005         Log: Misplaced #endif.
13006              
13007              Subject: [perl-5-6-1-trial2] patches for EPOC
13008              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13009              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13010              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13011      Branch: maint-5.6/perl
13012            ! epoc/epocish.c
13013 ____________________________________________________________________________
13014 [  8651] By: jhi                                   on 2001/02/01  04:00:25
13015         Log: Integrate changes #8647,8648,8650 from mainline.
13016              
13017              Macrofy a magic UTF-8 test.
13018              
13019              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
13020              
13021              Watch out for cross compiling for EPOC (usually done on linux).
13022      Branch: maint-5.6/perl
13023           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
13024 ____________________________________________________________________________
13025 [  8650] By: jhi                                   on 2001/02/01  03:56:20
13026         Log: Watch out for cross compiling for EPOC (usually done on linux)
13027              
13028              Subject: [perl-5-6-1-trial2] patches for EPOC
13029              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13030              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13031              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13032      Branch: perl
13033            ! ext/Errno/Errno_pm.PL
13034 ____________________________________________________________________________
13035 [  8649] By: gsar                                  on 2001/02/01  00:46:00
13036         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
13037      Branch: maint-5.6/perl
13038            ! sv.c
13039 ____________________________________________________________________________
13040 [  8648] By: jhi                                   on 2001/01/31  23:35:36
13041         Log: All the uses of PL_numeric_radix must be protected by
13042              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
13043              
13044              Subject: [perl-5-6-1-trial2] patches for EPOC
13045              From: Olaf Flebbe <O.Flebbe@science-computing.de>
13046              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
13047              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
13048      Branch: perl
13049            ! sv.c
13050 ____________________________________________________________________________
13051 [  8647] By: jhi                                   on 2001/01/31  22:56:16
13052         Log: Macrofy a magic UTF-8 test.
13053      Branch: perl
13054            ! utf8.c utf8.h
13055 ____________________________________________________________________________
13056 [  8646] By: gsar                                  on 2001/01/31  15:55:12
13057         Log: update Changes
13058      Branch: maint-5.6/perl
13059            ! Changes
13060 ____________________________________________________________________________
13061 [  8645] By: gsar                                  on 2001/01/31  15:10:14
13062         Log: Configure tweak suggested by Peter Prymmer
13063      Branch: maint-5.6/perl
13064            ! Configure
13065 ____________________________________________________________________________
13066 [  8644] By: gsar                                  on 2001/01/31  15:06:32
13067         Log: more files need to be writable in the source distribution
13068      Branch: maint-5.6/perl
13069            ! Porting/makerel
13070 ____________________________________________________________________________
13071 [  8643] By: jhi                                   on 2001/01/31  14:59:46
13072         Log: Integrate changes #8258,8278,8279 from mainline.
13073              
13074              Make the large file tests more robust/talkative.
13075      Branch: maint-5.6/perl
13076           !> t/lib/syslfs.t t/op/lfs.t
13077 ____________________________________________________________________________
13078 [  8642] By: gsar                                  on 2001/01/31  14:53:48
13079         Log: integrate changes#8311,8334 from mainline
13080              
13081              Add a new MakeMaker variable PM_FILTER that defines a Unix
13082              filter to be run on each .pm during the pm_to_blib() phase,
13083              a fixed version of
13084              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
13085              
13086              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
13087              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
13088              accurate reading of the "atime".  
13089      Branch: maint-5.6/perl
13090           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
13091           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
13092           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
13093 ____________________________________________________________________________
13094 [  8641] By: jhi                                   on 2001/01/31  14:46:37
13095         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
13096      Branch: maint-5.6/perl
13097            ! lib/Getopt/Long.pm
13098 ____________________________________________________________________________
13099 [  8640] By: gsar                                  on 2001/01/31  14:40:24
13100         Log: make regen_all
13101      Branch: maint-5.6/perl
13102            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
13103 ____________________________________________________________________________
13104 [  8639] By: gsar                                  on 2001/01/31  14:37:25
13105         Log: refresh windows config files
13106      Branch: maint-5.6/perl
13107            ! win32/Makefile win32/config_H.bc win32/config_H.gc
13108            ! win32/config_H.vc win32/makefile.mk
13109 ____________________________________________________________________________
13110 [  8638] By: gsar                                  on 2001/01/31  14:28:10
13111         Log: makefile tweaks for windows: introduce a bulk-switch to enable
13112              same options as ActivePerl; sync changes with makefile.mk
13113      Branch: maint-5.6/perl
13114            ! win32/Makefile win32/makefile.mk
13115 ____________________________________________________________________________
13116 [  8637] By: jhi                                   on 2001/01/31  04:41:30
13117         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
13118              From: Nicholas Clark <nick@ccl4.org>
13119              Date: Tue, 30 Jan 2001 19:51:05 +0000
13120              Message-ID: <20010130195105.R76607@plum.flirble.org> 
13121              
13122              op/inc cure.
13123      Branch: perl
13124            ! pp.c pp.h pp_hot.c t/op/arith.t
13125 ____________________________________________________________________________
13126 [  8636] By: jhi                                   on 2001/01/31  02:38:32
13127         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
13128              no perlio],8257,8380,8479,8515 from mainline.
13129              
13130              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
13131              
13132              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13133              Subject: [PATCH perl@8133] fix-up for VMS extensions
13134              
13135              In VMS embedded perls couldn't access the statically built Socket.
13136              
13137              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
13138              
13139              Further VMS piping fixes from Charles Lane.
13140              
13141              Subject:  [PATCH] make t/op/misc.t work on VMS
13142              
13143              Add tracing for debugging extensions builds in VMS.
13144              
13145              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
13146      Branch: maint-5.6/perl
13147           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
13148           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
13149           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
13150 ____________________________________________________________________________
13151 [  8635] By: jhi                                   on 2001/01/31  01:46:41
13152         Log: Integrate change #7732 from mainline.
13153              
13154              Sparc 64-bit pack() fix from Jens Hamisch.
13155      Branch: maint-5.6/perl
13156           !> pp.c
13157 ____________________________________________________________________________
13158 [  8634] By: jhi                                   on 2001/01/31  01:41:16
13159         Log: One spot missing from #8626.
13160      Branch: maint-5.6/perl
13161            ! sv.c
13162 ____________________________________________________________________________
13163 [  8633] By: jhi                                   on 2001/01/31  00:49:17
13164         Log: Integrate change #7495 from mainline.
13165              
13166              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
13167      Branch: maint-5.6/perl
13168           !> MANIFEST ext/re/Makefile.PL
13169 ____________________________________________________________________________
13170 [  8632] By: jhi                                   on 2001/01/30  23:38:49
13171         Log: Integrate change #8396 from mainline.
13172              
13173              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
13174              better multicast support (resend)
13175      Branch: maint-5.6/perl
13176           !> ext/Socket/Socket.pm
13177 ____________________________________________________________________________
13178 [  8631] By: jhi                                   on 2001/01/30  23:28:03
13179         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
13180              
13181              More AIX lore. (7514, ext/re/hints/aix.pl)
13182              
13183              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
13184              
13185              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)
13186              
13187              Subject: [ID 20001214.002] Net::Ping patch
13188              
13189              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13190              
13191              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
13192              
13193              Add ReuseAddr as a (preferred) alias for Reuse as we now
13194              also have ReusePort.
13195              
13196              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
13197      Branch: maint-5.6/perl
13198           +> ext/re/hints/aix.pl
13199           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
13200           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
13201 ____________________________________________________________________________
13202 [  8630] By: jhi                                   on 2001/01/30  23:03:59
13203         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
13204              
13205              read() documentation tweak for 20001121.004.
13206              
13207              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
13208      Branch: maint-5.6/perl
13209           !> pod/perlfunc.pod pod/perlre.pod
13210 ____________________________________________________________________________
13211 [  8629] By: jhi                                   on 2001/01/30  22:41:57
13212         Log: Integrate change #8098 from mainline.
13213              
13214              fastgetcwd is defined using a glob alias on a $^O dependent basis
13215              and there was no default assignment or perl subroutine.
13216      Branch: maint-5.6/perl
13217           !> lib/Cwd.pm
13218 ____________________________________________________________________________
13219 [  8628] By: jhi                                   on 2001/01/30  21:58:52
13220         Log: Integrate change #7866 from mainline.
13221              
13222              File::Temp 0.11.
13223      Branch: maint-5.6/perl
13224           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
13225 ____________________________________________________________________________
13226 [  8627] By: jhi                                   on 2001/01/30  21:39:44
13227         Log: Integrate changes #8075,8086,8228 from mainline.  
13228              
13229              Darwin is not Windows. (8075,8086)
13230              
13231              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
13232      Branch: maint-5.6/perl
13233           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
13234           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
13235           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
13236           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
13237 ____________________________________________________________________________
13238 [  8626] By: jhi                                   on 2001/01/30  21:22:11
13239         Log: Integrate with tweakery the change #8625 from mainline,
13240              the multibyte decimal separator fix ("fa_IR locale failure").
13241      Branch: maint-5.6/perl
13242            ! embedvar.h perlapi.h
13243           !> intrpvar.h perl.c perl.h sv.c util.c
13244 ____________________________________________________________________________
13245 [  8625] By: jhi                                   on 2001/01/30  20:26:33
13246         Log: Fix for the fa_IR locale failure.  The reason for the failure
13247              was that Perl was assuming the decimal separator aka the radix
13248              separator is one character.  The Farsi-Iranian locale crushed
13249              that bad assumption since there the separator is 'Momayyez',
13250              glyphwise looking somewhat like a slash, and in Unicode UTF-8
13251              encoded in two bytes, 0xd9 0xab.
13252      Branch: perl
13253            ! intrpvar.h perl.c perl.h sv.c util.c
13254 ____________________________________________________________________________
13255 [  8624] By: gsar                                  on 2001/01/30  20:17:03
13256         Log: regen_headers
13257      Branch: maint-5.6/perl
13258            ! Makefile.SH pod/perlintern.pod
13259 ____________________________________________________________________________
13260 [  8623] By: gsar                                  on 2001/01/30  19:42:34
13261         Log: backout change#7431 and its dependents (causes spurious rebuilds
13262              of autogenerated files)
13263              
13264              fix benign b.t failure
13265      Branch: maint-5.6/perl
13266            ! Makefile.SH t/lib/b.t
13267 ____________________________________________________________________________
13268 [  8622] By: jhi                                   on 2001/01/30  19:41:41
13269         Log: Microperl sync.
13270      Branch: perl
13271            ! mg.c perl.h
13272 ____________________________________________________________________________
13273 [  8621] By: gsar                                  on 2001/01/30  19:24:47
13274         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
13275              from mainline
13276              
13277              Subject: podlators 1.06 released
13278              
13279              Subject: [PATCH @8436] Eliminate op_children
13280              
13281              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
13282              
13283              (Replaced by #8448)  More op_children traces (cleanup of #8442).
13284              
13285              Subject: [PATCH #3 @8436] Re: Eliminate op_children
13286              Replace #8444 and #8445.
13287              
13288              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
13289              at the setting of the ofs_sv in new_struct_thread() as the
13290              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
13291              uninitialized fields are, uh, initialized with),
13292              SvREFCNT_inc()ing that invited a core dump.
13293              
13294              podlators 1.07, from Russ Allbery.
13295              
13296              Subject: [PATCH] regcomp.c old feature removal
13297              From: mjd@plover.com
13298              Date: 16 Jan 2001 14:43:18 -0000 
13299              Message-ID: <20010116144318.7140.qmail@plover.com> 
13300      Branch: maint-5.6/perl
13301           +> lib/Pod/Text/Overstrike.pm
13302           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
13303           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
13304           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
13305           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
13306           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
13307           !> util.c
13308 ____________________________________________________________________________
13309 [  8620] By: gsar                                  on 2001/01/30  18:48:32
13310         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
13311              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
13312              now fails one test)
13313              
13314              Subject: [PATCH] lvalue AUTOLOAD. No, really.
13315              
13316              Subject: [PATCH] Interesting syntax idea
13317              Make opens + bareword assigns do typeglob assigns.
13318              
13319              Tests for #8254.
13320              
13321              Subject: [PATCH @8269] Continue blocks and B::Deparse
13322              Make the peephole optimizer to bypass more null ops and
13323              and rewrite the deparse handling of continue blocks.
13324              
13325              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
13326              Doc tweak on #8313.
13327              
13328              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
13329              
13330              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
13331              
13332              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
13333              
13334              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
13335              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
13336              according to the platform.
13337              
13338              Subject: [PATCH @8404] Consolidated lvalue sub changes
13339              
13340              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
13341              
13342              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
13343              
13344              Subject: B::Concise -- an improved replacement for B::Terse 
13345              
13346              The B::Terse drop-in replacement wasn't quite drop-in.
13347              
13348              The LVRET macro needed an aTHX.
13349              
13350              Use the /^Perl_/-less form of is_lvalue_sub().
13351              
13352              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
13353      Branch: maint-5.6/perl
13354           +> ext/B/B/Concise.pm
13355           !> (integrate 27 files)
13356 ____________________________________________________________________________
13357 [  8619] By: nick                                  on 2001/01/30  18:40:28
13358         Log: Integrate mainline
13359      Branch: perlio
13360           !> (integrate 40 files)
13361 ____________________________________________________________________________
13362 [  8618] By: jhi                                   on 2001/01/30  18:37:18
13363         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
13364              Date: Mon, 29 Jan 2001 22:51:29 -0600
13365              From: "Craig A. Berry" <craigberry@mac.com>
13366              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
13367      Branch: perl
13368            ! vms/test.com
13369 ____________________________________________________________________________
13370 [  8617] By: jhi                                   on 2001/01/30  18:34:53
13371         Log: Subject: [PATCH] Add missing CV flags to dump.c
13372              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13373              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
13374              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
13375      Branch: perl
13376            ! dump.c
13377 ____________________________________________________________________________
13378 [  8616] By: jhi                                   on 2001/01/30  18:20:58
13379         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
13380              part isn't applicable to maintperl.
13381              
13382              UTF-8 nit from Inaba Hiroto.
13383      Branch: maint-5.6/perl
13384           !> pod/perlapi.pod utf8.c
13385 ____________________________________________________________________________
13386 [  8615] By: jhi                                   on 2001/01/30  18:18:51
13387         Log: UTF-8 nit from Inaba Hiroto.
13388      Branch: perl
13389            ! pod/perlapi.pod t/op/each.t utf8.c
13390 ____________________________________________________________________________
13391 [  8614] By: jhi                                   on 2001/01/30  18:13:38
13392         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
13393              
13394              perl's internal variables are not for public consumption,
13395              move their docs from perlapi.pod to perlintern.pod
13396              
13397              support for -Dusethreads build under HP-UX 10.20 and DCE threads
13398              library (11.0 and later have pthreads but 10.x don't)
13399              
13400              avoid uninitialized value warnings
13401              
13402              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
13403              gets weird results)
13404              
13405              perldoc nit on windows
13406              
13407              make it possible to run the tests outside the source tree
13408              (there's still a dependency on ../lib being the library
13409              location)
13410      Branch: perl
13411           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
13412           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
13413           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
13414           !> win32/bin/search.pl win32/vdir.h
13415 ____________________________________________________________________________
13416 [  8613] By: gsar                                  on 2001/01/30  16:39:59
13417         Log: make it possible to run the tests outside the source tree
13418              (there's still a dependency on ../lib being the library
13419              location)
13420      Branch: maint-5.6/perl
13421            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
13422 ____________________________________________________________________________
13423 [  8612] By: gsar                                  on 2001/01/30  16:31:12
13424         Log: perldoc nit on windows
13425      Branch: maint-5.6/perl
13426            ! utils/perldoc.PL
13427 ____________________________________________________________________________
13428 [  8611] By: gsar                                  on 2001/01/30  16:22:54
13429         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
13430              gets weird results)
13431      Branch: maint-5.6/perl
13432            ! win32/vdir.h
13433 ____________________________________________________________________________
13434 [  8610] By: gsar                                  on 2001/01/30  16:12:45
13435         Log: avoid uninitialized value warnings
13436      Branch: maint-5.6/perl
13437            ! win32/bin/search.pl
13438 ____________________________________________________________________________
13439 [  8609] By: gsar                                  on 2001/01/30  16:08:01
13440         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
13441              library (11.0 and later have pthreads but 10.x don't)
13442      Branch: maint-5.6/perl
13443            ! hints/hpux.sh thread.h
13444 ____________________________________________________________________________
13445 [  8608] By: gsar                                  on 2001/01/30  15:48:55
13446         Log: perl's internal variables are not for public consumption,
13447              move their docs from perlapi.pod to perlintern.pod
13448      Branch: maint-5.6/perl
13449            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
13450            ! thrdvar.h
13451 ____________________________________________________________________________
13452 [  8607] By: gsar                                  on 2001/01/30  15:44:27
13453         Log: mistakenly branched perl56delta.pod, revert
13454      Branch: maint-5.6/perl
13455            - pod/perl56delta.pod
13456           !> pod/perldelta.pod
13457 ____________________________________________________________________________
13458 [  8606] By: gsar                                  on 2001/01/30  14:20:24
13459         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
13460              dTHR which has been a noop for a while now, except for the
13461              compatibility definition in thread.h)
13462      Branch: maint-5.6/perl
13463           !> (integrate 45 files)
13464 ____________________________________________________________________________
13465 [  8605] By: jhi                                   on 2001/01/30  05:43:58
13466         Log: Mark the UTF-8 APIs as experimental.
13467      Branch: maint-5.6/perl
13468            ! embed.pl pod/perlapi.pod
13469 ____________________________________________________________________________
13470 [  8604] By: jhi                                   on 2001/01/30  05:38:40
13471         Log: Nits from earlier integrates.
13472      Branch: maint-5.6/perl
13473            ! lib/Carp/Heavy.pm
13474           !> sv.c
13475 ____________________________________________________________________________
13476 [  8603] By: jhi                                   on 2001/01/30  05:27:26
13477         Log: Regenerate Porting files.
13478      Branch: maint-5.6/perl
13479            ! Porting/Glossary Porting/config.sh Porting/config_H
13480 ____________________________________________________________________________
13481 [  8602] By: jhi                                   on 2001/01/30  05:14:59
13482         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
13483              8310,8339,8447,8492,8493,8505,8525: documentation changes.
13484              
13485              Subject: Re: perlfaq style changes
13486              
13487              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
13488              
13489              Subject: [PATCH] docs on NaN
13490              
13491              Subject: [patch] perlfaq7
13492              
13493              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13494              
13495              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13496              
13497              Subject: [PATCH] open() example in perlfunc.pod
13498              
13499              Podify README.mpeix (a new version from the web)
13500              
13501              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
13502              
13503              Subject: [PATCH] format and rewording in perlfaq.pod
13504              
13505              Subject: [PATCH] API Variable documentation   
13506              
13507              Memory management calls documentation.
13508              
13509              Subject: [PATCH: perl@8482] README.vms URL updates
13510              
13511              Subject: Minor typos in perlfaq2.pod
13512              
13513              Subject: [PATCH] pod/perlvar.pod
13514      Branch: maint-5.6/perl
13515           +> pod/perl56delta.pod
13516            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
13517           !> README.amiga README.epoc README.mpeix README.vms
13518           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
13519           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
13520           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
13521           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
13522           !> pod/perlvar.pod thrdvar.h
13523 ____________________________________________________________________________
13524 [  8601] By: jhi                                   on 2001/01/30  04:38:35
13525         Log: Integrate changes #8036,8096,8253 from mainline:
13526              hints changes.
13527              
13528              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
13529              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13530              
13531              Output the (apparent) version of gcc in Tru64.
13532      Branch: maint-5.6/perl
13533           +> ext/POSIX/hints/svr4.pl
13534           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
13535           !> hints/svr4.sh t/lib/bigfltpm.t
13536 ____________________________________________________________________________
13537 [  8600] By: jhi                                   on 2001/01/30  04:04:01
13538         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
13539              locale fixes.
13540              
13541              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
13542              
13543              Debian allows /usr/bin/locale to exist without any locales. (7868)
13544              
13545              Allow the locale test needing POSIX and the taint test
13546              needing IPC::SysV to run under 'minitest' (basically,
13547              bail out if loading the extension fails). (8384)
13548              
13549              Cleanup the locale.t output  (8480)
13550      Branch: maint-5.6/perl
13551           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
13552           !> t/pragma/locale.t
13553 ____________________________________________________________________________
13554 [  8599] By: jhi                                   on 2001/01/30  03:51:04
13555         Log: Missing generated files from #8598.
13556      Branch: maint-5.6/perl
13557            ! embed.h global.sym objXSUB.h perlapi.c proto.h
13558 ____________________________________________________________________________
13559 [  8598] By: jhi                                   on 2001/01/30  03:41:54
13560         Log: Integrate change #8555 from mainline, manually integrate parts
13561              of changes 8452 and 8583.
13562              
13563              Subject: [PATCH] utf8.c documentation (8452)
13564              
13565              No point in checking the length if the pointer is bogus. (8555)
13566              
13567              Introduce bytes_from_utf8() and implement sv_eq() using it,
13568              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
13569              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
13570              was malformed. (8583)
13571      Branch: maint-5.6/perl
13572            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
13573           !> pod/perlapi.pod sv.c utf8.c
13574 ____________________________________________________________________________
13575 [  8597] By: gsar                                  on 2001/01/30  02:37:26
13576         Log: get PERL_OBJECT build going again on windows
13577      Branch: maint-5.6/perl
13578            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
13579            ! pod/perlapi.pod proto.h sv.c
13580 ____________________________________________________________________________
13581 [  8596] By: jhi                                   on 2001/01/30  02:16:17
13582         Log: Signedness nit.
13583      Branch: perl
13584            ! sv.c
13585 ____________________________________________________________________________
13586 [  8595] By: jhi                                   on 2001/01/30  02:11:07
13587         Log: EBCDIC patch for Storable, from Peter Prymmer.
13588      Branch: perl
13589            ! t/lib/st-06compat.t
13590 ____________________________________________________________________________
13591 [  8594] By: jhi                                   on 2001/01/30  01:04:48
13592         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
13593              From: Peter Prymmer <pvhp@forte.com>
13594              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
13595              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
13596      Branch: perl
13597            ! t/lib/b.t
13598 ____________________________________________________________________________
13599 [  8593] By: jhi                                   on 2001/01/30  00:56:47
13600         Log: Subject: [PATCH: perl@8585] pod problems in io
13601              From: Peter Prymmer <pvhp@forte.com>
13602              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
13603              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
13604      Branch: perl
13605            ! pod/perlapio.pod pod/perliol.pod
13606 ____________________________________________________________________________
13607 [  8592] By: jhi                                   on 2001/01/30  00:48:20
13608         Log: Integrate perlio.
13609      Branch: perl
13610           !> pod/perlapio.pod pod/perliol.pod
13611 ____________________________________________________________________________
13612 [  8591] By: nick                                  on 2001/01/29  22:02:28
13613         Log: GNU 'merge' Simon's copy of perliol.pod with version
13614              patched by Craig's patch.
13615      Branch: perlio
13616            ! pod/perliol.pod
13617 ____________________________________________________________________________
13618 [  8590] By: nick                                  on 2001/01/29  21:55:10
13619         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
13620      Branch: perlio
13621            ! pod/perlapio.pod pod/perliol.pod
13622 ____________________________________________________________________________
13623 [  8589] By: jhi                                   on 2001/01/29  15:35:33
13624         Log: Integrate change #8586 from maint-5.6/perl.
13625              
13626              make the BOM detection code not call tell() until it has to
13627              (meant to fix esoteric compatibility issues where PL_rsfp
13628              is overridden)
13629      Branch: perl
13630           !> toke.c
13631 ____________________________________________________________________________
13632 [  8588] By: jhi                                   on 2001/01/29  15:29:11
13633         Log: Subject: MAking Solaris malloc() the default
13634              From: Lupe Christoph <lupe@lupe-christoph.de>
13635              Date: Mon, 29 Jan 2001 12:59:36 +0100
13636              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
13637              
13638              The README.solaris part slightly tweaked.
13639      Branch: perl
13640            ! README.solaris hints/solaris_2.sh
13641 ____________________________________________________________________________
13642 [  8587] By: jhi                                   on 2001/01/29  15:17:34
13643         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
13644              From: root@ak-75.mind.de
13645              Date: Sun, 28 Jan 2001 20:32:29 +0100
13646              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
13647      Branch: perl
13648            ! pod/perlre.pod
13649 ____________________________________________________________________________
13650 [  8586] By: gsar                                  on 2001/01/29  13:43:44
13651         Log: make the BOM detection code not call tell() until it has to
13652              (meant to fix esoteric compatibility issues where PL_rsfp
13653              is overridden)
13654      Branch: maint-5.6/perl
13655            ! toke.c
13656 ____________________________________________________________________________
13657 [  8585] By: jhi                                   on 2001/01/28  20:05:45
13658         Log: Update Changes.
13659      Branch: perl
13660            ! Changes patchlevel.h
13661 ____________________________________________________________________________
13662 [  8584] By: jhi                                   on 2001/01/28  19:30:02
13663         Log: Integrate perlio.
13664      Branch: perl
13665           +> pod/perliol.pod
13666           !> MANIFEST pod/perlapio.pod
13667 ____________________________________________________________________________
13668 [  8583] By: jhi                                   on 2001/01/28  19:28:40
13669         Log: Patch from Inaba Hiroto:
13670              - canonical UTF-8 hash keys: if a key string for a hash is
13671              UTF8-on, try downgrade the string and use it if
13672              unicode::distinct is not in effect.
13673              For the task, I added a function bytes_from_utf8() to utf8.c.
13674              It might resemble utf8_to_bytes() but it is not convenient
13675              to the task.
13676              Made a test for it and added to t/op/each.t
13677              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
13678              the mortal copy of the argument SV.
13679              And changed t/io/utf8.t test 18 which expects print() to
13680              upgrade its argument.
13681              - re-implement sv_eq with bytes_from_utf8()
13682              - some bug fixes
13683              - tr/// does not handle UTF8 range (\x{}-\x{})
13684              - \ before raw UTF8 character produced
13685              "Malformed UTF-8 character" warning.
13686              - "\x{100}\N{CENT SIGN}" is Malformed.
13687              Added tests for these 3.
13688              - and one silly bug (by me) with qu operator.
13689      Branch: perl
13690            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
13691            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
13692            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
13693 ____________________________________________________________________________
13694 [  8582] By: nick                                  on 2001/01/28  19:25:04
13695         Log: Add pod/perliol.pod to MANIFEST :-(
13696      Branch: perlio
13697            ! MANIFEST
13698 ____________________________________________________________________________
13699 [  8581] By: nick                                  on 2001/01/28  19:22:40
13700         Log: PerlIO documentation. Proofing and sub-editing requested.
13701      Branch: perlio
13702            + pod/perliol.pod
13703            ! pod/perlapio.pod
13704 ____________________________________________________________________________
13705 [  8580] By: jhi                                   on 2001/01/28  05:16:25
13706         Log: Revert the change to sv_2pv() done by #8054: Someone who
13707              did SvNV_set() on a scalar that also happened to be POK,
13708              followed by sv_2pv() won't get the right coercion anymore.
13709              [Sarathy]
13710      Branch: maint-5.6/perl
13711            ! sv.c
13712 ____________________________________________________________________________
13713 [  8579] By: jhi                                   on 2001/01/28  05:15:04
13714         Log: Remove the #8084 effect: do not allow -Q to be interpreted
13715              as -&Q(), this is too much wiggle room.
13716      Branch: maint-5.6/perl
13717            ! toke.c
13718 ____________________________________________________________________________
13719 [  8578] By: jhi                                   on 2001/01/28  05:12:45
13720         Log: Needed bits of #8439 (should have been in #8576),
13721              mainly for lval substr().
13722      Branch: maint-5.6/perl
13723            ! mg.c pp.c pp_hot.c
13724 ____________________________________________________________________________
13725 [  8577] By: jhi                                   on 2001/01/28  05:02:46
13726         Log: A missing check-in.
13727      Branch: maint-5.6/perl
13728            ! utf8.c
13729 ____________________________________________________________________________
13730 [  8576] By: jhi                                   on 2001/01/28  04:26:18
13731         Log: Integrate changes #8425,8436,8439,8517 from mainline.
13732              The 8439 was not truly integrated because it had too many
13733              dependencies on the development branch and because it introduced
13734              concepts too bold for a maintenance branch (such as the qu operator).
13735              
13736              Subject: [PATCH perl@8342] -Wformat
13737              
13738              Tighten some of the UTF-8 tests a bit.
13739              
13740              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
13741              - The substr lval was still not okay.
13742              - Now pp_stringify and sv_setsv copies source's UTF8 flag
13743              even if IN_BYTE.  pp_stringify is called from fold_constants
13744              at optimization phase and "\x{100}" was made SvUTF8_off under
13745              use bytes (the bytes pragma is for "byte semantics" and not
13746              for "do not produce UTF8 data")
13747      Branch: maint-5.6/perl
13748            ! t/lib/charnames.t t/op/substr.t toke.c
13749           !> sv.c t/pragma/utf8.t
13750 ____________________________________________________________________________
13751 [  8575] By: jhi                                   on 2001/01/28  04:01:51
13752         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
13753              
13754              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
13755              
13756              Subject: [ID 20001230.003] UTF-8 tr still hurts
13757              
13758              Test cases for #8385 (from Simon's "torture.pl")
13759              
13760              Start fixing UTF-8 lval substr() (8405)
13761      Branch: maint-5.6/perl
13762           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
13763           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
13764 ____________________________________________________________________________
13765 [  8574] By: jhi                                   on 2001/01/28  03:09:06
13766         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
13767              from mainline.
13768              
13769              UTF-8 cleanup.
13770              
13771              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
13772              
13773              "\x{FF}\xFF" was broken.
13774              
13775              Tests for #8329 and #8330.
13776              
13777              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
13778              
13779              IRIX compiler noticed that the bof initialization might be
13780              bypassed by control flow.
13781              
13782              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
13783      Branch: maint-5.6/perl
13784           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
13785           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
13786 ____________________________________________________________________________
13787 [  8573] By: jhi                                   on 2001/01/28  02:06:12
13788         Log: Retract #8552.
13789      Branch: perl
13790            ! lib/Text/Wrap.pm t/lib/textwrap.t
13791 ____________________________________________________________________________
13792 [  8572] By: jhi                                   on 2001/01/28  02:04:49
13793         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
13794              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
13795              not really integrated but instead salvaged by hand
13796              (they had too many dependencies on the development release
13797              to be cleanly integratable).
13798              
13799              Subject: more UTF8 test suites and an UTF8 patch
13800              
13801              Tweak for MULTIPLICITY/USE_PERLIO
13802              
13803              Signedness nit.
13804              
13805              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
13806              
13807              Use the UTF8_XXX macros in is_utf8_char().
13808              
13809              Rewrite pp_concat() in terms of sv_catsv().  The . operator
13810              should now be UTF-8-proof.
13811              
13812              Subject: [PATCH perl@8269] scanning two hex-constants
13813              fails on EBCDIC environment (script length.t)
13814              
13815              Add some Unicode chop() tests.
13816      Branch: maint-5.6/perl
13817            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
13818           !> sv.c t/op/chop.t utf8.h
13819 ____________________________________________________________________________
13820 [  8571] By: jhi                                   on 2001/01/28  00:35:59
13821         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
13822              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
13823              
13824              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
13825              
13826              The maxiters upper limit sanity check (guarding against
13827              non-progress) assumed bytes instead of characters in s///
13828              and split().
13829              
13830              Signedness nit.
13831              
13832              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
13833              join() should now be UTF-8-proof.
13834              
13835              More split // UTF-8 tests. (8250)
13836      Branch: maint-5.6/perl
13837           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
13838           !> util.c
13839 ____________________________________________________________________________
13840 [  8570] By: jhi                                   on 2001/01/27  22:15:46
13841         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
13842              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
13843              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
13844              8084,8204,8244,8333 from mainline.
13845              
13846              For -Q where Q might be a one-letter sub name one does no more
13847              get a warning about an unknown filetest (7941,7943,7944,8084).
13848              
13849              Subject: Re: [ID 20001130.011] expression parsing bug ?
13850              
13851              Make uv_to_utf8() to zero-terminate its output buffer.
13852              
13853              Split off t/op/length.t (7995)
13854              
13855              Split off t/op/utf8decode.t (7996)
13856              
13857              Remove an unnecessary 'use utf8' from the utf8.t (7998)
13858              
13859              Split off t/op/concat.t (8004)
13860              
13861              Split off t/op/ver.t (8005)
13862              
13863              Document utf8_length(), utf8_distance(), and utf8_hop().
13864              
13865              Document utf8_to_uv() better.
13866              
13867              Introduce macros for UTF8 decoding (8028,8033).
13868              
13869              Add test for reverse() (8030,8031).
13870              
13871              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
13872              
13873              Do not return the Unicode replacement character    on UTF-8
13874              decoding failure.
13875              
13876              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
13877              not this_utf8 i.e. the output string has one, but don't mess
13878              with source assumption. (8052,8053)
13879              
13880              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
13881              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
13882              was not expecting to be called with something that was already
13883              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
13884              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
13885              (8054)
13886              
13887              Recode the naughty binary bytes in utf8decode.t using the \xHH.
13888              
13889              Make some panic messages a bit more logical.
13890      Branch: maint-5.6/perl
13891           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
13892           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
13893           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
13894           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
13895           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
13896           !> utf8.c utf8.h
13897 ____________________________________________________________________________
13898 [  8569] By: jhi                                   on 2001/01/27  19:16:43
13899         Log: Integrate changes #7750 from perlio and #8566 from mainline.
13900      Branch: maint-5.6/perl
13901           !> regexec.c sv.c
13902 ____________________________________________________________________________
13903 [  8568] By: jhi                                   on 2001/01/27  18:06:51
13904         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
13905              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
13906              7935[-perlio.c],7936,7959,7965 from mainline.
13907              
13908              Change the "big byte" error message to "Wide character".
13909              (7355, the croak-if-wide-chars-in-print part ignored)
13910              
13911              Use UINT64_C().
13912              
13913              Introduce Perl_utf8_length().
13914              
13915              diff -se shows these as different (7753, forgotten check-ins)
13916              
13917              Subject: [PATCH] doop.c - UTF8 tr///
13918              
13919              If we use (aTHX_ ...) then put Perl_ on the front.
13920              
13921              Make utf8_length() and utf8_distance() to be less forgiving
13922              about bad UTF-8.
13923              
13924              Test line numbers are different with utf8.
13925              
13926              No need to scan till infinity, 13 is enough. (7872,7911)
13927              
13928              Subject: [PATCH] Tokeniser debugging
13929              
13930              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
13931              
13932              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
13933              
13934              Be more careful in Perl_sv_utf8_downgrade().
13935              
13936              Use DO_UTF8().
13937              
13938              Raw zero bytes in text files confuse at least GNU patch 2.1.
13939      Branch: maint-5.6/perl
13940           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
13941           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
13942           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
13943           !> t/pragma/utf8.t toke.c utf8.c utf8.h
13944 ____________________________________________________________________________
13945 [  8567] By: nick                                  on 2001/01/27  11:10:38
13946         Log: Integrate mainline
13947      Branch: perlio
13948           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
13949           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
13950           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
13951           !> toke.c
13952 ____________________________________________________________________________
13953 [  8566] By: jhi                                   on 2001/01/27  06:22:48
13954         Log: More documentation for the regexp context stack.
13955      Branch: perl
13956            ! regexec.c
13957 ____________________________________________________________________________
13958 [  8565] By: jhi                                   on 2001/01/27  05:21:57
13959         Log: Update Changes.
13960      Branch: perl
13961            ! Changes patchlevel.h
13962 ____________________________________________________________________________
13963 [  8564] By: jhi                                   on 2001/01/27  04:44:04
13964         Log: Threadedness patch for #8562 from Doug MacEachern.
13965      Branch: perl
13966            ! toke.c
13967 ____________________________________________________________________________
13968 [  8563] By: jhi                                   on 2001/01/27  04:26:24
13969         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
13970              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13971              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
13972              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
13973      Branch: perl
13974            ! op.c
13975 ____________________________________________________________________________
13976 [  8562] By: jhi                                   on 2001/01/27  04:20:30
13977         Log: Subject: Re: Announce : Tokener reporting patch
13978              From: Simon Cozens <simon@cozens.net>
13979              Date: Mon, 22 Jan 2001 02:17:22 +0000
13980              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
13981      Branch: perl
13982            ! embed.h embed.pl proto.h toke.c
13983 ____________________________________________________________________________
13984 [  8561] By: jhi                                   on 2001/01/27  04:17:24
13985         Log: Forgot from #8545.  Oops.
13986      Branch: perl
13987            ! pp.c t/pragma/overload.t
13988 ____________________________________________________________________________
13989 [  8560] By: jhi                                   on 2001/01/27  03:01:47
13990         Log: A better module compilation test, use MANIFEST as suggested
13991              by Spider.
13992      Branch: perl
13993            ! t/lib/1_compile.t
13994 ____________________________________________________________________________
13995 [  8559] By: jhi                                   on 2001/01/27  02:50:48
13996         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
13997              From: Peter Prymmer <pvhp@forte.com>
13998              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
13999              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
14000      Branch: perl
14001            ! t/lib/b.t
14002 ____________________________________________________________________________
14003 [  8558] By: jhi                                   on 2001/01/27  02:27:05
14004         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
14005              From: Peter Prymmer <pvhp@forte.com>
14006              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
14007              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
14008      Branch: perl
14009            ! t/pragma/sub_lval.t
14010 ____________________________________________________________________________
14011 [  8557] By: jhi                                   on 2001/01/27  02:26:03
14012         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
14013              From: Peter Prymmer <pvhp@forte.com>
14014              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
14015              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
14016      Branch: perl
14017            ! t/lib/st-06compat.t
14018 ____________________________________________________________________________
14019 [  8556] By: jhi                                   on 2001/01/27  02:24:33
14020         Log: Subject: [PATCH: perl@8531] minor update to README.os390
14021              From: Peter Prymmer <pvhp@forte.com>
14022              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
14023              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
14024      Branch: perl
14025            ! README.os390
14026 ____________________________________________________________________________
14027 [  8555] By: jhi                                   on 2001/01/27  00:35:47
14028         Log: No point in checking the length before we know whether the pointer
14029              is bogus or not, fixes Abigail's odbm failures in Linux.
14030      Branch: perl
14031            ! sv.c
14032 ____________________________________________________________________________
14033 [  8554] By: nick                                  on 2001/01/26  19:01:31
14034         Log: Integrate mainline
14035      Branch: perlio
14036           !> lib/Text/Wrap.pm t/lib/textwrap.t
14037 ____________________________________________________________________________
14038 [  8553] By: jhi                                   on 2001/01/26  15:19:39
14039         Log: Integrate change #7792 from perlio (multiplicity fix),
14040              fix the AV leak in regex DEBUGGING (tiny part of the
14041              polymorphic regexp patch #8143).
14042      Branch: maint-5.6/perl
14043            ! regcomp.c
14044           !> scope.h
14045 ____________________________________________________________________________
14046 [  8552] By: jhi                                   on 2001/01/26  15:03:23
14047         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
14048              From: Michael G Schwern <schwern@pobox.com>
14049              Date: Fri, 26 Jan 2001 09:28:31 -0500
14050              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
14051      Branch: perl
14052            ! lib/Text/Wrap.pm t/lib/textwrap.t
14053 ____________________________________________________________________________
14054 [  8551] By: jhi                                   on 2001/01/26  02:33:19
14055         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
14056              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
14057              
14058              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
14059              
14060              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
14061              
14062              Message nit.
14063              
14064              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
14065              
14066              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
14067              
14068              (the cleanup of unused submatches in regtry() and regcppop())
14069              
14070              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14071              stored and restored, and thusly was trounced by the utf8 swash
14072              routines.
14073              
14074              use utf8 not required to use \x{}.
14075              
14076              Removed two more tests that make no sense in UTF-8 since the test
14077              data is not in UTF-8.
14078              
14079              Get the three different space character classes right under utf8.
14080              
14081              Implement ANYOFUTF8 regprop() dumping.
14082              
14083              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
14084              
14085              Document the regex context pushing/popping a bit better.
14086      Branch: maint-5.6/perl
14087           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14088           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14089           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
14090           !> t/op/regmesg.t utf8.c
14091 ____________________________________________________________________________
14092 [  8550] By: nick                                  on 2001/01/25  19:42:30
14093         Log: Integrate mainline
14094      Branch: perlio
14095           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
14096           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
14097           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
14098           !> t/lib/bigint.t t/lib/bigintpm.t
14099 ____________________________________________________________________________
14100 [  8549] By: jhi                                   on 2001/01/25  15:22:28
14101         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
14102      Branch: maint-5.6/perl
14103            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
14104 ____________________________________________________________________________
14105 [  8548] By: jhi                                   on 2001/01/25  15:02:55
14106         Log: Integrate changes #7997,8063,8492,8547 from mainline.
14107              
14108              Subject: Re: STRLEN - what?
14109              
14110              Subject: [PATCH] perlguts.pod
14111              
14112              Memory management calls documentation.
14113              
14114              Layout using tabulator is not a good idea in a pod.
14115      Branch: maint-5.6/perl
14116           !> pod/perlguts.pod
14117 ____________________________________________________________________________
14118 [  8547] By: jhi                                   on 2001/01/25  14:49:05
14119         Log: Layout using tabulator is not a good idea in a pod.
14120      Branch: perl
14121            ! pod/perlguts.pod
14122 ____________________________________________________________________________
14123 [  8546] By: jhi                                   on 2001/01/25  14:31:12
14124         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
14125              from mainline.
14126              
14127              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
14128              
14129              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
14130              
14131              More Win32 editor/IDE/shell hints.
14132              
14133              More Win32 Perling.
14134              
14135              Yet another editor edit.
14136              
14137              Edit edit edit.
14138              
14139              IDE/editor section tweaking.
14140              
14141              Few more IDE/editor nits from p5p.
14142      Branch: maint-5.6/perl
14143           !> pod/perlfaq3.pod
14144 ____________________________________________________________________________
14145 [  8545] By: jhi                                   on 2001/01/25  04:16:32
14146         Log: Subject: [PATCH 5.7.0] overload int()
14147              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14148              Date: Wed, 24 Jan 2001 19:06:57 -0500
14149              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
14150      Branch: perl
14151            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
14152            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
14153            ! t/lib/bigintpm.t
14154 ____________________________________________________________________________
14155 [  8544] By: jhi                                   on 2001/01/25  04:15:11
14156         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
14157              From: Peter Prymmer <pvhp@forte.com>
14158              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
14159              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
14160      Branch: perl
14161            ! Makefile.SH README.os390 hints/os390.sh installperl
14162 ____________________________________________________________________________
14163 [  8543] By: jhi                                   on 2001/01/25  03:52:08
14164         Log: Integrate change #8462,8469 from mainline.
14165              
14166              In VMS Perl subversion (perl -V) is undef.
14167      Branch: maint-5.6/perl
14168           !> configure.com
14169 ____________________________________________________________________________
14170 [  8542] By: jhi                                   on 2001/01/25  03:44:55
14171         Log: Integrate changes #7835,7850,8315,8316 from mainline.
14172              
14173              Solaris hints.
14174      Branch: maint-5.6/perl
14175           !> hints/solaris_2.sh
14176 ____________________________________________________________________________
14177 [  8541] By: jhi                                   on 2001/01/25  03:39:28
14178         Log: Integrate #8336 from mainline.
14179      Branch: maint-5.6/perl
14180           !> hv.c
14181 ____________________________________________________________________________
14182 [  8540] By: jhi                                   on 2001/01/25  03:23:50
14183         Log: Retract #8539.
14184      Branch: maint-5.6/perl
14185            ! pod/perlfaq3.pod
14186 ____________________________________________________________________________
14187 [  8539] By: jhi                                   on 2001/01/25  03:21:55
14188         Log: (Retracted by #5940.)
14189      Branch: maint-5.6/perl
14190            ! pod/perlfaq3.pod
14191 ____________________________________________________________________________
14192 [  8538] By: jhi                                   on 2001/01/25  03:14:07
14193         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
14194              From: Peter Prymmer <pvhp@forte.com>
14195              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
14196              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
14197              
14198              The VMS bits.
14199      Branch: maint-5.6/perl
14200            ! configure.com vms/descrip_mms.template
14201 ____________________________________________________________________________
14202 [  8537] By: jhi                                   on 2001/01/25  03:06:09
14203         Log: Integrate #7710,7824,7973 from mainline.
14204      Branch: maint-5.6/perl
14205           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14206           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
14207           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
14208           !> vos/config.ga.def vos/config.ga.h win32/config.bc
14209           !> win32/config.gc win32/config.vc
14210 ____________________________________________________________________________
14211 [  8536] By: jhi                                   on 2001/01/24  13:50:20
14212         Log: Revert the edits made by me so far to the 5.6 branch since
14213              the TRIAL1 since I did edits when I should have been using
14214              integrates.  Bad programmer.   (Will integrate them properly later.)
14215              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
14216              The #8353 will not be reapplied at least for now since
14217              the UTF-8 hash keys need more thinking.
14218              (The patches #8347, #8354, #8454, #8473 were okay since they
14219              were original edits made specifically for the 5.6.1-TRIAL1.)
14220      Branch: maint-5.6/perl
14221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14222            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
14223            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
14224            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
14225            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
14226            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14227            ! win32/config.bc win32/config.gc win32/config.vc
14228 ____________________________________________________________________________
14229 [  8535] By: bailey                                on 2001/01/24  06:37:02
14230         Log: SYN SYN
14231      Branch: vmsperl
14232           +> (branch 26 files)
14233           !> (integrate 130 files)
14234 ____________________________________________________________________________
14235 [  8534] By: nick                                  on 2001/01/23  19:30:57
14236         Log: Integrate mainline.
14237      Branch: perlio
14238           !> Changes Configure Porting/Glossary Porting/config.sh
14239           !> Porting/config_H embed.h embed.pl ext/Encode/compile
14240           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
14241           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
14242           !> pod/perlvar.pod proto.h t/lib/1_compile.t
14243 ____________________________________________________________________________
14244 [  8533] By: jhi                                   on 2001/01/23  16:15:46
14245         Log: Forgotten from #8501.
14246      Branch: perl
14247            ! Porting/Glossary Porting/config.sh Porting/config_H
14248 ____________________________________________________________________________
14249 [  8532] By: jhi                                   on 2001/01/23  16:13:27
14250         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
14251              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14252              Date: Mon, 22 Jan 2001 17:51:58 +0100
14253              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
14254      Branch: perl
14255            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
14256 ____________________________________________________________________________
14257 [  8531] By: jhi                                   on 2001/01/23  15:46:01
14258         Log: Update Changes.
14259      Branch: perl
14260            ! Changes patchlevel.h
14261 ____________________________________________________________________________
14262 [  8530] By: jhi                                   on 2001/01/23  15:38:39
14263         Log: De-cut-and-pasto.
14264      Branch: perl
14265            ! t/lib/1_compile.t
14266 ____________________________________________________________________________
14267 [  8529] By: jhi                                   on 2001/01/23  15:11:04
14268         Log: Document the mkdir trailing slashes case.
14269      Branch: perl
14270            ! pod/perlfunc.pod
14271 ____________________________________________________________________________
14272 [  8528] By: jhi                                   on 2001/01/23  15:08:28
14273         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
14274              get installed:
14275              
14276              Subject: lib/lib.pm
14277              From: <abigail@foad.org>
14278              Date: Mon, 28 Aug 2000 20:35:08 -0400
14279              Message-ID: <20000829003508.21281.qmail@foad.org>
14280      Branch: perl
14281            ! installperl
14282 ____________________________________________________________________________
14283 [  8527] By: jhi                                   on 2001/01/23  14:44:04
14284         Log: Metaconfig unit change for #8526.
14285      Branch: metaconfig
14286            ! U/threads/archname.U
14287 ____________________________________________________________________________
14288 [  8526] By: jhi                                   on 2001/01/23  14:43:19
14289         Log: Attach -perlio to the archname if so selected.
14290      Branch: perl
14291            ! Configure
14292 ____________________________________________________________________________
14293 [  8525] By: jhi                                   on 2001/01/23  14:24:01
14294         Log: Subject: [PATCH] pod/perlvar.pod
14295              From: abigail@foad.org
14296              Date: Tue, 23 Jan 2001 01:41:10 +0100
14297              Message-ID: <20010123004110.22259.qmail@foad.org>
14298      Branch: perl
14299            ! pod/perlvar.pod
14300 ____________________________________________________________________________
14301 [  8524] By: jhi                                   on 2001/01/23  14:22:32
14302         Log: A bug introduced in #8217 (the undefined variable in the
14303              lib/safe1_t #3) fixed, by Charles Lane:
14304              
14305              The earlier patch made it so that stuff running in Safe
14306              compartments could do a "caller" and see "main".  That
14307              little change in name is done right before the code in
14308              the compartment is run, and apparantly the parser
14309              was picking up the stash name before it got changed.
14310              
14311              (why it was threaded vs. unthreaded Perl that was sensitive to this
14312              I still don't know...and it probably doesn't matter).
14313              
14314              I tryed removing the stash name-change and saw that threaded Perl
14315              did indeed pass the lib/safe1.t tests.
14316              
14317              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
14318              do the name change (and to connect _ in the compartment to the global
14319              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
14320              to call _safe_pkg_prep when creating a new compartment.
14321              
14322              Passes all tests with threaded perl on linux; passes all tests
14323              with unthreaded perl on VMS.
14324              
14325              At some point I'll probably want to revisit Safe and Opcode to
14326              provide more sensible handling of global variables...and to get
14327              formats working in Safe compartments, which they don't do currently.
14328      Branch: perl
14329            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
14330 ____________________________________________________________________________
14331 [  8523] By: jhi                                   on 2001/01/23  14:11:58
14332         Log: Also the lib/Thread.pm itself needs to be ignored if
14333              the Thread extension hasn't been built.
14334      Branch: perl
14335            ! t/lib/1_compile.t
14336 ____________________________________________________________________________
14337 [  8522] By: jhi                                   on 2001/01/23  13:51:28
14338         Log: print() instead of warn() so that stderr doesn't get
14339              unncessarily polluted.
14340      Branch: perl
14341            ! ext/Encode/compile
14342 ____________________________________________________________________________
14343 [  8521] By: jhi                                   on 2001/01/23  13:49:48
14344         Log: Integrate perlio.
14345      Branch: perl
14346           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
14347           !> ext/Encode/encode.h
14348 ____________________________________________________________________________
14349 [  8520] By: nick                                  on 2001/01/22  21:44:00
14350         Log: More messing with Encode:
14351              Extra fields in header to allow multiple names and to record
14352              other things "compile" knows.
14353              Re-organise compile to factor out common output routines.
14354      Branch: perlio
14355            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
14356 ____________________________________________________________________________
14357 [  8519] By: nick                                  on 2001/01/22  20:33:50
14358         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
14359      Branch: perlio
14360            ! ext/Encode/Makefile.PL ext/Encode/compile
14361 ____________________________________________________________________________
14362 [  8518] By: nick                                  on 2001/01/22  20:28:13
14363         Log: Integrate mainline
14364      Branch: perlio
14365           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
14366           !> vos/config.alpha.def vos/config.alpha.h
14367 ____________________________________________________________________________
14368 [  8517] By: jhi                                   on 2001/01/22  15:37:17
14369         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
14370              by Inaba Hiroto.
14371      Branch: perl
14372            ! sv.c
14373 ____________________________________________________________________________
14374 [  8516] By: jhi                                   on 2001/01/22  14:55:15
14375         Log: More SIG_SIZE fixes.
14376      Branch: perl
14377            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
14378 ____________________________________________________________________________
14379 [  8515] By: jhi                                   on 2001/01/22  14:50:27
14380         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
14381              From: "Craig A. Berry" <craigberry@mac.com>
14382              Date: Mon, 22 Jan 2001 00:42:24 -0600
14383              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
14384      Branch: perl
14385            ! configure.com
14386 ____________________________________________________________________________
14387 [  8514] By: jhi                                   on 2001/01/22  14:31:17
14388         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
14389              From: "Craig A. Berry" <craigberry@mac.com>
14390              Date: Sun, 21 Jan 2001 23:03:25 -0600
14391              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
14392      Branch: perl
14393            ! configure.com
14394 ____________________________________________________________________________
14395 [  8513] By: jhi                                   on 2001/01/22  14:14:00
14396         Log: Add the .ucm encoding tables to the MANIFEST.
14397      Branch: perl
14398            ! MANIFEST
14399 ____________________________________________________________________________
14400 [  8512] By: jhi                                   on 2001/01/22  13:43:33
14401         Log: Integrate perlio.
14402      Branch: perl
14403           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14404           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14405           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14406           +> ext/Encode/Encode/iso8859-10.ucm
14407           +> ext/Encode/Encode/iso8859-13.ucm
14408           +> ext/Encode/Encode/iso8859-14.ucm
14409           +> ext/Encode/Encode/iso8859-15.ucm
14410           +> ext/Encode/Encode/iso8859-16.ucm
14411           +> ext/Encode/Encode/iso8859-2.ucm
14412           +> ext/Encode/Encode/iso8859-3.ucm
14413           +> ext/Encode/Encode/iso8859-4.ucm
14414           +> ext/Encode/Encode/iso8859-5.ucm
14415           +> ext/Encode/Encode/iso8859-6.ucm
14416           +> ext/Encode/Encode/iso8859-7.ucm
14417           +> ext/Encode/Encode/iso8859-8.ucm
14418           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14419           +> ext/Encode/Encode/symbol.ucm
14420           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
14421           !> perliol.h
14422 ____________________________________________________________________________
14423 [  8511] By: nick                                  on 2001/01/21  23:44:47
14424         Log: Make "real" layers of ":utf8" and ":raw".
14425              So now PERLIO=utf8 perl ...
14426              does what Andreas wanted.
14427              Fix arg passing in open.pm (still have a Carp issue).
14428      Branch: perlio
14429            ! lib/open.pm perlio.c perliol.h
14430 ____________________________________________________________________________
14431 [  8510] By: jhi                                   on 2001/01/21  22:56:53
14432         Log: Document the regex context pushing/popping a bit better.
14433      Branch: perl
14434            ! regexec.c
14435 ____________________________________________________________________________
14436 [  8509] By: jhi                                   on 2001/01/21  22:55:44
14437         Log: Tweak the mkdir trailing slash code some more.
14438              
14439              TO DO: the same handling should probably be done for
14440              all the other filesystem functions that can have directories
14441              as their arguments.
14442      Branch: perl
14443            ! pp_sys.c
14444 ____________________________________________________________________________
14445 [  8508] By: nick                                  on 2001/01/21  21:37:43
14446         Log: Switch "compiled in" encodings to .ucm format.
14447              (Leave others as .enc till we can run-time load .ucm,
14448              or find some other way to load them.)
14449      Branch: perlio
14450            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
14451            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
14452            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
14453            + ext/Encode/Encode/iso8859-10.ucm
14454            + ext/Encode/Encode/iso8859-13.ucm
14455            + ext/Encode/Encode/iso8859-14.ucm
14456            + ext/Encode/Encode/iso8859-15.ucm
14457            + ext/Encode/Encode/iso8859-16.ucm
14458            + ext/Encode/Encode/iso8859-2.ucm
14459            + ext/Encode/Encode/iso8859-3.ucm
14460            + ext/Encode/Encode/iso8859-4.ucm
14461            + ext/Encode/Encode/iso8859-5.ucm
14462            + ext/Encode/Encode/iso8859-6.ucm
14463            + ext/Encode/Encode/iso8859-7.ucm
14464            + ext/Encode/Encode/iso8859-8.ucm
14465            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
14466            + ext/Encode/Encode/symbol.ucm
14467            ! ext/Encode/Makefile.PL ext/Encode/compile
14468 ____________________________________________________________________________
14469 [  8507] By: nick                                  on 2001/01/21  21:02:03
14470         Log: Integrate (partial) mainline.
14471      Branch: perlio
14472           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
14473           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
14474           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14475 ____________________________________________________________________________
14476 [  8506] By: jhi                                   on 2001/01/21  20:09:30
14477         Log: Update Changes.
14478      Branch: perl
14479            ! Changes patchlevel.h
14480 ____________________________________________________________________________
14481 [  8505] By: jhi                                   on 2001/01/21  19:39:59
14482         Log: Subject: Minor typos in perlfaq2.pod
14483              From: "Stephen P. Potter" <spp@spotter.yi.org>
14484              Message-Id: <200101192101.QAA11911@spotter.yi.org>
14485              Date: Fri, 19 Jan 2001 16:01:13 -0500
14486              
14487              with a nit from Philip Netwon.
14488      Branch: perl
14489            ! pod/perlfaq2.pod
14490 ____________________________________________________________________________
14491 [  8504] By: jhi                                   on 2001/01/21  19:33:05
14492         Log: Metaconfig change for #8503.
14493      Branch: metaconfig
14494            ! U/threads/usethreads.U
14495 ____________________________________________________________________________
14496 [  8503] By: jhi                                   on 2001/01/21  19:32:21
14497         Log: Sanity check for conflicting thread flavours.
14498      Branch: perl
14499            ! Configure config_h.SH
14500 ____________________________________________________________________________
14501 [  8502] By: jhi                                   on 2001/01/21  19:23:00
14502         Log: Metaconfig change for #8501.
14503      Branch: metaconfig
14504            ! U/modified/sig_name.U
14505 ____________________________________________________________________________
14506 [  8501] By: jhi                                   on 2001/01/21  19:22:26
14507         Log: The SIG_SIZE is the number of the elements *excluding*
14508              the terminating NULL.
14509      Branch: perl
14510            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
14511            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
14512            ! win32/config_H.vc
14513 ____________________________________________________________________________
14514 [  8500] By: jhi                                   on 2001/01/21  18:31:31
14515         Log: Integrate perlio.
14516      Branch: perl
14517           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
14518           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
14519           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
14520           !> pp_sys.c proto.h sv.c
14521 ____________________________________________________________________________
14522 [  8499] By: jhi                                   on 2001/01/21  17:43:57
14523         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
14524              From: Hugo <hv@crypt.compulink.co.uk>
14525              Date: Sun, 21 Jan 2001 13:34:05 +0000
14526              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
14527              
14528              In sprintf UTF8ize only if necessary.
14529      Branch: perl
14530            ! sv.c
14531 ____________________________________________________________________________
14532 [  8498] By: nick                                  on 2001/01/21  16:25:32
14533         Log: Encode cleanup.
14534              Add command line control over "compile" so that Makefile.PL
14535              needs can be combined with other uses.
14536              Use command line options in Makefile.PL.
14537              Fix multi-byte parsing in .ucm files.
14538      Branch: perlio
14539            ! ext/Encode/Makefile.PL ext/Encode/compile
14540 ____________________________________________________________________________
14541 [  8497] By: nick                                  on 2001/01/21  12:56:27
14542         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
14543      Branch: perlio
14544            ! ext/Encode/Encode.xs
14545 ____________________________________________________________________________
14546 [  8496] By: nick                                  on 2001/01/21  12:18:45
14547         Log: Fixup after integrate:
14548              missed the .sym files that are changed by regen_headers
14549              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
14550      Branch: perlio
14551            ! global.sym pp.sym sv.c
14552 ____________________________________________________________________________
14553 [  8495] By: nick                                  on 2001/01/21  11:51:07
14554         Log: Integrate mainline.
14555      Branch: perlio
14556           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
14557           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
14558           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
14559           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
14560           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
14561           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
14562           !> win32/Makefile win32/makefile.mk
14563 ____________________________________________________________________________
14564 [  8494] By: jhi                                   on 2001/01/20  23:12:11
14565         Log: Forgot the expect_number() prototype.
14566      Branch: perl
14567            ! embed.h embed.pl proto.h
14568 ____________________________________________________________________________
14569 [  8493] By: jhi                                   on 2001/01/20  22:56:39
14570         Log: Subject: [PATCH: perl@8482] README.vms URL updates
14571              From: Peter Prymmer <pvhp@forte.com>
14572              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
14573              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
14574              
14575              Plus Craig A. Berry's suggestion to use compaq.com instead
14576              of digital.com.
14577      Branch: perl
14578            ! README.vms
14579 ____________________________________________________________________________
14580 [  8492] By: jhi                                   on 2001/01/20  22:50:05
14581         Log: Memory management calls documentation.
14582      Branch: perl
14583            ! pod/perlguts.pod
14584 ____________________________________________________________________________
14585 [  8491] By: jhi                                   on 2001/01/20  22:38:33
14586         Log: Signedness nit plus few memcpy/Copy nits.
14587      Branch: perl
14588            ! sv.c
14589 ____________________________________________________________________________
14590 [  8490] By: jhi                                   on 2001/01/20  22:25:53
14591         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
14592              From: Peter Prymmer <pvhp@forte.com>
14593              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
14594              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
14595      Branch: perl
14596            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
14597 ____________________________________________________________________________
14598 [  8489] By: jhi                                   on 2001/01/20  22:24:41
14599         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
14600              From: Peter Prymmer <pvhp@forte.com>
14601              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
14602              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
14603      Branch: perl
14604            ! win32/Makefile win32/makefile.mk
14605 ____________________________________________________________________________
14606 [  8488] By: jhi                                   on 2001/01/20  22:22:27
14607         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
14608              From: Peter Prymmer <pvhp@forte.com>
14609              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
14610              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
14611      Branch: perl
14612            ! Makefile.SH
14613 ____________________________________________________________________________
14614 [  8487] By: jhi                                   on 2001/01/20  22:21:18
14615         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
14616              From: Peter Prymmer <pvhp@forte.com>
14617              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
14618              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
14619      Branch: perl
14620            + ext/DynaLoader/dl_dllload.xs
14621            ! MANIFEST Makefile.SH hints/os390.sh
14622 ____________________________________________________________________________
14623 [  8486] By: jhi                                   on 2001/01/20  22:17:53
14624         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
14625              From: Peter Prymmer <pvhp@forte.com>
14626              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
14627              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
14628      Branch: perl
14629            ! README.os390 README.posix-bc
14630 ____________________________________________________________________________
14631 [  8485] By: jhi                                   on 2001/01/20  20:15:30
14632         Log: Document and test the new qu operator.
14633      Branch: perl
14634            + t/op/qu.t
14635            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
14636            ! pod/perlretut.pod pod/perlunicode.pod
14637 ____________________________________________________________________________
14638 [  8484] By: nick                                  on 2001/01/20  19:42:30
14639         Log: Infrastructure to allow:
14640              open($fh,"|-",@array);
14641              to be implemented
14642              i.e. mark pp_open as needing a stack mark, and make pp_open
14643              process its args in that style (and pass them _all_ to tied handles OPEN).
14644              Invent do_openn() which takes SV ** at allow it to see multiple args.
14645              Note this does not _do_ anything yet.
14646      Branch: perlio
14647            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
14648            ! perlapi.c pp_proto.h pp_sys.c proto.h
14649 ____________________________________________________________________________
14650 [  8483] By: nick                                  on 2001/01/20  17:23:14
14651         Log: Integrate mainline.
14652      Branch: perlio
14653           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
14654           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
14655 ____________________________________________________________________________
14656 [  8482] By: jhi                                   on 2001/01/19  15:37:49
14657         Log: Update Changes.
14658      Branch: perl
14659            ! Changes patchlevel.h
14660 ____________________________________________________________________________
14661 [  8481] By: jhi                                   on 2001/01/19  14:41:24
14662         Log: Subject: Re: new feature: s?printf parameter reordering 
14663              From: Hugo <hv@crypt.compulink.co.uk>
14664              Date: Thu, 11 Jan 2001 17:09:03 +0000
14665              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
14666              
14667              - support reordering for all parameters: %, *v, *, .*
14668              - lay down that the reordering specification must immediately
14669              follow that parameter: %3$, *v3$, *3$, .*3$
14670              - fix vectorisation of a zero-length string
14671              - factor out the code choosing the argument to format
14672              
14673              Possibly unwanted side-effects:
14674              - the special format specifiers ' +-0' must now precede any
14675              vectorisation specifier. Tests in op/sprintf and op/ver
14676              have been changed to reflect this.
14677              - sprintf.t test #214 changed its expectations because in many
14678              cases, the next parameter has already been consumed when an
14679              invalid type letter is detected.
14680              
14681              Probably wanted side-effects:
14682              - attempts to format a non-existent parameter will warn as if C<undef>
14683              - attempt to write to non-existent parameter with '%n' will complain
14684              of "attempt to modify read-only value" instead of being silent
14685      Branch: perl
14686            ! sv.c t/op/sprintf.t t/op/ver.t
14687 ____________________________________________________________________________
14688 [  8480] By: jhi                                   on 2001/01/19  14:08:37
14689         Log: Subject: PATCH pragma/locale.t
14690              From: andreas.koenig@anima.de (Andreas J. Koenig)
14691              Date: 18 Jan 2001 09:45:37 +0100
14692              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
14693      Branch: perl
14694            ! t/pragma/locale.t
14695 ____________________________________________________________________________
14696 [  8479] By: jhi                                   on 2001/01/19  13:19:58
14697         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
14698      Branch: perl
14699            ! configure.com
14700 ____________________________________________________________________________
14701 [  8478] By: jhi                                   on 2001/01/19  02:12:35
14702         Log: Automate 1_compile.t.
14703      Branch: perl
14704            ! t/lib/1_compile.t
14705 ____________________________________________________________________________
14706 [  8477] By: jhi                                   on 2001/01/19  01:49:56
14707         Log: Integrate perlio.
14708      Branch: perl
14709           !> sv.c win32/config.bc win32/config.gc win32/config.vc
14710           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
14711 ____________________________________________________________________________
14712 [  8476] By: nick                                  on 2001/01/18  21:51:52
14713         Log: Integrate mainline
14714      Branch: perlio
14715           +> t/lib/1_compile.t t/lib/compmod.pl
14716           !> MANIFEST configure.com lib/unicode/distinct.pm
14717 ____________________________________________________________________________
14718 [  8475] By: nick                                  on 2001/01/18  21:48:02
14719         Log: Win32 "safe signals" co-existance fix.
14720              Fix SIG_SIZE value.
14721              Clear PL_sig_pending when cloning (fork).
14722      Branch: perlio
14723            ! sv.c win32/config.bc win32/config.gc win32/config.vc
14724            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14725 ____________________________________________________________________________
14726 [  8474] By: jhi                                   on 2001/01/18  14:40:57
14727         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
14728      Branch: perl
14729            ! t/lib/1_compile.t
14730 ____________________________________________________________________________
14731 [  8473] By: gsar                                  on 2001/01/18  11:42:31
14732         Log: unsubmitted trial1 change
14733      Branch: maint-5.6/perl
14734            ! Changes
14735 ____________________________________________________________________________
14736 [  8472] By: jhi                                   on 2001/01/18  04:30:24
14737         Log: The first bug found by 1_compile.t.
14738      Branch: perl
14739            ! lib/unicode/distinct.pm
14740 ____________________________________________________________________________
14741 [  8471] By: jhi                                   on 2001/01/18  04:29:42
14742         Log: Add Schwern's 1_compile test.  The compile_module script renamed
14743              to be a bit shorter for the 8.3 people.
14744      Branch: perl
14745            + t/lib/1_compile.t t/lib/compmod.pl
14746            ! MANIFEST
14747 ____________________________________________________________________________
14748 [  8470] By: jhi                                   on 2001/01/18  04:16:00
14749         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)
14750              From: Peter Prymmer <pvhp@forte.com>
14751              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
14752              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
14753              Replace #8463.
14754      Branch: maint-5.6/perl
14755            ! configure.com
14756 ____________________________________________________________________________
14757 [  8469] By: jhi                                   on 2001/01/18  04:13:02
14758         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)
14759              From: Peter Prymmer <pvhp@forte.com>
14760              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
14761              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
14762              Replace #8462.
14763      Branch: perl
14764            ! configure.com
14765 ____________________________________________________________________________
14766 [  8468] By: jhi                                   on 2001/01/18  03:42:08
14767         Log: Integrate perlio.
14768      Branch: perl
14769           !> gv.c mg.c perlio.c util.c
14770 ____________________________________________________________________________
14771 [  8467] By: nick                                  on 2001/01/17  22:41:10
14772         Log: "Safe" signals - trial implementation.
14773              gv.c tweaked to zero PL_sig_pend array
14774              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
14775              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
14776              Odd thing is that it "works" with PERLIO=stdio as well (linux).
14777      Branch: perlio
14778            ! gv.c mg.c perlio.c util.c
14779 ____________________________________________________________________________
14780 [  8466] By: nick                                  on 2001/01/17  20:40:20
14781         Log: Integrate mainline.
14782      Branch: perlio
14783           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
14784           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
14785           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
14786           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14787           !> vos/config.ga.h win32/config.bc win32/config.gc
14788           !> win32/config.vc
14789 ____________________________________________________________________________
14790 [  8465] By: jhi                                   on 2001/01/17  18:37:13
14791         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
14792              From: Nicholas Clark <nick@ccl4.org>
14793              Date: Wed, 17 Jan 2001 17:31:33 +0000
14794              Message-ID: <20010117173133.I2633@plum.flirble.org>
14795      Branch: perl
14796            ! t/op/int.t
14797 ____________________________________________________________________________
14798 [  8464] By: jhi                                   on 2001/01/17  14:43:17
14799         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
14800              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
14801              Date: Wed, 17 Jan 2001 15:16:43 +0100
14802              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
14803              
14804              pp_int() was dropping an NV to the floor,
14805              int(279964589018079/59) either returned not an integer
14806              4745162525730.15, or one got "Attempt to free unreferenced scalar."
14807      Branch: perl
14808            ! pp.c
14809 ____________________________________________________________________________
14810 [  8463] By: jhi                                   on 2001/01/17  06:12:42
14811         Log: (Replaced by #8470)
14812              
14813              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)
14814              From: "Craig A. Berry" <craigberry@mac.com>
14815              Date: Tue, 16 Jan 2001 23:38:46 -0600
14816              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
14817      Branch: maint-5.6/perl
14818            ! configure.com
14819 ____________________________________________________________________________
14820 [  8462] By: jhi                                   on 2001/01/17  06:11:31
14821         Log: (Replaced by #8469)
14822              
14823              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)
14824              From: "Craig A. Berry" <craigberry@mac.com>
14825              Date: Tue, 16 Jan 2001 23:38:46 -0600
14826              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
14827      Branch: perl
14828            ! configure.com
14829 ____________________________________________________________________________
14830 [  8461] By: jhi                                   on 2001/01/17  05:56:12
14831         Log: Allow for one trailing slash in the directory of mkdir().
14832      Branch: perl
14833            ! pp_sys.c
14834 ____________________________________________________________________________
14835 [  8460] By: jhi                                   on 2001/01/17  03:26:01
14836         Log: Metaconfig unit changes for #8459.
14837      Branch: metaconfig
14838            ! U/modified/Loc.U U/modified/sig_name.U
14839 ____________________________________________________________________________
14840 [  8459] By: jhi                                   on 2001/01/17  03:24:48
14841         Log: Define SIG_SIZE, the number of elements in the sig_name and
14842              sig_num arrays, including the final NULL entry.
14843      Branch: perl
14844            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14845            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
14846            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
14847            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14848            ! win32/config.bc win32/config.gc win32/config.vc
14849 ____________________________________________________________________________
14850 [  8458] By: jhi                                   on 2001/01/17  01:41:33
14851         Log: Integrate perlio.
14852      Branch: perl
14853           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
14854           !> perlapi.h proto.h sv.c
14855 ____________________________________________________________________________
14856 [  8457] By: nick                                  on 2001/01/16  22:07:26
14857         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
14858              Provides all the "cost" but no benefit yet - it is to allow cost
14859              to be measured, and implementation experiments (just in mg.c?).
14860      Branch: perlio
14861            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
14862            ! perlapi.h proto.h sv.c
14863 ____________________________________________________________________________
14864 [  8456] By: nick                                  on 2001/01/16  21:07:07
14865         Log: Integrate mainline.
14866      Branch: perlio
14867           !> (integrate 51 files)
14868 ____________________________________________________________________________
14869 [  8455] By: jhi                                   on 2001/01/16  18:13:43
14870         Log: Subject: [PATCH] regcomp.c old feature removal
14871              From: mjd@plover.com
14872              Date: 16 Jan 2001 14:43:18 -0000 
14873              Message-ID: <20010116144318.7140.qmail@plover.com> 
14874      Branch: perl
14875            ! regcomp.c
14876 ____________________________________________________________________________
14877 [  8454] By: jhi                                   on 2001/01/16  16:12:39
14878         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
14879              From: "Indy Singh" <indy@nusphere.com>
14880              Date: Wed, 10 Jan 2001 20:17:49 -0500
14881              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
14882      Branch: maint-5.6/perl
14883            ! win32/Makefile
14884 ____________________________________________________________________________
14885 [  8453] By: jhi                                   on 2001/01/16  16:09:33
14886         Log: Update Changes.
14887      Branch: perl
14888            ! Changes patchlevel.h
14889 ____________________________________________________________________________
14890 [  8452] By: jhi                                   on 2001/01/16  15:42:04
14891         Log: Subject: Re: API Cleanup
14892              To: perl5-porters@perl.org
14893              Date: Tue, 16 Jan 2001 13:42:30 +0000
14894              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
14895              
14896              Subject: [PATCH] utf8.c documentation
14897              From: Simon Cozens <simon@cozens.net>
14898              Date: Tue, 16 Jan 2001 13:52:48 +0000
14899              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
14900              
14901              Subject: Re: API Cleanup
14902              From: Simon Cozens <simon@cozens.net>
14903              Date: Tue, 16 Jan 2001 14:58:55 +0000
14904              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
14905              
14906              UTF-8 doc patches.
14907      Branch: perl
14908            ! embed.pl pod/perlapi.pod utf8.c
14909 ____________________________________________________________________________
14910 [  8451] By: jhi                                   on 2001/01/16  14:41:39
14911         Log: podlators 1.07, from Russ Allbery.
14912      Branch: perl
14913            ! lib/Pod/Man.pm
14914 ____________________________________________________________________________
14915 [  8450] By: jhi                                   on 2001/01/16  14:24:19
14916         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
14917              From: "Indy Singh" <indy@nusphere.com>
14918              Date: Mon, 15 Jan 2001 20:59:40 -0500
14919              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
14920      Branch: perl
14921            ! win32/Makefile
14922 ____________________________________________________________________________
14923 [  8449] By: jhi                                   on 2001/01/16  03:42:55
14924         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
14925              at the setting of the ofs_sv in new_struct_thread() as the
14926              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
14927              that invited a core dump.
14928      Branch: perl
14929            ! util.c
14930 ____________________________________________________________________________
14931 [  8448] By: jhi                                   on 2001/01/16  01:49:07
14932         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
14933              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14934              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
14935              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
14936              
14937              Replace #8444 and #8445.
14938      Branch: perl
14939            ! ext/B/B.xs ext/B/B/Debug.pm
14940 ____________________________________________________________________________
14941 [  8447] By: jhi                                   on 2001/01/15  21:05:35
14942         Log: Subject: [PATCH] API Variable documentation   
14943              From: Simon Cozens <simon@cozens.net>
14944              Date: Mon, 15 Jan 2001 19:35:54 +0000
14945              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
14946      Branch: perl
14947            ! pod/perlapi.pod thrdvar.h
14948 ____________________________________________________________________________
14949 [  8446] By: jhi                                   on 2001/01/15  20:49:20
14950         Log: Signedness nit.
14951      Branch: perl
14952            ! pp_ctl.c
14953 ____________________________________________________________________________
14954 [  8445] By: jhi                                   on 2001/01/15  20:28:48
14955         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
14956      Branch: perl
14957            ! ext/B/B/Debug.pm
14958 ____________________________________________________________________________
14959 [  8444] By: jhi                                   on 2001/01/15  13:09:10
14960         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
14961      Branch: perl
14962            ! ext/B/B.xs
14963 ____________________________________________________________________________
14964 [  8443] By: jhi                                   on 2001/01/15  13:06:26
14965         Log: Missing from #8439.
14966      Branch: perl
14967            ! keywords.h mg.c
14968 ____________________________________________________________________________
14969 [  8442] By: jhi                                   on 2001/01/15  13:02:38
14970         Log: Subject: [PATCH @8436] Eliminate op_children
14971              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14972              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
14973              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
14974              
14975              Subject: [PATCH @8436] Re: Eliminate op_children
14976              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
14977              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
14978              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
14979      Branch: perl
14980            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
14981            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
14982            ! op.c op.h
14983 ____________________________________________________________________________
14984 [  8441] By: jhi                                   on 2001/01/15  12:57:08
14985         Log: Use the /^Perl_/-less form of is_lvalue_sub().
14986      Branch: perl
14987            ! pp.h
14988 ____________________________________________________________________________
14989 [  8440] By: jhi                                   on 2001/01/15  05:13:09
14990         Log: Revert #8437 and #8438, the Linux large files story is more complex.
14991      Branch: metaconfig/U/perl
14992            ! d_fpos64_t.U d_off64_t.U
14993      Branch: perl
14994            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14995            ! config_h.SH configure.com epoc/config.sh perl.h
14996            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
14997            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14998            ! win32/config.bc win32/config.gc win32/config.vc
14999 ____________________________________________________________________________
15000 [  8439] By: jhi                                   on 2001/01/15  05:02:24
15001         Log: More UTF-8 patches from Inaba Hiroto.
15002              - The substr lval was still not okay.
15003              - Now pp_stringify and sv_setsv copies source's UTF8 flag
15004              even if IN_BYTE.  pp_stringify is called from fold_constants
15005              at optimization phase and "\x{100}" was made SvUTF8_off under
15006              use bytes (the bytes pragma is for "byte semantics" and not
15007              for "do not produce UTF8 data")
15008              - New `qu' operator to generate UTF8 string explicitly.
15009              Though I agree with the policy "0x00-0xff always produce bytes",
15010              sometimes want to such a string to be coded in UTF8.
15011              I can use pack"U0a*" but it requires more typing and has
15012              runtime overhead.
15013              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
15014              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
15015              string is not UTF8_on and has char 0x80-0xff.
15016              
15017              TODO: document and test qu.
15018      Branch: perl
15019            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
15020            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
15021            ! toke.c
15022 ____________________________________________________________________________
15023 [  8438] By: jhi                                   on 2001/01/14  05:10:23
15024         Log: Metaconfig unit changes for #8437.
15025      Branch: metaconfig/U/perl
15026            ! d_fpos64_t.U d_off64_t.U
15027 ____________________________________________________________________________
15028 [  8437] By: jhi                                   on 2001/01/14  04:55:34
15029         Log: Add <features.h> probing, seems to be needed for (some?)
15030              Linux largefileness.
15031      Branch: perl
15032            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15033            ! config_h.SH configure.com epoc/config.sh perl.h
15034            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
15035            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15036            ! win32/config.bc win32/config.gc win32/config.vc
15037 ____________________________________________________________________________
15038 [  8436] By: jhi                                   on 2001/01/13  17:47:21
15039         Log: Tighten some of the tests a bit.
15040      Branch: perl
15041            ! t/pragma/utf8.t
15042 ____________________________________________________________________________
15043 [  8435] By: jhi                                   on 2001/01/13  17:31:54
15044         Log: Integrate perlio.
15045      Branch: perl
15046           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
15047           !> win32/config_H.gc win32/config_H.vc
15048 ____________________________________________________________________________
15049 [  8434] By: nick                                  on 2001/01/13  11:36:53
15050         Log: Run dmake regen_config_h for Win32
15051      Branch: perlio
15052            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15053 ____________________________________________________________________________
15054 [  8433] By: nick                                  on 2001/01/13  11:31:55
15055         Log: VMS friendly patch to Encode compile process
15056      Branch: perlio
15057            ! ext/Encode/Makefile.PL ext/Encode/compile
15058 ____________________________________________________________________________
15059 [  8432] By: nick                                  on 2001/01/13  11:06:44
15060         Log: Integrate mainline
15061      Branch: perlio
15062           +> ext/B/B/Concise.pm
15063           !> (integrate 52 files)
15064 ____________________________________________________________________________
15065 [  8431] By: jhi                                   on 2001/01/13  05:55:55
15066         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
15067              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15068              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
15069              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
15070      Branch: perl
15071            ! ext/B/B/Concise.pm
15072 ____________________________________________________________________________
15073 [  8430] By: jhi                                   on 2001/01/13  04:24:18
15074         Log: The LVRET macro needed an aTHX.
15075      Branch: perl
15076            ! pp.h
15077 ____________________________________________________________________________
15078 [  8429] By: jhi                                   on 2001/01/13  02:12:42
15079         Log: Update Changes.
15080      Branch: perl
15081            ! Changes patchlevel.h
15082 ____________________________________________________________________________
15083 [  8428] By: jhi                                   on 2001/01/13  02:08:50
15084         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
15085              From: Peter Prymmer <pvhp@forte.com>
15086              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
15087              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
15088              
15089              Add a BEGIN guard for sloppy floating point division.
15090      Branch: perl
15091            ! lib/Math/BigInt.pm lib/bigint.pl
15092 ____________________________________________________________________________
15093 [  8427] By: jhi                                   on 2001/01/13  01:47:16
15094         Log: The B::Terse drop-in replacement wasn't quite drop-in.
15095      Branch: perl
15096            ! ext/B/B/Terse.pm
15097 ____________________________________________________________________________
15098 [  8426] By: jhi                                   on 2001/01/12  21:20:43
15099         Log: Use UVXf.
15100      Branch: perl
15101            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15102            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
15103            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
15104            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15105            ! win32/config.gc win32/config.vc
15106 ____________________________________________________________________________
15107 [  8425] By: jhi                                   on 2001/01/12  20:20:14
15108         Log: Subject: [PATCH perl@8342] -Wformat
15109              From: Robin Barker <rmb1@cise.npl.co.uk>
15110              Date: Fri, 12 Jan 2001 20:03:14 GMT
15111              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
15112      Branch: perl
15113            ! ext/Encode/Encode.xs mg.c sv.c toke.c
15114 ____________________________________________________________________________
15115 [  8424] By: jhi                                   on 2001/01/12  20:01:48
15116         Log: Subject: B::Concise -- an improved replacement for B::Terse 
15117              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15118              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
15119              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
15120      Branch: perl
15121            + ext/B/B/Concise.pm
15122            ! MANIFEST ext/B/B/Terse.pm
15123 ____________________________________________________________________________
15124 [  8423] By: jhi                                   on 2001/01/12  19:24:02
15125         Log: The new metaconfig unit from the #8421.
15126      Branch: metaconfig/U/perl
15127            + d_sigprocmask.U
15128 ____________________________________________________________________________
15129 [  8422] By: jhi                                   on 2001/01/12  19:23:43
15130         Log: Forgot the microperl config from the #8421.
15131      Branch: perl
15132            ! uconfig.h uconfig.sh
15133 ____________________________________________________________________________
15134 [  8421] By: jhi                                   on 2001/01/12  19:05:27
15135         Log: Add sigprocmask() probe, regen Configure, regen toc.
15136      Branch: perl
15137            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15138            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
15139            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15140            ! vos/config.ga.h win32/config.bc win32/config.gc
15141            ! win32/config.vc
15142 ____________________________________________________________________________
15143 [  8420] By: jhi                                   on 2001/01/12  18:34:31
15144         Log: Add sockatmark() to the todo list.
15145      Branch: perl
15146            ! Todo-5.6
15147 ____________________________________________________________________________
15148 [  8419] By: jhi                                   on 2001/01/12  18:09:46
15149         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
15150      Branch: perl
15151            ! op.c
15152 ____________________________________________________________________________
15153 [  8418] By: jhi                                   on 2001/01/12  18:05:30
15154         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
15155              From: Radu Greab <radu@netsoft.ro>
15156              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
15157              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
15158      Branch: perl
15159            ! op.c t/pragma/sub_lval.t
15160 ____________________________________________________________________________
15161 [  8417] By: jhi                                   on 2001/01/12  16:09:09
15162         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
15163              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
15164              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
15165              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
15166      Branch: perl
15167            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
15168            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
15169            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
15170            ! t/pragma/sub_lval.t toke.c
15171 ____________________________________________________________________________
15172 [  8416] By: jhi                                   on 2001/01/12  15:42:06
15173         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
15174              From: "Richard Soderberg" <rs@crystalflame.net>
15175              Date: Fri, 12 Jan 2001 04:49:35 -0800
15176              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
15177              
15178              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
15179              according to the platform.
15180      Branch: perl
15181            ! op.c
15182 ____________________________________________________________________________
15183 [  8415] By: jhi                                   on 2001/01/12  15:33:41
15184         Log: One more UTF-8 fix from Inaba Hiroto.
15185      Branch: perl
15186            ! pp.c regexec.c t/pragma/utf8.t
15187 ____________________________________________________________________________
15188 [  8414] By: jhi                                   on 2001/01/12  15:30:18
15189         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
15190      Branch: perl
15191            ! regexec.c
15192 ____________________________________________________________________________
15193 [  8413] By: jhi                                   on 2001/01/12  15:22:10
15194         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
15195              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15196              Date: Thu, 11 Jan 2001 12:53:36 +0100
15197              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
15198      Branch: perl
15199            ! toke.c
15200 ____________________________________________________________________________
15201 [  8412] By: jhi                                   on 2001/01/12  15:20:25
15202         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
15203              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15204              Date: Fri, 12 Jan 2001 14:37:55 +0100
15205              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
15206      Branch: perl
15207            ! hints/posix-bc.sh
15208 ____________________________________________________________________________
15209 [  8411] By: jhi                                   on 2001/01/12  15:14:14
15210         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
15211              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15212              Date: Fri, 12 Jan 2001 10:42:21 +0100
15213              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
15214      Branch: perl
15215            ! t/op/regmesg.t
15216 ____________________________________________________________________________
15217 [  8410] By: jhi                                   on 2001/01/12  05:48:55
15218         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
15219              From: Nicholas Clark <nick@ccl4.org> 
15220              Date: Sun, 7 Jan 2001 19:47:14 +0000
15221              Message-ID: <20010107194714.B1048@plum.flirble.org>
15222      Branch: perl
15223            ! t/op/numconvert.t
15224 ____________________________________________________________________________
15225 [  8409] By: jhi                                   on 2001/01/12  05:41:28
15226         Log: Integrate perlio.
15227      Branch: perl
15228           !> mg.c scope.h
15229 ____________________________________________________________________________
15230 [  8408] By: nick                                  on 2001/01/11  22:43:28
15231         Log: Remove variables that were used in experiments.
15232      Branch: perlio
15233            ! mg.c
15234 ____________________________________________________________________________
15235 [  8407] By: nick                                  on 2001/01/11  20:57:44
15236         Log: Catch die in %SIG handler and unblock the signal before re-dying.
15237              This make Linux work _without_ sigsetjmp().
15238              Turn off sigsetjmp() to see what else it does.
15239              May need Configure probe for sigprocmask() if anything has sigaction()
15240              but not sigprocmask().
15241      Branch: perlio
15242            ! mg.c scope.h
15243 ____________________________________________________________________________
15244 [  8406] By: nick                                  on 2001/01/11  19:32:07
15245         Log: Integrate mainline
15246      Branch: perlio
15247           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
15248           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
15249           !> t/op/substr.t
15250 ____________________________________________________________________________
15251 [  8405] By: jhi                                   on 2001/01/11  17:11:01
15252         Log: Fix UTF-8 lval substr().
15253      Branch: perl
15254            ! mg.c t/op/substr.t
15255 ____________________________________________________________________________
15256 [  8404] By: jhi                                   on 2001/01/11  05:13:58
15257         Log: Update Changes.
15258      Branch: perl
15259            ! Changes patchlevel.h
15260 ____________________________________________________________________________
15261 [  8403] By: jhi                                   on 2001/01/11  04:38:24
15262         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
15263              From: Hugo <hv@crypt.compulink.co.uk>
15264              Date: Mon, 30 Oct 2000 01:33:26 +0000
15265              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
15266      Branch: perl
15267            ! regexec.c t/op/re_tests
15268 ____________________________________________________________________________
15269 [  8402] By: jhi                                   on 2001/01/11  04:26:12
15270         Log: Integrate perlio.
15271      Branch: perl
15272           !> scope.h util.c
15273 ____________________________________________________________________________
15274 [  8401] By: nick                                  on 2001/01/10  22:52:55
15275         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
15276              (So Alan and Ilya can try setting via hints.)
15277              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
15278              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
15279              doing the save everywhere seems to restart read() correctly, but just
15280              doing it once "round" the handler does not.
15281      Branch: perlio
15282            ! scope.h
15283 ____________________________________________________________________________
15284 [  8400] By: jhi                                   on 2001/01/10  21:57:54
15285         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
15286              of IRIX, HP-UX is unaffected.
15287      Branch: perl
15288            ! perl.h
15289 ____________________________________________________________________________
15290 [  8399] By: nick                                  on 2001/01/10  21:29:19
15291         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
15292      Branch: perlio
15293            ! util.c
15294 ____________________________________________________________________________
15295 [  8398] By: jhi                                   on 2001/01/10  20:55:31
15296         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
15297              also have ReusePort.
15298      Branch: perl
15299            ! ext/IO/lib/IO/Socket/INET.pm
15300 ____________________________________________________________________________
15301 [  8397] By: jhi                                   on 2001/01/10  20:50:57
15302         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
15303              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
15304              Date: Wed, 10 Jan 2001 01:38:13 -0800
15305              Message-ID: <20010110013813.B41744@yahoo-inc.com>
15306      Branch: perl
15307            ! ext/IO/lib/IO/Socket/INET.pm
15308 ____________________________________________________________________________
15309 [  8396] By: jhi                                   on 2001/01/10  20:49:30
15310         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
15311              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
15312              Date: Wed, 10 Jan 2001 01:37:32 -0800
15313              Message-ID: <20010110013732.A41744@yahoo-inc.com>
15314      Branch: perl
15315            ! ext/Socket/Socket.pm
15316 ____________________________________________________________________________
15317 [  8395] By: jhi                                   on 2001/01/10  20:41:37
15318         Log: Test for bug id 20010105.016 (fixed by #8378).
15319      Branch: perl
15320            ! t/op/split.t
15321 ____________________________________________________________________________
15322 [  8394] By: jhi                                   on 2001/01/10  20:26:32
15323         Log: Integrate perlio.
15324      Branch: perl
15325            ! util.c
15326 ____________________________________________________________________________
15327 [  8393] By: nick                                  on 2001/01/10  19:34:30
15328         Log: Back out Simon's pid hackery for now.
15329      Branch: perlio
15330            ! util.c
15331 ____________________________________________________________________________
15332 [  8392] By: nick                                  on 2001/01/10  19:23:13
15333         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
15334      Branch: perlio
15335           !> (integrate 29 files)
15336 ____________________________________________________________________________
15337 [  8391] By: jhi                                   on 2001/01/10  18:43:15
15338         Log: Subject: [PATCH] Fix my_pclose segfault
15339              From: Simon Cozens <simon@cozens.net>
15340              Date: Wed, 10 Jan 2001 18:39:35 +0000
15341              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
15342      Branch: perl
15343            ! util.c
15344 ____________________________________________________________________________
15345 [  8390] By: jhi                                   on 2001/01/10  18:42:08
15346         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
15347              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15348              Date:     Wed, 10 Jan 2001 13:23:02 EST
15349              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
15350      Branch: perl
15351            ! ext/Opcode/Opcode.xs
15352 ____________________________________________________________________________
15353 [  8389] By: jhi                                   on 2001/01/10  15:16:07
15354         Log: Turn off the integer preservation for now.
15355      Branch: perl
15356            ! perl.h
15357 ____________________________________________________________________________
15358 [  8388] By: jhi                                   on 2001/01/10  15:01:25
15359         Log: Few more IDE/editor nits from p5p.
15360      Branch: perl
15361            ! pod/perlfaq3.pod
15362 ____________________________________________________________________________
15363 [  8387] By: jhi                                   on 2001/01/10  06:53:16
15364         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
15365              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
15366              Date: Tue, 9 Jan 2001 23:16:02 +0000
15367              Message-ID: <20010109231602.A81101@plum.flirble.org>
15368      Branch: perl
15369            ! sv.c
15370 ____________________________________________________________________________
15371 [  8386] By: jhi                                   on 2001/01/10  03:17:54
15372         Log: Test cases for #8385 (from Simon's "torture.pl")
15373      Branch: perl
15374            ! t/op/tr.t
15375 ____________________________________________________________________________
15376 [  8385] By: jhi                                   on 2001/01/10  03:17:11
15377         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
15378              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
15379              Date: Wed, 10 Jan 2001 11:39:39 +0900
15380              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
15381              
15382              Some more UTF-8 tr cases fixed.
15383      Branch: perl
15384            ! doop.c
15385 ____________________________________________________________________________
15386 [  8384] By: jhi                                   on 2001/01/09  22:45:40
15387         Log: Allow the locale test needing POSIX and the taint test
15388              needing IPC::SysV to run under 'minitest' (basically,
15389              bail out if loading the extension fails)
15390      Branch: perl
15391            ! t/op/misc.t t/op/taint.t
15392 ____________________________________________________________________________
15393 [  8383] By: jhi                                   on 2001/01/09  21:36:04
15394         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
15395              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15396              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
15397              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
15398      Branch: perl
15399            ! t/io/openpid.t
15400 ____________________________________________________________________________
15401 [  8382] By: jhi                                   on 2001/01/09  21:06:08
15402         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
15403              Should finish up the bug id 20001205.022.
15404      Branch: perl
15405            ! pp.c pp_hot.c scope.c
15406 ____________________________________________________________________________
15407 [  8381] By: jhi                                   on 2001/01/09  18:27:43
15408         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
15409              From: Andy Dougherty <doughera@lafayette.edu>
15410              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
15411              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
15412              
15413              More robust yacc/bison error detection.
15414      Branch: perl
15415            ! t/comp/proto.t
15416 ____________________________________________________________________________
15417 [  8380] By: jhi                                   on 2001/01/09  15:21:38
15418         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
15419              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15420              Date:     Tue, 9 Jan 2001 07:53:55 EST
15421              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
15422      Branch: perl
15423            ! t/op/misc.t vms/test.com
15424 ____________________________________________________________________________
15425 [  8379] By: jhi                                   on 2001/01/09  15:20:38
15426         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
15427              From: jhi@cc.hut.fi
15428              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
15429              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
15430              
15431              The #8378 fixed this.
15432      Branch: perl
15433            ! t/op/tr.t
15434 ____________________________________________________________________________
15435 [  8378] By: jhi                                   on 2001/01/09  15:05:32
15436         Log: Subject: One more patch for UTF8 
15437              From: Inaba Hiroto <inaba@st.rim.or.jp>
15438              Date: Tue, 09 Jan 2001 01:04:32 +0900
15439              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
15440              
15441              UTF-8 fixes for 'x' and tr///.
15442      Branch: perl
15443            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
15444            ! regcomp.c regexec.c toke.c utf8.c
15445 ____________________________________________________________________________
15446 [  8377] By: jhi                                   on 2001/01/09  14:32:17
15447         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
15448      Branch: perl
15449            ! t/op/length.t
15450 ____________________________________________________________________________
15451 [  8376] By: jhi                                   on 2001/01/09  04:32:32
15452         Log: integrate changes #7775, #8316, #8316 from mainline
15453      Branch: maint-5.6/perl
15454            ! hints/solaris_2.sh
15455 ____________________________________________________________________________
15456 [  8375] By: jhi                                   on 2001/01/09  04:26:43
15457         Log: Update Changes.
15458      Branch: perl
15459            ! Changes patchlevel.h
15460 ____________________________________________________________________________
15461 [  8374] By: jhi                                   on 2001/01/09  04:14:32
15462         Log: IDE/editor section tweaking.
15463      Branch: perl
15464            ! pod/perlfaq3.pod
15465 ____________________________________________________________________________
15466 [  8373] By: jhi                                   on 2001/01/09  02:38:26
15467         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
15468              From: Peter Prymmer <pvhp@forte.com>
15469              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
15470              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
15471              
15472              In preparation os OS/390 dynamic loading.
15473      Branch: perl
15474            ! README.os390 hints/os390.sh
15475 ____________________________________________________________________________
15476 [  8372] By: jhi                                   on 2001/01/09  00:24:30
15477         Log: Integrate with perlio.
15478      Branch: perl
15479           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
15480 ____________________________________________________________________________
15481 [  8371] By: nick                                  on 2001/01/08  23:54:33
15482         Log: Fix "scalars leaked" bugs caused by overload magic
15483              (Highlighted by Ilya's DESTROY optimization.)
15484      Branch: perlio
15485            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
15486 ____________________________________________________________________________
15487 [  8370] By: nick                                  on 2001/01/08  20:19:41
15488         Log: Integrate mainline
15489      Branch: perlio
15490           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
15491           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
15492           !> t/op/64bitint.t
15493 ____________________________________________________________________________
15494 [  8369] By: jhi                                   on 2001/01/08  17:30:52
15495         Log: save_delete() Safefree() doesn't (anymore?) work with shared
15496              strings, one test failure in op/misc and almost all of lib/b.
15497              (Outcomments #8369.)
15498      Branch: perl
15499            ! scope.c
15500 ____________________________________________________________________________
15501 [  8368] By: jhi                                   on 2001/01/08  14:47:10
15502         Log: (Outcommented by #8369.)
15503              
15504              Subject: Re: Perl BugID 20001205.022 ---- save_delete
15505              From: Simon Cozens <simon@cozens.net>
15506              Date: Sat, 6 Jan 2001 11:48:40 +0000
15507              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
15508              
15509              The save_delete() does need the Safefree.
15510      Branch: perl
15511            ! scope.c
15512 ____________________________________________________________________________
15513 [  8367] By: bailey                                on 2001/01/08  08:53:52
15514         Log: Once again syncing after too long an absence
15515      Branch: vmsperl
15516           +> (branch 55 files)
15517            - MAINTAIN fix_pl vos/config.def vos/config.h
15518            - vos/config_h.SH_orig
15519           !> (integrate 498 files)
15520 ____________________________________________________________________________
15521 [  8366] By: jhi                                   on 2001/01/08  02:42:59
15522         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
15523              From: nick@ccl4.org
15524              Date: Sun, 7 Jan 2001 21:07:18 +0000
15525              Message-Id: <20010107210717.D1048@plum.flirble.org>
15526      Branch: perl
15527            ! sv.c t/op/64bitint.t
15528 ____________________________________________________________________________
15529 [  8365] By: jhi                                   on 2001/01/08  02:35:16
15530         Log: Subject: [PATCH] environ nit
15531              From: Simon Cozens <simon@cozens.net>
15532              Date: Sun, 7 Jan 2001 17:57:07 +0000
15533              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
15534              
15535              Use environ only if we have it.
15536      Branch: perl
15537            ! mg.c
15538 ____________________________________________________________________________
15539 [  8364] By: jhi                                   on 2001/01/08  02:24:51
15540         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
15541      Branch: perl
15542            ! ext/GDBM_File/GDBM_File.xs
15543 ____________________________________________________________________________
15544 [  8363] By: jhi                                   on 2001/01/08  02:19:24
15545         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
15546              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15547              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
15548              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
15549      Branch: perl
15550            ! dump.c op.c
15551 ____________________________________________________________________________
15552 [  8362] By: jhi                                   on 2001/01/08  02:17:43
15553         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
15554              From: Doug MacEachern <dougm@covalent.net>
15555              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
15556              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
15557              
15558              Allow AUTOLOAD to be an xsub and allow such xsubs
15559              to avoid use of $AUTOLOAD.
15560      Branch: perl
15561            ! gv.c
15562 ____________________________________________________________________________
15563 [  8361] By: jhi                                   on 2001/01/08  02:16:07
15564         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15565              From: Radu Greab <radu@netsoft.ro>
15566              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
15567              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
15568              
15569              No need for the potentially unportable $SIG{CHLD}.
15570      Branch: perl
15571            ! t/io/pipe.t
15572 ____________________________________________________________________________
15573 [  8360] By: jhi                                   on 2001/01/08  01:58:23
15574         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
15575      Branch: perl
15576            ! lib/Getopt/Long.pm
15577 ____________________________________________________________________________
15578 [  8359] By: jhi                                   on 2001/01/08  01:55:44
15579         Log: Integrate perlio.
15580      Branch: perl
15581           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
15582           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
15583           !> utf8.c win32/Makefile
15584 ____________________________________________________________________________
15585 [  8358] By: jhi                                   on 2001/01/07  21:16:50
15586         Log: Update the EPOC cross SDK URL.
15587      Branch: perl
15588            ! README.epoc
15589 ____________________________________________________________________________
15590 [  8357] By: jhi                                   on 2001/01/07  21:16:09
15591         Log: Update the EPOC cross SDK URL.
15592      Branch: maint-5.6/perl
15593            ! README.epoc
15594 ____________________________________________________________________________
15595 [  8356] By: nick                                  on 2001/01/06  21:47:52
15596         Log: FILE * in XS code for PerlIO world:
15597              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
15598              - Add FILE * T_STDIO typemap.
15599              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
15600      Branch: perlio
15601            ! lib/ExtUtils/typemap perlio.c perlio.h
15602 ____________________________________________________________________________
15603 [  8355] By: jhi                                   on 2001/01/06  20:27:15
15604         Log: integrate change #8336 from mainline
15605              
15606              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
15607      Branch: maint-5.6/perl
15608            ! hv.c
15609 ____________________________________________________________________________
15610 [  8354] By: jhi                                   on 2001/01/06  20:24:29
15611         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
15612              From: Robin Barker <rmb1@cise.npl.co.uk>
15613              Date: Fri, 22 Dec 2000 12:17:38 GMT
15614              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
15615              
15616              The patch reformats some long =item lines so they give
15617              correct output via pod2man | nroff -man
15618              
15619              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
15620              From: Robin Barker <rmb1@cise.npl.co.uk>
15621              Date: Tue, 2 Jan 2001 15:35:03 GMT
15622              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
15623              
15624              Here is a _further_ patch which corrects a few more errors:
15625              * an empty C<=item> in CPAN.pm
15626              * patching the wrong file (pod/perlamiga.pod not README.amiga)
15627              * leaving empty C<=item>s which formatted incorrectly
15628              * over long C<=item>s revealed by latest patch to Pod::Man
15629      Branch: maint-5.6/perl
15630            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
15631            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
15632            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
15633            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
15634            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
15635            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
15636 ____________________________________________________________________________
15637 [  8353] By: jhi                                   on 2001/01/06  20:21:10
15638         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
15639              
15640              UTF-8 hash keys.
15641      Branch: maint-5.6/perl
15642            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
15643 ____________________________________________________________________________
15644 [  8352] By: jhi                                   on 2001/01/06  20:18:44
15645         Log: Forgotten from #8438.
15646      Branch: maint-5.6/perl
15647            ! epoc/epocish.h
15648 ____________________________________________________________________________
15649 [  8351] By: jhi                                   on 2001/01/06  20:18:12
15650         Log: Forgotten from #8347.
15651      Branch: maint-5.6/perl
15652            ! config_h.SH
15653 ____________________________________________________________________________
15654 [  8350] By: jhi                                   on 2001/01/06  20:00:19
15655         Log: Thinko in #8347.
15656      Branch: maint-5.6/perl
15657            ! regcomp.c
15658 ____________________________________________________________________________
15659 [  8349] By: jhi                                   on 2001/01/06  18:05:30
15660         Log: Copy the FAQ3 IDE section from the development branch,
15661              changes originally by Peter Prymmer.
15662      Branch: maint-5.6/perl
15663            ! pod/perlfaq3.pod
15664 ____________________________________________________________________________
15665 [  8348] By: jhi                                   on 2001/01/06  18:03:02
15666         Log: EPOC updates for TRIAL1.
15667              
15668              Subject: [5.6.1 trial1] EPOC update
15669              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15670              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
15671              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
15672              
15673              Subject: epoc patch2 for perl-5.6.1-trial1
15674              From: Olaf Flebbe <O.Flebbe@science-computing.de>
15675              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
15676              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
15677      Branch: maint-5.6/perl
15678            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
15679            ! epoc/epocish.c
15680 ____________________________________________________________________________
15681 [  8347] By: jhi                                   on 2001/01/06  17:29:10
15682         Log: integrate changes #7710,7824,7973 from mainline,
15683              plus VMS nits from Peter Prymmer and Dan Sugalski.
15684              
15685              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
15686              library (getprotobyname and getprotobynumber are outversioned by
15687              the same calls in libc, at least for xlc version 3.
15688              
15689              Add HAS_SBRK_PROTO.
15690              
15691              Fixes for signedness warnings noticed by VMSperlers.
15692      Branch: maint-5.6/perl
15693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15694            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
15695            ! sv.c vms/descrip_mms.template vos/config.alpha.def
15696            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
15697            ! win32/config.bc win32/config.gc win32/config.vc
15698 ____________________________________________________________________________
15699 [  8346] By: nick                                  on 2001/01/06  14:36:01
15700         Log: Fixup accumulated integrate muddles (perlio == devperl again)
15701      Branch: perlio
15702            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
15703 ____________________________________________________________________________
15704 [  8345] By: nick                                  on 2001/01/06  14:24:58
15705         Log: Integrate mainline
15706      Branch: perlio
15707           !> (integrate 55 files)
15708 ____________________________________________________________________________
15709 [  8344] By: jhi                                   on 2001/01/06  02:24:02
15710         Log: Subject: [patch] PerlIO_cleanup() prototype
15711              From: Doug MacEachern <dougm@covalent.net>
15712              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
15713              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
15714      Branch: perl
15715            ! perlio.h
15716 ____________________________________________________________________________
15717 [  8343] By: jhi                                   on 2001/01/06  01:04:09
15718         Log: IRIX compiler noticed that the bof initialization might be
15719              bypassed by control flow.
15720      Branch: perl
15721            ! toke.c
15722 ____________________________________________________________________________
15723 [  8342] By: jhi                                   on 2001/01/06  00:10:48
15724         Log: Update Changes.
15725      Branch: perl
15726            ! Changes patchlevel.h
15727 ____________________________________________________________________________
15728 [  8341] By: jhi                                   on 2001/01/05  23:52:33
15729         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
15730      Branch: perl
15731            ! toke.c
15732 ____________________________________________________________________________
15733 [  8340] By: jhi                                   on 2001/01/05  22:44:08
15734         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
15735              From: Radu Greab <radu@netsoft.ro>
15736              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
15737              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
15738      Branch: perl
15739            ! t/io/pipe.t util.c
15740 ____________________________________________________________________________
15741 [  8339] By: jhi                                   on 2001/01/05  22:35:17
15742         Log: Subject: [PATCH] format and rewording in perlfaq.pod
15743              From: Robin Barker <rmb1@cise.npl.co.uk>
15744              Date: Fri, 5 Jan 2001 18:51:20 GMT
15745              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
15746      Branch: perl
15747            ! pod/perlfaq.pod
15748 ____________________________________________________________________________
15749 [  8338] By: jhi                                   on 2001/01/05  22:31:17
15750         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
15751              From: Peter Prymmer <pvhp@forte.com>
15752              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
15753              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
15754      Branch: perl
15755            ! utils/perlbug.PL
15756 ____________________________________________________________________________
15757 [  8337] By: jhi                                   on 2001/01/05  18:15:11
15758         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
15759              From: Robin Barker <rmb1@cise.npl.co.uk>
15760              Date: Tue, 2 Jan 2001 15:24:07 GMT
15761              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
15762              
15763              If you call configure as C<./Configure> or C<sh ./Configure>,
15764              $src is set to the absolute path name, not '.'.
15765              
15766              This, in turn, means -Dmksymlink tries to do its stuff because
15767              it does not think it is in the src directory.
15768              
15769              (plus a metaconfig nitfix)
15770      Branch: metaconfig
15771            ! U/compline/ccflags.U U/modified/src.U
15772      Branch: perl
15773            ! Configure config_h.SH
15774 ____________________________________________________________________________
15775 [  8336] By: jhi                                   on 2001/01/05  17:48:32
15776         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
15777              From: Alan Burlison <Alan.Burlison@uk.sun.com>
15778              Message-ID: <3A5606C4.473D2226@uk.sun.com>
15779              Date: Fri, 05 Jan 2001 17:39:16 +0000
15780      Branch: perl
15781            ! hv.c
15782 ____________________________________________________________________________
15783 [  8335] By: jhi                                   on 2001/01/05  16:05:44
15784         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
15785      Branch: perl
15786            ! lib/Getopt/Long.pm
15787 ____________________________________________________________________________
15788 [  8334] By: jhi                                   on 2001/01/05  16:00:51
15789         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
15790              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
15791              Date: Fri, 05 Jan 2001 13:46:51 +0100
15792              Message-ID: <13693.978698811@nice.ram.loc>
15793              
15794              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
15795              accurate reading of the "atime".  
15796      Branch: perl
15797            ! t/io/fs.t
15798 ____________________________________________________________________________
15799 [  8333] By: jhi                                   on 2001/01/05  15:57:37
15800         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
15801              From: Simon Cozens <simon@cozens.net>
15802              Date: Fri, 8 Dec 2000 13:33:31 +0000
15803              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
15804              
15805              A lost patch fragment.
15806      Branch: perl
15807            ! doop.c
15808 ____________________________________________________________________________
15809 [  8332] By: jhi                                   on 2001/01/05  15:40:42
15810         Log: Do away with strncpy() and a fixed length buffer.
15811      Branch: perl
15812            ! utf8.c
15813 ____________________________________________________________________________
15814 [  8331] By: jhi                                   on 2001/01/05  15:03:07
15815         Log: Tests for #8329 and #8330.
15816      Branch: perl
15817            ! t/op/bop.t
15818 ____________________________________________________________________________
15819 [  8330] By: jhi                                   on 2001/01/05  15:02:38
15820         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
15821              raw 8-bit form to the UTF-8 string.
15822      Branch: perl
15823            ! toke.c
15824 ____________________________________________________________________________
15825 [  8329] By: jhi                                   on 2001/01/05  14:55:13
15826         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
15827              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
15828              Date: Fri, 5 Jan 2001 12:28:52 +0100
15829              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
15830              
15831              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
15832              no effect.  (changed the strncpy() to Copy())
15833      Branch: perl
15834            ! toke.c
15835 ____________________________________________________________________________
15836 [  8328] By: jhi                                   on 2001/01/05  06:44:27
15837         Log: UTF-8 cleanup.
15838      Branch: perl
15839            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
15840            ! regexec.c sv.c toke.c
15841 ____________________________________________________________________________
15842 [  8327] By: jhi                                   on 2001/01/05  01:11:29
15843         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')
15844              From: Radu Greab <radu@netsoft.ro>
15845              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
15846              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
15847              
15848              Cleans up Harness to not use FileHandle, which uses IO.
15849      Branch: perl
15850            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
15851 ____________________________________________________________________________
15852 [  8326] By: jhi                                   on 2001/01/05  00:56:37
15853         Log: Update Changes.
15854      Branch: perl
15855            ! Changes patchlevel.h
15856 ____________________________________________________________________________
15857 [  8325] By: jhi                                   on 2001/01/05  00:53:18
15858         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
15859              From: Peter Prymmer <pvhp@forte.com>
15860              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
15861              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
15862              
15863              plus a couple more tailing whitespace removals.
15864      Branch: perl
15865            ! win32/Makefile
15866 ____________________________________________________________________________
15867 [  8324] By: jhi                                   on 2001/01/05  00:47:39
15868         Log: Add some Unicode chop() tests.
15869      Branch: perl
15870            ! t/op/chop.t
15871 ____________________________________________________________________________
15872 [  8323] By: jhi                                   on 2001/01/05  00:47:23
15873         Log: Unify UTF-8 malformedness handling.
15874      Branch: perl
15875            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
15876 ____________________________________________________________________________
15877 [  8322] By: jhi                                   on 2001/01/04  22:21:54
15878         Log: The new $issymlink was unknown to Mksymlinks.
15879      Branch: metaconfig/U/perl
15880            ! Mksymlinks.U issymlink.U
15881      Branch: perl
15882            ! Configure config_h.SH
15883 ____________________________________________________________________________
15884 [  8321] By: jhi                                   on 2001/01/04  21:51:05
15885         Log: The test didn't work under the core test framework.
15886      Branch: perl
15887            ! t/lib/st-lock.t
15888 ____________________________________________________________________________
15889 [  8320] By: jhi                                   on 2001/01/04  21:14:22
15890         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
15891      Branch: perl
15892            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
15893 ____________________________________________________________________________
15894 [  8319] By: jhi                                   on 2001/01/04  20:46:17
15895         Log: Typo in #8312 when manually appying a problematic patch fragment.
15896      Branch: perl
15897            ! ext/Storable/Storable.xs
15898 ____________________________________________________________________________
15899 [  8318] By: jhi                                   on 2001/01/04  20:43:01
15900         Log: The $sh_c didn't fly.
15901      Branch: metaconfig
15902            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
15903            ! U/modified/Loc.U U/modified/myhostname.U
15904            ! U/modified/spitshell.U
15905      Branch: metaconfig/U/perl
15906            ! issymlink.U
15907      Branch: perl
15908            ! Configure config_h.SH
15909 ____________________________________________________________________________
15910 [  8317] By: jhi                                   on 2001/01/04  19:58:01
15911         Log: AIX builtin test -h is broken, changes based on
15912              
15913              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
15914              Date: Tue, 02 Jan 2001 11:24:39 +0100
15915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15916              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
15917      Branch: metaconfig
15918            + U/modified/spitshell.U
15919            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
15920            ! U/modified/Loc.U U/modified/myhostname.U
15921      Branch: metaconfig/U/perl
15922            ! Mksymlinks.U issymlink.U
15923      Branch: perl
15924            ! Configure
15925 ____________________________________________________________________________
15926 [  8316] By: jhi                                   on 2001/01/04  19:02:22
15927         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
15928              From: Andy Dougherty <doughera@lafayette.edu>
15929              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
15930              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
15931              
15932              Beware of GNU ld.
15933      Branch: perl
15934            ! hints/solaris_2.sh
15935 ____________________________________________________________________________
15936 [  8315] By: jhi                                   on 2001/01/04  18:56:48
15937         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
15938              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
15939              Date: Wed, 3 Jan 2001 07:58:51 +0100
15940              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
15941      Branch: perl
15942            ! hints/solaris_2.sh
15943 ____________________________________________________________________________
15944 [  8314] By: jhi                                   on 2001/01/04  18:54:07
15945         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
15946              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15947              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
15948              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
15949              
15950              Doc tweak on #8313.
15951      Branch: perl
15952            ! ext/B/B/Deparse.pm
15953 ____________________________________________________________________________
15954 [  8313] By: jhi                                   on 2001/01/04  18:52:27
15955         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
15956              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
15957              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
15958              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
15959              
15960              Make the peephole optimizer to bypass more null ops and
15961              and rewrite the deparse handling of continue blocks.
15962      Branch: perl
15963            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
15964 ____________________________________________________________________________
15965 [  8312] By: jhi                                   on 2001/01/04  18:47:39
15966         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
15967      Branch: perl
15968            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
15969            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15970            ! t/lib/st-lock.t
15971 ____________________________________________________________________________
15972 [  8311] By: jhi                                   on 2001/01/04  18:36:08
15973         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
15974              filter to be run on each .pm during the pm_to_blib() phase,
15975              a fixed version of
15976              
15977              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
15978              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
15979              Date: Wed, 03 Jan 2001 22:01:30 +0100
15980              Message-ID: <5296.978555690@nice.ram.loc>
15981      Branch: perl
15982            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
15983            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
15984            ! lib/ExtUtils/MakeMaker.pm
15985 ____________________________________________________________________________
15986 [  8310] By: jhi                                   on 2001/01/04  18:32:54
15987         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
15988              From: Robin Barker <rmb1@cise.npl.co.uk>
15989              Date: Tue, 2 Jan 2001 15:35:03 GMT
15990              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
15991      Branch: perl
15992            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
15993            ! pod/perlrequick.pod
15994 ____________________________________________________________________________
15995 [  8309] By: jhi                                   on 2001/01/04  18:29:07
15996         Log: Subject: Re: [patch] static-ize XS()
15997              From: Doug MacEachern <dougm@covalent.net>
15998              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
15999              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
16000              
16001              Provide prototypes for the XS functions.
16002      Branch: perl
16003            ! lib/ExtUtils/xsubpp
16004 ____________________________________________________________________________
16005 [  8308] By: jhi                                   on 2001/01/04  18:27:44
16006         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
16007              From: Doug MacEachern <dougm@covalent.net>
16008              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
16009              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
16010      Branch: perl
16011            ! lib/ExtUtils/typemap
16012 ____________________________________________________________________________
16013 [  8307] By: jhi                                   on 2001/01/04  18:25:25
16014         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
16015              From: Doug MacEachern <dougm@covalent.net>
16016              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
16017              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
16018              
16019              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
16020      Branch: perl
16021            ! lib/ExtUtils/MM_Unix.pm
16022 ____________________________________________________________________________
16023 [  8306] By: jhi                                   on 2001/01/04  18:23:00
16024         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
16025              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16026              Date: Thu, 4 Jan 2001 12:47:10 +0100 
16027              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
16028              
16029              The toke.c part only, patching embed.h and proto.h is futile.
16030      Branch: perl
16031            ! toke.c
16032 ____________________________________________________________________________
16033 [  8305] By: jhi                                   on 2001/01/04  18:05:51
16034         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
16035              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16036              Date: Thu, 4 Jan 2001 17:50:12 +0100 
16037              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
16038      Branch: perl
16039            ! toke.c
16040 ____________________________________________________________________________
16041 [  8304] By: jhi                                   on 2001/01/04  18:03:26
16042         Log: Subject: [PATCH perl@8269]
16043              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
16044              Date: Thu, 4 Jan 2001 12:53:39 +0100 
16045              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
16046              
16047              If running byacc write-enable also perly.h.
16048      Branch: perl
16049            ! Makefile.SH
16050 ____________________________________________________________________________
16051 [  8303] By: jhi                                   on 2001/01/04  15:40:49
16052         Log: Rewrite pp_concat() in terms of sv_catsv().
16053      Branch: perl
16054            ! pp_hot.c
16055 ____________________________________________________________________________
16056 [  8302] By: nick                                  on 2001/01/03  22:43:22
16057         Log: Integrate mainline.
16058      Branch: perlio
16059           !> ext/Encode/Encode.xs sv.c utf8.c
16060 ____________________________________________________________________________
16061 [  8301] By: jhi                                   on 2001/01/02  23:40:26
16062         Log: Variable naming tweak.
16063      Branch: perl
16064            ! sv.c
16065 ____________________________________________________________________________
16066 [  8300] By: jhi                                   on 2001/01/02  23:40:02
16067         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
16068              in is_utf8_string().
16069      Branch: perl
16070            ! utf8.c
16071 ____________________________________________________________________________
16072 [  8299] By: jhi                                   on 2001/01/02  22:14:40
16073         Log: Integrate perlio.
16074      Branch: perl
16075           !> pp.c pp_hot.c win32/Makefile
16076 ____________________________________________________________________________
16077 [  8298] By: nick                                  on 2001/01/02  22:03:06
16078         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
16079      Branch: perlio
16080            ! pp.c pp_hot.c
16081 ____________________________________________________________________________
16082 [  8297] By: jhi                                   on 2001/01/02  04:26:28
16083         Log: Signedness nit.
16084      Branch: perl
16085            ! ext/Encode/Encode.xs
16086 ____________________________________________________________________________
16087 [  8296] By: nick                                  on 2001/01/01  23:49:36
16088         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
16089      Branch: perlio
16090            ! win32/Makefile
16091 ____________________________________________________________________________
16092 [  8295] By: jhi                                   on 2001/01/01  23:05:48
16093         Log: Integrate perlio.
16094      Branch: perl
16095           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16096           !> t/lib/encode.t
16097 ____________________________________________________________________________
16098 [  8294] By: nick                                  on 2001/01/01  22:48:34
16099         Log: Integrate mainline
16100      Branch: perlio
16101            ! pp_hot.c t/lib/encode.t
16102           !> (integrate 65 files)
16103 ____________________________________________________________________________
16104 [  8293] By: nick                                  on 2001/01/01  21:58:50
16105         Log: More rigor in UTF-8-ness of Encode's toUnicode
16106              XS export some of the utf8 internal functions.
16107              Test some of the functions.
16108              Fix pp_concat() bug shown by said tests.
16109      Branch: perlio
16110            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
16111            ! t/lib/encode.t
16112 ____________________________________________________________________________
16113 [  8292] By: jhi                                   on 2001/01/01  18:11:44
16114         Log: Integrate perlio.
16115      Branch: perl
16116           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16117           !> ext/Encode/encengine.c ext/Encode/encode.h
16118 ____________________________________________________________________________
16119 [  8291] By: jhi                                   on 2001/01/01  18:10:58
16120         Log: Podify README.mpeix (a new version from the web),
16121              add a dummy NAME to Carp::Heavy, regen toc.
16122      Branch: perl
16123            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
16124            ! pod/perltoc.pod
16125 ____________________________________________________________________________
16126 [  8290] By: nick                                  on 2001/01/01  17:43:47
16127         Log: Loose the "Loading..." warning.
16128              Another bug in fallback support
16129      Branch: perlio
16130            ! ext/Encode/Encode.pm ext/Encode/encengine.c
16131 ____________________________________________________________________________
16132 [  8289] By: jhi                                   on 2001/01/01  00:01:57
16133         Log: Bump up Larry's copyright.
16134      Branch: perl
16135            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16136            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
16137            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
16138            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
16139            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
16140            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16141            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
16142            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
16143 ____________________________________________________________________________
16144 [  8288] By: nick                                  on 2000/12/31  21:27:53
16145         Log: Fix .ucm reading - forgot a chr()
16146              Start of .ucm write (for .enc to .ucm)
16147      Branch: perlio
16148            ! ext/Encode/compile
16149 ____________________________________________________________________________
16150 [  8287] By: jhi                                   on 2000/12/31  18:15:56
16151         Log: Comment away a diagnostic message as noted by Craig A. Berry
16152              (the unexpected message was confusing testing)
16153      Branch: perl
16154            ! ext/Encode/Encode.pm
16155 ____________________________________________________________________________
16156 [  8286] By: jhi                                   on 2000/12/31  18:14:51
16157         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
16158              Date: Sun, 31 Dec 2000 11:17:37 -0600
16159              From: "Craig A. Berry" <craigberry@mac.com>
16160              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
16161      Branch: perl
16162            ! ext/Encode/Makefile.PL
16163 ____________________________________________________________________________
16164 [  8285] By: nick                                  on 2000/12/31  18:11:54
16165         Log: Start of support of ICU-style .ucm files:
16166              - teach compile how to read a .ucm file
16167              - first guess at how to represent fallbacks in "tries".
16168              - use fallbacks if check == 0
16169              - new return code to indicate we used one.
16170      Branch: perlio
16171            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
16172            ! ext/Encode/encengine.c ext/Encode/encode.h
16173 ____________________________________________________________________________
16174 [  8284] By: jhi                                   on 2000/12/31  18:04:41
16175         Log: Pacify picky VMS compiler.
16176              
16177              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
16178              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16179              Date: Sat, 30 Dec 2000 18:10:02 -0600
16180              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
16181      Branch: perl
16182            ! sv.c
16183 ____________________________________________________________________________
16184 [  8283] By: jhi                                   on 2000/12/31  16:11:47
16185         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
16186      Branch: perl
16187            ! t/lib/glob-basic.t
16188 ____________________________________________________________________________
16189 [  8282] By: jhi                                   on 2000/12/31  15:26:11
16190         Log: Integrate perlio.
16191      Branch: perl
16192           !> makedef.pl opcode.pl os2/os2.c perlio.c
16193 ____________________________________________________________________________
16194 [  8281] By: nick                                  on 2000/12/31  10:06:15
16195         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
16196              is available to be exported
16197      Branch: perlio
16198            ! makedef.pl perlio.c
16199 ____________________________________________________________________________
16200 [  8280] By: nick                                  on 2000/12/31  09:41:26
16201         Log: Ilya's OS2 patch (testing for damage on Win32)
16202      Branch: perlio
16203            ! makedef.pl opcode.pl os2/os2.c
16204 ____________________________________________________________________________
16205 [  8279] By: jhi                                   on 2000/12/30  21:52:07
16206         Log: Test nits.
16207      Branch: perl
16208            ! t/lib/syslfs.t t/op/lfs.t
16209 ____________________________________________________________________________
16210 [  8278] By: jhi                                   on 2000/12/30  21:47:49
16211         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
16212              From: andreas.koenig@anima.de (Andreas J. Koenig)
16213              Date: 30 Dec 2000 22:35:37 +0100
16214              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
16215              
16216              The 32-bit wraparound test wasn't quite right.
16217      Branch: perl
16218            ! t/lib/syslfs.t t/op/lfs.t
16219 ____________________________________________________________________________
16220 [  8277] By: jhi                                   on 2000/12/30  21:33:44
16221         Log: Subject: [PATCH] open() example in perlfunc.pod 
16222              From: Karsten Sperling <s_sperli@ira.uka.de>
16223              Date: Sat, 30 Dec 2000 22:27:09 +0100
16224              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
16225      Branch: perl
16226            ! pod/perlfunc.pod
16227 ____________________________________________________________________________
16228 [  8276] By: jhi                                   on 2000/12/30  20:32:40
16229         Log: Not quite that many tests yet.
16230      Branch: perl
16231            ! t/op/pat.t
16232 ____________________________________________________________________________
16233 [  8275] By: jhi                                   on 2000/12/30  20:26:58
16234         Log: Integrate perlio.
16235      Branch: perl
16236           !> toke.c
16237 ____________________________________________________________________________
16238 [  8274] By: jhi                                   on 2000/12/30  20:24:56
16239         Log: Signedness nit.
16240      Branch: perl
16241            ! utf8.c
16242 ____________________________________________________________________________
16243 [  8273] By: jhi                                   on 2000/12/30  20:15:46
16244         Log: Add a test case for 20000731.001 which was fixed by the #8267.
16245      Branch: perl
16246            ! t/op/pat.t
16247 ____________________________________________________________________________
16248 [  8272] By: nick                                  on 2000/12/30  19:47:51
16249         Log: Tweak for MULTIPLICITY/USE_PERLIO
16250      Branch: perlio
16251            ! toke.c
16252 ____________________________________________________________________________
16253 [  8271] By: nick                                  on 2000/12/30  19:46:45
16254         Log: Integrate mainline
16255      Branch: perlio
16256           +> lib/unicode/distinct.pm
16257           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
16258           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
16259           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
16260 ____________________________________________________________________________
16261 [  8270] By: jhi                                   on 2000/12/30  19:39:50
16262         Log: Subject: RE: perl@8269
16263              From: "Richard Soderberg" <rs@crystalflame.net>
16264              Date: Sat, 30 Dec 2000 11:36:27 -0800
16265              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
16266              
16267              A missing aTHX_.
16268      Branch: perl
16269            ! toke.c
16270 ____________________________________________________________________________
16271 [  8269] By: jhi                                   on 2000/12/30  18:55:48
16272         Log: Update Changes.
16273      Branch: perl
16274            ! Changes patchlevel.h
16275 ____________________________________________________________________________
16276 [  8268] By: jhi                                   on 2000/12/30  17:18:40
16277         Log: Add a test for Unicode split //.  The #8267 was the cure.
16278      Branch: perl
16279            ! t/op/split.t
16280 ____________________________________________________________________________
16281 [  8267] By: jhi                                   on 2000/12/30  17:14:19
16282         Log: Subject: more UTF8 test suites and an UTF8 patch
16283              From: Inaba Hiroto <inaba@st.rim.or.jp>
16284              Date: Sat, 30 Dec 2000 14:27:10 +0900
16285              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
16286              
16287              Just the patch part for now, and the pragma renamed
16288              as unicode::distinct.
16289      Branch: perl
16290            + lib/unicode/distinct.pm
16291            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
16292            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
16293            ! regcomp.h regexec.c sv.c toke.c utf8.c
16294 ____________________________________________________________________________
16295 [  8266] By: nick                                  on 2000/12/30  16:40:49
16296         Log: Integrate mainline
16297      Branch: perlio
16298           +> lib/Pod/Text/Overstrike.pm
16299           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
16300           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
16301           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
16302           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
16303           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
16304 ____________________________________________________________________________
16305 [  8265] By: jhi                                   on 2000/12/30  07:28:55
16306         Log: The sv_catsv() fix, take two.
16307      Branch: perl
16308            ! sv.c t/op/join.t
16309 ____________________________________________________________________________
16310 [  8264] By: jhi                                   on 2000/12/30  06:19:18
16311         Log: Undo all the join-related changes since #8248: relevant
16312              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
16313              The new sv_catsv() doesn't fly so it must go back to
16314              the drawing board.
16315      Branch: perl
16316            ! sv.c t/op/join.t t/pragma/utf8.t
16317 ____________________________________________________________________________
16318 [  8263] By: jhi                                   on 2000/12/30  01:08:32
16319         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
16320      Branch: perl
16321            ! sv.c
16322 ____________________________________________________________________________
16323 [  8262] By: jhi                                   on 2000/12/30  00:45:14
16324         Log: Retract #8261.
16325      Branch: perl
16326            ! hv.c util.c
16327 ____________________________________________________________________________
16328 [  8261] By: jhi                                   on 2000/12/30  00:38:32
16329         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
16330      Branch: perl
16331            ! hv.c util.c
16332 ____________________________________________________________________________
16333 [  8260] By: jhi                                   on 2000/12/29  22:51:33
16334         Log: (Retracted by #8264)  More fixing for #8251.
16335      Branch: perl
16336            ! sv.c
16337 ____________________________________________________________________________
16338 [  8259] By: jhi                                   on 2000/12/29  18:27:30
16339         Log: Subject: podlators 1.06 released
16340              From: Russ Allbery <rra@stanford.edu>
16341              Date: 25 Dec 2000 05:09:30 -0800
16342              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
16343      Branch: perl
16344            + lib/Pod/Text/Overstrike.pm
16345            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
16346            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
16347 ____________________________________________________________________________
16348 [  8258] By: jhi                                   on 2000/12/29  18:20:45
16349         Log: Make the large file tests more robust/talkative as suggested by
16350              
16351              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
16352              From: andreas.koenig@anima.de (Andreas J. Koenig)
16353              Date: 29 Dec 2000 14:23:01 +0100
16354              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
16355      Branch: perl
16356            ! t/lib/syslfs.t t/op/lfs.t
16357 ____________________________________________________________________________
16358 [  8257] By: jhi                                   on 2000/12/29  17:48:04
16359         Log: Further VMS piping fixes from Charles Lane:
16360              
16361              In summary, error messages produced when a subprocess terminated
16362              abnormally were being sent not just to the parent process, but to
16363              grandparents, because of default values for error output that were
16364              not completely overridden when the subprocess was started.
16365              
16366              This patch fixes this behavior by defining user-mode (i.e., temporary
16367              for the duration of the program) logical names for SYS$OUTPUT and
16368              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
16369              changes to make it so that the user-mode logicals are the ones that
16370              control where Perl's error messages go if it terminates abnormally.
16371              
16372              I also added some gratuitous fixes to the indentation of braces in
16373              the piping code.  It just looked ugly, before.
16374      Branch: perl
16375            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
16376 ____________________________________________________________________________
16377 [  8256] By: jhi                                   on 2000/12/29  17:45:12
16378         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
16379              From: "Casey R. Tweten" <crt@kiski.net>
16380              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
16381              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
16382              
16383              Tests for for #8240.
16384      Branch: perl
16385            ! t/pragma/constant.t
16386 ____________________________________________________________________________
16387 [  8255] By: jhi                                   on 2000/12/29  17:43:07
16388         Log: Subject: Re: [PATCH] Interesting syntax idea
16389              From: Simon Cozens <simon@cozens.net>
16390              Date: Fri, 29 Dec 2000 14:34:04 +0000
16391              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
16392              
16393              Tests for #8254.
16394      Branch: perl
16395            ! t/pragma/sub_lval.t
16396 ____________________________________________________________________________
16397 [  8254] By: jhi                                   on 2000/12/29  17:42:11
16398         Log: Subject: [PATCH] Interesting syntax idea
16399              From: Simon Cozens <simon@cozens.net>
16400              Date: Wed, 27 Dec 2000 05:08:57 +0000
16401              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
16402              
16403              Make opens + bareword assigns do typeglob assigns.
16404      Branch: perl
16405            ! op.c
16406 ____________________________________________________________________________
16407 [  8253] By: jhi                                   on 2000/12/29  17:36:45
16408         Log: Output the (apparent) version of gcc, as suggested by
16409              
16410              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
16411              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
16412              Date: 26 Dec 2000 04:29:17 -0500
16413              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
16414              
16415              (The patch as such didn't any more apply as the misparsing had
16416              already been addressed in #6474.)  Also change the wording about
16417              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
16418      Branch: perl
16419            ! hints/dec_osf.sh
16420 ____________________________________________________________________________
16421 [  8252] By: nick                                  on 2000/12/29  12:14:31
16422         Log: Integrate mainline
16423      Branch: perlio
16424           !> (integrate 27 files)
16425 ____________________________________________________________________________
16426 [  8251] By: jhi                                   on 2000/12/29  08:45:46
16427         Log: (Retracted by #8264)
16428              
16429              (Fixed by #8260.)
16430              
16431              sv_catsv() needs one more byte space than seems reasonable.
16432              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
16433              Curiouser and curiouser.
16434      Branch: perl
16435            ! sv.c
16436 ____________________________________________________________________________
16437 [  8250] By: jhi                                   on 2000/12/29  07:57:52
16438         Log: More split // UTF-8 tests.
16439      Branch: perl
16440            ! t/pragma/utf8.t
16441 ____________________________________________________________________________
16442 [  8249] By: jhi                                   on 2000/12/29  07:54:51
16443         Log: (Retracted by #8264)  More join() testing which was good because
16444              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
16445      Branch: perl
16446            ! pp.c t/op/join.t utf8.c utf8.h
16447 ____________________________________________________________________________
16448 [  8248] By: jhi                                   on 2000/12/29  07:08:32
16449         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
16450              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
16451              that the only cases to care about are byte+byte and byte+character.
16452              
16453              TODO: See how well pp_concat() could be implemented in terms
16454              of sv_catsv().
16455      Branch: perl
16456            ! doop.c sv.c t/op/join.t utf8.h
16457 ____________________________________________________________________________
16458 [  8247] By: jhi                                   on 2000/12/29  06:35:23
16459         Log: Signedness nit.
16460      Branch: perl
16461            ! pp_hot.c
16462 ____________________________________________________________________________
16463 [  8246] By: jhi                                   on 2000/12/29  01:23:31
16464         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
16465              From: Lupe Christoph <lupe@lupe-christoph.de>
16466              Date: Thu, 28 Dec 2000 23:00:00 +0100
16467              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
16468              
16469              Suggest rsync --delete --dry-run.
16470      Branch: perl
16471            ! pod/perlhack.pod
16472 ____________________________________________________________________________
16473 [  8245] By: jhi                                   on 2000/12/28  23:57:05
16474         Log: The maxiters upper limit sanity check (guarding against
16475              non-progress) assumed bytes instead of characters in s///
16476              and split().
16477      Branch: perl
16478            ! pp.c pp_hot.c
16479 ____________________________________________________________________________
16480 [  8244] By: jhi                                   on 2000/12/28  23:34:08
16481         Log: Make some panic messages a bit more logical.
16482      Branch: perl
16483            ! doop.c pod/perldiag.pod pp.c pp_hot.c
16484 ____________________________________________________________________________
16485 [  8243] By: jhi                                   on 2000/12/28  22:59:16
16486         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
16487              From: Simon Cozens <simon@cozens.net>
16488              Date: Wed, 27 Dec 2000 02:30:03 +0000
16489              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
16490      Branch: perl
16491            ! pp.c t/pragma/sub_lval.t
16492 ____________________________________________________________________________
16493 [  8242] By: jhi                                   on 2000/12/28  22:56:53
16494         Log: Subject: [PATCH blead] Fix B::Terse indentation
16495              From: Daniel Chetlin <daniel@chetlin.com>
16496              Date: Wed, 27 Dec 2000 06:43:30 -0800
16497              Message-ID: <20001227064329.B9573@darkstar>
16498      Branch: perl
16499            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
16500 ____________________________________________________________________________
16501 [  8241] By: jhi                                   on 2000/12/28  22:48:59
16502         Log: The latter patch from the
16503              
16504              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
16505              From: Peter Prymmer <pvhp@forte.com> 
16506              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
16507              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
16508              
16509              (the former patch from the above should have been
16510              taken care of by Nick I-S)
16511      Branch: perl
16512            ! win32/Makefile
16513 ____________________________________________________________________________
16514 [  8240] By: jhi                                   on 2000/12/28  22:45:22
16515         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
16516              From: "Casey R. Tweten" <crt@kiski.net>
16517              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
16518              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
16519      Branch: perl
16520            ! lib/constant.pm
16521 ____________________________________________________________________________
16522 [  8239] By: jhi                                   on 2000/12/28  22:37:45
16523         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
16524              From: Simon Cozens <simon@cozens.net>
16525              Date: Wed, 27 Dec 2000 14:12:44 +0000
16526              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
16527      Branch: perl
16528            ! t/op/method.t t/op/sort.t toke.c
16529 ____________________________________________________________________________
16530 [  8238] By: jhi                                   on 2000/12/28  22:30:32
16531         Log: Subject: [PATCH perl@8229] Call.pm
16532              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
16533              Date: Mon, 25 Dec 2000 10:47:15 -0000
16534              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
16535      Branch: perl
16536            ! ext/Filter/Util/Call/Call.pm
16537 ____________________________________________________________________________
16538 [  8237] By: jhi                                   on 2000/12/28  22:19:21
16539         Log: Subject: [PATCH blead] Fix problem with `&' prototype
16540              From: Daniel Chetlin <daniel@chetlin.com>
16541              Date: Wed, 27 Dec 2000 15:55:32 -0800
16542              Message-ID: <20001227155532.D9573@darkstar>
16543      Branch: perl
16544            ! op.c t/comp/proto.t
16545 ____________________________________________________________________________
16546 [  8236] By: jhi                                   on 2000/12/28  22:09:25
16547         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
16548              From: Daniel Chetlin <daniel@chetlin.com>
16549              Date: Sun, 24 Dec 2000 04:09:49 -0800
16550              Message-ID: <20001224040949.B3090@darkstar>
16551      Branch: perl
16552            ! gv.c mg.c t/op/attrs.t
16553 ____________________________________________________________________________
16554 [  8235] By: jhi                                   on 2000/12/28  22:07:11
16555         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
16556              From: Jan Dubois <jand@ActiveState.com>
16557              Date: Tue, 26 Dec 2000 20:57:31 -0800
16558              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
16559      Branch: perl
16560            ! win32/win32.c
16561 ____________________________________________________________________________
16562 [  8234] By: jhi                                   on 2000/12/28  21:52:42
16563         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
16564              From: Simon Cozens <simon@cozens.net>
16565              Date: Thu, 28 Dec 2000 20:33:13 +0000
16566              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
16567      Branch: perl
16568            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
16569 ____________________________________________________________________________
16570 [  8233] By: jhi                                   on 2000/12/28  19:40:49
16571         Log: Integrate perlio.
16572      Branch: perl
16573           !> ext/Encode/Makefile.PL ext/Encode/compile
16574 ____________________________________________________________________________
16575 [  8232] By: nick                                  on 2000/12/23  16:06:00
16576         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
16577              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
16578      Branch: perlio
16579            ! ext/Encode/Makefile.PL
16580 ____________________________________________________________________________
16581 [  8231] By: nick                                  on 2000/12/23  14:30:34
16582         Log: "Compiled" encode build cleanup
16583              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
16584              - .c files do not export sub-tables
16585      Branch: perlio
16586            ! ext/Encode/Makefile.PL ext/Encode/compile
16587 ____________________________________________________________________________
16588 [  8230] By: nick                                  on 2000/12/23  12:50:37
16589         Log: Integrate mainline
16590      Branch: perlio
16591           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16592           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16593           !> pod/perl5004delta.pod pod/perl5005delta.pod
16594           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
16595           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
16596           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
16597           !> pod/perlsub.pod
16598 ____________________________________________________________________________
16599 [  8229] By: jhi                                   on 2000/12/22  15:32:12
16600         Log: Integrate perlio.
16601      Branch: perl
16602           +> win32/distclean.bat
16603           !> MANIFEST t/io/utf8.t
16604 ____________________________________________________________________________
16605 [  8228] By: jhi                                   on 2000/12/22  15:29:40
16606         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
16607              From: Robin Barker <rmb1@cise.npl.co.uk>
16608              Date: Fri, 22 Dec 2000 12:17:38 GMT
16609              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
16610      Branch: perl
16611            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
16612            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
16613            ! pod/perl5004delta.pod pod/perl5005delta.pod
16614            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
16615            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
16616            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
16617            ! pod/perlsub.pod
16618 ____________________________________________________________________________
16619 [  8227] By: jhi                                   on 2000/12/22  15:24:28
16620         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
16621              From: "John L. Allen" <allen@grumman.com>
16622              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
16623              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
16624              
16625              Document APPLLIB_EXP.
16626      Branch: perl
16627            ! INSTALL
16628 ____________________________________________________________________________
16629 [  8226] By: nick                                  on 2000/12/21  22:11:50
16630         Log: Handy script for when one forgets to "dmake clean" 
16631      Branch: perlio
16632            + win32/distclean.bat
16633            ! MANIFEST
16634 ____________________________________________________________________________
16635 [  8225] By: nick                                  on 2000/12/21  21:54:04
16636         Log: CRLF platform issue with io/utf8 fix.
16637      Branch: perlio
16638            ! t/io/utf8.t
16639 ____________________________________________________________________________
16640 [  8224] By: nick                                  on 2000/12/21  21:02:20
16641         Log: Integrate mainline
16642      Branch: perlio
16643           !> Changes Configure Makefile.SH Porting/Glossary
16644           !> Porting/config.sh Porting/config_H configure.com
16645           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
16646           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
16647           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
16648           !> win32/config.bc win32/config.gc win32/config.vc
16649 ____________________________________________________________________________
16650 [  8223] By: jhi                                   on 2000/12/21  17:09:16
16651         Log: Update Changes.
16652      Branch: perl
16653            ! Changes patchlevel.h
16654 ____________________________________________________________________________
16655 [  8222] By: jhi                                   on 2000/12/21  16:24:01
16656         Log: Metaconfig unit changes for #8221.
16657      Branch: metaconfig/U/perl
16658           +> issymlink.U
16659            - testsyml.U
16660            ! Mksymlinks.U
16661 ____________________________________________________________________________
16662 [  8221] By: jhi                                   on 2000/12/21  16:23:48
16663         Log: Rename testsyml to issymlink.
16664      Branch: perl
16665            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16666            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
16667            ! win32/config.vc
16668 ____________________________________________________________________________
16669 [  8220] By: jhi                                   on 2000/12/21  15:47:26
16670         Log: Robustness support for #8218 (symlink forest) since the GNU
16671              tools seem to be overly picky about symlinkage depths.
16672      Branch: perl
16673            ! Makefile.SH t/io/fs.t
16674 ____________________________________________________________________________
16675 [  8219] By: jhi                                   on 2000/12/21  15:38:27
16676         Log: Metaconfig changes for #8218.
16677      Branch: metaconfig
16678            ! U/modified/Oldconfig.U
16679      Branch: metaconfig/U/perl
16680            + Mksymlinks.U
16681            ! testsyml.U
16682 ____________________________________________________________________________
16683 [  8218] By: jhi                                   on 2000/12/21  15:37:57
16684         Log: Add Configure option -Dmksymlinks which will create a symlink
16685              forest if the current/build differs from the source directory.
16686              TODO: mkdir -p is not portable.
16687      Branch: perl
16688            ! Configure
16689 ____________________________________________________________________________
16690 [  8217] By: jhi                                   on 2000/12/21  14:39:12
16691         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
16692              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
16693              Date: Thu, 21 Dec 2000 09:38:18 GMT
16694              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
16695              
16696              The ofs became an SV.
16697      Branch: perl
16698            ! ext/Thread/Thread.xs
16699 ____________________________________________________________________________
16700 [  8216] By: jhi                                   on 2000/12/21  05:40:21
16701         Log: The polymorphism seems to have fixed 20000517.001.
16702      Branch: perl
16703            ! t/pragma/utf8.t
16704 ____________________________________________________________________________
16705 [  8215] By: jhi                                   on 2000/12/21  04:44:52
16706         Log: read() documentation tweak for 20001121.004.
16707      Branch: perl
16708            ! pod/perlfunc.pod
16709 ____________________________________________________________________________
16710 [  8214] By: jhi                                   on 2000/12/21  03:54:11
16711         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
16712      Branch: perl
16713            ! pp_sys.c t/op/misc.t
16714 ____________________________________________________________________________
16715 [  8213] By: jhi                                   on 2000/12/21  00:28:10
16716         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
16717              From: Peter Prymmer <pvhp@forte.com>
16718              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
16719              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
16720      Branch: perl
16721            ! configure.com
16722 ____________________________________________________________________________
16723 [  8212] By: jhi                                   on 2000/12/21  00:26:21
16724         Log: Edit edit edit.
16725      Branch: perl
16726            ! pod/perlfaq3.pod
16727 ____________________________________________________________________________
16728 [  8211] By: jhi                                   on 2000/12/20  18:52:46
16729         Log: Update Changes.
16730      Branch: perl
16731            ! Changes patchlevel.h
16732 ____________________________________________________________________________
16733 [  8210] By: jhi                                   on 2000/12/20  18:34:47
16734         Log: Yet another editor edit.
16735      Branch: perl
16736            ! pod/perlfaq3.pod
16737 ____________________________________________________________________________
16738 [  8209] By: jhi                                   on 2000/12/20  15:33:28
16739         Log: More Win32 Perling.
16740      Branch: perl
16741            ! pod/perlfaq3.pod
16742 ____________________________________________________________________________
16743 [  8208] By: jhi                                   on 2000/12/20  15:07:46
16744         Log: More Win32 editor/IDE/shell hints.
16745      Branch: perl
16746            ! pod/perlfaq3.pod
16747 ____________________________________________________________________________
16748 [  8207] By: jhi                                   on 2000/12/20  03:54:08
16749         Log: Subject: [PATCH] obscure timing knowledge
16750              From: Nicholas Clark <nick@ccl4.org>
16751              Date: Tue, 19 Dec 2000 19:22:31 +0000
16752              Message-ID: <20001219192231.F2827@plum.flirble.org>
16753      Branch: perl
16754            ! sv.c
16755 ____________________________________________________________________________
16756 [  8206] By: jhi                                   on 2000/12/20  03:45:57
16757         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
16758              From: Spider Boardman <spider@leggy.zk3.dec.com>
16759              Date: Tue, 19 Dec 2000 21:30:16 -0500
16760              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
16761      Branch: perl
16762            ! sv.c
16763 ____________________________________________________________________________
16764 [  8205] By: jhi                                   on 2000/12/19  23:02:01
16765         Log: Update Changes.
16766      Branch: perl
16767            ! Changes patchlevel.h
16768 ____________________________________________________________________________
16769 [  8204] By: jhi                                   on 2000/12/19  22:58:18
16770         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
16771              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
16772              on editors and diffing/patching.
16773      Branch: perl
16774            ! t/op/utf8decode.t
16775 ____________________________________________________________________________
16776 [  8203] By: nick                                  on 2000/12/19  21:36:16
16777         Log: Integrate mainline (forgot my own change...)
16778      Branch: perlio
16779           !> ext/Encode/compile
16780 ____________________________________________________________________________
16781 [  8202] By: nick                                  on 2000/12/19  21:34:42
16782         Log: Integrate mainline.
16783      Branch: perlio
16784           !> (integrate 61 files)
16785 ____________________________________________________________________________
16786 [  8201] By: nick                                  on 2000/12/19  21:34:06
16787         Log: Avoid looking for File::Glob when we don't need it.
16788      Branch: perl
16789            ! ext/Encode/compile
16790 ____________________________________________________________________________
16791 [  8200] By: jhi                                   on 2000/12/19  18:35:49
16792         Log: Update Changes.
16793      Branch: perl
16794            ! Changes patchlevel.h
16795 ____________________________________________________________________________
16796 [  8199] By: jhi                                   on 2000/12/19  18:35:07
16797         Log: Microperl tweaks.
16798      Branch: perl
16799            ! sv.c uconfig.h uconfig.sh
16800 ____________________________________________________________________________
16801 [  8198] By: jhi                                   on 2000/12/19  18:29:59
16802         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
16803      Branch: perl
16804            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16805            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
16806 ____________________________________________________________________________
16807 [  8197] By: jhi                                   on 2000/12/19  17:55:29
16808         Log: In VMS embedded perls couldn't access the statically built Socket,
16809              from Charles Lane.
16810      Branch: perl
16811            ! configure.com
16812 ____________________________________________________________________________
16813 [  8196] By: jhi                                   on 2000/12/19  17:49:50
16814         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
16815              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
16816              Date: Sun, 17 Dec 2000 19:11:44 -0000
16817              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
16818      Branch: perl
16819            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
16820            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
16821 ____________________________________________________________________________
16822 [  8195] By: jhi                                   on 2000/12/19  17:47:53
16823         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
16824              From: Jonathan Stowe <gellyfish@gellyfish.com>
16825              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
16826              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
16827      Branch: perl
16828            ! utils/h2xs.PL
16829 ____________________________________________________________________________
16830 [  8194] By: jhi                                   on 2000/12/19  17:46:28
16831         Log: Subject: Re: useless use of void context work-around
16832              From: andreas.koenig@anima.de (Andreas J. Koenig)
16833              Date: 16 Dec 2000 15:13:36 +0100
16834              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
16835              
16836              Document (comment) the q(di ds ig) trick in the code.
16837      Branch: perl
16838            ! op.c
16839 ____________________________________________________________________________
16840 [  8193] By: jhi                                   on 2000/12/19  17:10:57
16841         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
16842              From: "Mark J. Reed" <mreed@strange.turner.com>
16843              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
16844              Message-Id: <200012160222.VAA13986@strange.turner.com>
16845      Branch: perl
16846            ! ext/Sys/Syslog/Syslog.pm
16847 ____________________________________________________________________________
16848 [  8192] By: jhi                                   on 2000/12/19  17:07:45
16849         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
16850              From: Nicholas Clark <nick@ccl4.org>
16851              Date: Sat, 16 Dec 2000 19:03:13 +0000
16852              Message-ID: <20001216190313.D68304@plum.flirble.org>
16853      Branch: perl
16854            ! t/op/64bitint.t
16855 ____________________________________________________________________________
16856 [  8191] By: jhi                                   on 2000/12/19  17:06:13
16857         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
16858              From: Dominic Dunlop <domo@computer.org>
16859              Date: Mon, 18 Dec 2000 12:00:15 +0100
16860              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
16861              
16862              This patchlet is needed in order that perl can be statically linked.  
16863      Branch: perl
16864            ! regexec.c
16865 ____________________________________________________________________________
16866 [  8190] By: jhi                                   on 2000/12/19  17:03:08
16867         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
16868              From: "Craig A. Berry" <craig.berry@psinetcs.com>
16869              Date: Sun, 17 Dec 2000 00:18:35 -0600
16870              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
16871      Branch: perl
16872            ! perlio.h vms/gen_shrfls.pl
16873 ____________________________________________________________________________
16874 [  8189] By: jhi                                   on 2000/12/19  16:20:28
16875         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
16876              From: Prymmer/Kahn <pvhp@best.com>
16877              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
16878              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
16879              
16880              A better version of #8188.
16881      Branch: perl
16882            ! pod/perlfaq3.pod
16883 ____________________________________________________________________________
16884 [  8188] By: jhi                                   on 2000/12/19  15:57:06
16885         Log: (Replaced by #8189)
16886              
16887              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16888              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
16889              From: Prymmer/Kahn <pvhp@best.com>
16890              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
16891              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
16892              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
16893              Date: Mon, 18 Dec 2000 11:10:45 -0500
16894              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
16895      Branch: perl
16896            ! pod/perlfaq3.pod
16897 ____________________________________________________________________________
16898 [  8187] By: jhi                                   on 2000/12/19  15:54:19
16899         Log: Email address fix for Anton Berezin.
16900      Branch: perl
16901            ! AUTHORS
16902 ____________________________________________________________________________
16903 [  8186] By: jhi                                   on 2000/12/19  15:38:54
16904         Log: Subject: [PATCH perl@8102] cygwin port
16905              From: "Eric Fifer" <efifer@dircon.co.uk> 
16906              Date: Thu, 14 Dec 2000 13:41:29 -0000
16907              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
16908              
16909              When compiling modules the data item that is being imported
16910              from libperl.dll needs to be tagged as imported/shared data:
16911              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
16912      Branch: perl
16913            ! perliol.h
16914 ____________________________________________________________________________
16915 [  8185] By: jhi                                   on 2000/12/19  14:53:24
16916         Log: Regen uconfig.h and uconfig.sh.
16917      Branch: perl
16918            ! uconfig.h uconfig.sh
16919 ____________________________________________________________________________
16920 [  8184] By: jhi                                   on 2000/12/18  20:43:49
16921         Log: Comments work so much better when they are closed.
16922      Branch: perl
16923            ! regcomp.c
16924 ____________________________________________________________________________
16925 [  8183] By: jhi                                   on 2000/12/18  18:04:02
16926         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
16927              Fixes the bug 20001218.016.
16928      Branch: perl
16929            ! regcomp.c
16930 ____________________________________________________________________________
16931 [  8182] By: gsar                                  on 2000/12/18  09:53:47
16932         Log: delete spurious files
16933      Branch: maint-5.6/perl
16934            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
16935            - vos/config.h vos/config_h.SH_orig
16936 ____________________________________________________________________________
16937 [  8181] By: gsar                                  on 2000/12/18  09:46:08
16938         Log: regen perltoc
16939      Branch: maint-5.6/perl
16940            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
16941 ____________________________________________________________________________
16942 [  8180] By: gsar                                  on 2000/12/18  09:20:27
16943         Log: integrate changes#7924..7926,7946,7952 from mainline
16944      Branch: maint-5.6/perl
16945           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
16946           !> lib/File/stat.pm t/lib/class-struct.t
16947 ____________________________________________________________________________
16948 [  8179] By: gsar                                  on 2000/12/18  08:55:54
16949         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
16950              7918,7919,7988,8907 from mainline (various)
16951      Branch: maint-5.6/perl
16952           +> t/lib/class-struct.t
16953           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
16954           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
16955           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
16956 ____________________________________________________________________________
16957 [  8178] By: gsar                                  on 2000/12/18  08:16:30
16958         Log: avoid redefinition warnings on windows due to sys/socket.h getting
16959              #included before win32.h
16960      Branch: maint-5.6/perl
16961            ! win32/include/sys/socket.h
16962 ____________________________________________________________________________
16963 [  8177] By: gsar                                  on 2000/12/18  05:24:04
16964         Log: make regen_headers; fix POSIX.xs problems; remove outdated
16965              code from sys/socket.h that makes build fail now
16966      Branch: maint-5.6/perl
16967            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
16968            ! pod/perlapi.pod
16969           !> win32/include/sys/socket.h
16970 ____________________________________________________________________________
16971 [  8176] By: gsar                                  on 2000/12/18  05:20:17
16972         Log: update Changes
16973      Branch: maint-5.6/perl
16974            ! Changes patchlevel.h
16975 ____________________________________________________________________________
16976 [  8175] By: gsar                                  on 2000/12/18  04:57:48
16977         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
16978              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
16979              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
16980              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
16981              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
16982              7823,7825,7838
16983      Branch: maint-5.6/perl
16984           +> lib/File/Spec/Epoc.pm
16985           !> (integrate 88 files)
16986 ____________________________________________________________________________
16987 [  8174] By: gsar                                  on 2000/12/18  03:53:09
16988         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
16989              7625..7629,7631..7634,7637,7639,7642 from mainline
16990      Branch: maint-5.6/perl
16991           +> README.solaris
16992           !> (integrate 26 files)
16993 ____________________________________________________________________________
16994 [  8173] By: gsar                                  on 2000/12/18  03:37:02
16995         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
16996              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
16997              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
16998              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
16999      Branch: maint-5.6/perl
17000           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
17001            - MAINTAIN
17002           !> (integrate 111 files)
17003 ____________________________________________________________________________
17004 [  8172] By: jhi                                   on 2000/12/18  02:49:27
17005         Log: Regen pods.
17006      Branch: perl
17007            ! pod/perlmodlib.pod pod/perltoc.pod
17008 ____________________________________________________________________________
17009 [  8171] By: gsar                                  on 2000/12/18  02:49:24
17010         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
17011              7465..7471 from mainline
17012              
17013              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
17014              in platforms that strictly require all the symbols being present
17015              at link time.
17016              
17017              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
17018              
17019              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
17020              
17021              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
17022              
17023              Subject: [PATCH] todo
17024              
17025              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
17026              
17027              Use $sort, $uniq (and $tr) consistently as wondered
17028              by Nicholas Clark.
17029              
17030              Too enthusiastic editing in #7460.
17031              
17032              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
17033              
17034              Upgrade to CPAN 1.58_55.
17035              Subject: CPAN.pm status
17036              
17037              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
17038              
17039              Make target reordering to avoid pointless re-makes.
17040              Subject: Re: Total re-make of 'make okfile' after 7451 ?
17041              
17042              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
17043              
17044              Subject: DOC PATCH 5.6.0
17045              
17046              Add the repository doc by Malcolm, Sarathy, and by Simon,
17047              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
17048      Branch: maint-5.6/perl
17049           +> Porting/repository.pod
17050           !> Configure MANIFEST Makefile.SH README.dos README.os2
17051           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
17052           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
17053           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
17054 ____________________________________________________________________________
17055 [  8169] By: gsar                                  on 2000/12/18  02:33:34
17056         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
17057              7435..7441,7445 from mainline
17058              
17059              Make the UTF-8 decoding stricter and more verbose when
17060              malformation happens.  This involved adding an argument
17061              to utf8_to_uv_chk(), which involved changing its prototype,
17062              and prefer STRLEN over I32 for the UTF-8 length, which as
17063              a domino effect necessitated changing the prototypes of
17064              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
17065              The stricter UTF-8 decoding checking uses Markus Kuhn's
17066              UTF-8 Decode Stress Tester from
17067              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
17068              
17069              Run vms/vms_yfix.pl, should have done that after changing
17070              perly.c in #7382.
17071              
17072              Subject: [PATCH 5.7.0] static linking with uninstalled perl
17073              
17074              (Replaced by #7440.)
17075              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17076              
17077              Fix the bug ID 20001024.005, the bug introduced by #7416.
17078              
17079              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
17080              
17081              Fix the bug reported in
17082              From: andreas.koenig@anima.de (Andreas J. Koenig)
17083              Also make is_utf8_char() stricter.
17084              
17085              Missed the header file changes from #7425.
17086              
17087              Check if stdio supports tweaking lval and cnt simultaneously.
17088              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
17089              
17090              Stratus VOS updates from Paul Green.
17091              
17092              Podify README.epoc and README.vos.
17093              
17094              Add targets to Makefile.SH, most importantly
17095              'regen_all' which also remembers to update vms/perly*.
17096              
17097              Subject: Minor update to find2perl, for portability
17098              
17099              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
17100              
17101              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
17102              
17103              Rename UTF8LEN() to be UNISKIP(), too confusing to have
17104              UTF8LEN() and UTF8SKIP(). 
17105              
17106              Allow poking holes at the UTF-8 decoding strictness.
17107              
17108              Continue the internal UTF-8 API tweaking.
17109              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
17110              used much more than the simpler API, now called utf8_to_uv_simple().
17111              Still not quite happy with API, too much partial duplication
17112              of functionality.
17113              
17114              A new version of making the syslog test more robust.
17115              (Replaces #7421.)
17116              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
17117              
17118              buildtoc target tweaks.
17119              
17120              Integrate with vmsperl #7430 by Charles Bailey:
17121              
17122              Cleanup from prior patch (Charles Lane?):
17123              - improve handling of MFDs in Basename and Path
17124              - default to no xsubpp line # munging when building debug images
17125      Branch: maint-5.6/perl
17126           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17127           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
17128           !> (integrate 67 files)
17129 ____________________________________________________________________________
17130 [  8168] By: gsar                                  on 2000/12/18  02:05:49
17131         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
17132              
17133              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
17134              From: Martin Husemann <martin@duskware.de>
17135              
17136              Subject: [PATCH 5.7.0] restore match data on backtracing
17137              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17138      Branch: maint-5.6/perl
17139           !> regcomp.c regexec.c t/op/re_tests
17140 ____________________________________________________________________________
17141 [  8167] By: gsar                                  on 2000/12/18  01:55:22
17142         Log: integrate changes#7858,7986 from mainline
17143              
17144              C<foreach my $x ...> in pseudo-fork()ed process may diddle
17145              parent's memory; fix it by keeping track of the actual pad
17146              offset rather than a raw pointer (this change is probably also
17147              relevant to non-ithreads case to avoid fallout from reallocs of
17148              the pad array, but is currently only enabled for the ithreads
17149              case in the interests of minimal disruption to existing "well
17150              tested" code)
17151              
17152              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
17153              due to the notorious GetFileType() bug in Windows 9x, which fstat()
17154              tickles)
17155      Branch: maint-5.6/perl
17156           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
17157           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
17158           !> win32/win32.c win32/win32.h win32/win32sck.c
17159 ____________________________________________________________________________
17160 [  8166] By: gsar                                  on 2000/12/18  01:52:59
17161         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
17162              from mainline (xsubpp and ExtUtils::LibList fixups, various
17163              other small items)
17164      Branch: maint-5.6/perl
17165           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
17166           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
17167           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
17168           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
17169           !> win32/bin/search.pl
17170 ____________________________________________________________________________
17171 [  8165] By: gsar                                  on 2000/12/18  01:28:45
17172         Log: integrate changes#7533,7563,7611,7623 from mainline (various
17173              malloc.c embellishments)
17174      Branch: maint-5.6/perl
17175           !> malloc.c pod/perldiag.pod
17176 ____________________________________________________________________________
17177 [  8164] By: gsar                                  on 2000/12/18  01:23:33
17178         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
17179              fixups)
17180      Branch: maint-5.6/perl
17181           !> utils/h2xs.PL
17182 ____________________________________________________________________________
17183 [  8163] By: gsar                                  on 2000/12/18  01:17:50
17184         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
17185              fixups)
17186      Branch: maint-5.6/perl
17187           !> Makefile.SH utils/perlbug.PL
17188 ____________________________________________________________________________
17189 [  8162] By: gsar                                  on 2000/12/18  00:25:43
17190         Log: always export Perl_deb() (it is required by re.xs whether
17191              Perl is built with or without -DDEBUGGING)
17192      Branch: maint-5.6/perl
17193            ! makedef.pl
17194 ____________________________________________________________________________
17195 [  8161] By: gsar                                  on 2000/12/18  00:23:38
17196         Log: integrate change#7414 from mainline
17197              
17198              Undo the basename() part of #7412 since the lib/basename
17199              tests would need upgrading too.
17200              
17201              squelch two tests in tr.t that rely on tr/// paranoia change
17202              that's not in 5.6.x
17203      Branch: maint-5.6/perl
17204            ! t/op/tr.t
17205           !> lib/File/Basename.pm
17206 ____________________________________________________________________________
17207 [  8160] By: gsar                                  on 2000/12/18  00:05:30
17208         Log: missing change in previous integrate
17209      Branch: maint-5.6/perl
17210           !> README.aix
17211 ____________________________________________________________________________
17212 [  8159] By: gsar                                  on 2000/12/18  00:03:38
17213         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
17214              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
17215              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
17216              7410..7413 from mainline
17217      Branch: maint-5.6/perl
17218           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
17219           +> t/lib/tie-splice.t
17220            - lib/unicode/Is/DCinital.pl
17221           !> (integrate 112 files)
17222 ____________________________________________________________________________
17223 [  8158] By: jhi                                   on 2000/12/17  23:04:24
17224         Log: Subject: [PATCHES] RE: perl@8150 
17225              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
17226              Date: Sun, 17 Dec 2000 21:46:39 +0100
17227              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
17228              
17229              Neither cygwin has a getpwuid() one can trust on.
17230      Branch: perl
17231            ! t/lib/glob-basic.t
17232 ____________________________________________________________________________
17233 [  8157] By: jhi                                   on 2000/12/17  23:01:54
17234         Log: More MAN.PODS => {} fixes.
17235      Branch: perl
17236            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
17237            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
17238            ! os2/OS2/REXX/Makefile.PL
17239 ____________________________________________________________________________
17240 [  8156] By: gsar                                  on 2000/12/17  22:49:13
17241         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
17242              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
17243              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
17244              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
17245              7201,7204 from mainline
17246      Branch: maint-5.6/perl
17247           !> (integrate 121 files)
17248 ____________________________________________________________________________
17249 [  8155] By: jhi                                   on 2000/12/17  22:30:58
17250         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
17251              From: "Craig A. Berry" <craigberry@mac.com>
17252              Date: Sun, 17 Dec 2000 13:09:28 -0600
17253              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
17254              
17255              MAN.PODS => ' ' is naughty.
17256      Branch: perl
17257            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
17258 ____________________________________________________________________________
17259 [  8154] By: nick                                  on 2000/12/17  22:07:13
17260         Log: MULTIPLICITY nit.
17261      Branch: perl
17262            ! mg.c
17263 ____________________________________________________________________________
17264 [  8153] By: gsar                                  on 2000/12/17  21:23:05
17265         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
17266              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
17267              from mainline
17268              
17269              Document the SvIOK_.*UV().
17270              
17271              Update Unicode todo list.
17272              
17273              Guard against bad string->int conversion for quads.
17274              
17275              Subject: small apidoc fix
17276              
17277              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
17278              
17279              Subject: [PATCH] Tied filehandle documentation
17280              
17281              Subject: [PATCH] Modernize Opcode.pm documentation
17282              
17283              Make Data::Dumper (non-XS) to work with changed semantics of ref().
17284              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
17285              [applied even though said semantics didn't change in 5.6.x]
17286              
17287              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
17288              
17289              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
17290              
17291              Fix the URL, but the server is still missing in action.
17292              Subject: [ID 20000905.002] perlfaq1.pod URL error
17293              
17294              Subject: [ID 20000903.001] \w in utf8-strings
17295              
17296              Fix the ccversion detection for 5.1 and beyond.
17297              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17298              
17299              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
17300              
17301              Subject: [ID 20000904.008] Tiny fix for perldiag
17302              
17303              Subject: Re: [ID 20000906.004] segfault with bad perl statement
17304              
17305              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
17306              
17307              Subject: [ID 20000908.002] perlipc documentation bug.
17308              
17309              Subject: [PATCH lib/Benchmark.pm]
17310              
17311              Re-allow vec() for characters > 255.
17312              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
17313              
17314              Do away with memory models cruft.  Sorry, PDP users.
17315              
17316              Continue #7041.
17317              
17318              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
17319              
17320              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
17321              
17322              Upgrade to CPAN 1.57_65, from Andreas König.
17323              
17324              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
17325              by Russ Allbery.
17326              
17327              Silence t/pod/*.t about alternate quote-mappings now implemented
17328              by Pod::Text, from Brad Appleton.
17329              
17330              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
17331              Subject: borland C++ win32.c tweak
17332              
17333              C<@a = @b = split(...)> optimization coredumps under ithreads
17334              (missed a spot when fixing up op_pmreplroot hack for ithreads)
17335              
17336              Document the SvUTF8*().
17337              
17338              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
17339              
17340              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
17341              
17342              Do in VMS as the #7054 does.
17343              
17344              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
17345              
17346              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
17347              
17348              Subject: [patch: perl@7045] vms updates
17349              
17350              Test for the #7049.
17351              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
17352              
17353              Break up the myconfig lines a bit.
17354              Subject: perlbug/perl -V output format
17355              
17356              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
17357              
17358              The #7054 truncated Configure badly.
17359              
17360              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
17361              initialization in all the threads on Windows
17362              
17363              Allow for whitespace between "#" and "line" in cpp output.
17364              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
17365              
17366              Remove vestiges of tr//CU.
17367              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
17368              
17369              The return value of setlocale must be copied away.
17370              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
17371              
17372              Allow chop() and chomp() to be overridden.
17373              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
17374              
17375              Hints optimization.
17376              Subject: Minor nit
17377              
17378              Subject: [PATCH] de-wall t/README
17379              
17380              Subject: Re: Two advertising clauses need to be removed
17381      Branch: maint-5.6/perl
17382           !> (integrate 75 files)
17383 ____________________________________________________________________________
17384 [  8152] By: gsar                                  on 2000/12/17  20:30:11
17385         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
17386              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
17387              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
17388              
17389              Don't attach -ld to the archname if pointless.
17390              
17391              Document UNTIE in a very minimalistic way.
17392              
17393              POSIX doesn't report long double values under -Duselongdouble
17394              when the long doubles are "real" (bigger than doubles).
17395              
17396              More author updates.
17397              
17398              Try to deduce NV_MAX.  Really should be Configure fodder.
17399              
17400              :: not allowed in pathnames, change to .
17401              Subject: [PATCH perl@6938] cygwin port
17402              
17403              Forget about NV_MAX (#6951).  Various floating point tweaks,
17404              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
17405              
17406              Move the Solaris 7 scan to use64bitall, make the
17407              failure to find 64-bot sparc libc to mention the
17408              possibility of being in an intel, from Lupe and Alan.
17409              
17410              Regen perltoc.
17411              
17412              AUTHORS tweaks, from Peter Prymmer.
17413              
17414              More address tweaking.
17415              
17416              Small tweaks all over.
17417              
17418              File::Temp patches from Andreas König,
17419              
17420              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
17421              
17422              Subject: CPAN.pm beta 1.57_57 for the core
17423              
17424              Part of the solution.
17425              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
17426              
17427              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
17428              
17429              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17430              
17431              Add the overload warnings to perldiag.
17432              
17433              Drop unused argument.
17434              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
17435              
17436              Subject: Nit in Configure (bleadperl@6961)
17437              
17438              Update to PodParser 1.18, from Brad Appleton.
17439              
17440              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
17441              
17442              Subject: [PATCH: 6948] add SCNfldbl to configure.com
17443              
17444              Document UNTIE. Also tweak implementation to suppress the 'inner references'
17445              warning when UNTIE exists and instead pass the cound of extra references to
17446              the UNTIE method.
17447              
17448              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
17449              so that case-ignoring systems like DCL can tell them from
17450              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
17451              
17452              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
17453              
17454              Feature ordering tweak.
17455              
17456              Regen perltoc.
17457              
17458              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
17459              
17460              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
17461              
17462              Subject: http:// in L<>
17463              
17464              Detypo.
17465              
17466              change#6791 accidentally clobbered change#6710, put it back
17467              
17468              Only the first line, thank you very much.
17469              
17470              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
17471              plus rework the http: spots as suggested by Tom Christiansen,
17472              plus regen perltoc.
17473              
17474              Undo part of change 6489 which looks like a bulk edit which
17475              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
17476              The supressing of main:: on return from select() is undesirable.
17477              
17478              Apparently avoiding the swapping is too costly.
17479              
17480              Various Configure nits by Philip Newton,
17481              plus the ebcdic one by me.
17482              
17483              Make certain cc is set before trying to run it.
17484              
17485              If overloaded %{} etc. return the object do not loop.
17486              Thus  sub deref { $_[0] } functions if object is wanted type.
17487              
17488              Update perlhist.
17489              
17490              More %{} and other deref special casing - do not pass to 'nomethod'.
17491      Branch: maint-5.6/perl
17492           !> (integrate 59 files)
17493 ____________________________________________________________________________
17494 [  8151] By: gsar                                  on 2000/12/17  19:14:38
17495         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
17496              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
17497              
17498              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
17499              
17500              Make the epsilon to be relative, not absolute.
17501              
17502              Put back the flags dump as reasoned in
17503              Subject: Re: [PATCH] Glob dumping
17504              
17505              Introduce ccname to keep track of what compiler kind of we have.
17506              
17507              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
17508              
17509              Put back the slice accidentally removed by #6907.
17510              
17511              Reset archname and archname64 always, forcing them be
17512              recomputed at each Configure run, make Configure and
17513              the hints files agree on the naming of largefiles variables.
17514              
17515              Don't say "Perl 5.0 source kit".
17516              
17517              Subject: [PATCH] fix misc cast warnings
17518              
17519              Subject: typos in pods
17520              
17521              NVs not necessarily doubles, as pointed out by Yitzchak.
17522              
17523              Subject: [PATCH 6889] add a few ldbl formats to configure.com
17524              
17525              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
17526              
17527              Better options for rsync.
17528              
17529              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
17530              
17531              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
17532              
17533              Subject: [PATCH] Re: UNTIE method 
17534              
17535              A better fix for the Socket building problem from Craig Berry.
17536              
17537              Retract the dummy test, skip the security tests (instead of failing),
17538              explain what the warnings mean.
17539              
17540              Heap decorruption.
17541              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
17542              
17543              Update to Unicode 3.0.1.
17544              
17545              Missed one Unicode file.
17546              
17547              Subject: Re: typos in pods
17548              
17549              The #6929 was too skimpy.
17550              
17551              sscanf() may be the only way to read long doubles from strings.
17552              
17553              Reveal Borland's isnan.
17554              Subject: build with BC++ tweak
17555              
17556              Issue useful diagnostic on unknown pod commands.
17557              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
17558              
17559              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
17560              
17561              Clarify the third case of ftmp-security warnings.
17562              
17563              Make -Dusemorebits find long doubles in Solaris.
17564              
17565              Wrap the test in eval.
17566      Branch: maint-5.6/perl
17567           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
17568           +> lib/unicode/PropList.txt lib/unicode/README.perl
17569           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
17570           +> lib/unicode/Unicode.301 vms/vmspipe.com
17571            - lib/unicode/Props.txt lib/unicode/UCD300.html
17572            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
17573           !> (integrate 305 files)
17574 ____________________________________________________________________________
17575 [  8150] By: jhi                                   on 2000/12/17  18:47:57
17576         Log: Uncheckedin generated files.
17577      Branch: perl
17578            ! global.sym perlapi.c pod/perlapi.pod
17579 ____________________________________________________________________________
17580 [  8149] By: jhi                                   on 2000/12/17  18:41:22
17581         Log: Update Changes.
17582      Branch: perl
17583            ! Changes patchlevel.h
17584 ____________________________________________________________________________
17585 [  8148] By: jhi                                   on 2000/12/17  18:39:16
17586         Log: Subject: [PATCH] Fcntl constants speedup
17587              From: Nicholas Clark <nick@ccl4.org>
17588              Date: Sun, 17 Dec 2000 16:29:24 +0000
17589              Message-ID: <20001217162924.E97668@plum.flirble.org>
17590              
17591              Use IVs for the Fcntl constants instead of NVs.
17592      Branch: perl
17593            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
17594 ____________________________________________________________________________
17595 [  8147] By: jhi                                   on 2000/12/17  18:33:41
17596         Log: Add test for #8145 (binmode() warning), add warning for
17597              ioctl() and sockpair(), document them. (fileno() cannot
17598              be tripwired with the same kind of warning because
17599              'defined fileno($foo)' seems to be an idiom.)
17600      Branch: perl
17601            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
17602 ____________________________________________________________________________
17603 [  8146] By: gsar                                  on 2000/12/17  18:09:08
17604         Log: update Changes
17605      Branch: maint-5.6/perl
17606            ! Changes
17607 ____________________________________________________________________________
17608 [  8145] By: jhi                                   on 2000/12/17  17:39:35
17609         Log: Subject: [PATCH] Re: The long awaited feature ...
17610              From: Simon Cozens <simon@cozens.net>
17611              Date: Sun, 17 Dec 2000 12:31:56 +0000
17612              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
17613              
17614              Add a warning to binmode() about using bad filehandles
17615              (can happen e.g. if someone forgets the filehandle argument)
17616      Branch: perl
17617            ! pp_sys.c
17618 ____________________________________________________________________________
17619 [  8144] By: jhi                                   on 2000/12/17  17:33:48
17620         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
17621              From: Jonathan Stowe <gellyfish@gellyfish.com>
17622              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
17623              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
17624      Branch: perl
17625            ! lib/Net/Ping.pm
17626 ____________________________________________________________________________
17627 [  8143] By: jhi                                   on 2000/12/17  05:31:37
17628         Log: Polymorphic regexps.
17629              
17630              Fixes at least the bugs 20001028.003 (both of them...) and
17631              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
17632              also to be fixed by now, probably already before this patch.
17633      Branch: perl
17634            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
17635            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
17636            ! t/op/utf8decode.t t/pragma/utf8.t
17637 ____________________________________________________________________________
17638 [  8142] By: jhi                                   on 2000/12/16  17:16:05
17639         Log: Subject: [patch perl@8102] dos/djgpp update
17640              From: Laszlo Molnar <ml1050@freemail.hu>
17641              Date: Sat, 16 Dec 2000 01:40:52 +0100
17642              Message-ID: <20001216014052.A335@freemail.hu>
17643      Branch: perl
17644            ! djgpp/config.over t/base/commonsense.t
17645 ____________________________________________________________________________
17646 [  8141] By: jhi                                   on 2000/12/16  17:09:27
17647         Log: Few uncheckedin files.
17648      Branch: perl
17649            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
17650 ____________________________________________________________________________
17651 [  8140] By: nick                                  on 2000/12/15  22:14:31
17652         Log: Integrate mainline
17653      Branch: perlio
17654           !> (integrate 53 files)
17655 ____________________________________________________________________________
17656 [  8139] By: jhi                                   on 2000/12/15  19:49:49
17657         Log: One more IVUV tweak from Nicholas Clark.
17658      Branch: perl
17659            ! sv.c
17660 ____________________________________________________________________________
17661 [  8138] By: jhi                                   on 2000/12/15  19:17:06
17662         Log: Return of the IVUV-preservation, now seems to be happy even
17663              in Digital UNIX (the broken strtoul brokenness detection
17664              seems to have been the fly in the ointment).
17665      Branch: perl
17666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17667            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
17668            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
17669            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
17670            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17671            ! vos/config.ga.h win32/config.bc win32/config.gc
17672            ! win32/config.vc
17673 ____________________________________________________________________________
17674 [  8137] By: jhi                                   on 2000/12/15  18:12:14
17675         Log: Metaconfig unit change for #8136.
17676      Branch: metaconfig
17677            ! U/modified/d_strtoul.U
17678      Branch: metaconfig/U/perl
17679            ! d_strtoull.U d_strtouq.U
17680 ____________________________________________________________________________
17681 [  8136] By: jhi                                   on 2000/12/15  18:11:35
17682         Log: I don't think it's sensible or portable to test the strtou*
17683              on /^-/ strings.
17684      Branch: perl
17685            ! Configure
17686 ____________________________________________________________________________
17687 [  8135] By: jhi                                   on 2000/12/15  17:18:49
17688         Log: Metaconfig unit change for #8134.
17689      Branch: metaconfig
17690            ! U/modified/d_strtoul.U
17691 ____________________________________________________________________________
17692 [  8134] By: jhi                                   on 2000/12/15  17:14:13
17693         Log: If longsize is 8 we don't need a LL suffix for integer constants.
17694      Branch: perl
17695            ! Configure config_h.SH
17696 ____________________________________________________________________________
17697 [  8133] By: jhi                                   on 2000/12/15  16:00:23
17698         Log: Update Changes.
17699      Branch: perl
17700            ! Changes patchlevel.h
17701 ____________________________________________________________________________
17702 [  8132] By: jhi                                   on 2000/12/15  15:44:16
17703         Log: Some compilers get huffy if you do not cast a const pointer
17704              to a non-const when assigning.
17705      Branch: perl
17706            ! gv.c
17707 ____________________________________________________________________________
17708 [  8131] By: jhi                                   on 2000/12/15  15:38:30
17709         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
17710              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17711              Date: Fri, 15 Dec 2000 05:26:57 -0500
17712              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
17713      Branch: perl
17714            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
17715            ! t/pragma/overload.t
17716 ____________________________________________________________________________
17717 [  8130] By: jhi                                   on 2000/12/15  15:36:08
17718         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
17719              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17720              Date: Thu, 14 Dec 2000 22:02:43 -0500
17721              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
17722      Branch: perl
17723            ! gv.c perl.h
17724 ____________________________________________________________________________
17725 [  8129] By: jhi                                   on 2000/12/15  15:34:16
17726         Log: Subject: PATCH: h2xs nit
17727              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17728              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
17729              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
17730              
17731              Add a template README.
17732      Branch: perl
17733            ! utils/h2xs.PL
17734 ____________________________________________________________________________
17735 [  8128] By: jhi                                   on 2000/12/15  15:32:22
17736         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
17737      Branch: perl
17738            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
17739 ____________________________________________________________________________
17740 [  8127] By: jhi                                   on 2000/12/15  15:19:34
17741         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
17742              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17743              Date:     Thu, 14 Dec 2000 20:04:42 EST
17744              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
17745      Branch: perl
17746            ! ext/Opcode/Opcode.xs
17747 ____________________________________________________________________________
17748 [  8126] By: jhi                                   on 2000/12/15  15:17:49
17749         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
17750              From: Peter Prymmer <pvhp@forte.com>
17751              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
17752              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
17753      Branch: perl
17754            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
17755            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
17756            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
17757 ____________________________________________________________________________
17758 [  8125] By: jhi                                   on 2000/12/15  15:11:05
17759         Log: This seems to be a stage sane and stable enough to checkin.
17760              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
17761      Branch: perl
17762            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
17763            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
17764            ! t/op/cmp.t t/op/numconvert.t
17765 ____________________________________________________________________________
17766 [  8124] By: jhi                                   on 2000/12/15  04:20:26
17767         Log: Something is really wonky.
17768      Branch: perl
17769            ! sv.c
17770 ____________________________________________________________________________
17771 [  8123] By: jhi                                   on 2000/12/15  04:00:50
17772         Log: Fixes for the IV UV patches to compile in Digital UNIX.
17773      Branch: perl
17774            ! sv.c
17775 ____________________________________________________________________________
17776 [  8122] By: jhi                                   on 2000/12/15  02:53:40
17777         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
17778              From: "Craig A. Berry" <craigberry@mac.com>
17779              Date: Thu, 14 Dec 2000 19:10:49 -0600
17780              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
17781      Branch: perl
17782            ! vms/vms.c
17783 ____________________________________________________________________________
17784 [  8121] By: jhi                                   on 2000/12/15  02:50:00
17785         Log: Metaconfig changes for #8120.
17786      Branch: metaconfig
17787            + U/modified/d_strtoul.U
17788      Branch: metaconfig/U/perl
17789            ! d_strtoull.U d_strtouq.U
17790 ____________________________________________________________________________
17791 [  8120] By: jhi                                   on 2000/12/15  02:49:42
17792         Log: From: Nicholas Clark <nick@ccl4.org> 
17793              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
17794              Date: Thu, 14 Dec 2000 18:38:57 +0000
17795              Message-ID: <20001214183857.B97909@plum.flirble.org>
17796      Branch: perl
17797            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17798            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
17799            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17800            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17801            ! win32/config.gc win32/config.vc
17802 ____________________________________________________________________________
17803 [  8119] By: jhi                                   on 2000/12/14  23:40:58
17804         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
17805              From: Nicholas Clark <nick@ccl4.org>
17806              Date: Wed, 13 Dec 2000 20:08:50 +0000
17807              Message-ID: <20001213200849.B71166@plum.flirble.org>
17808      Branch: perl
17809            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
17810            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
17811 ____________________________________________________________________________
17812 [  8118] By: jhi                                   on 2000/12/14  22:46:26
17813         Log: Integrate perlio.
17814      Branch: perl
17815           !> MANIFEST ext/Encode/compile makedef.pl
17816 ____________________________________________________________________________
17817 [  8117] By: nick                                  on 2000/12/14  22:38:53
17818         Log: Win32 tweaks to get Encode to build
17819              - temp hack to makedef.pl till PerlIO is properly "exported".
17820              - MSVC dislikes  
17821              static encpage_t foo[];
17822              so make 'em extern for now.
17823      Branch: perlio
17824            ! ext/Encode/compile makedef.pl
17825 ____________________________________________________________________________
17826 [  8116] By: nick                                  on 2000/12/14  22:00:53
17827         Log: Document the new files
17828      Branch: perlio
17829            ! MANIFEST
17830 ____________________________________________________________________________
17831 [  8115] By: jhi                                   on 2000/12/14  21:58:01
17832         Log: MANIFEST new files of #8114.
17833      Branch: perl
17834            ! MANIFEST
17835 ____________________________________________________________________________
17836 [  8114] By: jhi                                   on 2000/12/14  21:50:49
17837         Log: Integrate perlio.
17838      Branch: perl
17839           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
17840           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
17841           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
17842           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
17843           !> ext/Encode/Makefile.PL
17844 ____________________________________________________________________________
17845 [  8113] By: jhi                                   on 2000/12/14  21:48:49
17846         Log: The documentation part of the
17847              
17848              Subject: [ID 20001214.002] Net::Ping patch
17849              From: Jonathan Stowe <gellyfish@gellyfish.com>
17850              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
17851              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
17852              since the #7529 had already addressed the same problem.
17853      Branch: perl
17854            ! lib/Net/Ping.pm
17855 ____________________________________________________________________________
17856 [  8112] By: jhi                                   on 2000/12/14  21:42:57
17857         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
17858              From: Dominic Dunlop <domo@computer.org>
17859              Date: Tue, 12 Dec 2000 10:47:10 +0100
17860              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
17861              
17862              Document how elusive subroutines can be.
17863      Branch: perl
17864            ! pod/perlfunc.pod
17865 ____________________________________________________________________________
17866 [  8111] By: jhi                                   on 2000/12/14  21:38:05
17867         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
17868              From: Dominic Dunlop <domo@computer.org>
17869              Date: Thu, 14 Dec 2000 10:13:51 +0100
17870              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
17871      Branch: perl
17872            ! ext/POSIX/POSIX.pod
17873 ____________________________________________________________________________
17874 [  8110] By: jhi                                   on 2000/12/14  21:36:32
17875         Log: Subject: [patch] perlfaq7
17876              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
17877              Date: Thu, 14 Dec 2000 15:31:07 +0100
17878              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
17879      Branch: perl
17880            ! pod/perlfaq7.pod
17881 ____________________________________________________________________________
17882 [  8109] By: jhi                                   on 2000/12/14  21:29:20
17883         Log: Subject: [8104] Encode
17884              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17885              Date: Thu, 14 Dec 2000 14:49:34 +0100
17886              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
17887              
17888              Type casting for nervous compilers.
17889      Branch: perl
17890            ! ext/Encode/Encode.xs
17891 ____________________________________________________________________________
17892 [  8108] By: jhi                                   on 2000/12/14  21:26:17
17893         Log: Subject: [8104] DB_File
17894              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17895              Date: Thu, 14 Dec 2000 14:49:35 +0100
17896              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
17897              
17898              Type definition incorrect for DB 2.7.7.  Not known when it
17899              changed, so only changed it for a known revision.
17900      Branch: perl
17901            ! ext/DB_File/DB_File.xs
17902 ____________________________________________________________________________
17903 [  8107] By: jhi                                   on 2000/12/14  21:23:41
17904         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
17905              From: Peter Prymmer <pvhp@forte.com>
17906              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
17907              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
17908              
17909              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
17910      Branch: perl
17911            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
17912            ! ext/Encode/Encode/posix-bc.enc
17913 ____________________________________________________________________________
17914 [  8106] By: nick                                  on 2000/12/14  20:36:13
17915         Log: "Cold" build correction to Encode's Makefile.PL
17916      Branch: perlio
17917            ! ext/Encode/Makefile.PL
17918 ____________________________________________________________________________
17919 [  8105] By: nick                                  on 2000/12/14  20:09:37
17920         Log: "Compiled" encodings.
17921              Correct replacement character in EBCDIC .enc files
17922              Add 0x7F to ASCII repertoire.
17923      Branch: perlio
17924            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
17925            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
17926            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
17927            ! ext/Encode/Makefile.PL ext/Encode/compile
17928            ! ext/Encode/encengine.c ext/Encode/encode.h
17929 ____________________________________________________________________________
17930 [  8104] By: nick                                  on 2000/12/14  00:38:20
17931         Log: Integrate mainline
17932      Branch: perlio
17933           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
17934           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
17935           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
17936           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
17937           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
17938           !> t/lib/db-hash.t t/lib/db-recno.t
17939 ____________________________________________________________________________
17940 [  8103] By: nick                                  on 2000/12/13  23:16:13
17941         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
17942              so far and so it does not get lost.
17943      Branch: perlio
17944            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
17945 ____________________________________________________________________________
17946 [  8102] By: jhi                                   on 2000/12/13  17:14:22
17947         Log: Update Changes.
17948      Branch: perl
17949            ! Changes patchlevel.h
17950 ____________________________________________________________________________
17951 [  8101] By: jhi                                   on 2000/12/13  16:53:41
17952         Log: Move the proto of start_glob() to a better place; regen api files.
17953      Branch: perl
17954            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
17955 ____________________________________________________________________________
17956 [  8100] By: jhi                                   on 2000/12/13  16:47:11
17957         Log: Metaconfig change for #8099.
17958      Branch: metaconfig
17959            ! U/modified/Head.U
17960 ____________________________________________________________________________
17961 [  8099] By: jhi                                   on 2000/12/13  16:46:48
17962         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
17963              From: Andy Dougherty <doughera@lafayette.edu>
17964              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
17965              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
17966      Branch: perl
17967            ! Configure
17968 ____________________________________________________________________________
17969 [  8098] By: jhi                                   on 2000/12/13  16:39:02
17970         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
17971              From: rspier@pobox.com (Robert Spier)
17972              Date: Tue, 12 Dec 2000 21:12:39 -0500
17973              Message-ID: <14902.56087.678086.725773@rls.cx>
17974              
17975              fastgetcwd is defined using a glob alias on a $^O dependent basis -
17976              and there was no default assignment or perl subroutine.
17977      Branch: perl
17978            ! lib/Cwd.pm
17979 ____________________________________________________________________________
17980 [  8097] By: jhi                                   on 2000/12/13  16:16:01
17981         Log: Subject: [PATCH] move startglob out of pp_hot.c
17982              From: Nicholas Clark <nick@ccl4.org>
17983              Date: Mon, 11 Dec 2000 23:16:39 +0000
17984              Message-ID: <20001211231638.A55550@plum.flirble.org>
17985      Branch: perl
17986            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
17987 ____________________________________________________________________________
17988 [  8096] By: jhi                                   on 2000/12/13  15:26:23
17989         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
17990              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
17991              Date: Wed, 13 Dec 2000 14:01:37 +0100
17992              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
17993              
17994              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
17995              in turn requires libpthread in libswanted.
17996      Branch: perl
17997            ! hints/hpux.sh
17998 ____________________________________________________________________________
17999 [  8095] By: jhi                                   on 2000/12/12  19:51:05
18000         Log: The integration wars continue.
18001      Branch: perl
18002           !> sv.c
18003 ____________________________________________________________________________
18004 [  8094] By: jhi                                   on 2000/12/12  19:48:26
18005         Log: Subject: [PATCH perl@8070] DB_File-1.74  
18006              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
18007              Date: Mon, 11 Dec 2000 23:07:17 -0000
18008              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
18009      Branch: perl
18010            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18011            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18012            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
18013            ! t/lib/db-recno.t
18014 ____________________________________________________________________________
18015 [  8093] By: nick                                  on 2000/12/12  19:42:13
18016         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
18017      Branch: perlio
18018            ! sv.c
18019           !> lib/File/DosGlob.pm
18020 ____________________________________________________________________________
18021 [  8092] By: jhi                                   on 2000/12/12  19:28:11
18022         Log: Integrate perlio.
18023      Branch: perl
18024           !> sv.c
18025 ____________________________________________________________________________
18026 [  8091] By: nick                                  on 2000/12/12  18:49:45
18027         Log: Fix for Tk, and upgrading shared SVs.
18028      Branch: perlio
18029            ! sv.c
18030 ____________________________________________________________________________
18031 [  8090] By: jhi                                   on 2000/12/12  16:48:59
18032         Log: Subject: [PATCH] Re: Breadperl & Tk
18033              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18034              Date: Tue, 12 Dec 2000 14:48:27 GMT
18035              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
18036      Branch: perl
18037            ! sv.c
18038 ____________________________________________________________________________
18039 [  8089] By: jhi                                   on 2000/12/12  03:37:19
18040         Log: Subject: DosGlob.pm diff for bash style brace expansion.
18041              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
18042              Date: Fri, 8 Dec 2000 10:45:30 -0600
18043              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
18044      Branch: perl
18045            ! lib/File/DosGlob.pm
18046 ____________________________________________________________________________
18047 [  8088] By: nick                                  on 2000/12/11  23:59:59
18048         Log: Integrate mainline
18049      Branch: perlio
18050           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
18051           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18052           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
18053           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
18054           !> t/op/local.t t/pragma/warn/toke toke.c
18055 ____________________________________________________________________________
18056 [  8087] By: jhi                                   on 2000/12/11  23:20:23
18057         Log: Integrate perlio.
18058      Branch: perl
18059           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18060 ____________________________________________________________________________
18061 [  8086] By: jhi                                   on 2000/12/11  22:50:59
18062         Log: Tune further the OS detection of CGI.
18063      Branch: perl
18064            ! lib/CGI.pm
18065 ____________________________________________________________________________
18066 [  8085] By: nick                                  on 2000/12/11  22:50:46
18067         Log: Finish 1st pass of "encoding" layer e.g. :
18068              open($fh,"<encoding(iso8859-7)",$greek) || die;
18069      Branch: perlio
18070            ! ext/Encode/Encode.xs perlio.c perliol.h
18071 ____________________________________________________________________________
18072 [  8084] By: jhi                                   on 2000/12/11  22:32:06
18073         Log: Revert the -f ambiguousity patch, seems to cause
18074              too much hassle (the interpret -Q as a function
18075              where Q is not a known filetest part is left in).
18076      Branch: perl
18077            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
18078            ! toke.c
18079 ____________________________________________________________________________
18080 [  8083] By: jhi                                   on 2000/12/11  22:27:23
18081         Log: (accidentally empty check-in)
18082      Branch: perl
18083            ! lib/File/DosGlob.pm
18084 ____________________________________________________________________________
18085 [  8082] By: nick                                  on 2000/12/11  19:09:51
18086         Log: Restore mmap function (broken by tweaks to shared buffer
18087              layer for encode(xxxx)).
18088      Branch: perlio
18089            ! perlio.c
18090 ____________________________________________________________________________
18091 [  8081] By: jhi                                   on 2000/12/11  18:29:13
18092         Log: Subject: Re: The long awaited feature ...
18093              From: Simon Cozens <simon@cozens.net>
18094              Date: Mon, 11 Dec 2000 15:54:24 +0000
18095              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
18096              
18097              More io/utf8 tests.
18098      Branch: perl
18099            ! t/io/utf8.t
18100 ____________________________________________________________________________
18101 [  8080] By: jhi                                   on 2000/12/11  18:19:36
18102         Log: Subject: PATCH MakeMaker manpage clarification
18103              From: andreas.koenig@anima.de (Andreas J. Koenig)
18104              Date: 10 Dec 2000 20:46:13 +0100
18105              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
18106      Branch: perl
18107            ! lib/ExtUtils/MakeMaker.pm
18108 ____________________________________________________________________________
18109 [  8079] By: jhi                                   on 2000/12/11  15:35:07
18110         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
18111              From: Simon Cozens <simon@cozens.net>
18112              Date: Sun, 10 Dec 2000 19:06:19 +0000
18113              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
18114      Branch: perl
18115            ! ext/B/B/Deparse.pm t/lib/b.t
18116 ____________________________________________________________________________
18117 [  8078] By: jhi                                   on 2000/12/11  15:09:11
18118         Log: Subject: [PATCH] docs on NaN
18119              From: Nicholas Clark <nick@ccl4.org>
18120              Date: Mon, 11 Dec 2000 01:48:38 +0000
18121              Message-ID: <20001211014838.B99205@plum.flirble.org>
18122      Branch: perl
18123            ! pod/perlop.pod
18124 ____________________________________________________________________________
18125 [  8077] By: jhi                                   on 2000/12/11  15:02:21
18126         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
18127              From: Simon Cozens <simon@cozens.net>
18128              Date: Mon, 11 Dec 2000 01:21:45 +0000
18129              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
18130      Branch: perl
18131            ! pp.c pp_hot.c scope.c t/op/local.t
18132 ____________________________________________________________________________
18133 [  8076] By: nick                                  on 2000/12/10  20:43:32
18134         Log: Not merge worthy...
18135              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
18136              syntax is modelled on attributes.
18137              Untested fix for io/utf8 on Win32 etc.
18138              Very clumsy start to the encode layer.
18139      Branch: perlio
18140            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18141 ____________________________________________________________________________
18142 [  8075] By: jhi                                   on 2000/12/10  18:39:33
18143         Log: Darwin is not Windows.
18144      Branch: perl
18145            ! lib/CGI.pm
18146 ____________________________________________________________________________
18147 [  8074] By: jhi                                   on 2000/12/10  18:31:27
18148         Log: Subject: Ambiguous -%c() resolved as a file test
18149              From: "Paul Marquess" <Paul.Marquess@openwave.com>
18150              Date: Sun, 10 Dec 2000 15:35:07 -0000
18151              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
18152      Branch: perl
18153            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
18154 ____________________________________________________________________________
18155 [  8073] By: jhi                                   on 2000/12/10  18:16:29
18156         Log: Subject: PATCH installperl misinformed 
18157              From: andreas.koenig@anima.de (Andreas J. Koenig)
18158              Date: 10 Dec 2000 13:01:32 +0100 
18159              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
18160      Branch: perl
18161            ! installperl
18162 ____________________________________________________________________________
18163 [  8072] By: jhi                                   on 2000/12/10  18:07:55
18164         Log: The walkoptree confusion rages; walkoptree() seems to be coming
18165              from B.xs, while walkoptree_slow() comes from B.pm.
18166      Branch: perl
18167            ! ext/B/B.pm
18168 ____________________________________________________________________________
18169 [  8071] By: nick                                  on 2000/12/10  11:45:47
18170         Log: Integrate mainline
18171      Branch: perlio
18172           +> t/base/commonsense.t
18173           !> (integrate 37 files)
18174 ____________________________________________________________________________
18175 [  8070] By: jhi                                   on 2000/12/10  04:46:21
18176         Log: Update Changes.
18177      Branch: perl
18178            ! Changes patchlevel.h
18179 ____________________________________________________________________________
18180 [  8069] By: jhi                                   on 2000/12/10  04:39:19
18181         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
18182              From: andreas.koenig@anima.de (Andreas J. Koenig)
18183              Date: 09 Dec 2000 17:14:25 +0100
18184              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
18185      Branch: perl
18186            + t/base/commonsense.t
18187            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
18188 ____________________________________________________________________________
18189 [  8068] By: jhi                                   on 2000/12/10  04:17:36
18190         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
18191              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
18192              Date: Sat, 9 Dec 2000 16:47:22 -0000
18193              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
18194      Branch: perl
18195            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
18196            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
18197            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
18198            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
18199            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
18200            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
18201            ! t/lib/sdbm.t
18202 ____________________________________________________________________________
18203 [  8067] By: jhi                                   on 2000/12/10  03:52:02
18204         Log: Test case for #8066.
18205      Branch: perl
18206            ! t/op/misc.t
18207 ____________________________________________________________________________
18208 [  8066] By: jhi                                   on 2000/12/10  03:50:30
18209         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
18210              From: Simon Cozens <simon@cozens.net>
18211              Date: Sun, 10 Dec 2000 00:55:37 +0000
18212              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
18213      Branch: perl
18214            ! pp_sys.c
18215 ____________________________________________________________________________
18216 [  8065] By: jhi                                   on 2000/12/10  03:44:52
18217         Log: Test case for #8064.
18218      Branch: perl
18219            ! t/comp/proto.t
18220 ____________________________________________________________________________
18221 [  8064] By: jhi                                   on 2000/12/10  03:42:32
18222         Log: Subject: Re: prototype of substr
18223              From: Simon Cozens <simon@cozens.net>
18224              Date: Sun, 10 Dec 2000 00:13:33 +0000
18225              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
18226              
18227              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
18228      Branch: perl
18229            ! pp.c
18230 ____________________________________________________________________________
18231 [  8063] By: jhi                                   on 2000/12/10  03:39:42
18232         Log: Subject: [PATCH] perlguts.pod
18233              From: Simon Cozens <simon@cozens.net>
18234              Date: Sun, 10 Dec 2000 00:06:47 +0000
18235              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
18236              
18237              Documentation of the different types of ops,
18238              plus the functions in dump.c
18239      Branch: perl
18240            ! pod/perlguts.pod
18241 ____________________________________________________________________________
18242 [  8062] By: jhi                                   on 2000/12/10  03:30:04
18243         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
18244              From: Nicholas Clark <nick@talking.bollo.cx>
18245              Date: Sat, 09 Dec 2000 18:57:25 +0000
18246              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
18247              
18248              Be more robust in weird hostname setups.
18249      Branch: perl
18250            ! t/lib/net-hostent.t
18251 ____________________________________________________________________________
18252 [  8061] By: jhi                                   on 2000/12/10  03:28:21
18253         Log: Pacify fussy compiler. 
18254      Branch: perl
18255            ! pp_sys.c
18256 ____________________________________________________________________________
18257 [  8060] By: jhi                                   on 2000/12/10  02:52:46
18258         Log: Integrate perlio.
18259      Branch: perl
18260           !> pp_sys.c t/io/utf8.t
18261 ____________________________________________________________________________
18262 [  8059] By: nick                                  on 2000/12/09  23:40:14
18263         Log: read/sysread/recv should now be utf8 aware.
18264              Basic test for utf8 read.
18265      Branch: perlio
18266            ! pp_sys.c t/io/utf8.t
18267 ____________________________________________________________________________
18268 [  8058] By: jhi                                   on 2000/12/09  21:56:02
18269         Log: Integrate perlio.
18270      Branch: perl
18271           +> t/io/utf8.t
18272           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
18273 ____________________________________________________________________________
18274 [  8057] By: jhi                                   on 2000/12/09  21:53:35
18275         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
18276              From: Inaba Hiroto <inaba@st.rim.or.jp>
18277              Date: Sun, 10 Dec 2000 05:53:21 +0900
18278              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
18279              
18280              Tests for #8056.
18281      Branch: perl
18282            ! t/op/each.t
18283 ____________________________________________________________________________
18284 [  8056] By: jhi                                   on 2000/12/09  21:51:16
18285         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
18286              From: Inaba Hiroto <inaba@st.rim.or.jp>
18287              Date: Sat, 09 Dec 2000 18:02:00 +0900
18288              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
18289              
18290              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
18291      Branch: perl
18292            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
18293 ____________________________________________________________________________
18294 [  8055] By: nick                                  on 2000/12/09  20:11:48
18295         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
18296              than raw PerlIO_write() - does not seem to break any tests.
18297      Branch: perlio
18298            ! pp_sys.c
18299 ____________________________________________________________________________
18300 [  8054] By: nick                                  on 2000/12/09  19:47:30
18301         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
18302              (sysread, recv and write i.e. formats still to do...)
18303              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
18304              open($fh,">:utf8","name")
18305              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
18306              so no extra overhead is involved.
18307              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
18308              to a non-utf8 stream.
18309              Add initial io/utf8.t
18310              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
18311              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
18312              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
18313      Branch: perlio
18314            + t/io/utf8.t
18315            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
18316 ____________________________________________________________________________
18317 [  8053] By: nick                                  on 2000/12/09  19:26:37
18318         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
18319              was only testing this_utf8.
18320      Branch: perlio
18321            ! toke.c
18322 ____________________________________________________________________________
18323 [  8052] By: nick                                  on 2000/12/09  19:09:41
18324         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
18325              i.e. the output string has one, but don't mess with source assumption.
18326      Branch: perlio
18327            ! toke.c
18328 ____________________________________________________________________________
18329 [  8051] By: jhi                                   on 2000/12/09  16:55:17
18330         Log: Integrate perlio.
18331      Branch: perl
18332           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
18333           !> sv.c thrdvar.h util.c
18334 ____________________________________________________________________________
18335 [  8050] By: jhi                                   on 2000/12/09  16:48:07
18336         Log: Nits noticed by Peter Prymmer.
18337      Branch: perl
18338            ! lib/ExtUtils/MM_VMS.pm
18339 ____________________________________________________________________________
18340 [  8049] By: nick                                  on 2000/12/09  13:49:40
18341         Log: UTF8 output prework.
18342              - Store $\ and $, as SVs so they can have SvUTF8 flag
18343              - use do_print() rather than raw PerlIO_write() to print them.
18344      Branch: perlio
18345            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
18346            ! thrdvar.h util.c
18347 ____________________________________________________________________________
18348 [  8048] By: nick                                  on 2000/12/09  12:30:43
18349         Log: Integrate mainline.
18350      Branch: perlio
18351           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
18352           +> t/op/reverse.t
18353           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
18354           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
18355           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
18356           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
18357           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
18358           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
18359 ____________________________________________________________________________
18360 [  8047] By: jhi                                   on 2000/12/09  00:23:27
18361         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
18362              From: Michael G Schwern <schwern@pobox.com>
18363              Date: Fri, 8 Dec 2000 14:43:04 -0600
18364      Branch: perl
18365            ! lib/ExtUtils/MM_VMS.pm
18366 ____________________________________________________________________________
18367 [  8046] By: jhi                                   on 2000/12/08  23:10:27
18368         Log: A missed check-in.
18369      Branch: perl
18370            ! lib/ExtUtils/Manifest.pm
18371 ____________________________________________________________________________
18372 [  8045] By: jhi                                   on 2000/12/08  21:57:12
18373         Log: (null check-in)
18374      Branch: perl
18375            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
18376 ____________________________________________________________________________
18377 [  8044] By: jhi                                   on 2000/12/08  21:11:06
18378         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
18379              at the final draft stage.
18380      Branch: perl
18381            + ext/Encode/Encode/iso8859-16.enc
18382            ! MANIFEST
18383 ____________________________________________________________________________
18384 [  8043] By: jhi                                   on 2000/12/08  16:39:04
18385         Log: Update Changes.
18386      Branch: perl
18387            ! Changes patchlevel.h
18388 ____________________________________________________________________________
18389 [  8042] By: jhi                                   on 2000/12/08  16:33:39
18390         Log: Do not return the Unicode replacement character if UTF-8
18391              decoding goes awry, it should be up to the caller to decide.
18392      Branch: perl
18393            ! pod/perlapi.pod utf8.c
18394 ____________________________________________________________________________
18395 [  8041] By: jhi                                   on 2000/12/08  16:22:28
18396         Log: metaconfig maintenance.
18397      Branch: metaconfig
18398            ! U/modified/stdchar.U
18399      Branch: metaconfig/U/perl
18400            + testsyml.U
18401 ____________________________________________________________________________
18402 [  8040] By: jhi                                   on 2000/12/08  16:03:08
18403         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
18404              From: sthoenna@efn.org
18405              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
18406              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
18407      Branch: perl
18408            ! Changes lib/ExtUtils/MM_OS2.pm
18409 ____________________________________________________________________________
18410 [  8039] By: jhi                                   on 2000/12/08  15:57:11
18411         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
18412              From: Simon Cozens <simon@cozens.net>
18413              Date: Fri, 8 Dec 2000 13:33:31 +0000
18414              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
18415              
18416              (The pp_hot part needed a rewrite.)
18417      Branch: perl
18418            ! doop.c pp_hot.c utf8.c
18419 ____________________________________________________________________________
18420 [  8038] By: jhi                                   on 2000/12/08  15:25:08
18421         Log: Subject: djSP
18422              From: Michael Stevens <michael@etla.org>
18423              Date: Wed, 6 Dec 2000 23:24:01 +0000
18424              Message-ID: <20001206232400.A21381@firedrake.org>
18425              
18426              Plus a note from Nick Ing-Simmons.
18427      Branch: perl
18428            ! pp.h
18429 ____________________________________________________________________________
18430 [  8037] By: jhi                                   on 2000/12/08  15:18:35
18431         Log: Filetype is text.
18432      Branch: perl
18433            ! t/op/utf8decode.t
18434 ____________________________________________________________________________
18435 [  8036] By: jhi                                   on 2000/12/08  03:31:27
18436         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18437              From: Andy Dougherty <doughera@lafayette.edu>
18438              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
18439              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
18440              
18441              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
18442              From: Andy Dougherty <doughera@lafayette.edu>
18443              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
18444              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
18445      Branch: perl
18446            + ext/POSIX/hints/svr4.pl
18447            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
18448 ____________________________________________________________________________
18449 [  8035] By: jhi                                   on 2000/12/08  03:26:01
18450         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
18451              From: Andy Dougherty <doughera@lafayette.edu>
18452              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
18453              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
18454      Branch: perl
18455            ! t/README t/base/term.t
18456 ____________________________________________________________________________
18457 [  8034] By: jhi                                   on 2000/12/08  03:21:59
18458         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
18459              From: mjd@plover.com  
18460              Date: 7 Dec 2000 21:04:20 -0000
18461              Message-ID: <20001207210420.22282.qmail@plover.com>
18462              
18463              Plus -z doc.
18464      Branch: perl
18465            ! pod/perlfunc.pod
18466 ____________________________________________________________________________
18467 [  8033] By: jhi                                   on 2000/12/08  03:19:03
18468         Log: Use the UTF8 macros a bit.  They can't be used with abandon
18469              everywhere because we do generate illegal UTF-8 in some situations.
18470              This is of course naughty.
18471      Branch: perl
18472            ! pod/perlapi.pod utf8.c utf8.h
18473 ____________________________________________________________________________
18474 [  8032] By: jhi                                   on 2000/12/08  03:00:09
18475         Log: Out of sync?
18476      Branch: perl
18477            ! t/pragma/warn/utf8
18478 ____________________________________________________________________________
18479 [  8031] By: jhi                                   on 2000/12/08  02:22:39
18480         Log: Cnt spl.
18481      Branch: perl
18482            ! MANIFEST
18483 ____________________________________________________________________________
18484 [  8030] By: jhi                                   on 2000/12/08  01:23:54
18485         Log: Add test for reverse().
18486      Branch: perl
18487            + t/op/reverse.t
18488            ! MANIFEST
18489 ____________________________________________________________________________
18490 [  8029] By: jhi                                   on 2000/12/08  01:21:47
18491         Log: Integrate perlio.
18492      Branch: perl
18493           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
18494           !> perlio.c perlio.h perlsdio.h warnings.pl
18495 ____________________________________________________________________________
18496 [  8028] By: jhi                                   on 2000/12/08  01:19:08
18497         Log: Introduce macros for UTF8 decoding.
18498      Branch: perl
18499            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
18500 ____________________________________________________________________________
18501 [  8027] By: nick                                  on 2000/12/07  22:18:19
18502         Log: Integrate mainline
18503      Branch: perlio
18504           !> embed.pl pod/perlapi.pod utf8.c
18505 ____________________________________________________________________________
18506 [  8026] By: nick                                  on 2000/12/07  21:45:08
18507         Log: Various oddities p4 diff -se showed up
18508              Remove 'our' from warnings.pl
18509      Branch: perlio
18510            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
18511 ____________________________________________________________________________
18512 [  8025] By: nick                                  on 2000/12/07  21:43:32
18513         Log: Change PerlIO_(get|set)pos to take SV *
18514              Should fix, OS/2, VMS, (sfio??)
18515      Branch: perlio
18516            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
18517 ____________________________________________________________________________
18518 [  8024] By: jhi                                   on 2000/12/07  19:05:32
18519         Log: Document utf8_to_uv() better.
18520      Branch: perl
18521            ! pod/perlapi.pod utf8.c
18522 ____________________________________________________________________________
18523 [  8023] By: jhi                                   on 2000/12/07  18:23:47
18524         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
18525      Branch: perl
18526            ! embed.pl pod/perlapi.pod utf8.c
18527 ____________________________________________________________________________
18528 [  8022] By: jhi                                   on 2000/12/07  04:13:51
18529         Log: Integrate perlio.
18530      Branch: perl
18531           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
18532           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
18533           !> win32/makefile.mk
18534 ____________________________________________________________________________
18535 [  8021] By: nick                                  on 2000/12/07  00:28:14
18536         Log: Various attempts at MSVC debug - not sure what has
18537              changed but works now. 
18538              Seems atexit() _may_ work for DLLs built with MSVC so don't
18539              call cleanup that way.
18540      Branch: perlio
18541            ! perlio.c win32/makefile.mk
18542 ____________________________________________________________________________
18543 [  8020] By: nick                                  on 2000/12/06  19:57:20
18544         Log: Integrate mainline
18545      Branch: perlio
18546           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
18547           !> (integrate 75 files)
18548 ____________________________________________________________________________
18549 [  8019] By: nick                                  on 2000/12/06  19:28:21
18550         Log: Add useperlio to config.vc
18551              Turn off binmode in config_H.PL
18552              Regen all the config_H.xx
18553              Attempt to get debugging build with MSVC.
18554      Branch: perlio
18555            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18556            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
18557 ____________________________________________________________________________
18558 [  8018] By: nick                                  on 2000/12/06  19:21:57
18559         Log: Test various dup/external program options on all platforms.
18560      Branch: perlio
18561            ! t/io/dup.t
18562 ____________________________________________________________________________
18563 [  8017] By: nick                                  on 2000/12/06  19:20:47
18564         Log: Fix harness to be less picky
18565      Branch: perlio
18566            ! lib/Test/Harness.pm
18567 ____________________________________________________________________________
18568 [  8016] By: jhi                                   on 2000/12/06  16:45:12
18569         Log: Update Changes.
18570      Branch: perl
18571            ! Changes patchlevel.h
18572 ____________________________________________________________________________
18573 [  8015] By: jhi                                   on 2000/12/06  16:41:03
18574         Log: Test \x{...} with ord().
18575      Branch: perl
18576            ! t/op/ord.t
18577 ____________________________________________________________________________
18578 [  8014] By: jhi                                   on 2000/12/06  16:20:33
18579         Log: Test tweak because of #8013.
18580      Branch: perl
18581            ! t/lib/b.t
18582 ____________________________________________________________________________
18583 [  8013] By: jhi                                   on 2000/12/06  16:09:09
18584         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
18585              From: Michael G Schwern <schwern@pobox.com>
18586              Date: Tue, 5 Dec 2000 21:23:28 -0500
18587              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
18588              
18589              Carp::Heavy parts not very applicable because of recent changes.
18590      Branch: perl
18591            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
18592            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
18593            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
18594            ! lib/Exporter.pm lib/Exporter/Heavy.pm
18595            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
18596            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
18597            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
18598            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
18599            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
18600            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
18601            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
18602            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
18603            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
18604            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
18605            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
18606            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
18607            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
18608            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
18609            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
18610            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
18611            ! warnings.pl
18612 ____________________________________________________________________________
18613 [  8012] By: jhi                                   on 2000/12/06  15:22:38
18614         Log: Subject: [PATCH] Re: New harness is failing things
18615              From: Nick Ing-Simmons <nik@tiuk.ti.com>
18616              Date: Wed, 6 Dec 2000 13:00:30 GMT
18617              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
18618      Branch: perl
18619            ! lib/Test/Harness.pm
18620 ____________________________________________________________________________
18621 [  8011] By: jhi                                   on 2000/12/06  15:12:08
18622         Log: Subject: installhtml changes
18623              From: Michael Stevens <michael@etla.org>
18624              Date: Wed, 6 Dec 2000 13:15:53 +0000
18625              Message-ID: <20001206131553.A27317@firedrake.org>
18626      Branch: perl
18627            ! installhtml
18628 ____________________________________________________________________________
18629 [  8010] By: jhi                                   on 2000/12/06  15:06:05
18630         Log: Subject: the dTHR hits
18631              From: Michael Stevens <michael@etla.org>
18632              Date: Wed, 6 Dec 2000 12:06:03 +0000
18633              Message-ID: <20001206120603.A24581@firedrake.org>
18634              
18635              More, errrm, less dTHRs.
18636      Branch: perl
18637            ! bytecode.pl ext/B/B/C.pm
18638 ____________________________________________________________________________
18639 [  8009] By: jhi                                   on 2000/12/06  15:04:25
18640         Log: Subject: MakeMaker mailing list gone?
18641              From: Michael G Schwern <schwern@pobox.com>
18642              Date: Tue, 5 Dec 2000 19:29:59 -0500
18643              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
18644              
18645              The MakeMaker mailing list is dead, perlbug is the right
18646              address to report bugs.
18647      Branch: perl
18648            ! lib/ExtUtils/MakeMaker.pm
18649 ____________________________________________________________________________
18650 [  8008] By: jhi                                   on 2000/12/06  15:00:32
18651         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
18652              From: Michael G Schwern <schwern@pobox.com>
18653              Date: Tue, 5 Dec 2000 19:21:21 -0500
18654              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
18655              
18656              Add a default MANIFEST skip that ignores things like
18657              version control files, editor temporary files, and the Makefile.
18658      Branch: perl
18659            + lib/ExtUtils/MANIFEST.SKIP
18660            ! MANIFEST lib/ExtUtils/Manifest.pm
18661 ____________________________________________________________________________
18662 [  8007] By: jhi                                   on 2000/12/06  14:57:20
18663         Log: In Amiga more manual hackery of the scripts seems to be needed,
18664              from Jan-Erik Karlsson.  Why Configure does not get this right
18665              is unknown, may be shell-induced.
18666      Branch: perl
18667            ! README.amiga
18668 ____________________________________________________________________________
18669 [  8006] By: jhi                                   on 2000/12/05  23:53:12
18670         Log: Add TOPm1s to peek at the second topmost stack item.
18671      Branch: perl
18672            ! pp.h
18673 ____________________________________________________________________________
18674 [  8005] By: jhi                                   on 2000/12/05  23:13:55
18675         Log: Avaunt, you foul UTF-8 tests.
18676      Branch: perl
18677            ! t/op/ver.t t/pragma/utf8.t
18678 ____________________________________________________________________________
18679 [  8004] By: jhi                                   on 2000/12/05  23:09:54
18680         Log: Continue utf8 dispersal. 
18681      Branch: perl
18682            + t/op/concat.t
18683            ! MANIFEST t/pragma/utf8.t
18684 ____________________________________________________________________________
18685 [  8003] By: nick                                  on 2000/12/05  23:02:39
18686         Log: Integrate mainline.
18687      Branch: perlio
18688           +> t/op/length.t t/op/utf8decode.t
18689           !> (integrate 69 files)
18690 ____________________________________________________________________________
18691 [  8002] By: jhi                                   on 2000/12/05  22:59:28
18692         Log: Integrate perlio.
18693      Branch: perl
18694           !> iperlsys.h perl.c perlio.c win32/perllib.c
18695 ____________________________________________________________________________
18696 [  8001] By: nick                                  on 2000/12/05  22:07:52
18697         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
18698              - calloc/free suffer from damage on TerminateThread()
18699              - use PerlMemShared (as originally planned) now fixed
18700              - avoid doing anything important on DLL "detach".
18701      Branch: perlio
18702            ! perl.c perlio.c win32/perllib.c
18703 ____________________________________________________________________________
18704 [  8000] By: nick                                  on 2000/12/05  21:05:09
18705         Log: Fix gross PerlMemShared issue.
18706      Branch: perlio
18707            ! iperlsys.h
18708 ____________________________________________________________________________
18709 [  7999] By: jhi                                   on 2000/12/05  20:46:58
18710         Log: Test for Unicode (UTF-8) hash keys.
18711      Branch: perl
18712            ! t/op/each.t
18713 ____________________________________________________________________________
18714 [  7998] By: jhi                                   on 2000/12/05  20:30:35
18715         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
18716              is now always UTF-8), empty line cosmetics.
18717      Branch: perl
18718            ! t/pragma/utf8.t
18719 ____________________________________________________________________________
18720 [  7997] By: jhi                                   on 2000/12/05  20:15:40
18721         Log: Subject: Re: STRLEN - what?
18722              From: Andy Dougherty <doughera@lafayette.edu>
18723              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
18724              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
18725              
18726              Explain STRLEN.
18727      Branch: perl
18728            ! pod/perlguts.pod
18729 ____________________________________________________________________________
18730 [  7996] By: jhi                                   on 2000/12/05  20:13:34
18731         Log: Split off the UTF-8 decoder tests, make them to check also
18732              the error message.
18733      Branch: perl
18734            + t/op/utf8decode.t
18735            ! MANIFEST t/pragma/utf8.t utf8.c
18736 ____________________________________________________________________________
18737 [  7995] By: jhi                                   on 2000/12/05  16:39:47
18738         Log: Start migrating bits of pragma/utf8 to elsewhere
18739              (since the long term plan is to obsolete 'use utf8').
18740      Branch: perl
18741            + t/op/length.t
18742            ! MANIFEST t/pragma/utf8.t
18743 ____________________________________________________________________________
18744 [  7994] By: jhi                                   on 2000/12/05  16:30:21
18745         Log: Fix a manual edit typo from #7993, fix the message formatting
18746              for Unicode, add few our declarations.
18747      Branch: perl
18748            ! lib/Carp/Heavy.pm
18749 ____________________________________________________________________________
18750 [  7993] By: jhi                                   on 2000/12/05  16:09:15
18751         Log: Subject: Need help with warnings :-(
18752              From: "Ben Tilly" <ben_tilly@hotmail.com>
18753              Date: Tue, 05 Dec 2000 01:35:54 -0500
18754              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
18755              
18756              Subject: UPDATE: Carp/Heavy now passes all tests
18757              From: "Ben Tilly" <ben_tilly@hotmail.com>
18758              Date: Tue, 05 Dec 2000 07:59:41 -0500
18759              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
18760              
18761              The Brave New Carp.
18762      Branch: perl
18763            ! lib/Carp.pm lib/Carp/Heavy.pm
18764 ____________________________________________________________________________
18765 [  7992] By: jhi                                   on 2000/12/05  15:55:08
18766         Log: Subject: [PATCH perl@7979] cygwin port
18767              From: "Eric Fifer" <efifer@dircon.co.uk>
18768              Date: Tue, 5 Dec 2000 14:04:09 -0000
18769              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
18770      Branch: perl
18771            ! t/lib/net-hostent.t
18772 ____________________________________________________________________________
18773 [  7991] By: jhi                                   on 2000/12/05  15:52:34
18774         Log: Subject: Re: [PATCH] The largest hoax of all times?
18775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18776              Date: Tue, 5 Dec 2000 00:40:25 -0500
18777              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
18778              
18779              Subject: Re: [PATCH] The largest hoax of all times?
18780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18781              Date: Mon, 4 Dec 2000 23:55:53 -0500
18782              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
18783              
18784              Subject: Re: [PATCH] The largest hoax of all times?
18785              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18786              Date: Tue, 5 Dec 2000 01:28:45 -0500
18787              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
18788              
18789              Fix the unpredictable order of DESTROYs.
18790      Branch: perl
18791            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
18792            ! sv.c sv.h t/op/ref.t
18793 ____________________________________________________________________________
18794 [  7990] By: jhi                                   on 2000/12/05  14:38:53
18795         Log: Subject: [PATCH] shrink pp_hot fractionally
18796              From: Nicholas Clark <nick@ccl4.org>
18797              Date: Tue, 5 Dec 2000 12:44:31 +0000
18798              Message-ID: <20001205124431.E74518@plum.flirble.org>
18799              
18800              Use report_evil_fh().
18801      Branch: perl
18802            ! opcode.pl opnames.h pp_hot.c util.c
18803 ____________________________________________________________________________
18804 [  7989] By: jhi                                   on 2000/12/05  14:21:27
18805         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
18806              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18807              Date: Mon, 04 Dec 2000 22:21:59 -0800
18808              Message-ID: <HmIL6gzkgepS092yn@efn.org>
18809              
18810              Harness shouldn't ignore responses like "ok 3\r\r\n".
18811      Branch: perl
18812            ! lib/Test/Harness.pm
18813 ____________________________________________________________________________
18814 [  7988] By: jhi                                   on 2000/12/05  13:51:28
18815         Log: Integrate the "skip" messages to explain().
18816      Branch: perl
18817            ! t/lib/syslfs.t t/op/lfs.t
18818 ____________________________________________________________________________
18819 [  7987] By: jhi                                   on 2000/12/05  12:34:54
18820         Log: The one that got away in #7984.
18821              
18822              Subject: Re: dTHR - what and why?
18823              From: Michael Stevens <michael@etla.org> 
18824              Date: Tue, 5 Dec 2000 11:15:52 +0000
18825              Message-ID: <20001205111552.A4647@firedrake.org>
18826      Branch: perl
18827            ! sv.h
18828 ____________________________________________________________________________
18829 [  7986] By: gsar                                  on 2000/12/05  09:14:44
18830         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
18831              due to the notorious GetFileType() bug in Windows 9x, which fstat()
18832              tickles)
18833      Branch: perl
18834            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
18835 ____________________________________________________________________________
18836 [  7985] By: jhi                                   on 2000/12/05  05:49:03
18837         Log: Integrate perlio.
18838      Branch: perl
18839           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
18840           !> win32/perlhost.h win32/perllib.c
18841 ____________________________________________________________________________
18842 [  7984] By: jhi                                   on 2000/12/05  05:48:16
18843         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
18844      Branch: perl
18845            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
18846            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
18847            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
18848            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
18849            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
18850            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
18851            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
18852            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
18853            ! win32/win32.c
18854 ____________________________________________________________________________
18855 [  7983] By: nick                                  on 2000/12/04  23:27:43
18856         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
18857      Branch: perlio
18858            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
18859            ! win32/perlhost.h win32/perllib.c
18860 ____________________________________________________________________________
18861 [  7982] By: jhi                                   on 2000/12/04  19:44:09
18862         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
18863              uncovered by #7980.
18864      Branch: perl
18865            ! op.c
18866 ____________________________________________________________________________
18867 [  7981] By: jhi                                   on 2000/12/04  19:42:07
18868         Log: Subject: [PATCH] Trivial dump.c feature
18869              From: Simon Cozens <simon@cozens.net>
18870              Date: Mon, 4 Dec 2000 18:08:38 +0000
18871              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
18872              
18873              Show whether a constant is UTF-8.
18874      Branch: perl
18875            ! dump.c
18876 ____________________________________________________________________________
18877 [  7980] By: jhi                                   on 2000/12/04  19:36:51
18878         Log: UTF-8 hash keys, patch from Inaba Hiroto.
18879      Branch: perl
18880            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
18881 ____________________________________________________________________________
18882 [  7979] By: jhi                                   on 2000/12/04  17:36:28
18883         Log: Update Changes.
18884      Branch: perl
18885            ! Changes patchlevel.h
18886 ____________________________________________________________________________
18887 [  7978] By: jhi                                   on 2000/12/04  16:42:17
18888         Log: Retract #7977, still too volatile (the euphemism of the day
18889              for unfinished and buggy :-)
18890      Branch: perl
18891            ! doop.c hv.c pp.c sv.h
18892 ____________________________________________________________________________
18893 [  7977] By: jhi                                   on 2000/12/04  16:25:15
18894         Log: (Retracted by #7978, too shaky yet.)
18895              
18896              Subject: Re: utf8 in hash keys, implementor missing
18897              From: Simon Cozens <simon@cozens.net>
18898              Date: Sat, 2 Dec 2000 19:49:35 +0000
18899              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
18900              
18901              The first step at UTF-8 hash keys.
18902      Branch: perl
18903            ! doop.c hv.c pp.c sv.h
18904 ____________________________________________________________________________
18905 [  7976] By: jhi                                   on 2000/12/04  16:13:53
18906         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
18907              From: sthoenna@efn.org
18908              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
18909              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
18910      Branch: perl
18911            ! os2/os2.c perlio.c
18912 ____________________________________________________________________________
18913 [  7975] By: jhi                                   on 2000/12/04  16:05:25
18914         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
18915              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
18916              Date: Thu, 30 Nov 2000 20:50:37 -0800
18917              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
18918      Branch: perl
18919            ! os2/os2.c
18920 ____________________________________________________________________________
18921 [  7974] By: jhi                                   on 2000/12/04  16:03:57
18922         Log: Subject: [PATCH] ++ 20% faster
18923              From: Nicholas Clark <nick@ccl4.org>
18924              Date: Mon, 4 Dec 2000 12:17:27 +0000
18925              Message-ID: <20001204121726.B52976@plum.flirble.org>
18926              
18927              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
18928      Branch: perl
18929            ! sv.c
18930 ____________________________________________________________________________
18931 [  7973] By: jhi                                   on 2000/12/04  16:00:48
18932         Log: 
18933              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
18934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18935              Date: Mon, 04 Dec 2000 12:30:45 +0100
18936              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
18937              
18938              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
18939              library (getprotobyname and getprotobynumber are outversioned by
18940              the same calls in libc, at least for xlc version 3.
18941      Branch: perl
18942            ! hints/aix.sh
18943 ____________________________________________________________________________
18944 [  7972] By: jhi                                   on 2000/12/04  02:58:31
18945         Log: Integrate perlio.
18946      Branch: perl
18947           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
18948           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
18949           !> win32/win32.h win32/win32iop.h win32/win32thread.h
18950 ____________________________________________________________________________
18951 [  7971] By: nick                                  on 2000/12/04  00:24:33
18952         Log: Quieten some noise in Win32 builds:
18953              - win32.h is included after <sys/socket.h>, so need to 
18954              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
18955              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
18956      Branch: perlio
18957            ! doio.c perl.h toke.c win32/win32.h
18958 ____________________________________________________________________________
18959 [  7970] By: nick                                  on 2000/12/03  22:57:46
18960         Log: PERL_IMPLICIT_SYS compiles but does not work.
18961      Branch: perlio
18962            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
18963            ! win32/perlhost.h win32/perllib.c win32/win32.h
18964            ! win32/win32iop.h win32/win32thread.h
18965 ____________________________________________________________________________
18966 [  7969] By: jhi                                   on 2000/12/03  22:12:58
18967         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
18968              used to swash_init(), makes regprop() dumps more informative
18969              (+utf8::IsAlpha, -utf8::IsDigit, for example).
18970      Branch: perl
18971            ! regcomp.c regexec.c
18972 ____________________________________________________________________________
18973 [  7968] By: jhi                                   on 2000/12/03  21:39:56
18974         Log: Implement ANYOFUTF8 regprop() dumping.
18975      Branch: perl
18976            ! regcomp.c
18977 ____________________________________________________________________________
18978 [  7967] By: jhi                                   on 2000/12/03  20:57:19
18979         Log: Make uv_to_utf8() to zero-terminate its output buffer,
18980              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
18981      Branch: perl
18982            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
18983 ____________________________________________________________________________
18984 [  7966] By: nick                                  on 2000/12/03  18:41:21
18985         Log: Integrate mainline (STDCHAR)
18986      Branch: perlio
18987           !> Configure t/pragma/utf8.t
18988 ____________________________________________________________________________
18989 [  7965] By: jhi                                   on 2000/12/03  17:58:20
18990         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
18991      Branch: perl
18992            ! t/pragma/utf8.t
18993 ____________________________________________________________________________
18994 [  7964] By: jhi                                   on 2000/12/03  17:35:56
18995         Log: Integrate perlio.
18996      Branch: perl
18997           !> iperlsys.h perlio.c
18998 ____________________________________________________________________________
18999 [  7963] By: jhi                                   on 2000/12/03  17:33:55
19000         Log: Metaconfig unit change for #7962.
19001      Branch: metaconfig
19002            ! U/modified/stdchar.U
19003 ____________________________________________________________________________
19004 [  7962] By: jhi                                   on 2000/12/03  17:33:27
19005         Log: Untangle the <stdio.h> #include nest for the stdchar test,
19006              from Andy Dougherty.
19007      Branch: perl
19008            ! Configure
19009 ____________________________________________________________________________
19010 [  7961] By: nick                                  on 2000/12/03  16:53:00
19011         Log: Make iperlsys.h vector stdio not PerlIO.
19012      Branch: perlio
19013            ! iperlsys.h perlio.c
19014 ____________________________________________________________________________
19015 [  7960] By: nick                                  on 2000/12/03  14:43:01
19016         Log: Integrate mainline
19017      Branch: perlio
19018           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
19019           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
19020 ____________________________________________________________________________
19021 [  7959] By: jhi                                   on 2000/12/03  08:16:36
19022         Log: Use DO_UTF8().
19023      Branch: perl
19024            ! op.c
19025 ____________________________________________________________________________
19026 [  7958] By: jhi                                   on 2000/12/02  18:33:05
19027         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19028              From: Mike Guy <mjtg@cam.ac.uk>         
19029              Date: Sat, 02 Dec 2000 17:27:13 +0000
19030              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
19031              
19032              An extraneous argument.
19033      Branch: perl
19034            ! toke.c
19035 ____________________________________________________________________________
19036 [  7957] By: jhi                                   on 2000/12/02  18:22:32
19037         Log: A missing hunk.
19038      Branch: perl
19039            ! t/lib/net-hostent.t
19040 ____________________________________________________________________________
19041 [  7956] By: jhi                                   on 2000/12/02  18:06:20
19042         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
19043              From: Nicholas Clark <nick@ccl4.org>
19044              Date: Sat, 2 Dec 2000 14:28:27 +0000
19045              Message-ID: <20001202142827.A12308@plum.flirble.org>
19046              
19047              Test robustness.
19048      Branch: perl
19049            ! t/lib/net-hostent.t
19050 ____________________________________________________________________________
19051 [  7955] By: jhi                                   on 2000/12/02  17:58:06
19052         Log: Metaconfig unit change for #7954.
19053      Branch: metaconfig
19054            ! U/modified/stdchar.U
19055 ____________________________________________________________________________
19056 [  7954] By: jhi                                   on 2000/12/02  17:54:32
19057         Log: An inconvenient hang would happen if the stdio _ptr wasn't
19058              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
19059              would be grepping stdin for all eternity for the _ptr.)
19060      Branch: perl
19061            ! Configure
19062 ____________________________________________________________________________
19063 [  7953] By: jhi                                   on 2000/12/02  00:07:15
19064         Log: Update Changes.
19065      Branch: perl
19066            ! Changes patchlevel.h
19067 ____________________________________________________________________________
19068 [  7952] By: jhi                                   on 2000/12/01  23:54:47
19069         Log: Subject: Re: long shell lines
19070              From: Andy Dougherty <doughera@lafayette.edu>
19071              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
19072              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
19073              
19074              Split overly long shell command lines.
19075      Branch: perl
19076            ! lib/ExtUtils/MM_Unix.pm
19077 ____________________________________________________________________________
19078 [  7951] By: jhi                                   on 2000/12/01  23:48:02
19079         Log: The metaconfig unit change for #7950.
19080      Branch: metaconfig
19081            + U/modified/stdchar.U
19082 ____________________________________________________________________________
19083 [  7950] By: jhi                                   on 2000/12/01  23:47:39
19084         Log: Try to find stdchar also from <stdio_impl.h>.
19085      Branch: perl
19086            ! Configure config_h.SH
19087 ____________________________________________________________________________
19088 [  7949] By: jhi                                   on 2000/12/01  23:46:45
19089         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
19090              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
19091              Date: Fri, 1 Dec 2000 16:26:08 -0500
19092              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
19093              
19094              Reword the diagnostic message.
19095      Branch: perl
19096            ! pod/perldiag.pod
19097 ____________________________________________________________________________
19098 [  7948] By: nick                                  on 2000/12/01  22:49:43
19099         Log: Integrate mainline (for s/y/m as sub names stuff).
19100      Branch: perlio
19101           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
19102           !> t/pragma/warn/toke toke.c
19103 ____________________________________________________________________________
19104 [  7947] By: jhi                                   on 2000/12/01  20:55:41
19105         Log: Integrate perlio.
19106      Branch: perl
19107           !> perlio.c perliol.h t/io/pipe.t
19108 ____________________________________________________________________________
19109 [  7946] By: jhi                                   on 2000/12/01  20:36:51
19110         Log: Upgrade to CPAN 1.59_51, from Andreas König.
19111      Branch: perl
19112            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19113 ____________________________________________________________________________
19114 [  7945] By: nick                                  on 2000/12/01  20:31:32
19115         Log: Integrate mainline
19116      Branch: perlio
19117           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
19118           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
19119           +> t/lib/net-hostent.t
19120           !> (integrate 35 files)
19121 ____________________________________________________________________________
19122 [  7944] By: jhi                                   on 2000/12/01  20:23:29
19123         Log: Some help for 20001130.011.  Now one gets warnings like
19124              "Ambiguous -f() resolved as a file test ..."
19125      Branch: perl
19126            ! pod/perldiag.pod t/pragma/warn/toke toke.c
19127 ____________________________________________________________________________
19128 [  7943] By: jhi                                   on 2000/12/01  19:44:44
19129         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
19130              that also breaks using them as methods. 
19131      Branch: perl
19132            ! pod/perldiag.pod t/op/misc.t toke.c
19133 ____________________________________________________________________________
19134 [  7942] By: nick                                  on 2000/12/01  17:56:46
19135         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
19136              Make 'unix' pass most tests
19137              - do unread by temporary push of layer ("pending") holding unread chars
19138              - fast_gets is now based on per-handle flag
19139              - relax one of io/pipe.t tests to allow print to fail and close to
19140              succeed so that it passes on unbuffered "unix" layer.
19141              Remaining fail is sporadic and a genuine race condition between
19142              parent/child in fork test.
19143      Branch: perlio
19144            ! perlio.c perliol.h t/io/pipe.t
19145 ____________________________________________________________________________
19146 [  7941] By: jhi                                   on 2000/12/01  15:28:58
19147         Log: (Retracted by #7943.)
19148              
19149              Reserve the short named string operator names.
19150      Branch: perl
19151            ! pod/perldiag.pod t/op/misc.t toke.c
19152 ____________________________________________________________________________
19153 [  7940] By: jhi                                   on 2000/12/01  06:45:53
19154         Log: Get the three different space character classes right under utf8.
19155      Branch: perl
19156            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
19157            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
19158            ! regexec.c t/op/pat.t utf8.c
19159 ____________________________________________________________________________
19160 [  7939] By: jhi                                   on 2000/12/01  03:26:26
19161         Log: Two more tests that make no sense in UTF-8 since the test
19162              data is not in UTF-8.
19163      Branch: perl
19164            ! t/op/regexp.t
19165 ____________________________________________________________________________
19166 [  7938] By: jhi                                   on 2000/12/01  03:20:39
19167         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
19168              should it be required inside regexen?
19169      Branch: perl
19170            ! regcomp.c t/op/regmesg.t
19171 ____________________________________________________________________________
19172 [  7937] By: jhi                                   on 2000/12/01  02:58:53
19173         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
19174              stored and restored, and thusly was trounced by the utf8 swash
19175              routines.
19176      Branch: perl
19177            ! regcomp.c
19178 ____________________________________________________________________________
19179 [  7936] By: jhi                                   on 2000/11/30  20:41:39
19180         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
19181              Why the different platforms behave so differently (core dump vs
19182              no core dump) on this bug is a but of a mystery, but if I had to
19183              guess I would mumble something like 'alignment'.
19184      Branch: perl
19185            ! sv.c
19186 ____________________________________________________________________________
19187 [  7935] By: jhi                                   on 2000/11/30  16:17:02
19188         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
19189              From: Robin Barker <rmb1@cise.npl.co.uk>
19190              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
19191              Date: Thu, 30 Nov 2000 14:27:12 GMT
19192      Branch: perl
19193            ! perlio.c toke.c
19194 ____________________________________________________________________________
19195 [  7934] By: jhi                                   on 2000/11/30  16:04:49
19196         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
19197      Branch: perl
19198            ! t/lib/net-hostent.t
19199 ____________________________________________________________________________
19200 [  7933] By: jhi                                   on 2000/11/30  06:07:26
19201         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
19202              From: Peter Prymmer <pvhp@forte.com>
19203              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
19204              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
19205              
19206              In VMS the localhost may be LOCALHOST.
19207      Branch: perl
19208            ! t/lib/net-hostent.t
19209 ____________________________________________________________________________
19210 [  7932] By: jhi                                   on 2000/11/30  01:11:11
19211         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
19212              From: Peter Prymmer <pvhp@forte.com>
19213              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
19214              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
19215              
19216              plus regen perlapi.pod.
19217      Branch: perl
19218            ! pod/perlapi.pod utf8.c
19219 ____________________________________________________________________________
19220 [  7931] By: jhi                                   on 2000/11/30  01:06:19
19221         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
19222              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19223              Date:     Wed, 29 Nov 2000 17:15:11 EST
19224              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
19225      Branch: perl
19226            ! t/lib/filter-util.pl t/lib/filter-util.t
19227 ____________________________________________________________________________
19228 [  7930] By: jhi                                   on 2000/11/29  18:51:55
19229         Log: Update Changes.
19230      Branch: perl
19231            ! Changes patchlevel.h
19232 ____________________________________________________________________________
19233 [  7929] By: jhi                                   on 2000/11/29  18:50:55
19234         Log: Update the va_copy() metaconfig unit.
19235      Branch: metaconfig/U/perl
19236            ! need_va_copy.U
19237 ____________________________________________________________________________
19238 [  7928] By: jhi                                   on 2000/11/29  17:50:43
19239         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
19240              From: Dominic Dunlop <domo@computer.org>
19241              Date: Tue, 28 Nov 2000 16:41:57 +0100
19242              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
19243              
19244              Patch to catch a core dump in the Configure va_copy test.
19245      Branch: perl
19246            ! Configure config_h.SH
19247 ____________________________________________________________________________
19248 [  7927] By: jhi                                   on 2000/11/29  17:31:59
19249         Log: Retract #7921, the patch shouldn't be needed.
19250      Branch: perl
19251            ! sv.c
19252 ____________________________________________________________________________
19253 [  7926] By: jhi                                   on 2000/11/29  17:01:41
19254         Log: Make the Class::Struct import() wiser.
19255      Branch: perl
19256            ! lib/Class/Struct.pm t/lib/class-struct.t
19257 ____________________________________________________________________________
19258 [  7925] By: jhi                                   on 2000/11/29  16:36:33
19259         Log: All the core library users of Class::Struct seem to be
19260              using "use Class::Struct 'struct';" instead of the bare
19261              "use Class::Struct;", which isn't documented in Class::Struct.
19262              This can't be right.
19263      Branch: perl
19264            ! lib/File/stat.pm
19265 ____________________________________________________________________________
19266 [  7924] By: jhi                                   on 2000/11/29  16:32:15
19267         Log: A test works better if it has the right 1..$n output.
19268      Branch: perl
19269            ! t/lib/class-struct.t
19270 ____________________________________________________________________________
19271 [  7923] By: jhi                                   on 2000/11/29  16:29:11
19272         Log: Forgot to MANIFEST the new Net::hostent test.
19273      Branch: perl
19274            ! MANIFEST
19275 ____________________________________________________________________________
19276 [  7922] By: jhi                                   on 2000/11/29  16:27:49
19277         Log: Integrate perlio.
19278      Branch: perl
19279           !> iperlsys.h perlio.c
19280 ____________________________________________________________________________
19281 [  7921] By: jhi                                   on 2000/11/29  16:27:10
19282         Log: (Retracted by #7927.)
19283              
19284              Subject: [PATCH] Is infinity a number?
19285              From: Simon Cozens <simon@cozens.net>
19286              Date: Wed, 29 Nov 2000 14:48:20 +0000
19287              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
19288      Branch: perl
19289            ! sv.c
19290 ____________________________________________________________________________
19291 [  7920] By: jhi                                   on 2000/11/29  16:23:02
19292         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
19293              From: rspier@pobox.com (Robert Spier)
19294              Date: Wed, 29 Nov 2000 02:17:49 -0500
19295              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
19296              
19297              Add a test for Net::hostent.
19298      Branch: perl
19299            + t/lib/net-hostent.t
19300 ____________________________________________________________________________
19301 [  7919] By: jhi                                   on 2000/11/29  16:21:31
19302         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
19303              add a test for Class::Struct.
19304      Branch: perl
19305            + t/lib/class-struct.t
19306            ! MANIFEST lib/Class/Struct.pm
19307 ____________________________________________________________________________
19308 [  7918] By: jhi                                   on 2000/11/29  15:48:40
19309         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
19310              From: rspier@pobox.com (Robert Spier)
19311              Date: Wed, 29 Nov 2000 02:25:39 -0500
19312              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
19313              
19314              More checking in case someone has broken their services or
19315              protocol databases.
19316      Branch: perl
19317            ! ext/Sys/Syslog/Syslog.pm
19318 ____________________________________________________________________________
19319 [  7917] By: jhi                                   on 2000/11/29  15:46:25
19320         Log: Subject: [PATCH] $^O  win32 -> MSWin32
19321              From: rspier@pobox.com (Robert Spier)
19322              Date: Wed, 29 Nov 2000 02:17:38 -0500
19323              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
19324              
19325              plus similar nits for vms, err, VMS, and UNICOS.
19326      Branch: perl
19327            ! t/lib/syslfs.t t/op/lfs.t
19328 ____________________________________________________________________________
19329 [  7916] By: jhi                                   on 2000/11/29  15:42:51
19330         Log: Subject: [PATCH] Tokeniser debugging
19331              From: Simon Cozens <simon@cozens.net>
19332              Date: Wed, 29 Nov 2000 14:15:45 +0000
19333              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
19334      Branch: perl
19335            ! perl.c perl.h pod/perlrun.pod toke.c
19336 ____________________________________________________________________________
19337 [  7915] By: jhi                                   on 2000/11/29  15:41:36
19338         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
19339              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19340              Date: Wed, 29 Nov 2000 02:13:14 -0500
19341              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
19342              
19343              OUT keyword nits.
19344              
19345              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
19346              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19347              Date: Wed, 29 Nov 2000 03:09:04 -0500
19348              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
19349              
19350              OUT and IN_OUT documentation.
19351      Branch: perl
19352            ! lib/ExtUtils/xsubpp pod/perlxs.pod
19353 ____________________________________________________________________________
19354 [  7914] By: jhi                                   on 2000/11/29  03:35:01
19355         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
19356              From: John Tobey <jtobey@john-edwin-tobey.org>
19357              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
19358              Message-Id: <m140e1N-000FOoC@feynman.localnet>
19359              
19360              plus a performance speedup noticed by Sarathy.
19361      Branch: perl
19362            ! op.c
19363 ____________________________________________________________________________
19364 [  7913] By: jhi                                   on 2000/11/29  03:16:59
19365         Log: Use "1 while unlink" so that VMS gets clean, too.
19366      Branch: perl
19367            ! t/lib/filter-util.t
19368 ____________________________________________________________________________
19369 [  7912] By: jhi                                   on 2000/11/29  03:09:08
19370         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
19371              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19372              Date: Tue, 28 Nov 2000 03:27:09 -0500
19373              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
19374      Branch: perl
19375            ! lib/ExtUtils/xsubpp
19376 ____________________________________________________________________________
19377 [  7911] By: jhi                                   on 2000/11/29  03:06:30
19378         Log: This should have been part of #7872: no need to scan UTF-8
19379              until eternity.
19380      Branch: perl
19381            ! utf8.c
19382 ____________________________________________________________________________
19383 [  7910] By: jhi                                   on 2000/11/29  02:50:04
19384         Log: One more perltie.pod nit from Casey R. Tweten.
19385      Branch: perl
19386            ! pod/perltie.pod
19387 ____________________________________________________________________________
19388 [  7909] By: jhi                                   on 2000/11/29  02:44:23
19389         Log: Document the known sprintf test failures, exact standard
19390              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
19391      Branch: perl
19392            ! pod/perldelta.pod t/op/sprintf.t
19393 ____________________________________________________________________________
19394 [  7908] By: jhi                                   on 2000/11/29  02:36:23
19395         Log: Add the Encoding table format documentation.
19396      Branch: perl
19397            + ext/Encode/Encode/EncodeFormat.pod
19398            ! MANIFEST
19399 ____________________________________________________________________________
19400 [  7907] By: jhi                                   on 2000/11/29  02:07:24
19401         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
19402              From: "Casey R. Tweten" <crt@kiski.net>
19403              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
19404              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
19405              
19406              Subject: Re: [PATCH] Updating perltie.pod for arrays
19407              From: "Casey R. Tweten" <crt@kiski.net>
19408              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
19409              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
19410      Branch: perl
19411            ! pod/perltie.pod
19412 ____________________________________________________________________________
19413 [  7906] By: nick                                  on 2000/11/28  22:40:59
19414         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
19415      Branch: perlio
19416            ! iperlsys.h perlio.c
19417 ____________________________________________________________________________
19418 [  7905] By: nick                                  on 2000/11/28  22:04:34
19419         Log: Integrate mainline
19420      Branch: perlio
19421           !> (integrate 39 files)
19422 ____________________________________________________________________________
19423 [  7904] By: jhi                                   on 2000/11/28  16:44:43
19424         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
19425              From: Nicholas Clark <nick@babyhippo.co.uk>
19426              Date: Tue, 28 Nov 2000 11:16:57 +0000
19427              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
19428      Branch: perl
19429            ! pod/perlipc.pod
19430 ____________________________________________________________________________
19431 [  7903] By: jhi                                   on 2000/11/28  16:40:31
19432         Log: Subject: [PATCH] Updating perltie.pod for arrays
19433              From: "Casey R. Tweten" <crt@kiski.net>
19434              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
19435              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
19436      Branch: perl
19437            ! pod/perltie.pod
19438 ____________________________________________________________________________
19439 [  7902] By: jhi                                   on 2000/11/28  16:39:37
19440         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
19441              From: Robin Barker <rmb1@cise.npl.co.uk>
19442              Date: Mon, 27 Nov 2000 17:56:44 GMT
19443              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
19444      Branch: perl
19445            ! pod/perlfunc.pod t/op/split.t
19446 ____________________________________________________________________________
19447 [  7901] By: jhi                                   on 2000/11/28  16:28:04
19448         Log: setmode() is a DOSish-only thing.
19449      Branch: perl
19450            ! perlio.c
19451 ____________________________________________________________________________
19452 [  7900] By: jhi                                   on 2000/11/28  16:21:46
19453         Log: Subject: [PATCH] perlcc.PL cleanups
19454              From: Simon Cozens <simon@cozens.net>
19455              Date: Tue, 28 Nov 2000 12:44:35 +0000
19456              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
19457      Branch: perl
19458            ! utils/perlcc.PL
19459 ____________________________________________________________________________
19460 [  7899] By: gsar                                  on 2000/11/28  06:32:55
19461         Log: reintegrate files missed by change#7895
19462      Branch: maint-5.6/perl
19463           +> ext/ByteLoader/bytecode.h utils/Makefile
19464            - utils/perlbc.PL
19465 ____________________________________________________________________________
19466 [  7897] By: gsar                                  on 2000/11/27  18:22:47
19467         Log: can't integrate these two files, for some reason
19468      Branch: maint-5.6/perl
19469            - ext/ByteLoader/bytecode.h utils/Makefile
19470 ____________________________________________________________________________
19471 [  7895] By: gsar                                  on 2000/11/27  18:11:21
19472         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
19473              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
19474              6757..6890,6892..6901 from mainline
19475              
19476              Bytecompiler patches from Benjamin Stuhl.
19477              
19478              More bytecompiler.
19479              
19480              Subject: [PATCH blead] B:: missing dependency
19481              
19482              Subject: [PATCH: 6757] configure.com updates and syslog build
19483              
19484              Long double Gconvert fixes from Yitzchak Scott-Thoennes
19485              and Spider Boardman.
19486              
19487              Subject: [PATCH blead] nextchar() abuse misses an optimisation
19488              
19489              Long double fixes from Spider Boardman.
19490              
19491              Make the selection of NVff et al stricter.
19492              
19493              cSVOPo_*v things index into the current PL_curpad
19494              under ithreads, which is different from the curpad
19495              used by the XSUB.  (In other words, the code as-is
19496              before this patch wouldn't work under ithreads.)
19497              
19498              Be portable.
19499              
19500              VMS MMS (make) wants null action.
19501              
19502              Mac and other portability updates from Chris Nandor.
19503              
19504              Storable support, v-version fixes.
19505              Subject: CPAN.pm beta for testing available
19506              
19507              Portability fix from Hugo van der Sanden.
19508              
19509              Bad makefile.
19510              
19511              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
19512              
19513              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
19514              
19515              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19516              
19517              Replace #6705 with a minimal doc patch.
19518              Subject: [PATCH 5.6.0] replace change #6705
19519              
19520              Drop the separate perlbc, perlcc -b should be enough.
19521              
19522              installperl couldn't tell whether it had run tests or not.
19523              Subject: [PATCH] Re: installperl and t/TEST
19524              
19525              Add silencer flags to installperl.
19526              Subject: [PATCH] Making installperl silent.
19527              
19528              Make "make install" by default silent.  A new "install-verbose"
19529              target is verbose.
19530              
19531              More liberal parsing of version numbers.
19532              Subject: Re: CPAN.pm beta for testing available
19533              
19534              Create directories in silence.
19535              Subject: [PATCH] Another silencer for MakeMaker
19536              
19537              DOS patches and portability/porting notes, from Tim Jenness.
19538              
19539              Make installman to recognize the silence flag -S.
19540              
19541              Actually do something with the silencer option.
19542              
19543              Continue silencing.
19544              
19545              Show the doc file, not the temp file.
19546              
19547              Regen perltoc.
19548              
19549              Subject: [PATCH] More silencing of installman.
19550              
19551              Better wording for the vec lvalue diagnostic.
19552              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
19553              
19554              Subject: [PATCH: 6805] several more tweaks to configure.com
19555              
19556              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
19557              
19558              Missing parts of 
19559              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
19560              
19561              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
19562              (applied slightly modified)
19563              
19564              installperl --verbose and --silent.
19565              Subject: Re: [PATCH] More silencing of installman.
19566              
19567              Add install-silent target.
19568              
19569              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
19570              the problem reported in
19571              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
19572              
19573              Tweak the sfio/useperlio logic, hopefully as wished in
19574              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
19575              
19576              One forgotten file from #6816.
19577              
19578              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
19579              
19580              Remove duplicately applied patch shards.
19581              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
19582              
19583              Support preserving extremely big/small angles.
19584              
19585              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
19586              
19587              Subject: [PATCH] installation not quite silent yet.
19588              
19589              Update the test count.
19590              
19591              Use UVxf, PTR2UV, NVff.
19592              
19593              Document PTR2XX and INT2PTR.
19594              
19595              no-install target a la make -n.
19596              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
19597              
19598              grep -e isn't portable.
19599              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
19600              
19601              Can't get the test to reliably work thanks to the
19602              inaccurateness of floating point.  "Resolves" bug ids
19603              20000826.003, 20000826.009, 20000826.010,
19604              
19605              Subject: installman buglet
19606              
19607              DJGPP update from Laszlo Molnar.
19608              
19609              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19610              
19611              Passing -R in ldflags makes now it to appear in the default
19612              for lddlflags, just like with -L.
19613              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
19614              
19615              Test nit.
19616              
19617              Use the actual thread type, not the pointer-to-struct.
19618              
19619              Provice virtual $Config{ccflags_nolargefiles} etc. 
19620              
19621              display_format used as a class method without arguments was broken,
19622              reported in
19623              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
19624              
19625              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
19626              
19627              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
19628              
19629              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
19630              
19631              opmini.o may be left around if a build is interrupted.
19632              
19633              Typo in #6858.
19634              
19635              Fix for ID 20000828.001, long doubles were not formatted
19636              correctly (showed up in $], which stopped installing perl).
19637              
19638              An attempt to fix the problem reported in
19639              Subject: Building perl@6856 using gcc/AIX 4.3.3 
19640              I can't test this properly since the gcc installation I have
19641              access to seems to be botched (gcc is calling the AIX cpp,
19642              a losing proposition...)
19643              
19644              Add -ld to archname on long tr...double platforms.
19645              
19646              Subject: hv.h Doc Patch
19647              
19648              Potential cruft.
19649              
19650              Subject: [PATCH bleedperl@6856] warnings fixes
19651              
19652              -S is the silent flag, -s is the strip flag.
19653              Subject: [PATCH] Re: [PATCH] make no-install          
19654              
19655              Take out the SUIDMAIL thing, that will not be
19656              a problem in 5.7.*.
19657              
19658              Subject: [PATCH bleedperl@6866] spellings
19659              
19660              Subject: [PATCH] Re: files not cleaned even by veryclean
19661              
19662              Use minimal @INC in tests, most of the time just '../lib',
19663              so that we simply can't pick up stuff from other Perls than
19664              the one we are testing.  Pointed out by
19665              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
19666              
19667              Update to Getopt::Long 2.24, from Johan Vromans.
19668              
19669              Fix for thinko in #6848.
19670              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
19671              
19672              Patches all over for people and the files they (hopefully) care about.
19673              
19674              Subject: Net::protoent does not export 'getproto'
19675              
19676              Missed a change in #6869.
19677              
19678              Subject: [PATCH] Warnings in B::Deparse
19679              
19680              Subject: [PATCH] Glob dumping
19681              
19682              Disable one of the tests for now.
19683              
19684              Disabling the one test is a bit tricky.
19685              
19686              Don't forget to tidy up.
19687              
19688              The #6881 removed one dump line.
19689              
19690              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
19691              
19692              Under usethreads the dumped variable is IN_PAD.
19693              Subject: Re: [PATCH] Glob dumping
19694              
19695              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
19696              
19697              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
19698              
19699              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
19700              
19701              Regen Configure for #6894.
19702              
19703              Subject: [PATCH: 6889] updates to perlebcdic.pod
19704              
19705              Undo namespace pollution of #6878.
19706              Subject: Re: Net::protoent does not export 'getproto'
19707              
19708              Admit that we are leaking scalars.
19709              
19710              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
19711      Branch: maint-5.6/perl
19712           !> (integrate 271 files)
19713 ____________________________________________________________________________
19714 [  7894] By: gsar                                  on 2000/11/27  16:00:34
19715         Log: a couple of nits
19716      Branch: maint-5.6/perl
19717            ! MANIFEST pp_sys.c
19718 ____________________________________________________________________________
19719 [  7893] By: gsar                                  on 2000/11/27  15:10:56
19720         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
19721              6740..6745,6747..6757,6760
19722              
19723              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
19724              
19725              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
19726              
19727              Doc nits spotted by Richard Soderberg.
19728              
19729              move WNOHANG definition to where other such things are
19730              
19731              Make $Config{byteorder} more magical so that it is
19732              dynamically computed: nice for 'fat binaries'.
19733              Subject: [PATCH]: default byteorder
19734              
19735              Subject: [PATCH] Cwd.pm now uses strict
19736              
19737              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
19738              
19739              Get -DLEAKTEST to compile (not necessarily to work, mind)
19740              Subject: [ID 20000724.006] -DLEAKTEST problem
19741              
19742              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
19743              
19744              Add perlebcdic from Peter Prymmer, regen toc.
19745              
19746              Don't propose using modules built for 5.005 if no binary
19747              compatibility with 5.005 is attempted.
19748              
19749              Do not use prototyping here.
19750              Subject: [ID 20000817.016] [PATCH] Peek.xs
19751              
19752              Document what the backtick returns if the command fails.
19753              
19754              Add byteorder to the myconfig output.
19755              
19756              Introduce NVef, NVff, and NVgf, use the middle one.
19757              (helps for lib/peek + Linux + long doubles)  Reported in
19758              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19759              Use NVs in POSIX math, not doubles.
19760              Subject: [ID 20000817.014] POSIX & modfl
19761              
19762              Subject: [PATCH 5.6.0+] newSVrv() memory leak
19763              
19764              The byteorder code in #6671 was wrong.
19765              
19766              Fix the lib/complex failure of
19767              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
19768              Linux long double accuracy issue: something that
19769              when printed with %g looks like "2" but int() of it is 1.
19770              
19771              Propagate new Configure vars.
19772              
19773              Unbuffer the output.
19774              
19775              Subject: [PATCH] perltrap.pod spring cleaning
19776              
19777              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
19778              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
19779              
19780              Tiny Getopt::Long patch from Johan Vromans.
19781              
19782              Document code point which makes if (defined %stash::) to work
19783              (noted by Spider Boardman).
19784              
19785              Subject: [PATCH perl@6698] cygwin port
19786              
19787              Document the NDBM_File and ODBM_File as SDBM_File
19788              was documented in #6417.
19789              
19790              The new tests were missing from #6415.
19791              
19792              Add [[:blank:]] as suggested in
19793              Subject: [ID 20000716.024] [=cc=] / [:blank:]
19794              (the [=cc=] has already been taken care of by #6439
19795              so the whole bug report can be closed)
19796              and make [[:space:]] to be equivalent to isspace(3)
19797              (as opposed to \s, which is isSPACE()).  The difference
19798              is that now [[:space:]] matches the mythical vertical tab,
19799              while \s doesn't.
19800              
19801              Don't eat leading os from index entries.
19802              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
19803              
19804              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
19805              
19806              Typo in pp_complement().
19807              Subject: [PATCH perl-current] Deparse
19808              
19809              Add warnif(), check warnings further up the stack,
19810              all the warnings functions now can take an optional object reference.
19811              Subject: [PATCH bleedperl@6691] warnings pragma update
19812              
19813              Fix a core dump in lib/selfloader under -DDEBUGGING.
19814              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
19815              
19816              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
19817              
19818              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
19819              
19820              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
19821              Put back the long double avoidance code to POSIX.xs
19822              because VMS seems to need it still.
19823              
19824              Introduce a 'veryclean' target that is like 'distclean'
19825              but also removes *~ and *.orig.
19826              
19827              Subject: [ID 20000817.023] endianness description in perlfunc.pod
19828              
19829              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
19830              
19831              Let's try #6717 again.
19832              
19833              UTF8 concat fixes.
19834              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
19835              
19836              pp_open() could pass an uninitialized filename down to do_open9().
19837              
19838              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
19839              
19840              Update to CGI 2.72, from Lincoln Stein.
19841              
19842              Subject: [PATCH] Silence MakeMaker (Was: installman)
19843              
19844              Use temporary directory instead of current directory.
19845              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
19846              
19847              Document odd vs even subreleases and -Dusedevel.
19848              
19849              The veryclean target needs to clobber.
19850              
19851              Use File::Spec->tmpdir().
19852              
19853              Document the number of exponent digits.
19854              
19855              Mention perlebcdic and perlposix-bc.
19856              
19857              s/this one/the 5.6.0 release/
19858              
19859              The #6724 is here.
19860              
19861              The correct cleaning order is an art.
19862              
19863              small tweaks for change#6705: avoid C++ style comments in C code;
19864              use Perl's malloc API rather than the low level system one
19865              
19866              Array context keeps slithering in.
19867              
19868              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
19869              
19870              Subject: [PATCH] os2.c fix for use64bitint
19871              
19872              Update to Pod::LaTeX 0.53.
19873              Subject: [PATCH] lib/Pod/LaTeX.pm updates
19874              
19875              Document the endianness of Alpha more precisely.
19876              
19877              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
19878              
19879              Rename the macro argument because some preprocessors
19880              can't tell the difference and expand arguments also inside
19881              double quoted strings.
19882              
19883              free TLS slot properly on Windows
19884              
19885              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
19886              
19887              Unicos/mk requires elaborate paranoia.
19888              
19889              Tweak the floating point output routine preferences.
19890              
19891              Also under djgpp the timestamps are funky.
19892              
19893              Apply some PodParser 1.18 patches; the Pod/Find.pm
19894              patches cannot be applied since #6712 conflicts.
19895              
19896              Use PodParser 1.18 new test.
19897              
19898              A pod nit.
19899              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
19900              
19901              Be verydeepclean.
19902      Branch: maint-5.6/perl
19903           +> pod/perlebcdic.pod
19904           !> (integrate 106 files)
19905 ____________________________________________________________________________
19906 [  7892] By: jhi                                   on 2000/11/27  15:02:32
19907         Log: Update Changes.
19908      Branch: perl
19909            ! Changes patchlevel.h
19910 ____________________________________________________________________________
19911 [  7891] By: jhi                                   on 2000/11/27  14:57:23
19912         Log: Subject: Re: perlfaq style changes
19913              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19914              Date: Sat, 25 Nov 2000 23:32:26 -0800
19915              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
19916              
19917              plus a note from Ronald Kimball.
19918      Branch: perl
19919            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
19920 ____________________________________________________________________________
19921 [  7890] By: jhi                                   on 2000/11/27  14:53:14
19922         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
19923              From: Benjamin Holzman <bah@ecnvantage.com>
19924              Date: Sun, 26 Nov 2000 16:27:33 -0500
19925              Message-ID: <20001126162733.J25040@ecnvantage.com>
19926      Branch: perl
19927            ! gv.c
19928 ____________________________________________________________________________
19929 [  7889] By: jhi                                   on 2000/11/27  14:43:11
19930         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
19931              From: lvirden@cas.org
19932              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
19933              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
19934      Branch: perl
19935            ! README.amiga
19936 ____________________________________________________________________________
19937 [  7888] By: jhi                                   on 2000/11/27  14:32:34
19938         Log: Restore also the locale test to no-sprintf-taint state.
19939              Fixes the bug 20001127.003.
19940      Branch: perl
19941            ! sv.c t/pragma/locale.t
19942 ____________________________________________________________________________
19943 [  7887] By: gsar                                  on 2000/11/27  14:13:05
19944         Log: integrate changes#6613..6616,6620..6665 from mainline
19945              
19946              VMS configure.com update continues.
19947              
19948              Subject: Test fails / warnings with perl-current #6612
19949              
19950              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
19951              
19952              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
19953              
19954              For now remove the mail code.
19955              
19956              Subject: Re: [PATCH] @+, @- readonly
19957              
19958              Subject: warning: storage class after type is obsolescent
19959              
19960              Subject: sfio2000
19961              
19962              Subject: Re: File::Temp problems on VMS in bleedperl
19963              
19964              README.os2 update.
19965              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
19966              
19967              Make the user to give up his firstborn, err, to knowingly
19968              verify installing an unstable developer release.  Also bump
19969              the release to 5.7.0, but leave a patch tag in the local
19970              patches saying that this is not yet the real thing.
19971              
19972              Update (kinda) to Test 1.14, from Joshua Pritikin.
19973              
19974              make ok etc also for win32.
19975              
19976              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
19977              
19978              Don't blow limited stacks, a lower number is enough to
19979              tickle the lookbehind limit.
19980              
19981              Use -Dusedevel; regen Configure and the respective Porting stuff.
19982              
19983              Subject: [PATCH] debugger exit code should reflect user exit code
19984              
19985              Subject: [PATCH perl@6620] cygwin port
19986              
19987              Missed a file from #6638.
19988              
19989              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)
19990              
19991              magic callbacks all need to have same type signature
19992              
19993              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
19994              
19995              Fix a dependency problem.
19996              Subject: [PATCH: 6640] VMS Makefile.SH update
19997              
19998              The numeric locale was reset to "C" by s?printf and never restored.
19999              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
20000              No test since adding the failing example to locale.t
20001              does not fail -- probably because the locale settings are so
20002              thoroughly tweaked by that time.  Running the example standalone
20003              does fail, though.  UPDATE: test case added at change #7540.
20004              
20005              Subject: [ID 20000324.040] minor fix to perlhpux.pod
20006              
20007              Update to CPAN 1.57.
20008              
20009              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
20010              
20011              Change the perlbug address to perl.org since it's more forgiving.
20012              
20013              Change the regx compilation error markers to use = instead of <
20014              since pod makes using the latter quite messy.  Reported in
20015              ID 20000814.006 by Abigail and in
20016              Subject: Unknown escape E<> ?
20017              
20018              Update to perldebtut 1.9, from Richard Foley.
20019              
20020              check that the number pseudo children doesn't exceed
20021              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
20022              the WaitForMultipleObjects() limit that would cause wait()
20023              to crash)
20024              wait() and waitpid() could potentially be rewritten to use
20025              more than one thread to do the waiting to eliminate this
20026              limitation
20027              
20028              change#6328 could make close(SOCKET) return false on windows
20029              when it shouldn't
20030              
20031              pod nit seen in passing
20032              
20033              on windows, the return values from wait() and waitpid() don't
20034              match those of pseudo-pids
20035              
20036              waitpid() now handles externally spawned pids correctly;
20037              fixes for backtick/wait/waitpid failures on Windows 9x
20038              these changes make the pid returned by process functions on
20039              Windows 9x always positive by clearing the high bit (which
20040              is always set on Win9x); pseudo-process PIDs are likewise
20041              always negative now on Win9x (just as on NT/2000)
20042              
20043              trailing new %ENV entries weren't being pushed into the real
20044              environment of subprocesses on Windows
20045              
20046              Tweak the regex compilation errors once more.
20047              
20048              avoid warnings from dense compiler
20049              
20050              add "ok" targets from change#6632 in makefile.mk
20051      Branch: maint-5.6/perl
20052            - lib/Pod/PlainText.pm vms/configure.com
20053           !> (integrate 66 files)
20054 ____________________________________________________________________________
20055 [  7886] By: jhi                                   on 2000/11/27  13:54:18
20056         Log: __FUNCTION__ isn't portable and trying to emulate it leads
20057              into practically spelling out the name of the function.
20058              Takes care of the bug 20001127.001.
20059      Branch: perl
20060            ! perlio.c
20061 ____________________________________________________________________________
20062 [  7885] By: gsar                                  on 2000/11/27  13:53:18
20063         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
20064              6610..6611 from mainline
20065              
20066              Make regular expression parse error messages easier to understand.
20067              Subject: Re: enhanced(?) regex error messages
20068              
20069              Tiny tidying on report_evil_fh().
20070              
20071              Subject: Re: enhanced(?) regex error messages 
20072              plus Capitalize the error messages, plus perldiag them.
20073              
20074              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
20075              
20076              Document here-doc better.
20077              
20078              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
20079              
20080              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
20081              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
20082              (either perlbug or p5p ate the original), plus regen
20083              perlapi and perltoc. 
20084              
20085              Regen global.sym.
20086              
20087              Double check that we have a dirhandle.
20088              
20089              Subject: Re: enhanced(?) regex error messages
20090              (plus two small patches sent privately)
20091              (this still seems to leave few test failures)
20092              
20093              warn is a macro, avoid using at a variable to avoid warnings
20094              in some configurations; readdir.t is too conservative in
20095              estimating number of *.t's
20096              
20097              Get back into sync with Jeffrey on the enhanced regex warnings.
20098              
20099              Subject: [PATCH 5.6.0] cygwin port
20100              
20101              Zero entries were skipped, fix from Adrian Goalby
20102              <argoalby@yahoo.co.uk>
20103              
20104              Subject: Remove dead entry in perldiag
20105              
20106              Amend the description of Perl6.
20107              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
20108              
20109              detypo
20110              
20111              It's the 2ndO'ROSSC.
20112              
20113              Revert the sv.c part of #6559, a better fix is needed.
20114              
20115              Iterating perl6 description.
20116              
20117              Update to Term::ANSIColor 1.03, from Russ Allbery.
20118              
20119              Update to Getopt::Long 2.23_05, from Johan Vromans.
20120              
20121              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
20122              
20123              Update to Pod::Parser 1.17, from Brad Appleton.
20124              
20125              Update to CPAN 1.56, from Andreas König.
20126              
20127              Update to CGI 2.70, from Lincoln Stein.
20128              
20129              Put back the std @INC thing.
20130              
20131              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
20132              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
20133              
20134              Document the IO::Select timeout.
20135              
20136              sleep(1) does not necessarily return 1.
20137              Subject: [PATCH bleadperl] op/lex_assign.t  
20138              
20139              Subject: debugger "d" command doesnt check line number
20140              
20141              B::Deparse didn't do sub attributes.
20142              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20143              
20144              Preprocessing and postprocessing for File::Find.
20145              Subject: Patch to Find::File.pm to allow alphabetical results
20146              
20147              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
20148              
20149              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
20150              
20151              Subject: Re: [ID 20000730.003] utf8::length() bad
20152              
20153              Subject: Getting perlio and threads to compile
20154              (the Solaris version changes in Configure skipped)
20155              
20156              Tests for #6589.
20157              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
20158              
20159              Add Perl debugging tutorial, regen toc. 
20160              Subject: perldebtut.pod
20161              
20162              Add a few missing files, update MANIFEST.
20163              
20164              Rewrite of vms/subconfigure.com as configure.com,
20165              from Peter Prymmer and the vmsperl crew.
20166              
20167              Should have deleted this in #6603.
20168              
20169              Fix the test for 5005threads.
20170              
20171              Fix-n-skip the tests under 5005threads.
20172              
20173              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
20174              
20175              Upgrade to CGI 2.71, from Lincoln Stein.
20176      Branch: maint-5.6/perl
20177           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
20178           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
20179           +> t/op/regmesg.t t/pod/find.t vms/configure.com
20180            - vms/subconfigure.com
20181            ! lib/lib.pm
20182           !> (integrate 115 files)
20183 ____________________________________________________________________________
20184 [  7884] By: jhi                                   on 2000/11/27  13:44:33
20185         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
20186              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20187              Date:     Mon, 27 Nov 2000 08:23:54 EST
20188              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
20189      Branch: perl
20190            ! vms/descrip_mms.template vms/test.com
20191 ____________________________________________________________________________
20192 [  7883] By: gsar                                  on 2000/11/27  11:50:46
20193         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
20194              6511..6513,6515..6523,6525..6536
20195              
20196              The swallow_bom() saga continues.  The #23 of require.t
20197              (UTF16-LE) still fails (silently, no output) but the #22
20198              (UTF16-BE) seems to be working now.  The root of the
20199              failure may be in sv_gets(): is it UTF-16LE-aware,
20200              especially when it comes to line endings? 
20201              
20202              Document the problem with -P in HP-UX and its workaround.
20203              
20204              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
20205              (aka ID 20000730.002)
20206              
20207              Subject: fix and question re: waitpid() under win32
20208              
20209              Make the safety catch for buggy gccs work with triple version
20210              numbers like 2.95.2.  Reported in
20211              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
20212              
20213              In Digital UNIX warn if gcc explicitly chosen because even
20214              2.95.2 is known to cause problems.
20215              
20216              Make chr() for values >127 to create utf8 when under utf8.
20217              
20218              various syntax errors and such (not fixed: comp/require.t#22 coredump
20219              on Windows)
20220              
20221              Stash away the largefiles flags and libswanted.
20222              
20223              BOM patching from Simon Cozens.
20224              
20225              If gccosandvers is equal to osname, clear gccosandvers.
20226              
20227              Make p4desc to skip non-mainperl branches by default.
20228              
20229              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
20230              
20231              The test from this
20232              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
20233              
20234              In new BSDs changes to argv[] do not show up in ps(1) output,
20235              instead one must use setproctitle().  This was already addressed
20236              by change #6457, but the below has a new variant for FreeBSD 4.0
20237              or later, and the matter is also documented more.
20238              
20239              FreeBSD 3.* updates from
20240              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
20241              
20242              regen_headers, regen perltoc.
20243              
20244              Document in one place the memory abstractions used in Perl core.
20245              
20246              memcpy has n o in it, as pinted ut by Sarathy.
20247              
20248              Remove the extraneous "main::" prefix from all the
20249              "opened only for", "on closed", and "never opened" warnings.
20250              
20251              The name of a filehandle does not have <these>.
20252              
20253              The tr utf8 patching continues.
20254              
20255              The new setproctitle() feature is available only in 
20256              bleeding edge FreeBSD.  From Paul Saab.
20257              
20258              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
20259              
20260              Dump UVs as UVs in Data::Dumper.
20261              
20262              detypo #6494
20263              
20264              Document the IVdf UVuf UVof UVxf.
20265              
20266              require.t needs binmode() to work on windows
20267              
20268              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
20269              that are hopefully soon put into use.
20270              
20271              Allow "no Module;" even if there is no 'unimport'.
20272              
20273              Better skip message for the test; one of the two problems in
20274              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
20275              
20276              The subtest 4 may fail also on VOBS, as pointed out
20277              by Nick Ing-Simmons in November 1999, bug id 19991124.003
20278              (but the failure in that bug report isn't the subtest 4).
20279              
20280              Be more informative on what is skipped and why,
20281              also repeat the list at the end.
20282              
20283              Add a URL for FSF.
20284              
20285              Subject: [PATCH] sv.h documentation - SvLEN
20286              
20287              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
20288              
20289              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
20290              
20291              Subject: [PATCH] bad cppsymbols on os2 + Configure question
20292              
20293              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
20294              
20295              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
20296              mention the idea of @( and @)
20297              
20298              This is 6512.  Really.
20299              
20300              Subject: [ID 19990721.004] Documentation bug in perlfunc
20301              
20302              Subject: Minor tweak to perlvar.pod
20303              
20304              In the warnings call filehandles consistently so;
20305              add "unopened" warning for stat().
20306              
20307              After the #6519 a warning about stat() is just that,
20308              not about a filetest, which now have their own warning.
20309              
20310              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
20311              
20312              Subject: Re: Array vs. List context
20313              
20314              Subject: New perlcc, take 2
20315              
20316              Weed buglets pointed out by
20317              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
20318              
20319              gcc versions might have (parentheses) in them.
20320              
20321              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
20322              
20323              Essential prototype changes were missing from #6527.
20324              Also make report_evil_fh() more bomb-proof.
20325              
20326              Zap lib/Sys directory when cleaning up.
20327              
20328              Change the Policy policy: now -Dprefix= with an existing
20329              Policy.sh and prefix == siteprefix == vendorprefix, then all
20330              of them follow along the new prefix.
20331              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
20332              
20333              Continue fixing the io warnings.  This also
20334              sort of fixes bug ID 20000802.003: the core dump
20335              is no more.  Whether the current behaviour is correct
20336              (giving a warning: "Not a format reference"), is another matter.
20337              
20338              Have symbols for the IoTYPEs.
20339              
20340              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
20341              
20342              Document a bit that UDP is not what you might think.
20343              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
20344              tr memory corruption fix from Simon Cozens.
20345              
20346              Plug the security hole described in the Aug 05 2000 bugtraq message
20347              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
20348              The security hole exists only in suidperls, which isn't
20349              installed or even built by default.
20350      Branch: maint-5.6/perl
20351           !> (integrate 71 files)
20352 ____________________________________________________________________________
20353 [  7882] By: gsar                                  on 2000/11/27  10:25:36
20354         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
20355              from mainline
20356              
20357              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
20358              to be fatal errors (instead of by default ignoring them, and
20359              ignoring with a bug: even though -w gave an error, the opening [
20360              was left in)  Reported in:
20361              
20362              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
20363              
20364              Subject: [PATCH] split /^/
20365              
20366              MacOS nits from Matthias Neeracher.
20367              
20368              More split() doc and test patches from Mike Guy.
20369              
20370              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
20371              from Graham Barr in the module list.
20372              
20373              docfix from Peter Scott <Peter@PSDT.com>.
20374              
20375              File::Temp patches for VMS and OS/2 from Tim Jenness.
20376              
20377              open() wariness in perlbug.
20378              
20379              Subject: [PATCH] minor doc change - perlguts
20380              
20381              Subject: Minor doc patch: handy.h
20382              
20383              Be wary of close()s, too.
20384              
20385              Further File::Temp patches from Yitzchak Scott-Thoennes
20386              and Craig A. Berry.
20387              
20388              Subject: [PATCH] fixes bug 20000508.004
20389              
20390              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
20391              
20392              Allow "no AutoLoader;", based on change #6444,
20393              suggested by Graham Barr.
20394              
20395              Use setproctitle() if available to modify $0.
20396              
20397              Warn if the version of the operating system used to compile gcc
20398              differs from the current version of the operating system.
20399              Also display the gcc compilation os and version in myconfig.
20400              Inspiration from
20401              
20402              Tiny fixes for #6460.
20403              
20404              The problem described in this
20405              Subject: [ID 20000322.018] named chars aren't magical enough
20406              has been fixed in perl 5.6.0 but just in case added a test
20407              to keep it away.  (The report from Joseph Hall.)
20408              
20409              Tune the comments and hopefully stop a memory leak.
20410              
20411              Subject: UTF8 concat
20412              (with a memory leak fixed, plus a few casts added)
20413              This also seems to help for
20414              Subject: [ID 20000716.015] join UTF8 weirdness
20415              
20416              Do not upgrade SVs into utf8 just because they participate
20417              in eq or cmp.  Reported and fix suggested in
20418              Subject: [ID 20000720.009] sv_eq UTF8 bug
20419              
20420              Fix the HALF_UPGRADE() macro introduced in #6263.
20421              
20422              Find green threads before native threads.
20423              Subject: Re: Patch to jpl/JNI/Makefile.PL
20424      Branch: maint-5.6/perl
20425           !> (integrate 30 files)
20426 ____________________________________________________________________________
20427 [  7881] By: jhi                                   on 2000/11/27  05:48:41
20428         Log: It seems that *both* the unused submatch loop cleanup
20429              codes are needed.
20430      Branch: perl
20431            ! regexec.c
20432 ____________________________________________________________________________
20433 [  7880] By: jhi                                   on 2000/11/27  04:50:07
20434         Log: Clean .exists deeper.
20435      Branch: perl
20436            ! Makefile.SH
20437 ____________________________________________________________________________
20438 [  7879] By: jhi                                   on 2000/11/27  02:31:35
20439         Log: The code in regcppop() (see #7878) contains the correct lower
20440              limit for the unused submatch 'cleanup' loop so that under
20441              "use utf8" the following code wouldn't dump core:
20442              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
20443              the cleanup loop in regtry() stomped beyond allocated area
20444              in the startp[] array.  Therefore, copied the correct lower
20445              loop limit (*PL_reglastparen) to regtry().  Note: something
20446              may still not be quite right: why was the _higher_ loop limit
20447              (prog->nparens) different in the utf8 case?
20448              
20449              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
20450              without core dumps, there were about 17 of them before
20451              the patch (with us since Perl 5.7.0).  Two failures, still:
20452              496 and 505 (though these may not be severe).
20453              
20454              Patch #7881 is also needed since both the cleanup loops
20455              seem to be needed.
20456              
20457              Also, the t/op/pat#44 seems to core dump under utf8.
20458              Plus a couple of failures.  UGH-8.
20459      Branch: perl
20460            ! regexec.c
20461 ____________________________________________________________________________
20462 [  7878] By: jhi                                   on 2000/11/27  02:21:17
20463         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
20464              the code in regcppop() seems to be redundant for the test suite --
20465              but it contains a germ of truth, and it needed for the build
20466              process itself: see #7879 and #7881.
20467      Branch: perl
20468            ! regexec.c
20469 ____________________________________________________________________________
20470 [  7877] By: jhi                                   on 2000/11/27  01:53:09
20471         Log: Comment on comment.
20472      Branch: perl
20473            ! regexec.c
20474 ____________________________________________________________________________
20475 [  7876] By: jhi                                   on 2000/11/27  00:49:59
20476         Log: Adjust the docs to agree with #7875.
20477      Branch: perl
20478            ! pod/perllocale.pod
20479 ____________________________________________________________________________
20480 [  7875] By: jhi                                   on 2000/11/27  00:49:27
20481         Log: Retract #7863.  It makes more sense not to taint formatted output,
20482              not even by sprintf().
20483      Branch: perl
20484            ! sv.c
20485 ____________________________________________________________________________
20486 [  7874] By: jhi                                   on 2000/11/26  23:36:02
20487         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
20488              Not really fixed (should really dump the UTF-8 charclass),
20489              but stopped displaying the garbage.
20490              
20491              Also add a note on the (missing) Unicode PSXSPC and BLANK.
20492      Branch: perl
20493            ! regcomp.c
20494 ____________________________________________________________________________
20495 [  7873] By: jhi                                   on 2000/11/26  21:31:13
20496         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
20497      Branch: perl
20498            ! regexec.c
20499 ____________________________________________________________________________
20500 [  7872] By: jhi                                   on 2000/11/26  21:06:04
20501         Log: No need to scan till infinity, 13 is enough.
20502      Branch: perl
20503            ! handy.h utf8.c
20504 ____________________________________________________________________________
20505 [  7871] By: jhi                                   on 2000/11/26  20:20:32
20506         Log: Test line numbers are different with utf8.
20507      Branch: perl
20508            ! t/op/re_tests
20509 ____________________________________________________________________________
20510 [  7870] By: jhi                                   on 2000/11/26  20:10:12
20511         Log: Message nit.
20512      Branch: perl
20513            ! regcomp.c
20514 ____________________________________________________________________________
20515 [  7869] By: jhi                                   on 2000/11/26  19:01:05
20516         Log: Make utf8_length() and utf8_distance() (the latter of which
20517              is unused at the moment) to be less forgiving about bad UTF-8.
20518      Branch: perl
20519            ! embed.h embed.pl objXSUB.h proto.h utf8.c
20520 ____________________________________________________________________________
20521 [  7868] By: jhi                                   on 2000/11/26  18:45:56
20522         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
20523              From: Benjamin Holzman <bah@ecnvantage.com>
20524              Date: Sat, 25 Nov 2000 20:40:20 -0500       
20525              Message-ID: <20001125204020.A25040@ecnvantage.com>              
20526              
20527              Debian allows installing /usr/bin/locale without installing
20528              any locales, an error message will ensue.
20529      Branch: perl
20530            ! t/pragma/locale.t
20531 ____________________________________________________________________________
20532 [  7867] By: jhi                                   on 2000/11/26  18:31:12
20533         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
20534              From: Benjamin Holzman <bah@ecnvantage.com>
20535              Date: Sun, 26 Nov 2000 02:42:34 -0500
20536              Message-ID: <20001126024234.G25040@ecnvantage.com>
20537              
20538              Patch for the bug 20000212.002.
20539      Branch: perl
20540            ! sv.c t/op/array.t
20541 ____________________________________________________________________________
20542 [  7866] By: jhi                                   on 2000/11/26  18:28:09
20543         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
20544              From: Tim Jenness <t.jenness@jach.hawaii.edu>
20545              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
20546              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
20547              
20548              File::Temp 0.11.
20549      Branch: perl
20550            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
20551 ____________________________________________________________________________
20552 [  7865] By: jhi                                   on 2000/11/26  18:24:22
20553         Log: The metaconfig unit change for #7864.
20554      Branch: metaconfig/U/perl
20555            ! need_va_copy.U
20556 ____________________________________________________________________________
20557 [  7864] By: jhi                                   on 2000/11/26  18:23:41
20558         Log: Make the va_copy() test not to be so talkative.
20559      Branch: perl
20560            ! Configure config_h.SH
20561 ____________________________________________________________________________
20562 [  7863] By: jhi                                   on 2000/11/26  18:11:02
20563         Log: Fix locale inconsistencies unearthed by Hugo's work.
20564              Now the floating point sprintf really does taint the result
20565              string as perllocale promises (has promised for a long time)
20566              if "use locale" is in the lexical scope.
20567      Branch: perl
20568            ! sv.c t/pragma/locale.t
20569 ____________________________________________________________________________
20570 [  7862] By: jhi                                   on 2000/11/26  00:35:15
20571         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
20572              From: Nicholas Clark <nick@ccl4.org>
20573              Date: Sun, 26 Nov 2000 00:07:50 +0000
20574              Message-ID: <20001126000750.A22446@plum.flirble.org>
20575              
20576              Infinit.
20577      Branch: perl
20578            ! sv.c
20579 ____________________________________________________________________________
20580 [  7861] By: jhi                                   on 2000/11/26  00:01:26
20581         Log: Integrate perlio.
20582      Branch: perl
20583           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
20584 ____________________________________________________________________________
20585 [  7860] By: nick                                  on 2000/11/25  22:04:17
20586         Log: Correct relative path from new ext\Filter\Util\Call location
20587              back to miniperl.
20588      Branch: perlio
20589            ! win32/makefile.mk
20590 ____________________________________________________________________________
20591 [  7859] By: nick                                  on 2000/11/25  21:26:54
20592         Log: Integrate mainline.
20593      Branch: perlio
20594           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20595           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
20596           +> t/lib/filter-util.t
20597            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20598            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
20599            - t/lib/filt-util.t
20600           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
20601           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
20602           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
20603           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
20604           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
20605           !> win32/makefile.mk
20606 ____________________________________________________________________________
20607 [  7858] By: gsar                                  on 2000/11/25  20:52:17
20608         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
20609              parent's memory; fix it by keeping track of the actual pad
20610              offset rather than a raw pointer (this change is probably also
20611              relevant to non-ithreads case to avoid fallout from reallocs of
20612              the pad array, but is currently only enabled for the ithreads
20613              case in the interests of minimal disruption to existing "well
20614              tested" code)
20615      Branch: perl
20616            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
20617            ! proto.h scope.c scope.h sv.c t/op/fork.t
20618 ____________________________________________________________________________
20619 [  7857] By: nick                                  on 2000/11/25  20:01:28
20620         Log: All tests pass on Win32/gcc/USE_PERLIO.
20621              - when crlf layer is pushed make unix-level binary.
20622              - remove :crlf injection in pp_backtick in pp_sys.c
20623              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
20624      Branch: perlio
20625            ! doio.c perlio.c pp_sys.c win32/makefile.mk
20626 ____________________________________________________________________________
20627 [  7856] By: jhi                                   on 2000/11/25  18:38:30
20628         Log: Update the metaconfig units for #7855.
20629      Branch: metaconfig/U/perl
20630            ! useperlio.U usesocks.U
20631 ____________________________________________________________________________
20632 [  7855] By: jhi                                   on 2000/11/25  18:37:54
20633         Log: Undo the SOCKS workarounds, instead start using PerlIO
20634              if SOCKS is selected.
20635              
20636              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
20637              From: Jens Hamisch <jens@Strawberry.COM>
20638              Date: Fri, 24 Nov 2000 18:31:30 +0100
20639              Message-ID: <20001124183130.E28337@Strawberry.COM>
20640              
20641              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
20642              From: Jens Hamisch <jens@Strawberry.COM>
20643              Date: Fri, 24 Nov 2000 19:11:51 +0100
20644              Message-ID: <20001124191151.A28753@Strawberry.COM>
20645      Branch: perl
20646            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
20647            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
20648 ____________________________________________________________________________
20649 [  7854] By: jhi                                   on 2000/11/25  17:39:08
20650         Log: Undo #7848.  Some of the code seems to use walkoptree(),
20651              some walkoptree_slow().  An unfinished renaming?
20652              Now the sub is walkoptree() (which is @EXPORT_OK),
20653              the walkoptree_slow() is a typeglob alias to walkoptree.
20654              This makes the tests to pass, at least.
20655      Branch: perl
20656            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
20657 ____________________________________________________________________________
20658 [  7853] By: nick                                  on 2000/11/24  22:24:33
20659         Log: Re-arrange crlf vs binary for platforms that care.
20660              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
20661              Lip-service to making stdio layer work on such platfroms (untested).
20662              Now fails 3 tests rather than one, checkin to see if I can debug 
20663              the issue under linux. (Do not merge.)
20664      Branch: perlio
20665            ! doio.c perlio.c perliol.h
20666 ____________________________________________________________________________
20667 [  7852] By: jhi                                   on 2000/11/24  18:57:39
20668         Log: AUTHORS edits.
20669      Branch: perl
20670            ! AUTHORS
20671 ____________________________________________________________________________
20672 [  7851] By: jhi                                   on 2000/11/24  17:34:56
20673         Log: Add Jan-Erik Karlsson.
20674      Branch: perl
20675            ! AUTHORS
20676 ____________________________________________________________________________
20677 [  7850] By: jhi                                   on 2000/11/24  17:27:56
20678         Log: Configure should find stdchar on its own.
20679      Branch: perl
20680            ! hints/solaris_2.sh
20681 ____________________________________________________________________________
20682 [  7849] By: jhi                                   on 2000/11/24  17:24:55
20683         Log: Subject: PATCH over 7848: Filter test flawed
20684              From: andreas.koenig@anima.de (Andreas J. Koenig)
20685              Date: 24 Nov 2000 10:28:29 +0100
20686              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
20687      Branch: perl
20688            ! t/lib/filter-util.t
20689 ____________________________________________________________________________
20690 [  7848] By: jhi                                   on 2000/11/24  17:22:15
20691         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
20692              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
20693              Date: Fri, 24 Nov 2000 16:12:58 +0000
20694              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
20695      Branch: perl
20696            ! ext/B/B.pm
20697 ____________________________________________________________________________
20698 [  7847] By: jhi                                   on 2000/11/24  03:07:01
20699         Log: Integrate perlio.
20700      Branch: perl
20701           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
20702           !> win32/makefile.mk
20703 ____________________________________________________________________________
20704 [  7846] By: gsar                                  on 2000/11/24  00:55:57
20705         Log: integrate changes#6415..6418,6420..6438 from mainline
20706              
20707              Fix the bitvector ops for utf8 (tricky since past 7 bits
20708              the utf8 'characters' can be more than one octet).
20709              
20710              MPE/ix updates for perl 5.6.0 from Mark Bixby.
20711              
20712              Subject: SDBM_File documentation
20713              
20714              Detypo.
20715              
20716              Decutandpasto.
20717              
20718              Send all installperl messages to STDERR and be -w clean.
20719              
20720              Out-of-date note removed.
20721              
20722              Protect against "wild next"s, that is, callbacks doing "next"
20723              instead of "return".
20724              
20725              Use STDOUT consistently.
20726              
20727              The output might have been produced in the wrong order.
20728              
20729              A missing 'break' after the [[:space:]] switch case.
20730              
20731              Add tests for
20732              [ID 19991110.003] another matching finding by pcre author
20733              which has already been fixed by some patch, as verified in
20734              
20735              Documentation to explain the behaviour of map().
20736              
20737              Add an optimization for map-maps-a-list-element-to-more-list-elements
20738              case, but add also notes explaining the relationship of this
20739              patch and the earlier notes by Sarathy.
20740              
20741              Subject: [ID 20000716.023] syslog test fails without sockets
20742              
20743              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
20744              Test cases for #6431.
20745              
20746              File::Spec::VMS fixup for tmpdir from Craig Berry.
20747              
20748              Make the "uninit variable" warning to say "concat or string"
20749              or "join or string" when in concat or join .
20750              
20751              Get UTF16 BOMs working.  Patch from
20752              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
20753              
20754              Subject: [PATCH] Make large file tests deal with SIGXFSZ
20755              
20756              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
20757              
20758              Subject: [PATCH] av.c apidoc
20759      Branch: maint-5.6/perl
20760           !> (integrate 43 files)
20761 ____________________________________________________________________________
20762 [  7845] By: gsar                                  on 2000/11/24  00:20:45
20763         Log: integrate changes#6406..6414 from mainline
20764              
20765              Merge perlhacktut into perlhack, update perlguts.
20766              
20767              Fix AutoSplit to use File::Spec the right way in VMS,
20768              from Peter Prymmer.
20769              
20770              The bug report
20771              [ID 19991110.002] minimal matching discrepancy found by pcre author
20772              seems to have been fixed (though differently from what was suggested
20773              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
20774              
20775              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
20776              not in pod, from Peter Prymmer
20777              
20778              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
20779              From: Hugo <hv@crypt.compulink.co.uk>
20780              Date: Fri, 14 Jul 2000 23:05:20 +0100
20781              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
20782              
20783              Didn't anymore apply, but that point still could use another fix.
20784              
20785              lib/b test fixes from Peter Prymmer.
20786              
20787              More docs for sv functions.
20788              
20789              perlvms.pod whitespace cleanup to keep pod utils happy.
20790              
20791              another VMS build tweak from Peter Prymmer
20792      Branch: maint-5.6/perl
20793           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
20794           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
20795           !> vms/descrip_mms.template vms/perlvms.pod
20796 ____________________________________________________________________________
20797 [  7844] By: nick                                  on 2000/11/23  23:42:45
20798         Log: Win32/perlio Now just fails one io/argv.t test - lack 
20799              of default :crlf on standard streams.
20800      Branch: perlio
20801            ! doio.c perlio.c
20802 ____________________________________________________________________________
20803 [  7843] By: nick                                  on 2000/11/23  23:04:05
20804         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
20805              peek fail is showing a real problem (multiple crlf layers
20806              are getting pushed.)
20807      Branch: perlio
20808            ! doio.c perlio.c win32/makefile.mk
20809 ____________________________________________________________________________
20810 [  7842] By: nick                                  on 2000/11/23  19:46:23
20811         Log: Implement PerlIO_binmode()
20812              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
20813              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
20814              make binmode in t/lib/io_tell.t unconditional so that works.
20815              Checkin just so Win32 machine can see these changes.
20816      Branch: perlio
20817            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
20818 ____________________________________________________________________________
20819 [  7841] By: jhi                                   on 2000/11/23  19:30:00
20820         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
20821      Branch: perl
20822            ! README.amiga
20823 ____________________________________________________________________________
20824 [  7840] By: jhi                                   on 2000/11/23  17:18:02
20825         Log: SOCKS wrestling continues, patches from Jens Hamisch.
20826      Branch: perl
20827            ! doio.c embed.h embed.pl perlsdio.h proto.h
20828 ____________________________________________________________________________
20829 [  7839] By: jhi                                   on 2000/11/23  16:54:14
20830         Log: Push Filter::Util::Call one level deeper.
20831      Branch: perl
20832            + t/lib/filter-util.t
20833           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
20834           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
20835            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20836            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
20837            - t/lib/filt-util.t
20838            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
20839            ! win32/Makefile win32/makefile.mk
20840 ____________________________________________________________________________
20841 [  7838] By: jhi                                   on 2000/11/23  16:52:40
20842         Log: Reach back one higher up when searching for PERL_SRC.
20843      Branch: perl
20844            ! lib/ExtUtils/MM_Unix.pm
20845 ____________________________________________________________________________
20846 [  7837] By: jhi                                   on 2000/11/23  16:05:41
20847         Log: Subject: Re: perl@7826
20848              Date: Thu, 23 Nov 2000 02:20:25 -0600
20849              From: "Craig A. Berry" <craigberry@mac.com>
20850              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
20851              
20852              Make VMS to like Filter::Util::Call. 
20853      Branch: perl
20854            ! configure.com ext/Filter/Util/Makefile.PL
20855 ____________________________________________________________________________
20856 [  7836] By: nick                                  on 2000/11/23  16:04:08
20857         Log: Implement crlf layer - not ready for merge.
20858      Branch: perlio
20859            ! perlio.c win32/makefile.mk
20860 ____________________________________________________________________________
20861 [  7835] By: jhi                                   on 2000/11/23  15:56:52
20862         Log: STDCHAR is different in Sparc v9 vs x86.
20863      Branch: perl
20864            ! hints/solaris_2.sh
20865 ____________________________________________________________________________
20866 [  7834] By: jhi                                   on 2000/11/23  15:50:47
20867         Log: The type needs to be visible to protos.
20868      Branch: perl
20869            ! perl.h
20870 ____________________________________________________________________________
20871 [  7833] By: jhi                                   on 2000/11/23  15:40:46
20872         Log: Finish unfinished SOCKS workaround changes.
20873      Branch: perl
20874            ! doio.c
20875 ____________________________________________________________________________
20876 [  7832] By: jhi                                   on 2000/11/23  15:33:30
20877         Log: Integrate perlio.
20878      Branch: perl
20879           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20880           !> win32/makefile.mk
20881 ____________________________________________________________________________
20882 [  7831] By: nick                                  on 2000/11/23  10:31:07
20883         Log: Correct makefile.mk dependancies for ext/Filter/Util
20884              Build ext/Encode
20885              Run dmake regen_config_h
20886      Branch: perlio
20887            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20888            ! win32/makefile.mk
20889 ____________________________________________________________________________
20890 [  7830] By: nick                                  on 2000/11/23  08:05:07
20891         Log: Integrate mainline
20892      Branch: perlio
20893           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20894           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
20895           +> t/lib/filt-util.pl t/lib/filt-util.t
20896           !> (integrate 41 files)
20897 ____________________________________________________________________________
20898 [  7829] By: gsar                                  on 2000/11/23  03:07:11
20899         Log: build the Filter extension on windows
20900      Branch: perl
20901            ! win32/Makefile win32/makefile.mk
20902 ____________________________________________________________________________
20903 [  7828] By: gsar                                  on 2000/11/23  02:46:35
20904         Log: regenerate win32/config* and fix some inconsistencies in the
20905              makefiles; always export Perl_deb() because it is needed
20906              by ext/re/* (whether perl itself is built with -DDEBUGGING
20907              or not)
20908      Branch: perl
20909            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
20910            ! win32/config_H.vc win32/makefile.mk
20911 ____________________________________________________________________________
20912 [  7827] By: gsar                                  on 2000/11/23  02:18:38
20913         Log: get sources building on windows+MSVC again (untested with other
20914              compilers)
20915      Branch: perl
20916            ! win32/include/sys/socket.h win32/perllib.c
20917 ____________________________________________________________________________
20918 [  7826] By: jhi                                   on 2000/11/23  01:18:26
20919         Log: Update Changes.
20920      Branch: perl
20921            ! Changes patchlevel.h
20922 ____________________________________________________________________________
20923 [  7825] By: jhi                                   on 2000/11/23  00:20:41
20924         Log: Subject: Re: av.c patch (having slight problems)
20925              From: "Ben Tilly" <ben_tilly@hotmail.com>
20926              Date: Tue, 21 Nov 2000 23:29:31 -0500
20927              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
20928              
20929              unshift() speedup.
20930      Branch: perl
20931            ! av.c
20932 ____________________________________________________________________________
20933 [  7824] By: jhi                                   on 2000/11/22  23:59:15
20934         Log: Fixes for signedness warnings noticed by VMSperlers.
20935      Branch: perl
20936            ! ext/Storable/Storable.xs regcomp.c sv.c
20937 ____________________________________________________________________________
20938 [  7823] By: jhi                                   on 2000/11/22  23:19:31
20939         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
20940              From: Peter Prymmer <pvhp@forte.com>
20941              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
20942              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
20943      Branch: perl
20944            ! t/pragma/warn/pp_hot
20945 ____________________________________________________________________________
20946 [  7822] By: jhi                                   on 2000/11/22  22:52:20
20947         Log: Be clean.
20948      Branch: perl
20949            ! Makefile.SH
20950 ____________________________________________________________________________
20951 [  7821] By: jhi                                   on 2000/11/22  22:46:39
20952         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
20953              by Damian Conway, as suggested by Paul Marquess.
20954      Branch: perl
20955            + lib/Filter/Simple.pm
20956 ____________________________________________________________________________
20957 [  7820] By: jhi                                   on 2000/11/22  22:45:51
20958         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
20959      Branch: perl
20960            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
20961            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
20962            + t/lib/filt-util.t
20963            ! MANIFEST
20964 ____________________________________________________________________________
20965 [  7819] By: jhi                                   on 2000/11/22  22:03:27
20966         Log: Integrate perlio.
20967      Branch: perl
20968           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
20969           !> win32/makefile.mk
20970 ____________________________________________________________________________
20971 [  7818] By: jhi                                   on 2000/11/22  21:56:02
20972         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
20973      Branch: perl
20974            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
20975            ! t/lib/io_sock.t
20976 ____________________________________________________________________________
20977 [  7817] By: jhi                                   on 2000/11/22  21:39:49
20978         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
20979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20980              Date: Wed, 22 Nov 2000 16:08:12 -0500
20981              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
20982      Branch: perl
20983            ! lib/ExtUtils/Liblist.pm
20984 ____________________________________________________________________________
20985 [  7816] By: jhi                                   on 2000/11/22  21:38:25
20986         Log: Go ahead and #include <unistd.h> in perl.h.
20987      Branch: perl
20988            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
20989            ! util.c
20990 ____________________________________________________________________________
20991 [  7815] By: jhi                                   on 2000/11/22  21:22:52
20992         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
20993              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20994              Date: Mon, 20 Nov 2000 18:30:52 -0500
20995              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
20996      Branch: perl
20997            ! pod/perlre.pod regcomp.c t/op/re_tests
20998 ____________________________________________________________________________
20999 [  7814] By: jhi                                   on 2000/11/22  21:21:46
21000         Log: Subject: [PATCH 5.7.0] Liblist finally works
21001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21002              Date: Tue, 21 Nov 2000 22:02:17 -0500
21003              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
21004      Branch: perl
21005            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
21006            ! lib/ExtUtils/MakeMaker.pm
21007 ____________________________________________________________________________
21008 [  7813] By: jhi                                   on 2000/11/22  21:20:23
21009         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
21010              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21011              Date: Wed, 22 Nov 2000 17:53:15 +0100
21012              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
21013              
21014              AIX dynaloader and perlio patch.
21015      Branch: perl
21016            ! ext/DynaLoader/dl_aix.xs
21017 ____________________________________________________________________________
21018 [  7812] By: jhi                                   on 2000/11/22  21:17:52
21019         Log: (Accidentally empty patch.)
21020      Branch: perl
21021            ! av.c
21022 ____________________________________________________________________________
21023 [  7811] By: jhi                                   on 2000/11/22  21:16:31
21024         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
21025              From: Peter Prymmer <pvhp@forte.com>
21026              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
21027              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
21028      Branch: perl
21029            ! vms/test.com
21030 ____________________________________________________________________________
21031 [  7810] By: jhi                                   on 2000/11/22  21:15:36
21032         Log: Subject: Re: perl@7777 
21033              From: "John P. Linderman" <jpl@research.att.com>
21034              Date: Wed, 22 Nov 2000 13:11:11 -0500
21035              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
21036              
21037              Detypoing.
21038      Branch: perl
21039            ! lib/CPAN.pm
21040 ____________________________________________________________________________
21041 [  7809] By: jhi                                   on 2000/11/22  21:14:19
21042         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
21043              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21044              Date:     Wed, 22 Nov 2000 13:51:37 EST
21045              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
21046      Branch: perl
21047            ! perlsdio.h
21048 ____________________________________________________________________________
21049 [  7808] By: jhi                                   on 2000/11/22  21:13:27
21050         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
21051              From: Casey Tweten <crt@kiski.net>
21052              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
21053              Message-Id: <200011201653.LAA10194@home.kiski.net>
21054      Branch: perl
21055            ! t/lib/io_udp.t
21056 ____________________________________________________________________________
21057 [  7807] By: jhi                                   on 2000/11/22  21:12:35
21058         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
21059              From: Casey Tweten <crt@kiski.net>
21060              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
21061              Message-Id: <200011201636.LAA07227@home.kiski.net>
21062      Branch: perl
21063            ! t/lib/io_sock.t
21064 ____________________________________________________________________________
21065 [  7806] By: jhi                                   on 2000/11/22  21:10:59
21066         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
21067              From: "Casey R. Tweten" <crt@kiski.net>
21068              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
21069              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
21070      Branch: perl
21071            ! utils/h2xs.PL
21072 ____________________________________________________________________________
21073 [  7805] By: nick                                  on 2000/11/22  21:05:06
21074         Log: Integrate mainline
21075      Branch: perlio
21076           !> Changes Porting/genlog ext/DB_File/DB_File.xs
21077           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
21078           !> utils/perlbug.PL
21079 ____________________________________________________________________________
21080 [  7804] By: jhi                                   on 2000/11/22  21:01:12
21081         Log: Subject: [PATCH] Test.pm POD peculiarity
21082              From: "Casey R. Tweten" <crt@kiski.net>
21083              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
21084              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
21085      Branch: perl
21086            ! lib/Test.pm
21087 ____________________________________________________________________________
21088 [  7803] By: jhi                                   on 2000/11/22  20:59:59
21089         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
21090              From: "Philip Newton" <pnewton@gmx.de>
21091              Date: Wed, 22 Nov 2000 14:25:53 +0100
21092              Message-Id: <3A1BD771.25462.1939FAD@localhost>
21093              
21094              Be case-understanding also on 's', and use the -oi of sendmail
21095              not to terminate the transmission on a lone '.'.
21096      Branch: perl
21097            ! utils/perlbug.PL
21098 ____________________________________________________________________________
21099 [  7802] By: nick                                  on 2000/11/22  20:51:42
21100         Log: Win32 PerlIO intermediate state now working as expected.
21101              - In current state we are still using C runtime in text/binary
21102              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
21103              - PERLIO=stdio and PERLIO=unix pass all expected tests.
21104              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
21105              and PerlIO_seek() and the dummy crlf layer is not making adjustments
21106              for CRLF translation happening in C runtime. All other tests pass.
21107              
21108              Added note to README.win32 to point out the snags of doing a perl build
21109              with Norton AntiVirus turned on.
21110              
21111              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
21112              which file a fail comes from.
21113              
21114              Updated "canned" config.h to match the one generated.
21115      Branch: perlio
21116            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
21117            ! win32/makefile.mk
21118 ____________________________________________________________________________
21119 [  7801] By: jhi                                   on 2000/11/22  06:50:20
21120         Log: Nickety nits.
21121      Branch: perl
21122            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
21123 ____________________________________________________________________________
21124 [  7800] By: jhi                                   on 2000/11/22  01:29:55
21125         Log: Changes had accidentally gone too silent on non-main branches.
21126      Branch: perl
21127            ! Changes Porting/genlog patchlevel.h
21128 ____________________________________________________________________________
21129 [  7799] By: gsar                                  on 2000/11/22  01:02:56
21130         Log: some lib_pm.PL changes snuck in via change#7772
21131      Branch: maint-5.6/perl
21132            ! Makefile.SH
21133 ____________________________________________________________________________
21134 [  7798] By: nick                                  on 2000/11/21  21:59:40
21135         Log: Integrate mainline
21136      Branch: perlio
21137           !> (integrate 28 files)
21138 ____________________________________________________________________________
21139 [  7797] By: jhi                                   on 2000/11/21  21:01:45
21140         Log: Integrate perlio.
21141      Branch: perl
21142           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
21143 ____________________________________________________________________________
21144 [  7796] By: nick                                  on 2000/11/21  20:36:22
21145         Log: Win32 builds and runs (mostly) with USE_PERLIO.
21146              PERLIO=perlio passes all tests. 
21147              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
21148      Branch: perlio
21149            ! perlio.c win32/perllib.c win32/win32.c
21150 ____________________________________________________________________________
21151 [  7795] By: jhi                                   on 2000/11/21  19:03:44
21152         Log: Update Changes.
21153      Branch: perl
21154            ! Changes patchlevel.h
21155 ____________________________________________________________________________
21156 [  7794] By: jhi                                   on 2000/11/21  18:56:34
21157         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
21158              From: "Craig A. Berry" <craigberry@mac.com>
21159              Date: Mon, 20 Nov 2000 20:27:06 -0600
21160              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
21161              
21162              A cut-and-pasto.
21163      Branch: perl
21164            ! perlio.h
21165 ____________________________________________________________________________
21166 [  7793] By: jhi                                   on 2000/11/21  18:54:41
21167         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
21168              From: Dominic Dunlop <domo@computer.org> 
21169              Date: Mon, 20 Nov 2000 18:55:29 +0100
21170              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
21171              
21172              va_copy() and the need of it.
21173              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
21174      Branch: metaconfig/U/perl
21175            + need_va_copy.U
21176      Branch: perl
21177            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21178            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
21179            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21180            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21181            ! win32/config.bc win32/config.gc win32/config.vc
21182 ____________________________________________________________________________
21183 [  7792] By: jhi                                   on 2000/11/21  17:04:10
21184         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
21185      Branch: perl
21186           !> scope.h
21187 ____________________________________________________________________________
21188 [  7791] By: jhi                                   on 2000/11/21  17:01:16
21189         Log: Export the SOCKS workaround symbols only if necessary.
21190      Branch: perl
21191            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
21192 ____________________________________________________________________________
21193 [  7790] By: nick                                  on 2000/11/20  23:57:11
21194         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
21195      Branch: perlio
21196            ! scope.h
21197 ____________________________________________________________________________
21198 [  7789] By: nick                                  on 2000/11/20  23:38:33
21199         Log: Integrate mainline
21200      Branch: perlio
21201           +> lib/File/Spec/Epoc.pm
21202           !> (integrate 34 files)
21203 ____________________________________________________________________________
21204 [  7788] By: nick                                  on 2000/11/20  23:20:18
21205         Log: Make extra buffer layer work (dummy crlf layer)
21206      Branch: perlio
21207            ! doio.c perlio.c perlio.h
21208 ____________________________________________________________________________
21209 [  7787] By: jhi                                   on 2000/11/20  22:44:04
21210         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
21211              From: Peter Prymmer <pvhp@forte.com>
21212              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
21213              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
21214      Branch: perl
21215            ! t/pragma/locale.t
21216 ____________________________________________________________________________
21217 [  7786] By: jhi                                   on 2000/11/20  22:29:10
21218         Log: Subject: DOC PATCH 5.6.0 perlreftut
21219              From: mjd@plover.com
21220              Date: 20 Nov 2000 19:45:06 -0000
21221              Message-ID: <20001120194506.9505.qmail@plover.com>
21222      Branch: perl
21223            ! pod/perlreftut.pod
21224 ____________________________________________________________________________
21225 [  7785] By: jhi                                   on 2000/11/20  22:27:44
21226         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
21227              From: David Dyck <dcd@tc.fluke.com>
21228              Date: Mon, 20 Nov 2000 11:43:40 -0800
21229              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
21230      Branch: perl
21231            ! lib/Cwd.pm
21232 ____________________________________________________________________________
21233 [  7784] By: jhi                                   on 2000/11/20  22:23:21
21234         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
21235              Date: Mon, 20 Nov 2000 17:06:10 -0500
21236              To: Mailing list Perl5 <perl5-porters@perl.org>
21237              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
21238      Branch: perl
21239            ! pp_ctl.c t/op/pat.t
21240 ____________________________________________________________________________
21241 [  7783] By: jhi                                   on 2000/11/20  22:11:18
21242         Log: Subject: [PATCH] doop.c - UTF8 tr///               
21243              From: Simon Cozens <simon@cozens.net>
21244              Date: Sat, 18 Nov 2000 18:49:30 +0000
21245              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
21246              
21247              Subject: Re: [PATCH] doop.c - UTF8 tr///           
21248              From: Simon Cozens <simon@cozens.net>
21249              Date: Mon, 20 Nov 2000 20:45:22 +0000
21250              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
21251              
21252              Make tr on UTF-8 better but still not correct.
21253      Branch: perl
21254            ! doop.c
21255 ____________________________________________________________________________
21256 [  7782] By: jhi                                   on 2000/11/20  22:02:16
21257         Log: Remove the shared object before attempting to create
21258              (by linking) a new one.  E.g. in AIX not removing
21259              becomes quite painful if one tries to do more than one
21260              build in the same tree (an interrupted build, for example),
21261              since the AIX' shared dynaloader seemingly keeps the shared
21262              objects open and therefore 'busy' for quite a while, even when
21263              nobody is using the objects, leading into link failures.
21264      Branch: perl
21265            ! lib/ExtUtils/MM_Unix.pm
21266 ____________________________________________________________________________
21267 [  7781] By: gsar                                  on 2000/11/20  19:02:55
21268         Log: type mismatch due to faulty integration
21269      Branch: maint-5.6/perl
21270            ! toke.c win32/Makefile
21271 ____________________________________________________________________________
21272 [  7780] By: gsar                                  on 2000/11/20  17:31:55
21273         Log: integrate changes#6392,6394..6399,6401..6404
21274              
21275              The {multiplier} of a fixed substring was overlooked which
21276              caused a wrong initial search offset for that substring.
21277              
21278              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
21279              From: Hugo <hv@crypt.compulink.co.uk>
21280              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
21281              Date: Thu, 13 Jul 2000 19:27:13 +0100
21282              
21283              Fix the BOM bug: not a byteorder bug, a signedness bug.
21284              
21285              Replace change #6337 with a better one.
21286              
21287              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21288              From: Hugo <hv@crypt.compulink.co.uk>
21289              Date: Fri, 14 Jul 2000 04:16:20 +0100
21290              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
21291              
21292              MakeMaker should not remove editor backups (*~) on `make clean`
21293              by default (completes change#6383)
21294              
21295              move new variables to the end of the interpreter structure (for
21296              bincompat in code that doesn't #include XSUB.h)
21297              
21298              rename totally bletcherous SvLOCK() thingy (doesn't do what the
21299              name suggests anyway)
21300              
21301              various cleanups (typos, misformatted code, and small bugs)
21302              
21303              typecasts needed for change#6394
21304              
21305              typos in change#6399, regen headers
21306              
21307              inconsistent types needs casts
21308              
21309              PERL_OBJECT build tweaks
21310      Branch: maint-5.6/perl
21311           !> MANIFEST doop.c embed.h embed.pl embedvar.h
21312           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
21313           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
21314           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
21315           !> toke.c util.c
21316 ____________________________________________________________________________
21317 [  7779] By: gsar                                  on 2000/11/20  17:06:29
21318         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
21319              
21320              Cosmetics and perldelta.
21321              
21322              Fix nits noticed by Boston.pm.
21323              
21324              Do the cc sanity check both before the hints and
21325              after the cc selction.
21326              
21327              get sprintf.t to adjust properly for 3-digit exponents
21328              
21329              don't clobber *.orig files on *clean targets
21330              
21331              fix bugs in processing %v-*d and similar format specs (from
21332              Avi Finkel <avi@finkel.org>)
21333              
21334              sprintf test tweaks (from Dominic Dunlop)
21335              
21336              new selfloader.t in change#6183 doesn't close DATA handles,
21337              and thus fails to clean up tmp files on dosish platforms
21338              
21339              typos (spotted by Peter Prymmer)
21340              
21341              typo fix from Craig Berry
21342      Branch: maint-5.6/perl
21343           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
21344           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
21345           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
21346           !> x2p/Makefile.SH
21347 ____________________________________________________________________________
21348 [  7778] By: gsar                                  on 2000/11/20  16:46:51
21349         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
21350              
21351              Subject: Re: format bug report  [Patch]
21352              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21353              Date: Wed, 05 Jul 2000 13:12:52 +0200
21354              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
21355              
21356              Subject: Re: format bug report  [Patch]
21357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21358              Date: Wed, 05 Jul 2000 14:10:01 +0200
21359              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
21360              
21361              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
21362              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21363              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
21364              Date: Fri, 07 Jul 2000 17:57:16 +0100
21365              
21366              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
21367              To: perl5-porters@perl.org
21368              From: Karsten Sperling <spiff@phreax.net>
21369              Date: Mon, 10 Jul 2000 15:12:52 +0200
21370              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
21371              
21372              README.posix-bc podified from Thomas Dorner.
21373              
21374              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
21375              From: Dominic Dunlop <domo@computer.org>
21376              Date: Tue, 11 Jul 2000 12:27:33 +0200
21377              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
21378              
21379              Typo in #6341.
21380              
21381              Fix for
21382              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
21383              From: Roderick Schertler <roderick@argon.org>
21384              Date: Tue, 11 Jul 2000 13:55:05 -0400
21385              Message-Id: <200007111755.NAA05077@jones.argon.org>
21386              
21387              Minor cleanups on the booklist.
21388              
21389              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
21390              regen perltoc.
21391              
21392              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
21393      Branch: maint-5.6/perl
21394           +> pod/perlbook.pod
21395           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
21396           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
21397           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
21398 ____________________________________________________________________________
21399 [  7777] By: jhi                                   on 2000/11/20  16:08:49
21400         Log: Update Changes.
21401      Branch: perl
21402            ! Changes patchlevel.h
21403 ____________________________________________________________________________
21404 [  7776] By: jhi                                   on 2000/11/20  15:27:56
21405         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
21406              This may be overly harsh but until proven otherwise, we think this
21407              way, or until we have a simple test for Configure (having to start
21408              up servers is does not count as simple) to check for the problems.
21409      Branch: perl
21410            ! perl.h
21411 ____________________________________________________________________________
21412 [  7775] By: jhi                                   on 2000/11/20  15:22:17
21413         Log: Solaris hints tweaks.
21414      Branch: perl
21415            ! hints/solaris_2.sh
21416 ____________________________________________________________________________
21417 [  7774] By: jhi                                   on 2000/11/20  15:01:20
21418         Log: Add a workaround to SOCKS 64-bit problems.
21419      Branch: perl
21420            ! doio.c embed.h embed.pl perlsdio.h proto.h
21421 ____________________________________________________________________________
21422 [  7773] By: jhi                                   on 2000/11/20  14:51:47
21423         Log: sysseek() instead of seek().
21424      Branch: perl
21425            ! t/lib/syslfs.t
21426 ____________________________________________________________________________
21427 [  7772] By: gsar                                  on 2000/11/20  13:06:23
21428         Log: integrate changes#6315..6319,6321..6331,6333..6338
21429              
21430              Integrate with Sarathy, preliminary fix for unicos
21431              alignment problems in [ID 20000612.002] Perl problem on Cray system.
21432              
21433              some debugger output does not go to the socket when RemotePort is set
21434              
21435              winsock cleanup never done on Windows (leads to handle leaks)
21436              
21437              fix UNC path handling on Windows under ithreads, and chdir()
21438              return value when given a non-existent directory
21439              
21440              Autogenerate pod/Makefile and pod/buildtoc.
21441              buildtoc also checks whether the existin pods are
21442              mentioned in MANIFEST and perl.pod, and vice versa.
21443              (None of the thusly found discrepancies fixed yet.)
21444              roffitall also needs to be autogenerated similarly but it
21445              seems so badly out of date that I didn't touch it yet.
21446              
21447              Config is being used.
21448              
21449              Add =head1 NAMEs so that buildtoc is happy.
21450              (The CGI::Util nit reported to Lincoln.)
21451              
21452              Fix complaints of buildtoc.
21453              
21454              Fix the alignment problem in Crays ([ID 20000612.002]).
21455              
21456              Remove perlbook, update perlfaq book listing,
21457              rearrange perl.pod, regenerate perltoc.
21458              
21459              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
21460              was cast to an unsigned (32-bit) integer with wild abandon.
21461              
21462              winsock options weren't being set in all threads under ithreads
21463              (caused send()s from second and subsequent threads to fail)
21464              
21465              accept() leaks memory on windows due to incorrect ordering of
21466              closesocket() and fclose() calls
21467              
21468              Reorder perl.pod once more.
21469              
21470              More POSIX.pod tweaks.
21471              
21472              Sprinkle ldlibpath.
21473              
21474              Precedence goof, fix based on
21475              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
21476              From: Hugo <hv@crypt.compulink.co.uk>
21477              Date: Tue, 11 Jul 2000 12:52:38 +0100
21478              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
21479              
21480              Subject: PATCH perlguts.pod: Document D and d magic types
21481              From: mjd@plover.com
21482              Date: 5 Jul 2000 18:01:51 -0000
21483              Message-ID: <20000705180151.29413.qmail@plover.com>
21484              
21485              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
21486              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
21487              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
21488              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
21489              
21490              Subject: [PATCH cfgperl] $& segfaults if you trick it
21491              From: simon@brecon.co.uk (Simon Cozens)
21492              Date: 7 Jul 2000 11:26:09 GMT
21493              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
21494              
21495              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
21496              From: Hugo <hv@crypt.compulink.co.uk>
21497              Date: Tue, 11 Jul 2000 12:44:50 +0100
21498              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
21499              
21500              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
21501              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21502              Date: Tue, 11 Jul 2000 13:50:51 +0100
21503              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
21504      Branch: maint-5.6/perl
21505           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
21506           +> pod/buildtoc.PL
21507            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
21508           !> (integrate 26 files)
21509 ____________________________________________________________________________
21510 [  7771] By: gsar                                  on 2000/11/20  12:31:42
21511         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
21512              6310,6311,6314
21513              
21514              Subject: [PATCH bleedperl] File::Spec 0.82 beta
21515              From: Barrie Slaymaker <barries@jester.slaysys.com>
21516              Date: Wed, 28 Jun 2000 11:35:29 -0400
21517              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
21518              
21519              tweak perlembed for multiplicity/usethreads sanity; correct notes
21520              about Windows
21521              
21522              localize %INC in a Safe compartment so that use/require work
21523              (many other magic globals probably need similar treatment)
21524              
21525              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
21526              when @_ is modified, causing coredumps
21527              
21528              slurp mode fix in change#4736 still not quite right
21529              
21530              Point to perlipc for more SysV IPC examples.
21531              
21532              Elaborate POSIX.pod.  Still needs work.
21533              
21534              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
21535              
21536              fix large memory leak that has been around for ever, masked by
21537              -DPURIFY (most of the arenas were never freed!)
21538              
21539              fix memory leak on Windows (PL_sys_intern contents were never
21540              freed)
21541              
21542              PERL_OBJECT build tweak
21543              
21544              adjust change#6299
21545              
21546              remove rel2abs prototypes (from Barrie Slaymaker)
21547              
21548              missing perldiag entry for unpack("w",...) diagnostic (from
21549              Andreas Koenig)
21550              
21551              better diagnostic on Frob->stuff() when Frob:: doesn't exist
21552              (from Richard Soderberg <rs@oregonnet.com>)
21553              
21554              Win32 patches for cfgperl from Sarathy.
21555              
21556              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
21557              
21558              More POSIX.pod embellishment.
21559              
21560              tyop in change#6306
21561      Branch: maint-5.6/perl
21562           !> (integrate 44 files)
21563 ____________________________________________________________________________
21564 [  7770] By: gsar                                  on 2000/11/20  11:51:00
21565         Log: integrate changes#6268..6282 from cfgperl branch
21566              
21567              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
21568              From: Dominic Dunlop <domo@computer.org>
21569              Date: Thu, 29 Jun 2000 12:32:39 +0200
21570              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
21571              
21572              Regen headers for #6261 (and update embed.pl for this) and #6267,
21573              silence few compiler warnings.
21574              
21575              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
21576              From: Nicholas Clark <nick@talking.bollo.cx>
21577              Date: Fri, 23 Jun 2000 16:21:15 +0100
21578              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
21579              
21580              Subject: PATCH pod/perltie.pod
21581              From: Ian Phillipps <Ian.Phillipps@iname.com>
21582              Date: Fri, 16 Jun 2000 00:17:19 +0100
21583              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
21584              (only the first hunk, the second hunk had already been done
21585              by some other patch)
21586              
21587              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
21588              From: Tom Phoenix <rootbeer@redcat.com>
21589              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
21590              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
21591              
21592              Subject: [PATCH] xsub attributes
21593              From: Doug MacEachern <dougm@covalent.net>
21594              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
21595              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
21596              
21597              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
21598              From: Andy Dougherty <doughera@lafayette.edu>
21599              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
21600              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
21601              
21602              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
21603              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21604              Date: Tue, 13 Jun 2000 02:43:48 -0500
21605              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
21606              
21607              Subject: [PATCH] Re: eval documentation: context
21608              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21609              Date: Mon, 12 Jun 2000 15:07:29 +0100
21610              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
21611              
21612              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
21613              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
21614              Date: Mon, 12 Jun 2000 14:55:59 +0100
21615              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
21616              
21617              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
21618              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
21619              Date: Fri, 09 Jun 2000 12:39:27 -0400
21620              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
21621              (plus update the version "number" of Text::Wrap)
21622              
21623              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
21624              From: Tim Ayers <tayers@bridge.com>
21625              Date: Thu, 08 Jun 2000 08:11:06 +0200
21626              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
21627              [resent by Richard Foley, Message-Id probably wrong]
21628              
21629              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
21630              From: rspier@pobox.com (Robert Spier)
21631              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
21632              Message-ID: <14654.31913.845602.610277@rls.cx>
21633              
21634              Subject: [PATCH 5.6.0] utils/h2xs.PL
21635              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
21636              Date: Wed, 7 Jun 2000 04:02:04 -0500
21637              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
21638              
21639              Subject: [PATCH 5.6.0]ITHREADs for VMS
21640              From: Dan Sugalski <dan@sidhe.org>
21641              Date: Tue, 06 Jun 2000 11:59:50 -0400
21642              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
21643      Branch: maint-5.6/perl
21644           !> (integrate 31 files)
21645 ____________________________________________________________________________
21646 [  7769] By: gsar                                  on 2000/11/20  11:29:06
21647         Log: integrate changes#6261..6266 from cfgperl
21648              
21649              Subject: Re: [PATCH cfgperl] BOMs away!
21650              From: simon@brecon.co.uk (Simon Cozens)
21651              Date: 17 Jun 2000 11:49:57 GMT
21652              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
21653              
21654              Subject: 5.6.0 Patch for EPOC
21655              From: Olaf Flebbe <o.flebbe@gmx.de>
21656              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
21657              Message-ID: <23449.960929969@www11.gmx.net>
21658              
21659              tr fixes from Simon Cozens
21660              
21661              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
21662              From: Marty Lucich <marty@netcom.com>
21663              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
21664              Message-Id: <200006282116.OAA11148@netcom.com>
21665              ccdlflags update (the BSD/OS 4.1 part had already been taken
21666              care of by #6141).
21667              
21668              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
21669              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
21670              Date: Wed, 28 Jun 2000 17:50:12 -0700
21671              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
21672              
21673              Subject: [PATCH 5.6.0] cygwin port
21674              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
21675              From: "Fifer, Eric" <EFifer@sanwaint.com>
21676              Date: Thu, 29 Jun 2000 12:58:29 +0100
21677      Branch: maint-5.6/perl
21678           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
21679           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
21680           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
21681           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
21682 ____________________________________________________________________________
21683 [  7768] By: gsar                                  on 2000/11/20  11:13:44
21684         Log: integrate changes#6252..6256,6259..6260
21685              
21686              Paranoia tweak on #6249.
21687              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
21688              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
21689              Date: Sun, 25 Jun 2000 23:43:12 -0400
21690              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
21691              
21692              Subject: tr///, help wanted.
21693              From: simon@brecon.co.uk (Simon Cozens)
21694              Date: 28 Jun 2000 11:29:04 GMT
21695              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
21696              
21697              small thinko tweaks
21698              
21699              tweaks from Simon Conzes to further fix tr/// under utf8
21700              
21701              perlnewmod was missing from MANIFEST.
21702              
21703              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
21704              From: simon@brecon.co.uk (Simon Cozens)
21705              Date: 17 Jun 2000 11:56:44 GMT
21706              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
21707              pack U0, pack C0
21708      Branch: maint-5.6/perl
21709           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
21710           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
21711           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
21712           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
21713 ____________________________________________________________________________
21714 [  7767] By: gsar                                  on 2000/11/20  10:51:38
21715         Log: integrate change#6250 from cfgperl
21716              
21717              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
21718              From: Doug MacEachern <dougm@covalent.net>
21719              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
21720              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
21721      Branch: maint-5.6/perl
21722           +> t/op/my_stash.t
21723           !> MANIFEST embed.pl global.sym proto.h toke.c
21724 ____________________________________________________________________________
21725 [  7766] By: gsar                                  on 2000/11/20  10:48:34
21726         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
21727              
21728              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
21729              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
21730              Date: Mon, 26 Jun 2000 18:40:14 +0100
21731              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
21732              
21733              Subject: [PATCH] bytes<->utf8 fixes
21734              From: simon@brecon.co.uk (Simon Cozens)
21735              Date: 26 Jun 2000 04:55:45 GMT
21736              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
21737              
21738              Subject: [PATCH] is_utf8_string
21739              From: simon@brecon.co.uk (Simon Cozens)
21740              Date: 26 Jun 2000 02:25:59 GMT
21741              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
21742              
21743              Subject: [PATCH] avoid mg_ptr in '*' magic
21744              From: Doug MacEachern <dougm@covalent.net>
21745              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
21746              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
21747              
21748              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
21749              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
21750              Date: Sat, 24 Jun 2000 13:06:20 +0100
21751              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
21752              
21753              Allow for standalone testing.
21754              
21755              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
21756              From: Mark-Jason Dominus <mjd@plover.com>
21757              Date: Tue, 27 Jun 2000 22:36:42 -0400
21758              Message-ID: <20000628023642.12166.qmail@plover.com>
21759              
21760              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
21761              From: Frank Tobin <ftobin@uiuc.edu>
21762              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
21763              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
21764      Branch: maint-5.6/perl
21765           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
21766           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
21767           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
21768           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
21769           !> utf8.c utils/h2xs.PL
21770 ____________________________________________________________________________
21771 [  7765] By: gsar                                  on 2000/11/20  10:29:13
21772         Log: integrate change#6239 from cfgperl
21773              
21774              Configure maintenance.  Sever some dependency cycles,
21775              separate gccversion from the cc unit,
21776              address [ID 20000623.006] Configure script patch for using gcc on AIX
21777              (but solve it a little bit differently),
21778              unduplex some accidentally duplicated units,
21779              suggest using gcc if no cc available
21780              (p5p thread: "Solaris configure: counterproposal", 1999-09)
21781      Branch: maint-5.6/perl
21782           !> Configure Todo-5.6 config_h.SH
21783 ____________________________________________________________________________
21784 [  7764] By: gsar                                  on 2000/11/20  10:25:55
21785         Log: integrate changes#6233..6238 from cfgperl
21786              
21787              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
21788              From: Mark-Jason Dominus <mjd@plover.com>
21789              Date: Fri, 16 Jun 2000 20:53:04 -0400
21790              Message-ID: <20000617005304.8008.qmail@plover.com>
21791              
21792              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
21793              because when run as services (Win32ese for daemons)
21794              no environment variables are set and tmpdir ends up as /tmp,
21795              which is ambiguous.
21796              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
21797              From: matt@sergeant.org
21798              Date: 16 Jun 2000 16:30:43 -0000
21799              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
21800              
21801              The thread begun by
21802              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
21803              From: Kevin.Ruscoe@ubsw.com
21804              Date: Fri, 16 Jun 2000 16:38:51 +0100
21805              Message-Id: <H000019b03c300d6@MHS>
21806              
21807              Tweak embed.pl, regen headers.
21808              
21809              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
21810              From: Dan Sugalski <dan@sidhe.org>
21811              Date: Fri, 23 Jun 2000 17:00:00 -0400
21812              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
21813      Branch: maint-5.6/perl
21814           !> (integrate 27 files)
21815 ____________________________________________________________________________
21816 [  7763] By: gsar                                  on 2000/11/20  10:08:08
21817         Log: s/perl56delta/perldelta/g
21818      Branch: maint-5.6/perl
21819            ! pod/Makefile
21820 ____________________________________________________________________________
21821 [  7762] By: gsar                                  on 2000/11/20  10:04:00
21822         Log: integrate changes#6225,6229,6231,6232 from cfgperl
21823              
21824              Add source code filenames to apidoc.
21825              From: simon@brecon.co.uk (Simon Cozens)
21826              Subject: [PATCH embed.pl] Source X-ref
21827              Date: 22 Jun 2000 02:18:49 GMT
21828              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
21829              
21830              Subject: README.hpux version 0.6.1
21831              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
21832              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
21833              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
21834              
21835              Subject: [PATCH 5.6.0] cygwin port
21836              From: "Fifer, Eric" <EFifer@sanwaint.com>
21837              Date: Tue, 20 Jun 2000 14:30:58 +0100
21838              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
21839              
21840              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
21841              From: simon@brecon.co.uk (Simon Cozens)
21842              Date: 19 Jun 2000 15:18:27 GMT
21843              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
21844              
21845              plus update pod/Makefile and regenerate perltoc
21846      Branch: maint-5.6/perl
21847           +> pod/perlutil.pod
21848           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
21849           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
21850 ____________________________________________________________________________
21851 [  7761] By: jhi                                   on 2000/11/20  04:09:55
21852         Log: Miraculous typo.
21853      Branch: perl
21854            ! t/op/pat.t
21855 ____________________________________________________________________________
21856 [  7760] By: jhi                                   on 2000/11/20  04:06:08
21857         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
21858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21859              Date: Sun, 19 Nov 2000 22:30:26 -0500
21860              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
21861      Branch: perl
21862            ! regexec.c scope.h t/op/pat.t
21863 ____________________________________________________________________________
21864 [  7759] By: jhi                                   on 2000/11/20  02:05:22
21865         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
21866      Branch: perl
21867            ! perl.h
21868 ____________________________________________________________________________
21869 [  7758] By: jhi                                   on 2000/11/20  01:58:11
21870         Log: Subject: [perl 7711: EPOC] updates
21871              From: Olaf Flebbe <o.flebbe@gmx.de>
21872              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
21873              Message-ID: <25575.974658810@www23.gmx.net>               
21874      Branch: perl
21875            + lib/File/Spec/Epoc.pm
21876            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
21877            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
21878            ! lib/File/Spec.pm perl.c sv.c
21879 ____________________________________________________________________________
21880 [  7757] By: jhi                                   on 2000/11/20  01:53:11
21881         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
21882      Branch: perl
21883            ! MANIFEST
21884 ____________________________________________________________________________
21885 [  7756] By: jhi                                   on 2000/11/20  01:47:22
21886         Log: Integrate perlio.
21887      Branch: perl
21888            - ext/re/hints/MSWin32.pl
21889           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
21890           !> win32/config.gc win32/config_H.gc win32/win32sck.c
21891 ____________________________________________________________________________
21892 [  7755] By: nick                                  on 2000/11/19  20:57:17
21893         Log: Add dummy crlf layer (just as buffer)
21894              Correct 1st bug - one layer of indirection.
21895      Branch: perlio
21896            ! perlio.c perlio.h perliol.h
21897 ____________________________________________________________________________
21898 [  7754] By: nick                                  on 2000/11/19  20:56:12
21899         Log: Work-round to Perl_deb_nocontext is no longer required
21900      Branch: perlio
21901            - ext/re/hints/MSWin32.pl
21902 ____________________________________________________________________________
21903 [  7753] By: nick                                  on 2000/11/19  20:01:16
21904         Log: diff -se shows these as different
21905      Branch: perlio
21906            ! global.sym pod/perlapi.pod
21907 ____________________________________________________________________________
21908 [  7752] By: nick                                  on 2000/11/19  18:57:30
21909         Log: Configure GCC/Win32 build -Duseperlio
21910              Fix a couple of gross issues
21911              - double-include of ../deb.o in re.dll
21912              - win32sck.c needs PerlIO and FILE 
21913      Branch: perlio
21914            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
21915            ! win32/win32sck.c
21916 ____________________________________________________________________________
21917 [  7751] By: nick                                  on 2000/11/19  17:05:36
21918         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
21919      Branch: perlio
21920            ! perlio.c
21921 ____________________________________________________________________________
21922 [  7750] By: nick                                  on 2000/11/19  16:57:14
21923         Log: Missing aTHX_
21924      Branch: perlio
21925            ! sv.c
21926 ____________________________________________________________________________
21927 [  7749] By: jhi                                   on 2000/11/19  16:28:40
21928         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
21929              From: "Peter J. Farley III" <pjfarley@banet.net>
21930              Date: Sun, 19 Nov 2000 01:42:58 -0500
21931              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
21932      Branch: perl
21933            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
21934 ____________________________________________________________________________
21935 [  7748] By: jhi                                   on 2000/11/19  16:08:10
21936         Log: Subject: podlators 1.05 available        
21937              From: Russ Allbery <rra@stanford.edu>   
21938              Date: 18 Nov 2000 22:04:28 -0800
21939              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
21940      Branch: perl
21941            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
21942 ____________________________________________________________________________
21943 [  7747] By: nick                                  on 2000/11/19  11:19:39
21944         Log: Integrate mainline
21945      Branch: perlio
21946           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
21947           !> util.c
21948 ____________________________________________________________________________
21949 [  7746] By: jhi                                   on 2000/11/19  06:42:22
21950         Log: Make hex scanning warn on "\x{x}" and "\xx".
21951              "\x" and and hex("x") are still valid.
21952      Branch: perl
21953            ! util.c
21954 ____________________________________________________________________________
21955 [  7745] By: nick                                  on 2000/11/18  22:52:28
21956         Log: Integrate mainline
21957      Branch: perlio
21958           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
21959           !> perl.h perlio.c proto.h regcomp.c regcomp.h
21960 ____________________________________________________________________________
21961 [  7744] By: jhi                                   on 2000/11/18  22:50:28
21962         Log: Introduce Perl_utf8_length().  Use it.
21963      Branch: perl
21964            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
21965 ____________________________________________________________________________
21966 [  7743] By: jhi                                   on 2000/11/18  22:38:51
21967         Log: Compiler denit.
21968      Branch: perl
21969            ! perlio.c
21970 ____________________________________________________________________________
21971 [  7742] By: jhi                                   on 2000/11/18  20:33:05
21972         Log: Integrate perlio.
21973      Branch: perl
21974           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
21975           !> perlio.h pp_ctl.c pp_sys.c sv.c
21976 ____________________________________________________________________________
21977 [  7741] By: jhi                                   on 2000/11/18  20:31:27
21978         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
21979              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21980              Date: Fri, 17 Nov 2000 20:35:11 -0500
21981              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
21982              
21983              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
21984              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21985              Date: Fri, 17 Nov 2000 21:03:47 -0500
21986              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
21987              
21988              Plus a little bit of tweaking in pregcomp().
21989      Branch: perl
21990            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
21991 ____________________________________________________________________________
21992 [  7740] By: nick                                  on 2000/11/18  20:17:22
21993         Log: Lexical use open ... support:
21994              add ->cop_io to COP structure in cop.h.
21995              Make mg.c and gv.c associate it with ${^OPEN}.
21996              Make lib/open.pm set it.
21997              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
21998              manner similar to ->cop_warnings.
21999              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
22000              call new PerlIO_apply_layers().
22001              Declare latter in perlio.h and define in perlio.c
22002      Branch: perlio
22003            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
22004            ! perlio.h pp_ctl.c pp_sys.c sv.c
22005 ____________________________________________________________________________
22006 [  7739] By: jhi                                   on 2000/11/18  19:54:00
22007         Log: Integrate perlio.
22008      Branch: perl
22009           !> doio.c perlio.c pp.c
22010 ____________________________________________________________________________
22011 [  7738] By: jhi                                   on 2000/11/18  17:16:13
22012         Log: Subject: [PATCH 5.7.0] etags broken again
22013              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22014              Date: Sat, 18 Nov 2000 02:41:36 -0500
22015              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
22016      Branch: perl
22017            ! emacs/ptags
22018 ____________________________________________________________________________
22019 [  7737] By: jhi                                   on 2000/11/18  17:12:18
22020         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
22021      Branch: perl
22022            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22023 ____________________________________________________________________________
22024 [  7736] By: nick                                  on 2000/11/18  14:06:20
22025         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
22026              part to be isolated.
22027      Branch: perlio
22028            ! doio.c perlio.c
22029 ____________________________________________________________________________
22030 [  7735] By: nick                                  on 2000/11/18  11:03:32
22031         Log: Integrate mainline
22032      Branch: perlio
22033           !> Changes README.amiga README.win32 patchlevel.h
22034           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
22035 ____________________________________________________________________________
22036 [  7734] By: jhi                                   on 2000/11/18  01:18:56
22037         Log: Update Changes.
22038      Branch: perl
22039            ! Changes patchlevel.h
22040 ____________________________________________________________________________
22041 [  7733] By: jhi                                   on 2000/11/18  00:32:54
22042         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
22043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22044              Date: Fri, 17 Nov 2000 17:28:02 -0500
22045              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
22046      Branch: perl
22047            ! regcomp.c regexec.c t/op/re_tests
22048 ____________________________________________________________________________
22049 [  7732] By: jhi                                   on 2000/11/18  00:28:56
22050         Log: Sparc 64-bit pack() fix from Jens Hamisch.
22051      Branch: perl
22052            ! pp.c
22053 ____________________________________________________________________________
22054 [  7731] By: jhi                                   on 2000/11/18  00:18:39
22055         Log: Explain in more detail the {} syntax ambiguousity.
22056              
22057              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
22058              From: Nicholas Clark <nick@ccl4.org>
22059              Date: Fri, 17 Nov 2000 22:10:28 +0000
22060              Message-ID: <20001117221028.A88930@plum.flirble.org>
22061      Branch: perl
22062            ! pod/perlfunc.pod
22063 ____________________________________________________________________________
22064 [  7730] By: jhi                                   on 2000/11/18  00:12:18
22065         Log: Subject: Fix for README.amiga (20000323.033)
22066              From: "Stephen P. Potter" <spp@spotter.yi.org>
22067              Date: Fri, 17 Nov 2000 12:25:51 -0500
22068              Message-Id: <200011171725.MAA05768@spotter.yi.org>
22069      Branch: perl
22070            ! README.amiga
22071 ____________________________________________________________________________
22072 [  7729] By: jhi                                   on 2000/11/18  00:08:34
22073         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
22074              From: "A. C. Yardley" <yardley@tanet.net>
22075              Date: Mon, 3 Apr 2000 11:35:33 -0700
22076              Message-ID: <3483.000403@tanet.net>
22077      Branch: perl
22078            ! README.win32
22079 ____________________________________________________________________________
22080 [  7728] By: nick                                  on 2000/11/17  21:59:47
22081         Log: Integrate mainline
22082      Branch: perlio
22083           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
22084           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
22085           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
22086           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
22087 ____________________________________________________________________________
22088 [  7727] By: nick                                  on 2000/11/17  21:56:31
22089         Log: Experiment on use of attributes.pm interface.
22090              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
22091              SVt_PVRV if not already something better (else vivify of say magic gets
22092              core dump).
22093      Branch: perlio
22094            ! perlio.c pp.c
22095 ____________________________________________________________________________
22096 [  7726] By: jhi                                   on 2000/11/17  14:15:49
22097         Log: Subject: Fix for 20000815.006
22098              From: "Stephen P. Potter" <spp@spotter.yi.org>
22099              Date: Fri, 17 Nov 2000 08:57:45 -0500
22100              Message-Id: <200011171357.IAA05122@spotter.yi.org>
22101              
22102              It's really 20000518.006.
22103      Branch: perl
22104            ! pod/perlmodlib.PL
22105 ____________________________________________________________________________
22106 [  7725] By: jhi                                   on 2000/11/17  14:12:31
22107         Log: Subject: Fix for 20000409.001
22108              From: "Stephen P. Potter" <spp@spotter.yi.org>
22109              Date: Fri, 17 Nov 2000 08:55:45 -0500
22110              Message-Id: <200011171355.IAA05104@spotter.yi.org>
22111      Branch: perl
22112            ! pod/perlfaq9.pod
22113 ____________________________________________________________________________
22114 [  7724] By: jhi                                   on 2000/11/17  14:08:58
22115         Log: Undo #7627 now that we have =head3.
22116      Branch: perl
22117            ! pod/perlhack.pod
22118 ____________________________________________________________________________
22119 [  7723] By: jhi                                   on 2000/11/17  14:04:09
22120         Log: As surmised the #7719 wasn't a good move.
22121      Branch: perl
22122            ! hints/solaris_2.sh
22123 ____________________________________________________________________________
22124 [  7722] By: jhi                                   on 2000/11/17  13:59:04
22125         Log: Also the 64bitall hints can be either here or there.
22126      Branch: perl
22127            ! hints/solaris_2.sh
22128 ____________________________________________________________________________
22129 [  7721] By: jhi                                   on 2000/11/17  02:26:23
22130         Log: Test tweak for the open pragma.
22131      Branch: perl
22132            ! t/lib/b.t
22133 ____________________________________________________________________________
22134 [  7720] By: jhi                                   on 2000/11/17  00:23:22
22135         Log: The long double hints can be here or there.
22136      Branch: perl
22137            ! hints/solaris_2.sh
22138 ____________________________________________________________________________
22139 [  7719] By: jhi                                   on 2000/11/17  00:14:06
22140         Log: For Solaris use64bitall the stdchar needs a little bit of help.
22141      Branch: perl
22142            ! hints/solaris_2.sh
22143 ____________________________________________________________________________
22144 [  7718] By: jhi                                   on 2000/11/16  23:27:34
22145         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
22146              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22147              Date: Wed, 15 Nov 2000 08:56:32 +0100
22148              Message-ID: <3A1241B0.64477E00@alcatel.at>
22149      Branch: perl
22150            ! lib/Carp/Heavy.pm
22151 ____________________________________________________________________________
22152 [  7717] By: jhi                                   on 2000/11/16  23:23:29
22153         Log: Subject: [PATCH] Re: 20001101.003 PDL
22154              From: Nicholas Clark <nick@ccl4.org>
22155              Date: Thu, 16 Nov 2000 16:48:25 +0000
22156              Message-ID: <20001116164825.B93487@plum.flirble.org>
22157      Branch: perl
22158            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
22159 ____________________________________________________________________________
22160 [  7716] By: jhi                                   on 2000/11/16  23:21:31
22161         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
22162              From: "Casey R. Tweten" <crt@kiski.net>
22163              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
22164              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
22165      Branch: perl
22166            ! lib/Pod/Checker.pm pod/perlpod.pod
22167 ____________________________________________________________________________
22168 [  7715] By: jhi                                   on 2000/11/16  23:19:40
22169         Log: Avoid an infinite loop in VMS when utils scripts are run
22170              with no arguments, from Charles Lane.
22171      Branch: perl
22172            ! configure.com
22173 ____________________________________________________________________________
22174 [  7714] By: jhi                                   on 2000/11/16  23:17:08
22175         Log: Subject: perllocale.pod changes
22176              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22177              Date: Mon, 13 Nov 2000 10:09:22 +0300
22178              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
22179      Branch: perl
22180            ! pod/perllocale.pod
22181 ____________________________________________________________________________
22182 [  7713] By: jhi                                   on 2000/11/16  23:14:06
22183         Log: Integrate perlio.
22184      Branch: perl
22185           !> doio.c perlio.c perlio.h util.c
22186 ____________________________________________________________________________
22187 [  7712] By: nick                                  on 2000/11/16  21:10:58
22188         Log: Integrate mainline
22189      Branch: perlio
22190           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22191           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22192           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
22193           !> vos/config.ga.def vos/config.ga.h win32/config.bc
22194           !> win32/config.gc win32/config.vc
22195 ____________________________________________________________________________
22196 [  7711] By: nick                                  on 2000/11/16  19:56:41
22197         Log: Minor tweaks:
22198              consistent way of getting 'rb', 'wb' etc. for binary opens
22199              move *perlio::layers to *open::layers
22200              a #define to show layers available
22201              DOSISH popen/PerlIO had export/import sense inverted.
22202      Branch: perlio
22203            ! doio.c perlio.c perlio.h util.c
22204 ____________________________________________________________________________
22205 [  7710] By: jhi                                   on 2000/11/16  15:46:05
22206         Log: Add HAS_SBRK_PROTO.
22207      Branch: metaconfig/U/perl
22208            + d_sbrkproto.U
22209      Branch: perl
22210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22211            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
22212            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
22213            ! vos/config.ga.def vos/config.ga.h win32/config.bc
22214            ! win32/config.gc win32/config.vc
22215 ____________________________________________________________________________
22216 [  7709] By: nick                                  on 2000/11/16  07:31:49
22217         Log: Integrate mainline
22218      Branch: perlio
22219           !> (integrate 35 files)
22220 ____________________________________________________________________________
22221 [  7708] By: jhi                                   on 2000/11/16  05:33:03
22222         Log: These files are text, not binary.
22223      Branch: perl
22224            ! ext/Encode/Encode/iso8859-10.enc
22225            ! ext/Encode/Encode/iso8859-13.enc
22226            ! ext/Encode/Encode/iso8859-14.enc
22227            ! ext/Encode/Encode/iso8859-15.enc
22228 ____________________________________________________________________________
22229 [  7707] By: jhi                                   on 2000/11/16  01:53:37
22230         Log: Update Changes.
22231      Branch: perl
22232            ! Changes patchlevel.h
22233 ____________________________________________________________________________
22234 [  7706] By: jhi                                   on 2000/11/16  01:35:59
22235         Log: More #undefing of stdio.
22236      Branch: perl
22237            ! fakesdio.h nostdio.h
22238 ____________________________________________________________________________
22239 [  7705] By: jhi                                   on 2000/11/16  01:34:18
22240         Log: Add fwalk() probe to the configuration files and regen perltoc.
22241      Branch: perl
22242            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22243            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
22244            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
22245            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22246            ! win32/config.bc win32/config.gc win32/config.vc
22247 ____________________________________________________________________________
22248 [  7704] By: jhi                                   on 2000/11/16  01:33:07
22249         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
22250              an optional third argument to Inlibc?)
22251      Branch: metaconfig/U/perl
22252            + d__fwalk.U
22253 ____________________________________________________________________________
22254 [  7703] By: jhi                                   on 2000/11/16  01:09:22
22255         Log: The type of the hash_cb() size argument is tricky.
22256      Branch: perl
22257            ! ext/DB_File/DB_File.xs
22258 ____________________________________________________________________________
22259 [  7702] By: jhi                                   on 2000/11/15  23:01:16
22260         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
22261      Branch: perl
22262            ! nostdio.h
22263 ____________________________________________________________________________
22264 [  7701] By: jhi                                   on 2000/11/15  22:52:32
22265         Log: Detypo.
22266      Branch: perl
22267            ! t/lib/bigfltpm.t
22268 ____________________________________________________________________________
22269 [  7700] By: jhi                                   on 2000/11/15  22:51:56
22270         Log: UINT64_C() work continues.
22271      Branch: perl
22272            ! handy.h perl.h utf8.h
22273 ____________________________________________________________________________
22274 [  7699] By: jhi                                   on 2000/11/15  14:13:04
22275         Log: SOCKS has its own USE_THREADS, based on
22276              
22277              Subject: [ID 20001114.002] et. al. bugfix followup
22278              From: Jens Hamisch <jens@Strawberry.COM> 
22279              Date: Wed, 15 Nov 2000 14:23:11 +0100
22280              Message-ID: <20001115142311.A21164@Strawberry.COM>
22281      Branch: perl
22282            ! perl.h
22283 ____________________________________________________________________________
22284 [  7698] By: jhi                                   on 2000/11/15  03:50:56
22285         Log: Add few missing #undefs and sort them.
22286      Branch: perl
22287            ! fakesdio.h
22288 ____________________________________________________________________________
22289 [  7697] By: jhi                                   on 2000/11/15  03:39:14
22290         Log: Linenumber fix.
22291      Branch: perl
22292            ! t/pragma/warn/utf8
22293 ____________________________________________________________________________
22294 [  7696] By: jhi                                   on 2000/11/15  02:55:26
22295         Log: EBCDIC tweaks.
22296              
22297              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
22298              From: Peter Prymmer <pvhp@forte.com>
22299              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
22300              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
22301      Branch: perl
22302            ! t/op/regmesg.t t/pragma/warn/utf8
22303 ____________________________________________________________________________
22304 [  7695] By: jhi                                   on 2000/11/15  02:53:58
22305         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
22306              From: Peter Prymmer <pvhp@forte.com>
22307              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
22308              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
22309      Branch: perl
22310            ! utf8.c
22311 ____________________________________________________________________________
22312 [  7694] By: jhi                                   on 2000/11/15  02:50:55
22313         Log: Subject: [PATCH: perl@7674] updates to README.os390
22314              From: Prymmer/Kahn <pvhp@best.com>
22315              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
22316              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
22317      Branch: perl
22318            ! README.os390
22319 ____________________________________________________________________________
22320 [  7693] By: jhi                                   on 2000/11/15  02:48:37
22321         Log: Quit utf8_to_uv() instantly if curlen == 0.
22322      Branch: perl
22323            ! utf8.c
22324 ____________________________________________________________________________
22325 [  7692] By: jhi                                   on 2000/11/15  02:24:29
22326         Log: Use u_int32_t for the size of hash_cb(), not size_t.
22327              
22328              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
22329              From: Jens Hamisch <jens@Strawberry.COM>     
22330              Date: Tue, 14 Nov 2000 19:03:55 +0100
22331              Message-Id: <20001114190355.A20559@Strawberry.COM>
22332      Branch: perl
22333            ! ext/DB_File/DB_File.xs
22334 ____________________________________________________________________________
22335 [  7691] By: jhi                                   on 2000/11/15  02:20:12
22336         Log: Use UINT64_C().
22337              
22338              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
22339              From: Jens Hamisch <jens@Strawberry.COM>
22340              Date: Tue, 14 Nov 2000 19:16:23 +0100
22341              Message-Id: <20001114191623.G20559@Strawberry.COM>
22342      Branch: perl
22343            ! utf8.c utf8.h
22344 ____________________________________________________________________________
22345 [  7690] By: jhi                                   on 2000/11/15  02:17:06
22346         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
22347              (a macro to define signed and unsigned integer constants).
22348      Branch: perl
22349            ! handy.h
22350 ____________________________________________________________________________
22351 [  7689] By: jhi                                   on 2000/11/15  01:56:51
22352         Log: Regen Configure.
22353      Branch: perl
22354            ! Configure
22355 ____________________________________________________________________________
22356 [  7688] By: jhi                                   on 2000/11/15  01:56:32
22357         Log: Make the unit know about SOCKS.
22358      Branch: metaconfig
22359            ! U/protos/socksizetype.U
22360 ____________________________________________________________________________
22361 [  7687] By: jhi                                   on 2000/11/15  01:54:47
22362         Log: Remove unused dependencies.
22363      Branch: metaconfig
22364            ! U/compline/d_getpagsz.U
22365 ____________________________________________________________________________
22366 [  7686] By: nick                                  on 2000/11/14  21:25:13
22367         Log: Integrate mainline.
22368      Branch: perlio
22369           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
22370           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
22371           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
22372           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
22373           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
22374           !> win32/config.bc win32/config.gc win32/config.vc
22375           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
22376 ____________________________________________________________________________
22377 [  7685] By: jhi                                   on 2000/11/14  17:54:56
22378         Log: Integrate perlio.
22379      Branch: perl
22380           +> fakesdio.h perliol.h
22381           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
22382           !> perlsdio.h perlsfio.h pod/perlfunc.pod
22383 ____________________________________________________________________________
22384 [  7684] By: nick                                  on 2000/11/14  17:43:04
22385         Log: PerlIO #include and #ifdef re-work.
22386      Branch: perlio
22387            + fakesdio.h perliol.h
22388            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
22389            ! perlsdio.h perlsfio.h
22390 ____________________________________________________________________________
22391 [  7683] By: jhi                                   on 2000/11/14  15:42:40
22392         Log: Hoist the duplicated socket/netdb include logic to perl.h;
22393              undef SETERRNO in case SOCKS has defined it.  Based on:
22394              
22395              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
22396              From: Jens Hamisch <jens@Strawberry.COM> 
22397              Date: Tue, 14 Nov 2000 11:34:40 +0100
22398              Message-Id: <20001114113440.A20005@Strawberry.COM>
22399      Branch: perl
22400            ! doio.c perl.h pp_sys.c
22401 ____________________________________________________________________________
22402 [  7682] By: jhi                                   on 2000/11/14  14:07:28
22403         Log: Subject: some additions for makefiles for win32 (for perl@7674)
22404              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22405              Date: Tue, 14 Nov 2000 09:31:13 +0300
22406              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
22407      Branch: perl
22408            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
22409            ! win32/makefile.mk
22410 ____________________________________________________________________________
22411 [  7681] By: jhi                                   on 2000/11/14  14:01:41
22412         Log: Subject: tiny typo in perl5db.pl
22413              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22414              Date: Tue, 14 Nov 2000 09:29:28 +0300
22415              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
22416      Branch: perl
22417            ! lib/perl5db.pl
22418 ____________________________________________________________________________
22419 [  7680] By: jhi                                   on 2000/11/14  04:13:50
22420         Log: Redo #7679 with LFs instead of CRLFs.
22421      Branch: perl
22422            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
22423            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
22424            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
22425 ____________________________________________________________________________
22426 [  7679] By: jhi                                   on 2000/11/14  01:21:09
22427         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
22428              From: Benjamin Stuhl <tiriath@yahoo.com> 
22429              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
22430              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
22431      Branch: perl
22432            + win32/bin/mdelete.bat
22433            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
22434            ! makedef.pl perlio.c win32/Makefile win32/config.gc
22435            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
22436 ____________________________________________________________________________
22437 [  7678] By: jhi                                   on 2000/11/14  01:19:20
22438         Log: Fix the re extension building for Win32.
22439              
22440              Subject: [PATCH perl@7638] Get PerlIO building on Win32
22441              From: Benjamin Stuhl <tiriath@yahoo.com> 
22442              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
22443              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
22444      Branch: perl
22445            + ext/re/hints/MSWin32.pl
22446            ! MANIFEST
22447 ____________________________________________________________________________
22448 [  7677] By: jhi                                   on 2000/11/14  01:13:54
22449         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
22450              From: sthoenna@efn.org
22451              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
22452              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
22453      Branch: perl
22454            ! doop.c pp.c toke.c utf8.c utf8.h
22455 ____________________________________________________________________________
22456 [  7676] By: jhi                                   on 2000/11/13  20:23:15
22457         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
22458              From: Nicholas Clark <nick@ccl4.org>
22459              Date: Mon, 13 Nov 2000 18:55:04 +0000
22460              Message-ID: <20001113185504.J29183@plum.flirble.org>
22461      Branch: perl
22462            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
22463 ____________________________________________________________________________
22464 [  7675] By: nick                                  on 2000/11/13  20:21:57
22465         Log: Integrate mainline ...
22466      Branch: perlio
22467           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
22468           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
22469           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
22470           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
22471 ____________________________________________________________________________
22472 [  7674] By: jhi                                   on 2000/11/13  15:07:56
22473         Log: Update Changes.
22474      Branch: perl
22475            ! Changes patchlevel.h
22476 ____________________________________________________________________________
22477 [  7673] By: jhi                                   on 2000/11/13  14:42:42
22478         Log: Remove the new two tests of lib/io_xs for now, they seem to
22479              fail under perlio on some platforms.
22480      Branch: perl
22481            ! t/lib/io_xs.t
22482 ____________________________________________________________________________
22483 [  7672] By: jhi                                   on 2000/11/13  13:57:53
22484         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
22485      Branch: perl
22486            ! perlio.c
22487 ____________________________________________________________________________
22488 [  7671] By: jhi                                   on 2000/11/13  05:30:48
22489         Log: Placate nervous compilers that see longer than ints switch()ing.
22490      Branch: perl
22491            ! utf8.c
22492 ____________________________________________________________________________
22493 [  7670] By: jhi                                   on 2000/11/13  05:14:21
22494         Log: fputs() does return EOF on error but here we don't care.
22495      Branch: perl
22496            ! perlio.c
22497 ____________________________________________________________________________
22498 [  7669] By: jhi                                   on 2000/11/13  05:02:45
22499         Log: Declare reg_data like reg_substr_data.
22500      Branch: perl
22501            ! regexp.h
22502 ____________________________________________________________________________
22503 [  7668] By: jhi                                   on 2000/11/13  04:54:34
22504         Log: Typos in #7667.
22505      Branch: perl
22506            ! perl.h
22507 ____________________________________________________________________________
22508 [  7667] By: jhi                                   on 2000/11/13  04:49:49
22509         Log: Cleanup messy #ifdef.
22510      Branch: perl
22511            ! perl.h
22512 ____________________________________________________________________________
22513 [  7666] By: jhi                                   on 2000/11/13  04:17:34
22514         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
22515              From: Nicholas Clark <nick@talking.bollo.cx>
22516              Date: Sun, 12 Nov 2000 21:14:11 +0000
22517              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
22518              
22519              Note: only one breakage of the two reported is fixed by this patch.
22520      Branch: perl
22521            ! perlio.c
22522 ____________________________________________________________________________
22523 [  7665] By: jhi                                   on 2000/11/13  04:05:07
22524         Log: Tweak the definition of the bit complement on UTF-8 data:
22525              if none of the characters in the string are > 0xff,
22526              the result is a complemented byte string, not a (UTF-8)
22527              char string.  Based on the summary in
22528              
22529              Subject: Re: [ID 20000918.005] ~ on wide chars
22530              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
22531              Date: Fri, 10 Nov 2000 09:47:15 -0800
22532              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
22533              
22534              This should give us the maximum backward (pre-char string)
22535              compatibility and utf8 compatibility.  The other alternative
22536              would be to limit the bit complement to be always byte only,
22537              taking the least significant byte of the chars.
22538      Branch: perl
22539            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
22540 ____________________________________________________________________________
22541 [  7664] By: jhi                                   on 2000/11/13  00:23:44
22542         Log: Couple of tests from #7660 salvaged.
22543      Branch: perl
22544            - t/op/tell.t
22545            ! MANIFEST t/io/tell.t
22546 ____________________________________________________________________________
22547 [  7663] By: jhi                                   on 2000/11/13  00:02:48
22548         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
22549              From: Nicholas Clark <nick@talking.bollo.cx>
22550              Date: Sun, 12 Nov 2000 21:23:43 +0000
22551              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
22552      Branch: perl
22553            ! perlsfio.h
22554 ____________________________________________________________________________
22555 [  7662] By: jhi                                   on 2000/11/13  00:01:39
22556         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
22557              From: Nicholas Clark <nick@talking.bollo.cx>
22558              Date: Sun, 12 Nov 2000 21:30:04 +0000
22559              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
22560      Branch: perl
22561            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
22562 ____________________________________________________________________________
22563 [  7661] By: jhi                                   on 2000/11/12  23:57:29
22564         Log: Document tell() on special streams.
22565      Branch: perl
22566            ! pod/perlfunc.pod
22567 ____________________________________________________________________________
22568 [  7660] By: jhi                                   on 2000/11/12  23:54:22
22569         Log: (Subsumed by #7664)
22570      Branch: perl
22571            + t/op/tell.t
22572            ! MANIFEST
22573 ____________________________________________________________________________
22574 [  7659] By: jhi                                   on 2000/11/12  22:55:25
22575         Log: Many subdocumented return values of the IO extension now documented.
22576              ungetc and write still left subdocumented.
22577              
22578              Subject: [PATCH] (was Re: IO::Handle::ungetc)
22579              From: Nicholas Clark <nick@talking.bollo.cx>
22580              Date: Sun, 12 Nov 2000 21:35:53 +0000
22581              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
22582      Branch: perl
22583            ! ext/IO/lib/IO/Handle.pm
22584 ____________________________________________________________________________
22585 [  7658] By: jhi                                   on 2000/11/12  21:37:06
22586         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
22587              From: Nicholas Clark <nick@talking.bollo.cx>
22588              Date: Sun, 12 Nov 2000 20:03:22 +0000
22589              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
22590      Branch: perl
22591            ! pod/perlfunc.pod
22592 ____________________________________________________________________________
22593 [  7657] By: jhi                                   on 2000/11/12  20:34:55
22594         Log: Integrate perlio.
22595      Branch: perl
22596           !> perlio.c
22597 ____________________________________________________________________________
22598 [  7656] By: nick                                  on 2000/11/12  19:25:06
22599         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
22600      Branch: perlio
22601            ! perlio.c
22602 ____________________________________________________________________________
22603 [  7655] By: nick                                  on 2000/11/12  19:09:41
22604         Log: Integrate mainline
22605      Branch: perlio
22606           +> README.solaris ext/Encode/Encode/cp1006.enc
22607           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
22608           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
22609           +> ext/Encode/Encode/iso8859-13.enc
22610           +> ext/Encode/Encode/iso8859-14.enc
22611           +> ext/Encode/Encode/iso8859-15.enc
22612           !> (integrate 34 files)
22613 ____________________________________________________________________________
22614 [  7654] By: jhi                                   on 2000/11/12  19:00:22
22615         Log: Add a metaconfig unit for fsync.
22616      Branch: metaconfig/U/perl
22617            + d_fsync.U
22618 ____________________________________________________________________________
22619 [  7653] By: jhi                                   on 2000/11/12  19:00:01
22620         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
22621      Branch: perl
22622            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22623            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22624            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22625            ! vos/config.ga.h win32/config.bc win32/config.gc
22626            ! win32/config.vc
22627 ____________________________________________________________________________
22628 [  7652] By: jhi                                   on 2000/11/11  21:12:01
22629         Log: Copy the s// information of README.hpux also to the perlrun.
22630      Branch: perl
22631            ! README.hpux pod/perlrun.pod
22632 ____________________________________________________________________________
22633 [  7651] By: jhi                                   on 2000/11/11  21:03:13
22634         Log: More README.solaris updates from Andy Dougherty.
22635      Branch: perl
22636            ! README.solaris
22637 ____________________________________________________________________________
22638 [  7650] By: jhi                                   on 2000/11/11  18:38:57
22639         Log: More descriptive error for unknown perlio layers.
22640              
22641              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
22642              From: Dominic Dunlop <domo@computer.org> 
22643              Date: Sat, 11 Nov 2000 18:20:32 +0100             
22644              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
22645      Branch: perl
22646            ! perlio.c pod/perldiag.pod
22647 ____________________________________________________________________________
22648 [  7649] By: jhi                                   on 2000/11/11  18:37:52
22649         Log: MachTen doesn't really do mmap() and munmap().
22650              
22651              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
22652              From: Dominic Dunlop <domo@computer.org> 
22653              Date: Sat, 11 Nov 2000 18:20:32 +0100             
22654              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
22655      Branch: perl
22656            ! hints/machten.sh
22657 ____________________________________________________________________________
22658 [  7648] By: jhi                                   on 2000/11/11  18:36:46
22659         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
22660              From: rspier@pobox.com (Robert Spier)
22661              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
22662              Message-ID: <14861.32839.491271.985797@rls.cx>
22663      Branch: perl
22664            ! Porting/Contract pod/perltoot.pod
22665 ____________________________________________________________________________
22666 [  7647] By: jhi                                   on 2000/11/11  18:35:30
22667         Log: Simplify the getpagesize() unit by dropping the
22668              pagesize probe since it's nowadays slightly more
22669              complicated because of sysconf(). (Note: if some
22670              platform really needs the -lPW for getpagesize,
22671              I just broke it.)
22672              
22673              TODO: a new pagesize unit.
22674      Branch: metaconfig
22675            ! U/compline/d_getpagsz.U
22676 ____________________________________________________________________________
22677 [  7646] By: jhi                                   on 2000/11/11  18:33:23
22678         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
22679      Branch: perl
22680            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22681            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22682            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22683            ! vos/config.ga.h win32/config.bc win32/config.gc
22684            ! win32/config.vc
22685 ____________________________________________________________________________
22686 [  7645] By: jhi                                   on 2000/11/11  16:45:15
22687         Log: Use sysconf() or getpagesize() to find out the pagesize.
22688      Branch: perl
22689            ! perlio.c
22690 ____________________________________________________________________________
22691 [  7644] By: jhi                                   on 2000/11/11  15:46:08
22692         Log: Integrate perlio.
22693      Branch: perl
22694           !> perlio.c
22695 ____________________________________________________________________________
22696 [  7643] By: jhi                                   on 2000/11/11  15:33:36
22697         Log: Subject: Re: [PATCH] README.solaris
22698              From: Lupe Christoph <lupe@lupe-christoph.de>
22699              Date: Sat, 11 Nov 2000 14:08:10 +0100
22700              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
22701      Branch: perl
22702            ! README.solaris
22703 ____________________________________________________________________________
22704 [  7642] By: jhi                                   on 2000/11/11  15:22:12
22705         Log: Subject: [PATCH perl@7638] cygwin port
22706              From: "Eric Fifer" <egf7@columbia.edu>            
22707              Date: Fri, 10 Nov 2000 19:30:30 -0000
22708              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
22709      Branch: perl
22710            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
22711 ____________________________________________________________________________
22712 [  7641] By: nick                                  on 2000/11/11  14:50:36
22713         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
22714              Also call "Buf" layer directly when unread'ing non-read chars.
22715      Branch: perlio
22716            ! perlio.c
22717 ____________________________________________________________________________
22718 [  7640] By: jhi                                   on 2000/11/11  02:05:02
22719         Log: Add more encoding tables.
22720      Branch: perl
22721            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
22722            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
22723            + ext/Encode/Encode/iso8859-10.enc
22724            + ext/Encode/Encode/iso8859-13.enc
22725            + ext/Encode/Encode/iso8859-14.enc
22726            + ext/Encode/Encode/iso8859-15.enc
22727            ! MANIFEST
22728 ____________________________________________________________________________
22729 [  7639] By: jhi                                   on 2000/11/10  18:49:25
22730         Log: Subject: [PATCH] README.solaris
22731              From: Andy Dougherty <doughera@lafayette.edu>
22732              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
22733              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
22734      Branch: perl
22735            + README.solaris
22736            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
22737            ! pod/perl.pod pod/perltoc.pod
22738 ____________________________________________________________________________
22739 [  7638] By: jhi                                   on 2000/11/10  15:04:15
22740         Log: Update Changes.
22741      Branch: perl
22742            ! Changes patchlevel.h
22743 ____________________________________________________________________________
22744 [  7637] By: jhi                                   on 2000/11/10  14:14:28
22745         Log: Explain better why certain regex tests are skipped.
22746              
22747              Subject: Re: tests skipped: unknown reason
22748              From: Lupe Christoph <lupe@lupe-christoph.de>
22749              Date: Fri, 10 Nov 2000 09:08:56 +0100
22750              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
22751      Branch: perl
22752            ! t/op/regexp.t
22753 ____________________________________________________________________________
22754 [  7636] By: nick                                  on 2000/11/10  13:40:00
22755         Log: Integrate mainline.
22756      Branch: perlio
22757           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
22758           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
22759           !> win32/bin/search.pl
22760 ____________________________________________________________________________
22761 [  7635] By: nick                                  on 2000/11/10  13:25:52
22762         Log: Re-instate stdio large file support via perlio.
22763      Branch: perl
22764            ! perlio.c
22765 ____________________________________________________________________________
22766 [  7634] By: jhi                                   on 2000/11/10  04:49:55
22767         Log: Amdahl UTS hints updates.
22768              
22769              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
22770              From: hom00@utsglobal.com (Harold O Morris)
22771              Date: Thu, 9 Nov 2000 20:02 PST
22772              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
22773      Branch: perl
22774            ! hints/uts.sh
22775 ____________________________________________________________________________
22776 [  7633] By: jhi                                   on 2000/11/09  23:33:28
22777         Log: Subject: [PATCH] IO::Seekable pod
22778              From: Nicholas Clark <nick@talking.bollo.cx>
22779              Date: Thu, 9 Nov 2000 20:29:45 +0000
22780              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
22781      Branch: perl
22782            ! ext/IO/lib/IO/Handle.pm
22783 ____________________________________________________________________________
22784 [  7632] By: jhi                                   on 2000/11/09  21:55:41
22785         Log: Various doc oddball characters.
22786              
22787              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
22788              From: Michael Somos <somos@grail.cba.csuohio.edu>
22789              Date: Mon, 6 Nov 2000 17:44:20 -0500
22790              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
22791      Branch: perl
22792            ! emacs/cperl-mode.el lib/unicode/syllables.txt
22793            ! win32/bin/search.pl
22794 ____________________________________________________________________________
22795 [  7631] By: jhi                                   on 2000/11/09  21:12:29
22796         Log: Subject: Re: bash -c exit and linux hints 
22797              From: "John P. Linderman" <jpl@research.att.com>
22798              Date: Thu, 02 Nov 2000 09:37:25 -0500
22799              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
22800      Branch: perl
22801            ! hints/linux.sh
22802 ____________________________________________________________________________
22803 [  7630] By: nick                                  on 2000/11/09  20:34:11
22804         Log: Integrate mainline.
22805      Branch: perlio
22806           !> (integrate 91 files)
22807 ____________________________________________________________________________
22808 [  7629] By: jhi                                   on 2000/11/09  19:46:31
22809         Log: Missing dTHXs.
22810              
22811              Subject: RE: perl@7595 builds not on cygwin
22812              From: "Eric Fifer" <egf7@columbia.edu>
22813              Date: Thu, 9 Nov 2000 19:26:50 -0000
22814              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
22815      Branch: perl
22816            ! ext/Devel/Peek/Peek.xs
22817 ____________________________________________________________________________
22818 [  7628] By: jhi                                   on 2000/11/09  14:48:27
22819         Log: Disable only the tests 99 and 166 for UTF-8 locales.
22820      Branch: perl
22821            ! t/pragma/locale.t
22822 ____________________________________________________________________________
22823 [  7627] By: jhi                                   on 2000/11/09  14:40:27
22824         Log: There's no =head3.
22825      Branch: perl
22826            ! pod/perlhack.pod
22827 ____________________________________________________________________________
22828 [  7626] By: jhi                                   on 2000/11/09  13:54:26
22829         Log: The generated boot_* headers are wrong.  Pickier compiler,
22830              such as KAI C++ will refuse to compile the resulting perlmain.
22831              
22832              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
22833              From: Harri Pasanen <harri.pasanen@trema.com>
22834              Date: Thu, 09 Nov 2000 14:23:28 +0100
22835              Message-Id: <3A0AA550.26D548A3@trema.com>
22836      Branch: perl
22837            ! minimod.pl
22838 ____________________________________________________________________________
22839 [  7625] By: jhi                                   on 2000/11/09  13:50:44
22840         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
22841              From: Prymmer/Kahn <pvhp@best.com>
22842              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
22843              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
22844              
22845              All except the "cow orker" change.
22846      Branch: perl
22847            ! Porting/pumpkin.pod
22848 ____________________________________________________________________________
22849 [  7624] By: jhi                                   on 2000/11/09  13:45:33
22850         Log: Fix for
22851              
22852              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
22853              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
22854              Date: Thu, 09 Nov 2000 11:05:52 +0100
22855              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
22856      Branch: perl
22857            ! pod/perldiag.pod t/pragma/warn/pp_sys
22858 ____________________________________________________________________________
22859 [  7623] By: jhi                                   on 2000/11/09  13:37:16
22860         Log: Typo in an ifndef.
22861              
22862              Subject: Re: [PATCH 5.7.0] better messages from malloc()
22863              From: Joe Smith <jms@inwap.com>         
22864              Date: Thu, 09 Nov 2000 01:33:14 -0800
22865              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
22866      Branch: perl
22867            ! malloc.c
22868 ____________________________________________________________________________
22869 [  7622] By: jhi                                   on 2000/11/09  13:31:18
22870         Log: Remove unused extra arguments.
22871      Branch: metaconfig/U/perl
22872            ! perlxv.U
22873      Branch: perl
22874            ! Configure config_h.SH
22875 ____________________________________________________________________________
22876 [  7621] By: jhi                                   on 2000/11/09  13:16:36
22877         Log: More VMS moves on environment handling, from Charles Lane.
22878      Branch: perl
22879            ! t/pragma/locale.t
22880 ____________________________________________________________________________
22881 [  7620] By: jhi                                   on 2000/11/09  04:42:38
22882         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
22883              From: David Dyck <dcd@tc.fluke.com>
22884              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
22885              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
22886      Branch: perl
22887            ! pp_sys.c
22888 ____________________________________________________________________________
22889 [  7619] By: jhi                                   on 2000/11/09  04:36:21
22890         Log: Forgot from #7618.
22891      Branch: perl
22892            ! lib/File/stat.pm
22893 ____________________________________________________________________________
22894 [  7618] By: jhi                                   on 2000/11/09  04:28:44
22895         Log: Make deleting for %ENV work for (newer versions of) VMS,
22896              from Craig A. Berry.
22897      Branch: perl
22898            ! vms/vms.c
22899 ____________________________________________________________________________
22900 [  7617] By: jhi                                   on 2000/11/09  04:25:05
22901         Log: Subject: [PATCH] Class::Struct at compile time
22902              From: "Casey R. Tweten" <crt@kiski.net>
22903              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
22904              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
22905      Branch: perl
22906            ! lib/Class/Struct.pm
22907 ____________________________________________________________________________
22908 [  7616] By: jhi                                   on 2000/11/09  04:15:17
22909         Log: Subject: [ID 20001108.013] spelling
22910              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
22911              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
22912              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
22913      Branch: perl
22914            ! lib/ftp.pl
22915 ____________________________________________________________________________
22916 [  7615] By: jhi                                   on 2000/11/09  04:12:42
22917         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
22918              From: Peter Prymmer <pvhp@forte.com>
22919              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
22920              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
22921      Branch: perl
22922            ! configure.com
22923 ____________________________________________________________________________
22924 [  7614] By: jhi                                   on 2000/11/08  22:42:55
22925         Log: A missing aTHX_.
22926      Branch: perl
22927            ! ext/IPC/SysV/SysV.xs
22928 ____________________________________________________________________________
22929 [  7613] By: jhi                                   on 2000/11/08  19:30:21
22930         Log: Update Changes.
22931      Branch: perl
22932            ! Changes patchlevel.h
22933 ____________________________________________________________________________
22934 [  7612] By: jhi                                   on 2000/11/08  18:35:25
22935         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
22936              From: David Dyck <dcd@tc.fluke.com>
22937              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
22938              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
22939      Branch: perl
22940            ! pp_sys.c
22941 ____________________________________________________________________________
22942 [  7611] By: jhi                                   on 2000/11/08  18:30:26
22943         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
22944              From: Dominic Dunlop <domo@computer.org>
22945              Date: Tue, 7 Nov 2000 12:05:25 +0100
22946              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
22947      Branch: perl
22948            ! malloc.c
22949 ____________________________________________________________________________
22950 [  7610] By: jhi                                   on 2000/11/08  18:25:14
22951         Log: Do not test UTF-8 locales since that the tests would require
22952              polymorphic regexen.
22953      Branch: perl
22954            ! t/pragma/locale.t
22955 ____________________________________________________________________________
22956 [  7609] By: jhi                                   on 2000/11/08  17:12:51
22957         Log: Locale buglets.
22958              
22959              Subject: RE: Locales support (setlocale) fixes
22960              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
22961              Date: Wed, 8 Nov 2000 20:01:39 +0300
22962              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
22963      Branch: perl
22964            ! t/pragma/locale.t util.c
22965 ____________________________________________________________________________
22966 [  7608] By: jhi                                   on 2000/11/08  17:00:16
22967         Log: Deleting $ENV{PATH} in VMS is not recommendable.
22968      Branch: perl
22969            ! t/pragma/locale.t
22970 ____________________________________________________________________________
22971 [  7607] By: jhi                                   on 2000/11/08  16:58:26
22972         Log: Subject: PATCH std stdio for (Free)BSD
22973              From: Nicholas Clark <nick@ccl4.org>
22974              Date: Wed, 8 Nov 2000 15:36:29 +0000
22975              Message-ID: <20001108153629.D98736@plum.flirble.org>
22976      Branch: metaconfig
22977            ! U/compline/d_stdstdio.U
22978      Branch: perl
22979            ! Configure config_h.SH
22980 ____________________________________________________________________________
22981 [  7606] By: jhi                                   on 2000/11/08  16:43:31
22982         Log: Forgot to bump the line numbers in #7601.
22983      Branch: perl
22984            ! t/pragma/warn/pp_sys
22985 ____________________________________________________________________________
22986 [  7605] By: jhi                                   on 2000/11/08  16:39:12
22987         Log: More careful detection of how well NVs and UVs mix.
22988              
22989              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))
22990              From: Nicholas Clark <nick@ccl4.org>
22991              Date: Wed, 8 Nov 2000 15:14:12 +0000
22992              Message-ID: <20001108151412.B98736@plum.flirble.org>
22993              
22994              Added some SIGFPE paranoia.
22995      Branch: metaconfig/U/perl
22996            ! perlxv.U
22997      Branch: perl
22998            ! Configure config_h.SH
22999 ____________________________________________________________________________
23000 [  7604] By: jhi                                   on 2000/11/08  14:39:10
23001         Log: Subject: [patch perl@7595] VMS configure.com tweak
23002              From: "Craig A. Berry" <craigberry@mac.com>
23003              Date: Wed, 8 Nov 2000 00:24:12 -0600
23004              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
23005      Branch: perl
23006            ! configure.com
23007 ____________________________________________________________________________
23008 [  7603] By: jhi                                   on 2000/11/08  14:27:11
23009         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
23010              From: Robin Barker <rmb1@cise.npl.co.uk>
23011              Date: Wed, 8 Nov 2000 11:11:39 GMT
23012              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
23013      Branch: perl
23014            ! perlio.c
23015 ____________________________________________________________________________
23016 [  7602] By: jhi                                   on 2000/11/08  14:25:03
23017         Log: Fix for the tie-refhash string table leaks.
23018              
23019              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
23020              Date: Wed, 8 Nov 2000 13:03:04 GMT
23021              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
23022      Branch: perl
23023            ! t/lib/tie-refhash.t
23024 ____________________________________________________________________________
23025 [  7601] By: jhi                                   on 2000/11/08  14:21:08
23026         Log: Try to avoid flockless and emulationless places.
23027      Branch: perl
23028            ! t/pragma/warn/pp_sys
23029 ____________________________________________________________________________
23030 [  7600] By: jhi                                   on 2000/11/08  02:28:54
23031         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
23032              
23033              Subject: [PATCH] prototyped functions that should be overrideable
23034              From: "Casey R. Tweten" <crt@kiski.net>
23035              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
23036              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
23037      Branch: perl
23038            ! toke.c
23039 ____________________________________________________________________________
23040 [  7599] By: jhi                                   on 2000/11/08  01:12:05
23041         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
23042              
23043              Subject: [PATCH] perlbug.PL
23044              From: "Kurt D. Starsinic" <kstar@chapin.edu>
23045              Date: Mon, 6 Nov 2000 21:39:01 -0500
23046              Message-ID: <20001106213901.B20955@O2.chapin.edu>
23047      Branch: perl
23048            ! utils/perlbug.PL
23049 ____________________________________________________________________________
23050 [  7598] By: jhi                                   on 2000/11/07  23:42:00
23051         Log: Bad thinko in #7581 (I used the test program with the expanded
23052              values as-is).
23053      Branch: metaconfig
23054            ! U/compline/d_stdstdio.U
23055      Branch: perl
23056            ! Configure
23057 ____________________________________________________________________________
23058 [  7597] By: jhi                                   on 2000/11/07  21:43:29
23059         Log: Subject: [PATCH perl@7573] cygwin port
23060              From: "Fifer, Eric" <EFifer@sanwaint.com>
23061              Date: Tue, 7 Nov 2000 18:08:51 -0000 
23062              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
23063              
23064              Synchronize with Cygwin 1.1.5.
23065      Branch: perl
23066            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
23067            ! pod/perlport.pod unixish.h util.c
23068 ____________________________________________________________________________
23069 [  7596] By: jhi                                   on 2000/11/07  21:39:25
23070         Log: perlhack updates from H.Merijn Brand.
23071      Branch: perl
23072            ! pod/perlhack.pod
23073 ____________________________________________________________________________
23074 [  7595] By: jhi                                   on 2000/11/07  20:21:41
23075         Log: Update Changes.
23076      Branch: perl
23077            ! Changes patchlevel.h
23078 ____________________________________________________________________________
23079 [  7594] By: jhi                                   on 2000/11/07  19:18:58
23080         Log: Be more robust in Dynaloader.pm.
23081      Branch: perl
23082            ! ext/DynaLoader/DynaLoader_pm.PL
23083 ____________________________________________________________________________
23084 [  7593] By: jhi                                   on 2000/11/07  16:49:31
23085         Log: AUTHORS update.
23086      Branch: perl
23087            ! AUTHORS
23088 ____________________________________________________________________________
23089 [  7592] By: gsar                                  on 2000/11/07  16:39:51
23090         Log: normalize relative paths in virtualized current directory on windows,
23091              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
23092              returns)
23093      Branch: perl
23094            ! win32/vdir.h
23095 ____________________________________________________________________________
23096 [  7591] By: jhi                                   on 2000/11/07  16:04:26
23097         Log: Too profiler-happy: with optimization the #7590 actually makes
23098              the test to run 0.5% _slower_.  Requires much more instrumentation.
23099              Retract #7590.
23100      Branch: perl
23101            ! regcomp.c regcomp.h
23102 ____________________________________________________________________________
23103 [  7590] By: jhi                                   on 2000/11/07  15:51:13
23104         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
23105              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
23106              by using memset() and testing bytewise (as opposed to bitwise).
23107      Branch: perl
23108            ! regcomp.c regcomp.h
23109 ____________________________________________________________________________
23110 [  7589] By: jhi                                   on 2000/11/07  12:56:39
23111         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
23112              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23113              Date: Mon, 06 Nov 2000 23:45:30 -0500
23114              Message-Id: <0011079735.AA973576259@univpress.com>
23115      Branch: perl
23116            ! configure.com t/lib/st-lock.t
23117 ____________________________________________________________________________
23118 [  7588] By: jhi                                   on 2000/11/07  01:03:28
23119         Log: Tweak #7587.
23120      Branch: perl
23121            ! pod/perldiag.pod
23122 ____________________________________________________________________________
23123 [  7587] By: jhi                                   on 2000/11/07  01:00:27
23124         Log: A doc addition for bug id 20001105.019, beware \p.
23125      Branch: perl
23126            ! pod/perldiag.pod
23127 ____________________________________________________________________________
23128 [  7586] By: jhi                                   on 2000/11/07  00:32:22
23129         Log: Fake support of holey files in win/dosish platforms.
23130              
23131              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
23132              From: kipp@shonanblue.ne.jp
23133              Date: Mon, 6 Nov 2000 13:30:55 -0800
23134              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
23135      Branch: perl
23136            ! ext/SDBM_File/sdbm/sdbm.c
23137 ____________________________________________________________________________
23138 [  7585] By: jhi                                   on 2000/11/07  00:12:54
23139         Log: Subject: Pod updates
23140              From: "Stephen P. Potter" <spp@spotter.yi.org>
23141              Date: Mon, 06 Nov 2000 18:56:43 -0500
23142              Message-Id: <200011062357.SAA18173@spotter.yi.org>
23143      Branch: perl
23144            ! README.dos README.os2 README.win32 pod/buildtoc.PL
23145            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
23146            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
23147            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
23148            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
23149            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
23150            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
23151            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
23152            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
23153            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
23154            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
23155            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
23156            ! pod/perltootc.pod pod/perlunicode.pod
23157 ____________________________________________________________________________
23158 [  7584] By: jhi                                   on 2000/11/07  00:04:17
23159         Log: Varargs don't always work too well if one puts an unsigned
23160              char on the stack and pop an unsigned quad off the stack.
23161              
23162              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
23163              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
23164              Date: Mon, 06 Nov 2000 15:19:05 -0800
23165              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
23166      Branch: perl
23167            ! utf8.c
23168 ____________________________________________________________________________
23169 [  7583] By: jhi                                   on 2000/11/06  23:58:48
23170         Log: %ENV note tweaks from Dan Sugalski.
23171      Branch: perl
23172            ! pod/perlport.pod vms/perlvms.pod
23173 ____________________________________________________________________________
23174 [  7582] By: jhi                                   on 2000/11/06  23:05:49
23175         Log: glibc5 detection by __GNU_LIBRARY__.
23176      Branch: perl
23177            ! toke.c
23178 ____________________________________________________________________________
23179 [  7581] By: jhi                                   on 2000/11/06  22:51:29
23180         Log: Make the stdio test program of 7427 less noisy while being 
23181              compiled so that Digital UNIX wouldn't get both
23182              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
23183              undefined.  This makes perlio happy.
23184      Branch: metaconfig
23185            ! U/compline/d_stdstdio.U
23186      Branch: perl
23187            ! Configure config_h.SH
23188 ____________________________________________________________________________
23189 [  7580] By: jhi                                   on 2000/11/06  22:41:41
23190         Log: Document %ENV = () portability issues.
23191      Branch: perl
23192            ! pod/perlport.pod vms/perlvms.pod
23193 ____________________________________________________________________________
23194 [  7579] By: jhi                                   on 2000/11/06  21:29:24
23195         Log: VOS updates from Paul Green.
23196      Branch: perl
23197            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
23198 ____________________________________________________________________________
23199 [  7578] By: jhi                                   on 2000/11/06  21:00:40
23200         Log: Sanitize the environment further.
23201      Branch: perl
23202            ! t/pragma/locale.t
23203 ____________________________________________________________________________
23204 [  7577] By: jhi                                   on 2000/11/06  20:53:51
23205         Log: Re-introduce 7552 lost in integration.
23206      Branch: perl
23207            ! perlio.c
23208 ____________________________________________________________________________
23209 [  7576] By: jhi                                   on 2000/11/06  20:33:46
23210         Log: Admit that the test leaks scalars.
23211      Branch: perl
23212            ! t/comp/proto.t
23213 ____________________________________________________________________________
23214 [  7575] By: jhi                                   on 2000/11/06  20:17:08
23215         Log: Integrate perlio.
23216      Branch: perl
23217           !> perlio.c
23218 ____________________________________________________________________________
23219 [  7574] By: nick                                  on 2000/11/06  20:07:28
23220         Log: Remove debug. Try (Mmap_t) on madvise() call.
23221      Branch: perlio
23222            ! perlio.c
23223 ____________________________________________________________________________
23224 [  7573] By: jhi                                   on 2000/11/06  13:56:05
23225         Log: Update Changes.
23226      Branch: perl
23227            ! Changes patchlevel.h
23228 ____________________________________________________________________________
23229 [  7572] By: jhi                                   on 2000/11/06  13:48:41
23230         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
23231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23232              Date: Mon, 06 Nov 2000 10:11:42 +0100
23233              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
23234      Branch: perl
23235            ! pod/perlhack.pod
23236 ____________________________________________________________________________
23237 [  7571] By: jhi                                   on 2000/11/06  01:45:51
23238         Log: AUTHORS updates.
23239      Branch: perl
23240            ! AUTHORS
23241 ____________________________________________________________________________
23242 [  7570] By: jhi                                   on 2000/11/06  00:18:00
23243         Log: Fix for
23244              
23245              Subject: [ID 20000728.005] perl -P broken
23246              From: David Dyck <dcd@tc.fluke.com>
23247              Date: Fri, 28 Jul 2000 17:19:16 -0700
23248              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
23249              
23250              (hopefully).  The fix is also not complete, it seems to break
23251              BOM swallowing for libc5 systems, but until someone figures
23252              out a way to do this without ftell(), this will do.
23253      Branch: perl
23254            ! toke.c
23255 ____________________________________________________________________________
23256 [  7569] By: jhi                                   on 2000/11/06  00:05:30
23257         Log: Document that the evaled syntax errors cause scalar leaks.
23258      Branch: perl
23259            ! t/comp/proto.t
23260 ____________________________________________________________________________
23261 [  7568] By: jhi                                   on 2000/11/05  23:14:47
23262         Log: opmini.o can linger from Configures past.
23263      Branch: perl
23264            ! Makefile.SH
23265 ____________________________________________________________________________
23266 [  7567] By: jhi                                   on 2000/11/05  21:28:39
23267         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
23268              first argument correctly.
23269      Branch: perl
23270            ! perlio.c
23271 ____________________________________________________________________________
23272 [  7566] By: jhi                                   on 2000/11/05  21:15:56
23273         Log: Integrate perlio.
23274      Branch: perl
23275           !> perlio.c
23276 ____________________________________________________________________________
23277 [  7565] By: jhi                                   on 2000/11/05  21:15:13
23278         Log: Use -dM for gcc (the suggested patch did it only for Linux,
23279              but I think it can be generalized).
23280              
23281              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
23282              From: Pixel <pixel@mandrakesoft.com>
23283              Date: 05 Nov 2000 21:49:34 +0100 
23284              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
23285      Branch: perl
23286            ! ext/Errno/Errno_pm.PL
23287 ____________________________________________________________________________
23288 [  7564] By: nick                                  on 2000/11/05  21:09:18
23289         Log: Added a mmap layer as a "subclass" of perlio.
23290              PERLIO=mmap ./perl harness passes
23291      Branch: perlio
23292            ! perlio.c
23293 ____________________________________________________________________________
23294 [  7563] By: jhi                                   on 2000/11/05  19:48:55
23295         Log: Add a note for future generations about bug id 20000229.006.
23296      Branch: perl
23297            ! malloc.c
23298 ____________________________________________________________________________
23299 [  7562] By: jhi                                   on 2000/11/05  19:38:24
23300         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
23301      Branch: perl
23302            ! pp_ctl.c t/op/pos.t
23303 ____________________________________________________________________________
23304 [  7561] By: jhi                                   on 2000/11/05  18:21:46
23305         Log: Add =pod to be tidy.
23306      Branch: perl
23307            ! lib/Math/Complex.pm
23308 ____________________________________________________________________________
23309 [  7560] By: jhi                                   on 2000/11/05  17:38:46
23310         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
23311      Branch: perl
23312            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23313            ! ext/Storable/Storable.xs t/lib/st-recurse.t
23314 ____________________________________________________________________________
23315 [  7559] By: jhi                                   on 2000/11/05  17:32:59
23316         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
23317              From: "Peter J. Farley III" <pjfarley@banet.net>
23318              Date: Sun, 05 Nov 2000 11:55:59 -0500
23319              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
23320      Branch: perl
23321            ! t/lib/syslog.t
23322 ____________________________________________________________________________
23323 [  7558] By: jhi                                   on 2000/11/05  17:29:19
23324         Log: Integrate perlio.
23325      Branch: perl
23326           !> perlio.c
23327 ____________________________________________________________________________
23328 [  7557] By: jhi                                   on 2000/11/05  17:22:01
23329         Log: A fix of sorts for 20000329.026, a better error message
23330              for a missing "use charnames" when using the \N{...}. 
23331      Branch: perl
23332            ! pod/perldiag.pod toke.c
23333 ____________________________________________________________________________
23334 [  7556] By: jhi                                   on 2000/11/05  16:33:50
23335         Log: Test tweak: show also the failed locales.
23336              
23337              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
23338              From: Lupe Christoph <lupe@lupe-christoph.de>         
23339              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
23340              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
23341      Branch: perl
23342            ! t/pragma/locale.t
23343 ____________________________________________________________________________
23344 [  7555] By: nick                                  on 2000/11/05  11:09:34
23345         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
23346              open RDWR so does not fail. (pragma/warnings 303 again...)
23347      Branch: perlio
23348            ! perlio.c
23349 ____________________________________________________________________________
23350 [  7554] By: nick                                  on 2000/11/05  10:10:13
23351         Log: Fix case where ungetc(f,EOF) was allowed.
23352              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
23353              so we can see similarities.
23354              Use types more carefully and a STDCHAR array in hope that this will
23355              fix Jarrko's 64bit machine.
23356      Branch: perlio
23357            ! perlio.c
23358 ____________________________________________________________________________
23359 [  7553] By: jhi                                   on 2000/11/05  01:12:16
23360         Log: Fix for
23361              
23362              Subject: [ID 20001004.007] taint propogation is inconsistent
23363              From: pimlott@idiomtech.com (Andrew Pimlott) 
23364              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
23365              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
23366              
23367              The culprit was sv_setsv() which was rather blindly
23368              propagating taint, which lead to behaviour where if
23369              a tainted anon hash value was seen all the hash values
23370              from then on at that level became tainted, or at any
23371              upper levels in the case of nested anon hashes.
23372      Branch: perl
23373            ! sv.c t/op/taint.t
23374 ____________________________________________________________________________
23375 [  7552] By: jhi                                   on 2000/11/04  23:44:18
23376         Log: Some cpps don't like splitting conditionals across several lines.
23377      Branch: perl
23378            ! perlio.c
23379 ____________________________________________________________________________
23380 [  7551] By: nick                                  on 2000/11/04  23:40:44
23381         Log: Integrate mainline
23382      Branch: perlio
23383           !> pp_hot.c t/op/taint.t
23384 ____________________________________________________________________________
23385 [  7550] By: nick                                  on 2000/11/04  23:39:05
23386         Log: Integrate mainline again
23387      Branch: perlio
23388           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
23389           !> t/lib/b.t t/op/misc.t util.c
23390 ____________________________________________________________________________
23391 [  7549] By: jhi                                   on 2000/11/04  23:14:01
23392         Log: Fix for
23393              
23394              Subject: [ID 20001004.006] undef is never tainted
23395              From: pimlott@idiomtech.com (Andrew Pimlott)
23396              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
23397              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
23398              
23399              An undef read from a slurped file was not tainted.
23400      Branch: perl
23401            ! pp_hot.c t/op/taint.t
23402 ____________________________________________________________________________
23403 [  7548] By: jhi                                   on 2000/11/04  22:56:21
23404         Log: Test tweak ($Config{useperlio} is by default undef) .
23405      Branch: perl
23406            ! t/lib/b.t
23407 ____________________________________________________________________________
23408 [  7547] By: jhi                                   on 2000/11/04  22:43:56
23409         Log: Integrate perlio.
23410      Branch: perl
23411           +> lib/perlio.pm
23412           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
23413           !> pod/perlapi.pod t/lib/b.t
23414 ____________________________________________________________________________
23415 [  7546] By: jhi                                   on 2000/11/04  22:40:59
23416         Log: Configure would use a bad $myuname from an old config.sh.
23417              
23418              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
23419              From: Andy Dougherty <doughera@lafayette.edu>
23420              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
23421              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
23422      Branch: metaconfig
23423            ! U/modified/Oldconfig.U
23424      Branch: perl
23425            ! Configure config_h.SH
23426 ____________________________________________________________________________
23427 [  7545] By: jhi                                   on 2000/11/04  22:36:54
23428         Log: Subject: Locales support (setlocale) fixes
23429              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
23430              Date: Sat, 4 Nov 2000 10:15:48 +0300 
23431              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
23432              
23433              Modified quite a bit to be more portable.
23434      Branch: perl
23435            ! embed.h embed.pl perl.h proto.h util.c
23436 ____________________________________________________________________________
23437 [  7544] By: jhi                                   on 2000/11/04  22:32:47
23438         Log: Dying is too strict here, better just skip.
23439      Branch: perl
23440            ! t/op/misc.t
23441 ____________________________________________________________________________
23442 [  7543] By: nick                                  on 2000/11/04  21:55:13
23443         Log: Merge mainline
23444      Branch: perlio
23445           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
23446           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
23447           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
23448           !> (integrate 64 files)
23449 ____________________________________________________________________________
23450 [  7542] By: jhi                                   on 2000/11/04  21:09:28
23451         Log: More Changes tweakery.
23452      Branch: perl
23453            ! Changes Porting/genlog
23454 ____________________________________________________________________________
23455 [  7541] By: jhi                                   on 2000/11/04  20:58:18
23456         Log: Changes fixups.
23457      Branch: perl
23458            ! Changes
23459 ____________________________________________________________________________
23460 [  7540] By: jhi                                   on 2000/11/04  20:42:38
23461         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
23462              create a "fast path" for locale name probing using "locale -a"
23463              if available, squash finally hopefully the s?printf resetting
23464              the numeric locale (since, IIUC perllocale, it never shouldn't). 
23465      Branch: perl
23466            ! sv.c t/op/misc.t t/pragma/locale.t
23467 ____________________________________________________________________________
23468 [  7539] By: nick                                  on 2000/11/04  19:56:10
23469         Log: PerlIO infrastructure complete.
23470      Branch: perlio
23471            + lib/perlio.pm
23472            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
23473 ____________________________________________________________________________
23474 [  7538] By: nick                                  on 2000/11/04  14:31:32
23475         Log: Type tweaks + less contorted allocation scheme
23476      Branch: perlio
23477            ! perlio.c
23478 ____________________________________________________________________________
23479 [  7537] By: nick                                  on 2000/11/04  12:40:42
23480         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
23481              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
23482              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
23483              sensible) which lead to some interesting fails.
23484      Branch: perlio
23485            ! perlio.c
23486 ____________________________________________________________________________
23487 [  7536] By: jhi                                   on 2000/11/04  00:20:02
23488         Log: Add FCNTL_CAN_LOCK.
23489              
23490              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
23491              From: Andy Dougherty <doughera@lafayette.edu>
23492              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
23493              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
23494              
23495              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
23496              From: Andy Dougherty <doughera@lafayette.edu>
23497              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
23498              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
23499      Branch: metaconfig/U/perl
23500            + d_fcntl_can_lock.U
23501            ! startperl.U
23502      Branch: perl
23503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23504            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
23505            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23506            ! vos/config.ga.h win32/config.bc win32/config.gc
23507            ! win32/config.vc
23508 ____________________________________________________________________________
23509 [  7535] By: nick                                  on 2000/11/03  22:19:10
23510         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
23511              - Works on Linux with
23512              perlio + unix
23513              stdio
23514              - Works on Solaris with
23515              perlio + unix
23516              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
23517              - Fails (hangs in openpid) if you try and stack
23518              perlio + stdio - Linux stdio's read() logic is hanging.
23519      Branch: perlio
23520            ! iperlsys.h perlio.c
23521 ____________________________________________________________________________
23522 [  7534] By: jhi                                   on 2000/11/03  15:16:02
23523         Log: Subject: Re: README.aix
23524              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23525              Date: Fri, 03 Nov 2000 16:03:15 +0100
23526              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
23527      Branch: perl
23528            ! README.aix
23529 ____________________________________________________________________________
23530 [  7533] By: jhi                                   on 2000/11/03  03:59:02
23531         Log: Subject: [PATCH 5.7.0] better messages from malloc()
23532              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23533              Date: Wed, 1 Nov 2000 23:39:56 -0500
23534              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
23535      Branch: perl
23536            ! malloc.c pod/perldiag.pod
23537 ____________________________________________________________________________
23538 [  7532] By: jhi                                   on 2000/11/03  00:11:56
23539         Log: The #7521 touched things it shouldn't have.
23540      Branch: perl
23541            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
23542 ____________________________________________________________________________
23543 [  7531] By: jhi                                   on 2000/11/02  22:32:33
23544         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
23545              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23546              Date:     Thu, 2 Nov 2000 16:58:36 EST
23547              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
23548      Branch: perl
23549            ! vms/gen_shrfls.pl
23550 ____________________________________________________________________________
23551 [  7530] By: jhi                                   on 2000/11/02  22:08:49
23552         Log: Fix the problem discussed in
23553              
23554              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
23555              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
23556              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
23557              
23558              originally from Linc Madison.  Also Andreas König's comments
23559              taken into account.  Some other problems with Tie::SubstrHash
23560              fixed: didn't croak when the table exceeded the requested number
23561              of entries (as documented) but instead when the number of entries
23562              exceeded the size of the table, a croak() had an unnecessary \n,
23563              didn't have a CLEAR method, documented that there is no exists().
23564              Didn't fix to be strict-proof because the module uses &foo; and
23565              dynamic scope.  Added a test script exercizing both first tamely 
23566              the basic functionality, and then the failure cases reported by
23567              Linc Madison.
23568      Branch: perl
23569            + t/lib/tie-substrhash.t
23570            ! MANIFEST lib/Tie/SubstrHash.pm
23571 ____________________________________________________________________________
23572 [  7529] By: jhi                                   on 2000/11/02  17:58:08
23573         Log: recv() can fail and return undef.
23574              
23575              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
23576              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
23577              Date: Thu, 2 Nov 2000 20:12:20 +0300
23578              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
23579      Branch: perl
23580            ! lib/Net/Ping.pm
23581 ____________________________________________________________________________
23582 [  7528] By: jhi                                   on 2000/11/02  17:49:09
23583         Log: Detpyo.
23584      Branch: perl
23585            ! pod/perlop.pod
23586 ____________________________________________________________________________
23587 [  7527] By: jhi                                   on 2000/11/02  15:48:37
23588         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
23589              fix a autovivification bug in Tie::RefHash, add tests for both.
23590              
23591              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
23592              From: Edward Avis <epa98@doc.ic.ac.uk>
23593              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
23594              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
23595      Branch: perl
23596            + t/lib/tie-refhash.t
23597            ! MANIFEST lib/Tie/RefHash.pm
23598 ____________________________________________________________________________
23599 [  7526] By: jhi                                   on 2000/11/02  13:56:26
23600         Log: Test::Harness revealed buglets in the new DynaLoader.
23601              
23602              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
23603              From: andreas.koenig@anima.de (Andreas J. Koenig)
23604              Date: 02 Nov 2000 11:26:48 +0100 
23605              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
23606      Branch: perl
23607            ! ext/DynaLoader/DynaLoader_pm.PL
23608 ____________________________________________________________________________
23609 [  7525] By: jhi                                   on 2000/11/01  23:52:08
23610         Log: The entry for #7503 was missing.
23611      Branch: perl
23612            ! Changes
23613 ____________________________________________________________________________
23614 [  7524] By: jhi                                   on 2000/11/01  23:40:52
23615         Log: Update Changes.
23616      Branch: perl
23617            ! Changes patchlevel.h
23618 ____________________________________________________________________________
23619 [  7523] By: jhi                                   on 2000/11/01  22:57:09
23620         Log: More tweaking on the #7522 theme.
23621      Branch: perl
23622            ! ext/DynaLoader/DynaLoader_pm.PL
23623 ____________________________________________________________________________
23624 [  7522] By: jhi                                   on 2000/11/01  22:06:15
23625         Log: Expand %Config variables and %ENV variables only if
23626              so requested during build time using the
23627              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
23628              Not expanding makes relocating distributions easier.
23629      Branch: perl
23630            ! ext/DynaLoader/DynaLoader_pm.PL
23631 ____________________________________________________________________________
23632 [  7521] By: jhi                                   on 2000/11/01  20:56:34
23633         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
23634              and setgid() because they were just changing $< and $( which means
23635              only changing the real uid/gid, as opposed to changing both
23636              real and effective ids.  (The alternative way could have been
23637              in POSIX.pm to change $> and $), too, but making a direct call
23638              to the C API feels cleaner.)  Fixes the bug
23639              
23640              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
23641              From: "Garry T. Williams" <garry@zvolve.com>
23642              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
23643              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
23644      Branch: perl
23645            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
23646            ! ext/POSIX/typemap pod/perlvar.pod
23647 ____________________________________________________________________________
23648 [  7520] By: jhi                                   on 2000/11/01  20:08:33
23649         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
23650              From: "Garry T. Williams" <garry@zvolve.com>
23651              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
23652              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
23653      Branch: perl
23654            ! pod/perlsec.pod
23655 ____________________________________________________________________________
23656 [  7519] By: jhi                                   on 2000/11/01  20:01:22
23657         Log: Locale warning explanation tweak.
23658      Branch: perl
23659            ! pod/perldiag.pod
23660 ____________________________________________________________________________
23661 [  7518] By: jhi                                   on 2000/11/01  18:57:13
23662         Log: C.pm part of
23663              
23664              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
23665              From: Jarkko Hietaniemi <jhi@iki.fi>
23666              Date: Tue, 10 Oct 2000 08:22:28 -0500
23667              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
23668      Branch: perl
23669            ! ext/B/B/C.pm
23670 ____________________________________________________________________________
23671 [  7517] By: jhi                                   on 2000/11/01  18:41:59
23672         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
23673              From: Martien Verbruggen <mgjv@comdyn.com.au>
23674              Date: Fri, 6 Oct 2000 14:09:10 +1100
23675              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
23676      Branch: perl
23677            ! pod/perlop.pod
23678 ____________________________________________________________________________
23679 [  7516] By: jhi                                   on 2000/11/01  18:34:55
23680         Log: Generalize the Camel wording.
23681              
23682              Subject: Re: perlfaq style changes
23683              From: John Borwick <jhborwic@unity.ncsu.edu>
23684              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
23685              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
23686      Branch: perl
23687            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
23688 ____________________________________________________________________________
23689 [  7515] By: jhi                                   on 2000/11/01  16:52:31
23690         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
23691              From: pimlott@idiomtech.com (Andrew Pimlott)
23692              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
23693              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
23694      Branch: perl
23695            ! pod/perlsec.pod
23696 ____________________________________________________________________________
23697 [  7514] By: jhi                                   on 2000/11/01  15:03:40
23698         Log: More AIX lore.
23699      Branch: perl
23700            ! ext/re/hints/aix.pl
23701 ____________________________________________________________________________
23702 [  7513] By: jhi                                   on 2000/11/01  14:48:30
23703         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
23704              From: root <root@chronos.fi.muni.cz>
23705              Date: Wed, 1 Nov 2000 12:31:32 +0100
23706              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
23707      Branch: perl
23708            ! lib/Net/Ping.pm
23709 ____________________________________________________________________________
23710 [  7512] By: jhi                                   on 2000/11/01  14:46:47
23711         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
23712              From: Martin Husemann <martin@duskware.de>
23713              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
23714              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
23715      Branch: perl
23716            ! regcomp.c
23717 ____________________________________________________________________________
23718 [  7511] By: jhi                                   on 2000/11/01  14:39:50
23719         Log: AUTHORS updates.
23720      Branch: perl
23721            ! AUTHORS
23722 ____________________________________________________________________________
23723 [  7510] By: jhi                                   on 2000/11/01  14:29:50
23724         Log: Subject: [PATCH] startperl to respect versiononly
23725              From: Robin Barker <rmb1@cise.npl.co.uk> 
23726              Date: Tue, 31 Oct 2000 16:29:36 GMT
23727              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
23728      Branch: metaconfig/U/perl
23729            ! startperl.U
23730      Branch: perl
23731            ! Configure config_h.SH
23732 ____________________________________________________________________________
23733 [  7509] By: jhi                                   on 2000/11/01  14:19:53
23734         Log: printf UVs the correct way, noticed by Robin Barker.
23735      Branch: perl
23736            ! utf8.c
23737 ____________________________________________________________________________
23738 [  7508] By: jhi                                   on 2000/11/01  14:10:03
23739         Log: Do not cleanup *% because the % has special meanings in some
23740              shell environments.
23741      Branch: perl
23742            ! ext/Storable/Makefile.PL
23743 ____________________________________________________________________________
23744 [  7507] By: jhi                                   on 2000/11/01  14:06:00
23745         Log: The NonStop-UX libraries have a novel way to say NaN.
23746      Branch: perl
23747            ! t/lib/bigfltpm.t
23748 ____________________________________________________________________________
23749 [  7506] By: jhi                                   on 2000/11/01  14:03:35
23750         Log: The osname has been lowercased by now, from Tom Bates.
23751      Branch: metaconfig
23752            ! U/modified/Oldconfig.U
23753      Branch: perl
23754            ! Configure config_h.SH
23755 ____________________________________________________________________________
23756 [  7505] By: jhi                                   on 2000/10/31  19:18:39
23757         Log: The compiler is either gcc or cc, from Tom Bates.
23758      Branch: perl
23759            ! hints/nonstopux.sh
23760 ____________________________________________________________________________
23761 [  7504] By: jhi                                   on 2000/10/31  14:53:42
23762         Log: Update Changes.
23763      Branch: perl
23764            ! Changes patchlevel.h
23765 ____________________________________________________________________________
23766 [  7503] By: jhi                                   on 2000/10/31  14:30:50
23767         Log: Whitespace style tweak.  Was originally going to see to
23768              
23769              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23770              From: Joe Smith <jms@inwap.com>
23771              Date: Mon, 30 Oct 2000 18:47:57 -0800
23772              Message-Id: <39FE32DD.24AAC4D@inwap.com>
23773              
23774              but that had already been taken care of.
23775      Branch: metaconfig
23776            ! U/compline/d_stdstdio.U
23777      Branch: perl
23778            ! Configure config_h.SH
23779 ____________________________________________________________________________
23780 [  7502] By: jhi                                   on 2000/10/31  14:25:02
23781         Log: AUTHORS tweaks.
23782      Branch: perl
23783            ! AUTHORS
23784 ____________________________________________________________________________
23785 [  7501] By: jhi                                   on 2000/10/31  14:23:59
23786         Log: Subject: perlfaq style changes
23787              From: John Borwick <jhborwic@unity.ncsu.edu>
23788              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
23789              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
23790      Branch: perl
23791            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
23792            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
23793            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
23794            ! pod/perlfaq9.pod
23795 ____________________________________________________________________________
23796 [  7500] By: jhi                                   on 2000/10/31  14:22:15
23797         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
23798              
23799              Subject: Re: [ID 20000918.005] ~ on wide chars
23800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23801              Date: Mon, 30 Oct 2000 21:09:55 -0800
23802              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
23803              
23804              (The ord() part of the patch skipped.)
23805      Branch: perl
23806            ! doop.c
23807 ____________________________________________________________________________
23808 [  7499] By: jhi                                   on 2000/10/31  14:20:08
23809         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
23810              From: Jens Hamisch <jens@Strawberry.COM>
23811              Date: Mon, 30 Oct 2000 15:17:07 +0100
23812              Message-Id: <20001030151707.A9597@Strawberry.COM>
23813      Branch: perl
23814            ! av.c
23815 ____________________________________________________________________________
23816 [  7498] By: jhi                                   on 2000/10/31  14:16:29
23817         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
23818              From: Peter Prymmer <pvhp@forte.com>
23819              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
23820              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
23821      Branch: perl
23822            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
23823            + ext/Encode/Encode/posix-bc.enc
23824            ! MANIFEST t/lib/encode.t
23825 ____________________________________________________________________________
23826 [  7497] By: jhi                                   on 2000/10/31  14:13:22
23827         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
23828              From: Peter Prymmer <pvhp@forte.com>
23829              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
23830              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
23831      Branch: perl
23832            ! t/lib/cgi-html.t
23833 ____________________________________________________________________________
23834 [  7496] By: jhi                                   on 2000/10/31  14:12:05
23835         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
23836              From: Peter Prymmer <pvhp@forte.com>
23837              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
23838              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
23839      Branch: perl
23840            ! t/lib/cgi-function.t
23841 ____________________________________________________________________________
23842 [  7495] By: jhi                                   on 2000/10/31  14:11:08
23843         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
23844              From: Peter Prymmer <pvhp@forte.com>
23845              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
23846              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
23847      Branch: perl
23848            + ext/re/hints/aix.pl
23849            ! MANIFEST ext/re/Makefile.PL
23850 ____________________________________________________________________________
23851 [  7494] By: jhi                                   on 2000/10/31  14:08:32
23852         Log: Use Errno magic.
23853              
23854              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
23855              From: Casey Tweten <perl@ctweten.amsite.com>
23856              Date: Mon, 30 Oct 2000 15:51:17 -0500
23857              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
23858      Branch: perl
23859            ! lib/File/Temp.pm
23860 ____________________________________________________________________________
23861 [  7493] By: jhi                                   on 2000/10/31  14:05:07
23862         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
23863              
23864              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
23865              From: Nicholas Clark <nick@ccl4.org>
23866              Date: Mon, 30 Oct 2000 17:38:45 +0000
23867              Message-ID: <20001030173845.O60355@plum.flirble.org>
23868      Branch: perl
23869            ! Makefile.SH utils/perlbug.PL
23870 ____________________________________________________________________________
23871 [  7492] By: nick                                  on 2000/10/30  19:37:23
23872         Log: Change files which are mysteriously different to mainline to be
23873              copies of mainline.
23874      Branch: perlio
23875            ! objXSUB.h perlapi.c pod/perlapi.pod
23876 ____________________________________________________________________________
23877 [  7491] By: nick                                  on 2000/10/30  18:05:54
23878         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
23879              - typo in endian code in putc.
23880              - Don't allow read of write-only files and vice-versa
23881              - and off-by-one in flush-all loop.
23882              Remove debug calls as they were using GCC specific features.
23883      Branch: perlio
23884            ! perlio.c
23885 ____________________________________________________________________________
23886 [  7490] By: nick                                  on 2000/10/29  21:45:45
23887         Log: Integrate mainline to perlio
23888      Branch: perlio
23889           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
23890           !> toke.c
23891 ____________________________________________________________________________
23892 [  7489] By: jhi                                   on 2000/10/29  21:11:08
23893         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
23894              From: andreas.koenig@anima.de (Andreas J. Koenig)
23895              Date: 29 Oct 2000 22:05:59 +0100
23896              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
23897      Branch: perl
23898            ! lib/ExtUtils/Manifest.pm
23899 ____________________________________________________________________________
23900 [  7488] By: jhi                                   on 2000/10/29  21:07:47
23901         Log: Tests for #7487.
23902              
23903              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
23904              From: andreas.koenig@anima.de (Andreas J. Koenig)
23905              Date: 29 Oct 2000 19:37:09 +0100
23906              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
23907      Branch: perl
23908            ! t/comp/proto.t
23909 ____________________________________________________________________________
23910 [  7487] By: jhi                                   on 2000/10/29  21:06:27
23911         Log: constsub spillage.
23912              
23913              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
23914              From: John Tobey <jtobey@john-edwin-tobey.org>
23915              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
23916              Message-Id: <m13pvSr-000FObC@feynman.localnet>
23917      Branch: perl
23918            ! op.c
23919 ____________________________________________________________________________
23920 [  7486] By: nick                                  on 2000/10/29  21:05:04
23921         Log: Integrate mainline to perlio branch
23922      Branch: perlio
23923           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
23924           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
23925           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
23926           +> vos/install_perl.cm
23927            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
23928            - vos/config.h vos/config_h.SH_orig
23929           !> (integrate 141 files)
23930 ____________________________________________________________________________
23931 [  7485] By: jhi                                   on 2000/10/29  21:00:47
23932         Log: Make \x{...} consistently produce UTF-8.
23933              
23934              Subject: Re: \x{...} is confused 
23935              From: Simon Cozens <simon@cozens.net>
23936              Date: Sun, 29 Oct 2000 19:36:48 +0000
23937              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
23938      Branch: perl
23939            ! t/pragma/utf8.t toke.c
23940 ____________________________________________________________________________
23941 [  7484] By: nick                                  on 2000/10/29  20:05:29
23942         Log: PerlIO passes all tests.
23943      Branch: perlio
23944            ! perlio.c
23945 ____________________________________________________________________________
23946 [  7483] By: jhi                                   on 2000/10/29  18:06:55
23947         Log: Update Changes.
23948      Branch: perl
23949            ! Changes patchlevel.h
23950 ____________________________________________________________________________
23951 [  7482] By: nick                                  on 2000/10/29  17:43:28
23952         Log: Include <unistd.h> to get correct lseek() prototype etc.
23953              (I thought perl.h did that) - down to two fails
23954              - comp/require.t (last test)
23955              - lib/io_xs.t - possibly import/export of FILE * ?
23956      Branch: perlio
23957            ! perlio.c
23958 ____________________________________________________________________________
23959 [  7481] By: jhi                                   on 2000/10/29  17:02:37
23960         Log: UTF-8 decoder tweak.
23961      Branch: perl
23962            ! utf8.c
23963 ____________________________________________________________________________
23964 [  7480] By: nick                                  on 2000/10/29  16:26:11
23965         Log: Fixed two bugs:
23966              - error code not being set on close (of broken pipe)
23967              - append mode was truncating.
23968              At least one seek/tell bug remains.
23969      Branch: perlio
23970            ! perlio.c
23971 ____________________________________________________________________________
23972 [  7479] By: nick                                  on 2000/10/29  11:18:16
23973         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
23974              in case of accidents. Still several worrying fails, no line disciplines yet.
23975      Branch: perlio
23976            ! iperlsys.h perlio.c
23977 ____________________________________________________________________________
23978 [  7478] By: jhi                                   on 2000/10/29  02:04:01
23979         Log: Add also emailless people.
23980      Branch: perl
23981            ! AUTHORS
23982 ____________________________________________________________________________
23983 [  7477] By: jhi                                   on 2000/10/29  01:36:00
23984         Log: The #7476 needs a MANIFEST change, too.
23985      Branch: perl
23986            ! MANIFEST
23987 ____________________________________________________________________________
23988 [  7476] By: jhi                                   on 2000/10/29  01:35:21
23989         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
23990      Branch: perl
23991            - MAINTAIN
23992            ! AUTHORS Changes
23993 ____________________________________________________________________________
23994 [  7475] By: jhi                                   on 2000/10/28  23:57:25
23995         Log: De-quoted-unreadable to ISO Latin 1.
23996              (There's one ISO-2022-JP name in Changes5.004.)
23997      Branch: perl
23998            ! Changes Changes5.6
23999 ____________________________________________________________________________
24000 [  7474] By: jhi                                   on 2000/10/28  19:13:06
24001         Log: Subject: [ID 20001027.007] uniq array in perlfaq
24002              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
24003              Date: Fri, 27 Oct 2000 19:28:30 +0200
24004              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
24005      Branch: perl
24006            ! pod/perlfaq4.pod
24007 ____________________________________________________________________________
24008 [  7473] By: jhi                                   on 2000/10/28  18:02:05
24009         Log: Locking null mutexes is not recommendable.
24010              
24011              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
24012              From: Hugo <hv@crypt.compulink.co.uk>
24013              Date: Sat, 28 Oct 2000 18:41:12 +0100
24014              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
24015      Branch: perl
24016            ! op.c
24017 ____________________________________________________________________________
24018 [  7472] By: jhi                                   on 2000/10/28  17:52:58
24019         Log: Better create a true mailing list for the repository keepers.
24020      Branch: perl
24021            ! Porting/repository.pod
24022 ____________________________________________________________________________
24023 [  7471] By: jhi                                   on 2000/10/28  17:28:24
24024         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
24025              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
24026      Branch: perl
24027            + Porting/repository.pod
24028            ! MANIFEST
24029 ____________________________________________________________________________
24030 [  7470] By: jhi                                   on 2000/10/28  17:20:54
24031         Log: Subject: DOC PATCH 5.6.0
24032              From: mjd@plover.com
24033              Date: 27 Oct 2000 17:32:44 -0000
24034              Message-ID: <20001027173244.23754.qmail@plover.com>
24035      Branch: perl
24036            ! pod/perlfunc.pod
24037 ____________________________________________________________________________
24038 [  7469] By: jhi                                   on 2000/10/28  17:16:45
24039         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
24040              From: "Peter J. Farley III" <pjfarley@banet.net>
24041              Date: Fri, 27 Oct 2000 20:32:56 -0400
24042              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
24043      Branch: perl
24044            ! README.dos
24045 ____________________________________________________________________________
24046 [  7468] By: jhi                                   on 2000/10/28  17:07:18
24047         Log: Make target reordering to avoid pointless re-makes.
24048              
24049              Subject: Re: Total re-make of 'make okfile' after 7451 ?
24050              From: Nicholas Clark <nick@ccl4.org>
24051              Date: Sat, 28 Oct 2000 00:31:02 +0100
24052              Message-ID: <20001028003101.A54517@plum.flirble.org>
24053      Branch: perl
24054            ! Makefile.SH
24055 ____________________________________________________________________________
24056 [  7467] By: jhi                                   on 2000/10/28  17:05:31
24057         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
24058              From: lvirden@cas.org
24059              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
24060              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
24061      Branch: perl
24062            ! README.os2
24063 ____________________________________________________________________________
24064 [  7466] By: jhi                                   on 2000/10/28  16:09:16
24065         Log: Upgrade to CPAN 1.58_55.
24066              
24067              Subject: CPAN.pm status
24068              From: andreas.koenig@anima.de (Andreas J. Koenig) 
24069              Date: 28 Oct 2000 08:18:00 +0200 
24070              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
24071      Branch: perl
24072            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24073 ____________________________________________________________________________
24074 [  7465] By: jhi                                   on 2000/10/28  16:02:47
24075         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
24076      Branch: perl
24077            ! embed.h embed.pl perl.h proto.h toke.c
24078 ____________________________________________________________________________
24079 [  7464] By: nick                                  on 2000/10/28  10:43:44
24080         Log: Fix for sv_2iv() on "shared" value from keys %hash.
24081      Branch: perl
24082            ! sv.c
24083 ____________________________________________________________________________
24084 [  7463] By: jhi                                   on 2000/10/27  16:18:29
24085         Log: Update Changes.
24086      Branch: perl
24087            ! Changes patchlevel.h
24088 ____________________________________________________________________________
24089 [  7462] By: jhi                                   on 2000/10/27  16:17:44
24090         Log: Too enthusiastic editing in #7460.
24091      Branch: metaconfig
24092            ! U/modified/Oldsym.U
24093      Branch: perl
24094            ! Configure config_h.SH
24095 ____________________________________________________________________________
24096 [  7461] By: jhi                                   on 2000/10/27  15:37:38
24097         Log: Retract #7459, the script needs more work.
24098      Branch: perl
24099            - mkreef
24100            ! MANIFEST
24101 ____________________________________________________________________________
24102 [  7460] By: jhi                                   on 2000/10/27  15:23:14
24103         Log: Use $sort, $uniq (and $tr) consistently as wondered
24104              by Nicholas Clark.
24105      Branch: metaconfig
24106            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
24107            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
24108            ! U/modified/libc.U
24109      Branch: perl
24110            ! Configure config_h.SH
24111 ____________________________________________________________________________
24112 [  7459] By: jhi                                   on 2000/10/27  15:02:07
24113         Log: (Retracted by #7461)
24114              
24115              Add a shell script for creating/removing symbolic link farms,
24116              useful for keeping the source code read-only and doing the
24117              builds somewhere else.
24118      Branch: perl
24119            + mkreef
24120            ! MANIFEST
24121 ____________________________________________________________________________
24122 [  7458] By: jhi                                   on 2000/10/27  14:42:20
24123         Log: Do away with the fix_pl.
24124      Branch: perl
24125            - fix_pl
24126            ! MANIFEST Makefile.SH
24127 ____________________________________________________________________________
24128 [  7457] By: jhi                                   on 2000/10/27  12:43:13
24129         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
24130              From: Jens Hamisch <jens@Strawberry.COM>
24131              Date: Fri, 27 Oct 2000 14:38:21 +0200
24132              Message-Id: <20001027143821.B3366@Strawberry.COM>
24133      Branch: perl
24134            ! perl.h
24135 ____________________________________________________________________________
24136 [  7456] By: jhi                                   on 2000/10/27  12:33:42
24137         Log: Subject: [PATCH] todo
24138              From: Nicholas Clark <nick@ccl4.org>
24139              Date: Thu, 26 Oct 2000 22:32:29 +0100
24140              Message-ID: <20001026223229.A44540@plum.flirble.org>
24141      Branch: perl
24142            ! pod/perltodo.pod
24143 ____________________________________________________________________________
24144 [  7455] By: jhi                                   on 2000/10/27  12:02:21
24145         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
24146              From: John Tobey <jtobey@john-edwin-tobey.org>
24147              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
24148              Message-Id: <m13ozHF-000FObC@feynman.localnet>
24149      Branch: perl
24150            ! op.c t/pragma/sub_lval.t
24151 ____________________________________________________________________________
24152 [  7454] By: jhi                                   on 2000/10/27  11:59:42
24153         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
24154              From: sthoenna@efn.org
24155              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
24156              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
24157      Branch: perl
24158            ! pp.c t/op/assignwarn.t
24159 ____________________________________________________________________________
24160 [  7453] By: jhi                                   on 2000/10/27  00:15:08
24161         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
24162      Branch: perl
24163            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24164            ! ext/Storable/Storable.xs t/lib/st-lock.t
24165 ____________________________________________________________________________
24166 [  7452] By: jhi                                   on 2000/10/26  13:05:52
24167         Log: Undo #7451, this seems to be a deficiency in Perforce,
24168              there is no per-file line-terminator type, only per-client.
24169      Branch: perl
24170            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24171            ! win32/makefile.mk
24172 ____________________________________________________________________________
24173 [  7451] By: jhi                                   on 2000/10/26  04:56:03
24174         Log: Experimenting in DOS arcana.
24175      Branch: perl
24176            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
24177            ! win32/makefile.mk
24178 ____________________________________________________________________________
24179 [  7450] By: jhi                                   on 2000/10/26  04:50:52
24180         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
24181              From: "Peter J. Farley III" <pjfarley@banet.net>            
24182              Date: Wed, 25 Oct 2000 23:10:18 -0400
24183              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
24184      Branch: perl
24185            ! t/io/open.t
24186 ____________________________________________________________________________
24187 [  7449] By: jhi                                   on 2000/10/26  04:49:16
24188         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
24189              From: Hugo <hv@crypt.compulink.co.uk>
24190              Date: Thu, 26 Oct 2000 01:55:17 +0100
24191              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
24192              
24193              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
24194      Branch: perl
24195            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
24196 ____________________________________________________________________________
24197 [  7448] By: jhi                                   on 2000/10/26  04:38:36
24198         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
24199              From: Peter Prymmer <pvhp@forte.com>
24200              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
24201              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
24202      Branch: perl
24203            ! configure.com
24204 ____________________________________________________________________________
24205 [  7447] By: jhi                                   on 2000/10/25  23:20:02
24206         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
24207              in platforms that strictly require all the symbols being present
24208              at link time.
24209      Branch: perl
24210            ! handy.h
24211 ____________________________________________________________________________
24212 [  7446] By: jhi                                   on 2000/10/25  21:55:57
24213         Log: Update Changes.
24214      Branch: perl
24215            ! Changes patchlevel.h
24216 ____________________________________________________________________________
24217 [  7445] By: jhi                                   on 2000/10/25  21:27:08
24218         Log: Integrate with vmsperl #7430 by Charles Bailey:
24219              
24220              Cleanup from prior patch (Charles Lane?):
24221              - improve handling of MFDs in Basename and Path
24222              - default to no xsubpp line # munging when building debug images
24223      Branch: perl
24224           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
24225 ____________________________________________________________________________
24226 [  7444] By: jhi                                   on 2000/10/25  21:03:50
24227         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
24228              From: John Peacock <JPeacock@UnivPress.com>
24229              Date: Thu, 18 May 2000 11:55:27 -0400
24230              Message-ID: <3924126F.A58BE57A@UnivPress.com>
24231      Branch: perl
24232            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
24233            ! t/op/write.t
24234 ____________________________________________________________________________
24235 [  7443] By: jhi                                   on 2000/10/25  20:43:10
24236         Log: Temporary stopgap for the self-tying issue: for now only
24237              array and hash self-ties are verboten.  The real fix, of
24238              course, would be to comprehensively test (and implement?)
24239              and debug (and document) self-ties.
24240      Branch: perl
24241            ! pod/perldiag.pod pp_sys.c t/op/tie.t
24242 ____________________________________________________________________________
24243 [  7442] By: jhi                                   on 2000/10/25  20:14:30
24244         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
24245              From: Dan Sugalski <dan@sidhe.org>
24246              Date: Wed, 25 Oct 2000 13:36:35 -0400
24247              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
24248              
24249              plus regen global.sym.
24250      Branch: perl
24251            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
24252            ! thrdvar.h util.c
24253 ____________________________________________________________________________
24254 [  7441] By: jhi                                   on 2000/10/25  20:12:20
24255         Log: buildtoc target tweaks.
24256      Branch: perl
24257            ! pod/Makefile.SH
24258 ____________________________________________________________________________
24259 [  7440] By: jhi                                   on 2000/10/25  20:03:53
24260         Log: A new version of making the syslog test more robust.
24261              (Replaces #7421.)
24262              
24263              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24264              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24265              Date: Wed, 25 Oct 2000 12:13:54 -0400
24266              Message-ID: <20001025121354.B2264@O2.chapin.edu>
24267      Branch: perl
24268            ! t/lib/syslog.t
24269 ____________________________________________________________________________
24270 [  7439] By: jhi                                   on 2000/10/25  20:00:48
24271         Log: Continue the internal UTF-8 API tweaking.
24272              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
24273              used much more than the simpler API, now called utf8_to_uv_simple().
24274              Still not quite happy with API, too much partial duplication
24275              of functionality.
24276      Branch: perl
24277            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
24278            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
24279            ! regcomp.c regexec.c sv.c toke.c utf8.c
24280 ____________________________________________________________________________
24281 [  7438] By: jhi                                   on 2000/10/25  18:52:30
24282         Log: Allow poking holes at the UTF-8 decoding strictness.
24283      Branch: perl
24284            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
24285            ! utf8.h
24286 ____________________________________________________________________________
24287 [  7437] By: jhi                                   on 2000/10/25  13:53:05
24288         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
24289              UTF8LEN() and UTF8SKIP(). 
24290      Branch: perl
24291            ! pp.c utf8.c utf8.h
24292 ____________________________________________________________________________
24293 [  7436] By: jhi                                   on 2000/10/25  13:51:37
24294         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
24295              From: Nicholas Clark <nick@ccl4.org>
24296              Date: Wed, 25 Oct 2000 14:44:05 +0100
24297              Message-ID: <20001025144404.D27253@plum.flirble.org>
24298      Branch: perl
24299            ! pod/perlrun.pod
24300 ____________________________________________________________________________
24301 [  7435] By: jhi                                   on 2000/10/25  13:49:32
24302         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
24303              From: Mike Guy <mjtg@cam.ac.uk>
24304              Date: Tue, 24 Oct 2000 14:59:40 +0100
24305              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
24306      Branch: perl
24307            ! scope.c
24308 ____________________________________________________________________________
24309 [  7434] By: jhi                                   on 2000/10/25  13:48:41
24310         Log: AIX is picky about its symbol exports.  Solution for now
24311              is to include the deb.o explicitly to the re extension build.
24312              
24313              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
24314              From: Peter Prymmer <pvhp@forte.com>
24315              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
24316              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
24317      Branch: perl
24318            ! ext/re/Makefile.PL hints/aix.sh
24319 ____________________________________________________________________________
24320 [  7433] By: jhi                                   on 2000/10/25  13:46:49
24321         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
24322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24323              Date: Wed, 25 Oct 2000 12:02:20 +0200
24324              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
24325      Branch: perl
24326            ! perlsdio.h
24327 ____________________________________________________________________________
24328 [  7432] By: jhi                                   on 2000/10/25  13:44:28
24329         Log: Subject: Minor update to find2perl, for portability
24330              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
24331              Date: Wed, 25 Oct 2000 12:05:47 +0100
24332              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
24333      Branch: perl
24334            ! x2p/find2perl.PL
24335 ____________________________________________________________________________
24336 [  7431] By: jhi                                   on 2000/10/25  13:40:39
24337         Log: Add targets to Makefile.SH, most importantly
24338              'regen_all' which also remembers to update vms/perly*.
24339      Branch: perl
24340            ! Makefile.SH
24341 ____________________________________________________________________________
24342 [  7430] By: bailey                                on 2000/10/25  03:13:53
24343         Log: Cleanup from prior patch (Charles Lane?):
24344              - improve handling of MFDs in Basename and Path
24345              - default to no xsubpp line # munging when building debug images
24346      Branch: vmsperl
24347            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
24348 ____________________________________________________________________________
24349 [  7429] By: jhi                                   on 2000/10/24  20:03:40
24350         Log: Podify README.epoc and README.vos.
24351      Branch: perl
24352            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
24353            ! pod/perlport.pod pod/perltoc.pod
24354 ____________________________________________________________________________
24355 [  7428] By: jhi                                   on 2000/10/24  19:10:33
24356         Log: Stratus VOS updates from Paul Green.
24357      Branch: perl
24358            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24359            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
24360            - vos/config.def vos/config.h vos/config_h.SH_orig
24361            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
24362            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
24363 ____________________________________________________________________________
24364 [  7427] By: jhi                                   on 2000/10/24  18:59:48
24365         Log: Check if stdio supports tweaking lval and cnt simultaneously.
24366              
24367              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
24368              From: Nicholas Clark <nick@ccl4.org>
24369              Date: Mon, 23 Oct 2000 15:39:32 +0100
24370              Message-ID: <20001023153932.A10786@plum.flirble.org>
24371      Branch: metaconfig
24372            ! U/compline/d_stdstdio.U
24373      Branch: perl
24374            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24375            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
24376            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
24377            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
24378            ! vos/config.h vos/config_h.SH_orig win32/config.bc
24379            ! win32/config.gc win32/config.vc
24380 ____________________________________________________________________________
24381 [  7426] By: jhi                                   on 2000/10/24  17:57:44
24382         Log: Missed the header file changes from #7425.
24383      Branch: perl
24384            ! embed.h embed.pl objXSUB.h proto.h
24385 ____________________________________________________________________________
24386 [  7425] By: jhi                                   on 2000/10/24  17:55:17
24387         Log: Fix the bug reported in
24388              
24389              From: andreas.koenig@anima.de (Andreas J. Koenig)
24390              Subject: Encode bug?
24391              Date: 24 Oct 2000 14:01:26 +0200 
24392              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
24393              
24394              Also make is_utf8_char() stricter.
24395      Branch: perl
24396            ! ext/Encode/Encode.xs utf8.c
24397 ____________________________________________________________________________
24398 [  7424] By: jhi                                   on 2000/10/24  15:15:39
24399         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
24400              From: Peter Scott <Peter@PSDT.com>
24401              Date: Mon, 23 Oct 2000 19:46:01 -0700
24402              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
24403      Branch: perl
24404            ! pod/perlfaq5.pod
24405 ____________________________________________________________________________
24406 [  7423] By: jhi                                   on 2000/10/24  14:25:30
24407         Log: Test tweak to avoid pulling in the whole Config.
24408      Branch: perl
24409            ! t/lib/st-lock.t
24410 ____________________________________________________________________________
24411 [  7422] By: jhi                                   on 2000/10/24  14:03:16
24412         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
24413      Branch: perl
24414            ! pp.c
24415 ____________________________________________________________________________
24416 [  7421] By: jhi                                   on 2000/10/24  13:32:09
24417         Log: (Replaced by #7440.)
24418              
24419              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
24420              From: "Kurt D. Starsinic" <kstar@chapin.edu>
24421              Date: Mon, 23 Oct 2000 16:40:54 -0400
24422              Message-ID: <20001023164054.B14491@O2.chapin.edu>
24423      Branch: perl
24424            ! t/lib/syslog.t
24425 ____________________________________________________________________________
24426 [  7420] By: jhi                                   on 2000/10/24  13:30:53
24427         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
24428              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24429              Date: Mon, 23 Oct 2000 17:29:03 -0400
24430              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
24431      Branch: perl
24432            ! lib/ExtUtils/MM_Unix.pm
24433 ____________________________________________________________________________
24434 [  7419] By: jhi                                   on 2000/10/24  13:29:57
24435         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
24436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24437              Date: Mon, 23 Oct 2000 19:01:32 -0400
24438              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
24439      Branch: perl
24440            ! utils/h2xs.PL
24441 ____________________________________________________________________________
24442 [  7418] By: jhi                                   on 2000/10/24  13:26:04
24443         Log: Replace #7409 with
24444              
24445              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
24446              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
24447              Date: Mon, 23 Oct 2000 20:08:56 +0200
24448              Message-ID: <20001023200855.A14850@nice.ram.loc>
24449      Branch: perl
24450            ! ext/Storable/Storable.pm t/lib/st-lock.t
24451 ____________________________________________________________________________
24452 [  7417] By: jhi                                   on 2000/10/24  13:17:52
24453         Log: Run vms/vms_yfix.pl, should have done that after changing
24454              perly.c in #7382.
24455      Branch: perl
24456            ! vms/perly_c.vms vms/perly_h.vms
24457 ____________________________________________________________________________
24458 [  7416] By: jhi                                   on 2000/10/24  02:55:33
24459         Log: Make the UTF-8 decoding stricter and more verbose when
24460              malformation happens.  This involved adding an argument
24461              to utf8_to_uv_chk(), which involved changing its prototype,
24462              and prefer STRLEN over I32 for the UTF-8 length, which as
24463              a domino effect necessitated changing the prototypes of
24464              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
24465              The stricter UTF-8 decoding checking uses Markus Kuhn's
24466              UTF-8 Decode Stress Tester from
24467              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
24468      Branch: perl
24469            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
24470            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
24471            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
24472            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
24473 ____________________________________________________________________________
24474 [  7415] By: jhi                                   on 2000/10/23  14:06:06
24475         Log: Update Changes.
24476      Branch: perl
24477            ! Changes patchlevel.h
24478 ____________________________________________________________________________
24479 [  7414] By: jhi                                   on 2000/10/23  12:39:52
24480         Log: Undo the basename() part of #7412 since the lib/basename
24481              tests would need upgrading too.
24482      Branch: perl
24483            ! lib/File/Basename.pm
24484 ____________________________________________________________________________
24485 [  7413] By: jhi                                   on 2000/10/23  12:19:27
24486         Log: Document PERL_INSTALL_ROOT of #7210.
24487      Branch: perl
24488            ! lib/ExtUtils/Install.pm
24489 ____________________________________________________________________________
24490 [  7412] By: jhi                                   on 2000/10/23  12:16:47
24491         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
24492      Branch: perl
24493            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
24494            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
24495 ____________________________________________________________________________
24496 [  7411] By: jhi                                   on 2000/10/23  12:07:41
24497         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
24498              From: Prymmer/Kahn <pvhp@best.com>
24499              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
24500              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
24501      Branch: perl
24502            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
24503 ____________________________________________________________________________
24504 [  7410] By: jhi                                   on 2000/10/23  04:10:11
24505         Log: The change #7187 was not so good on VMS.
24506              
24507              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
24508              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24509              Date: Sun, 22 Oct 2000 23:03:08 -0500
24510              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
24511      Branch: perl
24512            ! utils/perldoc.PL
24513 ____________________________________________________________________________
24514 [  7409] By: jhi                                   on 2000/10/23  03:57:36
24515         Log: Avoid Storable locking on DJGPP for now.
24516              
24517              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
24518              From: "Peter J. Farley III" <pjfarley@banet.net>
24519              Date: Sun, 22 Oct 2000 20:00:00 -0400
24520              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
24521      Branch: perl
24522            ! ext/Storable/Storable.pm t/lib/st-lock.t
24523 ____________________________________________________________________________
24524 [  7408] By: jhi                                   on 2000/10/23  03:50:24
24525         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
24526              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
24527              Date: Sun, 22 Oct 2000 21:12:22 -0400
24528              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
24529      Branch: perl
24530            ! lib/vars.pm
24531 ____________________________________________________________________________
24532 [  7407] By: jhi                                   on 2000/10/23  03:43:12
24533         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
24534              From: Hugo <hv@crypt.compulink.co.uk>
24535              Date: Mon, 23 Oct 2000 00:47:22 +0100
24536              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
24537      Branch: perl
24538            ! regexec.c t/op/pat.t
24539 ____________________________________________________________________________
24540 [  7406] By: jhi                                   on 2000/10/23  03:40:29
24541         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
24542      Branch: perl
24543            ! lib/ExtUtils/MakeMaker.pm
24544 ____________________________________________________________________________
24545 [  7405] By: jhi                                   on 2000/10/22  21:32:00
24546         Log: Doc patch.
24547              
24548              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
24549              From: rspier@pobox.com (Robert Spier)
24550              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
24551              Message-ID: <14835.16112.13457.447971@rls.cx>
24552      Branch: perl
24553            ! lib/strict.pm
24554 ____________________________________________________________________________
24555 [  7404] By: jhi                                   on 2000/10/22  21:30:51
24556         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
24557              From: rspier@pobox.com (Robert Spier)
24558              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
24559              Message-ID: <14835.17223.72448.705566@rls.cx>
24560      Branch: perl
24561            ! lib/ExtUtils/MakeMaker.pm
24562 ____________________________________________________________________________
24563 [  7403] By: jhi                                   on 2000/10/22  21:24:11
24564         Log: Subject: [PATCH bleadperl] ripples from constsub patch
24565              From: John Tobey <jtobey@john-edwin-tobey.org>
24566              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
24567              Message-Id: <m13nSOB-000FObC@feynman.localnet>
24568      Branch: perl
24569            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
24570 ____________________________________________________________________________
24571 [  7402] By: jhi                                   on 2000/10/22  20:59:35
24572         Log: Support s?printf parameter reordering.
24573      Branch: perl
24574            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
24575 ____________________________________________________________________________
24576 [  7401] By: jhi                                   on 2000/10/22  19:19:14
24577         Log: Expand %Config variables only if explicitly so requested
24578              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
24579              
24580              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
24581              From: Gurusamy Sarathy <gsar@ActiveState.com>
24582              Date: Sun, 22 Oct 2000 11:47:32 -0700
24583              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
24584      Branch: perl
24585            ! Makefile.SH lib/lib_pm.PL
24586 ____________________________________________________________________________
24587 [  7400] By: jhi                                   on 2000/10/22  18:24:10
24588         Log: Move the #7390 test from warn/op to comp/redef.
24589              
24590              Subject: Re: Creating const subs for constants.
24591              From: John Tobey <jtobey@john-edwin-tobey.org>
24592              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
24593              Message-Id: <m13nG72-000FObC@feynman.localnet>               
24594      Branch: perl
24595            ! t/comp/redef.t t/pragma/warn/op
24596 ____________________________________________________________________________
24597 [  7399] By: jhi                                   on 2000/10/22  17:49:59
24598         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
24599              From: Nicholas Clark <nick@ccl4.org>
24600              Date: Sat, 21 Oct 2000 22:23:19 +0100
24601              Message-ID: <20001021222319.B45586@plum.flirble.org>
24602      Branch: perl
24603            ! ext/DynaLoader/DynaLoader_pm.PL
24604 ____________________________________________________________________________
24605 [  7398] By: jhi                                   on 2000/10/22  17:47:35
24606         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
24607              From: Hugo <hv@crypt.compulink.co.uk>
24608              Date: Sat, 21 Oct 2000 18:19:59 +0100
24609              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
24610      Branch: perl
24611            ! ext/B/B.pm ext/B/B/C.pm
24612 ____________________________________________________________________________
24613 [  7397] By: jhi                                   on 2000/10/22  17:35:18
24614         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
24615              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
24616              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
24617              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
24618      Branch: perl
24619            ! hints/openbsd.sh
24620 ____________________________________________________________________________
24621 [  7396] By: jhi                                   on 2000/10/22  17:19:46
24622         Log: Subject: installman go-faster stripes
24623              From: Nicholas Clark <nick@talking.bollo.cx>
24624              Date: Sat, 21 Oct 2000 17:24:53 +0100
24625              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
24626              
24627              Subject: Re: installman go-faster stripes
24628              From: Russ Allbery <rra@stanford.edu>
24629              Date: 21 Oct 2000 11:04:13 -0700
24630              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
24631      Branch: perl
24632            ! installman pod/pod2man.PL
24633 ____________________________________________________________________________
24634 [  7395] By: jhi                                   on 2000/10/22  17:17:35
24635         Log: Hints tweak from Anton Berezin.
24636      Branch: perl
24637            ! hints/freebsd.sh
24638 ____________________________________________________________________________
24639 [  7394] By: jhi                                   on 2000/10/22  04:50:04
24640         Log: Tweak the Is* definitions of Unicode character classes
24641              to better match the official categorizations; embrace
24642              the official categorizations; add the combining marks
24643              as alpha (and -numeric); fix DCinital (a typo and edito)
24644              to be DCmedial.
24645      Branch: perl
24646            + lib/unicode/Is/DCmedial.pl
24647            - lib/unicode/Is/DCinital.pl
24648            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
24649            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
24650            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
24651            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
24652 ____________________________________________________________________________
24653 [  7393] By: jhi                                   on 2000/10/21  18:06:05
24654         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
24655              From: Daniel Chetlin <daniel@chetlin.com>
24656              Date: Sat, 21 Oct 2000 02:57:03 -0700
24657              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
24658      Branch: perl
24659            + t/lib/tie-splice.t
24660            ! MANIFEST lib/Tie/Array.pm
24661 ____________________________________________________________________________
24662 [  7392] By: gsar                                  on 2000/10/21  18:05:15
24663         Log: resync utfperl branch with mainline
24664      Branch: utfperl
24665           !> (integrate 1760 files)
24666 ____________________________________________________________________________
24667 [  7391] By: jhi                                   on 2000/10/21  14:37:49
24668         Log: Testcases for a #7383,#7385 related bug.
24669              
24670              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
24671              From: Nicholas Clark <nick@ccl4.org>
24672              Date: Sat, 21 Oct 2000 15:04:51 +0100
24673              Message-ID: <20001021150451.A51566@plum.flirble.org>
24674      Branch: perl
24675            ! t/pragma/utf8.t
24676 ____________________________________________________________________________
24677 [  7390] By: jhi                                   on 2000/10/21  14:35:57
24678         Log: Add a testcase for #7389.
24679      Branch: perl
24680            ! t/pragma/warn/op
24681 ____________________________________________________________________________
24682 [  7389] By: jhi                                   on 2000/10/21  14:26:45
24683         Log: Subject: Re: Creating const subs for constants.
24684              From: John Tobey <jtobey@john-edwin-tobey.org>
24685              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
24686              Message-Id: <m13mo0N-000FObC@feynman.localnet>
24687      Branch: perl
24688            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
24689            ! proto.h sv.c
24690 ____________________________________________________________________________
24691 [  7388] By: nick                                  on 2000/10/21  11:44:23
24692         Log: Populate perlio branch
24693      Branch: perlio
24694           +> (branch 1760 files)
24695 ____________________________________________________________________________
24696 [  7387] By: nick                                  on 2000/10/21  10:52:05
24697         Log: Get branch back as replica of mainline via :
24698              p4 integrate -b utfperl
24699              p4 resolve -at ./...
24700      Branch: utfperl
24701           +> (branch 269 files)
24702            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
24703            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
24704            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
24705            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
24706            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
24707            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24708            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24709            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24710            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24711            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24712            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24713            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24714            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24715            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24716            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24717            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24718            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24719            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24720            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
24721            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
24722            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
24723            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
24724            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
24725            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
24726            - lib/unicode/UCD300.html lib/unicode/Unicode.300
24727            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
24728            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
24729            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
24730            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
24731           !> (integrate 965 files)
24732 ____________________________________________________________________________
24733 [  7386] By: jhi                                   on 2000/10/21  01:31:12
24734         Log: Update Changes.
24735      Branch: perl
24736            ! Changes patchlevel.h
24737 ____________________________________________________________________________
24738 [  7385] By: jhi                                   on 2000/10/21  01:28:42
24739         Log: The #7383 was right only in the context of the original bug report,
24740              not in more general case.
24741      Branch: perl
24742            ! pp_hot.c
24743 ____________________________________________________________________________
24744 [  7384] By: jhi                                   on 2000/10/21  01:08:23
24745         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
24746      Branch: perl
24747            ! ext/IO/lib/IO/Select.pm
24748 ____________________________________________________________________________
24749 [  7383] By: jhi                                   on 2000/10/21  00:44:18
24750         Log: Fix for ID 20001020.006, concatenating an unset submatch
24751              with utf8 resulted in "Modification of a read-only value".
24752      Branch: perl
24753            ! pp_hot.c t/pragma/utf8.t
24754 ____________________________________________________________________________
24755 [  7382] By: jhi                                   on 2000/10/20  20:44:31
24756         Log: Make scan_num() reëntrant, as suggested in
24757              
24758              Subject: [PATCH perl@7229] Rentrant parser and yylex()
24759              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24760              Date: Fri, 20 Oct 2000 14:17:27 +0100
24761              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
24762      Branch: perl
24763            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
24764            ! toke.c
24765 ____________________________________________________________________________
24766 [  7381] By: jhi                                   on 2000/10/20  20:07:29
24767         Log: Reëntrancy fix.
24768              
24769              Subject: [PATCH perl@7229] Rentrant parser and yylex()
24770              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
24771              Date: Fri, 20 Oct 2000 14:17:27 +0100
24772              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
24773      Branch: perl
24774            ! embed.h embed.pl perl.h proto.h toke.c
24775 ____________________________________________________________________________
24776 [  7380] By: jhi                                   on 2000/10/20  19:15:54
24777         Log: Don't write double values through long double pointers,
24778              based on a part of
24779              
24780              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
24781              From: Jens Hamisch <jens@Strawberry.COM>
24782              Date: Tue, 17 Oct 2000 08:39:36 +0200
24783              Message-Id: <20001017083936.A11104@Strawberry.COM>
24784      Branch: perl
24785            ! perl.h pp.c
24786 ____________________________________________________________________________
24787 [  7379] By: jhi                                   on 2000/10/20  18:43:37
24788         Log: Portability tweak on #7377.
24789              
24790              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
24791              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24792              Date:     Fri, 20 Oct 2000 13:13:41 EDT
24793              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
24794      Branch: perl
24795            ! t/lib/dprof.t
24796 ____________________________________________________________________________
24797 [  7378] By: jhi                                   on 2000/10/20  12:57:19
24798         Log: SOCKS function redefinitions need prototypes, too, otherwise
24799              for example 32 bit versus 64 bit differences cause a lot of
24800              problems.  Part of
24801              
24802              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
24803              From: Jens Hamisch <jens@Strawberry.COM>
24804              Date: Tue, 17 Oct 2000 08:39:36 +0200
24805              Message-Id: <20001017083936.A11104@Strawberry.COM>
24806      Branch: perl
24807            ! doio.c pp_sys.c
24808 ____________________________________________________________________________
24809 [  7377] By: jhi                                   on 2000/10/20  12:37:12
24810         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
24811              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24812              Date:     Fri, 20 Oct 2000 08:26:04 EDT
24813              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
24814      Branch: perl
24815            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
24816 ____________________________________________________________________________
24817 [  7376] By: jhi                                   on 2000/10/20  12:35:31
24818         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
24819              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24820              Date:     Fri, 20 Oct 2000 07:48:15 EDT
24821              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
24822      Branch: perl
24823            ! configure.com vms/gen_shrfls.pl
24824 ____________________________________________________________________________
24825 [  7375] By: bailey                                on 2000/10/20  04:44:37
24826         Log: SYN SYN
24827      Branch: vmsperl
24828           +> (branch 134 files)
24829            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
24830            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
24831            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
24832            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
24833            - eg/cgi/frameset.cgi eg/cgi/index.html
24834            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
24835            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
24836            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
24837            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
24838            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
24839            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
24840            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
24841            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
24842            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
24843            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
24844            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
24845            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
24846            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
24847            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
24848            - lib/unicode/Props.txt lib/unicode/UCD300.html
24849            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24850            - utils/perlbc.PL vms/subconfigure.com
24851           !> (integrate 785 files)
24852 ____________________________________________________________________________
24853 [  7374] By: jhi                                   on 2000/10/20  00:59:48
24854         Log: In the latest compiler builds cccdlflags must not become -fpic,
24855              from Wilfredo Sánchez.
24856      Branch: perl
24857            ! hints/darwin.sh
24858 ____________________________________________________________________________
24859 [  7373] By: jhi                                   on 2000/10/20  00:56:35
24860         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
24861              From: Tony Cook <tony@develop-help.com>
24862              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
24863              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
24864      Branch: perl
24865            ! pod/perlop.pod
24866 ____________________________________________________________________________
24867 [  7372] By: jhi                                   on 2000/10/19  19:34:40
24868         Log: Typo noted by Mark Lutz.
24869      Branch: perl
24870            ! t/op/64bitint.t
24871 ____________________________________________________________________________
24872 [  7371] By: jhi                                   on 2000/10/19  19:33:13
24873         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
24874      Branch: metaconfig
24875            ! U/modified/Cppsym.U U/modified/Oldconfig.U
24876      Branch: metaconfig/U/perl
24877            ! End.U dlsrc.U libperl.U
24878      Branch: perl
24879            + hints/nonstopux.sh
24880            ! Configure MANIFEST config_h.SH
24881 ____________________________________________________________________________
24882 [  7370] By: jhi                                   on 2000/10/19  17:18:08
24883         Log: Subject: PATCH do_print has 2 PerlIO_error()s
24884              From: nick@ccl4.org
24885              Date: Thu, 19 Oct 2000 18:09:20 +0100
24886              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
24887      Branch: perl
24888            ! doio.c
24889 ____________________________________________________________________________
24890 [  7369] By: jhi                                   on 2000/10/19  14:01:49
24891         Log: Update Changes.
24892      Branch: perl
24893            ! Changes patchlevel.h
24894 ____________________________________________________________________________
24895 [  7368] By: jhi                                   on 2000/10/19  13:04:29
24896         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
24897              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24898              Date: Wed, 18 Oct 2000 13:12:01 +0200
24899              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
24900      Branch: perl
24901            ! hints/aix.sh
24902 ____________________________________________________________________________
24903 [  7367] By: jhi                                   on 2000/10/19  02:22:40
24904         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
24905              of a 'pmshort' anywhere in the B, so the offending line was simply
24906              removed.
24907      Branch: perl
24908            ! ext/B/B/Debug.pm
24909 ____________________________________________________________________________
24910 [  7366] By: jhi                                   on 2000/10/19  02:12:37
24911         Log: Add the test case for the bug id 20000730.004 which seems
24912              to have been fixed by now.
24913      Branch: perl
24914            ! t/pragma/utf8.t
24915 ____________________________________________________________________________
24916 [  7365] By: jhi                                   on 2000/10/18  23:36:24
24917         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
24918              From: Hugo <hv@crypt.compulink.co.uk>
24919              Date: Wed, 18 Oct 2000 23:25:58 +0100
24920              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
24921      Branch: perl
24922            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
24923 ____________________________________________________________________________
24924 [  7364] By: jhi                                   on 2000/10/18  21:12:53
24925         Log: (retracted)
24926      Branch: perl
24927            ! pp.c
24928 ____________________________________________________________________________
24929 [  7363] By: jhi                                   on 2000/10/18  20:55:38
24930         Log: Missing change from #7362.
24931      Branch: perl
24932            ! win32/perlhost.h
24933 ____________________________________________________________________________
24934 [  7362] By: jhi                                   on 2000/10/18  20:52:01
24935         Log: Borland C fstat() never saw the fd as writable.
24936              
24937              Subject: fix for Borland's weak "stat" (perl@7211)
24938              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24939              Date: Mon, 16 Oct 2000 09:55:03 +0400
24940              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
24941      Branch: perl
24942            ! win32/win32.c
24943 ____________________________________________________________________________
24944 [  7361] By: jhi                                   on 2000/10/18  17:43:50
24945         Log: Regen toc.
24946      Branch: perl
24947            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
24948 ____________________________________________________________________________
24949 [  7360] By: jhi                                   on 2000/10/18  17:07:44
24950         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24951              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
24952              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
24953              Date: Mon, 16 Oct 2000 15:19:49 +0200
24954      Branch: perl
24955            + README.aix
24956            ! MANIFEST
24957 ____________________________________________________________________________
24958 [  7359] By: jhi                                   on 2000/10/18  17:04:49
24959         Log: Subject: Pod patch for Devel::Peek
24960              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24961              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
24962              Date: Mon, 16 Oct 2000 12:26:34 +0200
24963      Branch: perl
24964            ! ext/Devel/Peek/Peek.pm
24965 ____________________________________________________________________________
24966 [  7358] By: jhi                                   on 2000/10/18  17:03:15
24967         Log: Make Cwd more bulletproof in chrooted environments.
24968              
24969              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
24970              From: "Eric E. Coe" <Eric.Coe@oracle.com>
24971              Date: Wed, 18 Oct 2000 04:03:54 -0400
24972              Message-Id: <39ED596A.70E599FE@oracle.com>
24973      Branch: perl
24974            ! lib/Cwd.pm
24975 ____________________________________________________________________________
24976 [  7357] By: jhi                                   on 2000/10/18  16:37:26
24977         Log: Disable the UTF8 downgrade croakage for now to avoid
24978              too many not okay messages.
24979      Branch: perl
24980            ! doio.c
24981 ____________________________________________________________________________
24982 [  7356] By: jhi                                   on 2000/10/17  23:29:41
24983         Log: Show the failed remote port, instead of the failing line number.
24984              
24985              Subject: [PATCH 5.6.1 Debugger] More diagnostics
24986              From: David Sparks <daves@ActiveState.com>
24987              Date: Tue, 17 Oct 2000 15:00:24 -0700
24988              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
24989      Branch: perl
24990            ! lib/perl5db.pl
24991 ____________________________________________________________________________
24992 [  7355] By: jhi                                   on 2000/10/17  14:11:31
24993         Log: On output try to downgrade to bytes, croak if impossible,
24994              from Simon Cozens.  This means that outputting >255 UTF8
24995              is impossible.  Consider this as a strong incentive to get
24996              the I/O disciplines implemented.
24997      Branch: perl
24998            ! doio.c pod/perldiag.pod sv.c
24999 ____________________________________________________________________________
25000 [  7354] By: jhi                                   on 2000/10/17  13:42:23
25001         Log: Clarify documentation on 'use bytes'.
25002              
25003              Subject: Re: What does 'use bytes' "mean" ?
25004              From: Simon Cozens <simon@cozens.net>
25005              Date: Mon, 18 Sep 2000 18:24:25 +0100
25006              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
25007      Branch: perl
25008            ! lib/bytes.pm
25009 ____________________________________________________________________________
25010 [  7353] By: jhi                                   on 2000/10/17  13:28:12
25011         Log: Workaround for a sfio bug where the stream error indicator
25012              is not cleared as documented.
25013              
25014              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25015              From: Nicholas Clark <nick@ccl4.org>
25016              Date: Mon, 16 Oct 2000 18:28:23 +0100
25017              Message-ID: <20001016182823.J19700@plum.flirble.org>
25018      Branch: perl
25019            ! doio.c
25020 ____________________________________________________________________________
25021 [  7352] By: jhi                                   on 2000/10/17  13:06:19
25022         Log: More IoTYPE sprinkling.
25023      Branch: perl
25024            ! doio.c pp_hot.c
25025 ____________________________________________________________________________
25026 [  7351] By: jhi                                   on 2000/10/16  22:47:07
25027         Log: Detect early whether the std streams have gone bad.
25028              
25029              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
25030              Date: Mon, 16 Oct 2000 23:28:42 +0100
25031              From: Nicholas Clark <nick@ccl4.org>
25032              Message-ID: <20001016232842.A37942@plum.flirble.org>
25033      Branch: perl
25034            ! t/op/misc.t
25035 ____________________________________________________________________________
25036 [  7350] By: jhi                                   on 2000/10/16  22:45:16
25037         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
25038              From: "Peter J. Farley III" <pjfarley@banet.net>
25039              Date: Mon, 16 Oct 2000 18:15:59 -0400
25040              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
25041      Branch: perl
25042            ! djgpp/djgpp.c dosish.h t/io/open.t
25043 ____________________________________________________________________________
25044 [  7349] By: jhi                                   on 2000/10/16  22:36:45
25045         Log: perldelta tweak.
25046      Branch: perl
25047            ! pod/perldelta.pod
25048 ____________________________________________________________________________
25049 [  7348] By: jhi                                   on 2000/10/16  15:17:53
25050         Log: Update Changes.
25051      Branch: perl
25052            ! Changes patchlevel.h
25053 ____________________________________________________________________________
25054 [  7347] By: jhi                                   on 2000/10/16  13:55:27
25055         Log: Add the capability to include/exclude branches.
25056      Branch: perl
25057            ! Porting/genlog
25058 ____________________________________________________________________________
25059 [  7346] By: jhi                                   on 2000/10/16  13:18:04
25060         Log: Add Charles Lane.
25061      Branch: perl
25062            ! AUTHORS Changes
25063 ____________________________________________________________________________
25064 [  7345] By: jhi                                   on 2000/10/16  13:13:21
25065         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
25066      Branch: perl
25067            ! pod/perldelta.pod
25068 ____________________________________________________________________________
25069 [  7344] By: gsar                                  on 2000/10/16  09:30:21
25070         Log: integrate change#6220 from cfgperl
25071              
25072              Win32 patches from Benjamin Stuhl.
25073      Branch: maint-5.6/perl
25074           !> makedef.pl win32/win32.h
25075 ____________________________________________________________________________
25076 [  7343] By: gsar                                  on 2000/10/16  08:32:19
25077         Log: integrate changes#6221,6222 from cfgperl
25078              
25079              Remove tr///CU (the feature is to be obsoleted by better interfaces).
25080              From: simon@brecon.co.uk (Simon Cozens)
25081              Subject: [PATCH] Eliminate tr///[CU][CU]
25082              Date: 23 Jun 2000 11:05:40 GMT
25083              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
25084              
25085              doc typo fix
25086              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
25087              From: Ian Phillipps <Ian.Phillipps@iname.com>
25088              Date: Fri, 23 Jun 2000 10:40:58 +0100
25089              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
25090      Branch: maint-5.6/perl
25091           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
25092 ____________________________________________________________________________
25093 [  7342] By: gsar                                  on 2000/10/16  08:28:08
25094         Log: integrate change#6217 from cfgperl (in part)
25095              
25096              Rename the fdpid locking and integrate with Sarathy.
25097      Branch: maint-5.6/perl
25098           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
25099           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
25100           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
25101           !> win32/win32.c
25102 ____________________________________________________________________________
25103 [  7341] By: gsar                                  on 2000/10/16  08:23:39
25104         Log: integrate changes#6214..6216 from mainline
25105              
25106              @_ can't have junk in it even in the non-USE_ITHREADS case because
25107              caller() wants to populate @DB::args with it (causes a coredump
25108              in Carp::confess())
25109              
25110              tweak comment about @DB::args
25111              
25112              be more optimal about clearing @_
25113      Branch: maint-5.6/perl
25114           !> av.h cop.h pp_ctl.c t/op/runlevel.t
25115 ____________________________________________________________________________
25116 [  7340] By: gsar                                  on 2000/10/16  08:20:37
25117         Log: integrate changes#6207..6210 from cfgperl
25118              
25119              Subject: [PATCH 5.6.0] Threadsafe patches
25120              From: Dan Sugalski <dan@sidhe.org>
25121              To: perl5-porters@perl.org
25122              Date: Mon, 08 May 2000 18:08:13 -0400
25123              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
25124              
25125              Regen headers for #6207.
25126              
25127              Lock PL_fdpid against race conditions, based on:
25128              Subject: [PATCH 5.6.0]subprocess fixup for threads
25129              From: Dan Sugalski <dan@sidhe.org>
25130              To: perl5-porters@perl.org
25131              Date: Tue, 11 Apr 2000 17:02:32 -0400
25132              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
25133              
25134              Mopup for #6207 and #6209.
25135      Branch: maint-5.6/perl
25136           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
25137           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
25138           !> win32/win32.c
25139 ____________________________________________________________________________
25140 [  7339] By: gsar                                  on 2000/10/16  08:14:34
25141         Log: integrate change#6203 from cfgperl
25142              
25143              perldiag should refer to perlos2.pod not README.os2
25144      Branch: maint-5.6/perl
25145           !> pod/perldiag.pod
25146 ____________________________________________________________________________
25147 [  7338] By: gsar                                  on 2000/10/16  08:11:42
25148         Log: integrate change#6201 from mainline
25149              
25150              Perl_eval_pv() leaks 4 bytes every time it is called because it
25151              does a PUSHMARK that's never ever POPMARKed; in general, only
25152              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
25153              Perl_eval_[sp]v() don't because they don't take any incoming
25154              arguments (this leak has been around since the original version
25155              of perl_eval_pv() in 5.003_97e)
25156      Branch: maint-5.6/perl
25157           !> perl.c
25158 ____________________________________________________________________________
25159 [  7337] By: gsar                                  on 2000/10/16  08:08:47
25160         Log: integrate changes#6197..6200 from cfgperl
25161              
25162              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
25163              From: John Borwick <jhborwic@unity.ncsu.edu>
25164              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
25165              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
25166              
25167              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
25168              From: Dan Sugalski <dan@sidhe.org>
25169              To: vmsperl@perl.org, perl5-porters@perl.org
25170              Date: Fri, 02 Jun 2000 16:00:41 -0400
25171              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
25172              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
25173              
25174              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
25175              From: Dan Sugalski <dan@sidhe.org>
25176              To: perl5-porters@perl.org, vmsperl@perl.org
25177              Date: Fri, 02 Jun 2000 17:30:51 -0400
25178              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
25179              
25180              Update to cperl-mode.el 4.31 from
25181              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
25182              Subject: A couple of notes
25183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25184              To: Mailing list Perl5 <perl5-porters@perl.org>
25185              Date: Sat, 3 Jun 2000 23:33:32 -0400
25186              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
25187      Branch: maint-5.6/perl
25188           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
25189           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
25190           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
25191           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
25192           !> vms/vmsish.h
25193 ____________________________________________________________________________
25194 [  7336] By: gsar                                  on 2000/10/16  08:03:46
25195         Log: integrate changes#6194,6195 from mainline
25196              
25197              fix small eval"" memory leaks under USE_ITHREADS
25198              
25199              fix yet another eval"" leak under USE_ITHREADS
25200      Branch: maint-5.6/perl
25201           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
25202           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
25203           !> vms/perly_c.vms
25204 ____________________________________________________________________________
25205 [  7335] By: gsar                                  on 2000/10/16  08:02:15
25206         Log: integrate changes#6190,6191 from mainline
25207              
25208              submit missing embed.pl change
25209              
25210              vec() loses numericalness (modified version of patch suggested
25211              by Robin Barker)
25212      Branch: maint-5.6/perl
25213           !> doop.c embed.pl t/op/vec.t
25214 ____________________________________________________________________________
25215 [  7334] By: gsar                                  on 2000/10/16  08:01:03
25216         Log: integrate change#6189 from mainline
25217              
25218              counting tr/// corrupts later operation (from M.J.T Guy)
25219      Branch: maint-5.6/perl
25220           !> doop.c t/op/tr.t
25221 ____________________________________________________________________________
25222 [  7333] By: gsar                                  on 2000/10/16  07:59:07
25223         Log: integrate changes#6183..6188 from mainline
25224              
25225              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
25226              <nick@ccl4.org>)
25227              
25228              tweak for change#6127
25229              
25230              remove incorrect documentation about implicit split to @_ in
25231              list context, which never really worked in perl 5 (from
25232              M.J.T. Guy)
25233              
25234              further qualify references to "alphanumeric" (from Wolfgang Laun
25235              <wolfgang.laun@alcatel.at>)
25236              
25237              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
25238              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25239              
25240              h2xs tweaks
25241      Branch: maint-5.6/perl
25242           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
25243           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
25244           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
25245           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
25246           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
25247           !> pod/pod2latex.PL utils/h2xs.PL
25248 ____________________________________________________________________________
25249 [  7332] By: gsar                                  on 2000/10/16  07:53:52
25250         Log: integrate change#6179 from mainline
25251              
25252              buggy modulus on UVs introduced by change#3378 (resulted in
25253              4063328477 % 65535 amounting to 27406, instead of 27407)
25254      Branch: maint-5.6/perl
25255           !> pp.c t/op/arith.t
25256 ____________________________________________________________________________
25257 [  7331] By: gsar                                  on 2000/10/16  07:52:49
25258         Log: integrate changes#6176,6177,6178,6182 from cfgperl
25259              
25260              Single-quoted utf8 patch from Simon Cozens.
25261              
25262              Substitution utf8 patch from Simon Cozens.
25263              
25264              Be cleaner.
25265              
25266              Be Cleaner Part Deux.
25267      Branch: maint-5.6/perl
25268           !> Makefile.SH pp_hot.c toke.c
25269 ____________________________________________________________________________
25270 [  7330] By: gsar                                  on 2000/10/16  07:41:36
25271         Log: integrate change#6172 from mainline
25272              
25273              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
25274              (from Ilya Zakharevich)
25275      Branch: maint-5.6/perl
25276           !> regexec.c t/op/re_tests
25277 ____________________________________________________________________________
25278 [  7329] By: gsar                                  on 2000/10/16  07:40:25
25279         Log: integrate change#6171 from mainline
25280              
25281              scalar() doesn't force scalar context when used in void context
25282              (from Simon Cozens)
25283      Branch: maint-5.6/perl
25284           !> op.c t/op/wantarray.t
25285 ____________________________________________________________________________
25286 [  7328] By: gsar                                  on 2000/10/16  07:39:33
25287         Log: integrate change#6170 from mainline
25288              
25289              change#6142 needs tweaks to tests to work where there's no
25290              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25291      Branch: maint-5.6/perl
25292           !> t/lib/filefind.t
25293 ____________________________________________________________________________
25294 [  7327] By: gsar                                  on 2000/10/16  07:35:34
25295         Log: integrate changes#6166..6168 from cfgperl
25296              
25297              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
25298              in case somebody wants to write an extension for more
25299              shadow database interfaces.
25300              
25301              tweak todo
25302              
25303              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
25304      Branch: maint-5.6/perl
25305           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25306           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
25307           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
25308           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25309           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25310           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25311 ____________________________________________________________________________
25312 [  7326] By: gsar                                  on 2000/10/16  07:29:05
25313         Log: integrate changes#6157,6159..6161,6164 from cfgperl
25314              
25315              Regen Configure to jive with #6149.
25316              
25317              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
25318              
25319              Changes for the File::Temp 0.08 (change #6159) test suite
25320              to fit better into the Perl distribution test framework.
25321              
25322              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
25323              both from Simon Cozens.
25324              
25325              detypo
25326      Branch: maint-5.6/perl
25327           +> pod/perlmodlib.PL pod/perlnewmod.pod
25328           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
25329           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
25330           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25331           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25332 ____________________________________________________________________________
25333 [  7325] By: gsar                                  on 2000/10/16  07:25:13
25334         Log: integrate change#6158 from vmsperl
25335              
25336              Add fallback to tmpfile for use in cases where user's relying on
25337              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
25338              Lane's patch)
25339      Branch: maint-5.6/perl
25340           !> vms/vms.c vms/vmsish.h
25341 ____________________________________________________________________________
25342 [  7324] By: gsar                                  on 2000/10/16  07:20:50
25343         Log: integrate changes#6153..6155 from mainline
25344              
25345              prettier Test::Harness output on failed tests (from Nicholas Clark
25346              <nick@Bagpuss.uk.boo.com>)
25347              
25348              avoid type mismatch warning
25349              
25350              small bug in change#6144; remove random \xA0 character that snuck
25351              in via change#6145
25352      Branch: maint-5.6/perl
25353           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
25354           !> perl.c
25355 ____________________________________________________________________________
25356 [  7323] By: gsar                                  on 2000/10/16  07:18:47
25357         Log: integrate changes#6151,6152 from mainline
25358              
25359              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
25360              
25361              cosmetic fixups of RE debug output (from Ilya Zakharevich)
25362      Branch: maint-5.6/perl
25363           !> regexec.c
25364 ____________________________________________________________________________
25365 [  7322] By: gsar                                  on 2000/10/16  07:17:25
25366         Log: integrate changes#6146..6150 from mainline
25367              
25368              doc typo
25369              
25370              add a make entry to Config.pm so "perl -V:make" works on VMS
25371              (from Peter Prymmer)
25372              
25373              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
25374              
25375              OS/2 tweaks for usethreads build (from Rocco Caputo
25376              <troc@netrus.net>)
25377              
25378              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
25379      Branch: maint-5.6/perl
25380           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
25381           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
25382           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
25383           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
25384           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
25385           !> warnings.pl x2p/a2p.h
25386 ____________________________________________________________________________
25387 [  7321] By: gsar                                  on 2000/10/16  07:14:02
25388         Log: integrate changes#6143..6145 from mainline
25389              
25390              MacOS support, part 1 (from Matthias Neeracher
25391              <neeri@iis.ee.ethz.ch>)
25392              
25393              MacOS support, part 2: make AutoSplit use File::Spec instead
25394              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
25395              <neeri@iis.ee.ethz.ch>)
25396              
25397              make xsubpp skip embedded pod (from Matthias Neeracher
25398              <neeri@iis.ee.ethz.ch>)
25399      Branch: maint-5.6/perl
25400           +> ext/DynaLoader/dl_mac.xs
25401           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
25402           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25403           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
25404           !> pp_ctl.c proto.h toke.c util.c util.h
25405 ____________________________________________________________________________
25406 [  7320] By: gsar                                  on 2000/10/16  07:12:13
25407         Log: integrate changes#6141,6142 from mainline
25408              
25409              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
25410              forwarded by Peter Seebach from the bsdi-users mailing list.
25411              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
25412              
25413              File::Find fails to chdir when chasing symlinks (from
25414              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
25415      Branch: maint-5.6/perl
25416           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
25417 ____________________________________________________________________________
25418 [  7319] By: gsar                                  on 2000/10/16  07:04:30
25419         Log: integrate change#6139 from mainline
25420              
25421              revise mktables.PL for bugs and newness in Unicode 3.0
25422              (from James Bence <jbence@amgen.com>)
25423      Branch: maint-5.6/perl
25424           +> (branch 30 files)
25425           !> (integrate 49 files)
25426 ____________________________________________________________________________
25427 [  7318] By: gsar                                  on 2000/10/16  07:01:01
25428         Log: integrate changes#6137,6138 from mainline
25429              
25430              fix bogus redeclaration warning for "our" variables in different
25431              scopes
25432              
25433              add note about the handling of negative indices to tied arrays
25434              (from Michael G Schwern <schwern@pobox.com>)
25435      Branch: maint-5.6/perl
25436           !> op.c pod/perltie.pod t/pragma/strict-vars
25437 ____________________________________________________________________________
25438 [  7317] By: gsar                                  on 2000/10/16  06:58:46
25439         Log: integrate changes#6127..6136 from mainline
25440              
25441              call_method(...,G_EVAL) can longjmp() out if the method probing
25442              failed (from Gisle Aas)
25443              
25444              new perlxstut example for passing/returning refs to arrays
25445              (from David Lowe <dlowe@pootpoot.com>)
25446              
25447              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
25448              
25449              fix places that mean C<"word" character> but say C<alphanumeric
25450              character>
25451              
25452              avoid warnings in POSIX.pm (from Barrie Slaymaker)
25453              
25454              warnings::enabled() doesn't fall back to looking at $^W if
25455              caller isn't using lexical warnings (from Paul Marquess)
25456              
25457              elide bogus test in change#6132
25458              
25459              make Test::Harness use wait.h/WCOREDUMP if available
25460              (from Ben Tilly <ben_tilly@hotmail.com>)
25461              
25462              enable Test::Harness to dynamically determine column width etc.
25463              (from Rob Napier <rnapier@employees.org>)
25464              
25465              random pod typos (from Peter Scott <Peter@PSDT.com>)
25466      Branch: maint-5.6/perl
25467           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
25468           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
25469           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
25470           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
25471 ____________________________________________________________________________
25472 [  7316] By: gsar                                  on 2000/10/16  06:53:23
25473         Log: integrate change#6126 from mainline
25474              
25475              change#2879 broke rvalue autovivification of magicals such as
25476              ${$num} (reworked variant of patch suggested by Simon Cozens)
25477      Branch: maint-5.6/perl
25478           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
25479           !> pp_hot.c proto.h t/op/gv.t
25480 ____________________________________________________________________________
25481 [  7315] By: gsar                                  on 2000/10/16  06:51:38
25482         Log: integrate changes#6123,6125 from mainline
25483              
25484              clarify gotcha with #line directives (from Rocco Caputo
25485              <troc@netrus.net>)
25486              
25487              enable propagating exception objects via Perl_croak() in XS code
25488              (from Gisle Aas)
25489      Branch: maint-5.6/perl
25490           !> pod/perldebug.pod pod/perlsyn.pod util.c
25491 ____________________________________________________________________________
25492 [  7314] By: gsar                                  on 2000/10/16  06:49:28
25493         Log: integrate change#6122 from mainline
25494              
25495              downgrade fatal error on C<"foo@nosucharray.com"> to optional
25496              warning (from Mark-Jason Dominus)
25497      Branch: maint-5.6/perl
25498           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
25499           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
25500           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
25501           !> toke.c
25502 ____________________________________________________________________________
25503 [  7313] By: gsar                                  on 2000/10/16  06:46:54
25504         Log: integrate changes#6112..6121 from vmsperl
25505              
25506              Check for existence of file before trying to delete
25507              
25508              Ugly workaround for version-specific RTL error
25509              
25510              Urk -- undo previous removal of vmsish 'exit' change
25511              
25512              Add bounds checking for several strings (Charles Lane)
25513              
25514              Miscellaneous cosmetic fixes (Charles Lane)
25515              
25516              Treat sockets as special in sys(read|write) (Charles Lane et al.)
25517              
25518              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
25519              Flatten case labels in switch statements uniformly (Charles Bailey)
25520              
25521              Quiet error messages in vmsish.t (Charles Lane)
25522              
25523              Add missing escape (Charles Lane)
25524              
25525              Allow eliminate_macros() and fixpath() to handle space-delimited
25526              lists (based on fixes by Craig Berry)
25527      Branch: maint-5.6/perl
25528           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
25529           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
25530           !> vms/vmsish.h
25531 ____________________________________________________________________________
25532 [  7312] By: gsar                                  on 2000/10/16  06:41:18
25533         Log: integrate changes#6107,6110 from cfgperl
25534              
25535              Tweak the todo list.
25536              
25537              todo tweak
25538      Branch: maint-5.6/perl
25539           !> Todo-5.6
25540 ____________________________________________________________________________
25541 [  7311] By: gsar                                  on 2000/10/16  06:38:38
25542         Log: integrate changes#6104,6108 from mainline
25543              
25544              PL_sys_intern was being initialized too late on windows
25545              
25546              reenable fake signal handling on Windows, bugs and all
25547      Branch: maint-5.6/perl
25548           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
25549           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
25550           !> win32/win32.c
25551 ____________________________________________________________________________
25552 [  7310] By: gsar                                  on 2000/10/16  06:36:03
25553         Log: integrate changes#6095,6097..6103 from cfgperl
25554              
25555              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
25556              might be useful in future.
25557              
25558              Add a note about possible compilation problems from Allen Smith.
25559              
25560              Add a note about other, yet unsupported, shadow password APIs.
25561              
25562              Tweaks for the cc bugs from Allen Smith.
25563              
25564              More compilation tweakery from Allen Smith.
25565              
25566              Hints and test tweaks for Unicos.
25567              
25568              The test suite tweak in #6101 wasn't quite right.
25569              
25570              Test tweaking for Unicos continues.
25571      Branch: maint-5.6/perl
25572           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25573           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
25574           !> t/lib/complex.t t/op/64bitint.t
25575 ____________________________________________________________________________
25576 [  7309] By: gsar                                  on 2000/10/16  06:29:41
25577         Log: integrate changes#6093,6094 from mainline
25578              
25579              fork() failure to create pseudo process sets errno=EAGAIN and returns
25580              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
25581              
25582              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
25583      Branch: maint-5.6/perl
25584           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
25585           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
25586 ____________________________________________________________________________
25587 [  7308] By: gsar                                  on 2000/10/16  06:27:29
25588         Log: integrate change#6092 from cfgperl
25589              
25590              Regen perltoc with the fixed buildtoc.
25591      Branch: maint-5.6/perl
25592           !> pod/perltoc.pod
25593 ____________________________________________________________________________
25594 [  7307] By: gsar                                  on 2000/10/16  06:26:40
25595         Log: integrate changes#6089,6090 from mainline
25596              
25597              buildtoc tweak to fix newline lossage
25598              
25599              concat doesn't preserve utf8-ness, and doesn't invalidate
25600              [NI]OK; added tests for both
25601      Branch: maint-5.6/perl
25602           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
25603 ____________________________________________________________________________
25604 [  7306] By: gsar                                  on 2000/10/16  06:24:05
25605         Log: integrate change#6088 from cfgperl
25606              
25607              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
25608              because we do not use those.  The HAS_GETSPNAM remains,
25609              though, because we still do use that.
25610      Branch: maint-5.6/perl
25611           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25612           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
25613           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
25614           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
25615           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25616           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
25617 ____________________________________________________________________________
25618 [  7305] By: gsar                                  on 2000/10/16  06:15:52
25619         Log: integrate changes#6084,6085,6087 from mainline
25620              
25621              substr() does not preserve utf8-ness (from Stefan Eissing
25622              <Eissing@medicaldataservice.de>); added tests
25623              
25624              repeat operator (x) doesn't preserve utf8-ness
25625              
25626              reverse() and quotemeta() weren't preserving utf8-ness; add tests
25627      Branch: maint-5.6/perl
25628           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
25629 ____________________________________________________________________________
25630 [  7304] By: gsar                                  on 2000/10/16  06:13:10
25631         Log: integrate changes#6077..6083 from mainline
25632              
25633              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
25634              and Tom Phoenix)
25635              
25636              workaround for CRT bug in chdir() (from Charles Lane, via
25637              Peter Prymmer)
25638              
25639              remove outdated kludge in Carp (NULLs are permitted in diagnostics
25640              now)
25641              
25642              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
25643              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
25644              
25645              better default perlbug categories for ok reports (from Richard Foley)
25646              
25647              peek.t non-portable to ithreads
25648              
25649              note about undocumented caller() return value (from M.J.T. Guy);
25650              yet another peek.t tweak
25651      Branch: maint-5.6/perl
25652           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25653           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
25654           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
25655           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
25656           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
25657           !> vms/vmsish.h
25658 ____________________________________________________________________________
25659 [  7303] By: gsar                                  on 2000/10/16  06:03:18
25660         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
25661              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
25662              
25663              &HUGE_VAL is not defined, it exists.
25664              
25665              Do not warn that an infinity does not look like a number.
25666              
25667              Rewrite the pwent/spent logic to be a little bit more clearer.
25668              
25669              Continue on the pwent/spent case.
25670              
25671              Correct Freudian slip.
25672              
25673              Use HUGE_VALL if applicable.
25674              
25675              pwent/spent #ifdef imbalance.
25676              
25677              Infinite problems.
25678              
25679              Call getspnam() only iff needd.
25680              
25681              Test both the scalar and list contexts.
25682              
25683              Use setxxent()/endxxent().
25684              
25685              Complex tweakery.
25686              
25687              Unicos hint tweak.
25688              
25689              Be more forgiving in POSIX about HUGE_VALL.
25690              
25691              Detypo.
25692              
25693              The search of infinity continues, this time simplified.
25694              
25695              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
25696              in natively 64-bit platforms where a long is a quad (no need
25697              for long longs).  Also added bias for IVs.
25698              
25699              Complex tweaks.
25700              
25701              Introduce t/lib/peek.t.
25702              
25703              Make the test more portable.
25704      Branch: maint-5.6/perl
25705           +> t/lib/peek.t
25706            ! pp_sys.c
25707           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
25708           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
25709           !> t/op/pwent.t toke.c util.c
25710 ____________________________________________________________________________
25711 [  7302] By: gsar                                  on 2000/10/16  05:03:37
25712         Log: integrate changes#6066..6071 from mainline
25713              
25714              s/END/CHECK/
25715              
25716              replace direct call to sighandler() with (*PL_sighandlerp)()
25717              
25718              note about values()
25719              
25720              File::Spec compatibility update (from Barrie Slaymaker
25721              <barries@slaysys.com>)
25722              
25723              remove misleading comment (from M.J.T. Guy)
25724              
25725              misformatted perllocal.pod (from Tim Jenness
25726              <t.jenness@jach.hawaii.edu>)
25727      Branch: maint-5.6/perl
25728           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
25729           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
25730           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
25731           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
25732 ____________________________________________________________________________
25733 [  7301] By: gsar                                  on 2000/10/16  05:00:08
25734         Log: integrate changes#6061..6063 from mainline
25735              
25736              change#5921 neglected to make eq honor "use bytes"
25737              
25738              additional tests for utf8.t
25739              
25740              tokeq() could read unallocated field in argument
25741      Branch: maint-5.6/perl
25742           !> sv.c t/pragma/utf8.t toke.c
25743 ____________________________________________________________________________
25744 [  7300] By: gsar                                  on 2000/10/16  04:56:54
25745         Log: integrate changes#6046,6048,6057,6058 from mainline
25746              
25747              libscheck has insufficient checks for n32 libs (from
25748              Albert Chin-A-Young <china@thewrittenword.com>)
25749              
25750              add note about how $( doesn't interpolate in REs (from
25751              Philip Newton <newton@ficus.frogspace.net>)
25752              
25753              fix broken parsing of /\x{ab}/
25754              
25755              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
25756              (spotted by Donald Kinzer <dkinzer@premia.com>)
25757      Branch: maint-5.6/perl
25758           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
25759           !> t/pragma/utf8.t
25760 ____________________________________________________________________________
25761 [  7299] By: gsar                                  on 2000/10/16  04:52:50
25762         Log: integrate change#6044 from mainline
25763              
25764              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
25765              such that underscores are only ignored in literal numbers,
25766              "\x{...}", and hex/oct argument
25767      Branch: maint-5.6/perl
25768           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
25769 ____________________________________________________________________________
25770 [  7298] By: gsar                                  on 2000/10/16  04:50:53
25771         Log: integrate changes#6027..6043 from mainline
25772              
25773              podlators-1.02 update (from Russ Allbery)
25774              
25775              Pod::Man generates groff-incompatible macro definition (from
25776              Tom Christiansen)
25777              
25778              add CGI.pm v2.66 (from Lincoln Stein)
25779              
25780              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
25781              for @- and @+ (from Johan Vromans)
25782              
25783              small nits in diagnostics.pm (from Robin Barker)
25784              
25785              whitespace adjustments
25786              
25787              missing files in MANIFEST
25788              
25789              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
25790              to compensate
25791              
25792              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
25793              
25794              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
25795      Branch: maint-5.6/perl
25796           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
25797           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
25798           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
25799           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
25800           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
25801           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
25802           !> t/lib/cgi-html.t t/lib/cgi-request.t
25803 ____________________________________________________________________________
25804 [  7297] By: gsar                                  on 2000/10/16  04:44:30
25805         Log: integrate change#6025 from mainline
25806              
25807              Is{Alnum,Alpha,Word} don't match titlecase
25808              TODO: IsSpace is defined recursively!
25809              (both spotted by Larry)
25810      Branch: maint-5.6/perl
25811           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
25812           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
25813 ____________________________________________________________________________
25814 [  7296] By: gsar                                  on 2000/10/16  04:39:30
25815         Log: integrate change#6023 from mainline
25816              
25817              debugger stomps on $. (from M.J.T. Guy)
25818      Branch: maint-5.6/perl
25819           !> lib/perl5db.pl
25820 ____________________________________________________________________________
25821 [  7295] By: gsar                                  on 2000/10/16  04:38:02
25822         Log: integrate change#6022 from mainline
25823              
25824              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
25825      Branch: maint-5.6/perl
25826           !> sv.c
25827 ____________________________________________________________________________
25828 [  7294] By: gsar                                  on 2000/10/16  04:37:05
25829         Log: integrate changes#6018..6021 from mainline
25830              
25831              make lib/syslog.t portable to systems that don't have _PATH_LOG,
25832              make _PATH_LOG() return "" if unavailable
25833              
25834              windows portability tweaks
25835              
25836              test tweak
25837              
25838              remove Win2K issue in pod (fixed by change#6020)
25839      Branch: maint-5.6/perl
25840           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
25841           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
25842           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
25843 ____________________________________________________________________________
25844 [  7293] By: gsar                                  on 2000/10/16  04:20:00
25845         Log: integrate changes#6013..6015 from mainline
25846              
25847              tweak change#5945 to display correct switch name in diagnostic
25848              
25849              glob() loading File::Glob behind the scenes may cause syntax errors
25850              
25851              tweak test for portability
25852      Branch: maint-5.6/perl
25853           !> op.c perl.c pod/perldiag.pod t/lib/b.t
25854 ____________________________________________________________________________
25855 [  7292] By: gsar                                  on 2000/10/16  04:18:11
25856         Log: integrate changes#6005..6010 from mainline, cfgperl
25857              
25858              perldoc might fail via "use blib" (from Hugo van der Sanden)
25859              
25860              Regen Configure.
25861              
25862              note about compile failures and END blocks (from M.J.T. Guy)
25863              
25864              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
25865              
25866              (change#6009 integrated earlier in change#7255)
25867              
25868              clarify note about shadow password support (from
25869              gellyfish@gellyfish.com)
25870      Branch: maint-5.6/perl
25871           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25872           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
25873           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
25874 ____________________________________________________________________________
25875 [  7291] By: gsar                                  on 2000/10/16  04:12:03
25876         Log: integrate changes#6002,6003 from mainline
25877              
25878              destructive sv_setsv() can lose UV-ness from source, causing
25879              numeric promotions/comparisons to fail to do the right thing
25880              
25881              allow REG_EXPAND_SZ keys in Windows registry (from
25882              John Clayton <John.Clayton@barclayscapital.com>)
25883      Branch: maint-5.6/perl
25884           !> sv.c win32/win32.c
25885 ____________________________________________________________________________
25886 [  7290] By: gsar                                  on 2000/10/16  04:10:19
25887         Log: integrate change#6001 from mainline
25888              
25889              support additional library locations via $Config{otherlibdirs}
25890              (from Andy Dougherty)
25891      Branch: maint-5.6/perl
25892           !> Configure INSTALL Porting/Glossary Porting/config.sh
25893           !> Porting/config_H config_h.SH epoc/config.sh perl.c
25894           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
25895           !> win32/config.bc win32/config.gc win32/config.vc
25896 ____________________________________________________________________________
25897 [  7289] By: gsar                                  on 2000/10/16  04:08:28
25898         Log: integrate change#5999 from mainline
25899              
25900              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
25901      Branch: maint-5.6/perl
25902           !> t/pragma/warn/toke toke.c
25903 ____________________________________________________________________________
25904 [  7288] By: gsar                                  on 2000/10/16  04:07:01
25905         Log: integrate changes#5997,5998 from cfgperl
25906              
25907              Preserve $!.
25908              
25909              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
25910      Branch: maint-5.6/perl
25911           !> lib/Math/Complex.pm
25912 ____________________________________________________________________________
25913 [  7287] By: gsar                                  on 2000/10/16  04:04:37
25914         Log: integrate change#5995 from mainline
25915              
25916              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
25917      Branch: maint-5.6/perl
25918           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
25919 ____________________________________________________________________________
25920 [  7286] By: gsar                                  on 2000/10/16  04:03:21
25921         Log: integrate change#5994 from mainline
25922              
25923              fix for missed accounting for null byte in pack("Z",...) (from
25924              M.J.T. Guy)
25925      Branch: maint-5.6/perl
25926           !> pp.c t/op/pack.t
25927 ____________________________________________________________________________
25928 [  7285] By: gsar                                  on 2000/10/16  04:02:11
25929         Log: integrate changes#5989..5993 from mainline
25930              
25931              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
25932              itself and no other (from Tom Hughes)
25933              
25934              use $ENV{LIB} to search for libs under Visual C compiler
25935              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
25936              
25937              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
25938              
25939              pod nit (from Simon Cozens)
25940              
25941              various minor tweaks seen on p5p
25942      Branch: maint-5.6/perl
25943           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
25944           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
25945           !> t/op/array.t toke.c
25946 ____________________________________________________________________________
25947 [  7284] By: gsar                                  on 2000/10/16  03:59:00
25948         Log: integrate changes#5978..5988 from mainline
25949              
25950              sync version numbers in File::Spec with the ones on CPAN
25951              (from Barrie Slaymaker)
25952              
25953              under useithreads, constant pad entries could inadvertantly be
25954              shared across threads (from Eric Blood <eblood@xmission.com>);
25955              added Eric's test case to testsuite
25956              
25957              allow Configure -S to run non-interactively (spotted by Greg Hudson
25958              <ghudson@mit.edu>)
25959              
25960              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
25961              prototype mismatch with CORE::glob(); update pod and tests to
25962              suit (File::Glob::glob() is still available for backward
25963              compatibility, but should be considered deprecated)
25964              
25965              avoid error in IO::Socket::INET when given an unknown service name
25966              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
25967              
25968              numeric conversion of non-number in change#3378 tramples on
25969              OOK offset, causing segfaults
25970              
25971              attributes::reftype() doesn't work on tied argument
25972              
25973              forked child may not exit correctly if it failed to open
25974              /dev/console (from Graham Barr)
25975              
25976              add regular expressions tutorial and quick-start guide (from
25977              Mark Kvale <kvale@phy.ucsf.edu>)
25978              
25979              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
25980              
25981              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
25982              <paul@miraclefish.com>)
25983      Branch: maint-5.6/perl
25984           +> pod/perlrequick.pod pod/perlretut.pod
25985           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
25986           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
25987           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
25988           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
25989           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
25990           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
25991           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
25992           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
25993 ____________________________________________________________________________
25994 [  7283] By: gsar                                  on 2000/10/16  03:52:14
25995         Log: integrate change#5977 from mainline
25996              
25997              autoquote barewords followed by newline and arrow properly
25998              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
25999      Branch: maint-5.6/perl
26000           !> t/pragma/warn/toke toke.c
26001 ____________________________________________________________________________
26002 [  7282] By: gsar                                  on 2000/10/16  03:50:48
26003         Log: integrate change#5976 from mainline
26004              
26005              DB_File v1.73 update (from Paul Marquess)
26006      Branch: maint-5.6/perl
26007           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
26008           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
26009 ____________________________________________________________________________
26010 [  7281] By: gsar                                  on 2000/10/16  03:49:14
26011         Log: integrate change#5975 from mainline
26012              
26013              allow sort() reentrancy (variant of patch suggested by
26014              Hugo van der Sanden)
26015      Branch: maint-5.6/perl
26016           !> pp_ctl.c t/op/sort.t
26017 ____________________________________________________________________________
26018 [  7280] By: gsar                                  on 2000/10/16  03:48:22
26019         Log: integrate change#5974 from mainline
26020              
26021              change#4197 somehow missed initializing PL_errors, meaning
26022              syntax error queueing wasn't working outside eval"" at all;
26023              also fixed eval"" to localize PL_error_count, so that compile-time
26024              eval's don't clobber the error state of the outer context
26025      Branch: maint-5.6/perl
26026           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
26027           !> t/pragma/warn/toke
26028 ____________________________________________________________________________
26029 [  7279] By: gsar                                  on 2000/10/16  03:46:21
26030         Log: integrate change#5973 from mainline
26031              
26032              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
26033      Branch: maint-5.6/perl
26034           !> regcomp.c regexec.c t/op/re_tests
26035 ____________________________________________________________________________
26036 [  7278] By: gsar                                  on 2000/10/16  03:44:54
26037         Log: integrate change#5971 from cfgperl
26038              
26039              Unicos tweaks from Mark P. Lutz.
26040      Branch: maint-5.6/perl
26041           !> hints/unicos.sh lib/Math/Complex.pm
26042 ____________________________________________________________________________
26043 [  7277] By: gsar                                  on 2000/10/16  03:42:59
26044         Log: integrate changes#5966..5970 from mainline
26045              
26046              add testsuite for B backends, fix bug in B::Deparse (from
26047              Simon Cozens <simon@brecon.co.uk>)
26048              
26049              improved docs on the warn_uninit diagnostic (from David Glasser
26050              and Simon Cozens)
26051              
26052              tolerate spaces in group names in test on solaris (from David Boyce
26053              <dsb@boyski.com>)
26054              
26055              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
26056              
26057              Data::Dumper fumbles negative numbers on 32-bit platforms where
26058              IV is >32bits
26059      Branch: maint-5.6/perl
26060           +> t/lib/b.t t/lib/syslog.t
26061           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
26062           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
26063           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
26064 ____________________________________________________________________________
26065 [  7276] By: gsar                                  on 2000/10/16  03:39:30
26066         Log: integrate change#5965 from mainline
26067              
26068              avoid "will not stay shared" warnings for our variables (from
26069              Robin Barker)
26070      Branch: maint-5.6/perl
26071           !> op.c t/pragma/warn/op
26072 ____________________________________________________________________________
26073 [  7275] By: gsar                                  on 2000/10/16  03:38:18
26074         Log: integrate change#5964 from mainline
26075              
26076              reformat to 72 columns (again)
26077      Branch: maint-5.6/perl
26078           !> pod/perldiag.pod
26079 ____________________________________________________________________________
26080 [  7274] By: gsar                                  on 2000/10/16  03:36:58
26081         Log: integrate change#5963 from mainline
26082              
26083              patch from Larry to make (\&) prototype work; added tests for
26084              the same
26085      Branch: maint-5.6/perl
26086           !> op.c t/comp/proto.t
26087 ____________________________________________________________________________
26088 [  7273] By: gsar                                  on 2000/10/16  03:35:51
26089         Log: integrate changes#5956..5962 from mainline
26090              
26091              better diagnostics on failed tests (from Ilya Zakharevich)
26092              
26093              pod nits (from A. C. Yardley <yardley@tanet.net>)
26094              
26095              change#3569 deleted some essential code, revert; avoid use of
26096              atexit() to make DynaLoader work properly on AIX under mod_perl
26097              (from Jens-Uwe Mager <jum@helios.de>)
26098              
26099              doubled words in pods (from Simon Cozens
26100              <simon.p.cozens@jp.pwcglobal.com>)
26101              
26102              better INSTALL notes on Solaris issues (from Dominic Dunlop)
26103              
26104              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
26105              
26106              updated README.hpux (from Jeff Okamoto)
26107      Branch: maint-5.6/perl
26108           !> INSTALL README.hpux emacs/cperl-mode.el
26109           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
26110           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
26111           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
26112           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
26113           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
26114           !> t/op/lex_assign.t
26115 ____________________________________________________________________________
26116 [  7272] By: gsar                                  on 2000/10/16  03:31:22
26117         Log: integrate change#5955 from mainline
26118              
26119              longstanding bug exposed by change#3307: sort arguments weren't
26120              compiled with the right wantarray context (ensuing runtime lookup
26121              via block_gimme() was getting the incidental context of the
26122              sort() itself)
26123      Branch: maint-5.6/perl
26124           !> op.c t/op/sort.t
26125 ____________________________________________________________________________
26126 [  7271] By: gsar                                  on 2000/10/16  03:29:11
26127         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
26128              branch
26129              
26130              Flatten the cpp jungle doing the nosuid checking.
26131              
26132              Do not assume sign propagation. (from M.J.T. Guy)
26133              
26134              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
26135              
26136              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
26137              Now pp_ncmp() returns undef is either operand is a NaN.
26138              
26139              On second thoughts frexp() does have two arguments.
26140              
26141              Document that tr() is not tr(1).
26142              
26143              Be more robust on "extreme" (large absolute value)
26144              arguments.  Originally reported by Daniel Connelly
26145              as a problem with asinh() on large negative arguments,
26146              asinh() used to bail out because an argument to log()
26147              ended up being zero.  Ilya Zakharevich proposed using
26148              Taylor's series in such cases, which for such large
26149              arguments is a very good approximation.
26150              
26151              Undo "use integer" addition from 64bitint as it seems
26152              to break most of the subtests in Digital UNIX;
26153              Unicos needs to find another way.
26154      Branch: maint-5.6/perl
26155           !> (integrate 29 files)
26156 ____________________________________________________________________________
26157 [  7270] By: gsar                                  on 2000/10/16  03:09:44
26158         Log: integrate changes#5948,5949,5950 from mainline
26159              
26160              typo in vars.pm that leads to cryptic message (from Piotr
26161              Piatkowski <kompas@kompas.usr.onet.pl>)
26162              
26163              make perldoc use the pod2man from the same version (from
26164              M.J.T. Guy)
26165              
26166              reformat perldiag to avoid long lines
26167      Branch: maint-5.6/perl
26168           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
26169 ____________________________________________________________________________
26170 [  7269] By: gsar                                  on 2000/10/16  03:05:54
26171         Log: integrate change#5947 from mainline
26172              
26173              use &dl_error rather than &dl_load_file as the guard for calling
26174              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
26175              statically built perl)
26176      Branch: maint-5.6/perl
26177           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
26178 ____________________________________________________________________________
26179 [  7268] By: gsar                                  on 2000/10/16  03:04:48
26180         Log: integrate change#5945 from mainline
26181              
26182              make module name mandatory after -M switch; reorder perldiag
26183              alphabetically (from Mark-Jason Dominus)
26184      Branch: maint-5.6/perl
26185           !> perl.c pod/perldiag.pod
26186 ____________________________________________________________________________
26187 [  7267] By: gsar                                  on 2000/10/16  03:03:01
26188         Log: integrate change#5939 from mainline
26189              
26190              more pod nits (from Larry Virden)
26191      Branch: maint-5.6/perl
26192           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
26193           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
26194           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
26195 ____________________________________________________________________________
26196 [  7266] By: gsar                                  on 2000/10/16  03:01:39
26197         Log: integrate change#5938 from mainline
26198              
26199              Consolidated B::Deparse fixes (from Stephen McCamant)
26200      Branch: maint-5.6/perl
26201           !> ext/B/B/Deparse.pm
26202 ____________________________________________________________________________
26203 [  7265] By: gsar                                  on 2000/10/16  03:00:43
26204         Log: integrate change#5936 from mainline
26205              
26206              additional tests for change#7263 (from Paul Marquess)
26207      Branch: maint-5.6/perl
26208           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
26209           !> t/pragma/warn/5nolint t/pragma/warn/6default
26210 ____________________________________________________________________________
26211 [  7264] By: gsar                                  on 2000/10/16  02:58:34
26212         Log: integrate change#5934 from mainline
26213              
26214              propagate lexical warnings from surrounding scope correctly
26215              within string eval() (from Paul Marquess)
26216      Branch: maint-5.6/perl
26217           !> pp_ctl.c t/pragma/warn/pp_ctl
26218 ____________________________________________________________________________
26219 [  7263] By: gsar                                  on 2000/10/16  02:56:53
26220         Log: integrate change#5932 from mainline
26221              
26222              add rsignal(), whichsig() and do_join() to public API list
26223              (mod_perl uses them to good advantage)
26224      Branch: maint-5.6/perl
26225           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
26226 ____________________________________________________________________________
26227 [  7262] By: gsar                                  on 2000/10/16  02:55:53
26228         Log: integrate change#5931 from mainline
26229              
26230              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
26231      Branch: maint-5.6/perl
26232           !> pp_hot.c regexec.c t/op/pat.t
26233 ____________________________________________________________________________
26234 [  7261] By: gsar                                  on 2000/10/16  02:55:01
26235         Log: integrate change#5930 from mainline
26236              
26237              small os390 tweaks (from Peter Prymmer)
26238      Branch: maint-5.6/perl
26239           !> config_h.SH makedepend.SH
26240 ____________________________________________________________________________
26241 [  7260] By: gsar                                  on 2000/10/16  02:54:10
26242         Log: integrate change#5929 from mainline
26243              
26244              pod nits
26245      Branch: maint-5.6/perl
26246           !> pod/perlguts.pod
26247 ____________________________________________________________________________
26248 [  7259] By: gsar                                  on 2000/10/16  02:52:55
26249         Log: integrate change#5927 from mainline
26250              
26251              arrange for next() to resume at the unstack op rather than the
26252              loop conditional, so that scope cleanup happens correctly
26253              (from Stephen McCamant)
26254      Branch: maint-5.6/perl
26255           !> op.c pp_ctl.c t/op/misc.t
26256 ____________________________________________________________________________
26257 [  7258] By: gsar                                  on 2000/10/16  02:51:38
26258         Log: integrate change#5926 from mainline
26259              
26260              on windows, reserve 16M of stack rather than 128M (allows more
26261              threads to run concurrently)
26262      Branch: maint-5.6/perl
26263           !> win32/Makefile win32/makefile.mk
26264 ____________________________________________________________________________
26265 [  7257] By: gsar                                  on 2000/10/16  02:50:37
26266         Log: integrate change#5925 from mainline
26267              
26268              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
26269      Branch: maint-5.6/perl
26270           !> toke.c
26271 ____________________________________________________________________________
26272 [  7256] By: gsar                                  on 2000/10/16  02:49:36
26273         Log: integrate change#5924 from mainline
26274              
26275              avoid using uninitialized memory in require version check
26276      Branch: maint-5.6/perl
26277           !> pp_ctl.c universal.c
26278 ____________________________________________________________________________
26279 [  7255] By: gsar                                  on 2000/10/16  02:48:03
26280         Log: integrate changes#5923,5928,6009 from mainline
26281              
26282              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
26283      Branch: maint-5.6/perl
26284           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
26285 ____________________________________________________________________________
26286 [  7254] By: gsar                                  on 2000/10/16  02:44:46
26287         Log: integrate change#5922 from mainline
26288              
26289              commentary about IoTYPE() (from Nathan Torkington)
26290      Branch: maint-5.6/perl
26291           !> sv.h
26292 ____________________________________________________________________________
26293 [  7253] By: gsar                                  on 2000/10/16  02:43:49
26294         Log: integrate change#5921 from mainline
26295              
26296              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
26297      Branch: maint-5.6/perl
26298           !> sv.c t/lib/charnames.t t/pragma/utf8.t
26299 ____________________________________________________________________________
26300 [  7252] By: gsar                                  on 2000/10/16  02:42:31
26301         Log: integrate change#5920 from mainline
26302              
26303              Larry's fix for buggy propagation of utf8-ness in join(); add test
26304      Branch: maint-5.6/perl
26305           !> doop.c t/op/ver.t
26306 ____________________________________________________________________________
26307 [  7251] By: gsar                                  on 2000/10/16  02:41:14
26308         Log: integrate changes#5915..5919 from mainline
26309              
26310              various (pod tweaks &c)
26311      Branch: maint-5.6/perl
26312           !> (integrate 33 files)
26313 ____________________________________________________________________________
26314 [  7250] By: gsar                                  on 2000/10/16  02:38:16
26315         Log: integrate change#5914 from mainline
26316              
26317              caller() wasn't returning the right number of elements for
26318              eval {...}
26319      Branch: maint-5.6/perl
26320           !> pp_ctl.c t/pragma/warn/9enabled
26321 ____________________________________________________________________________
26322 [  7249] By: gsar                                  on 2000/10/16  02:37:02
26323         Log: integrate change#5913 from mainline
26324              
26325              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
26326              (from Mark-Jason Dominus)
26327      Branch: maint-5.6/perl
26328           !> pod/perlfunc.pod
26329 ____________________________________________________________________________
26330 [  7248] By: gsar                                  on 2000/10/16  02:35:58
26331         Log: integrate change#5912 from mainline
26332              
26333              fix totally broken caching in UNIVERSAL::isa() (from
26334              Nick Ing-Simmons)
26335      Branch: maint-5.6/perl
26336           !> t/op/universal.t universal.c
26337 ____________________________________________________________________________
26338 [  7247] By: gsar                                  on 2000/10/16  02:34:27
26339         Log: integrate changes#5910,5911 from mainline
26340              
26341              typo in pod
26342              
26343              add linebreak properties from unicode/LineBrk.txt (from
26344              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
26345      Branch: maint-5.6/perl
26346           +> (branch 29 files)
26347           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
26348 ____________________________________________________________________________
26349 [  7246] By: gsar                                  on 2000/10/16  02:33:29
26350         Log: integrate change#5909 from mainline
26351              
26352              mode argument to do_binmode() should be file mode, not boolean
26353      Branch: maint-5.6/perl
26354           !> pp_sys.c
26355 ____________________________________________________________________________
26356 [  7245] By: gsar                                  on 2000/10/16  02:31:04
26357         Log: integrate change#5908 from mainline
26358              
26359              introduce illegal symbols into null package so that
26360              gv_fetchpv(...,TRUE) always returns a valid GV even when the
26361              symbol is trapped by strictures (avoids coredumps)
26362      Branch: maint-5.6/perl
26363           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
26364           !> t/pragma/strict-vars
26365 ____________________________________________________________________________
26366 [  7244] By: jhi                                   on 2000/10/16  02:29:54
26367         Log: Subject: $Carp::ExportLevel confusion in Exporter
26368              From: "Ben Tilly" <ben_tilly@hotmail.com>
26369              Date: Sat, 14 Oct 2000 16:44:34 EDT
26370              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
26371      Branch: perl
26372            ! lib/Exporter/Heavy.pm
26373 ____________________________________________________________________________
26374 [  7243] By: jhi                                   on 2000/10/16  02:28:33
26375         Log: Subject: [PATCH perlguts.pod] Document offset hack
26376              From: Simon Cozens <simon@cozens.net>
26377              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
26378              Date: Sat, 14 Oct 2000 19:32:25 +0100
26379      Branch: perl
26380            ! pod/perlguts.pod
26381 ____________________________________________________________________________
26382 [  7242] By: gsar                                  on 2000/10/16  02:26:51
26383         Log: integrate changes#5905,5906,5907,6064 from mainline
26384              
26385              printf/sprintf didn't get quad types right under use64bitint
26386      Branch: maint-5.6/perl
26387           !> pp_sys.c sv.c t/op/64bitint.t
26388 ____________________________________________________________________________
26389 [  7241] By: jhi                                   on 2000/10/16  02:22:44
26390         Log: Subject: small pod patch
26391              From: Dan Boorstein <dan_boo@bellsouth.net>
26392              Date: Sat, 14 Oct 2000 14:29:24 -0400
26393              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
26394      Branch: perl
26395            ! pod/perlfaq7.pod pod/perlmod.pod
26396 ____________________________________________________________________________
26397 [  7240] By: jhi                                   on 2000/10/16  02:13:46
26398         Log: -w cleanup.
26399              
26400              Subject: Re: Problems with bleadperl 
26401              From: "Stephen P. Potter" <spp@ds.net>
26402              Date: Fri, 13 Oct 2000 13:32:49 -0400
26403              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
26404      Branch: perl
26405            ! t/pragma/overload.t
26406 ____________________________________________________________________________
26407 [  7239] By: jhi                                   on 2000/10/16  01:41:18
26408         Log: One more ~utf8 tweak.
26409      Branch: perl
26410            ! t/op/bop.t
26411 ____________________________________________________________________________
26412 [  7238] By: jhi                                   on 2000/10/16  01:34:14
26413         Log: Tweak the test of #7235.
26414      Branch: perl
26415            ! t/op/bop.t
26416 ____________________________________________________________________________
26417 [  7237] By: jhi                                   on 2000/10/16  01:25:04
26418         Log: Fix a couple of compiler-noted nits in #7235.
26419      Branch: perl
26420            ! pp.c
26421 ____________________________________________________________________________
26422 [  7236] By: jhi                                   on 2000/10/16  01:22:46
26423         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
26424      Branch: perl
26425            ! pp.c pp_hot.c
26426 ____________________________________________________________________________
26427 [  7235] By: jhi                                   on 2000/10/15  16:24:44
26428         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
26429              
26430              From: Simon Cozens <simon@cozens.net>
26431              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
26432              Date: Sat, 14 Oct 2000 20:52:13 +0100
26433              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
26434      Branch: perl
26435            ! pp.c t/op/bop.t utf8.h
26436 ____________________________________________________________________________
26437 [  7234] By: jhi                                   on 2000/10/15  15:19:29
26438         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
26439              The problem was that rx->minlen was in chars while pp_split()
26440              thought it would be in bytes. 
26441      Branch: perl
26442            ! pp.c t/pragma/utf8.t
26443 ____________________________________________________________________________
26444 [  7233] By: jhi                                   on 2000/10/14  20:24:24
26445         Log: Document FNCASE=y as discussed in the bug 20000902.009.
26446      Branch: perl
26447            ! README.dos
26448 ____________________________________________________________________________
26449 [  7232] By: jhi                                   on 2000/10/14  18:52:21
26450         Log: Add test for bug id 20000427.003 (which seems to have
26451              been fixed) (also duplicate as 20000427.004, though
26452              with a higher severity).  Move one utf8 from op/append
26453              to pragma/utf8, tag the tests with bug ids.
26454      Branch: perl
26455            ! t/op/append.t t/pragma/utf8.t
26456 ____________________________________________________________________________
26457 [  7231] By: jhi                                   on 2000/10/14  17:28:37
26458         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
26459      Branch: perl
26460            ! t/pragma/utf8.t
26461 ____________________________________________________________________________
26462 [  7230] By: jhi                                   on 2000/10/14  14:24:50
26463         Log: Needs to be conditional on SunOS 4.
26464              
26465              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
26466              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
26467              Date: Sat, 14 Oct 2000 13:37:49 +0100
26468              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
26469      Branch: metaconfig/U/perl
26470            ! End.U
26471      Branch: perl
26472            ! Configure myconfig.SH pod/perldelta.pod
26473 ____________________________________________________________________________
26474 [  7229] By: jhi                                   on 2000/10/14  00:49:22
26475         Log: Update Changes.
26476      Branch: perl
26477            ! Changes patchlevel.h
26478 ____________________________________________________________________________
26479 [  7228] By: jhi                                   on 2000/10/14  00:46:10
26480         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
26481              From: Peter Prymmer <pvhp@forte.com>
26482              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
26483              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
26484      Branch: perl
26485            ! lib/utf8.pm
26486 ____________________________________________________________________________
26487 [  7227] By: jhi                                   on 2000/10/13  23:20:30
26488         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
26489      Branch: perl
26490            ! t/op/tie.t
26491 ____________________________________________________________________________
26492 [  7226] By: jhi                                   on 2000/10/13  22:14:32
26493         Log: Tweak #7225.
26494              
26495              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
26496              From: Peter Prymmer <pvhp@forte.com>
26497              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
26498              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
26499      Branch: perl
26500            ! t/op/sprintf.t
26501 ____________________________________________________________________________
26502 [  7225] By: jhi                                   on 2000/10/13  22:11:31
26503         Log: op/sprintf.t patch for OS/390 (and any other host with limited
26504              floating-point exponent length)
26505              
26506              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
26507              From: Dominic Dunlop <domo@computer.org>
26508              Date: Fri, 13 Oct 2000 19:17:57 +0200
26509              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
26510      Branch: perl
26511            ! t/op/sprintf.t
26512 ____________________________________________________________________________
26513 [  7224] By: jhi                                   on 2000/10/13  18:40:48
26514         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
26515      Branch: perl
26516            ! toke.c
26517 ____________________________________________________________________________
26518 [  7223] By: jhi                                   on 2000/10/13  18:37:13
26519         Log: Thinko in #7222.
26520      Branch: perl
26521            ! utf8.c
26522 ____________________________________________________________________________
26523 [  7222] By: jhi                                   on 2000/10/13  18:05:23
26524         Log: Use UTF8SKIP(), from Simon Cozens.
26525      Branch: perl
26526            ! utf8.c
26527 ____________________________________________________________________________
26528 [  7221] By: jhi                                   on 2000/10/13  15:43:19
26529         Log: (accidentally empty check-in)
26530      Branch: perl
26531            ! utf8.c
26532 ____________________________________________________________________________
26533 [  7220] By: jhi                                   on 2000/10/13  15:23:51
26534         Log: Add (optimistically) Storable to static extensions.
26535      Branch: perl
26536            ! hints/uwin.sh hints/vmesa.sh
26537 ____________________________________________________________________________
26538 [  7219] By: jhi                                   on 2000/10/13  15:20:05
26539         Log: Amdahl UTS doesn't seem to do dynaloading.
26540      Branch: perl
26541            ! hints/uts.sh
26542 ____________________________________________________________________________
26543 [  7218] By: jhi                                   on 2000/10/13  15:15:20
26544         Log: Slight tweak of the code to appease Amdahl UTS cc.
26545      Branch: perl
26546            ! pp.c
26547 ____________________________________________________________________________
26548 [  7217] By: jhi                                   on 2000/10/13  14:50:42
26549         Log: In Amdahl UTS "struct sv" is defined by a system header,
26550              <ksync.h>.
26551      Branch: perl
26552            ! perl.h sv.h
26553 ____________________________________________________________________________
26554 [  7216] By: jhi                                   on 2000/10/13  11:58:25
26555         Log: Ilya implemented the memory profiling API.
26556      Branch: perl
26557            ! Todo
26558 ____________________________________________________________________________
26559 [  7215] By: jhi                                   on 2000/10/13  02:56:38
26560         Log: Subject: [PATCH 5.7.0] Perl API for mstats
26561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26562              Date: Thu, 12 Oct 2000 22:52:40 -0400
26563              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
26564      Branch: perl
26565            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
26566 ____________________________________________________________________________
26567 [  7214] By: jhi                                   on 2000/10/13  02:55:38
26568         Log: Subject: [PATCH 5.7.0] IVs in mtats
26569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26570              Date: Thu, 12 Oct 2000 22:51:04 -0400
26571              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
26572      Branch: perl
26573            ! malloc.c perl.h
26574 ____________________________________________________________________________
26575 [  7213] By: jhi                                   on 2000/10/13  02:31:47
26576         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
26577      Branch: perl
26578            ! pod/perldiag.pod pp_sys.c
26579 ____________________________________________________________________________
26580 [  7212] By: jhi                                   on 2000/10/13  01:27:38
26581         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
26582              From: Peter Prymmer <pvhp@forte.com>
26583              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
26584              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
26585      Branch: perl
26586            ! t/op/oct.t
26587 ____________________________________________________________________________
26588 [  7211] By: jhi                                   on 2000/10/13  00:35:09
26589         Log: Update Changes.
26590      Branch: perl
26591            ! Changes patchlevel.h
26592 ____________________________________________________________________________
26593 [  7210] By: jhi                                   on 2000/10/12  23:59:40
26594         Log: The Install.pm third of
26595              
26596              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
26597              From: Bill Campbell <bill@celestial.com>
26598              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
26599              Date: Thu, 5 Oct 2000 18:04:51 -0700
26600      Branch: perl
26601            ! lib/ExtUtils/Install.pm
26602 ____________________________________________________________________________
26603 [  7209] By: jhi                                   on 2000/10/12  23:58:43
26604         Log: Two thirds of
26605              
26606              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
26607              Date: Thu, 5 Oct 2000 18:04:51 -0700
26608              From: Bill Campbell <bill@celestial.com>
26609              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
26610              
26611              The Install.pm changes will be submitted separately because
26612              they need some work and discussion still.
26613      Branch: perl
26614            ! lib/getopts.pl lib/termcap.pl
26615 ____________________________________________________________________________
26616 [  7208] By: jhi                                   on 2000/10/12  23:41:19
26617         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
26618              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26619              Date:     Thu, 12 Oct 2000 07:30:02 EDT
26620              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
26621      Branch: perl
26622            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
26623            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
26624 ____________________________________________________________________________
26625 [  7207] By: jhi                                   on 2000/10/12  23:39:01
26626         Log: An updated EBCDIC tr patch.
26627              
26628              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
26629              From: Peter Prymmer <pvhp@forte.com>
26630              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
26631              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
26632      Branch: perl
26633            ! t/op/tr.t
26634 ____________________________________________________________________________
26635 [  7206] By: jhi                                   on 2000/10/12  23:34:55
26636         Log: Upgrade to CPAN 1.58, from Andreas König.
26637      Branch: perl
26638            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26639 ____________________________________________________________________________
26640 [  7205] By: jhi                                   on 2000/10/12  23:29:08
26641         Log: Introduce the man[24-8] variables, from Andy Dougherty.
26642      Branch: metaconfig/U/perl
26643            + mandirs.U mandirstyle.U
26644      Branch: perl
26645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26646            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
26647            ! vos/config.h vos/config.pl vos/config_h.SH_orig
26648            ! win32/config.bc win32/config.gc win32/config.vc
26649 ____________________________________________________________________________
26650 [  7204] By: gsar                                  on 2000/10/12  18:11:24
26651         Log: restore change#7202
26652      Branch: perl
26653            ! mg.c
26654 ____________________________________________________________________________
26655 [  7203] By: gsar                                  on 2000/10/12  18:09:40
26656         Log: another test of the Emergency Broadcast System--back out 
26657              change#7202
26658      Branch: perl
26659            ! mg.c
26660 ____________________________________________________________________________
26661 [  7202] By: gsar                                  on 2000/10/12  16:40:47
26662         Log: (submitted on behalf of Jarkko)
26663              Fix the lib/encode.t subtest 6 failure as reported by Andreas
26664              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
26665              was unearthed by change 7182, as was a bug in HTML::Entities.
26666      Branch: perl
26667            ! mg.c
26668 ____________________________________________________________________________
26669 [  7201] By: jhi                                   on 2000/10/11  03:16:05
26670         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
26671      Branch: perl
26672            ! pp_hot.c t/pragma/utf8.t
26673 ____________________________________________________________________________
26674 [  7200] By: jhi                                   on 2000/10/11  00:40:30
26675         Log: The #7198 was a false alarm.
26676      Branch: perl
26677            ! pp_hot.c
26678 ____________________________________________________________________________
26679 [  7199] By: jhi                                   on 2000/10/11  00:26:04
26680         Log: Remove duplicated code.
26681      Branch: perl
26682            ! t/lib/cgi-html.t
26683 ____________________________________________________________________________
26684 [  7198] By: jhi                                   on 2000/10/10  23:30:46
26685         Log: (Retracted by #7200.)
26686      Branch: perl
26687            ! pp_hot.c
26688 ____________________________________________________________________________
26689 [  7197] By: jhi                                   on 2000/10/10  21:49:30
26690         Log: Add the test case for #7190, from the original bug report
26691              by Andreas König.
26692      Branch: perl
26693            ! t/pragma/utf8.t
26694 ____________________________________________________________________________
26695 [  7196] By: jhi                                   on 2000/10/10  21:40:49
26696         Log: Reapply Andy's patch and regen Configure.
26697      Branch: perl
26698            ! Configure INSTALL Makefile.SH Porting/Glossary
26699            ! Porting/config.sh config_h.SH epoc/config.sh installperl
26700            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
26701            ! win32/config.vc
26702 ____________________________________________________________________________
26703 [  7195] By: jhi                                   on 2000/10/10  21:09:30
26704         Log: Use the versiononly instead of the installscripts,
26705              retract the changes 7146 and 7147.
26706      Branch: perl
26707            ! Configure INSTALL Makefile.SH Porting/Glossary
26708            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
26709            ! installperl uconfig.sh vos/config.def win32/config.bc
26710            ! win32/config.gc win32/config.vc
26711 ____________________________________________________________________________
26712 [  7194] By: jhi                                   on 2000/10/10  21:06:15
26713         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
26714              From: Peter Prymmer <pvhp@forte.com>
26715              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
26716              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
26717      Branch: perl
26718            ! t/op/ver.t
26719 ____________________________________________________________________________
26720 [  7193] By: jhi                                   on 2000/10/10  21:05:12
26721         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
26722              From: Peter Prymmer <pvhp@forte.com>
26723              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
26724              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
26725      Branch: perl
26726            ! t/op/tr.t
26727 ____________________________________________________________________________
26728 [  7192] By: jhi                                   on 2000/10/10  20:57:30
26729         Log: Add versiononly, delete installscripts, from Andy Dougherty.
26730      Branch: metaconfig
26731            - U/installdirs/installscripts.U
26732      Branch: metaconfig/U/perl
26733            + versiononly.U
26734 ____________________________________________________________________________
26735 [  7191] By: jhi                                   on 2000/10/10  19:41:21
26736         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
26737              From: Peter Prymmer <pvhp@forte.com>
26738              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
26739              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
26740      Branch: perl
26741            ! pod/perlebcdic.pod
26742 ____________________________________________________________________________
26743 [  7190] By: jhi                                   on 2000/10/10  19:26:14
26744         Log: Subject: Re: utf8 concat, mg_get
26745              From: Simon Cozens <simon@cozens.net>
26746              Date: Tue, 10 Oct 2000 17:40:17 +0100
26747              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
26748      Branch: perl
26749            ! pp_hot.c
26750 ____________________________________________________________________________
26751 [  7189] By: jhi                                   on 2000/10/10  19:23:03
26752         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
26753              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
26754              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
26755              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
26756      Branch: perl
26757            ! lib/ExtUtils/MM_Unix.pm
26758 ____________________________________________________________________________
26759 [  7188] By: jhi                                   on 2000/10/10  15:31:24
26760         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
26761              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26762              Date: Fri, 14 Jul 2000 10:47:36 +0100
26763              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
26764      Branch: perl
26765            ! README.win32
26766 ____________________________________________________________________________
26767 [  7187] By: jhi                                   on 2000/10/10  13:30:10
26768         Log: Quote the temp file name, needed in Win32 because the
26769              default name unfortunately contains spaces, shouldn't
26770              hurt elsewhere.
26771              
26772              Subject: FW: perldoc fails if $TEMP contains spaces
26773              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
26774              Date: Thu, 14 Sep 2000 08:58:45 +0100
26775              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
26776      Branch: perl
26777            ! utils/perldoc.PL
26778 ____________________________________________________________________________
26779 [  7186] By: jhi                                   on 2000/10/10  13:16:27
26780         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
26781              From: hv@hugo.hybyte.com
26782              Date: Tue, 10 Oct 2000 14:10:20 +0100
26783              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
26784      Branch: perl
26785            ! t/lib/thr5005.t util.c
26786 ____________________________________________________________________________
26787 [  7185] By: jhi                                   on 2000/10/10  12:06:22
26788         Log: Upgrade to podlators 1.04, from Russ Allbery.
26789      Branch: perl
26790            ! lib/Pod/Man.pm lib/Pod/Text.pm
26791 ____________________________________________________________________________
26792 [  7184] By: jhi                                   on 2000/10/10  12:01:32
26793         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
26794      Branch: perl
26795            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
26796 ____________________________________________________________________________
26797 [  7183] By: jhi                                   on 2000/10/09  23:47:15
26798         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
26799              From: Peter Prymmer <pvhp@forte.com>
26800              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
26801              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
26802      Branch: perl
26803            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
26804 ____________________________________________________________________________
26805 [  7182] By: jhi                                   on 2000/10/09  23:43:16
26806         Log: Make eq work again with utf8 (disabling the upgrading
26807              should no more be necessary since the copies of the
26808              scalars are upgraded, not the scalars themselves).
26809              Takes care of ID 20001009.001.  (The claimed length()
26810              bug in 20001009.001 seems bogus to me.)
26811      Branch: perl
26812            ! sv.c t/pragma/utf8.t
26813 ____________________________________________________________________________
26814 [  7181] By: gsar                                  on 2000/10/09  19:41:54
26815         Log: tweak for change#7173
26816      Branch: perl
26817            ! win32/win32sck.c
26818 ____________________________________________________________________________
26819 [  7180] By: gsar                                  on 2000/10/09  19:26:56
26820         Log: on Windows, clean targets might not work under some flavors of the shell
26821      Branch: perl
26822            ! win32/Makefile win32/makefile.mk
26823 ____________________________________________________________________________
26824 [  7179] By: jhi                                   on 2000/10/09  19:21:02
26825         Log: Update Changes.
26826      Branch: perl
26827            ! Changes patchlevel.h
26828 ____________________________________________________________________________
26829 [  7178] By: jhi                                   on 2000/10/09  19:18:23
26830         Log: Warn about unknown scripts.
26831              
26832              Subject: Re: ideas? patches? [PATCH bleadperl]
26833              From: Dominic Dunlop <domo@computer.org>
26834              Date: Mon, 9 Oct 2000 14:57:17 +0200
26835              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
26836      Branch: perl
26837            ! lib/charnames.pm
26838 ____________________________________________________________________________
26839 [  7177] By: jhi                                   on 2000/10/09  19:13:27
26840         Log: Change #7160 had a nasty typo.
26841      Branch: metaconfig
26842            ! U/compline/Compile.U
26843      Branch: perl
26844            ! Configure config_h.SH
26845 ____________________________________________________________________________
26846 [  7176] By: gsar                                  on 2000/10/09  18:59:33
26847         Log: pod nit
26848      Branch: perl
26849            ! pod/perlport.pod
26850 ____________________________________________________________________________
26851 [  7175] By: gsar                                  on 2000/10/09  18:54:28
26852         Log: Windows9x doesn't support link(), despite what Config.pm
26853              might think
26854      Branch: perl
26855            ! lib/ExtUtils/Manifest.pm
26856 ____________________________________________________________________________
26857 [  7174] By: gsar                                  on 2000/10/09  18:50:03
26858         Log: avoid nonportable example code
26859      Branch: perl
26860            ! lib/File/Copy.pm
26861 ____________________________________________________________________________
26862 [  7173] By: gsar                                  on 2000/10/09  18:46:54
26863         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
26864              being used) when closing a socket handle
26865      Branch: perl
26866            ! win32/win32.c win32/win32.h win32/win32sck.c
26867 ____________________________________________________________________________
26868 [  7172] By: gsar                                  on 2000/10/09  18:41:40
26869         Log: on Windows, cwd strings in the environment should be of the
26870              form =X:=X:\foo instead of =X=X:\foo\
26871      Branch: perl
26872            ! win32/vdir.h
26873 ____________________________________________________________________________
26874 [  7171] By: gsar                                  on 2000/10/09  18:30:09
26875         Log: on Windows, LoadLibrary() could load an extension DLL multiple
26876              times if forward slashes are used in the path
26877      Branch: perl
26878            ! win32/win32.c
26879 ____________________________________________________________________________
26880 [  7170] By: jhi                                   on 2000/10/09  17:53:59
26881         Log: Add a todo note about overloadable assertions.
26882      Branch: perl
26883            ! Todo-5.6
26884 ____________________________________________________________________________
26885 [  7169] By: jhi                                   on 2000/10/09  13:43:45
26886         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
26887              From: mjd@plover.com
26888              Date: 9 Oct 2000 00:24:44 -0000
26889              Message-ID: <20001009002444.10616.qmail@plover.com>
26890      Branch: perl
26891            ! pod/perldebguts.pod
26892 ____________________________________________________________________________
26893 [  7168] By: nick                                  on 2000/10/08  13:16:33
26894         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
26895              is not right thing to do on (e.g. x86). Network order is also "right" for
26896              X fonts.
26897      Branch: perl
26898            ! ext/Encode/Encode.pm
26899 ____________________________________________________________________________
26900 [  7167] By: nick                                  on 2000/10/08  12:54:42
26901         Log: Make "encodings" work post-install when Encode/*.enc files may not
26902              be in same directory as Encode.pm
26903      Branch: perl
26904            ! ext/Encode/Encode.pm
26905 ____________________________________________________________________________
26906 [  7166] By: nick                                  on 2000/10/08  11:51:26
26907         Log: Work round the fact that $hash->{$key} does not take into account
26908              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
26909              so that key is always in the "expected" encoding - i.e. same way we put
26910              it in the hash.
26911      Branch: perl
26912            ! ext/Encode/Encode.pm
26913 ____________________________________________________________________________
26914 [  7165] By: gsar                                  on 2000/10/08  04:15:29
26915         Log: save_re_context() could reset PL_curcop to freed memory, causing core
26916              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
26917      Branch: perl
26918            ! pp_ctl.c
26919 ____________________________________________________________________________
26920 [  7164] By: jhi                                   on 2000/10/06  20:51:48
26921         Log: UTF8ize split() so that the cloned substrings get the UTF8
26922              flag of the original scalar.  Problem reported by Simon Cozens.
26923      Branch: perl
26924            ! pp.c t/pragma/utf8.t
26925 ____________________________________________________________________________
26926 [  7163] By: nick                                  on 2000/10/06  20:48:34
26927         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
26928              got a false +ve and so did not reach code which would have un-FAKEd the SV.
26929      Branch: perl
26930            ! sv.c
26931 ____________________________________________________________________________
26932 [  7162] By: nick                                  on 2000/10/06  20:25:37
26933         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
26934              To fix  (sort {$a <=> $b} keys %hash) in particular but
26935              should cover a number of other as-yet-unknown cases as well.
26936      Branch: perl
26937            ! sv.c
26938 ____________________________________________________________________________
26939 [  7161] By: jhi                                   on 2000/10/06  19:56:18
26940         Log: Change the version number of Tie::Handle in the core to 4.0,
26941              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
26942              
26943              Subject: Note on Tie::Handle
26944              From: andreas.koenig@anima.de (Andreas J. Koenig)
26945              Date:      06 Oct 2000 21:48:58 +0200
26946              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
26947      Branch: perl
26948            ! lib/Tie/Handle.pm
26949 ____________________________________________________________________________
26950 [  7160] By: jhi                                   on 2000/10/06  18:20:35
26951         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
26952              as the first option of cc/ld because of ultrapicky compilers
26953              (e.g. OS/390 R2.5)
26954      Branch: metaconfig
26955            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
26956            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
26957            ! U/compline/orderlib.U U/modified/Cppsym.U
26958            ! U/modified/d_access.U
26959      Branch: metaconfig/U/perl
26960            ! Checkcc.U d_dlsymun.U gccvers.U
26961      Branch: perl
26962            ! Configure config_h.SH
26963 ____________________________________________________________________________
26964 [  7159] By: jhi                                   on 2000/10/06  13:56:39
26965         Log: Update Changes.
26966      Branch: perl
26967            ! Changes patchlevel.h
26968 ____________________________________________________________________________
26969 [  7158] By: jhi                                   on 2000/10/06  12:48:40
26970         Log: Eliminate $Is_VMS code from the test.
26971              
26972              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
26973              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26974              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
26975              Date:     Thu, 5 Oct 2000 07:46:33 EDT
26976      Branch: perl
26977            ! t/lib/b.t
26978 ____________________________________________________________________________
26979 [  7157] By: jhi                                   on 2000/10/06  12:47:13
26980         Log: Also the $ccflags is needed for the C compiler check.
26981              
26982              Subject: Configure (check for C-compiler)
26983              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26984              Date: Fri, 06 Oct 2000 08:47:15 +0200
26985              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
26986      Branch: metaconfig/U/perl
26987            ! Checkcc.U
26988      Branch: perl
26989            ! Configure config_h.SH
26990 ____________________________________________________________________________
26991 [  7156] By: jhi                                   on 2000/10/06  11:45:15
26992         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
26993      Branch: perl
26994            ! perl.c pp_ctl.c sv.h utf8.c
26995 ____________________________________________________________________________
26996 [  7155] By: jhi                                   on 2000/10/06  11:40:41
26997         Log: IO::Handle->syswrite() did not handle length omission
26998              like CORE::syswrite() does.
26999              
27000              Subject: [Fwd] IO::Handle, syswrite and arguments
27001              From: Graham Barr <gbarr@pobox.com>
27002              Date: Fri, 6 Oct 2000 10:22:05 +0100
27003              Message-ID: <20001006102205.U6312@pobox.com>
27004              
27005              The original patch from andrew@ugh.net.au.
27006      Branch: perl
27007            ! ext/IO/lib/IO/Handle.pm
27008 ____________________________________________________________________________
27009 [  7154] By: jhi                                   on 2000/10/06  01:42:15
27010         Log: Tweak #7153.
27011      Branch: perl
27012            ! utf8.h
27013 ____________________________________________________________________________
27014 [  7153] By: jhi                                   on 2000/10/06  00:39:55
27015         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
27016      Branch: perl
27017            ! utf8.h
27018 ____________________________________________________________________________
27019 [  7152] By: jhi                                   on 2000/10/06  00:38:11
27020         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
27021      Branch: perl
27022            ! perl.c pp_ctl.c sv.h utf8.c
27023 ____________________________________________________________________________
27024 [  7151] By: jhi                                   on 2000/10/06  00:36:38
27025         Log: Subject: Re: Questions about Tie::Array and perl modules
27026              From: Nick Ing-Simmons <nik@tiuk.ti.com>
27027              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
27028              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
27029              
27030              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
27031      Branch: perl
27032            ! lib/Tie/Array.pm t/op/array.t
27033 ____________________________________________________________________________
27034 [  7150] By: jhi                                   on 2000/10/05  00:20:45
27035         Log: Regen Changes.
27036      Branch: perl
27037            ! Changes patchlevel.h
27038 ____________________________________________________________________________
27039 [  7149] By: jhi                                   on 2000/10/05  00:20:01
27040         Log: Regen toc.
27041      Branch: perl
27042            ! pod/perltoc.pod
27043 ____________________________________________________________________________
27044 [  7148] By: jhi                                   on 2000/10/04  23:35:08
27045         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
27046              reported several times by Dominic Dunlop, for example in
27047              ID 20000315.008.  Patch from Dominic.  Patch affects at
27048              least MachTen, and possibly other oldish BSDs. Should not
27049              break non-broken platforms (tested on LinuxPPC). 
27050      Branch: perl
27051            ! doio.c
27052 ____________________________________________________________________________
27053 [  7147] By: jhi                                   on 2000/10/04  23:26:34
27054         Log: The one that got away from 7146.
27055      Branch: metaconfig
27056            + U/installdirs/installscripts.U
27057 ____________________________________________________________________________
27058 [  7146] By: jhi                                   on 2000/10/04  23:25:04
27059         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
27060              suggested by H. Merijn Brand.
27061      Branch: perl
27062            ! Configure INSTALL Makefile.SH Porting/Glossary
27063            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
27064            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
27065            ! win32/config.vc
27066 ____________________________________________________________________________
27067 [  7145] By: jhi                                   on 2000/10/04  22:08:21
27068         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
27069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27070              Date: Wed, 4 Oct 2000 17:37:46 -0400
27071              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
27072      Branch: perl
27073            ! utils/h2xs.PL
27074 ____________________________________________________________________________
27075 [  7144] By: jhi                                   on 2000/10/04  18:11:41
27076         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
27077              From: Jeff Pinyan <jeffp@crusoe.net>
27078              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
27079              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
27080      Branch: perl
27081            ! pod/perlrun.pod
27082 ____________________________________________________________________________
27083 [  7143] By: jhi                                   on 2000/10/04  18:09:58
27084         Log: Subject: perlhack.pod Patch for Externals Tools
27085              From: Fisher Mark <fisherm@tce.com>
27086              Date: Tue, 3 Oct 2000 15:43:27 -0500 
27087              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
27088      Branch: perl
27089            ! pod/perlhack.pod
27090 ____________________________________________________________________________
27091 [  7142] By: jhi                                   on 2000/10/04  18:08:41
27092         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
27093              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27094              Date:     Wed, 4 Oct 2000 12:11:11 EDT
27095              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
27096      Branch: perl
27097            ! vms/vms.c
27098 ____________________________________________________________________________
27099 [  7141] By: jhi                                   on 2000/10/04  12:20:16
27100         Log: Subject: [PATCH 5.7.0] h2xs not working
27101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27102              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
27103              Date: Tue, 3 Oct 2000 21:43:01 -0400
27104              
27105              Subject: [PATCH 5.7.0] h2xs not documenting the created module
27106              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27107              Date: Tue, 3 Oct 2000 22:55:19 -0400
27108              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
27109      Branch: perl
27110            ! utils/h2xs.PL
27111 ____________________________________________________________________________
27112 [  7140] By: jhi                                   on 2000/10/04  11:53:44
27113         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
27114              From: nick@babyhippo.com
27115              Date: Wed, 4 Oct 2000 12:06:45 +0100
27116              Message-Id: <20001004120645.A7356@babyhippo.com>
27117              
27118              Retract 7118 and 7135.
27119      Branch: perl
27120            ! installman installperl op.c t/pragma/subs.t
27121 ____________________________________________________________________________
27122 [  7139] By: jhi                                   on 2000/10/03  22:09:41
27123         Log: It is possible to have no hosts database at all.  Pointed out in
27124              
27125              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27126              From: Peter Prymmer <pvhp@forte.com>
27127              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27128              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27129      Branch: metaconfig
27130            ! U/modified/myhostname.U
27131      Branch: perl
27132            ! Configure config_h.SH
27133 ____________________________________________________________________________
27134 [  7138] By: jhi                                   on 2000/10/03  21:49:49
27135         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
27136              From: Peter Prymmer <pvhp@forte.com>
27137              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
27138              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
27139      Branch: perl
27140            ! pp_sys.c
27141 ____________________________________________________________________________
27142 [  7137] By: jhi                                   on 2000/10/03  20:10:05
27143         Log: One remaining nit less at the VMS mailbox sizing.
27144      Branch: perl
27145            ! vms/vms.c
27146 ____________________________________________________________________________
27147 [  7136] By: jhi                                   on 2000/10/03  20:08:47
27148         Log: Test harness update to sync with the new perlcc,
27149              from Simon Cozens.
27150      Branch: perl
27151            ! t/TEST t/UTEST
27152 ____________________________________________________________________________
27153 [  7135] By: jhi                                   on 2000/10/03  15:15:42
27154         Log: Subject: Re: PATCH for 20001003.004
27155              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
27156              From: "AARON B. DOSSETT" <aaron@iglou.com>
27157              Message-Id: <E13gTay-0006od-00@iglou.com>
27158      Branch: perl
27159            ! installman installperl
27160 ____________________________________________________________________________
27161 [  7134] By: jhi                                   on 2000/10/03  15:00:34
27162         Log: Subject: [ID 20001003.006] B::Debug not -w clean
27163              From: Nicholas Clark <nick@babyhippo.co.uk>
27164              Date: Tue, 03 Oct 2000 15:46:32 +0100
27165              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
27166      Branch: perl
27167            ! ext/B/B/Debug.pm
27168 ____________________________________________________________________________
27169 [  7133] By: jhi                                   on 2000/10/03  14:58:39
27170         Log: Scale down the VMS message boxes, by Charles Lane.
27171              Fix for ID 20000903.009, workaround at
27172              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
27173      Branch: perl
27174            ! vms/vms.c
27175 ____________________________________________________________________________
27176 [  7132] By: jhi                                   on 2000/10/03  11:20:37
27177         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
27178      Branch: perl
27179            + t/lib/st-lock.t t/lib/st-utf8.t
27180            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
27181            ! ext/Storable/Storable.xs t/lib/st-recurse.t
27182 ____________________________________________________________________________
27183 [  7131] By: jhi                                   on 2000/10/03  03:38:23
27184         Log: Encode nits.
27185      Branch: perl
27186            ! MANIFEST Makefile.SH
27187 ____________________________________________________________________________
27188 [  7130] By: jhi                                   on 2000/10/03  03:31:05
27189         Log: Update Changes.
27190      Branch: perl
27191            ! Changes patchlevel.h
27192 ____________________________________________________________________________
27193 [  7129] By: jhi                                   on 2000/10/03  02:24:02
27194         Log: Misplaced else.
27195      Branch: metaconfig/U/perl
27196            ! d_strtoll.U
27197      Branch: perl
27198            ! Configure config_h.SH
27199 ____________________________________________________________________________
27200 [  7128] By: jhi                                   on 2000/10/03  02:08:29
27201         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
27202              From: sthoenna@efn.org
27203              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
27204              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
27205      Branch: metaconfig/U/perl
27206            ! d_strtoll.U
27207      Branch: perl
27208            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
27209 ____________________________________________________________________________
27210 [  7127] By: jhi                                   on 2000/10/03  01:13:14
27211         Log: Update Changes.
27212      Branch: perl
27213            ! Changes patchlevel.h
27214 ____________________________________________________________________________
27215 [  7126] By: jhi                                   on 2000/10/03  00:57:08
27216         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
27217              as suggested by Olaf Flebbe and Nick Clark.
27218      Branch: perl
27219            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
27220 ____________________________________________________________________________
27221 [  7125] By: jhi                                   on 2000/10/03  00:50:56
27222         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
27223              From: Nick Clark <nick@plum.flirble.org>
27224              Date: Mon, 2 Oct 2000 11:03:24 +0100
27225              Message-Id: <20001002110324.D20073@plum.flirble.org>
27226              
27227              Also fixes bug ID 20001002.005.
27228      Branch: perl
27229            ! t/lib/encode.t
27230 ____________________________________________________________________________
27231 [  7124] By: jhi                                   on 2000/10/03  00:34:59
27232         Log: Subject: [PATCH 5.7.0] Epoc update
27233              From: Olaf Flebbe <o.flebbe@gmx.de>
27234              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
27235              Message-ID: <26423.969484586@www10.gmx.net>
27236      Branch: perl
27237            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
27238            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
27239            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
27240            ! util.c util.h
27241 ____________________________________________________________________________
27242 [  7123] By: jhi                                   on 2000/10/03  00:30:07
27243         Log: Regen headers.
27244      Branch: perl
27245            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
27246 ____________________________________________________________________________
27247 [  7122] By: jhi                                   on 2000/10/03  00:10:48
27248         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
27249      Branch: perl
27250            ! hints/openbsd.sh
27251 ____________________________________________________________________________
27252 [  7121] By: jhi                                   on 2000/10/03  00:05:06
27253         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
27254              From: <abigail@foad.org>
27255              Date: Tue, 26 Sep 2000 13:36:14 -0400
27256              Message-ID: <20000926173614.4356.qmail@foad.org>
27257      Branch: perl
27258            ! pod/perlop.pod
27259 ____________________________________________________________________________
27260 [  7120] By: jhi                                   on 2000/10/03  00:04:00
27261         Log: Inside require() $^S was always left undefined.
27262              
27263              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
27264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27265              Date: Wed, 27 Sep 2000 18:54:49 -0400
27266              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
27267      Branch: perl
27268            ! cop.h mg.c pp_ctl.c util.c
27269 ____________________________________________________________________________
27270 [  7119] By: jhi                                   on 2000/10/03  00:00:16
27271         Log: Subject: [PATCH] DLL not restartabke with threaded perl
27272              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
27273              Date: Thu, 28 Sep 2000 09:20:46 +0100
27274              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
27275      Branch: perl
27276            ! perl.c
27277 ____________________________________________________________________________
27278 [  7118] By: jhi                                   on 2000/10/02  23:59:20
27279         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
27280              From: Nicholas Clark <nick@ccl4.org>
27281              Date: Thu, 28 Sep 2000 11:52:24 +0100
27282              Message-ID: <20000928115224.D7924@plum.flirble.org>
27283      Branch: perl
27284            ! op.c
27285 ____________________________________________________________________________
27286 [  7117] By: jhi                                   on 2000/10/02  23:57:51
27287         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
27288              From: Nicholas Clark <nick@babyhippo.co.uk>
27289              Date: Thu, 28 Sep 2000 12:18:10 +0100
27290              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
27291              
27292              Did not apply cleanly, manual intervention was needed.
27293      Branch: perl
27294            ! ext/B/B/Bytecode.pm utils/perlcc.PL
27295 ____________________________________________________________________________
27296 [  7116] By: jhi                                   on 2000/10/02  23:50:40
27297         Log: Document the issue (is not a syntax error, kind of)
27298              
27299              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
27300              From: Nicholas Clark <nick@ccl4.org>
27301              Date: Thu, 28 Sep 2000 17:12:42 +0100
27302              Message-ID: <20000928171242.K7924@plum.flirble.org>
27303      Branch: perl
27304            ! pod/perldata.pod
27305 ____________________________________________________________________________
27306 [  7115] By: jhi                                   on 2000/10/02  23:48:58
27307         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
27308              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27309              Date: Thu, 28 Sep 2000 21:55:31 -0400
27310              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
27311      Branch: perl
27312            ! regexec.c
27313 ____________________________________________________________________________
27314 [  7114] By: jhi                                   on 2000/10/02  23:47:57
27315         Log: Subject: DOC PATCH 5.6.0
27316              From: mjd@plover.com
27317              Date: 30 Sep 2000 06:02:34 -0000
27318              Message-ID: <20000930060234.4559.qmail@plover.com>
27319      Branch: perl
27320            ! pod/perldebguts.pod
27321 ____________________________________________________________________________
27322 [  7113] By: jhi                                   on 2000/10/02  23:46:43
27323         Log: SOCK_DGRAM and listen() do not mix as reported in
27324              
27325              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
27326              From: Petter Reinholdtsen <pere@hungry.com>
27327              Date: Sun, 1 Oct 2000 10:57:20 +0800
27328              Message-Id: <200010010257.KAA05735@localhost.localdomain>
27329              
27330              The patch for 5.7.0+ had to be reengineered, though.
27331      Branch: perl
27332            ! ext/IO/lib/IO/Socket/UNIX.pm
27333 ____________________________________________________________________________
27334 [  7112] By: jhi                                   on 2000/10/02  23:36:57
27335         Log: Subject: Re: [PATCH 5.005_64 missed]
27336              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27337              Date: Sun, 1 Oct 2000 18:50:10 -0400
27338              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
27339      Branch: perl
27340            ! pod/perlxs.pod
27341 ____________________________________________________________________________
27342 [  7111] By: jhi                                   on 2000/10/02  23:35:40
27343         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
27344              From: Radu Greab <radu@netsoft.ro>
27345              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
27346              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
27347      Branch: perl
27348            ! op.c opcode.pl t/op/substr.t
27349 ____________________________________________________________________________
27350 [  7110] By: jhi                                   on 2000/10/02  23:32:38
27351         Log: Subject: [PATCH] Fix aliasing of tied filehandles
27352              From: Daniel Chetlin <daniel@chetlin.com>
27353              Date: Mon, 2 Oct 2000 14:53:27 -0700
27354              Message-ID: <20001002145327.C1617@ilmd>
27355      Branch: perl
27356            ! perl.h pp_hot.c t/op/tiehandle.t
27357 ____________________________________________________________________________
27358 [  7109] By: jhi                                   on 2000/10/02  23:31:30
27359         Log: s/Robin Parker/Robin Barker/
27360      Branch: perl
27361            ! Changes5.6
27362 ____________________________________________________________________________
27363 [  7108] By: jhi                                   on 2000/10/02  23:15:46
27364         Log: Retract #7091 as suggested in
27365              
27366              From: Robin Barker <rmb1@cise.npl.co.uk> 
27367              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
27368              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
27369              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
27370      Branch: perl
27371            ! embed.pl proto.h
27372 ____________________________________________________________________________
27373 [  7107] By: nick                                  on 2000/10/02  18:23:14
27374         Log: A few tweaks to get Tk803 to work with Encode scheme.
27375      Branch: perl
27376            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
27377 ____________________________________________________________________________
27378 [  7106] By: nick                                  on 2000/10/01  21:34:14
27379         Log: Add checking cases to Encode's toUnicode and fromUnicode.
27380      Branch: perl
27381            ! ext/Encode/Encode.pm
27382 ____________________________________________________________________________
27383 [  7105] By: nick                                  on 2000/10/01  17:18:01
27384         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
27385              To read and use them.
27386              Add a lib/encode.t which checks a few things.
27387      Branch: perl
27388            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
27389            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
27390            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
27391            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
27392            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
27393            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
27394            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
27395            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
27396            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
27397            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
27398            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
27399            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
27400            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
27401            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
27402            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
27403            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
27404            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
27405            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
27406            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
27407            + ext/Encode/Encode/iso2022-jp.enc
27408            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
27409            + ext/Encode/Encode/iso8859-1.enc
27410            + ext/Encode/Encode/iso8859-2.enc
27411            + ext/Encode/Encode/iso8859-3.enc
27412            + ext/Encode/Encode/iso8859-4.enc
27413            + ext/Encode/Encode/iso8859-5.enc
27414            + ext/Encode/Encode/iso8859-6.enc
27415            + ext/Encode/Encode/iso8859-7.enc
27416            + ext/Encode/Encode/iso8859-8.enc
27417            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
27418            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
27419            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
27420            + ext/Encode/Encode/macCentEuro.enc
27421            + ext/Encode/Encode/macCroatian.enc
27422            + ext/Encode/Encode/macCyrillic.enc
27423            + ext/Encode/Encode/macDingbats.enc
27424            + ext/Encode/Encode/macGreek.enc
27425            + ext/Encode/Encode/macIceland.enc
27426            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
27427            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
27428            + ext/Encode/Encode/macTurkish.enc
27429            + ext/Encode/Encode/macUkraine.enc
27430            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
27431            + t/lib/encode.t
27432            ! MANIFEST ext/Encode/Encode.pm
27433 ____________________________________________________________________________
27434 [  7104] By: nick                                  on 2000/09/30  13:04:30
27435         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
27436              From: Daniel Chetlin <daniel@chetlin.com>
27437              Date: Mon, 18 Sep 2000 05:05:40 -0700
27438              Message-Id: <20000918050540.C652@ilmd>
27439      Branch: perl
27440            ! lib/overload.pm sv.c t/pragma/overload.t
27441 ____________________________________________________________________________
27442 [  7103] By: nick                                  on 2000/09/30  12:53:36
27443         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
27444              From: Johan Vromans <jvromans@squirrel.nl>
27445              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
27446              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
27447      Branch: perl
27448            ! pod/Makefile.SH
27449 ____________________________________________________________________________
27450 [  7102] By: nick                                  on 2000/09/30  12:52:31
27451         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
27452              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27453              Date: Sat, 16 Sep 2000 16:36:45 -0400
27454              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
27455      Branch: perl
27456            ! ext/B/B/Deparse.pm
27457 ____________________________________________________________________________
27458 [  7101] By: nick                                  on 2000/09/30  12:51:41
27459         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
27460              From: Craig A. Berry <craig.berry@psinetcs.com>
27461              Date: Sat, 16 Sep 2000 10:11:10 -0500
27462              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
27463      Branch: perl
27464            ! vms/vms.c
27465 ____________________________________________________________________________
27466 [  7100] By: nick                                  on 2000/09/30  12:50:33
27467         Log: Subject: Re: unicode support and perl [ID 20000901.097]
27468              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27469              Date: Fri, 15 Sep 2000 16:37:58 -0400
27470              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
27471      Branch: perl
27472            ! t/op/append.t
27473 ____________________________________________________________________________
27474 [  7099] By: nick                                  on 2000/09/30  12:49:35
27475         Log: Subject: Re: unicode support and perl [ID 20000901.097]
27476              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27477              Date: Fri, 15 Sep 2000 16:25:30 -0400
27478              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
27479      Branch: perl
27480            ! pp_hot.c
27481 ____________________________________________________________________________
27482 [  7098] By: nick                                  on 2000/09/30  12:48:00
27483         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
27484              From: Gisle Aas <gisle@ActiveState.com>
27485              Date: 15 Sep 2000 16:23:41 +0200
27486              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
27487      Branch: perl
27488            ! toke.c
27489 ____________________________________________________________________________
27490 [  7097] By: nick                                  on 2000/09/30  12:45:16
27491         Log: Subject: [PATCH] Nits in perlmod.pod
27492              From: Daniel Chetlin <daniel@chetlin.com>
27493              Date: Fri, 15 Sep 2000 02:04:09 -0700
27494              Message-Id: <20000915020409.A2104@ilmd>
27495      Branch: perl
27496            ! pod/perlmod.pod
27497 ____________________________________________________________________________
27498 [  7096] By: nick                                  on 2000/09/30  12:18:00
27499         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
27500              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
27501              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
27502              0 to checking to get the warning.
27503      Branch: perl
27504            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
27505            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
27506            ! regexec.c sv.c toke.c utf8.c
27507 ____________________________________________________________________________
27508 [  7095] By: nick                                  on 2000/09/15  16:55:59
27509         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
27510              
27511              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
27512              From: Spider Boardman <spider@Orb.Nashua.NH.US>
27513              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
27514              Date: Fri, 15 Sep 2000 06:37:30 -0400
27515      Branch: perl
27516            ! ext/Encode/Encode.xs sv.c
27517 ____________________________________________________________________________
27518 [  7094] By: jhi                                   on 2000/09/15  03:23:32
27519         Log: Update Changes.
27520      Branch: perl
27521            ! Changes patchlevel.h
27522 ____________________________________________________________________________
27523 [  7093] By: jhi                                   on 2000/09/15  03:11:44
27524         Log: Fix for the charnames.t failures from Spider Boardman.
27525      Branch: perl
27526            ! toke.c
27527 ____________________________________________________________________________
27528 [  7092] By: jhi                                   on 2000/09/15  00:15:48
27529         Log: Botched the #7090 check-in.
27530      Branch: perl
27531            ! sv.c
27532 ____________________________________________________________________________
27533 [  7091] By: jhi                                   on 2000/09/14  23:33:24
27534         Log: Part of #7081 didn't come through.
27535      Branch: perl
27536            ! embed.pl proto.h
27537 ____________________________________________________________________________
27538 [  7090] By: jhi                                   on 2000/09/14  23:17:39
27539         Log: Subject: Re: perl@7078 
27540              From: Spider Boardman <spider@web.zk3.dec.com>
27541              Date: Thu, 14 Sep 2000 19:06:36 -0400
27542              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
27543      Branch: perl
27544            ! sv.c toke.c
27545 ____________________________________________________________________________
27546 [  7089] By: jhi                                   on 2000/09/14  23:11:21
27547         Log: Small portability tweaks.
27548      Branch: perl
27549            ! ext/Encode/Encode.xs
27550 ____________________________________________________________________________
27551 [  7088] By: jhi                                   on 2000/09/14  22:57:23
27552         Log: Fake return to pacify picky compilers.
27553      Branch: perl
27554            ! ext/Encode/Encode.xs
27555 ____________________________________________________________________________
27556 [  7087] By: jhi                                   on 2000/09/14  22:53:37
27557         Log: Subject: [PATCH] utf8.c apidoc
27558              From: Simon Cozens <simon@cozens.net>
27559              Date: Thu, 14 Sep 2000 23:46:57 +0100
27560              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
27561      Branch: perl
27562            ! perlapi.c pod/perlapi.pod utf8.c
27563 ____________________________________________________________________________
27564 [  7086] By: jhi                                   on 2000/09/14  22:40:38
27565         Log: We don't need to count the high bit bytes, a boolean is enough. 
27566      Branch: perl
27567            ! sv.c
27568 ____________________________________________________________________________
27569 [  7085] By: jhi                                   on 2000/09/14  21:20:09
27570         Log: Replace #7084 with
27571              
27572              Subject: Re: perl@7078 
27573              From: Spider Boardman <spider@web.zk3.dec.com>
27574              Date: Thu, 14 Sep 2000 17:09:36 -0400
27575              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
27576      Branch: perl
27577            ! sv.c utf8.c
27578 ____________________________________________________________________________
27579 [  7084] By: jhi                                   on 2000/09/14  20:03:34
27580         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
27581              convertable to bytes by checking it doesn't go above 0xc3
27582              
27583              Subject: Re: perl@7078
27584              From: Simon Cozens <simon@cozens.net>
27585              Date: Thu, 14 Sep 2000 20:59:19 +0100
27586              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
27587      Branch: perl
27588            ! utf8.c
27589 ____________________________________________________________________________
27590 [  7083] By: jhi                                   on 2000/09/14  19:38:47
27591         Log: Subject: Re: perl@7078
27592              From: Simon Cozens <simon@cozens.net>
27593              Date: Thu, 14 Sep 2000 20:13:09 +0100
27594              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
27595      Branch: perl
27596            ! t/op/bop.t
27597 ____________________________________________________________________________
27598 [  7082] By: jhi                                   on 2000/09/14  17:50:44
27599         Log: The one that got away.
27600      Branch: perl
27601            ! lib/File/Find.pm
27602 ____________________________________________________________________________
27603 [  7081] By: jhi                                   on 2000/09/14  17:45:35
27604         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
27605              From: Robin Barker <rmb1@cise.npl.co.uk>
27606              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
27607              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
27608      Branch: perl
27609            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
27610            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
27611            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
27612            ! regcomp.c toke.c universal.c
27613 ____________________________________________________________________________
27614 [  7080] By: jhi                                   on 2000/09/14  17:40:35
27615         Log: Problems picked up by AIX cc.
27616              
27617              Subject: Re: perl@7078 (patch included)
27618              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27619              Date: Thu, 14 Sep 2000 18:53:30 +0200
27620              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
27621      Branch: perl
27622            ! ext/Encode/Encode.xs
27623 ____________________________________________________________________________
27624 [  7079] By: jhi                                   on 2000/09/14  17:38:27
27625         Log: Subject: File::Find 5.7.0 POD nits
27626              From: Rich Morin <rdm@cfcl.com>
27627              Date: Wed, 13 Sep 2000 22:03:58 -0700
27628              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
27629      Branch: perl
27630            ! lib/File/Find.pm
27631 ____________________________________________________________________________
27632 [  7078] By: jhi                                   on 2000/09/14  14:58:20
27633         Log: Update Changes.
27634      Branch: perl
27635            ! Changes patchlevel.h
27636 ____________________________________________________________________________
27637 [  7077] By: jhi                                   on 2000/09/14  14:55:54
27638         Log: Compilation warnings and an error.
27639      Branch: perl
27640            ! sv.c
27641 ____________________________________________________________________________
27642 [  7076] By: jhi                                   on 2000/09/14  14:42:56
27643         Log: Fix for a parsing bug, not for the original bug.
27644              
27645              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
27646              From: Spider Boardman <spider@web.zk3.dec.com>
27647              Date: Wed, 13 Sep 2000 17:52:20 -0400
27648              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
27649      Branch: perl
27650            ! regcomp.c
27651 ____________________________________________________________________________
27652 [  7075] By: jhi                                   on 2000/09/14  14:40:40
27653         Log: Batch of UTF-8 patches from Simon Cozens.
27654      Branch: perl
27655            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
27656            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
27657            ! toke.c utf8.c
27658 ____________________________________________________________________________
27659 [  7074] By: jhi                                   on 2000/09/14  14:29:58
27660         Log: Subject: Re: Two advertising clauses need to be removed
27661              From: Russ Allbery <rra@stanford.edu>
27662              Date: 13 Sep 2000 18:50:26 -0700
27663              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
27664      Branch: perl
27665            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27666 ____________________________________________________________________________
27667 [  7073] By: jhi                                   on 2000/09/14  14:28:20
27668         Log: Subject: [PATCH] de-wall t/README
27669              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27670              Date: Wed, 13 Sep 2000 17:46:55 -0700
27671              Message-ID: <//Bw5gzkge/e092yn@efn.org>
27672      Branch: perl
27673            ! t/README
27674 ____________________________________________________________________________
27675 [  7072] By: jhi                                   on 2000/09/14  14:25:10
27676         Log: Hints optimization.
27677              
27678              Subject: Minor nit
27679              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27680              Date: Wed, 13 Sep 2000 21:42:07 +0200
27681              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
27682      Branch: perl
27683            ! hints/hpux.sh
27684 ____________________________________________________________________________
27685 [  7071] By: jhi                                   on 2000/09/14  14:23:30
27686         Log: Allow chop() and chomp() to be overridden.
27687              
27688              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
27689              From: "Casey R. Tweten" <crt@kiski.net>
27690              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
27691              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
27692      Branch: perl
27693            ! toke.c
27694 ____________________________________________________________________________
27695 [  7070] By: jhi                                   on 2000/09/14  14:20:36
27696         Log: The return value of setlocale must be copied away.
27697              
27698              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
27699              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27700              Date: Wed, 13 Sep 2000 16:27:37 +0100 
27701              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
27702      Branch: perl
27703            ! util.c
27704 ____________________________________________________________________________
27705 [  7069] By: jhi                                   on 2000/09/14  14:16:27
27706         Log: Remove vestiges of tr//CU.
27707              
27708              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27709              From: Nick Clark <nick@plum.flirble.org>
27710              Date: Tue, 12 Sep 2000 22:50:14 +0100
27711              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
27712              
27713              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
27714              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27715              Date: Tue, 12 Sep 2000 21:38:48 -0700
27716              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
27717      Branch: perl
27718            ! op.h pod/perlunicode.pod
27719 ____________________________________________________________________________
27720 [  7068] By: jhi                                   on 2000/09/13  14:18:39
27721         Log: Add the Encode extension.  The code is still largely just skeleton.
27722      Branch: perl
27723            + ext/Encode/Encode.pm ext/Encode/Encode.xs
27724            + ext/Encode/Makefile.PL ext/Encode/Todo
27725            ! MANIFEST Todo-5.6
27726 ____________________________________________________________________________
27727 [  7067] By: jhi                                   on 2000/09/12  17:43:33
27728         Log: Allow for whitespace between "#" and "line" in cpp output.
27729              
27730              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
27731              From: Calle Dybedahl <calle@lysator.liu.se>
27732              Date: 12 Sep 2000 19:38:02 +0200 
27733              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
27734      Branch: perl
27735            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
27736 ____________________________________________________________________________
27737 [  7066] By: gsar                                  on 2000/09/12  17:24:29
27738         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
27739              initialization in all the threads on Windows
27740      Branch: perl
27741            ! win32/win32.c
27742 ____________________________________________________________________________
27743 [  7065] By: jhi                                   on 2000/09/12  15:11:31
27744         Log: Update Changes.
27745      Branch: perl
27746            ! Changes patchlevel.h
27747 ____________________________________________________________________________
27748 [  7064] By: jhi                                   on 2000/09/12  14:54:54
27749         Log: Retract #7062, the pod tests are not ready.
27750      Branch: perl
27751            ! t/TEST t/harness
27752 ____________________________________________________________________________
27753 [  7063] By: jhi                                   on 2000/09/12  14:25:41
27754         Log: The #7054 truncated Configure badly.
27755      Branch: metaconfig/U/perl
27756            ! End.U
27757      Branch: perl
27758            ! Configure config_h.SH
27759 ____________________________________________________________________________
27760 [  7062] By: jhi                                   on 2000/09/12  14:08:32
27761         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
27762              From: sthoenna@efn.org
27763              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
27764              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
27765      Branch: perl
27766            ! t/TEST t/harness
27767 ____________________________________________________________________________
27768 [  7061] By: jhi                                   on 2000/09/12  14:07:18
27769         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
27770              From: sthoenna@efn.org
27771              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
27772              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
27773      Branch: perl
27774            ! pod/perlxs.pod
27775 ____________________________________________________________________________
27776 [  7060] By: jhi                                   on 2000/09/12  14:06:08
27777         Log: Break up the myconfig lines a bit.
27778              
27779              Subject: perlbug/perl -V output format
27780              From: sthoenna@efn.org
27781              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
27782              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
27783      Branch: perl
27784            ! myconfig.SH
27785 ____________________________________________________________________________
27786 [  7059] By: jhi                                   on 2000/09/12  14:05:04
27787         Log: Test for the #7049.
27788              
27789              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
27790              From: andreas.koenig@anima.de (Andreas J. Koenig)
27791              Date: 12 Sep 2000 06:42:01 +0200
27792              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
27793      Branch: perl
27794            ! t/op/my.t
27795 ____________________________________________________________________________
27796 [  7058] By: jhi                                   on 2000/09/12  14:03:05
27797         Log: Subject: [patch: perl@7045] vms updates
27798              From: Peter Prymmer <pvhp@forte.com>
27799              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
27800              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
27801      Branch: perl
27802            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
27803 ____________________________________________________________________________
27804 [  7057] By: jhi                                   on 2000/09/12  14:00:51
27805         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
27806              From: sthoenna@efn.org
27807              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
27808              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
27809      Branch: perl
27810            ! t/op/64bitint.t
27811 ____________________________________________________________________________
27812 [  7056] By: jhi                                   on 2000/09/12  13:58:14
27813         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
27814              From: Jeff Pinyan <jeffp@crusoe.net>
27815              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
27816              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
27817      Branch: perl
27818            ! pod/perlfunc.pod
27819 ____________________________________________________________________________
27820 [  7055] By: jhi                                   on 2000/09/12  13:56:32
27821         Log: Do in VMS as the #7054 does.
27822      Branch: perl
27823            ! configure.com
27824 ____________________________________________________________________________
27825 [  7054] By: jhi                                   on 2000/09/12  13:50:31
27826         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
27827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
27828              Date: Mon, 11 Sep 2000 08:33:09 +0100
27829              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
27830      Branch: metaconfig/U/perl
27831            ! End.U
27832      Branch: perl
27833            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
27834            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
27835 ____________________________________________________________________________
27836 [  7053] By: jhi                                   on 2000/09/12  13:29:19
27837         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
27838              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27839              Date:     Tue, 12 Sep 2000 08:35:59 EDT
27840              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
27841      Branch: perl
27842            ! vms/test.com
27843 ____________________________________________________________________________
27844 [  7052] By: jhi                                   on 2000/09/11  23:01:50
27845         Log: Document the SvUTF8*().
27846      Branch: perl
27847            ! pod/perlapi.pod sv.h
27848 ____________________________________________________________________________
27849 [  7051] By: gsar                                  on 2000/09/11  14:46:30
27850         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
27851              (missed a spot when fixing up op_pmreplroot hack for ithreads)
27852      Branch: perl
27853            ! op.c t/op/split.t
27854 ____________________________________________________________________________
27855 [  7050] By: nick                                  on 2000/09/11  10:03:51
27856         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
27857              
27858              Subject: borland C++ win32.c tweak
27859              From: Vadim Konovalov <vkonovalov@lucent.com>
27860              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
27861              Date: Mon, 11 Sep 2000 11:22:33 +0400
27862      Branch: perl
27863            ! win32/win32.c
27864 ____________________________________________________________________________
27865 [  7049] By: nick                                  on 2000/09/11  09:57:33
27866         Log: Point fix for s/// on foreach (keys %xxx).
27867      Branch: perl
27868            ! pp_hot.c
27869 ____________________________________________________________________________
27870 [  7048] By: jhi                                   on 2000/09/10  23:37:09
27871         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
27872              by Pod::Text, from Brad Appleton.
27873      Branch: perl
27874            ! t/pod/testp2pt.pl
27875 ____________________________________________________________________________
27876 [  7047] By: jhi                                   on 2000/09/10  14:32:53
27877         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
27878              by Russ Allbery.
27879      Branch: perl
27880            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
27881 ____________________________________________________________________________
27882 [  7046] By: jhi                                   on 2000/09/10  14:15:08
27883         Log: Upgrade to CPAN 1.57_65, from Andreas König.
27884      Branch: perl
27885            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
27886 ____________________________________________________________________________
27887 [  7045] By: jhi                                   on 2000/09/08  21:36:32
27888         Log: Update Changes.
27889      Branch: perl
27890            ! Changes patchlevel.h
27891 ____________________________________________________________________________
27892 [  7044] By: jhi                                   on 2000/09/08  21:29:56
27893         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
27894              From: Peter Prymmer <pvhp@forte.com>
27895              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
27896              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
27897      Branch: perl
27898            ! configure.com
27899 ____________________________________________________________________________
27900 [  7043] By: jhi                                   on 2000/09/08  21:27:50
27901         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
27902              From: Peter Prymmer <pvhp@forte.com>
27903              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
27904              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
27905      Branch: perl
27906            ! Makefile.SH installperl
27907 ____________________________________________________________________________
27908 [  7042] By: jhi                                   on 2000/09/08  21:23:21
27909         Log: Continue #7041.
27910      Branch: perl
27911            ! cygwin/Makefile.SHs os2/Makefile.SHs
27912 ____________________________________________________________________________
27913 [  7041] By: jhi                                   on 2000/09/08  21:18:10
27914         Log: Do away with memory models cruft.  Sorry, PDP users.
27915      Branch: metaconfig
27916            ! U/modified/cc.U U/modified/libpth.U
27917      Branch: perl
27918            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
27919            ! Porting/config_H cflags.SH config_h.SH configure.com
27920            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
27921            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
27922            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
27923 ____________________________________________________________________________
27924 [  7040] By: jhi                                   on 2000/09/08  14:34:18
27925         Log: Major rewrite of s2p.  And I mean really major, it is
27926              an implementation of sed in perl.  If called as s2p it
27927              will function as s2p.  Note: needs non-UNIXifying.
27928              
27929              Subject: s2p
27930              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
27931              Date: Mon, 28 Aug 2000 14:05:12 +0200
27932              Message-ID: <39AA5578.2102E2AA@alcatel.at>
27933      Branch: perl
27934            ! x2p/s2p.PL
27935 ____________________________________________________________________________
27936 [  7039] By: jhi                                   on 2000/09/08  14:19:49
27937         Log: Re-allow vec() for characters > 255.
27938              
27939              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
27940              From: Spider Boardman <spider@web.zk3.dec.com>
27941              Date: Fri, 08 Sep 2000 02:21:02 -0400
27942              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
27943      Branch: perl
27944            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
27945            ! t/op/vec.t
27946 ____________________________________________________________________________
27947 [  7038] By: jhi                                   on 2000/09/08  14:14:18
27948         Log: Subject: [PATCH lib/Benchmark.pm]
27949              From: <abigail@foad.org>
27950              Date: Thu, 7 Sep 2000 15:03:20 -0400
27951              Message-ID: <20000907190320.888.qmail@foad.org>
27952      Branch: perl
27953            ! lib/Benchmark.pm
27954 ____________________________________________________________________________
27955 [  7037] By: jhi                                   on 2000/09/08  14:11:06
27956         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
27957              
27958              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
27959              From: Spider Boardman <spider@web.zk3.dec.com>
27960              Date: Fri, 08 Sep 2000 01:30:27 -0400
27961              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
27962      Branch: perl
27963            ! op.c
27964 ____________________________________________________________________________
27965 [  7036] By: jhi                                   on 2000/09/08  14:08:58
27966         Log: Subject: [ID 20000908.002] perlipc documentation bug.
27967              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
27968              Date: Fri, 08 Sep 2000 12:38:32 +0200
27969              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
27970      Branch: perl
27971            ! pod/perlipc.pod
27972 ____________________________________________________________________________
27973 [  7035] By: jhi                                   on 2000/09/08  14:03:12
27974         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
27975              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27976              Date: Fri, 08 Sep 2000 11:47:34 +0200
27977              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
27978      Branch: perl
27979            ! hints/dec_osf.sh
27980 ____________________________________________________________________________
27981 [  7034] By: jhi                                   on 2000/09/08  13:59:35
27982         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
27983              From: Simon Cozens <simon@cozens.net>
27984              Date: Thu, 7 Sep 2000 20:40:38 +0100
27985              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
27986      Branch: perl
27987            ! pp_hot.c
27988 ____________________________________________________________________________
27989 [  7033] By: jhi                                   on 2000/09/08  04:03:03
27990         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
27991              From: "Larry W. Virden" <lvirden@cas.org>
27992              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
27993              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
27994      Branch: perl
27995            ! pod/perldiag.pod
27996 ____________________________________________________________________________
27997 [  7032] By: jhi                                   on 2000/09/07  22:18:30
27998         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
27999              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
28000              Date: Mon, 04 Sep 2000 13:16:38 -0700
28001              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
28002      Branch: perl
28003            ! lib/perl5db.pl
28004 ____________________________________________________________________________
28005 [  7031] By: jhi                                   on 2000/09/07  22:02:29
28006         Log: Fix the ccversion detection for 5.1 and beyond.
28007              
28008              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28009              From: Spider Boardman <spider@leggy.zk3.dec.com>
28010              Date: Thu, 7 Sep 2000 17:54:27 -0400
28011              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
28012      Branch: perl
28013            ! hints/dec_osf.sh
28014 ____________________________________________________________________________
28015 [  7030] By: jhi                                   on 2000/09/07  19:12:28
28016         Log: Fix for
28017              
28018              Subject: [ID 20000903.001] \w in utf8-strings
28019              From: Marc Lehmann <pcg@goof.com>
28020              Date: Sun, 03 Sep 2000 09:44:29 +0200
28021              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
28022              
28023              and various related nits.
28024      Branch: perl
28025            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
28026 ____________________________________________________________________________
28027 [  7029] By: jhi                                   on 2000/09/07  18:49:09
28028         Log: Fix the URL, but the server is still missing in action.
28029              
28030              Subject: [ID 20000905.002] perlfaq1.pod URL error
28031              From: "Larry W. Virden" <lvirden@cas.org>
28032              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
28033              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
28034      Branch: perl
28035            ! pod/perlfaq1.pod
28036 ____________________________________________________________________________
28037 [  7028] By: jhi                                   on 2000/09/07  18:47:13
28038         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28039              From: Hugo <hv@crypt.compulink.co.uk>
28040              Date: Tue, 05 Sep 2000 14:13:37 +0100
28041              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
28042      Branch: perl
28043            ! toke.c
28044 ____________________________________________________________________________
28045 [  7027] By: jhi                                   on 2000/09/07  18:45:35
28046         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28047              From: Daniel Chetlin <daniel@chetlin.com>
28048              Date: Tue, 5 Sep 2000 04:57:07 -0700
28049              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
28050      Branch: perl
28051            ! pod/perlfaq6.pod pod/perlop.pod
28052 ____________________________________________________________________________
28053 [  7026] By: jhi                                   on 2000/09/07  18:44:01
28054         Log: Document the new ref() semantics.
28055              
28056              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28057              From: Gisle Aas <gisle@ActiveState.com>
28058              Date: 05 Sep 2000 08:10:30 +0200
28059              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
28060      Branch: perl
28061            ! pod/perldelta.pod
28062 ____________________________________________________________________________
28063 [  7025] By: jhi                                   on 2000/09/07  18:42:27
28064         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
28065              
28066              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28067              From: Gisle Aas <gisle@ActiveState.com>
28068              Date: 05 Sep 2000 08:11:40 +0200
28069              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
28070      Branch: perl
28071            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
28072 ____________________________________________________________________________
28073 [  7024] By: jhi                                   on 2000/09/07  18:39:32
28074         Log: Subject: [PATCH] Modernize Opcode.pm documentation
28075              From: Gisle Aas <gisle@ActiveState.com>
28076              Date: 4 Sep 2000 00:18:55 -0000
28077              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
28078      Branch: perl
28079            ! ext/Opcode/Opcode.pm
28080 ____________________________________________________________________________
28081 [  7023] By: jhi                                   on 2000/09/07  18:37:42
28082         Log: Subject: [PATCH] Tied filehandle documentation
28083              From: Gisle Aas <gisle@ActiveState.com>
28084              Date: 4 Sep 2000 00:14:40 -0000
28085              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
28086      Branch: perl
28087            ! pod/perlfunc.pod pod/perltie.pod
28088 ____________________________________________________________________________
28089 [  7022] By: jhi                                   on 2000/09/07  18:35:37
28090         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28091              From: Gisle Aas <gisle@ActiveState.com>
28092              Date: 4 Sep 2000 00:04:22 -0000
28093              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
28094      Branch: perl
28095            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
28096 ____________________________________________________________________________
28097 [  7021] By: jhi                                   on 2000/09/07  18:33:22
28098         Log: Subject: small apidoc fix
28099              From: Marc Lehmann <pcg@goof.com>
28100              Date: Sun, 3 Sep 2000 05:12:06 +0200
28101              Message-ID: <20000903051206.A5909@cerebro.laendle>
28102      Branch: perl
28103            ! pod/perlapi.pod utf8.c
28104 ____________________________________________________________________________
28105 [  7020] By: jhi                                   on 2000/09/07  16:14:57
28106         Log: Tiny perldelta nits.
28107      Branch: perl
28108            ! pod/perldelta.pod
28109 ____________________________________________________________________________
28110 [  7019] By: jhi                                   on 2000/09/07  16:04:20
28111         Log: Guard against bad string->int conversion for quads.
28112      Branch: perl
28113            ! t/op/64bitint.t
28114 ____________________________________________________________________________
28115 [  7018] By: jhi                                   on 2000/09/06  17:07:03
28116         Log: Update Unicode todo list.
28117      Branch: perl
28118            ! Todo-5.6
28119 ____________________________________________________________________________
28120 [  7017] By: jhi                                   on 2000/09/05  21:16:01
28121         Log: Document the SvIOK_.*UV().
28122      Branch: perl
28123            ! pod/perlapi.pod sv.h
28124 ____________________________________________________________________________
28125 [  7016] By: nick                                  on 2000/09/03  21:54:46
28126         Log: Hash lookup of constant strings optimization:
28127              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
28128              to string table (as per sharepvn). Add newSV_pvn_share to create such
28129              a thing. Make hv.c compare addresses of strings and skip string compare
28130              if equal. Make method_named and helem ops use these shared-string SVs
28131              when arg is constant. Make keys op return shared-string SVs (less clearly
28132              a win).
28133      Branch: perl
28134            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
28135            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
28136            ! pod/perlintern.pod pp_hot.c proto.h sv.c
28137 ____________________________________________________________________________
28138 [  7015] By: jhi                                   on 2000/09/02  17:48:59
28139         Log: This is 5.7.0.
28140      Branch: perl
28141            ! Changes
28142 ____________________________________________________________________________
28143 [  7014] By: jhi                                   on 2000/09/02  17:35:45
28144         Log: Changes and patchlevel tweaks.
28145      Branch: perl
28146            ! Changes patchlevel.h
28147 ____________________________________________________________________________
28148 [  7013] By: jhi                                   on 2000/09/02  17:30:50
28149         Log: Update Changes.
28150      Branch: perl
28151            ! Changes patchlevel.h
28152 ____________________________________________________________________________
28153 [  7012] By: nick                                  on 2000/09/02  17:25:20
28154         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
28155      Branch: perl
28156            ! gv.c lib/overload.pm
28157 ____________________________________________________________________________
28158 [  7011] By: jhi                                   on 2000/09/02  17:16:25
28159         Log: Update perlhist.
28160      Branch: perl
28161            ! pod/perlhist.pod
28162 ____________________________________________________________________________
28163 [  7010] By: jhi                                   on 2000/09/02  17:01:35
28164         Log: perldelta nits.
28165      Branch: perl
28166            ! pod/perldelta.pod
28167 ____________________________________________________________________________
28168 [  7009] By: nick                                  on 2000/09/02  16:48:35
28169         Log: If overloaded %{} etc. return the object do not loop.
28170              Thus  sub deref { $_[0] } functions if object is wanted type.
28171      Branch: perl
28172            ! pp.h
28173 ____________________________________________________________________________
28174 [  7008] By: jhi                                   on 2000/09/02  16:26:11
28175         Log: Retab MANIFEST.
28176      Branch: perl
28177            ! ext/Storable/MANIFEST
28178 ____________________________________________________________________________
28179 [  7007] By: jhi                                   on 2000/09/02  16:23:02
28180         Log: Make certain cc is set before trying to run it.
28181      Branch: perl
28182            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
28183 ____________________________________________________________________________
28184 [  7006] By: jhi                                   on 2000/09/02  15:45:41
28185         Log: Unicode notes.
28186      Branch: perl
28187            ! pod/perldelta.pod
28188 ____________________________________________________________________________
28189 [  7005] By: jhi                                   on 2000/09/02  15:42:11
28190         Log: Various Configure nits by Philip Newton,
28191              plus the ebcdic one by me.
28192      Branch: metaconfig
28193            + U/modified/pager.U
28194            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
28195      Branch: metaconfig/U/perl
28196            ! Devel.U quadfio.U
28197      Branch: perl
28198            ! Configure config_h.SH
28199 ____________________________________________________________________________
28200 [  7004] By: jhi                                   on 2000/09/02  15:06:14
28201         Log: Apparently avoiding the swapping is too costly.
28202              
28203              From: "Ben Tilly" <ben_tilly@hotmail.com>
28204              Subject: Re: the door is closed.
28205              Date: Fri, 01 Sep 2000 20:23:16 EDT
28206              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
28207      Branch: perl
28208            ! pod/perlfaq4.pod
28209 ____________________________________________________________________________
28210 [  7003] By: nick                                  on 2000/09/02  12:26:04
28211         Log: Undo part of change 6489 which looks like a bulk edit which
28212              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28213              The supressing of main:: on return from select() is undesirable.
28214      Branch: perl
28215            ! pp_sys.c
28216 ____________________________________________________________________________
28217 [  7002] By: jhi                                   on 2000/09/01  23:08:54
28218         Log: Update Changes.
28219      Branch: perl
28220            ! Changes patchlevel.h
28221 ____________________________________________________________________________
28222 [  7001] By: jhi                                   on 2000/09/01  23:00:13
28223         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28224              From: Peter Prymmer <pvhp@forte.com>
28225              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
28226              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
28227              
28228              plus rework the http: spots as suggested by Tom Christiansen,
28229              plus regen perltoc.
28230      Branch: perl
28231            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
28232            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
28233 ____________________________________________________________________________
28234 [  7000] By: jhi                                   on 2000/09/01  22:36:01
28235         Log: Only the first line, thank you very much.
28236      Branch: perl
28237            ! hints/solaris_2.sh
28238 ____________________________________________________________________________
28239 [  6999] By: gsar                                  on 2000/09/01  22:16:40
28240         Log: change#6791 accidentally clobbered change#6710, put it back
28241      Branch: perl
28242            ! win32/win32.c
28243 ____________________________________________________________________________
28244 [  6998] By: jhi                                   on 2000/09/01  22:14:16
28245         Log: Mention the HP-UX LP64 freak failure.
28246      Branch: perl
28247            ! pod/perldelta.pod
28248 ____________________________________________________________________________
28249 [  6997] By: jhi                                   on 2000/09/01  21:48:32
28250         Log: Detypo.
28251      Branch: perl
28252            ! hints/hpux.sh
28253 ____________________________________________________________________________
28254 [  6996] By: jhi                                   on 2000/09/01  21:27:10
28255         Log: Update Changes.
28256      Branch: perl
28257            ! Changes patchlevel.h
28258 ____________________________________________________________________________
28259 [  6995] By: jhi                                   on 2000/09/01  21:14:24
28260         Log: Mi splgn s gnin.g
28261      Branch: perl
28262            ! pp_ctl.c
28263 ____________________________________________________________________________
28264 [  6994] By: jhi                                   on 2000/09/01  21:09:54
28265         Log: Subject: http:// in L<>
28266              From: Nicholas Clark <nick@ccl4.org>
28267              Date: Fri, 1 Sep 2000 22:03:21 +0100
28268              Message-ID: <20000901220321.B72074@plum.flirble.org>
28269      Branch: perl
28270            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
28271 ____________________________________________________________________________
28272 [  6993] By: jhi                                   on 2000/09/01  21:06:54
28273         Log: Update to Storable 1.0, from Raphael Manfredi.
28274      Branch: perl
28275            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
28276            ! ext/Storable/Makefile.PL ext/Storable/README
28277            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
28278            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
28279            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
28280            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
28281            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
28282            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
28283 ____________________________________________________________________________
28284 [  6992] By: jhi                                   on 2000/09/01  20:43:05
28285         Log: Mention known sfio+linux buglet.
28286      Branch: perl
28287            ! pod/perldelta.pod
28288 ____________________________________________________________________________
28289 [  6991] By: jhi                                   on 2000/09/01  20:40:11
28290         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28291              From: Peter Prymmer <pvhp@forte.com>
28292              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
28293              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
28294      Branch: perl
28295            ! vms/vms.c
28296 ____________________________________________________________________________
28297 [  6990] By: jhi                                   on 2000/09/01  20:25:26
28298         Log: Retract #6986.
28299      Branch: perl
28300            ! hints/solaris_2.sh
28301 ____________________________________________________________________________
28302 [  6989] By: jhi                                   on 2000/09/01  20:23:00
28303         Log: Mergesort is back.
28304      Branch: perl
28305            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
28306 ____________________________________________________________________________
28307 [  6988] By: jhi                                   on 2000/09/01  19:37:40
28308         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
28309              From: Mike Guy <mjtg@cam.ac.uk>
28310              Date: Fri, 01 Sep 2000 17:43:33 +0100
28311              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
28312      Branch: perl
28313            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
28314            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
28315 ____________________________________________________________________________
28316 [  6987] By: jhi                                   on 2000/09/01  19:17:10
28317         Log: Regen perltoc.
28318      Branch: perl
28319            ! pod/perltoc.pod
28320 ____________________________________________________________________________
28321 [  6986] By: jhi                                   on 2000/09/01  18:51:10
28322         Log: Subject: Re: Solaris x86 has no SPARC libraries!
28323              From: Lupe Christoph <lupe@lupe-christoph.de>
28324              Date: Fri, 1 Sep 2000 20:41:20 +0200
28325              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
28326      Branch: perl
28327            ! hints/solaris_2.sh
28328 ____________________________________________________________________________
28329 [  6985] By: jhi                                   on 2000/09/01  18:28:10
28330         Log: Update Changes.
28331      Branch: perl
28332            ! Changes patchlevel.h
28333 ____________________________________________________________________________
28334 [  6984] By: jhi                                   on 2000/09/01  18:26:53
28335         Log: Feature ordering tweak.
28336      Branch: perl
28337            ! myconfig.SH
28338 ____________________________________________________________________________
28339 [  6983] By: jhi                                   on 2000/09/01  18:19:50
28340         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28341              From: <abigail@foad.org>
28342              Date: Fri, 1 Sep 2000 13:07:32 -0400
28343              Message-ID: <20000901170732.18249.qmail@foad.org>
28344      Branch: perl
28345            ! t/pragma/overload.t
28346 ____________________________________________________________________________
28347 [  6982] By: jhi                                   on 2000/09/01  18:17:54
28348         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28349              so that case-ignoring systems like DCL can tell them from
28350              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
28351      Branch: metaconfig/U/perl
28352            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
28353      Branch: perl
28354            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28355            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
28356            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
28357            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
28358            ! vos/config.def vos/config.h vos/config_h.SH_orig
28359            ! win32/config.bc win32/config.gc win32/config.vc
28360 ____________________________________________________________________________
28361 [  6981] By: nick                                  on 2000/09/01  17:21:57
28362         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
28363              warning when UNTIE exists and instead pass the cound of extra references to
28364              the UNTIE method.
28365      Branch: perl
28366            ! pod/perltie.pod pp_sys.c
28367 ____________________________________________________________________________
28368 [  6980] By: jhi                                   on 2000/09/01  16:54:44
28369         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
28370              From: Peter Prymmer <pvhp@forte.com>
28371              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
28372              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
28373      Branch: perl
28374            ! configure.com
28375 ____________________________________________________________________________
28376 [  6979] By: jhi                                   on 2000/09/01  16:06:20
28377         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
28378              From: Mike Guy <mjtg@cam.ac.uk> 
28379              Date: Fri, 01 Sep 2000 16:49:27 +0100
28380              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
28381      Branch: perl
28382            ! t/base/rs.t
28383 ____________________________________________________________________________
28384 [  6978] By: jhi                                   on 2000/09/01  16:00:42
28385         Log: Update to PodParser 1.18, from Brad Appleton.
28386      Branch: perl
28387            ! lib/Pod/Checker.pm t/pod/find.t
28388 ____________________________________________________________________________
28389 [  6977] By: jhi                                   on 2000/09/01  14:48:58
28390         Log: Subject: Nit in Configure (bleadperl@6961)
28391              From: Lupe Christoph <lupe@lupe-christoph.de>
28392              Date: Fri, 1 Sep 2000 16:34:29 +0200
28393              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
28394      Branch: metaconfig
28395            ! U/compline/ccflags.U
28396      Branch: perl
28397            ! Configure config_h.SH
28398 ____________________________________________________________________________
28399 [  6976] By: jhi                                   on 2000/09/01  14:39:52
28400         Log: Update Changes.
28401      Branch: perl
28402            ! Changes patchlevel.h
28403 ____________________________________________________________________________
28404 [  6975] By: jhi                                   on 2000/09/01  14:37:36
28405         Log: microperl config update.
28406      Branch: perl
28407            ! uconfig.h uconfig.sh
28408 ____________________________________________________________________________
28409 [  6974] By: jhi                                   on 2000/09/01  14:36:53
28410         Log: Document known deficiencies.
28411      Branch: perl
28412            ! pod/perldelta.pod
28413 ____________________________________________________________________________
28414 [  6973] By: jhi                                   on 2000/09/01  14:10:20
28415         Log: Mention warnings fixes and updates.
28416      Branch: perl
28417            ! pod/perldelta.pod
28418 ____________________________________________________________________________
28419 [  6972] By: jhi                                   on 2000/09/01  14:01:52
28420         Log: Drop unused argument.
28421              
28422              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
28423              From: Spider Boardman <spider@web.zk3.dec.com>
28424              Date: Thu, 31 Aug 2000 16:10:15 -0400
28425              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
28426      Branch: perl
28427            ! toke.c
28428 ____________________________________________________________________________
28429 [  6971] By: jhi                                   on 2000/09/01  13:59:24
28430         Log: Add the overload warnings to perldiag.
28431      Branch: perl
28432            ! lib/overload.pm pod/perldiag.pod
28433 ____________________________________________________________________________
28434 [  6970] By: jhi                                   on 2000/09/01  13:55:10
28435         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28436              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
28437              Date: Fri, 1 Sep 2000 13:43:15 +0100 
28438              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
28439      Branch: perl
28440            ! lib/overload.pm t/pragma/overload.t
28441 ____________________________________________________________________________
28442 [  6969] By: jhi                                   on 2000/09/01  13:52:27
28443         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28444              From: <abigail@foad.org>
28445              Date: Fri, 1 Sep 2000 05:46:54 -0400
28446              Message-ID: <20000901094654.6476.qmail@foad.org>
28447      Branch: perl
28448            ! lib/overload.pm
28449 ____________________________________________________________________________
28450 [  6968] By: jhi                                   on 2000/09/01  13:50:05
28451         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28452              From: Daniel Chetlin <daniel@chetlin.com>
28453              Date: Fri, 1 Sep 2000 02:10:55 -0700
28454              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
28455      Branch: perl
28456            ! pod/perlretut.pod
28457 ____________________________________________________________________________
28458 [  6967] By: jhi                                   on 2000/09/01  13:47:54
28459         Log: Part of the solution.
28460              
28461              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28462              From: Mike Guy <mjtg@cam.ac.uk>
28463              Date: Fri, 01 Sep 2000 14:16:01 +0100
28464              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
28465      Branch: perl
28466            ! gv.c mg.c
28467 ____________________________________________________________________________
28468 [  6966] By: jhi                                   on 2000/09/01  13:46:17
28469         Log: Subject: CPAN.pm beta 1.57_57 for the core
28470              From: andreas.koenig@anima.de (Andreas J. Koenig)
28471              Date: 01 Sep 2000 15:16:31 +0200
28472              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
28473      Branch: perl
28474            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28475 ____________________________________________________________________________
28476 [  6965] By: jhi                                   on 2000/09/01  13:43:18
28477         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28478              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28479              Date: Fri, 01 Sep 2000 01:47:22 -0500
28480              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
28481      Branch: perl
28482            ! pod/perldelta.pod vms/vms.c
28483 ____________________________________________________________________________
28484 [  6964] By: jhi                                   on 2000/09/01  13:35:35
28485         Log: File::Temp patches from Andreas König,
28486              
28487              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
28488              From: andreas.koenig@anima.de (Andreas J. Koenig)
28489              Date: 01 Sep 2000 10:07:20 +0200
28490              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
28491              
28492              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
28493              From: andreas.koenig@anima.de (Andreas J. Koenig)
28494              Date: 31 Aug 2000 23:26:08 +0200
28495              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
28496      Branch: perl
28497            ! lib/File/Temp.pm t/lib/ftmp-security.t
28498 ____________________________________________________________________________
28499 [  6963] By: jhi                                   on 2000/09/01  02:22:24
28500         Log: Retract the mergesort code, way too incompatible licensing
28501              and copyrights.
28502      Branch: perl
28503            ! pod/perldelta.pod pp_ctl.c
28504 ____________________________________________________________________________
28505 [  6962] By: jhi                                   on 2000/08/31  23:27:32
28506         Log: Update Changes.
28507      Branch: perl
28508            ! Changes patchlevel.h
28509 ____________________________________________________________________________
28510 [  6961] By: jhi                                   on 2000/08/31  23:20:04
28511         Log: Small tweaks all over.
28512      Branch: metaconfig
28513            ! U/compline/d_gconvert.U
28514      Branch: perl
28515            ! AUTHORS Configure config_h.SH pp_ctl.c
28516 ____________________________________________________________________________
28517 [  6960] By: jhi                                   on 2000/08/31  22:39:36
28518         Log: Further rewording.
28519      Branch: perl
28520            ! pp_ctl.c
28521 ____________________________________________________________________________
28522 [  6959] By: jhi                                   on 2000/08/31  21:26:44
28523         Log: More address tweaking.
28524      Branch: perl
28525            ! AUTHORS Changes
28526 ____________________________________________________________________________
28527 [  6958] By: jhi                                   on 2000/08/31  20:47:25
28528         Log: AUTHORS tweaks, from Peter Prymmer.
28529              
28530              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
28531              From: Peter Prymmer <pvhp@forte.com>
28532              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
28533              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
28534      Branch: perl
28535            ! AUTHORS MAINTAIN
28536 ____________________________________________________________________________
28537 [  6957] By: jhi                                   on 2000/08/31  20:34:43
28538         Log: perldelta tweaks.
28539      Branch: perl
28540            ! pod/perldelta.pod
28541 ____________________________________________________________________________
28542 [  6956] By: jhi                                   on 2000/08/31  19:11:06
28543         Log: Regen perltoc.
28544      Branch: perl
28545            ! pod/perltoc.pod
28546 ____________________________________________________________________________
28547 [  6955] By: jhi                                   on 2000/08/31  19:06:30
28548         Log: Clarify the mergesort situation.
28549      Branch: perl
28550            ! pp_ctl.c
28551 ____________________________________________________________________________
28552 [  6954] By: jhi                                   on 2000/08/31  18:24:17
28553         Log: Move the Solaris 7 scan to use64bitall, make the
28554              failure to find 64-bot sparc libc to mention the
28555              possibility of being in an intel, from Lupe and Alan.
28556      Branch: perl
28557            ! hints/solaris_2.sh
28558 ____________________________________________________________________________
28559 [  6953] By: jhi                                   on 2000/08/31  18:09:20
28560         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
28561              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
28562      Branch: metaconfig
28563            ! U/compline/d_gconvert.U U/threads/archname.U
28564      Branch: metaconfig/U/perl
28565            ! perlxv.U
28566      Branch: perl
28567            ! Configure config_h.SH sv.c
28568 ____________________________________________________________________________
28569 [  6952] By: jhi                                   on 2000/08/31  17:42:24
28570         Log: :: not allowed in pathnames, change to .
28571              
28572              Subject: [PATCH perl@6938] cygwin port
28573              From: "Fifer, Eric" <EFifer@sanwaint.com>
28574              Date: Thu, 31 Aug 2000 16:32:59 +0100
28575              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
28576      Branch: metaconfig/U/perl
28577            ! perlxv.U
28578 ____________________________________________________________________________
28579 [  6951] By: jhi                                   on 2000/08/31  17:02:05
28580         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
28581      Branch: perl
28582            ! perl.h
28583 ____________________________________________________________________________
28584 [  6950] By: jhi                                   on 2000/08/31  16:26:08
28585         Log: More author updates.
28586              
28587              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
28588              From: Simon Cozens <simon@cozens.net>
28589              Date: Thu, 31 Aug 2000 17:13:32 +0100
28590              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
28591      Branch: perl
28592            ! AUTHORS
28593 ____________________________________________________________________________
28594 [  6949] By: jhi                                   on 2000/08/31  16:04:49
28595         Log: POSIX doesn't report long double values under -Duselongdouble
28596              when the long doubles are "real" (bigger than doubles).
28597              
28598              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
28599              From: Spider Boardman <spider@peano.zk3.dec.com>
28600              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
28601              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
28602      Branch: perl
28603            ! ext/POSIX/POSIX.xs
28604 ____________________________________________________________________________
28605 [  6948] By: jhi                                   on 2000/08/31  15:25:10
28606         Log: Update Changes.
28607      Branch: perl
28608            ! Changes patchlevel.h
28609 ____________________________________________________________________________
28610 [  6947] By: jhi                                   on 2000/08/31  15:22:29
28611         Log: Document UNTIE in a very minimalistic way.
28612      Branch: perl
28613            ! pod/perlfunc.pod pod/perltie.pod
28614 ____________________________________________________________________________
28615 [  6946] By: jhi                                   on 2000/08/31  15:15:23
28616         Log: Document known failures.
28617      Branch: perl
28618            ! pod/perldelta.pod
28619 ____________________________________________________________________________
28620 [  6945] By: jhi                                   on 2000/08/31  15:07:00
28621         Log: Don't attach -ld to the archname if pointless.
28622      Branch: metaconfig
28623            ! U/threads/archname.U
28624      Branch: perl
28625            ! Configure config_h.SH
28626 ____________________________________________________________________________
28627 [  6944] By: jhi                                   on 2000/08/31  14:37:42
28628         Log: Wrap the test in eval.
28629              
28630              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
28631              From: Tim Jenness <timj@jach.hawaii.edu>
28632              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
28633              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
28634      Branch: perl
28635            ! t/lib/ftmp-security.t
28636 ____________________________________________________________________________
28637 [  6943] By: jhi                                   on 2000/08/31  14:30:57
28638         Log: Make -Dusemorebits find long doubles in Solaris.
28639      Branch: perl
28640            ! hints/solaris_2.sh
28641 ____________________________________________________________________________
28642 [  6942] By: jhi                                   on 2000/08/31  13:48:45
28643         Log: Clarify the third case of ftmp-security warnings.
28644      Branch: perl
28645            ! INSTALL
28646 ____________________________________________________________________________
28647 [  6941] By: jhi                                   on 2000/08/31  13:40:31
28648         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28649              From: <abigail@foad.org>
28650              Date: Thu, 31 Aug 2000 01:35:05 -0400
28651              Message-ID: <20000831053505.32120.qmail@foad.org>
28652      Branch: perl
28653            ! pod/perldelta.pod
28654 ____________________________________________________________________________
28655 [  6940] By: jhi                                   on 2000/08/31  13:38:48
28656         Log: Issue useful diagnostic on unknown pod commands.
28657              
28658              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28659              From: <abigail@foad.org>
28660              Date: Thu, 31 Aug 2000 03:41:18 -0400
28661              Message-ID: <20000831074118.24880.qmail@foad.org>
28662      Branch: perl
28663            ! lib/Pod/Man.pm
28664 ____________________________________________________________________________
28665 [  6939] By: jhi                                   on 2000/08/31  13:34:33
28666         Log: Reveal Borland's isnan.
28667              
28668              Subject: build with BC++ tweak
28669              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28670              Date: Thu, 31 Aug 2000 13:09:37 +0400
28671              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
28672      Branch: perl
28673            ! win32/win32.h
28674 ____________________________________________________________________________
28675 [  6938] By: jhi                                   on 2000/08/31  05:01:20
28676         Log: Update Changes.
28677      Branch: perl
28678            ! Changes patchlevel.h
28679 ____________________________________________________________________________
28680 [  6937] By: jhi                                   on 2000/08/31  04:26:23
28681         Log: sscanf() may be the only way to read long doubles from strings.
28682      Branch: metaconfig/U/perl
28683            ! longdblfio.U
28684      Branch: perl
28685            ! Configure config_h.SH perl.h util.c
28686 ____________________________________________________________________________
28687 [  6936] By: jhi                                   on 2000/08/31  04:18:19
28688         Log: The #6929 was too skimpy.
28689      Branch: perl
28690            ! sv.c
28691 ____________________________________________________________________________
28692 [  6935] By: jhi                                   on 2000/08/31  02:47:07
28693         Log: Subject: Re: typos in pods
28694              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28695              Date: Wed, 30 Aug 2000 19:25:34 -0700
28696              Message-ID: <eIcr5gzkg25X092yn@efn.org>
28697      Branch: perl
28698            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
28699 ____________________________________________________________________________
28700 [  6934] By: jhi                                   on 2000/08/31  02:42:55
28701         Log: Missed one Unicode file.
28702      Branch: perl
28703            + lib/unicode/UCDFF301.html
28704 ____________________________________________________________________________
28705 [  6933] By: jhi                                   on 2000/08/30  23:42:27
28706         Log: Update Changes.
28707      Branch: perl
28708            ! Changes patchlevel.h
28709 ____________________________________________________________________________
28710 [  6932] By: jhi                                   on 2000/08/30  23:40:07
28711         Log: Mention UNTIE in perldelta.  Still needs documenting
28712              in perltie et alia.
28713      Branch: perl
28714            ! pod/perldelta.pod
28715 ____________________________________________________________________________
28716 [  6931] By: jhi                                   on 2000/08/30  23:36:02
28717         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
28718              From: <abigail@foad.org>
28719              Date: Wed, 30 Aug 2000 19:28:07 -0400
28720              Message-ID: <20000830232807.305.qmail@foad.org>
28721      Branch: perl
28722            ! pod/perldelta.pod
28723 ____________________________________________________________________________
28724 [  6930] By: jhi                                   on 2000/08/30  23:32:40
28725         Log: Update to Unicode 3.0.1.
28726      Branch: perl
28727            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28728            + lib/unicode/PropList.txt lib/unicode/README.perl
28729            + lib/unicode/UCD301.html lib/unicode/Unicode.301
28730            - lib/unicode/Props.txt lib/unicode/UCD300.html
28731            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28732            ! (edit 257 files)
28733 ____________________________________________________________________________
28734 [  6929] By: jhi                                   on 2000/08/30  22:38:18
28735         Log: Heap decorruption.
28736              
28737              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28738              From: Alan Burlison <Alan.Burlison@uk.sun.com>
28739              Date: Wed, 30 Aug 2000 22:39:52 +0100
28740              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
28741      Branch: perl
28742            ! sv.c
28743 ____________________________________________________________________________
28744 [  6928] By: jhi                                   on 2000/08/30  22:29:34
28745         Log: Retract the dummy test, skip the security tests (instead of failing),
28746              explain what the warnings mean.
28747      Branch: perl
28748            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
28749 ____________________________________________________________________________
28750 [  6927] By: jhi                                   on 2000/08/30  22:14:13
28751         Log: Change the internal implementation of sort() to be mergesort
28752              instead of quicksort, from John Linderman <jpl@research.att.com>.
28753              Gives us better worst case, better average case, and stability.
28754              What's there not to like?  (Small fixes for threaded builds
28755              were required).
28756      Branch: perl
28757            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
28758 ____________________________________________________________________________
28759 [  6926] By: jhi                                   on 2000/08/30  20:55:20
28760         Log: A better fix for the Socket building problem from Craig Berry.
28761      Branch: perl
28762            ! vms/vms.c
28763 ____________________________________________________________________________
28764 [  6925] By: jhi                                   on 2000/08/30  20:20:25
28765         Log: Subject: [PATCH] Re: UNTIE method 
28766              From: Nick Ing-Simmons <nik@tiuk.ti.com>
28767              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
28768              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
28769      Branch: perl
28770            ! pp_sys.c t/op/tie.t
28771 ____________________________________________________________________________
28772 [  6924] By: jhi                                   on 2000/08/30  20:17:11
28773         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28774              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28775              Date: Wed, 30 Aug 2000 15:03:14 -0500
28776              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
28777      Branch: perl
28778            ! vms/vms.c
28779 ____________________________________________________________________________
28780 [  6923] By: jhi                                   on 2000/08/30  20:15:18
28781         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28782              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28783              Date: Wed, 30 Aug 2000 13:30:36 -0500
28784              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
28785      Branch: perl
28786            ! vms/vms.c
28787 ____________________________________________________________________________
28788 [  6922] By: jhi                                   on 2000/08/30  19:54:43
28789         Log: Better options for rsync.
28790      Branch: perl
28791            ! pod/perlhack.pod
28792 ____________________________________________________________________________
28793 [  6921] By: jhi                                   on 2000/08/30  19:40:16
28794         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28795              From: Rick Delaney <rick@consumercontact.com>
28796              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
28797              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
28798      Branch: perl
28799            ! pod/perlfunc.pod
28800 ____________________________________________________________________________
28801 [  6920] By: jhi                                   on 2000/08/30  19:36:40
28802         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
28803              From: Peter Prymmer <pvhp@forte.com>
28804              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
28805              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
28806      Branch: perl
28807            ! configure.com
28808 ____________________________________________________________________________
28809 [  6919] By: jhi                                   on 2000/08/30  14:52:02
28810         Log: Update Changes.
28811      Branch: perl
28812            ! Changes patchlevel.h
28813 ____________________________________________________________________________
28814 [  6918] By: jhi                                   on 2000/08/30  14:48:34
28815         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
28816      Branch: perl
28817            ! lib/ExtUtils/typemap
28818 ____________________________________________________________________________
28819 [  6917] By: jhi                                   on 2000/08/30  14:46:34
28820         Log: Subject: typos in pods
28821              From: Nicholas Clark <nick@ccl4.org>
28822              Date: Wed, 30 Aug 2000 01:12:50 +0100
28823              Message-ID: <20000830011249.A61388@plum.flirble.org>
28824      Branch: perl
28825            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
28826            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
28827            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
28828            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
28829 ____________________________________________________________________________
28830 [  6916] By: jhi                                   on 2000/08/30  14:19:09
28831         Log: Document Storable problems on Crays.  (Will have
28832              to document all the other Storable problems, too.)
28833      Branch: perl
28834            ! pod/perldelta.pod
28835 ____________________________________________________________________________
28836 [  6915] By: jhi                                   on 2000/08/30  14:06:02
28837         Log: Subject: [PATCH] fix misc cast warnings
28838              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28839              Date: Tue, 29 Aug 2000 23:16:14 -0700
28840              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
28841      Branch: perl
28842            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
28843            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
28844            ! os2/os2ish.h
28845 ____________________________________________________________________________
28846 [  6914] By: jhi                                   on 2000/08/30  14:03:45
28847         Log: Timestamp mismatch again.  Need to fix this dependence on
28848              config_h.SH timestamp, since it's the contents of config_h.SH
28849              that matter.
28850      Branch: perl
28851            ! uconfig.h uconfig.sh
28852 ____________________________________________________________________________
28853 [  6913] By: jhi                                   on 2000/08/30  13:54:06
28854         Log: Don't say "Perl 5.0 source kit".
28855      Branch: perl
28856            ! perl.c
28857 ____________________________________________________________________________
28858 [  6912] By: jhi                                   on 2000/08/30  13:51:24
28859         Log: Reset archname and archname64 always, forcing them be
28860              recomputed at each Configure run, make Configure and
28861              the hints files agree on the naming of largefiles variables.
28862      Branch: metaconfig
28863            ! U/threads/archname.U
28864      Branch: metaconfig/U/perl
28865            ! use64bits.U
28866      Branch: perl
28867            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
28868            ! hints/linux.sh hints/solaris_2.sh
28869 ____________________________________________________________________________
28870 [  6911] By: jhi                                   on 2000/08/30  13:30:13
28871         Log: Put back the slice accidentally removed by #6907.
28872      Branch: perl
28873            ! hints/solaris_2.sh
28874 ____________________________________________________________________________
28875 [  6910] By: jhi                                   on 2000/08/30  01:24:26
28876         Log: Be consistent: other Net::get* do export theirs.
28877              
28878              Subject: Re: Net::protoent does not export 'getproto'
28879              From: Yasushi Nakajima <sey@jkc.co.jp>
28880              Date: Wed, 30 Aug 2000 09:53:14 +0900
28881              Message-Id: <200008300051.DAA24700@taku.hut.fi>
28882      Branch: perl
28883            ! lib/Net/protoent.pm
28884 ____________________________________________________________________________
28885 [  6909] By: jhi                                   on 2000/08/30  01:17:25
28886         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
28887              From: Gurusamy Sarathy <gsar@ActiveState.com>
28888              Date: Tue, 29 Aug 2000 17:17:07 -0700
28889              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
28890      Branch: perl
28891            ! cop.h
28892 ____________________________________________________________________________
28893 [  6908] By: jhi                                   on 2000/08/30  00:58:05
28894         Log: Update Changes.
28895      Branch: perl
28896            ! Changes patchlevel.h
28897 ____________________________________________________________________________
28898 [  6907] By: jhi                                   on 2000/08/30  00:57:22
28899         Log: Introduce ccname to keep track of what compiler kind of we have.
28900      Branch: metaconfig/U/perl
28901            ! Checkcc.U gccvers.U
28902      Branch: perl
28903            ! Configure config_h.SH hints/solaris_2.sh
28904 ____________________________________________________________________________
28905 [  6906] By: jhi                                   on 2000/08/30  00:25:47
28906         Log: Put back the flags dump as reasoned in
28907              
28908              Subject: Re: [PATCH] Glob dumping
28909              From: Mike Guy <mjtg@cam.ac.uk> 
28910              Date: Tue, 29 Aug 2000 21:41:32 +0100
28911              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
28912      Branch: perl
28913            ! dump.c t/lib/peek.t
28914 ____________________________________________________________________________
28915 [  6905] By: jhi                                   on 2000/08/30  00:16:17
28916         Log: Make the epsilon to be relative, not absolute.
28917              
28918              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
28919              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
28920              Date: Tue, 29 Aug 2000 19:58:56 -0400
28921              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
28922      Branch: perl
28923            ! t/lib/trig.t
28924 ____________________________________________________________________________
28925 [  6904] By: jhi                                   on 2000/08/30  00:13:09
28926         Log: From now on, Gisle is on my list of usual suspects :-)
28927              Retract #6902.
28928      Branch: perl
28929            ! ext/Opcode/Safe.pm
28930 ____________________________________________________________________________
28931 [  6903] By: jhi                                   on 2000/08/29  23:51:20
28932         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28933              From: "Craig A. Berry" <craig.berry@psinetcs.com>
28934              Date: Tue, 29 Aug 2000 18:43:26 -0500
28935              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
28936      Branch: perl
28937            + vms/vmspipe.com
28938            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
28939            ! vms/vms.c
28940 ____________________________________________________________________________
28941 [  6902] By: jhi                                   on 2000/08/29  23:44:14
28942         Log: Retry what #6882 attempted.
28943              
28944              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
28945              From: Gisle Aas <gisle@ActiveState.com>
28946              Date: 30 Aug 2000 00:33:09 +0200
28947              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
28948      Branch: perl
28949            ! ext/Opcode/Safe.pm
28950 ____________________________________________________________________________
28951 [  6901] By: jhi                                   on 2000/08/29  22:59:32
28952         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
28953              From: Hugo <hv@crypt.compulink.co.uk>
28954              Date: Mon, 12 Jun 2000 19:36:08 +0100
28955              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
28956      Branch: perl
28957            ! sv.c
28958 ____________________________________________________________________________
28959 [  6900] By: jhi                                   on 2000/08/29  22:58:35
28960         Log: Admit that we are leaking scalars.
28961              
28962              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
28963              From: Spider Boardman <spider@leggy.zk3.dec.com>
28964              Date: Tue, 29 Aug 2000 18:48:29 -0400
28965              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
28966      Branch: perl
28967            ! t/pragma/warnings.t
28968 ____________________________________________________________________________
28969 [  6899] By: jhi                                   on 2000/08/29  20:53:13
28970         Log: Update Changes.
28971      Branch: perl
28972            ! Changes patchlevel.h
28973 ____________________________________________________________________________
28974 [  6898] By: jhi                                   on 2000/08/29  20:46:21
28975         Log: Undo namespace pollution of #6878.
28976              
28977              Subject: Re: Net::protoent does not export 'getproto'
28978              From: Mike Guy <mjtg@cam.ac.uk>
28979              Date: Tue, 29 Aug 2000 21:32:37 +0100
28980              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
28981      Branch: perl
28982            ! lib/Net/protoent.pm
28983 ____________________________________________________________________________
28984 [  6897] By: jhi                                   on 2000/08/29  20:44:29
28985         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
28986              From: Peter Prymmer <pvhp@forte.com>
28987              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
28988              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
28989      Branch: perl
28990            ! pod/perlebcdic.pod
28991 ____________________________________________________________________________
28992 [  6896] By: jhi                                   on 2000/08/29  20:40:57
28993         Log: There's no point repeating the 'revision' (5) of perl5.
28994      Branch: metaconfig/U/perl
28995            ! Devel.U patchlevel.U
28996      Branch: perl
28997            ! Configure config_h.SH
28998 ____________________________________________________________________________
28999 [  6895] By: jhi                                   on 2000/08/29  20:16:58
29000         Log: Regen Configure for #6894.
29001      Branch: metaconfig/U/perl
29002            ! perladmin.U
29003      Branch: perl
29004            ! Configure config_h.SH
29005 ____________________________________________________________________________
29006 [  6894] By: jhi                                   on 2000/08/29  19:59:52
29007         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
29008              From: "Philip Newton" <Philip.Newton@gmx.net>
29009              Date: Tue, 29 Aug 2000 21:39:14 +0200
29010              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
29011      Branch: perl
29012            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
29013            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
29014            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
29015            ! utils/perlbug.PL
29016 ____________________________________________________________________________
29017 [  6893] By: jhi                                   on 2000/08/29  19:55:30
29018         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
29019              From: "Philip Newton" <Philip.Newton@gmx.net>
29020              Date: Tue, 29 Aug 2000 21:39:14 +0200
29021              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
29022      Branch: perl
29023            ! installhtml
29024 ____________________________________________________________________________
29025 [  6892] By: jhi                                   on 2000/08/29  19:53:59
29026         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
29027              From: "Philip Newton" <Philip.Newton@gmx.net>
29028              Date: Tue, 29 Aug 2000 21:48:18 +0200
29029              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
29030      Branch: perl
29031            ! lib/File/Temp.pm
29032 ____________________________________________________________________________
29033 [  6891] By: jhi                                   on 2000/08/29  18:30:03
29034         Log: Nail the ID 20000828.023.
29035      Branch: perl
29036            ! ext/Storable/Storable.xs
29037 ____________________________________________________________________________
29038 [  6890] By: jhi                                   on 2000/08/29  16:50:17
29039         Log: Under usethreads the dumped variable is IN_PAD.
29040              
29041              Subject: Re: [PATCH] Glob dumping
29042              From: Gisle Aas <gisle@ActiveState.com>
29043              Date: 29 Aug 2000 18:45:05 +0200
29044              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
29045      Branch: perl
29046            ! t/lib/peek.t
29047 ____________________________________________________________________________
29048 [  6889] By: jhi                                   on 2000/08/29  15:17:37
29049         Log: Update Changes.
29050      Branch: perl
29051            ! Changes patchlevel.h
29052 ____________________________________________________________________________
29053 [  6888] By: jhi                                   on 2000/08/29  14:49:59
29054         Log: Retract #6882, broke the safe tests.
29055      Branch: perl
29056            ! ext/Opcode/Safe.pm
29057 ____________________________________________________________________________
29058 [  6887] By: jhi                                   on 2000/08/29  14:47:06
29059         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
29060              From: Gisle Aas <gisle@ActiveState.com> 
29061              Date: 09 Jun 2000 20:00:11 +0200
29062              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
29063      Branch: perl
29064            ! utils/perldoc.PL
29065 ____________________________________________________________________________
29066 [  6886] By: jhi                                   on 2000/08/29  14:42:45
29067         Log: The #6881 removed one dump line.
29068      Branch: perl
29069            ! t/lib/peek.t
29070 ____________________________________________________________________________
29071 [  6885] By: jhi                                   on 2000/08/29  14:30:47
29072         Log: Don't forget to tidy up.
29073      Branch: perl
29074            ! t/lib/ftmp-security.t
29075 ____________________________________________________________________________
29076 [  6884] By: jhi                                   on 2000/08/29  14:25:17
29077         Log: Disabling the one test is a bit tricky.
29078      Branch: perl
29079            ! t/lib/ftmp-security.t
29080 ____________________________________________________________________________
29081 [  6883] By: jhi                                   on 2000/08/29  14:16:25
29082         Log: Disable one of the tests for now.
29083      Branch: perl
29084            ! t/lib/ftmp-security.t
29085 ____________________________________________________________________________
29086 [  6882] By: jhi                                   on 2000/08/29  14:05:50
29087         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
29088              From: gisle@aas.no
29089              Date: 29 Aug 2000 10:35:06 -0000
29090              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
29091      Branch: perl
29092            ! ext/Opcode/Safe.pm
29093 ____________________________________________________________________________
29094 [  6881] By: jhi                                   on 2000/08/29  14:03:51
29095         Log: Subject: [PATCH] Glob dumping
29096              From: Gisle Aas <gisle@ActiveState.com>
29097              Date: 29 Aug 2000 07:59:42 -0000
29098              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
29099      Branch: perl
29100            ! dump.c
29101 ____________________________________________________________________________
29102 [  6880] By: jhi                                   on 2000/08/29  14:02:01
29103         Log: Subject: [PATCH] Warnings in B::Deparse
29104              From: <abigail@foad.org>
29105              Date: Tue, 29 Aug 2000 00:00:01 -0400
29106              Message-ID: <20000829040001.2999.qmail@foad.org>
29107      Branch: perl
29108            ! ext/B/B/Deparse.pm
29109 ____________________________________________________________________________
29110 [  6879] By: jhi                                   on 2000/08/29  13:57:26
29111         Log: Missed a change in #6869.
29112      Branch: perl
29113            ! mg.c
29114 ____________________________________________________________________________
29115 [  6878] By: jhi                                   on 2000/08/29  13:45:04
29116         Log: Subject: Net::protoent does not export 'getproto'
29117              From: Yasushi Nakajima <sey@jkc.co.jp>
29118              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
29119      Branch: perl
29120            ! lib/Net/protoent.pm
29121 ____________________________________________________________________________
29122 [  6877] By: jhi                                   on 2000/08/29  13:39:19
29123         Log: Patches all over for people and the files they (hopefully) care about.
29124      Branch: perl
29125            ! AUTHORS Changes MAINTAIN
29126 ____________________________________________________________________________
29127 [  6876] By: jhi                                   on 2000/08/29  12:53:54
29128         Log: Fix for thinko in #6848.
29129              
29130              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
29131              From: Lupe Christoph <lupe@lupe-christoph.de>
29132              Date: Tue, 29 Aug 2000 09:04:08 +0200
29133              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
29134      Branch: perl
29135            ! ext/Thread/Thread.xs
29136 ____________________________________________________________________________
29137 [  6875] By: jhi                                   on 2000/08/29  12:50:14
29138         Log: Update to Getopt::Long 2.24, from Johan Vromans.
29139      Branch: perl
29140            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
29141 ____________________________________________________________________________
29142 [  6874] By: jhi                                   on 2000/08/29  02:09:53
29143         Log: Use minimal @INC in tests, most of the time just '../lib',
29144              so that we simply can't pick up stuff from other Perls than
29145              the one we are testing.  Pointed out by
29146              
29147              From: Mike Guy <mjtg@cam.ac.uk>
29148              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
29149              Date: Fri, 25 Aug 2000 15:15:59 +0100
29150              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
29151      Branch: perl
29152            ! (edit 185 files)
29153 ____________________________________________________________________________
29154 [  6873] By: jhi                                   on 2000/08/29  01:07:11
29155         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
29156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29157              Date: Mon, 28 Aug 2000 17:45:52 -0700
29158              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
29159      Branch: perl
29160            ! Makefile.SH hints/os2.sh
29161 ____________________________________________________________________________
29162 [  6872] By: jhi                                   on 2000/08/28  23:33:39
29163         Log: Subject: [PATCH bleedperl@6866] spellings
29164              From: marcel@codewerk.com (Marcel Grunauer)
29165              Date: Tue, 29 Aug 2000 01:19:59 +0200
29166              Message-Id: <200008282319.BAA29862@gandalf.local>
29167      Branch: perl
29168            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
29169            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
29170            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
29171 ____________________________________________________________________________
29172 [  6871] By: jhi                                   on 2000/08/28  23:22:09
29173         Log: Take out the SUIDMAIL thing, that will not be
29174              a problem in 5.7.*.
29175      Branch: perl
29176            ! patchlevel.h
29177 ____________________________________________________________________________
29178 [  6870] By: jhi                                   on 2000/08/28  23:19:30
29179         Log: -S is the silent flag, -s is the strip flag.
29180              
29181              Subject: [PATCH] Re: [PATCH] make no-install          
29182              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29183              Date: Mon, 28 Aug 2000 15:12:55 -0700
29184              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
29185      Branch: perl
29186            ! Makefile.SH
29187 ____________________________________________________________________________
29188 [  6869] By: jhi                                   on 2000/08/28  23:12:05
29189         Log: Subject: [PATCH bleedperl@6856] warnings fixes
29190              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29191              Date: Mon, 28 Aug 2000 23:55:06 +0100
29192              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
29193      Branch: perl
29194            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
29195            ! warnings.h warnings.pl
29196 ____________________________________________________________________________
29197 [  6868] By: jhi                                   on 2000/08/28  21:38:22
29198         Log: Potential cruft.
29199      Branch: perl
29200            ! Makefile.SH
29201 ____________________________________________________________________________
29202 [  6867] By: jhi                                   on 2000/08/28  21:35:36
29203         Log: Update Changes.
29204      Branch: perl
29205            ! Changes patchlevel.h
29206 ____________________________________________________________________________
29207 [  6866] By: jhi                                   on 2000/08/28  21:33:49
29208         Log: Subject: hv.h Doc Patch
29209              From: Fisher Mark <fisherm@tce.com>
29210              Date: Mon, 28 Aug 2000 16:24:59 -0500
29211              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
29212      Branch: perl
29213            ! hv.h
29214 ____________________________________________________________________________
29215 [  6865] By: jhi                                   on 2000/08/28  21:02:15
29216         Log: Add -ld to archname on long tr...double platforms.
29217      Branch: metaconfig
29218            ! U/threads/archname.U
29219      Branch: perl
29220            ! Configure config_h.SH
29221 ____________________________________________________________________________
29222 [  6864] By: jhi                                   on 2000/08/28  20:38:59
29223         Log: An attempt to fix the problem reported in
29224              
29225              Subject: Building perl@6856 using gcc/AIX 4.3.3 
29226              From: Daniel Muino <dmuino@afip.gov.ar> 
29227              Date: Mon, 28 Aug 2000 15:50:01 -0300   
29228              Message-ID: <20000828155001.A14403@con2-dgi>
29229              
29230              I can't test this properly since the gcc installation I have
29231              access to seems to be botched (gcc is calling the AIX cpp,
29232              a losing proposition...)
29233      Branch: perl
29234            ! hints/aix.sh
29235 ____________________________________________________________________________
29236 [  6863] By: jhi                                   on 2000/08/28  18:57:52
29237         Log: Fix for ID 20000828.001, long doubles were not formatted
29238              correctly (showed up in $], which stopped installing perl).
29239      Branch: perl
29240            ! sv.c
29241 ____________________________________________________________________________
29242 [  6862] By: jhi                                   on 2000/08/28  18:07:15
29243         Log: Typo in #6858.
29244      Branch: perl
29245            ! lib/Cwd.pm
29246 ____________________________________________________________________________
29247 [  6861] By: jhi                                   on 2000/08/28  17:57:27
29248         Log: opmini.o may be left around if a build is interrupted.
29249      Branch: perl
29250            ! Makefile.SH
29251 ____________________________________________________________________________
29252 [  6860] By: jhi                                   on 2000/08/28  16:52:50
29253         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
29254              From: Daniel Chetlin <daniel@chetlin.com>
29255              Date: Mon, 28 Aug 2000 01:14:18 -0700
29256              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
29257      Branch: perl
29258            ! lib/overload.pm
29259 ____________________________________________________________________________
29260 [  6859] By: jhi                                   on 2000/08/28  16:08:46
29261         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
29262              From: Nicholas Clark <nick@ccl4.org>
29263              Date: Mon, 28 Aug 2000 16:03:27 +0100
29264              Message-Id: <20000828160327.C49785@plum.flirble.org>
29265      Branch: perl
29266            ! ext/ByteLoader/bytecode.h
29267 ____________________________________________________________________________
29268 [  6858] By: jhi                                   on 2000/08/28  16:02:10
29269         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
29270              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
29271              Date: Mon, 28 Aug 2000 13:08:30 +0200
29272              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
29273      Branch: perl
29274            ! lib/Cwd.pm
29275 ____________________________________________________________________________
29276 [  6857] By: jhi                                   on 2000/08/28  15:42:47
29277         Log: display_format used as a class method without arguments was broken,
29278              reported in
29279              
29280              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
29281              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
29282              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
29283              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
29284      Branch: perl
29285            ! lib/Math/Complex.pm t/lib/complex.t
29286 ____________________________________________________________________________
29287 [  6856] By: jhi                                   on 2000/08/27  22:09:48
29288         Log: Update Changes.
29289      Branch: perl
29290            ! Changes patchlevel.h
29291 ____________________________________________________________________________
29292 [  6855] By: jhi                                   on 2000/08/27  21:59:21
29293         Log: Retract #6853 (false alarm).
29294      Branch: perl
29295            ! lib/ExtUtils/xsubpp
29296 ____________________________________________________________________________
29297 [  6854] By: jhi                                   on 2000/08/27  21:37:44
29298         Log: Update Changes.
29299      Branch: perl
29300            ! Changes patchlevel.h
29301 ____________________________________________________________________________
29302 [  6853] By: jhi                                   on 2000/08/27  21:37:16
29303         Log: Subject: [PATCH perl@6850] workaround for xsubpp
29304              From: Hugo <hv@crypt.compulink.co.uk>
29305              Date: Sun, 27 Aug 2000 22:30:25 +0100
29306              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
29307      Branch: perl
29308            ! lib/ExtUtils/xsubpp
29309 ____________________________________________________________________________
29310 [  6852] By: jhi                                   on 2000/08/27  21:33:58
29311         Log: Big-endian 64-bit patch from Raphael Manfredi.
29312      Branch: perl
29313            ! ext/Storable/Storable.xs
29314 ____________________________________________________________________________
29315 [  6851] By: jhi                                   on 2000/08/27  21:22:21
29316         Log: More ruthless editing from Hugo van der Sanden.
29317      Branch: perl
29318            ! pod/perldelta.pod
29319 ____________________________________________________________________________
29320 [  6850] By: jhi                                   on 2000/08/27  16:11:46
29321         Log: Update Changes.
29322      Branch: perl
29323            ! Changes patchlevel.h
29324 ____________________________________________________________________________
29325 [  6849] By: jhi                                   on 2000/08/27  16:11:05
29326         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
29327      Branch: perl
29328            ! configpm pod/perldelta.pod
29329 ____________________________________________________________________________
29330 [  6848] By: jhi                                   on 2000/08/27  15:35:08
29331         Log: Use the actual thread type, not the pointer-to-struct.
29332      Branch: perl
29333            ! ext/Thread/Thread.xs
29334 ____________________________________________________________________________
29335 [  6847] By: jhi                                   on 2000/08/27  15:30:49
29336         Log: Test nit.
29337      Branch: perl
29338            ! t/pragma/warn/pp_sys
29339 ____________________________________________________________________________
29340 [  6846] By: jhi                                   on 2000/08/27  15:19:02
29341         Log: Passing -R in ldflags makes now it to appear in the default
29342              for lddlflags, just like with -L.
29343              
29344              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29345              From: Lupe Christoph <lupe@lupe-christoph.de>
29346              Date: Sun, 27 Aug 2000 10:28:21 +0200
29347              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
29348      Branch: metaconfig/U/perl
29349            ! dlsrc.U
29350      Branch: perl
29351            ! Configure
29352 ____________________________________________________________________________
29353 [  6845] By: jhi                                   on 2000/08/27  15:08:54
29354         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
29355              From: Alan Burlison <Alan.Burlison@uk.sun.com>
29356              Date: Sat, 26 Aug 2000 22:23:27 +0100
29357              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
29358      Branch: perl
29359            ! lib/ExtUtils/MM_Unix.pm
29360 ____________________________________________________________________________
29361 [  6844] By: jhi                                   on 2000/08/27  15:02:37
29362         Log: DJGPP update from Laszlo Molnar.
29363              
29364              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
29365              From: ml1050 <ml1050@freemail.hu>
29366              Date: Sat, 26 Aug 2000 23:24:40 +0200
29367              Message-Id: <20000826232440.A439@freemail.hu>
29368      Branch: perl
29369            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
29370            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
29371 ____________________________________________________________________________
29372 [  6843] By: jhi                                   on 2000/08/27  14:53:58
29373         Log: Subject: installman buglet
29374              From: Lupe Christoph <lupe@lupe-christoph.de>
29375              Date: Sun, 27 Aug 2000 14:38:59 +0200
29376              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
29377      Branch: perl
29378            ! installman
29379 ____________________________________________________________________________
29380 [  6842] By: jhi                                   on 2000/08/27  14:52:08
29381         Log: Can't get the test to reliably work thanks to the
29382              inaccurateness of floating point.  "Resolves" bug ids
29383              20000826.003, 20000826.009, 20000826.010,
29384      Branch: perl
29385            ! t/lib/trig.t
29386 ____________________________________________________________________________
29387 [  6841] By: jhi                                   on 2000/08/26  15:53:58
29388         Log: Update Changes.
29389      Branch: perl
29390            ! Changes patchlevel.h
29391 ____________________________________________________________________________
29392 [  6840] By: jhi                                   on 2000/08/26  14:23:03
29393         Log: grep -e isn't portable.
29394              
29395              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
29396              From: chris@broadband.att.com
29397              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
29398              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
29399      Branch: perl
29400            ! hints/solaris_2.sh
29401 ____________________________________________________________________________
29402 [  6839] By: jhi                                   on 2000/08/26  14:12:23
29403         Log: no-install target a la make -n.
29404              
29405              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
29406              From: <abigail@foad.org>
29407              Date: Sat, 26 Aug 2000 03:57:34 -0400
29408              Message-ID: <20000826075735.18912.qmail@foad.org>
29409      Branch: perl
29410            ! Makefile.SH installman installperl
29411 ____________________________________________________________________________
29412 [  6838] By: jhi                                   on 2000/08/26  14:06:33
29413         Log: Retract #6826 as the #6828 should be do the same
29414              in a More Correct Way.
29415      Branch: perl
29416            ! installperl
29417 ____________________________________________________________________________
29418 [  6837] By: jhi                                   on 2000/08/26  05:24:00
29419         Log: More casting.
29420      Branch: perl
29421            ! ext/Storable/Storable.xs
29422 ____________________________________________________________________________
29423 [  6836] By: jhi                                   on 2000/08/26  05:05:46
29424         Log: Nicer in decimal.
29425      Branch: perl
29426            ! ext/Storable/Storable.xs
29427 ____________________________________________________________________________
29428 [  6835] By: jhi                                   on 2000/08/26  05:03:50
29429         Log: There be no UVdf.
29430      Branch: perl
29431            ! ext/Storable/Storable.xs
29432 ____________________________________________________________________________
29433 [  6834] By: jhi                                   on 2000/08/26  05:00:18
29434         Log: Continue IVdfing and UVxfing.
29435      Branch: perl
29436            ! ext/Storable/Storable.xs
29437 ____________________________________________________________________________
29438 [  6833] By: jhi                                   on 2000/08/26  04:53:14
29439         Log: Use IVdf.
29440      Branch: perl
29441            ! ext/Storable/Storable.xs
29442 ____________________________________________________________________________
29443 [  6832] By: jhi                                   on 2000/08/26  04:40:41
29444         Log: Document PTR2XX and INT2PTR.
29445      Branch: perl
29446            ! pod/perlguts.pod
29447 ____________________________________________________________________________
29448 [  6831] By: jhi                                   on 2000/08/26  04:33:18
29449         Log: Use UVxf, PTR2UV, NVff.
29450      Branch: perl
29451            ! ext/Storable/Storable.xs
29452 ____________________________________________________________________________
29453 [  6830] By: jhi                                   on 2000/08/26  04:31:32
29454         Log: Update the test count.
29455      Branch: perl
29456            ! t/lib/trig.t
29457 ____________________________________________________________________________
29458 [  6829] By: jhi                                   on 2000/08/26  03:05:50
29459         Log: Subject: [PATCH] installation not quite silent yet.
29460              From: <abigail@foad.org>
29461              Date: Fri, 25 Aug 2000 20:07:53 -0400
29462              Message-ID: <20000826000753.7822.qmail@foad.org>
29463      Branch: perl
29464            ! installman installperl
29465 ____________________________________________________________________________
29466 [  6828] By: jhi                                   on 2000/08/26  03:05:14
29467         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29468              From: Spider Boardman <spider@web.zk3.dec.com>
29469              Date: Fri, 25 Aug 2000 19:12:40 -0400
29470              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
29471      Branch: perl
29472            ! gv.c
29473 ____________________________________________________________________________
29474 [  6827] By: jhi                                   on 2000/08/25  23:54:34
29475         Log: Support preserving extremely big/small angles.
29476      Branch: perl
29477            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
29478 ____________________________________________________________________________
29479 [  6826] By: jhi                                   on 2000/08/25  23:01:20
29480         Log: Patch installperl to be long double-aware.
29481              
29482              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
29483              From: Spider Boardman <spider@web.zk3.dec.com>
29484              Date: Fri, 25 Aug 2000 18:15:23 -0400
29485              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
29486      Branch: perl
29487            ! installperl
29488 ____________________________________________________________________________
29489 [  6825] By: jhi                                   on 2000/08/25  22:58:25
29490         Log: Remove duplicately applied patch shards.
29491              
29492              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
29493              From: Spider Boardman <spider@leggy.zk3.dec.com>
29494              Date: Fri, 25 Aug 2000 16:45:03 -0400
29495              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
29496      Branch: perl
29497            ! t/lib/cgi-html.t
29498 ____________________________________________________________________________
29499 [  6824] By: jhi                                   on 2000/08/25  22:57:00
29500         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29501              From: Daniel Chetlin <daniel@chetlin.com>
29502              Date: Fri, 25 Aug 2000 12:23:16 -0700
29503              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
29504              
29505              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
29506              From: Daniel Chetlin <daniel@chetlin.com>
29507              Date: Fri, 25 Aug 2000 14:47:19 -0700
29508              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
29509      Branch: perl
29510            ! installman
29511 ____________________________________________________________________________
29512 [  6823] By: jhi                                   on 2000/08/25  22:44:17
29513         Log: Timestamp problem?
29514      Branch: perl
29515            ! uconfig.h uconfig.sh
29516 ____________________________________________________________________________
29517 [  6822] By: jhi                                   on 2000/08/25  19:01:06
29518         Log: One forgotten file from #6816.
29519      Branch: perl
29520            ! vos/config.h
29521 ____________________________________________________________________________
29522 [  6821] By: jhi                                   on 2000/08/25  18:56:39
29523         Log: Regen Changes.
29524      Branch: perl
29525            ! Changes patchlevel.h
29526 ____________________________________________________________________________
29527 [  6820] By: jhi                                   on 2000/08/25  18:52:35
29528         Log: Fix Changes ordering.
29529      Branch: perl
29530            ! Changes
29531 ____________________________________________________________________________
29532 [  6819] By: jhi                                   on 2000/08/25  18:50:25
29533         Log: Update Changes.
29534      Branch: perl
29535            ! Changes patchlevel.h
29536 ____________________________________________________________________________
29537 [  6818] By: jhi                                   on 2000/08/25  18:47:45
29538         Log: Tweak the sfio/useperlio logic, hopefully as wished in
29539              
29540              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
29541              From: Nicholas Clark <nick@babyhippo.co.uk>
29542              Date: Fri, 25 Aug 2000 12:01:45 +0100
29543              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
29544      Branch: metaconfig/U/perl
29545            ! d_sfio.U
29546      Branch: perl
29547            ! Configure
29548 ____________________________________________________________________________
29549 [  6817] By: jhi                                   on 2000/08/25  18:32:51
29550         Log: Allow microperl to assume <math.h>, without it the math
29551              functions like floor() are assumed to return int, which makes
29552              for core dumps in machines where integer and floating register
29553              don't mix.
29554      Branch: perl
29555            ! uconfig.h uconfig.sh
29556 ____________________________________________________________________________
29557 [  6816] By: jhi                                   on 2000/08/25  18:27:17
29558         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
29559              the problem reported in
29560              
29561              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
29562              From: danhale@us.ibm.com
29563              Date: Fri, 25 Aug 2000 10:58:06 -0400
29564              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
29565      Branch: metaconfig/U/perl
29566            + d_socks5_init.U
29567      Branch: perl
29568            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
29569            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
29570            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
29571            ! win32/config.gc win32/config.vc
29572 ____________________________________________________________________________
29573 [  6815] By: jhi                                   on 2000/08/25  17:43:31
29574         Log: A solution for the retrieve_fd autosplit warning,
29575              idea suggested by Mike Guy.
29576      Branch: perl
29577            ! ext/Storable/Storable.pm
29578 ____________________________________________________________________________
29579 [  6814] By: jhi                                   on 2000/08/25  17:16:03
29580         Log: Add install-silent target.
29581      Branch: perl
29582            ! Makefile.SH
29583 ____________________________________________________________________________
29584 [  6813] By: jhi                                   on 2000/08/25  17:14:23
29585         Log: Subject: Re: [PATCH] More silencing of installman.
29586              From: <abigail@foad.org>
29587              Date: Thu, 24 Aug 2000 19:27:03 -0400
29588              Message-ID: <20000824232703.7001.qmail@foad.org>
29589              
29590              Subject: Re: [PATCH] More silencing of installman.
29591              From: <abigail@foad.org>
29592              Date: Fri, 25 Aug 2000 03:00:58 -0400
29593              Message-ID: <20000825070058.10697.qmail@foad.org>
29594      Branch: perl
29595            ! installman
29596 ____________________________________________________________________________
29597 [  6812] By: jhi                                   on 2000/08/25  17:11:28
29598         Log: installperl --verbose and --silent.
29599              
29600              Subject: Re: [PATCH] More silencing of installman.
29601              From: <abigail@foad.org>
29602              Message-ID: <20000825064430.9719.qmail@foad.org>
29603              Date: Fri, 25 Aug 2000 02:44:30 -0400
29604      Branch: perl
29605            ! installperl
29606 ____________________________________________________________________________
29607 [  6811] By: jhi                                   on 2000/08/25  17:05:43
29608         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
29609              From: "Peter J. Farley III" <pjfarley@banet.net>
29610              Date: Thu, 24 Aug 2000 21:58:03 -0400
29611              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
29612              
29613              (applied slightly modified)
29614      Branch: perl
29615            ! lib/ExtUtils/MM_Unix.pm
29616 ____________________________________________________________________________
29617 [  6810] By: jhi                                   on 2000/08/25  17:01:18
29618         Log: Missing parts of 
29619              
29620              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
29621              From: Peter Prymmer <pvhp@forte.com>
29622              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
29623              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
29624      Branch: perl
29625            ! t/lib/cgi-html.t
29626 ____________________________________________________________________________
29627 [  6809] By: jhi                                   on 2000/08/25  16:46:32
29628         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
29629              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29630              Date: Thu, 24 Aug 2000 19:13:11 -0500
29631              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
29632      Branch: perl
29633            ! vms/vms.c
29634 ____________________________________________________________________________
29635 [  6808] By: jhi                                   on 2000/08/25  16:39:22
29636         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
29637              From: Peter Prymmer <pvhp@forte.com>
29638              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
29639              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
29640      Branch: perl
29641            ! configure.com
29642 ____________________________________________________________________________
29643 [  6807] By: jhi                                   on 2000/08/25  16:36:37
29644         Log: Better wording for the vec lvalue diagnostic.
29645              
29646              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29647              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29648              Date: Wed, 23 Aug 2000 14:12:16 -0400
29649              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
29650      Branch: perl
29651            ! pod/perldiag.pod
29652 ____________________________________________________________________________
29653 [  6806] By: jhi                                   on 2000/08/24  18:17:22
29654         Log: Subject: [PATCH] More silencing of installman.
29655              From: <abigail@foad.org>
29656              Date: Thu, 24 Aug 2000 14:01:44 -0400
29657              Message-ID: <20000824180144.20062.qmail@foad.org>
29658      Branch: perl
29659            ! installman
29660 ____________________________________________________________________________
29661 [  6805] By: jhi                                   on 2000/08/24  15:00:31
29662         Log: Update Changes.
29663      Branch: perl
29664            ! Changes patchlevel.h
29665 ____________________________________________________________________________
29666 [  6804] By: jhi                                   on 2000/08/24  14:59:07
29667         Log: Regen perltoc.
29668      Branch: perl
29669            ! pod/perltoc.pod
29670 ____________________________________________________________________________
29671 [  6803] By: jhi                                   on 2000/08/24  14:44:39
29672         Log: Show the doc file, not the temp file.
29673      Branch: perl
29674            ! installman
29675 ____________________________________________________________________________
29676 [  6802] By: jhi                                   on 2000/08/24  14:41:53
29677         Log: Continue silencing.
29678      Branch: perl
29679            ! installman
29680 ____________________________________________________________________________
29681 [  6801] By: jhi                                   on 2000/08/24  14:34:40
29682         Log: Actually do something with the silencer option.
29683      Branch: perl
29684            ! installman
29685 ____________________________________________________________________________
29686 [  6800] By: jhi                                   on 2000/08/24  14:26:22
29687         Log: Make installman to recognize the silence flag -S.
29688      Branch: perl
29689            ! installman
29690 ____________________________________________________________________________
29691 [  6799] By: jhi                                   on 2000/08/24  13:49:38
29692         Log: DOS patches and portability/porting notes, from Tim Jenness.
29693      Branch: perl
29694            ! lib/File/Temp.pm
29695 ____________________________________________________________________________
29696 [  6798] By: jhi                                   on 2000/08/24  13:48:27
29697         Log: Create directories in silence.
29698              
29699              Subject: [PATCH] Another silencer for MakeMaker
29700              From: andreas.koenig@anima.de (Andreas J. Koenig)
29701              Date: 24 Aug 2000 14:18:52 +0200
29702              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
29703      Branch: perl
29704            ! lib/ExtUtils/Command.pm
29705 ____________________________________________________________________________
29706 [  6797] By: jhi                                   on 2000/08/24  13:46:42
29707         Log: More liberal parsing of version numbers.
29708              
29709              Subject: Re: CPAN.pm beta for testing available
29710              From: andreas.koenig@anima.de (Andreas J. Koenig)
29711              Date: 24 Aug 2000 13:51:57 +0200
29712              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
29713      Branch: perl
29714            ! lib/CPAN.pm
29715 ____________________________________________________________________________
29716 [  6796] By: jhi                                   on 2000/08/24  13:44:36
29717         Log: Make "make install" by default silent.  A new "install-verbose"
29718              target is verbose.
29719      Branch: perl
29720            ! Makefile.SH
29721 ____________________________________________________________________________
29722 [  6795] By: jhi                                   on 2000/08/24  13:39:14
29723         Log: Add silencer flags to installperl.
29724              
29725              Subject: [PATCH] Making installperl silent.
29726              From: <abigail@foad.org>
29727              Date: Thu, 24 Aug 2000 05:01:45 -0400
29728              Message-ID: <20000824090145.13141.qmail@foad.org>
29729      Branch: perl
29730            ! installperl
29731 ____________________________________________________________________________
29732 [  6794] By: jhi                                   on 2000/08/24  13:35:50
29733         Log: installperl couldn't tell whether it had run tests or not.
29734              
29735              Subject: [PATCH] Re: installperl and t/TEST
29736              From: <abigail@foad.org>
29737              Date: Thu, 24 Aug 2000 04:00:53 -0400
29738              Message-ID: <20000824080053.2494.qmail@foad.org>
29739      Branch: perl
29740            ! Makefile.SH installperl
29741 ____________________________________________________________________________
29742 [  6793] By: jhi                                   on 2000/08/24  13:27:50
29743         Log: Drop the separate perlbc, perlcc -b should be enough.
29744      Branch: perl
29745            - utils/perlbc.PL
29746            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
29747 ____________________________________________________________________________
29748 [  6792] By: jhi                                   on 2000/08/24  04:41:30
29749         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
29750              plus the typo fix from Peter Prymmer.
29751      Branch: perl
29752            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
29753            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
29754 ____________________________________________________________________________
29755 [  6791] By: jhi                                   on 2000/08/24  02:10:43
29756         Log: Replace #6705 with a minimal doc patch.
29757              
29758              Subject: [PATCH 5.6.0] replace change #6705
29759              From: Jan Dubois <jand@ActiveState.com>
29760              Date: Wed, 23 Aug 2000 18:31:51 -0700
29761              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
29762      Branch: perl
29763            ! lib/Win32.pod win32/win32.c
29764 ____________________________________________________________________________
29765 [  6790] By: jhi                                   on 2000/08/23  17:52:00
29766         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
29767              From: Mike Guy <mjtg@cam.ac.uk>
29768              Date: Wed, 23 Aug 2000 18:38:46 +0100
29769              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
29770      Branch: perl
29771            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
29772 ____________________________________________________________________________
29773 [  6789] By: jhi                                   on 2000/08/23  15:34:21
29774         Log: Update Changes.
29775      Branch: perl
29776            ! Changes patchlevel.h
29777 ____________________________________________________________________________
29778 [  6788] By: jhi                                   on 2000/08/23  15:33:40
29779         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
29780              From: Wilfredo Sánchez <wsanchez@apple.com>
29781              Date: Tue, 22 Aug 2000 19:31:27 -0700
29782              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
29783      Branch: perl
29784            ! perl.h
29785 ____________________________________________________________________________
29786 [  6787] By: jhi                                   on 2000/08/23  15:29:31
29787         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
29788              From: Spider Boardman <spider@leggy.zk3.dec.com>
29789              Date: Wed, 23 Aug 2000 10:33:23 -0400
29790              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
29791      Branch: perl
29792            ! lib/Pod/Html.pm
29793 ____________________________________________________________________________
29794 [  6786] By: jhi                                   on 2000/08/23  15:28:11
29795         Log: Bad makefile.
29796      Branch: perl
29797            ! ext/B/Makefile.PL
29798 ____________________________________________________________________________
29799 [  6785] By: jhi                                   on 2000/08/23  14:37:04
29800         Log: Update Changes.
29801      Branch: perl
29802            ! Changes patchlevel.h
29803 ____________________________________________________________________________
29804 [  6784] By: jhi                                   on 2000/08/23  13:58:41
29805         Log: Portability fix from Hugo van der Sanden.
29806      Branch: perl
29807            ! ext/re/Makefile.PL
29808 ____________________________________________________________________________
29809 [  6783] By: jhi                                   on 2000/08/23  13:53:53
29810         Log: Storable support, v-version fixes.
29811              
29812              Subject: CPAN.pm beta for testing available
29813              From: andreas.koenig@anima.de (Andreas J. Koenig)
29814              Date: 22 Aug 2000 23:31:33 +0200
29815              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
29816      Branch: perl
29817            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
29818 ____________________________________________________________________________
29819 [  6782] By: jhi                                   on 2000/08/23  13:51:26
29820         Log: Mac and other portability updates from Chris Nandor.
29821      Branch: perl
29822            ! pod/perlmodinstall.pod
29823 ____________________________________________________________________________
29824 [  6781] By: jhi                                   on 2000/08/23  13:47:33
29825         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
29826              From: Peter Prymmer <pvhp@forte.com>
29827              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
29828              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
29829      Branch: perl
29830            ! ext/Storable/Storable.xs
29831 ____________________________________________________________________________
29832 [  6780] By: jhi                                   on 2000/08/23  13:33:34
29833         Log: VMS MMS (make) wants null action.
29834      Branch: perl
29835            ! ext/B/Makefile.PL
29836 ____________________________________________________________________________
29837 [  6779] By: jhi                                   on 2000/08/22  19:44:47
29838         Log: Forgot portability nit.
29839      Branch: perl
29840            ! t/lib/st-forgive.t
29841 ____________________________________________________________________________
29842 [  6778] By: jhi                                   on 2000/08/22  19:35:25
29843         Log: Be portable.
29844      Branch: perl
29845            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
29846            ! t/lib/st-store.t
29847 ____________________________________________________________________________
29848 [  6777] By: jhi                                   on 2000/08/22  18:50:53
29849         Log: Update Changes.
29850      Branch: perl
29851            ! Changes patchlevel.h
29852 ____________________________________________________________________________
29853 [  6776] By: jhi                                   on 2000/08/22  18:44:46
29854         Log: cSVOPo_*v things index into the current PL_curpad
29855              under ithreads, which is different from the curpad
29856              used by the XSUB.  (In other words, the code as-is
29857              before this patch wouldn't work under ithreads.)
29858              From Sarathy.
29859      Branch: perl
29860            ! ext/B/B.xs
29861 ____________________________________________________________________________
29862 [  6775] By: jhi                                   on 2000/08/22  18:18:37
29863         Log: Make the selection of NVff et al stricter.
29864      Branch: metaconfig/U/perl
29865            ! perlxvf.U
29866      Branch: perl
29867            ! Configure config_h.SH
29868 ____________________________________________________________________________
29869 [  6774] By: jhi                                   on 2000/08/22  17:19:42
29870         Log: perldelta nits.
29871      Branch: perl
29872            ! pod/perldelta.pod
29873 ____________________________________________________________________________
29874 [  6773] By: jhi                                   on 2000/08/22  17:06:26
29875         Log: Long double fixes from Spider Boardman.
29876              
29877              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
29878              From: system PRIVILEGED account <root@peano.zk3.dec.com>
29879              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
29880              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
29881      Branch: perl
29882            ! t/lib/bigfltpm.t t/lib/st-06compat.t
29883 ____________________________________________________________________________
29884 [  6772] By: jhi                                   on 2000/08/22  15:04:53
29885         Log: Update Changes.
29886      Branch: perl
29887            ! Changes patchlevel.h
29888 ____________________________________________________________________________
29889 [  6771] By: jhi                                   on 2000/08/22  15:01:44
29890         Log: perldelta fixes from Hugo van der Sanden.
29891      Branch: perl
29892            ! pod/perldelta.pod
29893 ____________________________________________________________________________
29894 [  6770] By: jhi                                   on 2000/08/22  14:34:49
29895         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
29896              From: Hugo <hv@crypt.compulink.co.uk>
29897              Date: Tue, 22 Aug 2000 11:21:53 +0100
29898              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
29899      Branch: perl
29900            ! regcomp.c
29901 ____________________________________________________________________________
29902 [  6769] By: jhi                                   on 2000/08/22  14:30:02
29903         Log: Add Yitzchak, reformat.
29904      Branch: perl
29905            ! Changes config_h.SH
29906 ____________________________________________________________________________
29907 [  6768] By: jhi                                   on 2000/08/22  14:21:35
29908         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
29909              and Spider Boardman.
29910      Branch: metaconfig
29911            ! U/compline/d_gconvert.U
29912      Branch: perl
29913            ! Configure
29914 ____________________________________________________________________________
29915 [  6767] By: jhi                                   on 2000/08/22  14:11:24
29916         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
29917              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29918              Date: Mon, 21 Aug 2000 19:08:31 -0700
29919              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
29920      Branch: perl
29921            - ext/Storable/patchlevel.h
29922            ! MANIFEST ext/Storable/MANIFEST
29923 ____________________________________________________________________________
29924 [  6766] By: jhi                                   on 2000/08/22  13:49:29
29925         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
29926              From: Peter Prymmer <pvhp@forte.com>
29927              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
29928              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
29929      Branch: perl
29930            ! configure.com ext/Storable/Makefile.PL
29931 ____________________________________________________________________________
29932 [  6765] By: jhi                                   on 2000/08/22  13:44:59
29933         Log: Subject: [PATCH blead] B:: missing dependency
29934              From: Hugo <hv@crypt.compulink.co.uk>
29935              Date: Tue, 22 Aug 2000 06:44:33 +0100
29936              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
29937      Branch: perl
29938            ! ext/B/Makefile.PL
29939 ____________________________________________________________________________
29940 [  6764] By: jhi                                   on 2000/08/22  13:38:12
29941         Log: More bytecompiler.
29942      Branch: perl
29943            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
29944 ____________________________________________________________________________
29945 [  6763] By: jhi                                   on 2000/08/22  13:36:44
29946         Log: Bytecompiler patches from Benjamin Stuhl.
29947      Branch: perl
29948            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
29949            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29950            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29951            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29952            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
29953            ! perl.c perlapi.h pod/perldelta.pod
29954 ____________________________________________________________________________
29955 [  6762] By: jhi                                   on 2000/08/21  23:43:40
29956         Log: An obsoleted diagnostic.
29957      Branch: perl
29958            ! pod/perldelta.pod
29959 ____________________________________________________________________________
29960 [  6761] By: jhi                                   on 2000/08/21  23:01:45
29961         Log: The #6759 wasn't quite right.
29962      Branch: perl
29963            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29964            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
29965            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
29966            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
29967            ! t/lib/st-tieditems.t
29968 ____________________________________________________________________________
29969 [  6760] By: jhi                                   on 2000/08/21  22:35:49
29970         Log: Be verydeepclean.
29971      Branch: perl
29972            ! Makefile.SH
29973 ____________________________________________________________________________
29974 [  6759] By: jhi                                   on 2000/08/21  22:25:40
29975         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
29976              From: Peter Prymmer <pvhp@forte.com>
29977              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
29978              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
29979      Branch: perl
29980            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
29981            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
29982            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
29983            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
29984            ! t/lib/st-tieditems.t
29985 ____________________________________________________________________________
29986 [  6758] By: jhi                                   on 2000/08/21  22:22:32
29987         Log: Few more casts, need reported in
29988              
29989              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
29990              From: Mike Stok <mike@stok.co.uk>
29991              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
29992              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
29993              
29994              and
29995              
29996              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
29997              From: abigail@foad.org
29998              Date: 21 Aug 2000 21:31:34 -0000
29999              Message-Id: <20000821213134.30170.qmail@foad.org>
30000      Branch: perl
30001            ! ext/Storable/Storable.xs
30002 ____________________________________________________________________________
30003 [  6757] By: jhi                                   on 2000/08/21  18:37:07
30004         Log: Update Changes.
30005      Branch: perl
30006            ! Changes patchlevel.h
30007 ____________________________________________________________________________
30008 [  6756] By: jhi                                   on 2000/08/21  18:34:02
30009         Log: A pod nit.
30010              
30011              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30012              From: <abigail@foad.org>
30013              Date: Mon, 21 Aug 2000 14:00:16 -0400
30014              Message-ID: <20000821180016.28627.qmail@foad.org>
30015      Branch: perl
30016            ! pod/perlre.pod
30017 ____________________________________________________________________________
30018 [  6755] By: jhi                                   on 2000/08/21  18:30:56
30019         Log: Use PodParser 1.18 new test.
30020      Branch: perl
30021            ! t/pod/special_seqs.t t/pod/special_seqs.xr
30022 ____________________________________________________________________________
30023 [  6754] By: jhi                                   on 2000/08/21  18:28:35
30024         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
30025              patches cannot be applied since #6712 conflicts.
30026      Branch: perl
30027            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
30028 ____________________________________________________________________________
30029 [  6753] By: jhi                                   on 2000/08/21  18:15:11
30030         Log: Weed out some smaller changes.
30031      Branch: perl
30032            ! pod/perldelta.pod
30033 ____________________________________________________________________________
30034 [  6752] By: jhi                                   on 2000/08/21  18:02:30
30035         Log: Also under djgpp the timestamps are funky.
30036      Branch: perl
30037            ! t/op/stat.t
30038 ____________________________________________________________________________
30039 [  6751] By: jhi                                   on 2000/08/21  17:55:56
30040         Log: Tweak the floating point output routine preferences.
30041      Branch: metaconfig
30042            ! U/compline/d_gconvert.U
30043      Branch: perl
30044            ! Configure
30045 ____________________________________________________________________________
30046 [  6750] By: jhi                                   on 2000/08/21  17:51:29
30047         Log: Unicos/mk requires elaborate paranoia.
30048      Branch: perl
30049            ! lib/Math/Complex.pm
30050 ____________________________________________________________________________
30051 [  6749] By: gsar                                  on 2000/08/21  16:53:31
30052         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30053      Branch: perl
30054            ! lib/Cwd.pm
30055 ____________________________________________________________________________
30056 [  6748] By: gsar                                  on 2000/08/21  16:22:19
30057         Log: free TLS slot properly on Windows
30058      Branch: perl
30059            ! thread.h win32/perllib.c win32/win32thread.h
30060 ____________________________________________________________________________
30061 [  6747] By: jhi                                   on 2000/08/21  16:20:58
30062         Log: Rename the macro argument because some preprocessors
30063              can't tell the difference and expand arguments also inside
30064              double quoted strings.
30065      Branch: perl
30066            ! regcomp.c
30067 ____________________________________________________________________________
30068 [  6746] By: jhi                                   on 2000/08/21  16:09:41
30069         Log: Support long doubles in Storable.
30070              
30071              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
30072              From: Radu Greab <radu@netsoft.ro>
30073              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
30074              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
30075      Branch: perl
30076            ! ext/Storable/Storable.xs
30077 ____________________________________________________________________________
30078 [  6745] By: jhi                                   on 2000/08/21  15:51:40
30079         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30080              From: "Fifer, Eric" <EFifer@sanwaint.com>
30081              Date: Mon, 21 Aug 2000 15:34:49 +0100
30082              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
30083      Branch: perl
30084            ! t/pragma/warn/9enabled
30085 ____________________________________________________________________________
30086 [  6744] By: jhi                                   on 2000/08/21  15:39:35
30087         Log: Document the endianness of Alpha more precisely.
30088      Branch: perl
30089            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
30090            ! pod/perlport.pod
30091 ____________________________________________________________________________
30092 [  6743] By: jhi                                   on 2000/08/21  14:47:05
30093         Log: perldelta fixes from the p5p crowd.
30094      Branch: perl
30095            ! pod/perldelta.pod pod/perlop.pod
30096 ____________________________________________________________________________
30097 [  6742] By: jhi                                   on 2000/08/21  13:34:51
30098         Log: Update to Pod::LaTeX 0.53.
30099              
30100              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30101              From: Tim Jenness <timj@jach.hawaii.edu>
30102              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
30103              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
30104      Branch: perl
30105            ! lib/Pod/LaTeX.pm
30106 ____________________________________________________________________________
30107 [  6741] By: jhi                                   on 2000/08/21  13:33:01
30108         Log: Subject: [PATCH] os2.c fix for use64bitint
30109              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30110              Date: Mon, 21 Aug 2000 01:32:25 -0700
30111              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
30112      Branch: perl
30113            ! os2/os2.c
30114 ____________________________________________________________________________
30115 [  6740] By: jhi                                   on 2000/08/21  13:28:52
30116         Log: Array context keeps slithering in.
30117              
30118              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30119              From: Daniel Chetlin <daniel@chetlin.com>
30120              Date: Sun, 20 Aug 2000 21:40:25 -0700
30121              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
30122      Branch: perl
30123            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
30124            ! pod/perldebtut.pod
30125 ____________________________________________________________________________
30126 [  6739] By: jhi                                   on 2000/08/21  13:23:55
30127         Log: Big-endian quad fixes for Storable from Radu Greab,
30128              plus few explicit null casts for picky compilers.
30129      Branch: perl
30130            ! ext/Storable/Storable.xs
30131 ____________________________________________________________________________
30132 [  6738] By: gsar                                  on 2000/08/21  05:56:13
30133         Log: small tweaks for change#6705: avoid C++ style comments in C code;
30134              use Perl's malloc API rather than the low level system one
30135      Branch: perl
30136            ! win32/win32.c
30137 ____________________________________________________________________________
30138 [  6737] By: gsar                                  on 2000/08/21  05:35:41
30139         Log: add Storable to list of extensions on Windows
30140      Branch: perl
30141            ! win32/Makefile win32/makefile.mk
30142 ____________________________________________________________________________
30143 [  6736] By: jhi                                   on 2000/08/21  02:57:53
30144         Log: Update Changes.
30145      Branch: perl
30146            ! Changes patchlevel.h
30147 ____________________________________________________________________________
30148 [  6735] By: jhi                                   on 2000/08/21  02:57:20
30149         Log: Draft 0.
30150      Branch: perl
30151            ! pod/perldelta.pod
30152 ____________________________________________________________________________
30153 [  6734] By: jhi                                   on 2000/08/21  02:57:03
30154         Log: Add Storable 0.7.2 from Raphael Manfredi,
30155              plus the patch from
30156              
30157              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
30158              From: Radu Greab <radu@netsoft.ro>
30159              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
30160              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
30161              
30162              plus changes to get Storable to compile with
30163              picky ANSI compilers.
30164      Branch: perl
30165            + ext/Storable/ChangeLog ext/Storable/MANIFEST
30166            + ext/Storable/Makefile.PL ext/Storable/README
30167            + ext/Storable/Storable.pm ext/Storable/Storable.xs
30168            + ext/Storable/patchlevel.h t/lib/st-06compat.t
30169            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
30170            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
30171            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
30172            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
30173            + t/lib/st-tieditems.t
30174            ! MANIFEST
30175 ____________________________________________________________________________
30176 [  6733] By: jhi                                   on 2000/08/21  02:29:09
30177         Log: The correct cleaning order is an art.
30178      Branch: perl
30179            ! Makefile.SH
30180 ____________________________________________________________________________
30181 [  6732] By: jhi                                   on 2000/08/21  01:23:39
30182         Log: The #6724 is here.
30183      Branch: perl
30184            ! t/lib/ftmp-security.t
30185 ____________________________________________________________________________
30186 [  6731] By: jhi                                   on 2000/08/20  23:17:03
30187         Log: s/this one/the 5.6.0 release/
30188      Branch: perl
30189            ! pod/perl56delta.pod
30190 ____________________________________________________________________________
30191 [  6730] By: jhi                                   on 2000/08/20  23:07:34
30192         Log: Mention perlebcdic and perlposix-bc.
30193      Branch: perl
30194            ! pod/perlport.pod
30195 ____________________________________________________________________________
30196 [  6729] By: jhi                                   on 2000/08/20  21:32:59
30197         Log: Document the number of exponent digits.
30198      Branch: perl
30199            ! pod/perlfunc.pod
30200 ____________________________________________________________________________
30201 [  6728] By: jhi                                   on 2000/08/20  21:16:47
30202         Log: Use File::Spec->tmpdir().
30203              
30204              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
30205              From: Tim Jenness <timj@jach.hawaii.edu>
30206              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
30207              MIME-Version: 1.0
30208              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
30209      Branch: perl
30210            ! utils/perlbug.PL
30211 ____________________________________________________________________________
30212 [  6727] By: jhi                                   on 2000/08/20  20:43:32
30213         Log: Update Changes.
30214      Branch: perl
30215            ! Changes patchlevel.h
30216 ____________________________________________________________________________
30217 [  6726] By: jhi                                   on 2000/08/20  20:41:44
30218         Log: The veryclean target needs to clobber.
30219      Branch: perl
30220            ! Makefile.SH
30221 ____________________________________________________________________________
30222 [  6725] By: jhi                                   on 2000/08/20  20:37:38
30223         Log: Document odd vs even subreleases and -Dusedevel.
30224      Branch: perl
30225            ! INSTALL
30226 ____________________________________________________________________________
30227 [  6724] By: jhi                                   on 2000/08/20  19:58:05
30228         Log: Use temporary directory instead of current directory.
30229              
30230              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30231              From: Tim Jenness <timj@jach.hawaii.edu>
30232              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
30233              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
30234      Branch: perl
30235            ! t/lib/ftmp-security.t
30236 ____________________________________________________________________________
30237 [  6723] By: jhi                                   on 2000/08/20  19:55:55
30238         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
30239              From: andreas.koenig@anima.de (Andreas J. Koenig)
30240              Date: 20 Aug 2000 15:52:03 +0200
30241              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
30242      Branch: perl
30243            ! lib/ExtUtils/MM_Unix.pm
30244 ____________________________________________________________________________
30245 [  6722] By: jhi                                   on 2000/08/20  19:46:01
30246         Log: Update to CGI 2.72, from Lincoln Stein.
30247      Branch: perl
30248            ! lib/CGI.pm
30249 ____________________________________________________________________________
30250 [  6721] By: jhi                                   on 2000/08/20  19:43:54
30251         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30252              From: Radu Greab <radu@netsoft.ro>
30253              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
30254              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
30255      Branch: perl
30256            ! ext/GDBM_File/GDBM_File.xs
30257 ____________________________________________________________________________
30258 [  6720] By: jhi                                   on 2000/08/20  19:42:01
30259         Log: pp_open() could pass an uninitialized filename down to do_open9().
30260      Branch: perl
30261            ! pp_sys.c
30262 ____________________________________________________________________________
30263 [  6719] By: jhi                                   on 2000/08/20  14:06:41
30264         Log: UTF8 concat fixes.
30265              
30266              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30267              From: Hugo <hv@crypt.compulink.co.uk>
30268              Date: Sun, 20 Aug 2000 07:30:46 +0100
30269              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
30270      Branch: perl
30271            ! pp_hot.c t/op/append.t
30272 ____________________________________________________________________________
30273 [  6718] By: jhi                                   on 2000/08/20  02:09:37
30274         Log: Let's try #6717 again.
30275      Branch: perl
30276            ! lib/File/Temp.pm
30277 ____________________________________________________________________________
30278 [  6717] By: jhi                                   on 2000/08/20  01:56:55
30279         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30280              From: "Craig A. Berry" <craig.berry@metamorgs.com>
30281              Date: Sat, 19 Aug 2000 18:15:39 -0500
30282              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
30283      Branch: perl
30284            ! lib/File/Temp.pm
30285 ____________________________________________________________________________
30286 [  6716] By: jhi                                   on 2000/08/19  15:50:11
30287         Log: Update Changes.
30288      Branch: perl
30289            ! Changes patchlevel.h
30290 ____________________________________________________________________________
30291 [  6715] By: jhi                                   on 2000/08/19  15:39:09
30292         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
30293              From: Jonathan D Johnston <jdjohnston2@juno.com>
30294              Date: Thu, 17 Aug 2000 23:13:01 -0400       
30295              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
30296      Branch: perl
30297            ! pod/perlfunc.pod
30298 ____________________________________________________________________________
30299 [  6714] By: jhi                                   on 2000/08/19  15:34:04
30300         Log: Introduce a 'veryclean' target that is like 'distclean'
30301              but also removes *~ and *.orig.
30302      Branch: perl
30303            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
30304            ! utils/Makefile x2p/Makefile.SH
30305 ____________________________________________________________________________
30306 [  6713] By: jhi                                   on 2000/08/19  14:15:45
30307         Log: Put back the long double avoidance code to POSIX.xs
30308              because VMS seems to need it still.
30309      Branch: perl
30310            ! ext/POSIX/POSIX.xs
30311 ____________________________________________________________________________
30312 [  6712] By: jhi                                   on 2000/08/19  14:10:41
30313         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
30314              From: Peter Prymmer <pvhp@forte.com>
30315              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
30316              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
30317      Branch: perl
30318            ! lib/Pod/Find.pm t/pod/find.t
30319 ____________________________________________________________________________
30320 [  6711] By: jhi                                   on 2000/08/19  14:09:19
30321         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
30322              From: Peter Prymmer <pvhp@forte.com>
30323              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
30324              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
30325              cc: vmsperl@perl.org
30326      Branch: perl
30327            ! t/lib/peek.t
30328 ____________________________________________________________________________
30329 [  6710] By: jhi                                   on 2000/08/19  14:08:01
30330         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
30331              From: Jan Dubois <jand@ActiveState.com>
30332              Date: Fri, 18 Aug 2000 16:31:48 -0700
30333              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
30334      Branch: perl
30335            ! win32/win32.c
30336 ____________________________________________________________________________
30337 [  6709] By: jhi                                   on 2000/08/19  14:06:57
30338         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
30339              
30340              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
30341              From: Spider.Boardman@Orb.Nashua.NH.US
30342              Date: Fri, 18 Aug 2000 18:41:14 -0400
30343              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
30344      Branch: perl
30345            ! regcomp.c
30346 ____________________________________________________________________________
30347 [  6708] By: jhi                                   on 2000/08/18  22:04:49
30348         Log: Update Changes.
30349      Branch: perl
30350            ! Changes patchlevel.h
30351 ____________________________________________________________________________
30352 [  6707] By: jhi                                   on 2000/08/18  21:55:14
30353         Log: Add warnif(), check warnings further up the stack,
30354              all the warnings functions now can take an optional object reference.
30355              
30356              Subject: [PATCH bleedperl@6691] warnings pragma update
30357              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
30358              Date: Fri, 18 Aug 2000 22:42:06 +0100
30359              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
30360      Branch: perl
30361            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
30362            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
30363            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
30364 ____________________________________________________________________________
30365 [  6706] By: jhi                                   on 2000/08/18  21:41:45
30366         Log: Typo in pp_complement().
30367              
30368              Subject: [PATCH perl-current] Deparse
30369              From: Peter Scott <Peter@PSDT.com>
30370              Date: Fri, 18 Aug 2000 12:44:37 -0700
30371              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
30372      Branch: perl
30373            ! ext/B/B/Deparse.pm
30374 ____________________________________________________________________________
30375 [  6705] By: jhi                                   on 2000/08/18  21:25:59
30376         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
30377              From: Jan Dubois <jand@ActiveState.com>
30378              Date: Fri, 18 Aug 2000 14:22:51 -0700
30379              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
30380      Branch: perl
30381            ! lib/Win32.pod win32/win32.c
30382 ____________________________________________________________________________
30383 [  6704] By: jhi                                   on 2000/08/18  21:16:14
30384         Log: Don't eat leading os from index entries.
30385              
30386              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
30387              From: Russ Allbery <rra@stanford.edu>
30388              Date: 10 Aug 2000 20:49:25 -0700
30389              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
30390      Branch: perl
30391            ! lib/Pod/Man.pm
30392 ____________________________________________________________________________
30393 [  6703] By: jhi                                   on 2000/08/18  21:07:06
30394         Log: Add [[:blank:]] as suggested in
30395              
30396              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30397              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
30398              Date: Sun, 16 Jul 2000 17:55:29 -0700
30399              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
30400              
30401              (the [=cc=] has already been taken care of by #6439
30402              so the whole bug report can be closed)
30403              
30404              and make [[:space:]] to be equivalent to isspace(3)
30405              (as opposed to \s, which is isSPACE()).  The difference
30406              is that now [[:space:]] matches the mythical vertical tab,
30407              while \s doesn't.
30408      Branch: perl
30409            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
30410            ! regexec.c t/op/pat.t
30411 ____________________________________________________________________________
30412 [  6702] By: jhi                                   on 2000/08/18  18:47:47
30413         Log: The new tests were missing from #6415.
30414      Branch: perl
30415            ! t/op/bop.t
30416 ____________________________________________________________________________
30417 [  6701] By: jhi                                   on 2000/08/18  18:20:40
30418         Log: Document the NDBM_File and ODBM_File as SDBM_File
30419              was documented in #6417.
30420      Branch: perl
30421            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30422            ! ext/SDBM_File/SDBM_File.pm
30423 ____________________________________________________________________________
30424 [  6700] By: jhi                                   on 2000/08/18  18:10:39
30425         Log: Subject: [PATCH perl@6698] cygwin port
30426              From: "Fifer, Eric" <EFifer@sanwaint.com>
30427              Date: Fri, 18 Aug 2000 17:30:05 +0100
30428              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
30429      Branch: perl
30430            ! lib/File/Temp.pm
30431 ____________________________________________________________________________
30432 [  6699] By: jhi                                   on 2000/08/18  16:21:49
30433         Log: Document code point which makes if (defined %stash::) to work
30434              (noted by Spider Boardman).
30435      Branch: perl
30436            ! op.c
30437 ____________________________________________________________________________
30438 [  6698] By: jhi                                   on 2000/08/18  13:43:27
30439         Log: Update Changes.
30440      Branch: perl
30441            ! Changes patchlevel.h
30442 ____________________________________________________________________________
30443 [  6697] By: jhi                                   on 2000/08/18  13:35:57
30444         Log: Tiny Getopt::Long patch from Johan Vromans.
30445      Branch: perl
30446            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
30447 ____________________________________________________________________________
30448 [  6696] By: jhi                                   on 2000/08/18  13:26:14
30449         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
30450              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
30451              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
30452              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
30453      Branch: perl
30454            ! pod/perldiag.pod pod/perlsyn.pod
30455 ____________________________________________________________________________
30456 [  6695] By: jhi                                   on 2000/08/18  13:13:26
30457         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
30458              From: Daniel Chetlin <daniel@chetlin.com>
30459              Date: Fri, 18 Aug 2000 03:13:36 -0700
30460              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
30461      Branch: perl
30462            ! pod/perlfunc.pod
30463 ____________________________________________________________________________
30464 [  6694] By: jhi                                   on 2000/08/18  13:08:05
30465         Log: Subject: [PATCH] perltrap.pod spring cleaning
30466              From: Daniel Chetlin <daniel@chetlin.com>
30467              Date: Fri, 18 Aug 2000 03:06:54 -0700
30468              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
30469              
30470              plus Mike Guy's nitfix.
30471      Branch: perl
30472            ! pod/perltrap.pod
30473 ____________________________________________________________________________
30474 [  6693] By: jhi                                   on 2000/08/18  13:00:26
30475         Log: Unbuffer the output.
30476              
30477              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
30478              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30479              Date: Thu, 17 Aug 2000 18:39:29 -0700
30480              Message-ID: <RPJn5gzkgydf092yn@efn.org>
30481      Branch: perl
30482            ! t/op/fork.t
30483 ____________________________________________________________________________
30484 [  6692] By: jhi                                   on 2000/08/18  05:19:17
30485         Log: Delete the image, too, not just its MANIFEStation.
30486      Branch: perl
30487            - lib/CGI/eg/wilogo.gif
30488 ____________________________________________________________________________
30489 [  6691] By: jhi                                   on 2000/08/18  05:10:26
30490         Log: Propagate new Configure vars.
30491      Branch: perl
30492            ! configure.com epoc/config.sh uconfig.h uconfig.sh
30493            ! vos/config.def vos/config.h vos/config_h.SH_orig
30494            ! win32/config.bc win32/config.gc win32/config.vc
30495            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30496 ____________________________________________________________________________
30497 [  6690] By: jhi                                   on 2000/08/18  04:30:56
30498         Log: Update Changes.
30499      Branch: perl
30500            ! Changes patchlevel.h
30501 ____________________________________________________________________________
30502 [  6689] By: jhi                                   on 2000/08/18  04:12:30
30503         Log: Fix the lib/complex failure of
30504              
30505              From: abigail@foad.org
30506              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30507              Date: 15 Aug 2000 04:06:38 -0000
30508              Message-Id: <20000815040638.8524.qmail@foad.org> 
30509              
30510              Linux long double accuracy issue: something that
30511              when printed with %g looks like "2" but int() of it is 1.
30512      Branch: perl
30513            ! lib/Math/Complex.pm
30514 ____________________________________________________________________________
30515 [  6688] By: jhi                                   on 2000/08/18  03:15:35
30516         Log: The byteorder code in #6671 was wrong.
30517      Branch: perl
30518            ! configpm
30519 ____________________________________________________________________________
30520 [  6687] By: jhi                                   on 2000/08/18  02:08:42
30521         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
30522              From: Jan Dubois <jand@ActiveState.com>
30523              Date: Thu, 17 Aug 2000 18:31:55 -0700
30524              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
30525      Branch: perl
30526            ! sv.c
30527 ____________________________________________________________________________
30528 [  6686] By: jhi                                   on 2000/08/18  02:04:15
30529         Log: Use NVs in POSIX math, not doubles.
30530              
30531              From: abigail@foad.org
30532              Subject: [ID 20000817.014] POSIX & modfl
30533              Date: 17 Aug 2000 20:49:18 -0000
30534              Message-Id: <20000817204918.23123.qmail@foad.org>
30535      Branch: perl
30536            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
30537 ____________________________________________________________________________
30538 [  6685] By: jhi                                   on 2000/08/18  02:02:12
30539         Log: Introduce NVef, NVff, and NVgf, use the middle one.
30540              (helps for lib/peek + Linux + long doubles)  Reported in
30541              
30542              From: abigail@foad.org
30543              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30544              Date: 15 Aug 2000 04:06:38 -0000
30545              Message-Id: <20000815040638.8524.qmail@foad.org> 
30546              
30547              (note: the lib/complex failure has not yet been addressed)
30548      Branch: metaconfig/U/perl
30549            ! perlxvf.U
30550      Branch: perl
30551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30552            ! config_h.SH dump.c perl.h pod/perlguts.pod
30553 ____________________________________________________________________________
30554 [  6684] By: jhi                                   on 2000/08/17  23:22:19
30555         Log: Add byteorder to the myconfig output.
30556      Branch: perl
30557            ! myconfig.SH
30558 ____________________________________________________________________________
30559 [  6683] By: jhi                                   on 2000/08/17  23:20:19
30560         Log: The image doth not exist, spotted by Johan Vromans.
30561      Branch: perl
30562            ! MANIFEST
30563 ____________________________________________________________________________
30564 [  6682] By: jhi                                   on 2000/08/17  22:38:16
30565         Log: Document what the backtick returns if the command fails.
30566      Branch: perl
30567            ! pod/perlop.pod
30568 ____________________________________________________________________________
30569 [  6681] By: jhi                                   on 2000/08/17  22:33:12
30570         Log: Do not use prototyping here.
30571              
30572              Subject: [ID 20000817.016] [PATCH] Peek.xs
30573              From: abigail@foad.org
30574              Date: 17 Aug 2000 20:55:56 -0000
30575              Message-Id: <20000817205556.24270.qmail@foad.org>
30576      Branch: perl
30577            ! ext/Devel/Peek/Makefile.PL
30578 ____________________________________________________________________________
30579 [  6680] By: jhi                                   on 2000/08/17  19:46:43
30580         Log: Don't propose using modules built for 5.005 if no binary
30581              compatibility with 5.005 is attempted.
30582              
30583              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
30584              Subject: Minor nit with 5.7.0 (6655)
30585              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
30586              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
30587      Branch: metaconfig
30588            ! U/installdirs/inc_version_list.U
30589      Branch: perl
30590            ! Configure config_h.SH
30591 ____________________________________________________________________________
30592 [  6679] By: jhi                                   on 2000/08/17  19:16:39
30593         Log: Microperl config update.
30594      Branch: perl
30595            ! uconfig.h uconfig.sh
30596 ____________________________________________________________________________
30597 [  6678] By: jhi                                   on 2000/08/17  19:16:13
30598         Log: The #6648 wasn't protective enough for limited platforms
30599              (like microperl).
30600      Branch: perl
30601            ! dump.c sv.c
30602 ____________________________________________________________________________
30603 [  6677] By: jhi                                   on 2000/08/17  14:46:35
30604         Log: Update Changes.
30605      Branch: perl
30606            ! Changes patchlevel.h
30607 ____________________________________________________________________________
30608 [  6676] By: jhi                                   on 2000/08/17  14:44:02
30609         Log: Add perlebcdic from Peter Prymmer, regen toc.
30610      Branch: perl
30611            + pod/perlebcdic.pod
30612            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30613 ____________________________________________________________________________
30614 [  6675] By: jhi                                   on 2000/08/17  14:41:52
30615         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
30616      Branch: perl
30617            ! pod/perldebtut.pod
30618 ____________________________________________________________________________
30619 [  6674] By: jhi                                   on 2000/08/17  14:29:43
30620         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
30621              
30622              Subject: [ID 20000724.006] -DLEAKTEST problem
30623              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
30624              Date: Tue, 25 Jul 2000 00:36:32 -0500
30625              Message-Id: <20000725003632.A26186@www.llamacom.com>
30626              
30627              Reminder sent
30628              
30629              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
30630              From: Hugo <hv@crypt.compulink.co.uk>
30631              Date: Thu, 17 Aug 2000 15:23:42 +0100
30632              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
30633      Branch: perl
30634            ! util.c
30635 ____________________________________________________________________________
30636 [  6673] By: jhi                                   on 2000/08/17  04:07:10
30637         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30638              From: John Peacock <JPeacock@UnivPress.com>
30639              Date: Tue, 01 Aug 2000 09:38:12 -0400
30640              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
30641      Branch: perl
30642            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
30643 ____________________________________________________________________________
30644 [  6672] By: jhi                                   on 2000/08/17  03:04:35
30645         Log: Subject: [PATCH] Cwd.pm now uses strict
30646              From: Tim Jenness <timj@jach.hawaii.edu>
30647              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
30648              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
30649      Branch: perl
30650            ! lib/Cwd.pm
30651 ____________________________________________________________________________
30652 [  6671] By: jhi                                   on 2000/08/17  02:16:35
30653         Log: Make $Config{byteorder} more magical so that it is
30654              dynamically computed: nice for 'fat binaries'.
30655              
30656              Subject: [PATCH]: default byteorder
30657              From: Wilfredo Sánchez <wsanchez@apple.com>
30658              Date: Mon, 31 Jul 2000 19:45:31 -0700
30659              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
30660      Branch: perl
30661            ! configpm
30662 ____________________________________________________________________________
30663 [  6670] By: gsar                                  on 2000/08/17  01:22:21
30664         Log: move WNOHANG definition to where other such things are
30665      Branch: perl
30666            ! win32/win32.h
30667 ____________________________________________________________________________
30668 [  6669] By: jhi                                   on 2000/08/17  01:19:17
30669         Log: Update Changes.
30670      Branch: perl
30671            ! Changes patchlevel.h
30672 ____________________________________________________________________________
30673 [  6668] By: jhi                                   on 2000/08/17  01:16:29
30674         Log: Doc nits spotted by Richard Soderberg.
30675      Branch: perl
30676            ! README.posix-bc README.vmesa
30677 ____________________________________________________________________________
30678 [  6667] By: jhi                                   on 2000/08/17  01:12:11
30679         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30680              From: "Casey R. Tweten" <crt@kiski.net>
30681              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
30682              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
30683      Branch: perl
30684            ! pod/perldebtut.pod
30685 ____________________________________________________________________________
30686 [  6666] By: jhi                                   on 2000/08/17  01:09:31
30687         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30688              From: "Casey R. Tweten" <crt@kiski.net>
30689              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
30690              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
30691      Branch: perl
30692            ! lib/Shell.pm
30693 ____________________________________________________________________________
30694 [  6665] By: gsar                                  on 2000/08/17  01:03:52
30695         Log: add "ok" targets from change#6632 in makefile.mk
30696      Branch: perl
30697            ! pod/perlport.pod win32/Makefile win32/makefile.mk
30698 ____________________________________________________________________________
30699 [  6664] By: gsar                                  on 2000/08/17  00:56:11
30700         Log: avoid warnings from dense compiler
30701      Branch: perl
30702            ! win32/win32.c
30703 ____________________________________________________________________________
30704 [  6663] By: jhi                                   on 2000/08/17  00:51:49
30705         Log: Tweak the regex compilation errors once more.
30706      Branch: perl
30707            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30708            ! t/op/regmesg.t t/pragma/warn/regcomp
30709 ____________________________________________________________________________
30710 [  6662] By: gsar                                  on 2000/08/17  00:28:19
30711         Log: trailing new %ENV entries weren't being pushed into the real
30712              environment of subprocesses on Windows
30713      Branch: perl
30714            ! t/op/magic.t win32/perlhost.h
30715 ____________________________________________________________________________
30716 [  6661] By: gsar                                  on 2000/08/17  00:19:20
30717         Log: waitpid() now handles externally spawned pids correctly;
30718              fixes for backtick/wait/waitpid failures on Windows 9x
30719              
30720              these changes make the pid returned by process functions on
30721              Windows 9x always positive by clearing the high bit (which
30722              is always set on Win9x); pseudo-process PIDs are likewise
30723              always negative now on Win9x (just as on NT/2000)
30724      Branch: perl
30725            ! pp_sys.c win32/perlhost.h win32/win32.c
30726 ____________________________________________________________________________
30727 [  6660] By: jhi                                   on 2000/08/17  00:04:32
30728         Log: Retract #6645.
30729      Branch: perl
30730            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30731            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
30732            ! t/op/sprintf.t
30733 ____________________________________________________________________________
30734 [  6659] By: gsar                                  on 2000/08/16  23:59:28
30735         Log: on windows, the return values from wait() and waitpid() don't
30736              match those of pseudo-pids
30737      Branch: perl
30738            ! pp_sys.c t/op/fork.t util.c win32/win32.c
30739 ____________________________________________________________________________
30740 [  6658] By: gsar                                  on 2000/08/16  23:56:14
30741         Log: pod nit seen in passing
30742      Branch: perl
30743            ! pod/perlfunc.pod
30744 ____________________________________________________________________________
30745 [  6657] By: gsar                                  on 2000/08/16  23:53:42
30746         Log: change#6328 could make close(SOCKET) return false on windows
30747              when it shouldn't
30748      Branch: perl
30749            ! win32/win32sck.c
30750 ____________________________________________________________________________
30751 [  6656] By: gsar                                  on 2000/08/16  23:46:57
30752         Log: check that the number pseudo children doesn't exceed
30753              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30754              the WaitForMultipleObjects() limit that would cause wait()
30755              to crash)
30756              
30757              wait() and waitpid() could potentially be rewritten to use
30758              more than one thread to do the waiting to eliminate this
30759              limitation
30760      Branch: perl
30761            ! win32/perlhost.h
30762 ____________________________________________________________________________
30763 [  6655] By: jhi                                   on 2000/08/16  14:11:05
30764         Log: Update Changes.
30765      Branch: perl
30766            ! Changes patchlevel.h
30767 ____________________________________________________________________________
30768 [  6654] By: jhi                                   on 2000/08/16  14:10:12
30769         Log: Update to perldebtut 1.9, from Richard Foley.
30770      Branch: perl
30771            ! pod/perldebtut.pod
30772 ____________________________________________________________________________
30773 [  6653] By: jhi                                   on 2000/08/16  14:08:17
30774         Log: Change the regx compilation error markers to use = instead of <
30775              since pod makes using the latter quite messy.  Reported in
30776              ID 20000814.006 by Abigail and in
30777              Subject: Unknown escape E<> ?
30778              From: Lupe Christoph <lupe@lupe-christoph.de>
30779              Date: Fri, 11 Aug 2000 00:30:27 +0200
30780              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
30781      Branch: perl
30782            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
30783            ! t/op/regmesg.t t/pragma/warn/regcomp
30784 ____________________________________________________________________________
30785 [  6652] By: jhi                                   on 2000/08/16  13:25:31
30786         Log: Change the perlbug address to perl.org since it's more forgiving.
30787              
30788              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
30789              From: abigail@foad.org
30790              Date: 15 Aug 2000 04:15:40 -0000
30791              Message-Id: <20000815041540.8633.qmail@foad.org>
30792      Branch: perl
30793            ! utils/perlbug.PL
30794 ____________________________________________________________________________
30795 [  6651] By: jhi                                   on 2000/08/16  13:22:35
30796         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30797              From: Tim Jenness <timj@jach.hawaii.edu>
30798              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
30799              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
30800      Branch: perl
30801            ! lib/Cwd.pm
30802 ____________________________________________________________________________
30803 [  6650] By: jhi                                   on 2000/08/16  13:18:13
30804         Log: Update to CPAN 1.57.
30805              
30806              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
30807              From: andreas.koenig@anima.de (Andreas J. Koenig)
30808              Date: 16 Aug 2000 15:09:46 +0200
30809              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
30810      Branch: perl
30811            ! lib/CPAN.pm
30812 ____________________________________________________________________________
30813 [  6649] By: jhi                                   on 2000/08/16  13:12:31
30814         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
30815              From: "Larry W. Virden" <lvirden@cas.org>
30816              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
30817              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
30818      Branch: perl
30819            ! README.hpux
30820 ____________________________________________________________________________
30821 [  6648] By: jhi                                   on 2000/08/16  13:03:53
30822         Log: The numeric locale was reset to "C" by s?printf and never restored.
30823              
30824              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30825              From: Christian Kirsch <ck@held.mind.de>
30826              Date: Wed, 9 Aug 2000 17:05:17 +0200
30827              Message-Id: <20000809170517.A25389@held>
30828              
30829              No test since adding the failing example to locale.t
30830              does not fail -- probably because the locale settings are so
30831              thoroughly tweaked by that time.  Running the example standalone
30832              does fail, though.  UPDATE: test case added at change #7540.
30833      Branch: perl
30834            ! dump.c perl.h pp.c pp_ctl.c sv.c
30835 ____________________________________________________________________________
30836 [  6647] By: jhi                                   on 2000/08/16  00:07:54
30837         Log: Update Changes and test semi-automatic patchlevel updating.
30838      Branch: perl
30839            ! Changes patchlevel.h
30840 ____________________________________________________________________________
30841 [  6646] By: jhi                                   on 2000/08/15  23:35:07
30842         Log: Fix a dependency problem.
30843              
30844              Subject: [PATCH: 6640] VMS Makefile.SH update
30845              From: Peter Prymmer <pvhp@forte.com>
30846              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
30847              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
30848      Branch: perl
30849            ! vms/descrip_mms.template
30850 ____________________________________________________________________________
30851 [  6645] By: jhi                                   on 2000/08/15  23:33:23
30852         Log: (Retracted by #6660)
30853              
30854              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
30855              From: Dominic Dunlop <domo@computer.org>
30856              Date: Tue, 15 Aug 2000 22:20:52 +0200
30857              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
30858      Branch: metaconfig/U/perl
30859            + d_printfed.U
30860      Branch: perl
30861            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30862            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
30863            ! t/op/sprintf.t
30864 ____________________________________________________________________________
30865 [  6644] By: jhi                                   on 2000/08/15  21:17:20
30866         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30867              From: abigail@foad.org
30868              Date: 15 Aug 2000 20:12:41 -0000
30869              Message-Id: <20000815201241.25556.qmail@foad.org>
30870      Branch: perl
30871            ! INSTALL
30872 ____________________________________________________________________________
30873 [  6643] By: jhi                                   on 2000/08/15  21:15:28
30874         Log: (an already applied patch)
30875      Branch: perl
30876            ! lib/CGI.pm
30877 ____________________________________________________________________________
30878 [  6642] By: gsar                                  on 2000/08/15  19:54:05
30879         Log: magic callbacks all need to have same type signature
30880      Branch: perl
30881            ! embed.pl mg.c proto.h
30882 ____________________________________________________________________________
30883 [  6641] By: jhi                                   on 2000/08/15  17:56:27
30884         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)
30885              From: Mike Guy <mjtg@cam.ac.uk>
30886              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
30887              Date: Tue, 15 Aug 2000 18:26:45 +0100
30888              
30889              Only the peek.t part applied, not the hash quality part.
30890      Branch: perl
30891            ! t/lib/peek.t
30892 ____________________________________________________________________________
30893 [  6640] By: jhi                                   on 2000/08/15  16:37:37
30894         Log: Update Changes.
30895      Branch: perl
30896            ! Changes
30897 ____________________________________________________________________________
30898 [  6639] By: jhi                                   on 2000/08/15  16:34:55
30899         Log: Missed a file from #6638.
30900      Branch: perl
30901            ! lib/File/Temp.pm
30902 ____________________________________________________________________________
30903 [  6638] By: jhi                                   on 2000/08/15  16:33:19
30904         Log: Subject: [PATCH perl@6620] cygwin port
30905              From: "Fifer, Eric" <EFifer@sanwaint.com>
30906              Date: Tue, 15 Aug 2000 17:00:49 +0100
30907              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
30908      Branch: perl
30909            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
30910 ____________________________________________________________________________
30911 [  6637] By: jhi                                   on 2000/08/15  16:29:22
30912         Log: Subject: [PATCH] debugger exit code should reflect user exit code
30913              From: Mike Guy <mjtg@cam.ac.uk>
30914              Date: Tue, 15 Aug 2000 16:55:59 +0100
30915              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
30916      Branch: perl
30917            ! lib/perl5db.pl
30918 ____________________________________________________________________________
30919 [  6636] By: jhi                                   on 2000/08/15  15:30:58
30920         Log: Update Changes.
30921      Branch: perl
30922            ! Changes
30923 ____________________________________________________________________________
30924 [  6635] By: jhi                                   on 2000/08/15  15:27:21
30925         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
30926      Branch: metaconfig
30927            ! U/mkglossary U/mksample
30928      Branch: metaconfig/U/perl
30929            ! Devel.U
30930      Branch: perl
30931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30932 ____________________________________________________________________________
30933 [  6634] By: jhi                                   on 2000/08/15  14:11:55
30934         Log: Don't blow limited stacks, a lower number is enough to
30935              tickle the lookbehind limit.
30936              
30937              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
30938              From: Dominic Dunlop <domo@computer.org>
30939              Date: Tue, 15 Aug 2000 13:51:24 +0200
30940              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
30941      Branch: perl
30942            ! t/op/regmesg.t
30943 ____________________________________________________________________________
30944 [  6633] By: jhi                                   on 2000/08/15  14:01:46
30945         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30946              From: Mike Guy <mjtg@cam.ac.uk>
30947              Date: Tue, 15 Aug 2000 12:10:50 +0100
30948              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
30949      Branch: perl
30950            ! utils/perldoc.PL
30951 ____________________________________________________________________________
30952 [  6632] By: jhi                                   on 2000/08/15  13:58:48
30953         Log: make ok etc also for win32.
30954              
30955              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
30956              From: Prymmer/Kahn <pvhp@best.com>
30957              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
30958              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
30959      Branch: perl
30960            ! win32/Makefile
30961 ____________________________________________________________________________
30962 [  6631] By: jhi                                   on 2000/08/15  13:45:03
30963         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
30964      Branch: perl
30965            ! lib/Test.pm
30966 ____________________________________________________________________________
30967 [  6630] By: jhi                                   on 2000/08/15  03:25:09
30968         Log: Update Changes.
30969      Branch: perl
30970            ! Changes
30971 ____________________________________________________________________________
30972 [  6629] By: jhi                                   on 2000/08/15  03:23:53
30973         Log: magic_regdatum_set() is void, not int.
30974      Branch: perl
30975            ! embed.pl mg.c proto.h
30976 ____________________________________________________________________________
30977 [  6628] By: jhi                                   on 2000/08/15  03:08:02
30978         Log: Make the user to give up his firstborn, err, to knowingly
30979              verify installing an unstable developer release.  Also bump
30980              the release to 5.7.0, but leave a patch tag in the local
30981              patches saying that this is not yet the real thing.
30982      Branch: metaconfig
30983            ! U/modified/Instruct.U
30984      Branch: metaconfig/U/perl
30985            + Devel.U
30986      Branch: perl
30987            ! Configure patchlevel.h
30988 ____________________________________________________________________________
30989 [  6627] By: jhi                                   on 2000/08/14  22:32:52
30990         Log: README.os2 update.
30991              
30992              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30993              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30994              Date: Wed, 02 Aug 2000 21:55:09 -0700
30995              Message-ID: <tsPi5gzkgegX092yn@efn.org>
30996      Branch: perl
30997            ! README.os2
30998 ____________________________________________________________________________
30999 [  6626] By: jhi                                   on 2000/08/14  21:00:02
31000         Log: Subject: Re: File::Temp problems on VMS in bleedperl
31001              From: Tim Jenness <timj@jach.hawaii.edu>
31002              cc: vmsperl@perl.org
31003              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
31004              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
31005      Branch: perl
31006            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31007 ____________________________________________________________________________
31008 [  6625] By: jhi                                   on 2000/08/14  20:52:16
31009         Log: Add SUIDMAIL as was done for the CERT alert.
31010      Branch: perl
31011            ! patchlevel.h
31012 ____________________________________________________________________________
31013 [  6624] By: jhi                                   on 2000/08/14  20:48:50
31014         Log: Subject: sfio2000
31015              From: Daniel Muino <dmuino@afip.gov.ar>
31016              Date: Mon, 14 Aug 2000 16:58:11 -0300
31017              Message-ID: <20000814165811.B16368@con2-dgi>
31018      Branch: perl
31019            ! perlsdio.h perlsfio.h
31020 ____________________________________________________________________________
31021 [  6623] By: jhi                                   on 2000/08/14  20:47:36
31022         Log: Subject: warning: storage class after type is obsolescent
31023              From: Daniel Muino <dmuino@afip.gov.ar>
31024              Date: Mon, 14 Aug 2000 16:42:47 -0300
31025              Message-ID: <20000814164247.A16368@con2-dgi>
31026      Branch: perl
31027            ! regcomp.pl regnodes.h
31028 ____________________________________________________________________________
31029 [  6622] By: jhi                                   on 2000/08/14  20:43:05
31030         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
31031              From: abigail@foad.org
31032              Date: 14 Aug 2000 20:00:10 -0000
31033              Message-Id: <20000814200010.27271.qmail@foad.org>
31034      Branch: perl
31035            ! Changes
31036 ____________________________________________________________________________
31037 [  6621] By: jhi                                   on 2000/08/14  15:23:05
31038         Log: Update Changes.
31039      Branch: perl
31040            ! Changes
31041 ____________________________________________________________________________
31042 [  6620] By: jhi                                   on 2000/08/14  15:22:14
31043         Log: Subject: Re: [PATCH] @+, @- readonly
31044              From: Mike Guy <mjtg@cam.ac.uk>
31045              Date: Mon, 14 Aug 2000 15:26:55 +0100
31046              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
31047      Branch: perl
31048            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
31049            ! sv.c t/op/pat.t
31050 ____________________________________________________________________________
31051 [  6619] By: jhi                                   on 2000/08/14  14:12:08
31052         Log: Update Changes.
31053      Branch: perl
31054            ! Changes
31055 ____________________________________________________________________________
31056 [  6618] By: jhi                                   on 2000/08/14  14:09:34
31057         Log: For now remove the mail code.
31058      Branch: perl
31059            ! perl.c
31060 ____________________________________________________________________________
31061 [  6617] By: jhi                                   on 2000/08/14  14:08:28
31062         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
31063      Branch: perl
31064            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
31065            ! pod/perlfaq8.pod pod/perlsec.pod
31066 ____________________________________________________________________________
31067 [  6616] By: jhi                                   on 2000/08/14  14:00:11
31068         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31069              From: Mike Guy <mjtg@cam.ac.uk>
31070              Date: Mon, 14 Aug 2000 08:26:02 +0100
31071              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
31072      Branch: perl
31073            ! lib/perl5db.pl
31074 ____________________________________________________________________________
31075 [  6615] By: jhi                                   on 2000/08/14  13:58:45
31076         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
31077              From: Mike Guy <mjtg@cam.ac.uk>
31078              Date: Mon, 14 Aug 2000 08:04:22 +0100
31079              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
31080      Branch: perl
31081            ! gv.c mg.c t/op/pat.t
31082 ____________________________________________________________________________
31083 [  6614] By: jhi                                   on 2000/08/14  13:56:45
31084         Log: Subject: Test fails / warnings with perl-current #6612
31085              From: Mike Guy <mjtg@cam.ac.uk>
31086              Date: Mon, 14 Aug 2000 07:57:23 +0100
31087              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
31088      Branch: perl
31089            ! t/lib/b.t t/lib/peek.t
31090 ____________________________________________________________________________
31091 [  6613] By: jhi                                   on 2000/08/14  13:45:33
31092         Log: VMS configure.com update continues.
31093      Branch: perl
31094            - vms/configure.com
31095            ! MANIFEST configure.com
31096 ____________________________________________________________________________
31097 [  6612] By: jhi                                   on 2000/08/13  22:13:35
31098         Log: Update Changes.
31099      Branch: perl
31100            ! Changes
31101 ____________________________________________________________________________
31102 [  6611] By: jhi                                   on 2000/08/13  16:21:45
31103         Log: Upgrade to CGI 2.71, from Lincoln Stein.
31104      Branch: perl
31105            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
31106 ____________________________________________________________________________
31107 [  6610] By: jhi                                   on 2000/08/13  15:09:16
31108         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31109              From: Mike Guy <mjtg@cam.ac.uk>
31110              Date: Sun, 13 Aug 2000 13:45:51 +0100
31111              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
31112      Branch: perl
31113            ! t/op/regmesg.t
31114 ____________________________________________________________________________
31115 [  6609] By: jhi                                   on 2000/08/13  14:31:26
31116         Log: Andreas says that 1.56 is fine, so reverting back to it.
31117      Branch: perl
31118            ! lib/CPAN.pm
31119 ____________________________________________________________________________
31120 [  6608] By: jhi                                   on 2000/08/13  05:34:20
31121         Log: Update Changes.
31122      Branch: perl
31123            ! Changes
31124 ____________________________________________________________________________
31125 [  6607] By: jhi                                   on 2000/08/13  05:32:01
31126         Log: Put back the \z changes of #5406 to CPAN.pm.
31127      Branch: perl
31128            ! lib/CPAN.pm
31129 ____________________________________________________________________________
31130 [  6606] By: jhi                                   on 2000/08/13  05:20:16
31131         Log: Fix-n-skip the tests under 5005threads.
31132      Branch: perl
31133            ! t/lib/b.t
31134 ____________________________________________________________________________
31135 [  6605] By: jhi                                   on 2000/08/13  05:07:48
31136         Log: Fix the test for 5005threads.
31137      Branch: perl
31138            ! t/lib/peek.t
31139 ____________________________________________________________________________
31140 [  6604] By: jhi                                   on 2000/08/13  03:35:37
31141         Log: Should have deleted this in #6603.
31142      Branch: perl
31143            - vms/subconfigure.com
31144 ____________________________________________________________________________
31145 [  6603] By: jhi                                   on 2000/08/12  18:29:32
31146         Log: Rewrite of vms/subconfigure.com as configure.com,
31147              from Peter Prymmer and the vmsperl crew.
31148      Branch: perl
31149            + vms/configure.com
31150            ! MANIFEST
31151 ____________________________________________________________________________
31152 [  6602] By: jhi                                   on 2000/08/11  13:00:01
31153         Log: PlainText.pm is dead.
31154      Branch: perl
31155            - lib/Pod/PlainText.pm
31156            ! MANIFEST
31157 ____________________________________________________________________________
31158 [  6601] By: jhi                                   on 2000/08/11  04:06:45
31159         Log: Update Changes.
31160      Branch: perl
31161            ! Changes
31162 ____________________________________________________________________________
31163 [  6600] By: jhi                                   on 2000/08/11  04:06:10
31164         Log: Add a few missing files, update MANIFEST.
31165      Branch: perl
31166            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31167            + lib/Pod/PlainText.pm t/pod/find.t
31168            ! MANIFEST t/op/regmesg.t
31169 ____________________________________________________________________________
31170 [  6599] By: jhi                                   on 2000/08/11  03:31:10
31171         Log: Add Perl debugging tutorial, regen toc. 
31172              
31173              Subject: perldebtut.pod
31174              From: Richard Foley <Richard.Foley@m.dasa.de>
31175              Date: Wed, 09 Aug 2000 10:17:15 +0200
31176              Message-id: <3991138B.262247B8@m.dasa.de>
31177      Branch: perl
31178            + pod/perldebtut.pod
31179            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
31180 ____________________________________________________________________________
31181 [  6598] By: jhi                                   on 2000/08/11  02:48:56
31182         Log: tiny Changes edit
31183      Branch: perl
31184            ! Changes
31185 ____________________________________________________________________________
31186 [  6597] By: jhi                                   on 2000/08/11  02:39:04
31187         Log: Tests for #6589.
31188              
31189              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31190              From: simon@brecon.co.uk (Simon Cozens)
31191              Date: 11 Aug 2000 02:24:52 GMT
31192              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
31193      Branch: perl
31194            ! t/lib/b.t
31195 ____________________________________________________________________________
31196 [  6596] By: jhi                                   on 2000/08/11  01:50:07
31197         Log: Update Changes.
31198      Branch: perl
31199            ! Changes
31200 ____________________________________________________________________________
31201 [  6595] By: jhi                                   on 2000/08/11  01:47:16
31202         Log: nitfix
31203      Branch: perl
31204            ! Changes
31205 ____________________________________________________________________________
31206 [  6594] By: jhi                                   on 2000/08/11  01:36:16
31207         Log: Subject: Getting perlio and threads to compile
31208              From: Lupe Christoph <lupe@lupe-christoph.de>
31209              Date: Wed, 9 Aug 2000 11:35:54 +0200
31210              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
31211              
31212              (the Solaris version changes in Configure skipped)
31213      Branch: perl
31214            ! hints/solaris_2.sh thread.h
31215 ____________________________________________________________________________
31216 [  6593] By: jhi                                   on 2000/08/11  01:30:16
31217         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
31218              From: simon@brecon.co.uk (Simon Cozens)
31219              Date: 1 Aug 2000 06:55:19 GMT
31220              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
31221      Branch: perl
31222            ! lib/utf8.pm
31223 ____________________________________________________________________________
31224 [  6592] By: jhi                                   on 2000/08/11  01:26:39
31225         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31226              From: Peter Scott <Peter@PeterScott.com>
31227              Date: Thu, 10 Aug 2000 08:23:27 -0700
31228              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
31229      Branch: perl
31230            ! lib/perl5db.pl
31231 ____________________________________________________________________________
31232 [  6591] By: jhi                                   on 2000/08/11  01:22:02
31233         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31234              From: Hugo <hv@crypt.compulink.co.uk>
31235              Date: Thu, 10 Aug 2000 19:23:04 +0100
31236              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
31237      Branch: perl
31238            ! regexec.c t/op/pat.t
31239 ____________________________________________________________________________
31240 [  6590] By: jhi                                   on 2000/08/11  01:19:19
31241         Log: Preprocessing and postprocessing for File::Find.
31242              
31243              Subject: Patch to Find::File.pm to allow alphabetical results
31244              From: Joe Smith <jsmith@inwap.com>
31245              Date: Wed, 9 Aug 2000 02:44:54 -0700
31246              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
31247      Branch: perl
31248            ! lib/File/Find.pm
31249 ____________________________________________________________________________
31250 [  6589] By: jhi                                   on 2000/08/11  01:12:39
31251         Log: B::Deparse didn't do sub attributes.
31252              
31253              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31254              From: simon@brecon.co.uk (Simon Cozens)
31255              Date: 9 Aug 2000 04:49:20 GMT
31256              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
31257      Branch: perl
31258            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
31259 ____________________________________________________________________________
31260 [  6588] By: jhi                                   on 2000/08/11  01:06:40
31261         Log: Subject: debugger "d" command doesnt check line number
31262              From: Mike Guy <mjtg@cam.ac.uk>
31263              Date: Tue, 08 Aug 2000 21:54:29 +0100
31264              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
31265      Branch: perl
31266            ! lib/perl5db.pl mg.c pod/perldiag.pod
31267 ____________________________________________________________________________
31268 [  6587] By: jhi                                   on 2000/08/11  00:45:03
31269         Log: sleep(1) does not necessarily return 1.
31270              
31271              Subject: [PATCH bleadperl] op/lex_assign.t  
31272              From: Hugo <hv@crypt.compulink.co.uk>
31273              Date: Thu, 03 Aug 2000 14:34:22 +0100        
31274              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
31275      Branch: perl
31276            ! t/op/lex_assign.t
31277 ____________________________________________________________________________
31278 [  6586] By: jhi                                   on 2000/08/11  00:31:50
31279         Log: Document the IO::Select timeout.
31280      Branch: perl
31281            ! ext/IO/lib/IO/Select.pm
31282 ____________________________________________________________________________
31283 [  6585] By: jhi                                   on 2000/08/11  00:13:54
31284         Log: Forgot contributor.
31285      Branch: perl
31286            ! Changes
31287 ____________________________________________________________________________
31288 [  6584] By: jhi                                   on 2000/08/11  00:09:19
31289         Log: detypo
31290      Branch: perl
31291            ! Changes
31292 ____________________________________________________________________________
31293 [  6583] By: jhi                                   on 2000/08/11  00:07:53
31294         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
31295              
31296              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
31297              From: Mike Guy <mjtg@cam.ac.uk> 
31298              Date: Thu, 10 Aug 2000 15:50:54 +0100
31299              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
31300      Branch: perl
31301            ! sv.c t/op/int.t
31302 ____________________________________________________________________________
31303 [  6582] By: jhi                                   on 2000/08/10  23:29:32
31304         Log: Update Changes.
31305      Branch: perl
31306            ! Changes
31307 ____________________________________________________________________________
31308 [  6581] By: jhi                                   on 2000/08/10  23:26:16
31309         Log: Put back the std @INC thing.
31310      Branch: perl
31311            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
31312            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
31313            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
31314            ! t/lib/gol-oo.t
31315 ____________________________________________________________________________
31316 [  6580] By: jhi                                   on 2000/08/10  23:03:34
31317         Log: Update to CGI 2.70, from Lincoln Stein.
31318      Branch: perl
31319            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
31320            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
31321            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
31322            ! t/lib/cgi-request.t
31323 ____________________________________________________________________________
31324 [  6579] By: jhi                                   on 2000/08/10  22:41:50
31325         Log: Update to CPAN 1.56, from Andreas König.
31326      Branch: perl
31327            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31328 ____________________________________________________________________________
31329 [  6578] By: jhi                                   on 2000/08/10  22:38:13
31330         Log: Update to Pod::Parser 1.17, from Brad Appleton.
31331      Branch: perl
31332            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
31333            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
31334            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
31335            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
31336            ! t/pod/include.t t/pod/included.t t/pod/lref.t
31337            ! t/pod/multiline_items.t t/pod/nested_items.t
31338            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31339            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
31340            ! t/pod/special_seqs.t
31341 ____________________________________________________________________________
31342 [  6577] By: jhi                                   on 2000/08/10  22:35:41
31343         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31344      Branch: perl
31345            ! AUTHORS MAINTAIN
31346 ____________________________________________________________________________
31347 [  6576] By: jhi                                   on 2000/08/10  22:24:54
31348         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
31349      Branch: perl
31350            + t/lib/gol-oo.t
31351            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
31352            ! t/lib/gol-compat.t t/lib/gol-linkage.t
31353 ____________________________________________________________________________
31354 [  6575] By: jhi                                   on 2000/08/10  22:02:07
31355         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
31356      Branch: perl
31357            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
31358 ____________________________________________________________________________
31359 [  6574] By: jhi                                   on 2000/08/10  21:55:03
31360         Log: Iterating perl6 description.
31361      Branch: perl
31362            ! pod/perlfaq1.pod
31363 ____________________________________________________________________________
31364 [  6573] By: jhi                                   on 2000/08/10  21:48:26
31365         Log: Revert the sv.c part of #6559, a better fix is needed.
31366      Branch: perl
31367            ! sv.c
31368 ____________________________________________________________________________
31369 [  6572] By: jhi                                   on 2000/08/10  20:33:43
31370         Log: It's the 2ndO'ROSSC.
31371      Branch: perl
31372            ! pod/perlfaq1.pod
31373 ____________________________________________________________________________
31374 [  6571] By: jhi                                   on 2000/08/10  15:55:48
31375         Log: detypo
31376      Branch: perl
31377            ! pod/perlfaq1.pod
31378 ____________________________________________________________________________
31379 [  6570] By: jhi                                   on 2000/08/10  14:11:17
31380         Log: An exceptionally sticky typo.
31381      Branch: perl
31382            ! Changes
31383 ____________________________________________________________________________
31384 [  6569] By: jhi                                   on 2000/08/10  14:09:33
31385         Log: detypo (and test Changes updating script)
31386      Branch: perl
31387            ! Changes
31388 ____________________________________________________________________________
31389 [  6568] By: jhi                                   on 2000/08/10  14:07:07
31390         Log: Update Changes.
31391      Branch: perl
31392            ! Changes
31393 ____________________________________________________________________________
31394 [  6567] By: jhi                                   on 2000/08/10  14:06:19
31395         Log: Amend the description of Perl6.
31396              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31397              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31398              Date: Wed, 9 Aug 2000 22:11:06 -0500
31399              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
31400      Branch: perl
31401            ! pod/perlfaq1.pod
31402 ____________________________________________________________________________
31403 [  6566] By: jhi                                   on 2000/08/10  13:58:57
31404         Log: Subject: Remove dead entry in perldiag
31405              From: Mike Guy <mjtg@cam.ac.uk>
31406              Date: Thu, 10 Aug 2000 14:19:19 +0100
31407              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
31408      Branch: perl
31409            ! pod/perldiag.pod
31410 ____________________________________________________________________________
31411 [  6565] By: jhi                                   on 2000/08/10  13:51:48
31412         Log: Zero entries were skipped, fix from Adrian Goalby
31413              <argoalby@yahoo.co.uk>
31414      Branch: perl
31415            ! lib/unicode/Number.pl lib/unicode/mktables.PL
31416 ____________________________________________________________________________
31417 [  6564] By: jhi                                   on 2000/08/10  13:00:12
31418         Log: Subject: [PATCH 5.6.0] cygwin port
31419              From: "Fifer, Eric" <EFifer@sanwaint.com>
31420              Date: Thu, 10 Aug 2000 13:15:36 +0100
31421              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
31422      Branch: perl
31423            ! README.cygwin hints/cygwin.sh
31424 ____________________________________________________________________________
31425 [  6563] By: jhi                                   on 2000/08/10  12:55:16
31426         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
31427      Branch: perl
31428            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
31429 ____________________________________________________________________________
31430 [  6562] By: gsar                                  on 2000/08/10  08:38:39
31431         Log: warn is a macro, avoid using at a variable to avoid warnings
31432              in some configurations; readdir.t is too conservative in
31433              estimating number of *.t's
31434      Branch: perl
31435            ! t/op/readdir.t util.c
31436 ____________________________________________________________________________
31437 [  6561] By: jhi                                   on 2000/08/09  23:35:42
31438         Log: Update Changes.
31439      Branch: perl
31440            ! Changes
31441 ____________________________________________________________________________
31442 [  6560] By: jhi                                   on 2000/08/09  23:05:47
31443         Log: Subject: Re: enhanced(?) regex error messages
31444              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31445              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
31446              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
31447              
31448              (plus two small patches sent privately)
31449              (this still seems to leave few test failures)
31450      Branch: perl
31451            + t/op/regmesg.t
31452            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
31453            ! t/pragma/warn/regcomp
31454 ____________________________________________________________________________
31455 [  6559] By: jhi                                   on 2000/08/09  20:41:18
31456         Log: (The fix did work but was not right, retracted in #6573)
31457              
31458              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
31459              From: Christian Kirsch <ck@held.mind.de>
31460              Date: Wed, 9 Aug 2000 17:05:17 +0200
31461              Message-Id: <20000809170517.A25389@held>
31462      Branch: perl
31463            ! sv.c t/pragma/locale.t
31464 ____________________________________________________________________________
31465 [  6558] By: jhi                                   on 2000/08/08  22:34:08
31466         Log: Tiny updates on the contributors list.
31467      Branch: perl
31468            ! Changes
31469 ____________________________________________________________________________
31470 [  6557] By: jhi                                   on 2000/08/08  19:34:28
31471         Log: Double check that we have a dirhandle.
31472      Branch: perl
31473            ! util.c
31474 ____________________________________________________________________________
31475 [  6556] By: jhi                                   on 2000/08/08  19:01:51
31476         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
31477              May be repopulated with fresh maintained examples.
31478      Branch: perl
31479            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
31480            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
31481            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
31482            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
31483            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
31484            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
31485            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
31486            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
31487            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
31488            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
31489            + lib/CGI/eg/wilogo_gif.uu
31490            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
31491            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
31492            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
31493            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
31494            - eg/cgi/frameset.cgi eg/cgi/index.html
31495            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31496            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31497            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31498            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31499            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31500            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31501            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31502            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31503            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31504            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31505            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31506            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31507            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31508            - eg/van/vanish eg/who eg/wrapsuid
31509            ! MANIFEST
31510 ____________________________________________________________________________
31511 [  6555] By: jhi                                   on 2000/08/08  18:51:08
31512         Log: Delete chat2 as requested by Randal.
31513              
31514              Subject: Re: perlfaq8 coyness
31515              From: merlyn@stonehenge.com (Randal L. Schwartz) 
31516              Date: 15 May 2000 18:52:42 -0700 
31517              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
31518      Branch: perl
31519            - lib/chat2.pl
31520            ! MANIFEST
31521 ____________________________________________________________________________
31522 [  6554] By: jhi                                   on 2000/08/08  18:31:35
31523         Log: Regen global.sym.
31524      Branch: perl
31525            ! global.sym
31526 ____________________________________________________________________________
31527 [  6553] By: jhi                                   on 2000/08/08  18:28:13
31528         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31529              (either perlbug or p5p ate the original), plus regen
31530              perlapi and perltoc. 
31531      Branch: perl
31532            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
31533            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
31534            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
31535            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
31536            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
31537            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
31538            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
31539            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
31540            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
31541            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
31542 ____________________________________________________________________________
31543 [  6552] By: jhi                                   on 2000/08/08  18:06:29
31544         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31545              From: Mike Guy <mjtg@cam.ac.uk>
31546              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
31547              Date: Tue, 08 Aug 2000 15:51:27 +0100
31548      Branch: perl
31549            ! doop.c sv.h t/op/join.t t/pragma/overload.t
31550 ____________________________________________________________________________
31551 [  6551] By: jhi                                   on 2000/08/08  18:01:11
31552         Log: Re-apply #6549.
31553      Branch: perl
31554            ! lib/perl5db.pl
31555 ____________________________________________________________________________
31556 [  6550] By: jhi                                   on 2000/08/08  17:43:08
31557         Log: Accidental retraction of #6549.
31558      Branch: perl
31559            ! lib/perl5db.pl
31560 ____________________________________________________________________________
31561 [  6549] By: jhi                                   on 2000/08/08  17:40:04
31562         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31563              From: Mike Guy <mjtg@cam.ac.uk>
31564              Date: Mon, 07 Aug 2000 21:49:58 +0100
31565              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
31566      Branch: perl
31567            ! lib/perl5db.pl
31568 ____________________________________________________________________________
31569 [  6548] By: jhi                                   on 2000/08/08  17:37:57
31570         Log: Document here-doc better.
31571              
31572              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
31573              From: Mike Guy <mjtg@cam.ac.uk>
31574              Date: Mon, 07 Aug 2000 14:02:09 +0100
31575              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
31576      Branch: perl
31577            ! pod/perldata.pod
31578 ____________________________________________________________________________
31579 [  6547] By: jhi                                   on 2000/08/08  17:33:34
31580         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
31581              From: "Randy J. Ray" <rjray@redhat.com>
31582              Date: Mon, 07 Aug 2000 19:12:25 -0700
31583              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
31584      Branch: perl
31585            ! perl.c pod/perlrun.pod
31586 ____________________________________________________________________________
31587 [  6546] By: jhi                                   on 2000/08/08  17:29:26
31588         Log: Subject: Re: enhanced(?) regex error messages 
31589              From: Hugo <hv@crypt.compulink.co.uk>
31590              Date: Tue, 08 Aug 2000 03:25:51 +0100
31591              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
31592              
31593              plus Capitalize the error messages, plus perldiag them.
31594      Branch: perl
31595            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
31596 ____________________________________________________________________________
31597 [  6545] By: jhi                                   on 2000/08/08  13:59:28
31598         Log: Augment #6539 a bit: don't croak if there's magic in the air.
31599              
31600              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
31601              From: Hugo <hv@crypt.compulink.co.uk>
31602              Date: Tue, 08 Aug 2000 03:02:03 +0100
31603              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
31604      Branch: perl
31605            ! pp.c t/op/bless.t
31606 ____________________________________________________________________________
31607 [  6544] By: jhi                                   on 2000/08/07  21:11:52
31608         Log: Make the test -w clean.
31609      Branch: perl
31610            ! t/op/bless.t
31611 ____________________________________________________________________________
31612 [  6543] By: jhi                                   on 2000/08/07  19:49:53
31613         Log: use warnings instead of $^W.
31614      Branch: perl
31615            ! t/op/bless.t
31616 ____________________________________________________________________________
31617 [  6542] By: jhi                                   on 2000/08/07  17:41:41
31618         Log: Disable a portability warning Because We Know What We Are Doing.
31619      Branch: perl
31620            ! t/op/bless.t
31621 ____________________________________________________________________________
31622 [  6541] By: jhi                                   on 2000/08/07  17:29:51
31623         Log: Tiny tidying on report_evil_fh().
31624      Branch: perl
31625            ! util.c
31626 ____________________________________________________________________________
31627 [  6540] By: jhi                                   on 2000/08/07  16:37:38
31628         Log: Make regular expression parse error messages easier to understand.
31629              
31630              Subject: Re: enhanced(?) regex error messages
31631              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
31632              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
31633              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
31634      Branch: perl
31635            ! regcomp.c
31636 ____________________________________________________________________________
31637 [  6539] By: jhi                                   on 2000/08/07  16:12:27
31638         Log: Make bless(REF, REF) a fatal error, add bless tests.
31639              
31640              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
31641              From: Hugo <hv@crypt.compulink.co.uk>
31642              Date: Mon, 07 Aug 2000 16:59:38 +0100
31643              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
31644      Branch: perl
31645            + t/op/bless.t
31646            ! MANIFEST pod/perldiag.pod pp.c sv.c
31647 ____________________________________________________________________________
31648 [  6538] By: jhi                                   on 2000/08/07  15:59:43
31649         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
31650              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
31651              Date: Thu, 3 Aug 2000 14:29:21 -0700
31652              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
31653      Branch: perl
31654            ! lib/lib_pm.PL
31655 ____________________________________________________________________________
31656 [  6537] By: jhi                                   on 2000/08/07  15:47:18
31657         Log: Retract #6419 for now since it breaks in AFS and MachTen.
31658      Branch: perl
31659            ! lib/Cwd.pm
31660 ____________________________________________________________________________
31661 [  6536] By: jhi                                   on 2000/08/07  15:05:29
31662         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
31663              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
31664              The security hole exists only in suidperls, which isn't
31665              installed or even built by default.
31666      Branch: perl
31667            ! perl.c
31668 ____________________________________________________________________________
31669 [  6535] By: jhi                                   on 2000/08/07  14:45:14
31670         Log: tr memory corruption fix from Simon Cozens.
31671      Branch: perl
31672            ! doop.c
31673 ____________________________________________________________________________
31674 [  6534] By: jhi                                   on 2000/08/06  11:38:16
31675         Log: Document a bit that UDP is not what you might think.
31676              
31677              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
31678              From: Lupe Christoph <lupe@lupe-christoph.de>
31679              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
31680              Date: Mon, 24 Jul 2000 08:59:15 +0200
31681      Branch: perl
31682            ! pod/perlipc.pod
31683 ____________________________________________________________________________
31684 [  6533] By: jhi                                   on 2000/08/06  11:35:01
31685         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
31686              From: Jeff Pinyan <jeffp@hut.crusoe.net>
31687              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
31688              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
31689      Branch: perl
31690            ! pod/perlfunc.pod
31691 ____________________________________________________________________________
31692 [  6532] By: jhi                                   on 2000/08/06  03:45:41
31693         Log: Have symbols for the IoTYPEs.
31694      Branch: perl
31695            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
31696 ____________________________________________________________________________
31697 [  6531] By: jhi                                   on 2000/08/06  01:33:55
31698         Log: Continue fixing the io warnings.  This also
31699              sort of fixes bug ID 20000802.003: the core dump
31700              is no more.  Whether the current behaviour is correct
31701              (giving a warning: "Not a format reference"), is another matter.
31702      Branch: perl
31703            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
31704            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
31705 ____________________________________________________________________________
31706 [  6530] By: jhi                                   on 2000/08/05  21:33:12
31707         Log: Change the Policy policy: now -Dprefix= with an existing
31708              Policy.sh and prefix == siteprefix == vendorprefix, then all
31709              of them follow along the new prefix.
31710              
31711              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
31712              From: Andy Dougherty <doughera@lafayette.edu>
31713              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
31714              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
31715      Branch: perl
31716            ! Policy_sh.SH
31717 ____________________________________________________________________________
31718 [  6529] By: jhi                                   on 2000/08/05  18:57:28
31719         Log: Zap lib/Sys directory when cleaning up.
31720      Branch: perl
31721            ! Makefile.SH
31722 ____________________________________________________________________________
31723 [  6528] By: jhi                                   on 2000/08/05  18:40:44
31724         Log: Essential prototype changes were missing from #6527.
31725              Also make report_evil_fh() more bomb-proof.
31726      Branch: perl
31727            ! embed.h util.c
31728 ____________________________________________________________________________
31729 [  6527] By: jhi                                   on 2000/08/05  03:22:05
31730         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
31731              From: "Ronald F. Guilmette" <rfg@monkeys.com>
31732              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
31733              Message-Id: <200007242247.PAA52177@monkeys.com>
31734      Branch: perl
31735            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
31736 ____________________________________________________________________________
31737 [  6526] By: jhi                                   on 2000/08/04  21:23:27
31738         Log: gcc versions might have (parentheses) in them.
31739      Branch: metaconfig/U/perl
31740            ! gccvers.U
31741      Branch: perl
31742            ! Configure config_h.SH
31743 ____________________________________________________________________________
31744 [  6525] By: jhi                                   on 2000/08/04  20:23:12
31745         Log: Weed buglets pointed out by
31746              
31747              From: Lupe Christoph <lupe@lupe-christoph.de>
31748              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31749              Date: Fri, 4 Aug 2000 17:34:39 +0200
31750              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
31751      Branch: metaconfig/U/perl
31752            ! gccvers.U uselfs.U
31753      Branch: perl
31754            ! Configure config_h.SH
31755 ____________________________________________________________________________
31756 [  6524] By: jhi                                   on 2000/08/04  19:02:08
31757         Log: Warn under -w if lstat(FH) is attempted.
31758              
31759              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
31760              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
31761              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
31762              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
31763      Branch: perl
31764            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
31765            ! t/pragma/warn/pp_sys
31766 ____________________________________________________________________________
31767 [  6523] By: jhi                                   on 2000/08/04  12:31:11
31768         Log: Subject: New perlcc, take 2
31769              From: simon@brecon.co.uk (Simon Cozens)
31770              Date: 4 Aug 2000 06:21:04 GMT
31771              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
31772      Branch: perl
31773            ! utils/perlcc.PL
31774 ____________________________________________________________________________
31775 [  6522] By: jhi                                   on 2000/08/04  12:26:33
31776         Log: Subject: Re: Array vs. List context
31777              From: Daniel Chetlin <daniel@chetlin.com>
31778              Date: Fri, 4 Aug 2000 00:22:44 -0700
31779              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
31780      Branch: perl
31781            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
31782            ! pod/perlfaq4.pod
31783 ____________________________________________________________________________
31784 [  6521] By: jhi                                   on 2000/08/04  12:22:38
31785         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31786              From: Raymund Will <ray@caldera.de>
31787              Date: Fri, 4 Aug 2000 12:07:09 +0200
31788              Message-Id: <20000804120709.A14982@caldera.de>
31789      Branch: perl
31790            ! configure.gnu
31791 ____________________________________________________________________________
31792 [  6520] By: jhi                                   on 2000/08/04  04:09:06
31793         Log: After the #6519 a warning about stat() is just that,
31794              not about a filetest, which now have their own warning.
31795      Branch: perl
31796            ! pod/perldiag.pod
31797 ____________________________________________________________________________
31798 [  6519] By: jhi                                   on 2000/08/04  04:06:30
31799         Log: In the warnings call filehandles consistently so;
31800              add "unopened" warning for stat().
31801      Branch: perl
31802            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
31803            ! t/pragma/warn/pp_sys
31804 ____________________________________________________________________________
31805 [  6518] By: jhi                                   on 2000/08/04  02:55:35
31806         Log: Subject: Minor tweak to perlvar.pod
31807              From: "Stephen P. Potter" <spp@ds.net>
31808              Date: Tue, 18 Apr 2000 09:26:03 -0400
31809              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
31810      Branch: perl
31811            ! pod/perlvar.pod
31812 ____________________________________________________________________________
31813 [  6517] By: jhi                                   on 2000/08/04  02:50:08
31814         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
31815              From: "Clinton Pierce" <cpierce1@ford.com>
31816              Date: Wed, 21 Jul 1999 16:45:31 -0400
31817              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
31818              
31819              Fix by Stephen Potter (visible in the bug db but not in p5p?)
31820      Branch: perl
31821            ! pod/perlfunc.pod pod/perlop.pod
31822 ____________________________________________________________________________
31823 [  6516] By: jhi                                   on 2000/08/04  02:09:25
31824         Log: This is 6512.  Really.
31825      Branch: perl
31826            ! dump.c
31827 ____________________________________________________________________________
31828 [  6515] By: jhi                                   on 2000/08/04  01:25:50
31829         Log: mention the idea of @( and @)
31830      Branch: perl
31831            ! Todo-5.6
31832 ____________________________________________________________________________
31833 [  6514] By: bailey                                on 2000/08/04  01:18:46
31834         Log: YA resync with mainstem, including VMS patches from others
31835      Branch: vmsperl
31836           +> (branch 48 files)
31837            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
31838           !> (integrate 354 files)
31839 ____________________________________________________________________________
31840 [  6513] By: jhi                                   on 2000/08/04  01:18:18
31841         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31842              From: Mark Dickinson <dickins3@fas.harvard.edu>
31843              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
31844              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
31845      Branch: perl
31846            ! t/op/grent.t t/op/pwent.t
31847 ____________________________________________________________________________
31848 [  6512] By: jhi                                   on 2000/08/04  01:14:06
31849         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31850              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
31851              Date: Wed, 02 Aug 2000 10:51:01 +0100
31852              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
31853      Branch: perl
31854            ! sv.c
31855 ____________________________________________________________________________
31856 [  6511] By: jhi                                   on 2000/08/04  00:57:00
31857         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
31858              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
31859              Date: Thu, 03 Aug 2000 17:20:04 -0700
31860              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
31861      Branch: metaconfig
31862            ! U/modified/Cppsym.U
31863      Branch: perl
31864            ! Configure config_h.SH
31865 ____________________________________________________________________________
31866 [  6510] By: jhi                                   on 2000/08/04  00:25:28
31867         Log: detypo
31868      Branch: perl
31869            ! Makefile.SH
31870 ____________________________________________________________________________
31871 [  6509] By: jhi                                   on 2000/08/03  23:43:18
31872         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31873              From: Dominic Dunlop <domo@computer.org>
31874              Date: Thu, 3 Aug 2000 22:16:46 +0200
31875              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
31876      Branch: perl
31877            ! t/op/sprintf.t
31878 ____________________________________________________________________________
31879 [  6508] By: jhi                                   on 2000/08/03  23:40:37
31880         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31881              From: Hugo <hv@crypt.compulink.co.uk>
31882              Date: Thu, 03 Aug 2000 18:25:30 +0100
31883              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
31884      Branch: perl
31885            ! regcomp.c t/op/re_tests
31886 ____________________________________________________________________________
31887 [  6507] By: jhi                                   on 2000/08/03  23:38:28
31888         Log: Subject: [PATCH] sv.h documentation - SvLEN
31889              From: Mike Guy <mjtg@cam.ac.uk>
31890              Date: Thu, 03 Aug 2000 14:43:09 +0100
31891              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
31892      Branch: perl
31893            ! sv.h
31894 ____________________________________________________________________________
31895 [  6506] By: jhi                                   on 2000/08/03  15:49:14
31896         Log: Disable the fix_pl hack for now.
31897      Branch: perl
31898            ! Makefile.SH
31899 ____________________________________________________________________________
31900 [  6505] By: jhi                                   on 2000/08/03  13:49:04
31901         Log: Add a URL for FSF.
31902              
31903              Subject: Patch for README
31904              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31905              Date: Wed, 2 Aug 2000 13:25:09 -0500
31906              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
31907      Branch: perl
31908            ! README
31909 ____________________________________________________________________________
31910 [  6504] By: jhi                                   on 2000/08/03  13:29:19
31911         Log: Be more informative on what is skipped and why,
31912              also repeat the list at the end.
31913      Branch: perl
31914            ! Porting/p4desc
31915 ____________________________________________________________________________
31916 [  6503] By: jhi                                   on 2000/08/03  13:07:05
31917         Log: Circumvent the removal of .patch by fix_pl.
31918              
31919              Subject: Re: [ID 20000802.011] unable to 'make test'          
31920              From: simon@brecon.co.uk (Simon Cozens) 
31921              Date: 3 Aug 2000 04:17:00 GMT
31922              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
31923      Branch: perl
31924            ! Makefile.SH
31925 ____________________________________________________________________________
31926 [  6502] By: jhi                                   on 2000/08/03  00:14:34
31927         Log: Add the missing setproctitle unit.
31928      Branch: metaconfig/U/perl
31929            + d_setproctitle.U
31930 ____________________________________________________________________________
31931 [  6501] By: jhi                                   on 2000/08/03  00:00:26
31932         Log: The subtest 4 may fail also on VOBS, as pointed out
31933              by Nick Ing-Simmons in November 1999, bug id 19991124.003
31934              (but the failure in that bug report isn't the subtest 4).
31935      Branch: perl
31936            ! t/op/stat.t
31937 ____________________________________________________________________________
31938 [  6500] By: jhi                                   on 2000/08/02  23:49:30
31939         Log: Better skip message for the test; one of the two problems in
31940              
31941              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31942              From: Lupe Christoph <lupe@lupe-christoph.de>
31943              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
31944              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
31945      Branch: perl
31946            ! t/op/numconvert.t
31947 ____________________________________________________________________________
31948 [  6499] By: jhi                                   on 2000/08/02  22:49:16
31949         Log: Allow "no Module;" even if there is no 'unimport'.
31950              
31951              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
31952              From: mjd@plover.com
31953              Date: 24 Mar 2000 15:24:34 -0000
31954              Message-Id: <20000324152434.15160.qmail@plover.com>
31955      Branch: perl
31956            ! gv.c
31957 ____________________________________________________________________________
31958 [  6498] By: jhi                                   on 2000/08/02  22:42:58
31959         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31960              that are hopefully soon put into use.
31961      Branch: perl
31962            ! opcode.h opcode.pl opnames.h
31963 ____________________________________________________________________________
31964 [  6497] By: gsar                                  on 2000/08/02  22:28:59
31965         Log: require.t needs binmode() to work on windows
31966      Branch: perl
31967            ! t/comp/require.t
31968 ____________________________________________________________________________
31969 [  6496] By: jhi                                   on 2000/08/02  22:08:51
31970         Log: Document the IVdf UVuf UVof UVxf.
31971      Branch: perl
31972            ! pod/perlguts.pod
31973 ____________________________________________________________________________
31974 [  6495] By: jhi                                   on 2000/08/02  21:54:26
31975         Log: detypo #6494
31976      Branch: perl
31977            ! ext/Data/Dumper/Dumper.xs
31978 ____________________________________________________________________________
31979 [  6494] By: jhi                                   on 2000/08/02  21:49:17
31980         Log: Dump UVs as UVs in Data::Dumper.
31981              
31982              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
31983              From: Gurusamy Sarathy <gsar@ActiveState.com>
31984              Date: Thu, 27 Apr 2000 12:26:25 -0700
31985              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
31986      Branch: perl
31987            ! ext/Data/Dumper/Dumper.xs
31988 ____________________________________________________________________________
31989 [  6493] By: jhi                                   on 2000/08/02  17:01:58
31990         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
31991              From: Hugo <hv@crypt.compulink.co.uk>
31992              Date: Wed, 02 Aug 2000 14:53:56 +0100
31993              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
31994      Branch: perl
31995            ! regexec.c t/op/re_tests
31996 ____________________________________________________________________________
31997 [  6492] By: jhi                                   on 2000/08/02  15:02:46
31998         Log: The new setproctitle() feature is available only in 
31999              bleeding edge FreeBSD.  From Paul Saab.
32000      Branch: perl
32001            ! mg.c
32002 ____________________________________________________________________________
32003 [  6491] By: jhi                                   on 2000/08/02  13:34:36
32004         Log: The tr utf8 patching continues.
32005              
32006              Subject: Re: #6469, too many tests claimed in require.t
32007              From: simon@brecon.co.uk (Simon Cozens)
32008              Date: 2 Aug 2000 02:37:17 GMT
32009              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
32010              
32011              (the logic of the test was the wrong way round in the patch)
32012      Branch: perl
32013            ! doop.c
32014 ____________________________________________________________________________
32015 [  6490] By: jhi                                   on 2000/08/02  13:27:38
32016         Log: The name of a filehandle does not have <these>.
32017      Branch: perl
32018            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
32019            ! t/pragma/warn/pp_sys util.c
32020 ____________________________________________________________________________
32021 [  6489] By: jhi                                   on 2000/08/02  04:26:46
32022         Log: Remove the extraneous "main::" prefix from all the
32023              "opened only for", "on closed", and "never opened" warnings.
32024              
32025              Subject: Re: inappropriate warning
32026              From: Gurusamy Sarathy <gsar@ActiveState.com>
32027              Date: Mon, 20 Mar 2000 11:28:02 -0800
32028              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
32029      Branch: perl
32030            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
32031            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
32032            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
32033 ____________________________________________________________________________
32034 [  6488] By: jhi                                   on 2000/08/02  03:02:57
32035         Log: memcpy has n o in it, as pinted ut by Sarathy.
32036      Branch: perl
32037            ! pod/perlguts.pod
32038 ____________________________________________________________________________
32039 [  6487] By: jhi                                   on 2000/08/02  02:44:51
32040         Log: Document in one place the memory abstractions used in Perl core.
32041              
32042              Subject: Re: Memory abstraction
32043              From: simon@brecon.co.uk (Simon Cozens)
32044              Date: 2 Aug 2000 02:20:23 GMT
32045              Organization: Earth.li Origins
32046      Branch: perl
32047            ! pod/perlguts.pod
32048 ____________________________________________________________________________
32049 [  6486] By: jhi                                   on 2000/08/02  02:41:57
32050         Log: regen_headers, regen perltoc.
32051      Branch: perl
32052            ! perlapi.c pod/perltoc.pod
32053 ____________________________________________________________________________
32054 [  6485] By: jhi                                   on 2000/08/02  01:43:33
32055         Log: "This little thing tests for a file .patch, and if it contains
32056              a number, pops into patchlevel.h" (making it easier to track
32057              which development version people are reporting bugs against)
32058              
32059              Subject: Patchlevel autogeneration for repository perls
32060              From: simon@brecon.co.uk (Simon Cozens)
32061              Date: 14 Jul 2000 07:12:15 GMT
32062              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
32063      Branch: perl
32064            + fix_pl
32065            ! MANIFEST Makefile.SH
32066 ____________________________________________________________________________
32067 [  6484] By: jhi                                   on 2000/08/02  01:32:54
32068         Log: FreeBSD 3.* updates from
32069              
32070              From: Paul Saab <ps@yahoo-inc.com>
32071              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32072              Date: Tue, 1 Aug 2000 15:41:39 -0700
32073              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32074      Branch: perl
32075            ! hints/freebsd.sh
32076 ____________________________________________________________________________
32077 [  6483] By: jhi                                   on 2000/08/02  01:27:44
32078         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
32079              instead one must use setproctitle().  This was already addressed
32080              by change #6457, but the below has a new variant for FreeBSD 4.0
32081              or later, and the matter is also documented more.
32082              
32083              From: Paul Saab <ps@yahoo-inc.com>
32084              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
32085              Date: Tue, 1 Aug 2000 15:41:39 -0700
32086              Message-Id: <20000801154139.A53740@yahoo-inc.com>
32087      Branch: metaconfig/U/perl
32088            + i_libutil.U
32089      Branch: perl
32090            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
32091 ____________________________________________________________________________
32092 [  6482] By: jhi                                   on 2000/08/01  22:17:32
32093         Log: The test from this
32094              
32095              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
32096              Date: Sat, 15 Apr 2000 17:03:44 +0100
32097              From: Tom Hughes <tom@compton.nu>
32098              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
32099              
32100              was missing, the code change went in as #5989
32101              (which had a different test?)
32102      Branch: perl
32103            ! t/op/misc.t
32104 ____________________________________________________________________________
32105 [  6481] By: jhi                                   on 2000/08/01  21:48:38
32106         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
32107              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32108              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
32109              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
32110      Branch: perl
32111            ! perl.h
32112 ____________________________________________________________________________
32113 [  6480] By: jhi                                   on 2000/08/01  18:05:28
32114         Log: Make p4desc to skip non-mainperl branches by default.
32115      Branch: perl
32116            ! Porting/p4desc
32117 ____________________________________________________________________________
32118 [  6479] By: jhi                                   on 2000/08/01  17:29:19
32119         Log: If gccosandvers is equal to osname, clear gccosandvers.
32120      Branch: metaconfig/U/perl
32121            ! gccvers.U
32122      Branch: perl
32123            ! Configure config_h.SH
32124 ____________________________________________________________________________
32125 [  6478] By: jhi                                   on 2000/08/01  15:54:08
32126         Log: BOM patching from Simon Cozens.
32127      Branch: perl
32128            ! toke.c
32129 ____________________________________________________________________________
32130 [  6477] By: jhi                                   on 2000/08/01  04:50:33
32131         Log: Stash away the largefiles flags and libswanted.
32132      Branch: perl
32133            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
32134 ____________________________________________________________________________
32135 [  6476] By: gsar                                  on 2000/08/01  04:24:24
32136         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
32137              on Windows)
32138      Branch: perl
32139            ! t/pragma/utf8.t utf8.c win32/win32.c
32140 ____________________________________________________________________________
32141 [  6475] By: jhi                                   on 2000/08/01  03:35:24
32142         Log: Make chr() for values >127 to create utf8 when under utf8.
32143              
32144              Subject: Re: uft8/chr()
32145              From: simon@brecon.co.uk (Simon Cozens)
32146              Date: 1 Aug 2000 02:37:02 GMT
32147              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
32148      Branch: perl
32149            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
32150 ____________________________________________________________________________
32151 [  6474] By: jhi                                   on 2000/08/01  02:36:18
32152         Log: In Digital UNIX warn if gcc explicitly chosen because even
32153              2.95.2 is known to cause problems.
32154      Branch: perl
32155            ! hints/dec_osf.sh
32156 ____________________________________________________________________________
32157 [  6473] By: jhi                                   on 2000/08/01  02:00:56
32158         Log: Make the safety catch for buggy gccs work with triple version
32159              numbers like 2.95.2.  Reported in
32160              
32161              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
32162              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
32163              Date: Mon, 31 Jul 2000 14:55:06 +0200
32164              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
32165      Branch: perl
32166            ! hints/dec_osf.sh
32167 ____________________________________________________________________________
32168 [  6472] By: jhi                                   on 2000/08/01  01:13:33
32169         Log: Subject: fix and question re: waitpid() under win32
32170              From: Brian Clarke <clarke@appliedmeta.com>
32171              Date: Fri, 28 Jul 2000 15:18:29 -0400
32172              Message-ID: <3981DC85.290314EB@appliedmeta.com>
32173              
32174              Slightly reformatted and WNOHANG # define moved to win32.h
32175              so that also POSIX.xs sees it, as suggsted by Sarathy.
32176      Branch: perl
32177            ! win32/win32.c win32/win32.h
32178 ____________________________________________________________________________
32179 [  6471] By: jhi                                   on 2000/08/01  00:55:05
32180         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
32181              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32182              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
32183              Date: Mon, 31 Jul 2000 13:28:51 +0100
32184              
32185              (aka ID 20000730.002)
32186      Branch: perl
32187            ! op.c t/op/tr.t
32188 ____________________________________________________________________________
32189 [  6470] By: jhi                                   on 2000/07/31  23:34:42
32190         Log: Document the problem with -P in HP-UX and its workaround.
32191              
32192              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
32193              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
32194              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
32195              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
32196      Branch: perl
32197            ! README.hpux
32198 ____________________________________________________________________________
32199 [  6469] By: jhi                                   on 2000/07/31  04:15:02
32200         Log: The swallow_bom() saga continues.  The #23 of require.t
32201              (UTF16-LE) still fails (silently, no output) but the #22
32202              (UTF16-BE) seems to be working now.  The root of the
32203              failure may be in sv_gets(): is it UTF-16LE-aware,
32204              especially when it comes to line endings? 
32205      Branch: perl
32206            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
32207            ! t/comp/require.t toke.c utf8.c
32208 ____________________________________________________________________________
32209 [  6468] By: jhi                                   on 2000/07/30  19:05:48
32210         Log: Find green threads before native threads.
32211              
32212              Subject: Re: Patch to jpl/JNI/Makefile.PL
32213              From: Jens Thomsen <jens@fiend.cis.com>
32214              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
32215              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
32216      Branch: perl
32217            ! jpl/JNI/Makefile.PL
32218 ____________________________________________________________________________
32219 [  6467] By: jhi                                   on 2000/07/30  18:36:22
32220         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
32221      Branch: perl
32222            ! doop.c
32223 ____________________________________________________________________________
32224 [  6466] By: jhi                                   on 2000/07/30  04:37:29
32225         Log: A new version of the "remove UPPERACSE string comparison"
32226              operators.  The problem with the previous one (change #6454)
32227              was that it was for Perl 5.6.0.  From Paul Marquess.
32228      Branch: perl
32229            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
32230            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
32231            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32232 ____________________________________________________________________________
32233 [  6465] By: jhi                                   on 2000/07/29  22:39:56
32234         Log: Do not upgrade SVs into utf8 just because they participate
32235              in eq or cmp.  Reported and fix suggested in
32236              
32237              Subject: [ID 20000720.009] sv_eq UTF8 bug
32238              From: "Simon Cozens" <simon@othersideofthe.earth.li>
32239              Date: 21 Jul 2000 04:37:29 -0000
32240              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
32241              
32242              Exercise for the kind reader: should we or should we not
32243              cache the utf8 conversion alonside the SV? (as magic,
32244              as thestrxfrm()ed version is cached under use locale)
32245              Argue both for and against.
32246      Branch: perl
32247            ! sv.c
32248 ____________________________________________________________________________
32249 [  6464] By: jhi                                   on 2000/07/29  22:36:22
32250         Log: Subject: UTF8 concat
32251              From: simon@brecon.co.uk (Simon Cozens) 
32252              Date: 30 Jun 2000 06:13:25 GMT
32253              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
32254              
32255              (with a memory leak fixed, plus a few casts added)
32256              
32257              This also seems to help for
32258              
32259              Subject: [ID 20000716.015] join UTF8 weirdness
32260              From: root <root@ak-71.mind.de> 
32261              Date: Sat, 15 Jul 2000 15:29:54 +0200
32262              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
32263              
32264              (from Andreas König)
32265      Branch: perl
32266            ! pp_hot.c
32267 ____________________________________________________________________________
32268 [  6463] By: jhi                                   on 2000/07/29  00:55:39
32269         Log: Tune the comments and hopefully stop a memory leak.
32270      Branch: perl
32271            ! toke.c utf8.c
32272 ____________________________________________________________________________
32273 [  6462] By: jhi                                   on 2000/07/29  00:16:53
32274         Log: The problem described in this
32275              
32276              Subject: [ID 20000322.018] named chars aren't magical enough
32277              From: root <root@dixie.cscaper.com>     
32278              Date: Wed, 22 Mar 2000 18:37:42 -0700
32279              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
32280              
32281              has been fixed in perl 5.6.0 but just in case added a test
32282              to keep it away.  (The report from Joseph Hall.)
32283      Branch: perl
32284            ! t/lib/charnames.t
32285 ____________________________________________________________________________
32286 [  6461] By: jhi                                   on 2000/07/28  23:56:36
32287         Log: Tiny fixes for #6460.
32288      Branch: metaconfig/U/perl
32289            ! gccvers.U
32290      Branch: perl
32291            ! Configure config_h.SH
32292 ____________________________________________________________________________
32293 [  6460] By: jhi                                   on 2000/07/28  23:24:41
32294         Log: Warn if the version of the operating system used to compile gcc
32295              differs from the current version of the operating system.
32296              Also display the gcc compilation os and version in myconfig.
32297              Inspiration from
32298              
32299              Subject: Re: [ID 20000710.003] ERRORS!!         
32300              From: "Kurt D. Starsinic" <kstar@chapin.edu>
32301              Date: Mon, 10 Jul 2000 15:54:16 -0400
32302              Message-ID: <20000710155416.A1384@O2.chapin.edu>
32303      Branch: metaconfig/U/perl
32304            ! gccvers.U
32305      Branch: perl
32306            ! Configure config_h.SH myconfig.SH
32307 ____________________________________________________________________________
32308 [  6459] By: jhi                                   on 2000/07/28  22:00:32
32309         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
32310              letter to $Config{osvers}.
32311      Branch: metaconfig
32312            ! U/modified/Oldconfig.U
32313      Branch: perl
32314            ! Configure config_h.SH
32315 ____________________________________________________________________________
32316 [  6458] By: jhi                                   on 2000/07/28  04:15:39
32317         Log: Back out #6454, doesn't seem to work.
32318              (Reason: that patch was for perl 5.6.0, not perl-current)
32319              (A version of the patch for perl-current came in later as #6466)
32320      Branch: perl
32321            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
32322            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
32323            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32324 ____________________________________________________________________________
32325 [  6457] By: jhi                                   on 2000/07/27  23:31:49
32326         Log: Use setproctitle() if available to modify $0.
32327              
32328              Subject: setting $* on BSD4 broken
32329              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
32330              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
32331              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
32332      Branch: metaconfig
32333            ! U/modified/Myinit.U
32334      Branch: perl
32335            ! Configure config_h.SH mg.c
32336 ____________________________________________________________________________
32337 [  6456] By: jhi                                   on 2000/07/27  14:50:47
32338         Log: Allow "no AutoLoader;", based on change #6444,
32339              suggested by Graham Barr.
32340      Branch: perl
32341            ! lib/AutoLoader.pm
32342 ____________________________________________________________________________
32343 [  6455] By: jhi                                   on 2000/07/27  14:19:10
32344         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
32345              From: rspier@pobox.com (Robert Spier)
32346              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
32347              Message-ID: <14720.15855.787664.424783@rls.cx>
32348      Branch: perl
32349            ! pod/perldiag.pod
32350 ____________________________________________________________________________
32351 [  6454] By: jhi                                   on 2000/07/27  14:03:02
32352         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
32353              for a long time).
32354              
32355              Reported in
32356              
32357              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
32358              From: Ryan Herbert <rherbert@sycamorehq.com>
32359              Date: Mon, 17 Jul 2000 11:40:42 -0400
32360              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
32361              
32362              Patched in
32363              
32364              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
32365              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
32366              Date: Wed, 26 Jul 2000 23:40:18 +0100
32367              Message-ID: <000001bff752$79511880$0a17073e@tiny>
32368              
32369              based on an earlier patch from Stephen P. Potter.
32370              
32371              (Removed later by change #6458 because this patch was for
32372              perl 5.6.0, not perl-current)
32373      Branch: perl
32374            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
32375            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
32376            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
32377 ____________________________________________________________________________
32378 [  6453] By: jhi                                   on 2000/07/27  13:48:02
32379         Log: Subject: [PATCH] fixes bug 20000508.004
32380              From: Michael Stevens <mstevens@globnix.org>
32381              Date: Thu, 27 Jul 2000 13:49:04 +0100
32382              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
32383      Branch: perl
32384            ! pod/perldata.pod
32385 ____________________________________________________________________________
32386 [  6452] By: jhi                                   on 2000/07/26  23:51:26
32387         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
32388              and Craig A. Berry.
32389      Branch: perl
32390            ! lib/File/Temp.pm pod/perlport.pod
32391 ____________________________________________________________________________
32392 [  6451] By: jhi                                   on 2000/07/26  19:43:30
32393         Log: Be wary of close()s, too.
32394              
32395              Subject: Re: [PATCH] perlbug cleanup
32396              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32397              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
32398              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
32399      Branch: perl
32400            ! utils/perlbug.PL
32401 ____________________________________________________________________________
32402 [  6450] By: jhi                                   on 2000/07/26  18:41:40
32403         Log: Subject: Minor doc patch: handy.h
32404              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
32405              Date: Wed, 26 Jul 2000 15:34:25 -0300
32406              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
32407      Branch: perl
32408            ! handy.h pod/perlapi.pod
32409 ____________________________________________________________________________
32410 [  6449] By: jhi                                   on 2000/07/26  18:23:55
32411         Log: Subject: [PATCH] minor doc change - perlguts
32412              From: Michael Stevens <mstevens@globnix.org>
32413              Date: Thu, 13 Jul 2000 12:39:18 +0100
32414              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
32415      Branch: perl
32416            ! pod/perlguts.pod
32417 ____________________________________________________________________________
32418 [  6448] By: jhi                                   on 2000/07/26  18:20:30
32419         Log: open() wariness in perlbug.
32420              
32421              Subject: [PATCH] perlbug cleanup
32422              From: Michael Stevens <mstevens@globnix.org>
32423              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
32424              Date: Thu, 13 Jul 2000 15:52:23 +0100
32425      Branch: perl
32426            ! utils/perlbug.PL
32427 ____________________________________________________________________________
32428 [  6447] By: jhi                                   on 2000/07/26  18:13:04
32429         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
32430      Branch: perl
32431            ! lib/File/Temp.pm t/lib/ftmp-security.t
32432 ____________________________________________________________________________
32433 [  6446] By: jhi                                   on 2000/07/26  18:06:32
32434         Log: docfix from Peter Scott <Peter@PSDT.com>.
32435      Branch: perl
32436            ! pod/perlfunc.pod
32437 ____________________________________________________________________________
32438 [  6445] By: jhi                                   on 2000/07/26  17:53:31
32439         Log: Fix *foo{FORMAT}.
32440              
32441              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32442              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
32443              Date: Wed, 26 Jul 2000 19:51:02 +0200
32444              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
32445              
32446              From: Graham Barr <gbarr@pobox.com>
32447              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
32448              Date: Wed, 26 Jul 2000 17:38:36 +0100
32449              Message-ID: <20000726173836.L472@pobox.com>
32450      Branch: perl
32451            ! pp.c sv.c t/op/gv.t
32452 ____________________________________________________________________________
32453 [  6444] By: jhi                                   on 2000/07/26  17:49:14
32454         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
32455              from Graham Barr in the module list.
32456      Branch: perl
32457            ! gv.c pod/perlobj.pod
32458 ____________________________________________________________________________
32459 [  6443] By: jhi                                   on 2000/07/26  16:06:56
32460         Log: More split() doc and test patches from Mike Guy.
32461      Branch: perl
32462            ! pod/perlfunc.pod t/op/split.t
32463 ____________________________________________________________________________
32464 [  6442] By: jhi                                   on 2000/07/26  16:05:30
32465         Log: MacOS nits from Matthias Neeracher.
32466      Branch: perl
32467            ! perl.c pp_ctl.c
32468 ____________________________________________________________________________
32469 [  6441] By: jhi                                   on 2000/07/26  04:39:57
32470         Log: Subject: [PATCH] split /^/
32471              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32472              Date: Tue, 25 Jul 2000 14:18:57 +0100
32473              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
32474              
32475              (with notes from tchrist and gbarr)
32476      Branch: perl
32477            ! pod/perlfunc.pod t/op/split.t
32478 ____________________________________________________________________________
32479 [  6440] By: jhi                                   on 2000/07/26  04:32:32
32480         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
32481              From: Peter Prymmer <pvhp@forte.com>
32482              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
32483              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
32484      Branch: perl
32485            ! vms/munchconfig.c
32486 ____________________________________________________________________________
32487 [  6439] By: jhi                                   on 2000/07/26  04:31:01
32488         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
32489              to be fatal errors (instead of by default ignoring them, and
32490              ignoring with a bug: even though -w gave an error, the opening [
32491              was left in)  Reported in:
32492              
32493              Subject: [ID 20000716.024] [=cc=] / [:blank:]
32494              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
32495              Date: Sun, 16 Jul 2000 17:55:29 -0700
32496              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
32497      Branch: perl
32498            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
32499 ____________________________________________________________________________
32500 [  6438] By: jhi                                   on 2000/07/25  15:41:15
32501         Log: Subject: [PATCH] av.c apidoc
32502              From: simon@brecon.co.uk (Simon Cozens)
32503              Date: 24 Jul 2000 06:40:52 GMT
32504              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
32505      Branch: perl
32506            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
32507            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
32508 ____________________________________________________________________________
32509 [  6437] By: jhi                                   on 2000/07/25  14:05:36
32510         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
32511              From: "Stephen P. Potter" <spp@ds.net>
32512              Date: Mon, 24 Jul 2000 14:22:23 -0400
32513              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
32514      Branch: perl
32515            ! pod/perllocale.pod
32516 ____________________________________________________________________________
32517 [  6436] By: jhi                                   on 2000/07/25  14:02:03
32518         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
32519              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32520              Date: Mon, 24 Jul 2000 18:04:28 +0100
32521              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
32522      Branch: perl
32523            ! t/lib/syslfs.t t/op/lfs.t
32524 ____________________________________________________________________________
32525 [  6435] By: jhi                                   on 2000/07/25  13:59:28
32526         Log: Get UTF16 BOMs working.  Patch from
32527              
32528              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32529              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32530              Date: Tue, 25 Jul 2000 12:52:45 +0100
32531              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
32532              
32533              and notes from
32534              
32535              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
32536              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32537              Date: Tue, 25 Jul 2000 11:43:25 +0100
32538              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
32539      Branch: perl
32540            ! t/comp/require.t toke.c utf8.c
32541 ____________________________________________________________________________
32542 [  6434] By: jhi                                   on 2000/07/25  02:39:54
32543         Log: Make the "uninit variable" warning to say "concat or string"
32544              or "join or string" when in concat or join .
32545              
32546              Subject: Re: [ID 20000403.009] uninitialised concatenation???
32547              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32548              Date: Tue, 04 Apr 2000 18:22:58 +0100
32549              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
32550              
32551              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
32552              From: William R Ward <hermit@BayView.COM>
32553              Date: Thu, 30 Mar 2000 19:50:03 -0800
32554              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
32555      Branch: perl
32556            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
32557            ! t/pragma/warn/op t/pragma/warn/sv
32558 ____________________________________________________________________________
32559 [  6433] By: jhi                                   on 2000/07/24  17:52:56
32560         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
32561      Branch: perl
32562            ! lib/File/Spec/VMS.pm
32563 ____________________________________________________________________________
32564 [  6432] By: jhi                                   on 2000/07/24  17:44:44
32565         Log: Test cases for #6431.
32566              
32567              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
32568              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32569              Date: Mon, 24 Jul 2000 15:32:29 +0100
32570              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
32571      Branch: perl
32572            ! t/op/pat.t t/op/split.t
32573 ____________________________________________________________________________
32574 [  6431] By: jhi                                   on 2000/07/24  17:43:17
32575         Log: Bind op fix.
32576              
32577              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
32578              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32579              Date: Mon, 17 Jul 2000 20:04:56 +0100
32580              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
32581      Branch: perl
32582            ! op.c
32583 ____________________________________________________________________________
32584 [  6430] By: jhi                                   on 2000/07/24  03:42:42
32585         Log: Subject: [ID 20000716.023] syslog test fails without sockets
32586              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32587              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
32588              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
32589      Branch: metaconfig/U/perl
32590            ! Extensions.U
32591      Branch: perl
32592            ! Configure config_h.SH
32593 ____________________________________________________________________________
32594 [  6429] By: jhi                                   on 2000/07/24  03:11:52
32595         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
32596              case, but add also notes explaining the relationship of this
32597              patch and the earlier notes by Sarathy.
32598              
32599              Subject: Map is still slow
32600              From: "Ben Tilly" <ben_tilly@hotmail.com>
32601              Date: Sat, 15 Jul 2000 17:23:27 EDT
32602              Message-ID: <20000715212327.21656.qmail@hotmail.com>
32603      Branch: perl
32604            ! pp_ctl.c
32605 ____________________________________________________________________________
32606 [  6428] By: jhi                                   on 2000/07/24  02:58:52
32607         Log: Documentation to explain the behaviour of map().
32608              
32609              Subject: Re: Map is still slow 
32610              From: Gurusamy Sarathy <gsar@ActiveState.com>
32611              Date: Sat, 15 Jul 2000 16:05:09 -0700
32612              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
32613      Branch: perl
32614            ! pp_ctl.c
32615 ____________________________________________________________________________
32616 [  6427] By: jhi                                   on 2000/07/24  02:50:03
32617         Log: Add tests for
32618              [ID 19991110.003] another matching finding by pcre author
32619              which has already been fixed by some patch, as verified in
32620              
32621              Subject: Re: two regex bugs from the mists of time (well, last November)
32622              From: Hugo <hv@crypt.compulink.co.uk>
32623              Date: Sat, 22 Jul 2000 18:12:58 +0100
32624              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
32625      Branch: perl
32626            ! t/op/re_tests
32627 ____________________________________________________________________________
32628 [  6426] By: jhi                                   on 2000/07/24  02:11:20
32629         Log: A missing 'break' after the [[:space:]] switch case.
32630              
32631              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
32632              From: "Stephen P. Potter" <spp@ds.net>
32633              Date: Tue, 18 Jul 2000 16:25:17 -0400
32634              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
32635      Branch: perl
32636            ! regcomp.c
32637 ____________________________________________________________________________
32638 [  6425] By: jhi                                   on 2000/07/24  02:06:12
32639         Log: The output might have been produced in the wrong order.
32640              
32641              Subject: [ID 20000720.003] [PATCH] t/op/write.t
32642              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32643              Date: Thu, 20 Jul 2000 18:49:18 +0100
32644              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
32645      Branch: perl
32646            ! t/op/write.t
32647 ____________________________________________________________________________
32648 [  6424] By: jhi                                   on 2000/07/24  02:00:07
32649         Log: Use STDOUT consistently.
32650              
32651              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
32652              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32653              Date: Thu, 20 Jul 2000 18:04:01 +0100
32654              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
32655      Branch: perl
32656            ! lib/Test/Harness.pm
32657 ____________________________________________________________________________
32658 [  6423] By: jhi                                   on 2000/07/24  01:54:54
32659         Log: Protect against "wild next"s, that is, callbacks doing "next"
32660              instead of "return".
32661              
32662              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
32663              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32664              Date: Tue, 18 Jul 2000 11:30:16 +0100
32665              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
32666      Branch: perl
32667            ! lib/File/Find.pm
32668 ____________________________________________________________________________
32669 [  6422] By: jhi                                   on 2000/07/24  01:35:47
32670         Log: Out-of-date note removed.
32671              
32672              Subject: [PATCH] documentation perlipc
32673              From: rspier@pobox.com (Robert Spier)
32674              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
32675              Message-ID: <14711.35178.572612.502654@rls.cx>
32676      Branch: perl
32677            ! pod/perlipc.pod
32678 ____________________________________________________________________________
32679 [  6421] By: jhi                                   on 2000/07/24  00:09:18
32680         Log: Send all installperl messages to STDERR and be -w clean.
32681              
32682              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
32683              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32684              Date: Sat, 22 Jul 2000 14:02:11 +0100
32685              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
32686      Branch: perl
32687            ! installperl
32688 ____________________________________________________________________________
32689 [  6420] By: jhi                                   on 2000/07/24  00:04:19
32690         Log: Decutandpasto.
32691              
32692              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
32693              From: "Richard Soderberg" <rs@crystalflame.net>
32694              Date: Sun, 23 Jul 2000 01:37:23 -0700
32695              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
32696      Branch: perl
32697            ! pod/perlipc.pod
32698 ____________________________________________________________________________
32699 [  6419] By: jhi                                   on 2000/07/24  00:01:12
32700         Log: A cleaner abs_path().
32701              Subject: Re: unix alternative to Cwd.pm
32702              From: Jeff Pinyan <jeffp@crusoe.net>
32703              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
32704              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
32705      Branch: perl
32706            ! lib/Cwd.pm
32707 ____________________________________________________________________________
32708 [  6418] By: jhi                                   on 2000/07/23  23:48:56
32709         Log: Detypo.
32710              
32711              Subject: [PATCH perl-current] Typo in hints/powerux.sh
32712              From: "Richard Soderberg" <rs@crystalflame.net>
32713              Date: Sun, 23 Jul 2000 01:27:33 -0700
32714              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
32715      Branch: perl
32716            ! hints/powerux.sh
32717 ____________________________________________________________________________
32718 [  6417] By: jhi                                   on 2000/07/17  22:13:31
32719         Log: Subject: SDBM_File documentation
32720              From: mjd@plover.com
32721              Date: 16 Jul 2000 17:41:17 -0000
32722              Message-ID: <20000716174117.18515.qmail@plover.com>
32723      Branch: perl
32724            ! ext/SDBM_File/SDBM_File.pm
32725 ____________________________________________________________________________
32726 [  6416] By: jhi                                   on 2000/07/17  19:13:26
32727         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
32728      Branch: perl
32729            ! hints/mpeix.sh mpeix/relink
32730 ____________________________________________________________________________
32731 [  6415] By: jhi                                   on 2000/07/15  14:11:02
32732         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
32733              the utf8 'characters' can be more than one octet).
32734              
32735              Date: Sat, 15 Jul 2000 00:21:56 +0100
32736              From: Tom Hughes <tom@compton.nu>
32737              Subject: Re: [ID 20000714.002]
32738              Message-ID: <db2334de49.tom@compton.compton.nu>
32739              
32740              Reported in
32741              
32742              Subject: [ID 20000714.002]
32743              From: "Simon Cozens" <simon@othersideofthe.earth.li>
32744              Date: 14 Jul 2000 15:13:09 -0000
32745              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
32746      Branch: perl
32747            ! doop.c
32748 ____________________________________________________________________________
32749 [  6414] By: jhi                                   on 2000/07/15  03:13:41
32750         Log: another VMS build tweak from Peter Prymmer
32751      Branch: perl
32752            ! vms/descrip_mms.template
32753 ____________________________________________________________________________
32754 [  6413] By: jhi                                   on 2000/07/15  03:10:40
32755         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
32756      Branch: perl
32757            ! vms/perlvms.pod
32758 ____________________________________________________________________________
32759 [  6412] By: jhi                                   on 2000/07/15  00:31:05
32760         Log: More docs for sv functions.
32761              
32762              Subject: [PATCH cfgperl] sv.c apidoc
32763              From: simon@brecon.co.uk (Simon Cozens)
32764              Date: 13 Jul 2000 09:00:20 GMT
32765              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
32766              
32767              Subject: Re: [PATCH cfgperl] sv.c apidoc
32768              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32769              Date: Thu, 13 Jul 2000 12:27:41 +0100
32770              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
32771              
32772              Subject: Re: [PATCH cfgperl] sv.c apidoc
32773              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32774              Date: Thu, 13 Jul 2000 13:23:09 +0100
32775              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
32776              
32777              Subject: Re: [PATCH cfgperl] sv.c apidoc
32778              From: simon@brecon.co.uk (Simon Cozens)
32779              Date: 14 Jul 2000 06:51:02 GMT
32780              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
32781      Branch: perl
32782            ! embed.pl pod/perlapi.pod sv.c
32783 ____________________________________________________________________________
32784 [  6411] By: jhi                                   on 2000/07/15  00:10:41
32785         Log: lib/b test fixes from Peter Prymmer.
32786      Branch: perl
32787            ! t/lib/b.t
32788 ____________________________________________________________________________
32789 [  6410] By: jhi                                   on 2000/07/15  00:02:09
32790         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
32791              From: Hugo <hv@crypt.compulink.co.uk>
32792              Date: Fri, 14 Jul 2000 23:05:20 +0100
32793              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
32794              
32795              Didn't anymore apply, but that point still could use another fix.
32796      Branch: perl
32797            ! pod/perlfunc.pod
32798 ____________________________________________________________________________
32799 [  6409] By: jhi                                   on 2000/07/14  23:15:15
32800         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
32801              not in pod, from Peter Prymmer
32802      Branch: perl
32803            ! vms/descrip_mms.template
32804 ____________________________________________________________________________
32805 [  6408] By: jhi                                   on 2000/07/14  20:35:05
32806         Log: The bug report
32807              [ID 19991110.002] minimal matching discrepancy found by pcre author
32808              seems to have been fixed (though differently from what was suggested
32809              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
32810      Branch: perl
32811            ! t/op/re_tests
32812 ____________________________________________________________________________
32813 [  6407] By: jhi                                   on 2000/07/14  17:38:08
32814         Log: Fix AutoSplit to use File::Spec the right way in VMS,
32815              from Peter Prymmer.
32816      Branch: perl
32817            ! lib/AutoSplit.pm
32818 ____________________________________________________________________________
32819 [  6406] By: jhi                                   on 2000/07/14  14:13:22
32820         Log: Merge perlhacktut into perlhack, update perlguts.
32821              
32822              Subject: Re: Perlhacktut
32823              From: simon@brecon.co.uk (Simon Cozens)
32824              Date: 14 Jul 2000 06:49:21 GMT
32825              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
32826              
32827              Subject: Re: Perlhacktut
32828              From: simon@brecon.co.uk (Simon Cozens)
32829              Date: 14 Jul 2000 07:09:45 GMT
32830              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
32831      Branch: perl
32832            ! pod/perlguts.pod pod/perlhack.pod
32833 ____________________________________________________________________________
32834 [  6405] By: jhi                                   on 2000/07/14  14:02:31
32835         Log: Integrate with Sarathy.
32836      Branch: cfgperl
32837           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
32838           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
32839           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
32840 ____________________________________________________________________________
32841 [  6404] By: gsar                                  on 2000/07/14  12:15:02
32842         Log: PERL_OBJECT build tweaks
32843      Branch: perl
32844            ! toke.c
32845 ____________________________________________________________________________
32846 [  6403] By: gsar                                  on 2000/07/14  11:23:41
32847         Log: inconsistent types needs casts
32848      Branch: perl
32849            ! toke.c
32850 ____________________________________________________________________________
32851 [  6402] By: gsar                                  on 2000/07/14  11:12:04
32852         Log: typos in change#6399, regen headers
32853      Branch: perl
32854            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
32855 ____________________________________________________________________________
32856 [  6401] By: gsar                                  on 2000/07/14  10:59:12
32857         Log: typecasts needed for change#6394
32858      Branch: perl
32859            ! toke.c
32860 ____________________________________________________________________________
32861 [  6400] By: gsar                                  on 2000/07/14  10:49:37
32862         Log: integrate cfgperl contents into mainline
32863      Branch: perl
32864           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
32865           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
32866 ____________________________________________________________________________
32867 [  6399] By: gsar                                  on 2000/07/14  10:38:35
32868         Log: enable UTF-16 filter by default if relevant BOM is seen; various
32869              cleanups (typos, misformatted code, and small bugs)
32870      Branch: perl
32871            ! doop.c embed.pl mg.c op.c pp.c toke.c
32872 ____________________________________________________________________________
32873 [  6398] By: gsar                                  on 2000/07/14  08:55:38
32874         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
32875              name suggests anyway)
32876      Branch: perl
32877            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
32878 ____________________________________________________________________________
32879 [  6397] By: gsar                                  on 2000/07/14  08:44:33
32880         Log: move new variables to the end of the interpreter structure (for
32881              bincompat in code that doesn't #include XSUB.h)
32882      Branch: perl
32883            ! intrpvar.h
32884 ____________________________________________________________________________
32885 [  6396] By: gsar                                  on 2000/07/14  08:13:58
32886         Log: MakeMaker should not remove editor backups (*~) on `make clean`
32887              by default (completes change#6383)
32888      Branch: perl
32889            ! lib/ExtUtils/MM_Unix.pm
32890 ____________________________________________________________________________
32891 [  6395] By: jhi                                   on 2000/07/14  05:20:33
32892         Log: Replace change #6337 with a better one.
32893              
32894              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
32895              From: Hugo <hv@crypt.compulink.co.uk>
32896              Date: Fri, 14 Jul 2000 04:16:20 +0100
32897              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32898      Branch: cfgperl
32899            ! regexec.c t/op/re_tests
32900 ____________________________________________________________________________
32901 [  6394] By: jhi                                   on 2000/07/14  01:33:59
32902         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
32903      Branch: cfgperl
32904            ! embed.pl global.sym proto.h toke.c
32905 ____________________________________________________________________________
32906 [  6393] By: jhi                                   on 2000/07/13  23:41:23
32907         Log: remove discarded test
32908      Branch: cfgperl
32909            ! MANIFEST
32910 ____________________________________________________________________________
32911 [  6392] By: jhi                                   on 2000/07/13  23:32:25
32912         Log: The {multiplier} of a fixed substring was overlooked which
32913              caused a wrong initial search offset for that substring.
32914              
32915              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32916              From: Hugo <hv@crypt.compulink.co.uk>
32917              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32918              Date: Thu, 13 Jul 2000 19:27:13 +0100
32919      Branch: cfgperl
32920            ! regcomp.c t/op/re_tests
32921 ____________________________________________________________________________
32922 [  6391] By: jhi                                   on 2000/07/13  16:37:42
32923         Log: typo fix from Craig Berry
32924      Branch: cfgperl
32925            ! vms/subconfigure.com
32926 ____________________________________________________________________________
32927 [  6390] By: jhi                                   on 2000/07/13  13:20:12
32928         Log: Integrate with Sarathy.
32929      Branch: cfgperl
32930            - t/op/method2entersub.t
32931           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
32932           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
32933           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
32934           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
32935 ____________________________________________________________________________
32936 [  6389] By: jhi                                   on 2000/07/13  13:18:48
32937         Log: Detypo from Peter Prymmer, part of #6388.
32938      Branch: cfgperl
32939            ! Configure config_h.SH
32940      Branch: metaconfig
32941            ! U/modified/d_longlong.U
32942 ____________________________________________________________________________
32943 [  6388] By: gsar                                  on 2000/07/13  06:33:40
32944         Log: typos (spotted by Peter Prymmer)
32945      Branch: perl
32946            ! Configure t/lib/english.t
32947 ____________________________________________________________________________
32948 [  6387] By: gsar                                  on 2000/07/13  05:35:28
32949         Log: new selfloader.t in change#6183 doesn't close DATA handles,
32950              and thus fails to clean up tmp files on dosish platforms
32951      Branch: perl
32952            ! t/lib/selfloader.t
32953 ____________________________________________________________________________
32954 [  6386] By: gsar                                  on 2000/07/12  21:42:39
32955         Log: sprintf test tweaks (from Dominic Dunlop)
32956      Branch: perl
32957            ! t/op/sprintf.t
32958 ____________________________________________________________________________
32959 [  6385] By: gsar                                  on 2000/07/12  21:33:46
32960         Log: fix bugs in processing %v-*d and similar format specs (from
32961              Avi Finkel <avi@finkel.org>)
32962      Branch: perl
32963            ! sv.c t/op/sprintf.t
32964 ____________________________________________________________________________
32965 [  6384] By: gsar                                  on 2000/07/12  16:04:19
32966         Log: readd missing perldelta.pod changes from changes#6339,6376
32967      Branch: perl
32968            ! pod/perldelta.pod
32969 ____________________________________________________________________________
32970 [  6383] By: gsar                                  on 2000/07/12  16:00:51
32971         Log: don't clobber *.orig files on *clean targets
32972      Branch: perl
32973            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
32974 ____________________________________________________________________________
32975 [  6382] By: gsar                                  on 2000/07/12  07:59:12
32976         Log: fix broken integrations in cfgperl
32977      Branch: cfgperl
32978           !> Changes pod/perldelta.pod
32979 ____________________________________________________________________________
32980 [  6381] By: gsar                                  on 2000/07/12  07:42:17
32981         Log: integrate cfgperl changes into mainline
32982      Branch: perl
32983            ! Changes
32984           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
32985           !> pod/perlre.pod
32986 ____________________________________________________________________________
32987 [  6380] By: gsar                                  on 2000/07/12  07:31:00
32988         Log: get sprintf.t to adjust properly for 3-digit exponents
32989      Branch: perl
32990            ! t/op/sprintf.t
32991 ____________________________________________________________________________
32992 [  6379] By: gsar                                  on 2000/07/12  06:40:04
32993         Log: change#6174 needs corresponding change in win32/config_h.PL,
32994              which grovels through config_h.SH to find the config.h name
32995      Branch: perl
32996            ! win32/config_h.PL
32997 ____________________________________________________________________________
32998 [  6378] By: jhi                                   on 2000/07/12  05:03:59
32999         Log: Do the cc sanity check both before the hints and
33000              after the cc selction.
33001      Branch: cfgperl
33002            ! Configure config_h.SH
33003      Branch: metaconfig
33004            ! U/modified/Oldconfig.U U/modified/cc.U
33005      Branch: metaconfig/U/perl
33006            + Checkcc.U
33007 ____________________________________________________________________________
33008 [  6377] By: jhi                                   on 2000/07/12  02:49:22
33009         Log: Fix nits noticed by Boston.pm.
33010      Branch: cfgperl
33011            ! pod/perlre.pod
33012 ____________________________________________________________________________
33013 [  6376] By: jhi                                   on 2000/07/11  21:22:13
33014         Log: Configure cosmetics and perldelta.
33015      Branch: cfgperl
33016            ! Configure config_h.SH pod/perldelta.pod
33017      Branch: metaconfig
33018            ! U/modified/cc.U
33019 ____________________________________________________________________________
33020 [  6375] By: gsar                                  on 2000/07/11  21:17:35
33021         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
33022      Branch: perl
33023            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
33024            ! win32/win32sck.c
33025 ____________________________________________________________________________
33026 [  6374] By: gsar                                  on 2000/07/11  20:48:50
33027         Log: tweak for build failure under multiplicity
33028      Branch: perl
33029            ! toke.c
33030 ____________________________________________________________________________
33031 [  6373] By: gsar                                  on 2000/07/11  20:37:23
33032         Log: integrate cfgperl changes#6325..6373 into mainline
33033              (NOTE: today's batch of integrations still untested)
33034      Branch: perl
33035           +> ext/DynaLoader/hints/netbsd.pl
33036            ! Changes
33037           !> (integrate 26 files)
33038 ____________________________________________________________________________
33039 [  6372] By: jhi                                   on 2000/07/11  20:30:36
33040         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
33041              regen perltoc.
33042      Branch: cfgperl
33043            + pod/perlbook.pod
33044            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
33045            ! pod/perltoc.pod
33046 ____________________________________________________________________________
33047 [  6371] By: jhi                                   on 2000/07/11  20:08:56
33048         Log: Minor cleanups on the booklist.
33049      Branch: cfgperl
33050            ! pod/perlfaq2.pod
33051 ____________________________________________________________________________
33052 [  6370] By: jhi                                   on 2000/07/11  19:31:13
33053         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
33054      Branch: cfgperl
33055            ! t/pragma/overload.t
33056 ____________________________________________________________________________
33057 [  6369] By: gsar                                  on 2000/07/11  19:27:48
33058         Log: integrate cfgperl changes#6293..6324 into mainline
33059      Branch: perl
33060           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
33061            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
33062           !> (integrate 30 files)
33063 ____________________________________________________________________________
33064 [  6368] By: gsar                                  on 2000/07/11  19:18:57
33065         Log: skip integrate of problematic change#6292 from cfgperl into mainline
33066      Branch: perl
33067           !> pp_hot.c
33068 ____________________________________________________________________________
33069 [  6367] By: gsar                                  on 2000/07/11  19:17:21
33070         Log: integrate cfgperl changes#6288..6290 into mainline
33071      Branch: perl
33072           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
33073 ____________________________________________________________________________
33074 [  6366] By: gsar                                  on 2000/07/11  19:11:18
33075         Log: integrate cfgperl changes#6268..6282 into mainline
33076      Branch: perl
33077           !> (integrate 30 files)
33078 ____________________________________________________________________________
33079 [  6365] By: gsar                                  on 2000/07/11  18:57:00
33080         Log: delete new accidentally branched file
33081      Branch: perl
33082            - t/op/method2entersub.t
33083 ____________________________________________________________________________
33084 [  6364] By: gsar                                  on 2000/07/11  18:55:13
33085         Log: skip integrate of change#6267 from cfgperl into mainline (the
33086              method call optimization is flawed without additional hints
33087              from user about immutableness of @ISA and no runtime method
33088              definitions)
33089      Branch: perl
33090           +> t/op/method2entersub.t
33091           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
33092           !> perl.h t/op/sprintf.t xsutils.c
33093 ____________________________________________________________________________
33094 [  6363] By: gsar                                  on 2000/07/11  18:49:43
33095         Log: integrate cfgperl changes#6261..6266 into mainline
33096      Branch: perl
33097           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
33098           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
33099           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33100           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
33101 ____________________________________________________________________________
33102 [  6362] By: gsar                                  on 2000/07/11  18:43:26
33103         Log: integrate cfgperl changes#6252..6260 into mainline
33104      Branch: perl
33105           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
33106           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
33107           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
33108           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
33109 ____________________________________________________________________________
33110 [  6361] By: gsar                                  on 2000/07/11  18:37:12
33111         Log: skip integrate of problematic change#6251 from cfgperl into mainline
33112      Branch: perl
33113           !> lib/Exporter.pm
33114 ____________________________________________________________________________
33115 [  6360] By: gsar                                  on 2000/07/11  18:34:56
33116         Log: integrate cfgperl change#6250 into mainline
33117      Branch: perl
33118           +> t/op/my_stash.t
33119           !> MANIFEST embed.pl proto.h toke.c
33120 ____________________________________________________________________________
33121 [  6359] By: gsar                                  on 2000/07/11  18:21:19
33122         Log: integrate cfgperl changes#6242..6249 into mainline
33123      Branch: perl
33124           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
33125           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
33126           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
33127           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
33128           !> t/lib/peek.t utf8.c
33129 ____________________________________________________________________________
33130 [  6358] By: gsar                                  on 2000/07/11  18:15:45
33131         Log: skip integrate of problematic change#6241 from cfgperl into mainline
33132      Branch: perl
33133           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33134 ____________________________________________________________________________
33135 [  6357] By: jhi                                   on 2000/07/11  18:15:16
33136         Log: Fix for
33137              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
33138              From: Roderick Schertler <roderick@argon.org> 
33139              Date: Tue, 11 Jul 2000 13:55:05 -0400 
33140              Message-Id: <200007111755.NAA05077@jones.argon.org> 
33141      Branch: cfgperl
33142            ! doio.c
33143 ____________________________________________________________________________
33144 [  6356] By: jhi                                   on 2000/07/11  18:12:51
33145         Log: Typo in #6341.
33146      Branch: cfgperl
33147            ! pp_hot.c
33148 ____________________________________________________________________________
33149 [  6355] By: gsar                                  on 2000/07/11  18:12:10
33150         Log: integrate cfgperl changes#6231..6240 into mainline
33151      Branch: perl
33152           +> pod/perlutil.pod
33153           !> (integrate 35 files)
33154 ____________________________________________________________________________
33155 [  6354] By: jhi                                   on 2000/07/11  18:04:34
33156         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
33157              From: Dominic Dunlop <domo@computer.org> 
33158              Date: Tue, 11 Jul 2000 12:27:33 +0200 
33159              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
33160              
33161              Replaces change #6268.
33162      Branch: cfgperl
33163            ! t/op/sprintf.t
33164 ____________________________________________________________________________
33165 [  6353] By: gsar                                  on 2000/07/11  17:59:51
33166         Log: skip integrate of problematic change#6230 from cfgperl into mainline
33167              (a later version of File::Spec is already in mainline)
33168      Branch: perl
33169           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
33170           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
33171 ____________________________________________________________________________
33172 [  6352] By: gsar                                  on 2000/07/11  17:57:48
33173         Log: integrate cfgperl changes#6224..6229 into mainline
33174      Branch: perl
33175           +> lib/lib.pm.PL
33176            - lib/lib.pm
33177           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
33178           !> lib/English.pm op.c t/lib/english.t
33179 ____________________________________________________________________________
33180 [  6351] By: gsar                                  on 2000/07/11  17:50:10
33181         Log: skip integrate of problematic change#6223 from cfgperl into mainline
33182      Branch: perl
33183           !> doio.c
33184 ____________________________________________________________________________
33185 [  6350] By: gsar                                  on 2000/07/11  17:48:28
33186         Log: integrate cfgperl changes#6220..6222 into mainline
33187      Branch: perl
33188           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
33189           !> toke.c utf8.c win32/win32.h
33190 ____________________________________________________________________________
33191 [  6349] By: gsar                                  on 2000/07/11  17:46:13
33192         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
33193              mainline
33194      Branch: perl
33195           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
33196           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
33197           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33198 ____________________________________________________________________________
33199 [  6348] By: jhi                                   on 2000/07/11  17:45:49
33200         Log: README.posix-bc podified from Thomas Dorner.
33201      Branch: cfgperl
33202            ! README.posix-bc
33203 ____________________________________________________________________________
33204 [  6347] By: gsar                                  on 2000/07/11  17:42:04
33205         Log: integrate cfgperl change#6217 into mainline
33206      Branch: perl
33207           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
33208           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
33209           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
33210 ____________________________________________________________________________
33211 [  6346] By: gsar                                  on 2000/07/11  17:39:37
33212         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
33213              mainline
33214      Branch: perl
33215           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
33216           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
33217           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
33218           !> perlapi.h pod/perlapi.pod
33219 ____________________________________________________________________________
33220 [  6345] By: gsar                                  on 2000/07/11  17:36:42
33221         Log: integrate cfgperl changes#6207..6210 into mainline
33222      Branch: perl
33223           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
33224           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
33225 ____________________________________________________________________________
33226 [  6344] By: gsar                                  on 2000/07/11  17:31:20
33227         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
33228              mainline
33229      Branch: perl
33230           !> (integrate 40 files)
33231 ____________________________________________________________________________
33232 [  6343] By: gsar                                  on 2000/07/11  17:19:08
33233         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
33234      Branch: perl
33235           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
33236            ! Changes
33237           !> (integrate 34 files)
33238 ____________________________________________________________________________
33239 [  6342] By: jhi                                   on 2000/07/11  16:05:48
33240         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
33241              To: perl5-porters@perl.org
33242              From: Karsten Sperling <spiff@phreax.net>
33243              Date: Mon, 10 Jul 2000 15:12:52 +0200
33244              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
33245      Branch: cfgperl
33246            ! lib/Symbol.pm
33247 ____________________________________________________________________________
33248 [  6341] By: jhi                                   on 2000/07/11  15:59:23
33249         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
33250              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33251              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
33252              Date: Fri, 07 Jul 2000 17:57:16 +0100
33253      Branch: cfgperl
33254            ! pp_hot.c
33255 ____________________________________________________________________________
33256 [  6340] By: jhi                                   on 2000/07/11  15:55:47
33257         Log: Subject: Re: format bug report  [Patch]
33258              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33259              Date: Wed, 05 Jul 2000 13:12:52 +0200
33260              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
33261              
33262              Subject: Re: format bug report  [Patch]
33263              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33264              Date: Wed, 05 Jul 2000 14:10:01 +0200
33265              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
33266      Branch: cfgperl
33267            ! t/op/write.t toke.c
33268 ____________________________________________________________________________
33269 [  6339] By: jhi                                   on 2000/07/11  13:54:09
33270         Log: Be less forgiving about ambiguous and illegal tr ranges.
33271              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33272              From: Mark-Jason Dominus <mjd@plover.com>
33273              Date: Tue, 04 Jul 2000 10:00:12 -0400
33274              Message-ID: <20000704140012.17772.qmail@plover.com>
33275              
33276              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
33277              From: Mark-Jason Dominus <mjd@plover.com>
33278              Date: Wed, 05 Jul 2000 09:37:36 -0400
33279              Message-ID: <20000705133736.27293.qmail@plover.com>
33280      Branch: cfgperl
33281            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
33282 ____________________________________________________________________________
33283 [  6338] By: jhi                                   on 2000/07/11  13:31:24
33284         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
33285              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33286              Date: Tue, 11 Jul 2000 13:50:51 +0100
33287              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
33288      Branch: cfgperl
33289            ! sv.c
33290 ____________________________________________________________________________
33291 [  6337] By: jhi                                   on 2000/07/11  13:29:14
33292         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
33293              From: Hugo <hv@crypt.compulink.co.uk>
33294              Date: Tue, 11 Jul 2000 12:44:50 +0100
33295              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
33296      Branch: cfgperl
33297            ! regexec.c t/op/re_tests
33298 ____________________________________________________________________________
33299 [  6336] By: jhi                                   on 2000/07/11  13:26:47
33300         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
33301              From: simon@brecon.co.uk (Simon Cozens)
33302              Date: 7 Jul 2000 11:26:09 GMT
33303              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
33304      Branch: cfgperl
33305            ! mg.c
33306 ____________________________________________________________________________
33307 [  6335] By: jhi                                   on 2000/07/11  13:23:37
33308         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
33309              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
33310              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
33311              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
33312      Branch: cfgperl
33313            + ext/DynaLoader/hints/netbsd.pl
33314            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
33315 ____________________________________________________________________________
33316 [  6334] By: jhi                                   on 2000/07/11  13:20:38
33317         Log: Subject: PATCH perlguts.pod: Document D and d magic types
33318              From: mjd@plover.com
33319              Date: 5 Jul 2000 18:01:51 -0000
33320              Message-ID: <20000705180151.29413.qmail@plover.com>
33321      Branch: cfgperl
33322            ! pod/perlguts.pod
33323 ____________________________________________________________________________
33324 [  6333] By: jhi                                   on 2000/07/11  13:15:51
33325         Log: Precedence goof, fix based on
33326              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
33327              From: Hugo <hv@crypt.compulink.co.uk>
33328              Date: Tue, 11 Jul 2000 12:52:38 +0100
33329              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
33330      Branch: cfgperl
33331            ! t/op/taint.t
33332 ____________________________________________________________________________
33333 [  6332] By: jhi                                   on 2000/07/11  12:40:17
33334         Log: Integrate with Sarathy.
33335      Branch: cfgperl
33336           !> win32/win32sck.c
33337 ____________________________________________________________________________
33338 [  6331] By: jhi                                   on 2000/07/10  20:14:16
33339         Log: Sprinkle ldlibpath.
33340      Branch: cfgperl
33341            ! pod/Makefile.SH
33342 ____________________________________________________________________________
33343 [  6330] By: jhi                                   on 2000/07/10  17:54:49
33344         Log: More POSIX.pod tweaks.
33345      Branch: cfgperl
33346            ! ext/POSIX/POSIX.pod
33347 ____________________________________________________________________________
33348 [  6329] By: jhi                                   on 2000/07/10  14:02:12
33349         Log: Reorder perl.pod once more.
33350      Branch: cfgperl
33351            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33352 ____________________________________________________________________________
33353 [  6328] By: gsar                                  on 2000/07/10  07:06:00
33354         Log: accept() leaks memory on windows due to incorrect ordering of
33355              closesocket() and fclose() calls
33356      Branch: perl
33357            ! win32/win32sck.c
33358 ____________________________________________________________________________
33359 [  6327] By: gsar                                  on 2000/07/10  06:49:17
33360         Log: winsock options weren't being set in all threads under ithreads
33361              (caused send()s from second and subsequent threads to fail)
33362      Branch: perl
33363            ! win32/win32sck.c
33364 ____________________________________________________________________________
33365 [  6326] By: jhi                                   on 2000/07/08  02:45:40
33366         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
33367              was cast to an unsigned (32-bit) integer with wild abandon.
33368      Branch: cfgperl
33369            ! ext/Devel/DProf/DProf.xs
33370 ____________________________________________________________________________
33371 [  6325] By: jhi                                   on 2000/07/07  18:50:33
33372         Log: Remove perlbook, update perlfaq book listing,
33373              rearrange perl.pod, regenerate perltoc.
33374      Branch: cfgperl
33375            - pod/perlbook.pod
33376            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
33377            ! pod/perlfaq2.pod pod/perltoc.pod
33378 ____________________________________________________________________________
33379 [  6324] By: jhi                                   on 2000/07/07  14:03:40
33380         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
33381      Branch: cfgperl
33382            ! sv.h toke.c
33383 ____________________________________________________________________________
33384 [  6323] By: jhi                                   on 2000/07/06  16:03:55
33385         Log: Fix complaints of buildtoc.
33386      Branch: cfgperl
33387            + lib/Win32.pod
33388            - pod/Win32.pod
33389            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
33390 ____________________________________________________________________________
33391 [  6322] By: jhi                                   on 2000/07/06  15:15:52
33392         Log: Add =head1 NAMEs so that buildtoc is happy.
33393              (The CGI::Util nit reported to Lincoln.)
33394      Branch: cfgperl
33395            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
33396            ! pod/perltoc.pod
33397 ____________________________________________________________________________
33398 [  6321] By: jhi                                   on 2000/07/06  03:16:04
33399         Log: Config is being used.
33400      Branch: cfgperl
33401            ! t/op/method.t
33402 ____________________________________________________________________________
33403 [  6320] By: jhi                                   on 2000/07/06  03:13:13
33404         Log: Integrate with Sarathy.
33405      Branch: cfgperl
33406           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
33407 ____________________________________________________________________________
33408 [  6319] By: jhi                                   on 2000/07/06  03:11:46
33409         Log: Autogenerate pod/Makefile and pod/buildtoc.
33410              buildtoc also checks whether the existin pods are
33411              mentioned in MANIFEST and perl.pod, and vice versa.
33412              (None of the thusly found discrepancies fixed yet.)
33413              roffitall also needs to be autogenerated similarly but it
33414              seems so badly out of date that I didn't touch it yet.
33415      Branch: cfgperl
33416            + pod/Makefile.SH pod/buildtoc.PL
33417            - pod/Makefile pod/buildtoc
33418            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
33419 ____________________________________________________________________________
33420 [  6318] By: gsar                                  on 2000/07/05  22:10:54
33421         Log: fix UNC path handling on Windows under ithreads, and chdir()
33422              return value when given a non-existent directory
33423      Branch: perl
33424            ! win32/vdir.h
33425 ____________________________________________________________________________
33426 [  6317] By: gsar                                  on 2000/07/05  22:08:19
33427         Log: winsock cleanup never done on Windows (leads to handle leaks)
33428      Branch: perl
33429            ! win32/perllib.c win32/win32sck.c
33430 ____________________________________________________________________________
33431 [  6316] By: gsar                                  on 2000/07/05  22:06:19
33432         Log: some debugger output does not go to the socket when RemotePort is set
33433      Branch: perl
33434            ! lib/perl5db.pl
33435 ____________________________________________________________________________
33436 [  6315] By: jhi                                   on 2000/07/05  00:25:21
33437         Log: Integrate with Sarathy, preliminary fix for unicos
33438              alignment problems in [ID 20000612.002] Perl problem on Cray system.
33439      Branch: cfgperl
33440            ! sv.h
33441           !> pp_hot.c
33442 ____________________________________________________________________________
33443 [  6314] By: gsar                                  on 2000/07/04  23:34:02
33444         Log: tyop in change#6306
33445      Branch: perl
33446            ! pp_hot.c
33447 ____________________________________________________________________________
33448 [  6313] By: jhi                                   on 2000/07/04  22:14:38
33449         Log: Multiline string literals ENONPORTABLE.
33450      Branch: cfgperl
33451            ! pp_hot.c
33452 ____________________________________________________________________________
33453 [  6312] By: jhi                                   on 2000/07/04  20:34:44
33454         Log: Integrate with Sarathy.
33455      Branch: cfgperl
33456           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
33457           !> t/op/method.t
33458 ____________________________________________________________________________
33459 [  6311] By: jhi                                   on 2000/07/04  20:30:56
33460         Log: More POSIX.pod embellishment.
33461      Branch: cfgperl
33462            ! ext/POSIX/POSIX.pod
33463 ____________________________________________________________________________
33464 [  6310] By: gsar                                  on 2000/07/04  17:28:48
33465         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
33466      Branch: perl
33467            ! t/lib/b.t
33468 ____________________________________________________________________________
33469 [  6309] By: jhi                                   on 2000/07/04  17:22:18
33470         Log: The #6308 required a little bit more.
33471      Branch: cfgperl
33472            ! Makefile.SH win32/Makefile
33473 ____________________________________________________________________________
33474 [  6308] By: jhi                                   on 2000/07/04  16:35:24
33475         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
33476      Branch: cfgperl
33477            + lib/lib_pm.PL
33478            - lib/lib.pm.PL
33479            ! MANIFEST Makefile.SH
33480 ____________________________________________________________________________
33481 [  6307] By: jhi                                   on 2000/07/04  16:28:58
33482         Log: Win32 patches for cfgperl from Sarathy.
33483      Branch: cfgperl
33484            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
33485            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
33486            ! thread.h toke.c util.c win32/Makefile win32/win32.c
33487 ____________________________________________________________________________
33488 [  6306] By: gsar                                  on 2000/07/04  16:28:40
33489         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
33490              (from Richard Soderberg <rs@oregonnet.com>)
33491      Branch: perl
33492            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
33493 ____________________________________________________________________________
33494 [  6305] By: jhi                                   on 2000/07/04  16:24:24
33495         Log: Integrate with Sarathy.
33496      Branch: cfgperl
33497           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
33498           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33499           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
33500           !> proto.h win32/win32.c
33501 ____________________________________________________________________________
33502 [  6304] By: gsar                                  on 2000/07/04  16:17:24
33503         Log: missing perldiag entry for unpack("w",...) diagnostic (from
33504              Andreas Koenig)
33505      Branch: perl
33506            ! pod/perldiag.pod
33507 ____________________________________________________________________________
33508 [  6303] By: gsar                                  on 2000/07/04  16:14:44
33509         Log: remove rel2abs prototypes (from Barrie Slaymaker)
33510      Branch: perl
33511            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
33512            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33513 ____________________________________________________________________________
33514 [  6302] By: gsar                                  on 2000/07/04  04:59:35
33515         Log: adjust change#6299
33516      Branch: perl
33517            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
33518            ! win32/win32.c
33519 ____________________________________________________________________________
33520 [  6301] By: jhi                                   on 2000/07/04  04:50:07
33521         Log: Integrate with Sarathy.
33522      Branch: cfgperl
33523           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
33524           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
33525           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
33526 ____________________________________________________________________________
33527 [  6300] By: gsar                                  on 2000/07/04  04:42:09
33528         Log: PERL_OBJECT build tweak
33529      Branch: perl
33530            ! perl.h
33531 ____________________________________________________________________________
33532 [  6299] By: gsar                                  on 2000/07/04  04:37:00
33533         Log: fix memory leak on Windows (PL_sys_intern contents were never
33534              freed)
33535      Branch: perl
33536            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
33537            ! perlapi.c proto.h win32/win32.c
33538 ____________________________________________________________________________
33539 [  6298] By: gsar                                  on 2000/07/04  04:15:59
33540         Log: fix large memory leak that has been around for ever, masked by
33541              -DPURIFY (most of the arenas were never freed!)
33542      Branch: perl
33543            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
33544 ____________________________________________________________________________
33545 [  6297] By: gsar                                  on 2000/07/04  04:07:46
33546         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
33547      Branch: perl
33548            ! perl.c
33549 ____________________________________________________________________________
33550 [  6296] By: jhi                                   on 2000/06/30  18:28:37
33551         Log: Elaborate POSIX.pod.  Still needs work.
33552      Branch: cfgperl
33553            ! ext/POSIX/POSIX.pod
33554 ____________________________________________________________________________
33555 [  6295] By: jhi                                   on 2000/06/30  14:58:18
33556         Log: Point to perlipc for more SysV IPC examples.
33557      Branch: cfgperl
33558            ! pod/perlfunc.pod
33559 ____________________________________________________________________________
33560 [  6294] By: gsar                                  on 2000/06/30  14:47:45
33561         Log: slurp mode fix in change#4736 still not quite right
33562      Branch: perl
33563            ! pp_hot.c t/io/argv.t
33564 ____________________________________________________________________________
33565 [  6293] By: jhi                                   on 2000/06/30  12:02:55
33566         Log: Integrate with Sarathy.
33567      Branch: cfgperl
33568           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
33569 ____________________________________________________________________________
33570 [  6292] By: jhi                                   on 2000/06/30  12:01:11
33571         Log: From: simon@brecon.co.uk (Simon Cozens)
33572              Subject: UTF8 concat
33573              Date: 30 Jun 2000 06:13:25 GMT
33574              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
33575      Branch: cfgperl
33576            ! pp_hot.c
33577 ____________________________________________________________________________
33578 [  6291] By: gsar                                  on 2000/06/30  04:37:33
33579         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
33580              when @_ is modified, causing coredumps
33581      Branch: perl
33582            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
33583 ____________________________________________________________________________
33584 [  6290] By: jhi                                   on 2000/06/30  02:21:44
33585         Log: Integrate with Sarathy.
33586      Branch: cfgperl
33587           !> vms/vms.c vms/vmsish.h
33588 ____________________________________________________________________________
33589 [  6289] By: jhi                                   on 2000/06/30  02:21:02
33590         Log: Check VERSIONs.
33591      Branch: cfgperl
33592            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33593            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33594            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33595 ____________________________________________________________________________
33596 [  6288] By: jhi                                   on 2000/06/30  02:18:52
33597         Log: Integrate with Sarathy.
33598      Branch: cfgperl
33599           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
33600           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33601           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33602           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
33603 ____________________________________________________________________________
33604 [  6287] By: gsar                                  on 2000/06/30  02:17:08
33605         Log: integrate vmsperl changes into mainline
33606      Branch: perl
33607           !> vms/vms.c vms/vmsish.h
33608 ____________________________________________________________________________
33609 [  6285] By: gsar                                  on 2000/06/30  02:05:28
33610         Log: localize %INC in a Safe compartment so that use/require work
33611              (many other magic globals probably need similar treatment)
33612      Branch: perl
33613            ! ext/Opcode/Opcode.xs
33614 ____________________________________________________________________________
33615 [  6284] By: gsar                                  on 2000/06/30  01:54:54
33616         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
33617              about Windows
33618      Branch: perl
33619            ! pod/perlembed.pod
33620 ____________________________________________________________________________
33621 [  6283] By: jhi                                   on 2000/06/30  01:50:10
33622         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
33623              From: Barrie Slaymaker <barries@jester.slaysys.com>
33624              Date: Wed, 28 Jun 2000 11:35:29 -0400
33625              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
33626      Branch: perl
33627            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
33628            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
33629            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33630            ! lib/File/Spec/Win32.pm
33631 ____________________________________________________________________________
33632 [  6282] By: jhi                                   on 2000/06/29  22:57:22
33633         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
33634              From: Dan Sugalski <dan@sidhe.org>
33635              Date: Tue, 06 Jun 2000 11:59:50 -0400
33636              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
33637      Branch: cfgperl
33638            ! vms/vms.c
33639 ____________________________________________________________________________
33640 [  6281] By: jhi                                   on 2000/06/29  22:52:50
33641         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
33642              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33643              Date: Wed, 7 Jun 2000 04:02:04 -0500
33644              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
33645      Branch: cfgperl
33646            ! utils/h2xs.PL
33647 ____________________________________________________________________________
33648 [  6280] By: jhi                                   on 2000/06/29  22:45:47
33649         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
33650              From: rspier@pobox.com (Robert Spier)
33651              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
33652              Message-ID: <14654.31913.845602.610277@rls.cx>
33653      Branch: cfgperl
33654            ! utils/h2xs.PL
33655 ____________________________________________________________________________
33656 [  6279] By: jhi                                   on 2000/06/29  22:38:16
33657         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
33658              From: Tim Ayers <tayers@bridge.com>
33659              Date: Thu, 08 Jun 2000 08:11:06 +0200
33660              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
33661              [resent by Richard Foley, Message-Id probably wrong]
33662      Branch: cfgperl
33663            ! pod/perlsub.pod
33664 ____________________________________________________________________________
33665 [  6278] By: jhi                                   on 2000/06/29  22:21:45
33666         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
33667              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
33668              Date: Fri, 09 Jun 2000 12:39:27 -0400
33669              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
33670              (plus update the version "number" of Text::Wrap)
33671      Branch: cfgperl
33672            ! lib/Text/Wrap.pm
33673 ____________________________________________________________________________
33674 [  6277] By: jhi                                   on 2000/06/29  22:13:10
33675         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
33676              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33677              Date: Mon, 12 Jun 2000 14:55:59 +0100
33678              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
33679      Branch: cfgperl
33680            ! pod/perlfunc.pod
33681 ____________________________________________________________________________
33682 [  6276] By: jhi                                   on 2000/06/29  22:11:06
33683         Log: Subject: [PATCH] Re: eval documentation: context
33684              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
33685              Date: Mon, 12 Jun 2000 15:07:29 +0100
33686              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
33687      Branch: cfgperl
33688            ! pod/perlfunc.pod
33689 ____________________________________________________________________________
33690 [  6275] By: jhi                                   on 2000/06/29  21:59:46
33691         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
33692              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
33693              Date: Tue, 13 Jun 2000 02:43:48 -0500
33694              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
33695      Branch: cfgperl
33696            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
33697 ____________________________________________________________________________
33698 [  6274] By: jhi                                   on 2000/06/29  21:56:14
33699         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
33700              From: Andy Dougherty <doughera@lafayette.edu>
33701              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
33702              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
33703      Branch: cfgperl
33704            ! ext/File/Glob/Glob.pm
33705 ____________________________________________________________________________
33706 [  6273] By: jhi                                   on 2000/06/29  21:49:09
33707         Log: Subject: [PATCH] xsub attributes
33708              From: Doug MacEachern <dougm@covalent.net>
33709              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
33710              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
33711      Branch: cfgperl
33712            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
33713            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
33714 ____________________________________________________________________________
33715 [  6272] By: jhi                                   on 2000/06/29  21:41:28
33716         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
33717              From: Tom Phoenix <rootbeer@redcat.com>
33718              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
33719              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
33720      Branch: cfgperl
33721            ! lib/Net/Ping.pm
33722 ____________________________________________________________________________
33723 [  6271] By: jhi                                   on 2000/06/29  21:36:55
33724         Log: Subject: PATCH pod/perltie.pod
33725              From: Ian Phillipps <Ian.Phillipps@iname.com>
33726              Date: Fri, 16 Jun 2000 00:17:19 +0100
33727              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
33728              (only the first hunk, the second hunk had already been done
33729              by some other patch)
33730      Branch: cfgperl
33731            ! pod/perltie.pod
33732 ____________________________________________________________________________
33733 [  6270] By: jhi                                   on 2000/06/29  21:24:51
33734         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
33735              From: Nicholas Clark <nick@talking.bollo.cx>
33736              Date: Fri, 23 Jun 2000 16:21:15 +0100
33737              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
33738      Branch: cfgperl
33739            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
33740            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
33741 ____________________________________________________________________________
33742 [  6269] By: jhi                                   on 2000/06/29  19:38:15
33743         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
33744              silence few compiler warnings.
33745      Branch: cfgperl
33746            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
33747 ____________________________________________________________________________
33748 [  6268] By: jhi                                   on 2000/06/29  18:21:50
33749         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
33750              From: Dominic Dunlop <domo@computer.org> 
33751              Date: Thu, 29 Jun 2000 12:32:39 +0200 
33752              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
33753      Branch: cfgperl
33754            ! t/op/sprintf.t
33755 ____________________________________________________________________________
33756 [  6267] By: jhi                                   on 2000/06/29  18:16:07
33757         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
33758              From: Doug MacEachern <dougm@covalent.net>
33759              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
33760              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
33761      Branch: cfgperl
33762            + t/op/method2entersub.t
33763            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
33764            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33765            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
33766            ! xsutils.c
33767 ____________________________________________________________________________
33768 [  6266] By: jhi                                   on 2000/06/29  15:11:15
33769         Log: Subject: [PATCH 5.6.0] cygwin port
33770              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
33771              From: "Fifer, Eric" <EFifer@sanwaint.com>
33772              Date: Thu, 29 Jun 2000 12:58:29 +0100
33773      Branch: cfgperl
33774            ! cygwin/Makefile.SHs
33775 ____________________________________________________________________________
33776 [  6265] By: jhi                                   on 2000/06/29  15:04:05
33777         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
33778              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33779              Date: Wed, 28 Jun 2000 17:50:12 -0700
33780              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
33781      Branch: cfgperl
33782            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33783 ____________________________________________________________________________
33784 [  6264] By: jhi                                   on 2000/06/29  15:00:57
33785         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
33786              From: Marty Lucich <marty@netcom.com>
33787              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
33788              Message-Id: <200006282116.OAA11148@netcom.com>
33789              ccdlflags update (the BSD/OS 4.1 part had already been taken
33790              care of by #6141).
33791      Branch: cfgperl
33792            ! hints/bsdos.sh
33793 ____________________________________________________________________________
33794 [  6263] By: jhi                                   on 2000/06/29  13:47:44
33795         Log: tr fixes from Simon Cozens
33796      Branch: cfgperl
33797            ! doop.c
33798 ____________________________________________________________________________
33799 [  6262] By: jhi                                   on 2000/06/28  18:46:01
33800         Log: Subject: 5.6.0 Patch for EPOC
33801              From: Olaf Flebbe <o.flebbe@gmx.de>
33802              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
33803              Message-ID: <23449.960929969@www11.gmx.net>
33804      Branch: cfgperl
33805            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
33806            ! epoc/epocish.h
33807 ____________________________________________________________________________
33808 [  6261] By: jhi                                   on 2000/06/28  18:29:07
33809         Log: Subject: Re: [PATCH cfgperl] BOMs away!
33810              From: simon@brecon.co.uk (Simon Cozens)
33811              Date: 17 Jun 2000 11:49:57 GMT
33812              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
33813      Branch: cfgperl
33814            ! pod/perldiag.pod t/comp/require.t toke.c
33815 ____________________________________________________________________________
33816 [  6260] By: jhi                                   on 2000/06/28  17:47:16
33817         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
33818              From: simon@brecon.co.uk (Simon Cozens) 
33819              Date: 17 Jun 2000 11:56:44 GMT 
33820              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
33821              pack U0, pack C0
33822      Branch: cfgperl
33823            ! pod/perlfunc.pod pp.c t/op/pack.t
33824 ____________________________________________________________________________
33825 [  6259] By: jhi                                   on 2000/06/28  16:43:17
33826         Log: perlnewmod was missing from MANIFEST.
33827      Branch: cfgperl
33828            ! MANIFEST
33829 ____________________________________________________________________________
33830 [  6258] By: jhi                                   on 2000/06/28  15:54:30
33831         Log: linenumber tweak
33832      Branch: cfgperl
33833            ! t/pragma/warn/regcomp
33834 ____________________________________________________________________________
33835 [  6257] By: jhi                                   on 2000/06/28  15:50:44
33836         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
33837              From: Doug MacEachern <dougm@covalent.net>
33838              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
33839              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
33840              (one part of the patch had been applied earlier)
33841      Branch: cfgperl
33842            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
33843 ____________________________________________________________________________
33844 [  6256] By: jhi                                   on 2000/06/28  15:40:22
33845         Log: tweaks from Simon Cozens to further fix tr/// under utf8
33846      Branch: cfgperl
33847            ! doop.c
33848 ____________________________________________________________________________
33849 [  6255] By: jhi                                   on 2000/06/28  15:33:45
33850         Log: small thinko tweaks
33851      Branch: cfgperl
33852            ! lib/IPC/Open3.pm t/op/my_stash.t
33853 ____________________________________________________________________________
33854 [  6254] By: jhi                                   on 2000/06/28  15:33:25
33855         Log: Subject: tr///, help wanted.
33856              From: simon@brecon.co.uk (Simon Cozens)
33857              Date: 28 Jun 2000 11:29:04 GMT
33858              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
33859      Branch: cfgperl
33860            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
33861            ! pp_proto.h proto.h t/op/tr.t
33862 ____________________________________________________________________________
33863 [  6253] By: jhi                                   on 2000/06/28  15:09:17
33864         Log: Paranoia tweak on #6249.
33865              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
33866              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33867              Date: Sun, 25 Jun 2000 23:43:12 -0400
33868              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
33869      Branch: cfgperl
33870            ! lib/IPC/Open3.pm
33871 ____________________________________________________________________________
33872 [  6252] By: jhi                                   on 2000/06/28  15:01:38
33873         Log: Document #6249 and #6251.
33874      Branch: cfgperl
33875            ! lib/Exporter.pm lib/IPC/Open3.pm
33876 ____________________________________________________________________________
33877 [  6251] By: jhi                                   on 2000/06/28  14:50:43
33878         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
33879              From: Doug MacEachern <dougm@covalent.net>
33880              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
33881              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
33882      Branch: cfgperl
33883            ! lib/Exporter.pm
33884 ____________________________________________________________________________
33885 [  6250] By: jhi                                   on 2000/06/28  14:45:23
33886         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
33887              From: Doug MacEachern <dougm@covalent.net>
33888              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
33889              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
33890      Branch: cfgperl
33891            + t/op/my_stash.t
33892            ! MANIFEST embed.pl global.sym proto.h toke.c
33893 ____________________________________________________________________________
33894 [  6249] By: jhi                                   on 2000/06/28  14:36:34
33895         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
33896              From: Frank Tobin <ftobin@uiuc.edu>
33897              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
33898              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
33899      Branch: cfgperl
33900            ! lib/IPC/Open3.pm
33901 ____________________________________________________________________________
33902 [  6248] By: jhi                                   on 2000/06/28  14:11:25
33903         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
33904              From: Mark-Jason Dominus <mjd@plover.com>
33905              Date: Tue, 27 Jun 2000 22:36:42 -0400
33906              Message-ID: <20000628023642.12166.qmail@plover.com>
33907      Branch: cfgperl
33908            ! pod/perlfunc.pod
33909 ____________________________________________________________________________
33910 [  6247] By: jhi                                   on 2000/06/27  12:46:37
33911         Log: Tweak $VERSION, patch from Doug MacEachern.
33912      Branch: cfgperl
33913            ! lib/File/Spec.pm
33914 ____________________________________________________________________________
33915 [  6246] By: jhi                                   on 2000/06/27  03:34:46
33916         Log: Allow for standalone testing.
33917      Branch: cfgperl
33918            ! t/lib/filefunc.t t/lib/filespec.t
33919 ____________________________________________________________________________
33920 [  6245] By: jhi                                   on 2000/06/27  02:50:02
33921         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
33922              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33923              Date: Sat, 24 Jun 2000 13:06:20 +0100
33924              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
33925      Branch: cfgperl
33926            ! ext/DynaLoader/DynaLoader_pm.PL
33927 ____________________________________________________________________________
33928 [  6244] By: jhi                                   on 2000/06/27  02:46:10
33929         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
33930              From: Doug MacEachern <dougm@covalent.net>
33931              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
33932              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
33933      Branch: cfgperl
33934            ! gv.c sv.c t/lib/peek.t
33935 ____________________________________________________________________________
33936 [  6243] By: jhi                                   on 2000/06/27  02:38:07
33937         Log: Subject: [PATCH] is_utf8_string
33938              From: simon@brecon.co.uk (Simon Cozens)
33939              Date: 26 Jun 2000 02:25:59 GMT
33940              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
33941      Branch: cfgperl
33942            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
33943            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
33944            ! proto.h utf8.c
33945 ____________________________________________________________________________
33946 [  6242] By: jhi                                   on 2000/06/27  02:24:00
33947         Log: Subject: [PATCH] bytes<->utf8 fixes
33948              From: simon@brecon.co.uk (Simon Cozens)
33949              Date: 26 Jun 2000 04:55:45 GMT
33950              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
33951      Branch: cfgperl
33952            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
33953 ____________________________________________________________________________
33954 [  6241] By: jhi                                   on 2000/06/27  02:12:42
33955         Log: Do no -warn on \_, only on \alpha.
33956              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
33957              From: David Dyck <dcd@tc.fluke.com>
33958              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
33959              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
33960      Branch: cfgperl
33961            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
33962 ____________________________________________________________________________
33963 [  6240] By: jhi                                   on 2000/06/27  02:00:01
33964         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
33965              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
33966              Date: Mon, 26 Jun 2000 18:40:14 +0100
33967              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
33968      Branch: cfgperl
33969            ! utils/h2xs.PL
33970 ____________________________________________________________________________
33971 [  6239] By: jhi                                   on 2000/06/27  01:53:40
33972         Log: Configure maintenance.  Sever some dependency cycles,
33973              separate gccversion from the cc unit,
33974              address [ID 20000623.006] Configure script patch for using gcc on AIX
33975              (but solve it a little bit differently),
33976              unduplex some accidentally duplicated units,
33977              suggest using gcc if no cc available
33978              (p5p thread: "Solaris configure: counterproposal", 1999-09)
33979      Branch: cfgperl
33980            ! Configure Todo-5.6 config_h.SH
33981      Branch: metaconfig
33982            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
33983            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
33984      Branch: metaconfig/U/perl
33985            + gccvers.U
33986            ! d_getespwnam.U d_getprpwnam.U i_prot.U
33987 ____________________________________________________________________________
33988 [  6238] By: jhi                                   on 2000/06/25  18:04:56
33989         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
33990              From: Dan Sugalski <dan@sidhe.org>
33991              Date: Fri, 23 Jun 2000 17:00:00 -0400
33992              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
33993      Branch: cfgperl
33994            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
33995 ____________________________________________________________________________
33996 [  6237] By: jhi                                   on 2000/06/25  16:36:45
33997         Log: Tweak embed.pl, regen headers.
33998      Branch: cfgperl
33999            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
34000            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
34001            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
34002            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
34003            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
34004 ____________________________________________________________________________
34005 [  6236] By: jhi                                   on 2000/06/25  15:26:42
34006         Log: Regen headers.
34007      Branch: cfgperl
34008            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
34009            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
34010            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
34011            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
34012            ! regnodes.h warnings.h
34013 ____________________________________________________________________________
34014 [  6235] By: jhi                                   on 2000/06/23  19:39:35
34015         Log: The thread begun by
34016              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
34017              From: Kevin.Ruscoe@ubsw.com
34018              Date: Fri, 16 Jun 2000 16:38:51 +0100
34019              Message-Id: <H000019b03c300d6@MHS>
34020      Branch: cfgperl
34021            ! hints/solaris_2.sh
34022 ____________________________________________________________________________
34023 [  6234] By: jhi                                   on 2000/06/23  19:23:36
34024         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
34025              because when run as services (Win32ese for daemons)
34026              no environment variables are set and tmpdir ends up as /tmp,
34027              which is ambiguous.
34028              
34029              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
34030              From: matt@sergeant.org
34031              Date: 16 Jun 2000 16:30:43 -0000
34032              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
34033      Branch: cfgperl
34034            ! lib/File/Spec/Win32.pm
34035 ____________________________________________________________________________
34036 [  6233] By: jhi                                   on 2000/06/23  19:18:58
34037         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
34038              From: Mark-Jason Dominus <mjd@plover.com>
34039              Date: Fri, 16 Jun 2000 20:53:04 -0400
34040              Message-ID: <20000617005304.8008.qmail@plover.com>
34041      Branch: cfgperl
34042            ! op.h
34043 ____________________________________________________________________________
34044 [  6232] By: jhi                                   on 2000/06/23  16:10:02
34045         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
34046              From: simon@brecon.co.uk (Simon Cozens)
34047              Date: 19 Jun 2000 15:18:27 GMT
34048              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
34049              
34050              plus update pod/Makefile and regenerate perltoc
34051      Branch: cfgperl
34052            + pod/perlutil.pod
34053            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
34054 ____________________________________________________________________________
34055 [  6231] By: jhi                                   on 2000/06/23  15:19:18
34056         Log: Subject: [PATCH 5.6.0] cygwin port
34057              From: "Fifer, Eric" <EFifer@sanwaint.com>
34058              Date: Tue, 20 Jun 2000 14:30:58 +0100
34059              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
34060      Branch: cfgperl
34061            ! README.cygwin lib/File/Find.pm
34062 ____________________________________________________________________________
34063 [  6230] By: jhi                                   on 2000/06/23  14:25:21
34064         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
34065      Branch: cfgperl
34066            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
34067            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
34068            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34069            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
34070 ____________________________________________________________________________
34071 [  6229] By: jhi                                   on 2000/06/23  14:13:34
34072         Log: Subject: README.hpux version 0.6.1
34073              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
34074              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
34075              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
34076      Branch: cfgperl
34077            ! README.hpux
34078 ____________________________________________________________________________
34079 [  6228] By: jhi                                   on 2000/06/23  14:07:20
34080         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
34081              From: Doug MacEachern <dougm@covalent.net>
34082              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
34083              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
34084      Branch: cfgperl
34085            ! op.c
34086 ____________________________________________________________________________
34087 [  6227] By: jhi                                   on 2000/06/23  14:01:06
34088         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
34089              From: Doug MacEachern <dougm@covalent.net>
34090              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
34091              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
34092      Branch: cfgperl
34093            + lib/lib.pm.PL
34094            - lib/lib.pm
34095            ! MANIFEST Makefile.SH
34096 ____________________________________________________________________________
34097 [  6226] By: jhi                                   on 2000/06/23  13:53:07
34098         Log: Subject: [PATCH] remove forward declarations in Socket.pm
34099              From: Doug MacEachern <dougm@covalent.net>
34100              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
34101              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
34102              
34103              From: Doug MacEachern <dougm@covalent.net>
34104              Subject: Re: [PATCH] remove forward declarations in Socket.pm
34105              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
34106              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
34107      Branch: cfgperl
34108            ! ext/Socket/Socket.pm op.c
34109 ____________________________________________________________________________
34110 [  6225] By: jhi                                   on 2000/06/23  13:41:52
34111         Log: Add source code filenames to apidoc.
34112              From: simon@brecon.co.uk (Simon Cozens)
34113              Subject: [PATCH embed.pl] Source X-ref
34114              Date: 22 Jun 2000 02:18:49 GMT
34115              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
34116      Branch: cfgperl
34117            ! embed.pl
34118 ____________________________________________________________________________
34119 [  6224] By: jhi                                   on 2000/06/23  13:32:33
34120         Log: A way to avoid English.pm performance hit.
34121              From: root <root@jester.slaysys.com>
34122              Subject: [YAPATCH English.pm] My turn to putt again
34123              Date: Thu, 22 Jun 2000 20:33:58 -0400
34124              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
34125      Branch: cfgperl
34126            ! lib/English.pm t/lib/english.t
34127 ____________________________________________________________________________
34128 [  6223] By: jhi                                   on 2000/06/23  13:27:06
34129         Log: Avoid double close().
34130              Subject: [PATCH] avoid double close()
34131              From: Doug MacEachern <dougm@covalent.net>
34132              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
34133              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
34134      Branch: cfgperl
34135            ! doio.c
34136 ____________________________________________________________________________
34137 [  6222] By: jhi                                   on 2000/06/23  13:25:54
34138         Log: doc typo fix
34139              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
34140              From: Ian Phillipps <Ian.Phillipps@iname.com>
34141              Date: Fri, 23 Jun 2000 10:40:58 +0100
34142              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
34143      Branch: cfgperl
34144            ! lib/Pod/Usage.pm
34145 ____________________________________________________________________________
34146 [  6221] By: jhi                                   on 2000/06/23  13:24:15
34147         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
34148              From: simon@brecon.co.uk (Simon Cozens)
34149              Subject: [PATCH] Eliminate tr///[CU][CU]
34150              Date: 23 Jun 2000 11:05:40 GMT
34151              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
34152      Branch: cfgperl
34153            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
34154 ____________________________________________________________________________
34155 [  6220] By: jhi                                   on 2000/06/22  16:07:51
34156         Log: Win32 patches from Benjamin Stuhl.
34157      Branch: cfgperl
34158            ! makedef.pl win32/win32.h
34159 ____________________________________________________________________________
34160 [  6219] By: jhi                                   on 2000/06/22  16:06:34
34161         Log: Bytecode patches from Benjamin Stuhl.
34162      Branch: cfgperl
34163            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34164            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
34165            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34166 ____________________________________________________________________________
34167 [  6218] By: jhi                                   on 2000/06/15  23:54:16
34168         Log: Bytecode patches from Benjamin Stuhl.
34169      Branch: cfgperl
34170            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
34171 ____________________________________________________________________________
34172 [  6217] By: jhi                                   on 2000/06/09  13:38:29
34173         Log: Rename the fdpid locking and integrate with Sarathy.
34174      Branch: cfgperl
34175            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
34176            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
34177            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
34178            ! win32/win32.c
34179           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
34180 ____________________________________________________________________________
34181 [  6216] By: gsar                                  on 2000/06/08  14:54:21
34182         Log: be more optimal about clearing @_
34183      Branch: perl
34184            ! cop.h
34185 ____________________________________________________________________________
34186 [  6215] By: gsar                                  on 2000/06/08  14:33:04
34187         Log: tweak comment about @DB::args
34188      Branch: perl
34189            ! av.h pp_ctl.c
34190 ____________________________________________________________________________
34191 [  6214] By: gsar                                  on 2000/06/08  13:57:54
34192         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
34193              caller() wants to populate @DB::args with it (causes a coredump
34194              in Carp::confess())
34195      Branch: perl
34196            ! cop.h t/op/runlevel.t
34197 ____________________________________________________________________________
34198 [  6213] By: gsar                                  on 2000/06/08  07:06:35
34199         Log: back out change#6106 (seems problematic)
34200      Branch: perl
34201            ! hints/solaris_2.sh
34202 ____________________________________________________________________________
34203 [  6212] By: jhi                                   on 2000/06/07  03:10:36
34204         Log: Continuing mopup for #6204.
34205      Branch: cfgperl
34206            ! ext/B/defsubs_h.PL
34207 ____________________________________________________________________________
34208 [  6211] By: jhi                                   on 2000/06/07  02:41:50
34209         Log: Mopup for #6204.
34210              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
34211              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
34212              This is comes from const() where POK isn't on when expected.
34213      Branch: cfgperl
34214            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
34215            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34216            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
34217            ! perlapi.h pod/perlapi.pod
34218 ____________________________________________________________________________
34219 [  6210] By: jhi                                   on 2000/06/07  01:56:29
34220         Log: Mopup for #6207 and #6209.
34221      Branch: cfgperl
34222            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
34223 ____________________________________________________________________________
34224 [  6209] By: jhi                                   on 2000/06/07  01:33:12
34225         Log: Lock PL_fdpid against race conditions, based on:
34226              Subject: [PATCH 5.6.0]subprocess fixup for threads
34227              From: Dan Sugalski <dan@sidhe.org>
34228              To: perl5-porters@perl.org
34229              Date: Tue, 11 Apr 2000 17:02:32 -0400
34230              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
34231      Branch: cfgperl
34232            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
34233            ! win32/win32.c
34234 ____________________________________________________________________________
34235 [  6208] By: jhi                                   on 2000/06/07  01:05:23
34236         Log: Regen headers for #6207.
34237      Branch: cfgperl
34238            ! embed.h global.sym objXSUB.h proto.h
34239 ____________________________________________________________________________
34240 [  6207] By: jhi                                   on 2000/06/06  23:43:13
34241         Log: Subject: [PATCH 5.6.0] Threadsafe patches
34242              From: Dan Sugalski <dan@sidhe.org>
34243              To: perl5-porters@perl.org
34244              Date: Mon, 08 May 2000 18:08:13 -0400
34245              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
34246      Branch: cfgperl
34247            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
34248            ! proto.h sv.h util.c
34249 ____________________________________________________________________________
34250 [  6206] By: jhi                                   on 2000/06/06  23:21:23
34251         Log: Subject: [PATCH] Eliminate $a/$b in pod
34252              From: David Glasser <me@davidglasser.net>
34253              To: perl5-porters@perl.org
34254              Date: Mon, 29 May 2000 21:15:59 -0400
34255              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
34256      Branch: cfgperl
34257            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
34258            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
34259            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
34260            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
34261            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
34262            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
34263            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
34264            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
34265            ! pod/perlvar.pod pod/perlxs.pod
34266 ____________________________________________________________________________
34267 [  6205] By: jhi                                   on 2000/06/06  23:12:14
34268         Log: Subject: [PATCH] Win32 improvements
34269              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34270              To: gsar@activestate.com, perl5-porters@perl.org
34271              Date: Mon, 29 May 2000 17:22:24 PDT
34272              Message-ID: <20000530002224.91142.qmail@hotmail.com>
34273              (MUA had mangled many lines by wordwrapping)
34274      Branch: cfgperl
34275            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
34276 ____________________________________________________________________________
34277 [  6204] By: jhi                                   on 2000/06/06  23:01:50
34278         Log: Subject: [PATCH] B::Bytecode patches
34279              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
34280              To: gsar@activestate.com, jhi@iki.fi
34281              Cc: perl5-porters@perl.org
34282              Message-ID: <20000602202526.48694.qmail@hotmail.com>
34283              (MUA had mangled many lines by wordwrapping)
34284      Branch: cfgperl
34285            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
34286            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
34287            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
34288            ! intrpvar.h perl.c
34289 ____________________________________________________________________________
34290 [  6203] By: jhi                                   on 2000/06/06  22:32:43
34291         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
34292              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34293              Date: Tue, 06 Jun 2000 13:07:45 -0700
34294              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
34295      Branch: cfgperl
34296            ! pod/perldiag.pod
34297 ____________________________________________________________________________
34298 [  6202] By: jhi                                   on 2000/06/06  19:38:35
34299         Log: Integrate with Sarathy.
34300      Branch: cfgperl
34301           !> perl.c
34302 ____________________________________________________________________________
34303 [  6201] By: gsar                                  on 2000/06/06  00:42:59
34304         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
34305              does a PUSHMARK that's never ever POPMARKed; in general, only
34306              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
34307              Perl_eval_[sp]v() don't because they don't take any incoming
34308              arguments (this leak has been around since the original version
34309              of perl_eval_pv() in 5.003_97e)
34310      Branch: perl
34311            ! perl.c
34312 ____________________________________________________________________________
34313 [  6200] By: jhi                                   on 2000/06/04  03:44:52
34314         Log: Update to cperl-mode.el 4.31 from
34315              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
34316              Subject: A couple of notes
34317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34318              To: Mailing list Perl5 <perl5-porters@perl.org>
34319              Date: Sat, 3 Jun 2000 23:33:32 -0400
34320              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
34321      Branch: cfgperl
34322            ! emacs/cperl-mode.el
34323 ____________________________________________________________________________
34324 [  6199] By: jhi                                   on 2000/06/03  15:11:05
34325         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
34326              From: Dan Sugalski <dan@sidhe.org>
34327              To: perl5-porters@perl.org, vmsperl@perl.org
34328              Date: Fri, 02 Jun 2000 17:30:51 -0400
34329              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
34330      Branch: cfgperl
34331            ! vms/descrip_mms.template vms/gen_shrfls.pl
34332 ____________________________________________________________________________
34333 [  6198] By: jhi                                   on 2000/06/03  14:59:15
34334         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
34335              From: Dan Sugalski <dan@sidhe.org>
34336              To: vmsperl@perl.org, perl5-porters@perl.org
34337              Date: Fri, 02 Jun 2000 16:00:41 -0400
34338              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
34339              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
34340      Branch: cfgperl
34341            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
34342            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
34343            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
34344 ____________________________________________________________________________
34345 [  6197] By: jhi                                   on 2000/06/03  14:41:30
34346         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
34347              From: John Borwick <jhborwic@unity.ncsu.edu>
34348              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
34349              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
34350      Branch: cfgperl
34351            ! pod/perlsyn.pod
34352 ____________________________________________________________________________
34353 [  6196] By: jhi                                   on 2000/06/03  14:38:09
34354         Log: Integrate with Sarathy.
34355      Branch: cfgperl
34356           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34357           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34358           !> vms/perly_c.vms
34359 ____________________________________________________________________________
34360 [  6195] By: gsar                                  on 2000/06/02  22:43:13
34361         Log: fix yet another eval"" leak under USE_ITHREADS
34362      Branch: perl
34363            ! op.c
34364 ____________________________________________________________________________
34365 [  6194] By: gsar                                  on 2000/06/02  18:22:06
34366         Log: fix small eval"" memory leaks under USE_ITHREADS
34367      Branch: perl
34368            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
34369            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
34370            ! vms/perly_c.vms
34371 ____________________________________________________________________________
34372 [  6193] By: jhi                                   on 2000/06/01  13:03:56
34373         Log: Signals-be-gone for microperl.
34374      Branch: cfgperl
34375            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
34376 ____________________________________________________________________________
34377 [  6192] By: jhi                                   on 2000/06/01  12:52:02
34378         Log: Integrate with Sarathy.
34379      Branch: cfgperl
34380           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
34381           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
34382           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
34383           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
34384           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
34385           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
34386           !> t/op/vec.t utils/h2xs.PL
34387 ____________________________________________________________________________
34388 [  6191] By: gsar                                  on 2000/06/01  09:38:21
34389         Log: vec() loses numericalness (modified version of patch suggested
34390              by Robin Barker)
34391      Branch: perl
34392            ! doop.c t/op/vec.t
34393 ____________________________________________________________________________
34394 [  6190] By: gsar                                  on 2000/06/01  09:26:15
34395         Log: submit missing embed.pl change
34396      Branch: perl
34397            ! embed.pl
34398 ____________________________________________________________________________
34399 [  6189] By: gsar                                  on 2000/06/01  09:05:34
34400         Log: counting tr/// corrupts later operation (from M.J.T Guy)
34401      Branch: perl
34402            ! doop.c t/op/tr.t
34403 ____________________________________________________________________________
34404 [  6188] By: gsar                                  on 2000/06/01  08:58:39
34405         Log: h2xs tweaks
34406      Branch: perl
34407            ! utils/h2xs.PL
34408 ____________________________________________________________________________
34409 [  6187] By: gsar                                  on 2000/06/01  08:50:07
34410         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
34411              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
34412      Branch: perl
34413            + lib/Pod/LaTeX.pm
34414            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
34415            ! pod/pod2latex.PL
34416 ____________________________________________________________________________
34417 [  6186] By: gsar                                  on 2000/06/01  08:24:40
34418         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
34419              <wolfgang.laun@alcatel.at>)
34420      Branch: perl
34421            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
34422            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
34423 ____________________________________________________________________________
34424 [  6185] By: gsar                                  on 2000/06/01  08:12:00
34425         Log: remove incorrect documentation about implicit split to @_ in
34426              list context, which never really worked in perl 5 (from
34427              M.J.T. Guy)
34428      Branch: perl
34429            ! pod/perlfunc.pod pod/perltrap.pod
34430 ____________________________________________________________________________
34431 [  6184] By: gsar                                  on 2000/06/01  07:52:27
34432         Log: tweak for change#6127
34433      Branch: perl
34434            ! perl.c
34435 ____________________________________________________________________________
34436 [  6183] By: gsar                                  on 2000/06/01  07:41:02
34437         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
34438              <nick@ccl4.org>)
34439      Branch: perl
34440            + t/lib/selfloader.t
34441            ! MANIFEST lib/SelfLoader.pm
34442 ____________________________________________________________________________
34443 [  6182] By: jhi                                   on 2000/06/01  00:34:42
34444         Log: Be Cleaner Part Deux.
34445      Branch: cfgperl
34446            ! Makefile.SH
34447 ____________________________________________________________________________
34448 [  6181] By: jhi                                   on 2000/06/01  00:32:09
34449         Log: Integrate with Sarathy.
34450      Branch: cfgperl
34451           !> pp.c t/op/arith.t
34452 ____________________________________________________________________________
34453 [  6180] By: jhi                                   on 2000/06/01  00:31:13
34454         Log: microperl nits from Simon Cozens.
34455      Branch: cfgperl
34456            + uconfig.h
34457            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
34458            ! unixish.h
34459 ____________________________________________________________________________
34460 [  6179] By: gsar                                  on 2000/05/31  22:37:51
34461         Log: buggy modulus on UVs introduced by change#3378 (resulted in
34462              4063328477 % 65535 amounting to 27406, instead of 27407)
34463      Branch: perl
34464            ! pp.c t/op/arith.t
34465 ____________________________________________________________________________
34466 [  6178] By: jhi                                   on 2000/05/31  21:52:41
34467         Log: Be cleaner.
34468      Branch: cfgperl
34469            ! Makefile.SH
34470 ____________________________________________________________________________
34471 [  6177] By: jhi                                   on 2000/05/31  21:47:33
34472         Log: Substitution utf8 patch from Simon Cozens.
34473      Branch: cfgperl
34474            ! pp_hot.c
34475 ____________________________________________________________________________
34476 [  6176] By: jhi                                   on 2000/05/31  21:45:34
34477         Log: Single-quoted utf8 patch from Simon Cozens.
34478      Branch: cfgperl
34479            ! toke.c
34480 ____________________________________________________________________________
34481 [  6175] By: jhi                                   on 2000/05/31  21:40:18
34482         Log: Integrate with Sarathy.
34483      Branch: cfgperl
34484           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
34485 ____________________________________________________________________________
34486 [  6174] By: jhi                                   on 2000/05/31  21:37:31
34487         Log: microperl changes from Simon Cozens; Makefile for microperl
34488              written from scratch; few casts added as microperl compilation
34489              doesn't have all prototypes available.
34490      Branch: cfgperl
34491            + Makefile.micro README.micro Todo.micro uconfig.sh
34492            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
34493            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
34494      Branch: metaconfig
34495            + U/modified/Config_h.U
34496 ____________________________________________________________________________
34497 [  6173] By: jhi                                   on 2000/05/31  20:00:24
34498         Log: metaconfig maintenance.
34499      Branch: metaconfig
34500            + U/modified/Inhdr.U U/typedefs/inotype.U
34501      Branch: metaconfig/U/perl
34502            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
34503            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
34504 ____________________________________________________________________________
34505 [  6172] By: gsar                                  on 2000/05/31  05:05:42
34506         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
34507              (from Ilya Zakharevich)
34508      Branch: perl
34509            ! regexec.c t/op/re_tests
34510 ____________________________________________________________________________
34511 [  6171] By: gsar                                  on 2000/05/31  05:01:47
34512         Log: scalar() doesn't force scalar context when used in void context
34513              (from Simon Cozens)
34514      Branch: perl
34515            ! op.c t/op/wantarray.t
34516 ____________________________________________________________________________
34517 [  6170] By: gsar                                  on 2000/05/31  04:41:33
34518         Log: change#6142 needs tweaks to tests to work where there's no symlink()
34519              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34520      Branch: perl
34521            ! t/lib/filefind.t
34522 ____________________________________________________________________________
34523 [  6169] By: gsar                                  on 2000/05/31  04:29:49
34524         Log: integrate cfgperl contents into mainline
34525      Branch: perl
34526           +> pod/perlmodlib.PL pod/perlnewmod.pod
34527           !> (integrate 42 files)
34528 ____________________________________________________________________________
34529 [  6168] By: jhi                                   on 2000/05/30  22:53:37
34530         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
34531      Branch: cfgperl
34532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34533            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
34534            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
34535            ! win32/config.bc win32/config.gc win32/config.vc
34536            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34537            ! win32/config_h.PL win32/config_sh.PL
34538      Branch: metaconfig/U/perl
34539            ! perlxv.U
34540 ____________________________________________________________________________
34541 [  6167] By: jhi                                   on 2000/05/30  22:20:21
34542         Log: tweak todo 
34543      Branch: cfgperl
34544            ! Todo-5.6
34545 ____________________________________________________________________________
34546 [  6166] By: jhi                                   on 2000/05/30  22:11:51
34547         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
34548              in case somebody wants to write an extension for more
34549              shadow database interfaces.
34550      Branch: cfgperl
34551            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34552            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
34553            ! vos/config.def vos/config.h vos/config_h.SH_orig
34554            ! win32/config.bc win32/config.gc win32/config.vc
34555            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34556      Branch: metaconfig
34557            ! U/modified/Myinit.U
34558      Branch: metaconfig/U/perl
34559            + d_getespwnam.U d_getprpwnam.U i_prot.U
34560 ____________________________________________________________________________
34561 [  6165] By: jhi                                   on 2000/05/30  18:35:34
34562         Log: Integrate with Sarathy.
34563      Branch: cfgperl
34564           !> op.c
34565 ____________________________________________________________________________
34566 [  6164] By: jhi                                   on 2000/05/30  18:30:16
34567         Log: detypo
34568      Branch: cfgperl
34569            ! Configure config_h.SH
34570      Branch: metaconfig/U/perl
34571            ! perlxv.U
34572 ____________________________________________________________________________
34573 [  6163] By: gsar                                  on 2000/05/30  03:24:03
34574         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
34575      Branch: perl
34576            ! op.c
34577 ____________________________________________________________________________
34578 [  6162] By: gsar                                  on 2000/05/30  03:09:38
34579         Log: fix memory leak in method call optimization (change#3768);
34580              made C<eval "$x->foo()"> leak
34581      Branch: perl
34582            ! op.c
34583 ____________________________________________________________________________
34584 [  6161] By: jhi                                   on 2000/05/29  17:56:26
34585         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
34586              both from Simon Cozens.
34587      Branch: cfgperl
34588            + pod/perlmodlib.PL pod/perlnewmod.pod
34589            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
34590            ! pod/perlmodlib.pod pod/perltoc.pod
34591 ____________________________________________________________________________
34592 [  6160] By: jhi                                   on 2000/05/29  17:23:55
34593         Log: Changes for the File::Temp 0.08 (change #6159) test suite
34594              to fit better into the Perl distribution test framework.
34595      Branch: cfgperl
34596            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
34597            ! t/lib/ftmp-tempfile.t
34598 ____________________________________________________________________________
34599 [  6159] By: jhi                                   on 2000/05/29  16:55:36
34600         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
34601      Branch: cfgperl
34602            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
34603            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
34604 ____________________________________________________________________________
34605 [  6158] By: bailey                                on 2000/05/29  16:22:08
34606         Log: Add fallback to tmpfile for use in cases where user's relying on
34607              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
34608              Lane's patch)
34609      Branch: vmsperl
34610            ! vms/vms.c vms/vmsish.h
34611 ____________________________________________________________________________
34612 [  6157] By: jhi                                   on 2000/05/29  03:10:36
34613         Log: Regen Configure to jive with #6149.
34614      Branch: cfgperl
34615            ! Configure
34616      Branch: metaconfig
34617            ! U/modified/Getfile.U
34618 ____________________________________________________________________________
34619 [  6156] By: jhi                                   on 2000/05/29  03:01:38
34620         Log: Integrate with Sarathy.
34621      Branch: cfgperl
34622           +> ext/DynaLoader/dl_mac.xs
34623           !> (integrate 38 files)
34624 ____________________________________________________________________________
34625 [  6155] By: gsar                                  on 2000/05/28  21:15:58
34626         Log: small bug in change#6144; remove random \xA0 character that snuck
34627              in via change#6145
34628      Branch: perl
34629            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
34630 ____________________________________________________________________________
34631 [  6154] By: gsar                                  on 2000/05/28  21:04:19
34632         Log: avoid type mismatch warning
34633      Branch: perl
34634            ! perl.c
34635 ____________________________________________________________________________
34636 [  6153] By: gsar                                  on 2000/05/28  20:58:31
34637         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
34638              <nick@Bagpuss.uk.boo.com>)
34639      Branch: perl
34640            ! lib/Test/Harness.pm
34641 ____________________________________________________________________________
34642 [  6152] By: gsar                                  on 2000/05/28  20:53:42
34643         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
34644      Branch: perl
34645            ! regexec.c
34646 ____________________________________________________________________________
34647 [  6151] By: gsar                                  on 2000/05/28  20:50:28
34648         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
34649      Branch: perl
34650            ! regexec.c
34651 ____________________________________________________________________________
34652 [  6150] By: gsar                                  on 2000/05/28  20:39:58
34653         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
34654      Branch: perl
34655            ! pod/perlrequick.pod
34656 ____________________________________________________________________________
34657 [  6149] By: gsar                                  on 2000/05/28  20:35:16
34658         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
34659              <troc@netrus.net>)
34660      Branch: perl
34661            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
34662            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
34663            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
34664            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
34665 ____________________________________________________________________________
34666 [  6148] By: gsar                                  on 2000/05/28  20:21:07
34667         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
34668      Branch: perl
34669            ! lib/ExtUtils/MM_Unix.pm
34670 ____________________________________________________________________________
34671 [  6147] By: gsar                                  on 2000/05/28  20:12:41
34672         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
34673              (from Peter Prymmer)
34674      Branch: perl
34675            ! vms/subconfigure.com
34676 ____________________________________________________________________________
34677 [  6146] By: gsar                                  on 2000/05/28  20:06:15
34678         Log: doc typo
34679      Branch: perl
34680            ! lib/warnings.pm warnings.h warnings.pl
34681 ____________________________________________________________________________
34682 [  6145] By: gsar                                  on 2000/05/28  18:44:33
34683         Log: make xsubpp skip embedded pod (from Matthias Neeracher
34684              <neeri@iis.ee.ethz.ch>)
34685      Branch: perl
34686            ! lib/ExtUtils/xsubpp
34687 ____________________________________________________________________________
34688 [  6144] By: gsar                                  on 2000/05/28  18:42:49
34689         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
34690              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
34691              <neeri@iis.ee.ethz.ch>)
34692      Branch: perl
34693            ! lib/AutoSplit.pm
34694 ____________________________________________________________________________
34695 [  6143] By: gsar                                  on 2000/05/28  18:41:12
34696         Log: MacOS support, part 1 (from Matthias Neeracher
34697              <neeri@iis.ee.ethz.ch>)
34698      Branch: perl
34699            + ext/DynaLoader/dl_mac.xs
34700            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
34701            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
34702            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
34703            ! util.h
34704 ____________________________________________________________________________
34705 [  6142] By: gsar                                  on 2000/05/28  18:21:51
34706         Log: File::Find fails to chdir when chasing symlinks (from
34707              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
34708      Branch: perl
34709            ! lib/File/Find.pm t/lib/filefind.t
34710 ____________________________________________________________________________
34711 [  6141] By: jhi                                   on 2000/05/28  14:25:15
34712         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
34713              forwarded by Peter Seebach from the bsdi-users mailing list.
34714              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
34715      Branch: perl
34716            ! hints/bsdos.sh
34717 ____________________________________________________________________________
34718 [  6140] By: jhi                                   on 2000/05/28  14:11:57
34719         Log: Integrate with Sarathy.
34720      Branch: cfgperl
34721           +> (branch 30 files)
34722           !> (integrate 93 files)
34723 ____________________________________________________________________________
34724 [  6139] By: gsar                                  on 2000/05/28  10:01:48
34725         Log: revise mktables.PL for bugs and newness in Unicode 3.0
34726              (from James Bence <jbence@amgen.com>)
34727      Branch: perl
34728            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
34729            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
34730            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
34731            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
34732            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
34733            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
34734            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
34735            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
34736            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
34737            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
34738            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
34739            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
34740            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
34741            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
34742            + lib/unicode/Is/SylWU.pl
34743            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
34744            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
34745            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
34746            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
34747            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
34748            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
34749            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
34750            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
34751            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
34752            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
34753            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
34754            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
34755            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
34756            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
34757            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
34758            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
34759            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
34760            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
34761            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
34762            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
34763            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
34764            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
34765            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
34766            ! lib/unicode/Makefile lib/unicode/mktables.PL
34767 ____________________________________________________________________________
34768 [  6138] By: gsar                                  on 2000/05/28  08:50:32
34769         Log: add note about the handling of negative indices to tied arrays
34770              (from Michael G Schwern <schwern@pobox.com>)
34771      Branch: perl
34772            ! pod/perltie.pod
34773 ____________________________________________________________________________
34774 [  6137] By: gsar                                  on 2000/05/28  08:46:10
34775         Log: fix bogus redeclaration warning for "our" variables in different
34776              scopes
34777      Branch: perl
34778            ! op.c t/pragma/strict-vars
34779 ____________________________________________________________________________
34780 [  6136] By: gsar                                  on 2000/05/28  08:31:20
34781         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
34782      Branch: perl
34783            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
34784 ____________________________________________________________________________
34785 [  6135] By: gsar                                  on 2000/05/28  08:17:50
34786         Log: enable Test::Harness to dynamically determine column width etc.
34787              (from Rob Napier <rnapier@employees.org>)
34788      Branch: perl
34789            ! lib/Test/Harness.pm
34790 ____________________________________________________________________________
34791 [  6134] By: gsar                                  on 2000/05/28  08:13:39
34792         Log: make Test::Harness use wait.h/WCOREDUMP if available
34793              (from Ben Tilly <ben_tilly@hotmail.com>)
34794      Branch: perl
34795            ! lib/Test/Harness.pm
34796 ____________________________________________________________________________
34797 [  6133] By: gsar                                  on 2000/05/28  08:08:05
34798         Log: elide bogus test in change#6132
34799      Branch: perl
34800            ! t/pragma/warn/9enabled
34801 ____________________________________________________________________________
34802 [  6132] By: gsar                                  on 2000/05/28  08:03:14
34803         Log: warnings::enabled() doesn't fall back to looking at $^W if
34804              caller isn't using lexical warnings (from Paul Marquess)
34805      Branch: perl
34806            ! pp_ctl.c t/pragma/warn/9enabled
34807 ____________________________________________________________________________
34808 [  6131] By: gsar                                  on 2000/05/28  07:57:47
34809         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
34810      Branch: perl
34811            ! ext/POSIX/POSIX.pm
34812 ____________________________________________________________________________
34813 [  6130] By: gsar                                  on 2000/05/28  07:29:12
34814         Log: fix places that mean C<"word" character> but say C<alphanumeric
34815              character>
34816      Branch: perl
34817            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
34818 ____________________________________________________________________________
34819 [  6129] By: gsar                                  on 2000/05/28  07:18:41
34820         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
34821      Branch: perl
34822            ! vms/test.com
34823 ____________________________________________________________________________
34824 [  6128] By: gsar                                  on 2000/05/28  07:12:55
34825         Log: new perlxstut example for passing/returning refs to arrays
34826              (from David Lowe <dlowe@pootpoot.com>)
34827      Branch: perl
34828            ! pod/perlxstut.pod
34829 ____________________________________________________________________________
34830 [  6127] By: gsar                                  on 2000/05/28  07:02:50
34831         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
34832              failed (from Gisle Aas)
34833      Branch: perl
34834            ! cop.h perl.c
34835 ____________________________________________________________________________
34836 [  6126] By: gsar                                  on 2000/05/28  06:39:53
34837         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
34838              (reworked variant of patch suggested by Simon Cozens)
34839      Branch: perl
34840            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
34841            ! pp_hot.c proto.h t/op/gv.t
34842 ____________________________________________________________________________
34843 [  6125] By: gsar                                  on 2000/05/28  05:14:55
34844         Log: enable propagating exception objects via Perl_croak() in XS code
34845              (from Gisle Aas)
34846      Branch: perl
34847            ! util.c
34848 ____________________________________________________________________________
34849 [  6124] By: gsar                                  on 2000/05/28  05:07:28
34850         Log: integrate vmsperl contents into mainline
34851      Branch: perl
34852           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
34853           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
34854           !> vms/vmsish.h
34855 ____________________________________________________________________________
34856 [  6123] By: gsar                                  on 2000/05/28  05:03:53
34857         Log: clarify gotcha with #line directives (from Rocco Caputo
34858              <troc@netrus.net>)
34859      Branch: perl
34860            ! pod/perldebug.pod pod/perlsyn.pod
34861 ____________________________________________________________________________
34862 [  6122] By: gsar                                  on 2000/05/28  04:58:29
34863         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
34864              (from Mark-Jason Dominus)
34865      Branch: perl
34866            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
34867            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
34868            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
34869            ! toke.c
34870 ____________________________________________________________________________
34871 [  6121] By: bailey                                on 2000/05/25  04:46:54
34872         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
34873              lists (based on fixes by Craig Berry)
34874      Branch: vmsperl
34875            ! lib/File/Spec/VMS.pm
34876 ____________________________________________________________________________
34877 [  6120] By: bailey                                on 2000/05/25  04:25:38
34878         Log: Add missing escape (Charles Lane)
34879      Branch: vmsperl
34880            ! t/op/lex_assign.t
34881 ____________________________________________________________________________
34882 [  6119] By: bailey                                on 2000/05/25  04:21:25
34883         Log: Quiet error messages in vmsish.t (Charles Lane)
34884      Branch: vmsperl
34885            ! vms/ext/vmsish.t
34886 ____________________________________________________________________________
34887 [  6118] By: bailey                                on 2000/05/25  04:17:57
34888         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
34889              Flatten case labels in switch statements uniformly (Charles Bailey)
34890      Branch: vmsperl
34891            ! vms/vms.c
34892 ____________________________________________________________________________
34893 [  6117] By: bailey                                on 2000/05/25  03:58:09
34894         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
34895      Branch: vmsperl
34896            ! vms/vmsish.h
34897 ____________________________________________________________________________
34898 [  6116] By: bailey                                on 2000/05/25  03:11:15
34899         Log: Miscellaneous cosmetic fixes (Charles Lane)
34900      Branch: vmsperl
34901            ! lib/ExtUtils/MM_VMS.pm
34902 ____________________________________________________________________________
34903 [  6115] By: bailey                                on 2000/05/25  03:10:36
34904         Log: Add bounds checking for several strings (Charles Lane)
34905      Branch: vmsperl
34906            ! vms/vms.c
34907 ____________________________________________________________________________
34908 [  6114] By: bailey                                on 2000/05/25  02:25:34
34909         Log: Urk -- undo previous removal of vmsish 'exit' change
34910      Branch: vmsperl
34911            ! vms/ext/vmsish.pm vms/vmsish.h
34912 ____________________________________________________________________________
34913 [  6113] By: bailey                                on 2000/05/24  02:24:40
34914         Log: Ugly workaround for version-specific RTL error
34915      Branch: vmsperl
34916            ! vms/vms.c
34917 ____________________________________________________________________________
34918 [  6112] By: bailey                                on 2000/05/24  02:19:55
34919         Log: Check for existence of file before trying to delete
34920      Branch: vmsperl
34921            ! vms/test.com
34922 ____________________________________________________________________________
34923 [  6111] By: bailey                                on 2000/05/23  23:35:13
34924         Log: Resync with mainline prior to post-5.6.0 updates
34925      Branch: vmsperl
34926           +> (branch 49 files)
34927            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
34928            ! vms/ext/vmsish.pm
34929           !> (integrate 334 files)
34930 ____________________________________________________________________________
34931 [  6110] By: jhi                                   on 2000/05/23  19:28:32
34932         Log: todo tweak
34933      Branch: cfgperl
34934            ! Todo-5.6
34935 ____________________________________________________________________________
34936 [  6109] By: jhi                                   on 2000/05/18  17:38:54
34937         Log: Integrate with Sarathy.
34938      Branch: cfgperl
34939           !> mg.c perl.h win32/perlhost.h
34940 ____________________________________________________________________________
34941 [  6108] By: gsar                                  on 2000/05/17  02:24:56
34942         Log: reenable fake signal handling on Windows, bugs and all
34943      Branch: perl
34944            ! mg.c perl.h win32/perlhost.h
34945 ____________________________________________________________________________
34946 [  6107] By: jhi                                   on 2000/05/15  18:01:41
34947         Log: Tweak the todo list.
34948      Branch: cfgperl
34949            ! Todo-5.6
34950 ____________________________________________________________________________
34951 [  6106] By: jhi                                   on 2000/05/15  13:41:48
34952         Log: The (Configure) script refuses to go on, after asking for
34953              'You may also choose to try maximal 64-bitness....'.
34954              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
34955              -- Patrick Zima
34956              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
34957      Branch: cfgperl
34958            ! hints/solaris_2.sh
34959 ____________________________________________________________________________
34960 [  6105] By: jhi                                   on 2000/05/11  14:37:43
34961         Log: Integrate with Sarathy.
34962      Branch: cfgperl
34963           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34964           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
34965 ____________________________________________________________________________
34966 [  6104] By: gsar                                  on 2000/05/11  03:39:07
34967         Log: PL_sys_intern was being initialized too late on windows
34968      Branch: perl
34969            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
34970            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
34971 ____________________________________________________________________________
34972 [  6103] By: jhi                                   on 2000/05/09  19:42:20
34973         Log: Test tweaking for Unicos continues.
34974      Branch: cfgperl
34975            ! t/op/64bitint.t
34976 ____________________________________________________________________________
34977 [  6102] By: jhi                                   on 2000/05/09  16:47:27
34978         Log: The test suite tweak in #6101 wasn't quite right.
34979      Branch: cfgperl
34980            ! t/lib/complex.t
34981 ____________________________________________________________________________
34982 [  6101] By: jhi                                   on 2000/05/09  15:35:34
34983         Log: Hints and test tweaks for Unicos.
34984      Branch: cfgperl
34985            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
34986 ____________________________________________________________________________
34987 [  6100] By: jhi                                   on 2000/05/08  21:15:06
34988         Log: More compilation tweakery from Allen Smith.
34989      Branch: cfgperl
34990            ! hints/irix_6.sh
34991 ____________________________________________________________________________
34992 [  6099] By: jhi                                   on 2000/05/08  19:21:18
34993         Log: Tweaks for the cc bugs from Allen Smith.
34994      Branch: cfgperl
34995            ! hints/irix_6.sh
34996 ____________________________________________________________________________
34997 [  6098] By: jhi                                   on 2000/05/08  19:13:37
34998         Log: Add a note about other, yet unsupported, shadow password APIs.
34999      Branch: cfgperl
35000            ! pp_sys.c
35001 ____________________________________________________________________________
35002 [  6097] By: jhi                                   on 2000/05/08  18:46:34
35003         Log: Add a note about possible compilation problems from Allen Smith.
35004      Branch: cfgperl
35005            ! hints/irix_6.sh
35006 ____________________________________________________________________________
35007 [  6096] By: jhi                                   on 2000/05/08  17:33:10
35008         Log: Integrate with Sarathy.
35009      Branch: cfgperl
35010           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35011           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
35012 ____________________________________________________________________________
35013 [  6095] By: jhi                                   on 2000/05/08  16:21:33
35014         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
35015              might be useful in future.
35016      Branch: cfgperl
35017            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35018            ! config_h.SH
35019      Branch: metaconfig
35020            ! U/installdirs/inc_version_list.U
35021      Branch: metaconfig/U/perl
35022            ! perlxv.U
35023 ____________________________________________________________________________
35024 [  6094] By: gsar                                  on 2000/05/08  14:22:22
35025         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
35026      Branch: perl
35027            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
35028            ! hints/cygwin.sh pp_sys.c
35029 ____________________________________________________________________________
35030 [  6093] By: gsar                                  on 2000/05/08  12:52:28
35031         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
35032              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
35033      Branch: perl
35034            ! pp_sys.c sv.c win32/perlhost.h
35035 ____________________________________________________________________________
35036 [  6092] By: jhi                                   on 2000/05/07  22:40:34
35037         Log: Regen perltoc with the fixed buildtoc.
35038      Branch: cfgperl
35039            ! pod/perltoc.pod
35040 ____________________________________________________________________________
35041 [  6091] By: jhi                                   on 2000/05/07  22:24:16
35042         Log: Integrate with Sarathy.
35043      Branch: cfgperl
35044           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
35045           !> t/op/substr.t toke.c
35046 ____________________________________________________________________________
35047 [  6090] By: gsar                                  on 2000/05/07  19:47:07
35048         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
35049              [NI]OK; added tests for both
35050      Branch: perl
35051            ! perl.c pp_hot.c sv.c t/op/substr.t
35052 ____________________________________________________________________________
35053 [  6089] By: gsar                                  on 2000/05/07  18:18:38
35054         Log: buildtoc tweak to fix newline lossage
35055      Branch: perl
35056            ! pod/buildtoc
35057 ____________________________________________________________________________
35058 [  6088] By: jhi                                   on 2000/05/07  16:35:36
35059         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
35060              because we do not use those.  The HAS_GETSPNAM remains,
35061              though, because we still do use that.
35062      Branch: cfgperl
35063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35064            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
35065            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
35066            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35067            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35068            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
35069 ____________________________________________________________________________
35070 [  6087] By: gsar                                  on 2000/05/07  16:05:16
35071         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
35072      Branch: perl
35073            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
35074 ____________________________________________________________________________
35075 [  6086] By: jhi                                   on 2000/05/07  15:27:07
35076         Log: Integrate with Sarathy.
35077      Branch: cfgperl
35078           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35079           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35080           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
35081           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
35082           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
35083           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
35084 ____________________________________________________________________________
35085 [  6085] By: gsar                                  on 2000/05/07  05:52:02
35086         Log: repeat operator (x) doesn't preserve utf8-ness
35087      Branch: perl
35088            ! pp.c t/op/substr.t
35089 ____________________________________________________________________________
35090 [  6084] By: gsar                                  on 2000/05/07  05:39:55
35091         Log: substr() does not preserve utf8-ness (from Stefan Eissing
35092              <Eissing@medicaldataservice.de>); added tests
35093      Branch: perl
35094            ! pp.c t/op/substr.t
35095 ____________________________________________________________________________
35096 [  6083] By: gsar                                  on 2000/05/07  05:24:46
35097         Log: note about undocumented caller() return value (from M.J.T. Guy);
35098              yet another peek.t tweak
35099      Branch: perl
35100            ! pod/perlfunc.pod t/lib/peek.t
35101 ____________________________________________________________________________
35102 [  6082] By: gsar                                  on 2000/05/07  05:08:40
35103         Log: peek.t non-portable to ithreads
35104      Branch: perl
35105            ! t/lib/peek.t
35106 ____________________________________________________________________________
35107 [  6081] By: gsar                                  on 2000/05/07  04:17:04
35108         Log: better default perlbug categories for ok reports (from Richard Foley)
35109      Branch: perl
35110            ! utils/perlbug.PL
35111 ____________________________________________________________________________
35112 [  6080] By: gsar                                  on 2000/05/07  04:08:07
35113         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
35114              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
35115      Branch: perl
35116            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
35117            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
35118            ! AUTHORS MAINTAIN MANIFEST
35119 ____________________________________________________________________________
35120 [  6079] By: gsar                                  on 2000/05/07  04:01:38
35121         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
35122      Branch: perl
35123            ! lib/Carp/Heavy.pm
35124 ____________________________________________________________________________
35125 [  6078] By: gsar                                  on 2000/05/07  01:24:19
35126         Log: workaround for CRT bug in chdir() (from Charles Lane, via
35127              Peter Prymmer)
35128      Branch: perl
35129            ! iperlsys.h vms/vms.c vms/vmsish.h
35130 ____________________________________________________________________________
35131 [  6077] By: gsar                                  on 2000/05/07  01:22:23
35132         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
35133              and Tom Phoenix)
35134      Branch: perl
35135            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
35136 ____________________________________________________________________________
35137 [  6076] By: gsar                                  on 2000/05/06  17:36:29
35138         Log: integrate cfgperl contents into mainline
35139      Branch: perl
35140           +> t/lib/peek.t
35141           !> Configure MANIFEST Porting/Glossary Porting/config.sh
35142           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
35143           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
35144           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
35145 ____________________________________________________________________________
35146 [  6075] By: jhi                                   on 2000/05/05  18:56:10
35147         Log: Make the test more portable.
35148      Branch: cfgperl
35149            ! t/lib/peek.t
35150 ____________________________________________________________________________
35151 [  6074] By: jhi                                   on 2000/05/05  18:49:20
35152         Log: Introduce t/lib/peek.t.
35153      Branch: cfgperl
35154            + t/lib/peek.t
35155            ! MANIFEST
35156 ____________________________________________________________________________
35157 [  6073] By: jhi                                   on 2000/05/05  14:30:45
35158         Log: Complex tweaks.
35159      Branch: cfgperl
35160            ! lib/Math/Complex.pm t/lib/complex.t
35161 ____________________________________________________________________________
35162 [  6072] By: jhi                                   on 2000/05/05  12:27:13
35163         Log: Integrate with Sarathy.
35164      Branch: cfgperl
35165           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35166           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35167           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
35168           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
35169 ____________________________________________________________________________
35170 [  6071] By: gsar                                  on 2000/05/05  02:24:46
35171         Log: misformatted perllocal.pod (from Tim Jenness
35172              <t.jenness@jach.hawaii.edu>)
35173      Branch: perl
35174            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
35175 ____________________________________________________________________________
35176 [  6070] By: gsar                                  on 2000/05/05  02:16:52
35177         Log: remove misleading comment (from M.J.T. Guy)
35178      Branch: perl
35179            ! t/lib/anydbm.t
35180 ____________________________________________________________________________
35181 [  6069] By: gsar                                  on 2000/05/05  02:15:13
35182         Log: File::Spec compatibility update (from Barrie Slaymaker
35183              <barries@slaysys.com>)
35184      Branch: perl
35185            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
35186            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35187 ____________________________________________________________________________
35188 [  6068] By: gsar                                  on 2000/05/05  02:01:50
35189         Log: note about values()
35190      Branch: perl
35191            ! pod/perlfunc.pod
35192 ____________________________________________________________________________
35193 [  6067] By: gsar                                  on 2000/05/05  01:33:09
35194         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
35195      Branch: perl
35196            ! win32/win32.c
35197 ____________________________________________________________________________
35198 [  6066] By: gsar                                  on 2000/05/05  01:23:43
35199         Log: s/END/CHECK/
35200      Branch: perl
35201            ! perl.c
35202 ____________________________________________________________________________
35203 [  6065] By: jhi                                   on 2000/05/04  17:30:22
35204         Log: Integrate with Sarathy.
35205      Branch: cfgperl
35206           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
35207 ____________________________________________________________________________
35208 [  6064] By: gsar                                  on 2000/05/04  17:26:14
35209         Log: change#5905 wasn't quite right--it's intent only applies when arguments
35210              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
35211      Branch: perl
35212            ! pp_sys.c sv.c
35213 ____________________________________________________________________________
35214 [  6063] By: gsar                                  on 2000/05/04  16:52:29
35215         Log: tokeq() could read unallocated field in argument
35216      Branch: perl
35217            ! toke.c
35218 ____________________________________________________________________________
35219 [  6062] By: gsar                                  on 2000/05/04  16:34:51
35220         Log: additional tests for utf8.t
35221      Branch: perl
35222            ! t/pragma/utf8.t
35223 ____________________________________________________________________________
35224 [  6061] By: gsar                                  on 2000/05/04  16:09:28
35225         Log: change#5921 neglected to make eq honor "use bytes"
35226      Branch: perl
35227            ! sv.c
35228 ____________________________________________________________________________
35229 [  6060] By: jhi                                   on 2000/05/04  15:30:16
35230         Log: Integrate with Sarathy.
35231      Branch: cfgperl
35232           !> perl.c regcomp.c t/pragma/utf8.t
35233 ____________________________________________________________________________
35234 [  6059] By: jhi                                   on 2000/05/04  15:26:37
35235         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
35236              in natively 64-bit platforms where a long is a quad (no need
35237              for long longs).  Also added bias for IVs.
35238      Branch: cfgperl
35239            ! toke.c
35240 ____________________________________________________________________________
35241 [  6058] By: gsar                                  on 2000/05/04  00:19:14
35242         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
35243              (spotted by Donald Kinzer <dkinzer@premia.com>)
35244      Branch: perl
35245            ! perl.c
35246 ____________________________________________________________________________
35247 [  6057] By: gsar                                  on 2000/05/03  18:34:01
35248         Log: fix broken parsing of /\x{ab}/
35249      Branch: perl
35250            ! regcomp.c t/pragma/utf8.t
35251 ____________________________________________________________________________
35252 [  6056] By: jhi                                   on 2000/05/03  17:57:16
35253         Log: The search of infinity continues, this time simplified.
35254      Branch: cfgperl
35255            ! lib/Math/Complex.pm
35256 ____________________________________________________________________________
35257 [  6055] By: jhi                                   on 2000/05/03  17:45:30
35258         Log: Detypo.
35259      Branch: cfgperl
35260            ! hints/unicos.sh
35261 ____________________________________________________________________________
35262 [  6054] By: jhi                                   on 2000/05/02  22:28:27
35263         Log: Be more forgiving in POSIX about HUGE_VALL.
35264      Branch: cfgperl
35265            ! ext/POSIX/POSIX.xs
35266 ____________________________________________________________________________
35267 [  6053] By: jhi                                   on 2000/05/02  22:25:05
35268         Log: Integrate with Sarathy.
35269      Branch: cfgperl
35270           !> hints/irix_6.sh pod/perlop.pod
35271 ____________________________________________________________________________
35272 [  6052] By: jhi                                   on 2000/05/02  22:24:31
35273         Log: Unicos hint tweak.
35274      Branch: cfgperl
35275            ! hints/unicos.sh
35276 ____________________________________________________________________________
35277 [  6051] By: jhi                                   on 2000/05/02  22:21:26
35278         Log: Complex tweakery.
35279      Branch: cfgperl
35280            ! lib/Math/Complex.pm t/lib/complex.t
35281 ____________________________________________________________________________
35282 [  6050] By: jhi                                   on 2000/05/02  19:26:22
35283         Log: Use setxxent()/endxxent().
35284      Branch: cfgperl
35285            ! t/op/grent.t t/op/pwent.t
35286 ____________________________________________________________________________
35287 [  6049] By: jhi                                   on 2000/05/02  19:06:02
35288         Log: Test both the scalar and list contexts.
35289      Branch: cfgperl
35290            ! t/op/grent.t t/op/pwent.t
35291 ____________________________________________________________________________
35292 [  6048] By: gsar                                  on 2000/05/02  18:29:10
35293         Log: add note about how $( doesn't interpolate in REs (from
35294              Philip Newton <newton@ficus.frogspace.net>)
35295      Branch: perl
35296            ! pod/perlop.pod
35297 ____________________________________________________________________________
35298 [  6047] By: jhi                                   on 2000/05/02  17:41:24
35299         Log: Call getspnam() only iff needd.
35300      Branch: cfgperl
35301            ! pp_sys.c
35302 ____________________________________________________________________________
35303 [  6046] By: gsar                                  on 2000/05/02  17:07:25
35304         Log: libscheck has insufficient checks for n32 libs (from
35305              Albert Chin-A-Young <china@thewrittenword.com>)
35306      Branch: perl
35307            ! hints/irix_6.sh
35308 ____________________________________________________________________________
35309 [  6045] By: jhi                                   on 2000/05/02  13:57:17
35310         Log: Integrate with Sarathy.
35311      Branch: cfgperl
35312           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
35313           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
35314 ____________________________________________________________________________
35315 [  6044] By: gsar                                  on 2000/05/02  06:48:19
35316         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
35317              such that underscores are only ignored in literal numbers,
35318              "\x{...}", and hex/oct argument
35319      Branch: perl
35320            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
35321 ____________________________________________________________________________
35322 [  6043] By: gsar                                  on 2000/05/02  02:22:29
35323         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
35324      Branch: perl
35325            ! pod/perlretut.pod
35326 ____________________________________________________________________________
35327 [  6042] By: gsar                                  on 2000/05/02  02:17:51
35328         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
35329      Branch: perl
35330            ! pod/perltrap.pod
35331 ____________________________________________________________________________
35332 [  6041] By: gsar                                  on 2000/05/02  01:53:51
35333         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
35334              to compensate
35335      Branch: perl
35336            ! Porting/makerel
35337 ____________________________________________________________________________
35338 [  6040] By: gsar                                  on 2000/05/02  01:51:57
35339         Log: missing files in MANIFEST
35340      Branch: perl
35341            ! MANIFEST
35342 ____________________________________________________________________________
35343 [  6039] By: jhi                                   on 2000/05/02  00:36:46
35344         Log: Infinite problems.
35345      Branch: cfgperl
35346            ! lib/Math/Complex.pm
35347 ____________________________________________________________________________
35348 [  6038] By: jhi                                   on 2000/05/02  00:06:38
35349         Log: pwent/spent #ifdef imbalance.
35350      Branch: cfgperl
35351            ! pp_sys.c
35352 ____________________________________________________________________________
35353 [  6037] By: jhi                                   on 2000/05/01  22:50:11
35354         Log: Use HUGE_VALL if applicable.
35355      Branch: cfgperl
35356            ! ext/POSIX/POSIX.xs util.c
35357 ____________________________________________________________________________
35358 [  6036] By: jhi                                   on 2000/05/01  22:20:53
35359         Log: Correct Freudian slip.
35360      Branch: cfgperl
35361            ! pp_sys.c
35362 ____________________________________________________________________________
35363 [  6035] By: jhi                                   on 2000/05/01  21:07:38
35364         Log: Continue on the pwent/spent case.
35365      Branch: cfgperl
35366            ! pp_sys.c
35367 ____________________________________________________________________________
35368 [  6034] By: jhi                                   on 2000/05/01  17:45:14
35369         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
35370              adjustments in 6032 conflicted badly with this, will have
35371              to revisit them later.
35372      Branch: cfgperl
35373           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
35374           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35375           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
35376           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
35377           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
35378           !> t/lib/cgi-html.t t/lib/cgi-request.t
35379 ____________________________________________________________________________
35380 [  6033] By: jhi                                   on 2000/05/01  17:40:49
35381         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
35382      Branch: cfgperl
35383            ! pp_sys.c
35384 ____________________________________________________________________________
35385 [  6032] By: gsar                                  on 2000/05/01  15:56:32
35386         Log: whitespace adjustments
35387      Branch: perl
35388            ! pp_sys.c
35389 ____________________________________________________________________________
35390 [  6031] By: gsar                                  on 2000/05/01  15:19:41
35391         Log: small nits in diagnostics.pm (from Robin Barker)
35392      Branch: perl
35393            ! lib/diagnostics.pm pod/perldiag.pod
35394 ____________________________________________________________________________
35395 [  6030] By: gsar                                  on 2000/05/01  08:39:18
35396         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
35397              for @- and @+ (from Johan Vromans)
35398      Branch: perl
35399            ! lib/English.pm pod/perlvar.pod
35400 ____________________________________________________________________________
35401 [  6029] By: gsar                                  on 2000/05/01  08:16:10
35402         Log: add CGI.pm v2.66 (from Lincoln Stein)
35403      Branch: perl
35404            + lib/CGI/Util.pm t/lib/cgi-pretty.t
35405            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
35406            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
35407            ! t/lib/cgi-html.t t/lib/cgi-request.t
35408 ____________________________________________________________________________
35409 [  6028] By: gsar                                  on 2000/05/01  06:34:41
35410         Log: Pod::Man generates groff-incompatible macro definition (from
35411              Tom Christiansen)
35412      Branch: perl
35413            ! lib/Pod/Man.pm
35414 ____________________________________________________________________________
35415 [  6027] By: gsar                                  on 2000/05/01  06:31:36
35416         Log: podlators-1.02 update (from Russ Allbery)
35417      Branch: perl
35418            ! lib/Pod/Man.pm lib/Pod/Text.pm
35419 ____________________________________________________________________________
35420 [  6026] By: jhi                                   on 2000/04/30  23:24:23
35421         Log: Integrate with Sarathy.
35422      Branch: cfgperl
35423           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35424           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
35425           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35426           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35427           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
35428           !> t/lib/syslog.t toke.c win32/win32.h
35429 ____________________________________________________________________________
35430 [  6025] By: gsar                                  on 2000/04/30  18:17:47
35431         Log: Is{Alnum,Alpha,Word} don't match titlecase
35432              
35433              TODO: IsSpace is defined recursively!
35434              
35435              (both spotted by Larry)
35436      Branch: perl
35437            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35438            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35439 ____________________________________________________________________________
35440 [  6024] By: gsar                                  on 2000/04/30  17:50:19
35441         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
35442              (from Hugo van der Sanden)
35443      Branch: perl
35444            ! toke.c
35445 ____________________________________________________________________________
35446 [  6023] By: gsar                                  on 2000/04/30  17:14:43
35447         Log: debugger stomps on $. (from M.J.T. Guy)
35448      Branch: perl
35449            ! lib/perl5db.pl
35450 ____________________________________________________________________________
35451 [  6022] By: gsar                                  on 2000/04/30  16:59:22
35452         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
35453      Branch: perl
35454            ! sv.c
35455 ____________________________________________________________________________
35456 [  6021] By: gsar                                  on 2000/04/29  21:00:08
35457         Log: remove Win2K issue in pod (fixed by change#6020)
35458      Branch: perl
35459            ! README.win32 pod/perl56delta.pod
35460 ____________________________________________________________________________
35461 [  6020] By: gsar                                  on 2000/04/29  20:51:49
35462         Log: test tweak
35463      Branch: perl
35464            ! t/lib/open3.t
35465 ____________________________________________________________________________
35466 [  6019] By: gsar                                  on 2000/04/29  20:34:27
35467         Log: windows portability tweaks
35468      Branch: perl
35469            ! t/lib/b.t win32/win32.h
35470 ____________________________________________________________________________
35471 [  6018] By: gsar                                  on 2000/04/29  19:55:24
35472         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
35473              make _PATH_LOG() return "" if unavailable
35474      Branch: perl
35475            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
35476            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
35477 ____________________________________________________________________________
35478 [  6017] By: jhi                                   on 2000/04/28  22:49:46
35479         Log: Integrate with Sarathy.
35480      Branch: cfgperl
35481           !> op.c perl.c pod/perldiag.pod t/lib/b.t
35482 ____________________________________________________________________________
35483 [  6016] By: jhi                                   on 2000/04/28  22:46:14
35484         Log: Do not warn that an infinity does not look like a number.
35485      Branch: cfgperl
35486            ! sv.c
35487 ____________________________________________________________________________
35488 [  6015] By: gsar                                  on 2000/04/28  22:35:49
35489         Log: tweak test for portability
35490      Branch: perl
35491            ! t/lib/b.t
35492 ____________________________________________________________________________
35493 [  6014] By: gsar                                  on 2000/04/28  22:05:31
35494         Log: glob() loading File::Glob behind the scenes may cause syntax errors
35495      Branch: perl
35496            ! op.c
35497 ____________________________________________________________________________
35498 [  6013] By: gsar                                  on 2000/04/28  21:25:22
35499         Log: tweak change#5945 to display correct switch name in diagnostic
35500      Branch: perl
35501            ! perl.c pod/perldiag.pod
35502 ____________________________________________________________________________
35503 [  6012] By: jhi                                   on 2000/04/28  21:08:12
35504         Log: Integrate with Sarathy.
35505      Branch: cfgperl
35506           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
35507           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
35508           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
35509 ____________________________________________________________________________
35510 [  6011] By: jhi                                   on 2000/04/28  21:04:46
35511         Log: &HUGE_VAL is not defined, it exists.
35512      Branch: cfgperl
35513            ! lib/Math/Complex.pm
35514 ____________________________________________________________________________
35515 [  6010] By: gsar                                  on 2000/04/28  21:02:58
35516         Log: clarify note about shadow password support (from
35517              gellyfish@gellyfish.com)
35518      Branch: perl
35519            ! pod/perlfunc.pod
35520 ____________________________________________________________________________
35521 [  6009] By: gsar                                  on 2000/04/28  21:00:00
35522         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
35523      Branch: perl
35524            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
35525 ____________________________________________________________________________
35526 [  6008] By: gsar                                  on 2000/04/28  20:56:33
35527         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
35528      Branch: perl
35529            ! installperl vms/subconfigure.com
35530 ____________________________________________________________________________
35531 [  6007] By: gsar                                  on 2000/04/28  20:51:21
35532         Log: note about compile failures and END blocks (from M.J.T. Guy)
35533      Branch: perl
35534            ! pod/perl56delta.pod pod/perlmod.pod
35535 ____________________________________________________________________________
35536 [  6006] By: jhi                                   on 2000/04/28  20:42:14
35537         Log: Regen Configure.
35538      Branch: cfgperl
35539            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35540            ! config_h.SH
35541 ____________________________________________________________________________
35542 [  6005] By: gsar                                  on 2000/04/28  20:41:16
35543         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
35544      Branch: perl
35545            ! utils/perldoc.PL
35546 ____________________________________________________________________________
35547 [  6004] By: jhi                                   on 2000/04/28  20:28:21
35548         Log: Integrate with Sarathy.
35549      Branch: cfgperl
35550           !> Configure INSTALL Porting/Glossary Porting/config.sh
35551           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
35552           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
35553           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
35554           !> win32/config.vc win32/win32.c
35555 ____________________________________________________________________________
35556 [  6003] By: gsar                                  on 2000/04/28  20:11:20
35557         Log: allow REG_EXPAND_SZ keys in Windows registry (from
35558              John Clayton <John.Clayton@barclayscapital.com>)
35559      Branch: perl
35560            ! win32/win32.c
35561 ____________________________________________________________________________
35562 [  6002] By: gsar                                  on 2000/04/28  19:34:16
35563         Log: destructive sv_setsv() can lose UV-ness from source, causing
35564              numeric promotions/comparisons to fail to do the right thing
35565      Branch: perl
35566            ! sv.c
35567 ____________________________________________________________________________
35568 [  6001] By: gsar                                  on 2000/04/28  18:44:15
35569         Log: support additional library locations via $Config{otherlibdirs}
35570              (from Andy Dougherty)
35571      Branch: perl
35572            ! Configure INSTALL Porting/Glossary Porting/config.sh
35573            ! Porting/config_H config_h.SH epoc/config.sh perl.c
35574            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
35575            ! win32/config.bc win32/config.gc win32/config.vc
35576 ____________________________________________________________________________
35577 [  6000] By: gsar                                  on 2000/04/28  18:26:58
35578         Log: reworked otherlibdirs.U (from Andy Dougherty)
35579      Branch: metaconfig
35580            ! U/installdirs/otherlibdirs.U
35581 ____________________________________________________________________________
35582 [  5999] By: gsar                                  on 2000/04/28  18:17:07
35583         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
35584      Branch: perl
35585            ! t/pragma/warn/toke toke.c
35586 ____________________________________________________________________________
35587 [  5998] By: jhi                                   on 2000/04/28  13:32:17
35588         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
35589      Branch: cfgperl
35590            ! lib/Math/Complex.pm
35591 ____________________________________________________________________________
35592 [  5997] By: jhi                                   on 2000/04/28  13:14:04
35593         Log: Preserve $!.
35594      Branch: cfgperl
35595            ! lib/Math/Complex.pm
35596 ____________________________________________________________________________
35597 [  5996] By: jhi                                   on 2000/04/28  12:59:23
35598         Log: Integrate with Sarathy.
35599      Branch: cfgperl
35600           +> pod/perlrequick.pod pod/perlretut.pod
35601           !> (integrate 51 files)
35602 ____________________________________________________________________________
35603 [  5995] By: gsar                                  on 2000/04/28  09:37:36
35604         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
35605      Branch: perl
35606            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
35607 ____________________________________________________________________________
35608 [  5994] By: gsar                                  on 2000/04/28  09:33:26
35609         Log: fix for missed accounting for null byte in pack("Z",...) (from
35610              M.J.T. Guy)
35611      Branch: perl
35612            ! pp.c t/op/pack.t
35613 ____________________________________________________________________________
35614 [  5993] By: gsar                                  on 2000/04/28  09:30:05
35615         Log: various minor tweaks seen on p5p
35616      Branch: perl
35617            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
35618 ____________________________________________________________________________
35619 [  5992] By: gsar                                  on 2000/04/28  09:08:19
35620         Log: pod nit (from Simon Cozens)
35621      Branch: perl
35622            ! pod/perlop.pod
35623 ____________________________________________________________________________
35624 [  5991] By: gsar                                  on 2000/04/28  09:06:36
35625         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
35626      Branch: perl
35627            ! README.posix-bc hints/posix-bc.sh
35628 ____________________________________________________________________________
35629 [  5990] By: gsar                                  on 2000/04/28  08:54:52
35630         Log: use $ENV{LIB} to search for libs under Visual C compiler
35631              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
35632      Branch: perl
35633            ! lib/ExtUtils/Liblist.pm
35634 ____________________________________________________________________________
35635 [  5989] By: gsar                                  on 2000/04/28  08:27:12
35636         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
35637              itself and no other (from Tom Hughes)
35638      Branch: perl
35639            ! t/op/array.t toke.c
35640 ____________________________________________________________________________
35641 [  5988] By: gsar                                  on 2000/04/28  08:01:38
35642         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
35643              <paul@miraclefish.com>)
35644      Branch: perl
35645            ! lib/ExtUtils/MakeMaker.pm
35646 ____________________________________________________________________________
35647 [  5987] By: gsar                                  on 2000/04/28  07:53:09
35648         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
35649      Branch: perl
35650            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
35651 ____________________________________________________________________________
35652 [  5986] By: gsar                                  on 2000/04/28  07:44:17
35653         Log: add regular expressions tutorial and quick-start guide (from
35654              Mark Kvale <kvale@phy.ucsf.edu>)
35655      Branch: perl
35656            + pod/perlrequick.pod pod/perlretut.pod
35657            ! AUTHORS MAINTAIN MANIFEST
35658 ____________________________________________________________________________
35659 [  5985] By: gsar                                  on 2000/04/28  07:30:28
35660         Log: forked child may not exit correctly if it failed to open
35661              /dev/console (from Graham Barr)
35662      Branch: perl
35663            ! ext/Sys/Syslog/Syslog.pm
35664 ____________________________________________________________________________
35665 [  5984] By: gsar                                  on 2000/04/28  07:27:20
35666         Log: attributes::reftype() doesn't work on tied argument
35667      Branch: perl
35668            ! xsutils.c
35669 ____________________________________________________________________________
35670 [  5983] By: gsar                                  on 2000/04/28  07:15:04
35671         Log: numeric conversion of non-number in change#3378 tramples on
35672              OOK offset, causing segfaults
35673      Branch: perl
35674            ! sv.c
35675 ____________________________________________________________________________
35676 [  5982] By: gsar                                  on 2000/04/28  04:48:25
35677         Log: avoid error in IO::Socket::INET when given an unknown service name
35678              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
35679      Branch: perl
35680            ! ext/IO/lib/IO/Socket/INET.pm
35681 ____________________________________________________________________________
35682 [  5981] By: gsar                                  on 2000/04/28  04:31:31
35683         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
35684              prototype mismatch with CORE::glob(); update pod and tests to
35685              suit (File::Glob::glob() is still available for backward
35686              compatibility, but should be considered deprecated)
35687      Branch: perl
35688            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
35689            ! t/lib/glob-taint.t
35690 ____________________________________________________________________________
35691 [  5980] By: gsar                                  on 2000/04/28  03:47:29
35692         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
35693              <ghudson@mit.edu>)
35694      Branch: metaconfig
35695            ! U/modified/Options.U
35696      Branch: perl
35697            ! Configure
35698 ____________________________________________________________________________
35699 [  5979] By: gsar                                  on 2000/04/28  03:07:54
35700         Log: under useithreads, constant pad entries could inadvertantly be
35701              shared across threads (from Eric Blood <eblood@xmission.com>);
35702              added Eric's test case to testsuite
35703      Branch: perl
35704            ! op.c t/op/misc.t
35705 ____________________________________________________________________________
35706 [  5978] By: gsar                                  on 2000/04/27  21:13:00
35707         Log: sync version numbers in File::Spec with the ones on CPAN
35708              (from Barrie Slaymaker)
35709      Branch: perl
35710            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
35711            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
35712            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
35713 ____________________________________________________________________________
35714 [  5977] By: gsar                                  on 2000/04/27  21:07:29
35715         Log: autoquote barewords followed by newline and arrow properly
35716              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
35717      Branch: perl
35718            ! t/pragma/warn/toke toke.c
35719 ____________________________________________________________________________
35720 [  5976] By: gsar                                  on 2000/04/27  20:41:20
35721         Log: DB_File v1.73 update (from Paul Marquess)
35722      Branch: perl
35723            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
35724            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35725 ____________________________________________________________________________
35726 [  5975] By: gsar                                  on 2000/04/27  20:34:24
35727         Log: allow sort() reentrancy (variant of patch suggested by
35728              Hugo van der Sanden)
35729      Branch: perl
35730            ! pp_ctl.c t/op/sort.t
35731 ____________________________________________________________________________
35732 [  5974] By: gsar                                  on 2000/04/27  19:46:57
35733         Log: change#4197 somehow missed initializing PL_errors, meaning
35734              sytax error queueing wasn't working outside eval"" at all;
35735              also fixed eval"" to localize PL_error_count, so that compile-time
35736              eval's don't clobber the error state of the outer context
35737      Branch: perl
35738            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
35739            ! t/pragma/warn/toke
35740 ____________________________________________________________________________
35741 [  5973] By: gsar                                  on 2000/04/27  18:29:05
35742         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
35743      Branch: perl
35744            ! regcomp.c regexec.c t/op/re_tests
35745 ____________________________________________________________________________
35746 [  5972] By: jhi                                   on 2000/04/27  18:22:41
35747         Log: Integrate with Sarathy.
35748      Branch: cfgperl
35749           +> t/lib/b.t t/lib/syslog.t
35750           !> (integrate 31 files)
35751 ____________________________________________________________________________
35752 [  5971] By: jhi                                   on 2000/04/27  18:18:46
35753         Log: Unicos tweaks from Mark P. Lutz.
35754      Branch: cfgperl
35755            ! hints/unicos.sh lib/Math/Complex.pm
35756 ____________________________________________________________________________
35757 [  5970] By: gsar                                  on 2000/04/27  18:05:11
35758         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
35759              IV is >32bits
35760      Branch: perl
35761            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
35762 ____________________________________________________________________________
35763 [  5969] By: gsar                                  on 2000/04/27  17:50:56
35764         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
35765      Branch: perl
35766            + t/lib/syslog.t
35767            ! MANIFEST ext/Sys/Syslog/Syslog.pm
35768 ____________________________________________________________________________
35769 [  5968] By: gsar                                  on 2000/04/27  17:44:49
35770         Log: tolerate spaces in group names in test on solaris (from David Boyce
35771              <dsb@boyski.com>)
35772      Branch: perl
35773            ! t/op/groups.t
35774 ____________________________________________________________________________
35775 [  5967] By: gsar                                  on 2000/04/27  17:41:22
35776         Log: improved docs on the warn_uninit diagnostic (from David Glasser
35777              and Simon Cozens)
35778      Branch: perl
35779            ! pod/perldiag.pod
35780 ____________________________________________________________________________
35781 [  5966] By: gsar                                  on 2000/04/27  16:54:58
35782         Log: add testsuite for B backends, fix bug in B::Deparse (from
35783              Simon Cozens <simon@brecon.co.uk>)
35784      Branch: perl
35785            + t/lib/b.t
35786            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
35787 ____________________________________________________________________________
35788 [  5965] By: gsar                                  on 2000/04/27  16:10:37
35789         Log: avoid "will not stay shared" warnings for our variables (from
35790              Robin Barker)
35791      Branch: perl
35792            ! op.c t/pragma/warn/op
35793 ____________________________________________________________________________
35794 [  5964] By: gsar                                  on 2000/04/27  07:05:05
35795         Log: reformat to 72 columns (again)
35796      Branch: perl
35797            ! pod/perldiag.pod
35798 ____________________________________________________________________________
35799 [  5963] By: gsar                                  on 2000/04/27  06:28:31
35800         Log: patch from Larry to make (\&) prototype work; added tests for
35801              the same
35802      Branch: perl
35803            ! op.c t/comp/proto.t
35804 ____________________________________________________________________________
35805 [  5962] By: gsar                                  on 2000/04/27  06:15:47
35806         Log: updated README.hpux (from Jeff Okamoto)
35807      Branch: perl
35808            ! README.hpux
35809 ____________________________________________________________________________
35810 [  5961] By: gsar                                  on 2000/04/27  05:55:03
35811         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
35812      Branch: perl
35813            ! emacs/cperl-mode.el
35814 ____________________________________________________________________________
35815 [  5960] By: gsar                                  on 2000/04/27  05:49:26
35816         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
35817      Branch: perl
35818            ! INSTALL
35819 ____________________________________________________________________________
35820 [  5959] By: gsar                                  on 2000/04/27  05:33:41
35821         Log: doubled words in pods (from Simon Cozens
35822              <simon.p.cozens@jp.pwcglobal.com>)
35823      Branch: perl
35824            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
35825            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
35826            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
35827            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
35828            ! pod/perltootc.pod
35829 ____________________________________________________________________________
35830 [  5958] By: gsar                                  on 2000/04/27  05:11:39
35831         Log: change#3569 deleted some essential code, revert; avoid use of
35832              atexit() to make DynaLoader work properly on AIX under mod_perl
35833              (from Jens-Uwe Mager <jum@helios.de>)
35834      Branch: perl
35835            ! ext/DynaLoader/dl_aix.xs
35836 ____________________________________________________________________________
35837 [  5957] By: gsar                                  on 2000/04/27  04:54:51
35838         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
35839      Branch: perl
35840            ! pod/perlmod.pod
35841 ____________________________________________________________________________
35842 [  5956] By: gsar                                  on 2000/04/27  04:51:47
35843         Log: better diagnostics on failed tests (from Ilya Zakharevich)
35844      Branch: perl
35845            ! t/op/lex_assign.t
35846 ____________________________________________________________________________
35847 [  5955] By: gsar                                  on 2000/04/27  04:26:44
35848         Log: longstanding bug exposed by change#3307: sort arguments weren't
35849              compiled with the right wantarray context (ensuing runtime lookup
35850              via block_gimme() was getting the incidental context of the
35851              sort() itself)
35852      Branch: perl
35853            ! op.c t/op/sort.t
35854 ____________________________________________________________________________
35855 [  5954] By: gsar                                  on 2000/04/26  23:42:12
35856         Log: integrate cfgperl contents into mainline
35857      Branch: perl
35858           !> (integrate 30 files)
35859 ____________________________________________________________________________
35860 [  5953] By: jhi                                   on 2000/04/26  23:06:42
35861         Log: Integrate with Sarathy.
35862      Branch: cfgperl
35863           !> README.win32 ext/B/B/Deparse.pm
35864           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35865           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
35866           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
35867           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
35868           !> utils/perldoc.PL vms/perlvms.pod
35869 ____________________________________________________________________________
35870 [  5952] By: jhi                                   on 2000/04/26  23:03:46
35871         Log: Undo "use integer" addition from 64bitint as it seems
35872              to break most of the subtests in Digital UNIX;
35873              Unicos needs to find another way.
35874      Branch: cfgperl
35875            ! t/op/64bitint.t
35876 ____________________________________________________________________________
35877 [  5951] By: jhi                                   on 2000/04/26  22:57:53
35878         Log: Be more robust on "extreme" (large absolute value)
35879              arguments.  Originally reported by Daniel Connelly
35880              as a problem with asinh() on large negative arguments,
35881              asinh() used to bail out because an argument to log()
35882              ended up being zero.  Ilya Zakharevich proposed using
35883              Taylor's series in such cases, which for such large
35884              arguments is a very good approximation.
35885      Branch: cfgperl
35886            ! lib/Math/Complex.pm t/lib/complex.t
35887 ____________________________________________________________________________
35888 [  5950] By: gsar                                  on 2000/04/25  19:13:12
35889         Log: reformat perldiag to avoid long lines
35890      Branch: perl
35891            ! pod/perldiag.pod
35892 ____________________________________________________________________________
35893 [  5949] By: gsar                                  on 2000/04/25  18:41:11
35894         Log: make perldoc use the pod2man from the same version (from
35895              M.J.T. Guy)
35896      Branch: perl
35897            ! utils/perldoc.PL
35898 ____________________________________________________________________________
35899 [  5948] By: gsar                                  on 2000/04/25  18:21:57
35900         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
35901              <kompas@kompas.usr.onet.pl>)
35902      Branch: perl
35903            ! lib/vars.pm
35904 ____________________________________________________________________________
35905 [  5947] By: gsar                                  on 2000/04/25  18:11:53
35906         Log: use &dl_error rather than &dl_load_file as the guard for calling
35907              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
35908              statically built perl)
35909      Branch: perl
35910            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
35911 ____________________________________________________________________________
35912 [  5946] By: jhi                                   on 2000/04/25  17:37:54
35913         Log: Document that tr() is not tr(1).
35914      Branch: cfgperl
35915            ! pod/perlop.pod
35916 ____________________________________________________________________________
35917 [  5945] By: gsar                                  on 2000/04/25  16:34:33
35918         Log: make module name mandatory after -M switch; reorder perldiag
35919              alphabetically (from Mark-Jason Dominus)
35920      Branch: perl
35921            ! perl.c pod/perldiag.pod
35922 ____________________________________________________________________________
35923 [  5944] By: jhi                                   on 2000/04/25  01:15:18
35924         Log: On second thoughts frexp() does have two arguments.
35925      Branch: cfgperl
35926            ! perl.h
35927 ____________________________________________________________________________
35928 [  5943] By: jhi                                   on 2000/04/24  22:56:32
35929         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
35930              Now pp_ncmp() returns undef is either operand is a NaN.
35931      Branch: cfgperl
35932            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35933            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
35934            ! vms/subconfigure.com vos/config.def vos/config.h
35935            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
35936            ! win32/config.vc win32/config_H.bc win32/config_H.gc
35937            ! win32/config_H.vc
35938      Branch: metaconfig/U/perl
35939            + d_modfl.U
35940 ____________________________________________________________________________
35941 [  5942] By: jhi                                   on 2000/04/24  19:45:17
35942         Log: Regen Configure to match #5937.
35943      Branch: cfgperl
35944            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35945            ! config_h.SH
35946      Branch: metaconfig
35947            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
35948 ____________________________________________________________________________
35949 [  5941] By: jhi                                   on 2000/04/24  19:24:11
35950         Log: Further Unicos fixes for Mark Lutz.
35951      Branch: cfgperl
35952            ! hints/unicos.sh pp_ctl.c
35953 ____________________________________________________________________________
35954 [  5940] By: jhi                                   on 2000/04/24  19:09:06
35955         Log: Various Unicos 10.0.0.6 fixes.
35956              
35957              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
35958              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
35959              Reply-To: tecmpl1@triton.ca.boeing.com 
35960              To: perl5-porters@perl.org 
35961              Date: Fri, 14 Apr 2000 20:21:00 GMT 
35962              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
35963      Branch: cfgperl
35964            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
35965 ____________________________________________________________________________
35966 [  5939] By: gsar                                  on 2000/04/24  19:01:24
35967         Log: more pod nits (from Larry Virden)
35968      Branch: perl
35969            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
35970            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
35971            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
35972 ____________________________________________________________________________
35973 [  5938] By: gsar                                  on 2000/04/24  18:54:01
35974         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
35975      Branch: perl
35976            ! ext/B/B/Deparse.pm
35977 ____________________________________________________________________________
35978 [  5937] By: jhi                                   on 2000/04/24  17:39:00
35979         Log: Integrate with Sarathy.
35980      Branch: cfgperl
35981           +> (branch 31 files)
35982           !> (integrate 73 files)
35983 ____________________________________________________________________________
35984 [  5936] By: gsar                                  on 2000/04/24  17:30:06
35985         Log: additional tests for change#5934 (from Paul Marquess, who also
35986              sent in the same fix)
35987      Branch: perl
35988            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
35989            ! t/pragma/warn/5nolint t/pragma/warn/6default
35990 ____________________________________________________________________________
35991 [  5935] By: jhi                                   on 2000/04/24  17:26:05
35992         Log: Do not assume sign propagation.
35993              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
35994              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
35995              To: payner@ncifcrf.gov, perl5-porters@perl.org 
35996              Date: Tue, 18 Apr 2000 18:24:49 +0100 
35997              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
35998      Branch: cfgperl
35999            ! t/op/bop.t t/op/misc.t
36000 ____________________________________________________________________________
36001 [  5934] By: gsar                                  on 2000/04/24  17:16:54
36002         Log: propagate lexical warnings from surrounding scope correctly
36003              within string eval()
36004      Branch: perl
36005            ! pp_ctl.c t/pragma/warn/pp_ctl
36006 ____________________________________________________________________________
36007 [  5933] By: jhi                                   on 2000/04/24  17:01:07
36008         Log: Flatten the cpp jungle doing the nosuid checking.
36009      Branch: cfgperl
36010            ! perl.c
36011 ____________________________________________________________________________
36012 [  5932] By: gsar                                  on 2000/04/24  09:08:14
36013         Log: add rsignal(), whichsig() and do_join() to public API list
36014              (mod_perl uses them to good advantage)
36015      Branch: perl
36016            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
36017 ____________________________________________________________________________
36018 [  5931] By: gsar                                  on 2000/04/24  09:01:40
36019         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
36020      Branch: perl
36021            ! pp_hot.c regexec.c t/op/pat.t
36022 ____________________________________________________________________________
36023 [  5930] By: gsar                                  on 2000/04/24  08:58:33
36024         Log: small os390 tweaks (from Peter Prymmer)
36025      Branch: perl
36026            ! config_h.SH makedepend.SH
36027 ____________________________________________________________________________
36028 [  5929] By: gsar                                  on 2000/04/24  08:55:25
36029         Log: pod nits
36030      Branch: perl
36031            ! pod/perlguts.pod
36032 ____________________________________________________________________________
36033 [  5928] By: gsar                                  on 2000/04/24  08:50:13
36034         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
36035      Branch: perl
36036            ! ext/IO/lib/IO/Poll.pm
36037 ____________________________________________________________________________
36038 [  5927] By: gsar                                  on 2000/04/24  08:43:24
36039         Log: arrange for next() to resume at the unstack op rather than the
36040              loop conditional, so that scope cleanup happens correctly
36041              (from Stephen McCamant)
36042      Branch: perl
36043            ! op.c pp_ctl.c t/op/misc.t
36044 ____________________________________________________________________________
36045 [  5926] By: gsar                                  on 2000/04/24  08:18:40
36046         Log: on windows, reserve 16M of stack rather than 128M (allows more
36047              threads to run concurrently)
36048      Branch: perl
36049            ! win32/Makefile win32/makefile.mk
36050 ____________________________________________________________________________
36051 [  5925] By: gsar                                  on 2000/04/24  08:13:52
36052         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
36053      Branch: perl
36054            ! toke.c
36055 ____________________________________________________________________________
36056 [  5924] By: gsar                                  on 2000/04/24  08:08:59
36057         Log: avoid using uninitialized memory in require version check
36058      Branch: perl
36059            ! pp_ctl.c universal.c
36060 ____________________________________________________________________________
36061 [  5923] By: gsar                                  on 2000/04/24  07:20:14
36062         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
36063      Branch: perl
36064            ! ext/IO/lib/IO/Poll.pm
36065 ____________________________________________________________________________
36066 [  5922] By: gsar                                  on 2000/04/24  07:08:42
36067         Log: commentary about IoTYPE() (from Nathan Torkington)
36068      Branch: perl
36069            ! sv.h
36070 ____________________________________________________________________________
36071 [  5921] By: gsar                                  on 2000/04/24  06:58:26
36072         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
36073              by fix
36074      Branch: perl
36075            ! sv.c t/lib/charnames.t t/pragma/utf8.t
36076 ____________________________________________________________________________
36077 [  5920] By: gsar                                  on 2000/04/24  06:37:59
36078         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
36079      Branch: perl
36080            ! doop.c t/op/ver.t
36081 ____________________________________________________________________________
36082 [  5919] By: gsar                                  on 2000/04/24  06:21:58
36083         Log: Configure might miss old directories when prefix must be
36084              expanded (from Robin Barker)
36085      Branch: metaconfig
36086            ! U/installdirs/inc_version_list.U
36087      Branch: perl
36088            ! Configure
36089 ____________________________________________________________________________
36090 [  5918] By: gsar                                  on 2000/04/24  06:16:11
36091         Log: VMS nits in glob() test (from Charles Lane)
36092      Branch: perl
36093            ! t/lib/glob-basic.t
36094 ____________________________________________________________________________
36095 [  5917] By: gsar                                  on 2000/04/24  06:11:56
36096         Log: various pod nits (from Larry Virden and others)
36097      Branch: perl
36098            ! README.amiga README.hpux README.machten README.os2
36099            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
36100            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
36101            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
36102            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
36103            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
36104            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
36105            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
36106            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
36107 ____________________________________________________________________________
36108 [  5916] By: gsar                                  on 2000/04/24  05:52:43
36109         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
36110              <wjones@tc.fluke.com>)
36111      Branch: perl
36112            ! t/lib/glob-basic.t
36113 ____________________________________________________________________________
36114 [  5915] By: gsar                                  on 2000/04/24  05:07:01
36115         Log: supported platforms mixed up
36116      Branch: perl
36117            ! pod/perl56delta.pod pod/perlport.pod
36118 ____________________________________________________________________________
36119 [  5914] By: gsar                                  on 2000/04/24  04:56:08
36120         Log: caller() wasn't returning the right number of elements for
36121              eval {...}
36122      Branch: perl
36123            ! pp_ctl.c t/pragma/warn/9enabled
36124 ____________________________________________________________________________
36125 [  5913] By: gsar                                  on 2000/04/24  04:35:41
36126         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
36127              Mark-Jason Dominus)
36128      Branch: perl
36129            ! pod/perlfunc.pod
36130 ____________________________________________________________________________
36131 [  5912] By: gsar                                  on 2000/04/24  04:17:15
36132         Log: fix totally broken caching in UNIVERSAL::isa() (from
36133              Nick Ing-Simmons)
36134      Branch: perl
36135            ! t/op/universal.t universal.c
36136 ____________________________________________________________________________
36137 [  5911] By: gsar                                  on 2000/04/24  03:39:47
36138         Log: add linebreak properties from unicode/LineBrk.txt (from
36139              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
36140      Branch: perl
36141            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36142            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36143            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36144            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36145            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36146            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36147            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36148            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36149            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36150            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36151            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36152            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36153            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36154            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
36155            + lib/unicode/Is/LbrkZW.pl
36156            ! lib/unicode/mktables.PL
36157 ____________________________________________________________________________
36158 [  5910] By: gsar                                  on 2000/04/24  03:23:10
36159         Log: typo in pod
36160      Branch: perl
36161            ! ext/Thread/Thread.pm
36162 ____________________________________________________________________________
36163 [  5909] By: gsar                                  on 2000/04/24  03:22:03
36164         Log: mode argument to do_binmode() should be file mode, not boolean
36165      Branch: perl
36166            ! pp_sys.c
36167 ____________________________________________________________________________
36168 [  5908] By: gsar                                  on 2000/04/16  16:51:08
36169         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
36170              always returns a valid GV even when the symbol is trapped by strictures
36171              (avoids coredumps)
36172              
36173              TODO: the C<package;> hack needs similar treatment
36174      Branch: perl
36175            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
36176            ! t/pragma/strict-vars
36177 ____________________________________________________________________________
36178 [  5907] By: jhi                                   on 2000/03/31  23:42:56
36179         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
36180              an assumption which #5905 demolished.
36181      Branch: cfgperl
36182            ! pp_sys.c
36183 ____________________________________________________________________________
36184 [  5906] By: jhi                                   on 2000/03/31  18:54:37
36185         Log: Typo in #5905.
36186      Branch: cfgperl
36187            ! t/op/64bitint.t
36188 ____________________________________________________________________________
36189 [  5905] By: jhi                                   on 2000/03/31  18:50:54
36190         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
36191              reported by Joseph N. Hall.  The bug was that even with use64bitint
36192              one had to use the prefixes q, L, or ll with printf/sprintf,
36193              contrary to the documentation and common sense.
36194      Branch: cfgperl
36195            ! sv.c t/op/64bitint.t
36196 ____________________________________________________________________________
36197 [  5904] By: gsar                                  on 2000/03/28  02:31:32
36198         Log: add Changes, perldelta.pod
36199      Branch: perl
36200            + Changes pod/perldelta.pod
36201 ____________________________________________________________________________
36202 [  5903] By: gsar                                  on 2000/03/28  02:03:55
36203         Log: rename Changes and perldelta.pod
36204      Branch: perl
36205           +> Changes5.6 pod/perl56delta.pod
36206            - Changes pod/perldelta.pod
36207            ! MANIFEST
36208 ____________________________________________________________________________
36209 [  5902] By: gsar                                  on 2000/03/28  01:59:14
36210         Log: create maint-5.6 branch
36211      Branch: maint-5.6/perl
36212           +> (branch 1611 files)
36213 ____________________________________________________________________________
36214 [  5901] By: jhi                                   on 2000/03/23  05:48:43
36215         Log: Integrate with Sarathy.
36216      Branch: cfgperl
36217           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
36218 ____________________________________________________________________________
36219 [  5900] By: gsar                                  on 2000/03/23  05:42:43
36220         Log: three guesses on what this is :-)
36221      Branch: perl
36222            ! Changes