The Math::BigFloat::import() was broken.
[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 [  9793] By: jhi                                   on 2001/04/23  13:44:18
35         Log: Duplicate lines.
36      Branch: perl
37            ! MANIFEST
38 ____________________________________________________________________________
39 [  9792] By: jhi                                   on 2001/04/23  13:39:13
40         Log: Subject: Re: PATCH 5.7.1
41              From: Mark-Jason Dominus <mjd@plover.com>
42              Date: Mon, 23 Apr 2001 10:30:21 -0400
43              Message-ID: <20010423143021.17335.qmail@plover.com>
44      Branch: perl
45            ! perl.h sv.c
46 ____________________________________________________________________________
47 [  9791] By: jhi                                   on 2001/04/23  13:32:40
48         Log: Add the CPAN.pm 1.59_54 tests.
49      Branch: perl
50            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
51            ! MANIFEST
52 ____________________________________________________________________________
53 [  9790] By: jhi                                   on 2001/04/23  13:21:55
54         Log: Subject: Deparse nit
55              From: Robin Houston <robin@kitsite.com>
56              Date: Mon, 23 Apr 2001 12:38:20 +0100
57              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
58      Branch: perl
59            ! ext/B/B/Deparse.pm
60 ____________________________________________________________________________
61 [  9789] By: jhi                                   on 2001/04/23  13:19:07
62         Log: Subject: [PATCH] bug 20010423.002
63              From: Robin Houston <robin@kitsite.com>
64              Date: Mon, 23 Apr 2001 13:12:30 +0100
65              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
66      Branch: perl
67            ! pp.c
68 ____________________________________________________________________________
69 [  9788] By: jhi                                   on 2001/04/23  13:02:49
70         Log: Subject: PATCH [5.7.1] hv.c unused #define
71              From: Mark-Jason Dominus <mjd@plover.com>
72              Date: Sun, 22 Apr 2001 14:17:49 -0400
73              Message-ID: <20010422181749.26976.qmail@plover.com>
74      Branch: perl
75            ! hv.c
76 ____________________________________________________________________________
77 [  9787] By: jhi                                   on 2001/04/23  13:02:02
78         Log: Subject: PATCH 5.7.1
79              From: Mark-Jason Dominus <mjd@plover.com>
80              Date: Sun, 22 Apr 2001 15:12:57 -0400
81              Message-ID: <20010422191258.6539.qmail@plover.com>
82              
83              plus Sarathy's STMT_START + STMT_END suggestion.
84      Branch: perl
85            ! perl.h
86 ____________________________________________________________________________
87 [  9786] By: jhi                                   on 2001/04/23  12:53:25
88         Log: Fix for
89              
90              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
91              From: dLux <dlux@spam.sch.bme.hu>
92              Date: Mon, 23 Apr 2001 01:25:26 +0200
93              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
94              
95              (SvGROW really does return a char *.)
96      Branch: perl
97            ! pod/perlapi.pod sv.h
98 ____________________________________________________________________________
99 [  9785] By: jhi                                   on 2001/04/23  04:34:04
100         Log: Time::Piece work continues.  $t->day removed since
101              I think it's too confusing.  Now has normal and
102              abbreviated length weekday names and month names,
103              the names change with _names(), not _list().
104              Now has strftime() in Perl, _strftime() is
105              the libc version (to which strftime() falls back
106              if it doesn't know the format.  To do: the reverse
107              of strftime, strptime(), and the localisation of both.
108      Branch: perl
109            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
110            ! t/lib/time-piece.t
111 ____________________________________________________________________________
112 [  9784] By: jhi                                   on 2001/04/23  02:41:46
113         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
114              From: andreas.koenig@anima.de (Andreas J. Koenig)
115              Date: 23 Apr 2001 05:20:55 +0200
116              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
117      Branch: perl
118            ! t/pragma/overload.t
119 ____________________________________________________________________________
120 [  9783] By: jhi                                   on 2001/04/22  23:32:42
121         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
122              From: Robin Houston <robin@kitsite.com>
123              Date: Mon, 23 Apr 2001 00:38:18 +0100
124              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
125      Branch: perl
126            ! ext/B/B/Deparse.pm
127 ____________________________________________________________________________
128 [  9782] By: jhi                                   on 2001/04/22  20:55:43
129         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
130              From: Simon Cozens <simon@netthink.co.uk>
131              Date: Sun, 22 Apr 2001 18:47:25 +0100
132              Message-ID: <20010422184725.A14411@netthink.co.uk>
133      Branch: perl
134            ! sv.c t/pragma/overload.t
135 ____________________________________________________________________________
136 [  9781] By: jhi                                   on 2001/04/22  20:52:13
137         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
138              From: Robin Houston <robin@kitsite.com>
139              Date: Sun, 22 Apr 2001 22:14:50 +0100
140              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
141      Branch: perl
142            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
143 ____________________________________________________________________________
144 [  9780] By: nick                                  on 2001/04/22  20:40:31
145         Log: Integrate mainline.
146      Branch: perlio
147           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
148           +> t/lib/b-stash.t
149           !> (integrate 38 files)
150 ____________________________________________________________________________
151 [  9779] By: jhi                                   on 2001/04/22  15:16:03
152         Log: Subject: IO::Socket::INET patch
153              From: andrew deryabin <djsf@technarchy.ru>
154              Date: Sat, 21 Apr 2001 17:46:52 +0400
155              Message-ID: <20010421174652.B1426@technarchy>
156      Branch: perl
157            ! ext/IO/lib/IO/Socket/INET.pm
158 ____________________________________________________________________________
159 [  9778] By: jhi                                   on 2001/04/22  15:14:33
160         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
161              From: Mark-Jason Dominus <mjd@plover.com>
162              Date: Sat, 21 Apr 2001 21:27:49 -0400
163              Message-ID: <20010422012749.27024.qmail@plover.com>
164      Branch: perl
165            ! regcomp.c
166 ____________________________________________________________________________
167 [  9777] By: jhi                                   on 2001/04/22  15:10:51
168         Log: Subject: Re: Regex debugger patch 
169              From: Mark-Jason Dominus <mjd@plover.com>
170              Date: Sat, 21 Apr 2001 21:48:51 -0400
171              Message-ID: <20010422014851.27165.qmail@plover.com>
172      Branch: perl
173            ! pod/perldebguts.pod
174 ____________________________________________________________________________
175 [  9776] By: jhi                                   on 2001/04/22  15:09:48
176         Log: Subject: Re: Regex debugger patch
177              From: Mark-Jason Dominus <mjd@plover.com>
178              Date: Sat, 21 Apr 2001 14:24:39 -0400
179              Message-ID: <20010421182439.16508.qmail@plover.com>
180              
181              Regex debugger backend.
182      Branch: perl
183            ! regcomp.c regexp.h
184 ____________________________________________________________________________
185 [  9775] By: jhi                                   on 2001/04/21  16:45:40
186         Log: Subject: [PATCH] Typo in utf8.h
187              From: Jesús Quiroga <jquiroga@pobox.com>
188              Date: Sat, 21 Apr 2001 19:25:33 +0200
189              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
190      Branch: perl
191            ! utf8.h
192 ____________________________________________________________________________
193 [  9774] By: jhi                                   on 2001/04/21  16:43:52
194         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
195              From: Joe Orton <jorton@redhat.com>
196              Date: Tue, 17 Apr 2001 15:50:43 +0100
197              Message-Id: <20010417155043.D19132@eu.c2.net>
198      Branch: perl
199            ! hints/svr5.sh
200 ____________________________________________________________________________
201 [  9773] By: jhi                                   on 2001/04/21  15:30:15
202         Log: Subject: Patch utils/h2xs.PL
203              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
204              Date: Sat, 21 Apr 2001 10:32:16 -0500
205              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
206              
207              Add MAILING list and LICENSE templates.
208      Branch: perl
209            ! utils/h2xs.PL
210 ____________________________________________________________________________
211 [  9772] By: jhi                                   on 2001/04/21  15:28:36
212         Log: Subject: perlfaq2.patch for 5.7.1
213              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
214              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
215              Date: Fri, 20 Apr 2001 16:42:19 -0500
216              
217              rm an extra tab, a blurb about the xx.cpan to clarify
218              which countries actually have that and dejanews is history
219              as well as most of that nonsensical entry.
220      Branch: perl
221            ! pod/perlfaq2.pod
222 ____________________________________________________________________________
223 [  9771] By: jhi                                   on 2001/04/21  15:27:17
224         Log: Subject: perlfaq1.patch for 5.7.1
225              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
226              Date: Fri, 20 Apr 2001 16:57:36 -0500
227              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
228              
229              Evil URLs must die. Especially when they are broken.
230      Branch: perl
231            ! pod/perlfaq1.pod
232 ____________________________________________________________________________
233 [  9770] By: jhi                                   on 2001/04/21  15:23:38
234         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
235              From: Michael G Schwern <schwern@pobox.com>
236              Date: Sat, 21 Apr 2001 16:11:12 +0100
237              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
238      Branch: perl
239            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
240            + t/lib/b-stash.t
241            ! MANIFEST ext/B/B.pm t/lib/b.t
242 ____________________________________________________________________________
243 [  9769] By: jhi                                   on 2001/04/21  15:03:32
244         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
245              From: Michael G Schwern <schwern@pobox.com>
246              Date: Sat, 21 Apr 2001 09:48:00 +0100
247              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
248      Branch: perl
249            ! utils/h2ph.PL
250 ____________________________________________________________________________
251 [  9768] By: jhi                                   on 2001/04/21  14:33:49
252         Log: PerlIO and Encode doc cleanup and tweaks.
253      Branch: perl
254            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
255            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
256 ____________________________________________________________________________
257 [  9767] By: jhi                                   on 2001/04/21  12:40:16
258         Log: Integrate perlio.
259      Branch: perl
260           !> doio.c
261 ____________________________________________________________________________
262 [  9766] By: nick                                  on 2001/04/20  18:28:35
263         Log: Avoid core dump on
264              open(STDOUT,">",\$foo);
265      Branch: perlio
266            ! doio.c
267 ____________________________________________________________________________
268 [  9765] By: jhi                                   on 2001/04/20  13:23:43
269         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
270              From: Robin Houston <robin@kitsite.com>
271              Date: Fri, 20 Apr 2001 14:29:22 +0100
272              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
273      Branch: perl
274            ! ext/B/B.pm ext/B/B/Deparse.pm
275 ____________________________________________________________________________
276 [  9764] By: jhi                                   on 2001/04/20  13:19:33
277         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
278              From: Peter Prymmer <pvhp@forte.com>
279              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
280              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
281      Branch: perl
282            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
283            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
284            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
285            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
286 ____________________________________________________________________________
287 [  9763] By: jhi                                   on 2001/04/20  12:36:39
288         Log: Subject: Re: A new PerlIO coredump
289              From: Nick Ing-Simmons <nik@tiuk.ti.com>
290              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
291              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
292      Branch: perl
293            ! doio.c
294 ____________________________________________________________________________
295 [  9762] By: jhi                                   on 2001/04/19  23:02:30
296         Log: Update Changes.
297      Branch: perl
298            ! Changes patchlevel.h
299 ____________________________________________________________________________
300 [  9761] By: jhi                                   on 2001/04/19  22:59:19
301         Log: More cleanup cleanup.
302      Branch: perl
303            ! Makefile.SH win32/Makefile win32/makefile.mk
304 ____________________________________________________________________________
305 [  9760] By: jhi                                   on 2001/04/19  22:50:31
306         Log: lib/Time is non-empty, let's not rmdir it.
307      Branch: perl
308            ! Makefile.SH
309 ____________________________________________________________________________
310 [  9759] By: jhi                                   on 2001/04/19  22:36:51
311         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
312              From: Robin Houston <robin@kitsite.com>
313              Date: Fri, 20 Apr 2001 00:18:53 +0100
314              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
315      Branch: perl
316            ! ext/B/B/Deparse.pm
317 ____________________________________________________________________________
318 [  9758] By: jhi                                   on 2001/04/19  22:36:00
319         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
320              From: Peter Prymmer <pvhp@forte.com>
321              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
322              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
323      Branch: perl
324            ! ext/Cwd/Cwd.xs
325 ____________________________________________________________________________
326 [  9757] By: nick                                  on 2001/04/19  18:53:54
327         Log: Blind (untested) integrate of mainline.
328      Branch: perlio
329           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
330           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
331           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
332           !> (integrate 53 files)
333 ____________________________________________________________________________
334 [  9756] By: jhi                                   on 2001/04/19  16:59:23
335         Log: Document and test Time::Piece.
336      Branch: perl
337            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
338            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
339 ____________________________________________________________________________
340 [  9755] By: jhi                                   on 2001/04/19  12:13:29
341         Log: A better fix for the \x{12345678} trouble from NI-S.
342      Branch: perl
343            ! utf8.c
344 ____________________________________________________________________________
345 [  9754] By: jhi                                   on 2001/04/19  11:56:07
346         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
347              From: Robin Houston <robin@kitsite.com>
348              Date: Wed, 18 Apr 2001 17:58:33 +0100
349              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
350      Branch: perl
351            ! ext/B/B/Deparse.pm op.c
352 ____________________________________________________________________________
353 [  9753] By: jhi                                   on 2001/04/19  04:21:52
354         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
355              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
356              Date: Thu, 19 Apr 2001 01:11:41 -0400
357              Message-ID: <20010419011141.A5798@cpan.org>
358      Branch: perl
359            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
360 ____________________________________________________________________________
361 [  9752] By: jhi                                   on 2001/04/19  02:41:10
362         Log: The new time utils need to be thread-aware, too.
363      Branch: perl
364            ! util.c
365 ____________________________________________________________________________
366 [  9751] By: jhi                                   on 2001/04/19  02:26:47
367         Log: Compilation nit noticed by AIX compiler.
368      Branch: perl
369            ! perlio.c
370 ____________________________________________________________________________
371 [  9750] By: jhi                                   on 2001/04/19  02:20:06
372         Log: The new time utils need to be public.
373      Branch: perl
374            ! embed.pl
375 ____________________________________________________________________________
376 [  9749] By: jhi                                   on 2001/04/19  01:42:39
377         Log: Regen toc.
378      Branch: perl
379            ! pod/perltoc.pod
380 ____________________________________________________________________________
381 [  9748] By: jhi                                   on 2001/04/19  01:41:10
382         Log: Add Time::Piece, a slight rewrite of Time::Object,
383              from Matt Sergeant.
384      Branch: perl
385            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
386            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
387            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
388            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
389            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
390            ! win32/makefile.mk
391 ____________________________________________________________________________
392 [  9747] By: jhi                                   on 2001/04/19  00:55:35
393         Log: The new metaconfig unit from strftime.
394      Branch: metaconfig/U/perl
395            + d_strftime.U
396 ____________________________________________________________________________
397 [  9746] By: jhi                                   on 2001/04/19  00:54:54
398         Log: Move the strftime() wrapper from POSIX.xs to util.c
399              as my_strftime(), requires HAS_STRFTIME.
400      Branch: perl
401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
402            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
403            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
404            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
405            ! vos/config.ga.h win32/config.bc win32/config.gc
406            ! win32/config.vc
407 ____________________________________________________________________________
408 [  9745] By: jhi                                   on 2001/04/18  23:11:03
409         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
410              in preparation of Time::Piece.
411      Branch: perl
412            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
413 ____________________________________________________________________________
414 [  9744] By: jhi                                   on 2001/04/18  22:33:12
415         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
416              From: Peter Prymmer <pvhp@forte.com>
417              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
418              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
419      Branch: perl
420            ! t/lib/exporter.t
421 ____________________________________________________________________________
422 [  9743] By: jhi                                   on 2001/04/18  22:32:23
423         Log: Subject: Fwd: pod2html leaves cache files lying around?
424              From: Rajesh Vaidheeswarran <rv@gnu.org>
425              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
426              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
427      Branch: perl
428            ! lib/Pod/Html.pm
429 ____________________________________________________________________________
430 [  9742] By: jhi                                   on 2001/04/18  20:31:49
431         Log: Update Changes.
432      Branch: perl
433            ! Changes patchlevel.h
434 ____________________________________________________________________________
435 [  9741] By: jhi                                   on 2001/04/18  20:23:02
436         Log: Declare hints only if needed.
437      Branch: perl
438            ! ext/B/B/Deparse.pm
439 ____________________________________________________________________________
440 [  9740] By: jhi                                   on 2001/04/18  19:06:05
441         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
442              bug noticed by Robin Houston; basically the code of detecting
443              value wraparound was acting differently under different compilers
444              and platforms.  The workaround is to remove the overflow check
445              for now, a real fix would be to do the overflow (portably) right.
446      Branch: perl
447            ! t/op/pat.t utf8.c
448 ____________________________________________________________________________
449 [  9739] By: jhi                                   on 2001/04/18  19:01:23
450         Log: Subject: [PATCH B::Deparse] some pragma support
451              From: Robin Houston <robin@kitsite.com>
452              Date: Wed, 18 Apr 2001 19:32:12 +0100
453              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
454      Branch: perl
455            ! ext/B/B/Deparse.pm
456 ____________________________________________________________________________
457 [  9738] By: jhi                                   on 2001/04/18  15:16:37
458         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
459              From: Benjamin Sugars <bsugars@canoe.ca>
460              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
461              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
462      Branch: perl
463            ! t/op/glob.t
464 ____________________________________________________________________________
465 [  9737] By: jhi                                   on 2001/04/18  13:24:50
466         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
467              From: Tim Jenness <t.jenness@jach.hawaii.edu>
468              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
469              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
470      Branch: perl
471            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
472            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
473 ____________________________________________________________________________
474 [  9736] By: jhi                                   on 2001/04/18  04:15:14
475         Log: The #9735 also changes the subtest 12.
476      Branch: perl
477            ! t/lib/b.t
478 ____________________________________________________________________________
479 [  9735] By: jhi                                   on 2001/04/18  03:55:17
480         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
481              From: David Dyck <dcd@tc.fluke.com>
482              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
483              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
484      Branch: perl
485            ! ext/B/B/Deparse.pm
486 ____________________________________________________________________________
487 [  9734] By: jhi                                   on 2001/04/18  03:54:11
488         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
489              From: Gisle Aas <gisle@ActiveState.com>
490              Date: 17 Apr 2001 19:06:45 -0700
491              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
492      Branch: perl
493            ! pp_hot.c t/op/misc.t
494 ____________________________________________________________________________
495 [  9733] By: jhi                                   on 2001/04/17  22:25:22
496         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
497              From: "Abigail" <abigail@foad.org>
498              Date: Wed, 18 Apr 2001 01:17:46 +0200
499              Message-ID: <20010417231746.21657.qmail@foad.org>
500      Branch: perl
501            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
502 ____________________________________________________________________________
503 [  9732] By: jhi                                   on 2001/04/17  20:47:56
504         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
505              From: Robin Houston <robin@kitsite.com>
506              Date: Tue, 17 Apr 2001 22:37:42 +0100
507              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
508      Branch: perl
509            ! ext/B/B/Deparse.pm
510 ____________________________________________________________________________
511 [  9731] By: nick                                  on 2001/04/17  20:46:35
512         Log: Re-sync for t/lib/b.t fix
513      Branch: perlio
514           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
515 ____________________________________________________________________________
516 [  9730] By: jhi                                   on 2001/04/17  20:45:29
517         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
518              From: Robin Houston <robin@kitsite.com>
519              Date: Tue, 17 Apr 2001 22:29:36 +0100
520              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
521      Branch: perl
522            ! ext/B/B.xs ext/B/B/Deparse.pm
523 ____________________________________________________________________________
524 [  9729] By: jhi                                   on 2001/04/17  20:43:11
525         Log: Subject: Deparse - parenthesise args to undeclared subs
526              From: Robin Houston <robin@kitsite.com>
527              Date: Tue, 17 Apr 2001 21:31:05 +0100
528              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
529      Branch: perl
530            ! ext/B/B/Deparse.pm
531 ____________________________________________________________________________
532 [  9728] By: jhi                                   on 2001/04/17  18:57:30
533         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
534              From: Benjamin Sugars <ben.sugars@home.com>
535              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
536              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
537      Branch: perl
538            ! t/lib/cwd.t
539 ____________________________________________________________________________
540 [  9727] By: jhi                                   on 2001/04/17  18:20:20
541         Log: Subject: [PATCH B::Deparse] ambient pragmas
542              From: Robin Houston <robin@kitsite.com>
543              Date: Tue, 17 Apr 2001 20:01:59 +0100
544              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
545      Branch: perl
546            ! ext/B/B/Deparse.pm t/lib/b.t
547 ____________________________________________________________________________
548 [  9726] By: nick                                  on 2001/04/17  16:33:51
549         Log: Integrate mainline (t/lib/b.t fails test 2...)
550      Branch: perlio
551           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
552           +> ext/List/Util/README ext/List/Util/Util.xs
553           +> ext/List/Util/lib/List/Util.pm
554           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
555           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
556           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
557           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
558           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
559           !> (integrate 31 files)
560 ____________________________________________________________________________
561 [  9725] By: jhi                                   on 2001/04/17  12:14:24
562         Log: Subject: multiple B::* changes
563              From: Robin Houston <robin@kitsite.com>
564              Date: Thu, 12 Apr 2001 20:12:27 +0100
565              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
566      Branch: perl
567            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
568 ____________________________________________________________________________
569 [  9724] By: jhi                                   on 2001/04/17  11:59:05
570         Log: Thread-awareness from Doug MacEachern.
571      Branch: perl
572            ! ext/List/Util/Util.xs
573 ____________________________________________________________________________
574 [  9723] By: jhi                                   on 2001/04/17  11:57:41
575         Log: Make the test more portable.
576      Branch: perl
577            ! t/lib/cwd.t
578 ____________________________________________________________________________
579 [  9722] By: jhi                                   on 2001/04/17  11:53:50
580         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
581              From: Benjamin Sugars <ben.sugars@home.com>
582              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
583              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
584      Branch: perl
585            ! t/lib/cwd.t
586 ____________________________________________________________________________
587 [  9721] By: jhi                                   on 2001/04/17  11:52:17
588         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
589              From: Benjamin Sugars <bsugars@canoe.ca>
590              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
591              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
592      Branch: perl
593            ! op.c
594 ____________________________________________________________________________
595 [  9720] By: jhi                                   on 2001/04/17  11:35:42
596         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
597              From: Chris Nandor <pudge@pobox.com>
598              Date: Tue, 17 Apr 2001 00:30:49 -0400
599              Message-Id: <p05100207b701768712de@[10.0.1.177]>
600      Branch: perl
601            ! ext/File/Glob/bsd_glob.c gv.c
602 ____________________________________________________________________________
603 [  9719] By: jhi                                   on 2001/04/17  11:32:13
604         Log: Subject: [PATCH] Tweten->West
605              From: Casey West <casey@geeknest.com>
606              Date: Mon, 16 Apr 2001 12:11:22 -0400
607              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
608      Branch: perl
609            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
610            ! pod/perltie.pod
611 ____________________________________________________________________________
612 [  9718] By: jhi                                   on 2001/04/16  03:22:52
613         Log: Update Changes.
614      Branch: perl
615            ! Changes patchlevel.h
616 ____________________________________________________________________________
617 [  9717] By: jhi                                   on 2001/04/16  03:06:28
618         Log: Regen toc.
619      Branch: perl
620            ! pod/perltoc.pod
621 ____________________________________________________________________________
622 [  9716] By: jhi                                   on 2001/04/16  02:58:42
623         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
624              From: Prymmer/Kahn <pvhp@best.com>
625              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
626              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
627      Branch: perl
628            ! utf8.c
629 ____________________________________________________________________________
630 [  9715] By: jhi                                   on 2001/04/15  23:40:35
631         Log: Subject: Re: Net::Ping patch, adds stream protocol
632              From: bronson@rinspin.com (Scott Bronson)
633              Date: Tue, 10 Apr 2001 23:58:33 -0700
634              Message-ID: <20010410235833.N29719@rinspin.com>
635      Branch: perl
636            ! lib/Net/Ping.pm
637 ____________________________________________________________________________
638 [  9714] By: jhi                                   on 2001/04/15  23:31:46
639         Log: Printing out the ok messages helps successful testing.
640      Branch: perl
641            ! t/lib/time-hires.t
642 ____________________________________________________________________________
643 [  9713] By: jhi                                   on 2001/04/15  21:43:24
644         Log: Update Douglas Wegscheid's email.
645      Branch: perl
646            ! AUTHORS
647 ____________________________________________________________________________
648 [  9712] By: jhi                                   on 2001/04/15  21:40:41
649         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
650              From: Michael G Schwern <schwern@pobox.com>
651              Date: Sat, 14 Apr 2001 22:40:50 +0100
652              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
653      Branch: perl
654            + t/lib/exporter.t
655            ! MANIFEST lib/Exporter/Heavy.pm
656 ____________________________________________________________________________
657 [  9711] By: jhi                                   on 2001/04/15  21:39:21
658         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
659              From: Michael G Schwern <schwern@pobox.com>
660              Date: Sat, 14 Apr 2001 22:13:59 +0100
661              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
662      Branch: perl
663            ! t/op/loopctl.t
664 ____________________________________________________________________________
665 [  9710] By: jhi                                   on 2001/04/15  21:30:19
666         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
667              From: Michael G Schwern <schwern@pobox.com>
668              Date: Sat, 14 Apr 2001 22:05:32 +0100
669              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
670      Branch: perl
671            ! t/pragma/warnings.t
672 ____________________________________________________________________________
673 [  9709] By: jhi                                   on 2001/04/15  19:34:09
674         Log: Integrate changes #9706,9707 from maintperl into mainline.
675              
676              change#7210 broke .packlist generation
677              
678              ExtUtils::Installed doesn't quote regex metacharacters in paths
679              before using them in match; also make it work for dosish platforms
680      Branch: perl
681           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
682 ____________________________________________________________________________
683 [  9708] By: jhi                                   on 2001/04/15  19:31:01
684         Log: Test also the scalar aspect of getitimer().
685      Branch: perl
686            ! t/lib/time-hires.t
687 ____________________________________________________________________________
688 [  9707] By: gsar                                  on 2001/04/15  17:24:20
689         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
690              before using them in match; also make it work for dosish platforms
691      Branch: maint-5.6/perl
692            ! lib/ExtUtils/Installed.pm
693 ____________________________________________________________________________
694 [  9706] By: gsar                                  on 2001/04/15  17:21:59
695         Log: change#7210 broke .packlist generation (listed only filename
696              rather than fully qualified path name)
697      Branch: maint-5.6/perl
698            ! lib/ExtUtils/Install.pm
699 ____________________________________________________________________________
700 [  9705] By: jhi                                   on 2001/04/15  12:36:33
701         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
702      Branch: perl
703            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
704            ! t/lib/time-hires.t
705 ____________________________________________________________________________
706 [  9704] By: jhi                                   on 2001/04/15  10:49:08
707         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
708              From: Prymmer/Kahn <pvhp@best.com>
709              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
710              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
711      Branch: perl
712            ! lib/utf8.pm pod/perlebcdic.pod
713 ____________________________________________________________________________
714 [  9703] By: jhi                                   on 2001/04/15  02:26:26
715         Log: I keep forgetting to sort MANIFEST.
716      Branch: perl
717            ! MANIFEST
718 ____________________________________________________________________________
719 [  9702] By: jhi                                   on 2001/04/15  02:07:47
720         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
721              Now we have blessed, reftype, tainted, first, reduce, ...
722      Branch: perl
723            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
724            + ext/List/Util/README ext/List/Util/Util.xs
725            + ext/List/Util/lib/List/Util.pm
726            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
727            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
728            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
729            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
730            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
731            ! MANIFEST
732 ____________________________________________________________________________
733 [  9701] By: jhi                                   on 2001/04/14  15:05:25
734         Log: Subject: RE: dprofpp.pl updates 
735              From: Carl Eklof <CEklof@endeca.com>
736              Date: Thu, 12 Apr 2001 18:45:46 -0400
737              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
738      Branch: perl
739            ! utils/dprofpp.PL
740 ____________________________________________________________________________
741 [  9700] By: jhi                                   on 2001/04/14  14:44:55
742         Log: Do not just blindly add CR.
743      Branch: perl
744            ! Porting/makerel
745 ____________________________________________________________________________
746 [  9699] By: jhi                                   on 2001/04/13  13:17:01
747         Log: Update Changes.
748      Branch: perl
749            ! Changes patchlevel.h
750 ____________________________________________________________________________
751 [  9698] By: jhi                                   on 2001/04/13  12:44:48
752         Log: Integrate perlio.
753      Branch: perl
754           !> ext/PerlIO/Scalar/Scalar.xs
755 ____________________________________________________________________________
756 [  9697] By: jhi                                   on 2001/04/13  12:29:15
757         Log: Add more debug output to the test.
758      Branch: perl
759            ! t/lib/cwd.t
760 ____________________________________________________________________________
761 [  9696] By: nick                                  on 2001/04/13  10:14:29
762         Log: Fix core dump on binmode($fh,'Scalar')
763      Branch: perlio
764            ! ext/PerlIO/Scalar/Scalar.xs
765 ____________________________________________________________________________
766 [  9695] By: nick                                  on 2001/04/13  09:05:42
767         Log: Integrate mainline
768      Branch: perlio
769           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
770           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
771           +> t/lib/time-hires.t
772           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
773           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
774           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
775           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
776           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
777           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
778           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
779 ____________________________________________________________________________
780 [  9694] By: jhi                                   on 2001/04/12  22:23:35
781         Log: Integrate change #9693 from maintperl into mainline.
782              
783              $VERSION and Version() on the same line provokes a warning from
784              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
785      Branch: perl
786           !> lib/Devel/SelfStubber.pm
787 ____________________________________________________________________________
788 [  9693] By: gsar                                  on 2001/04/12  21:55:56
789         Log: $VERSION and Version() on the same line provokes a warning from
790              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
791      Branch: maint-5.6/perl
792            ! lib/Devel/SelfStubber.pm
793 ____________________________________________________________________________
794 [  9692] By: jhi                                   on 2001/04/12  13:54:00
795         Log: This is at least 5.005.
796      Branch: perl
797            ! ext/Time/HiRes/HiRes.xs
798 ____________________________________________________________________________
799 [  9691] By: jhi                                   on 2001/04/12  13:37:20
800         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
801      Branch: perl
802            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
803            ! win32/Makefile win32/makefile.mk
804 ____________________________________________________________________________
805 [  9690] By: jhi                                   on 2001/04/12  01:34:46
806         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
807      Branch: perl
808            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
809            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
810            + t/lib/time-hires.t
811            ! MANIFEST
812 ____________________________________________________________________________
813 [  9689] By: jhi                                   on 2001/04/12  00:28:39
814         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
815              From: Gisle Aas <gisle@ActiveState.com>
816              Date: 11 Apr 2001 16:36:11 -0700
817              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
818      Branch: perl
819            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
820 ____________________________________________________________________________
821 [  9688] By: jhi                                   on 2001/04/12  00:27:39
822         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
823              From: Gisle Aas <gisle@ActiveState.com>
824              Date: 11 Apr 2001 11:13:24 -0700
825              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
826      Branch: perl
827            ! ext/MIME/Base64/Base64.xs
828 ____________________________________________________________________________
829 [  9687] By: jhi                                   on 2001/04/11  19:51:47
830         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
831      Branch: perl
832            ! Todo-5.6
833 ____________________________________________________________________________
834 [  9686] By: jhi                                   on 2001/04/11  16:54:25
835         Log: Subject: [PATCH opcode.pl] Documentation of table format
836              From: Simon Cozens <simon@netthink.co.uk>
837              Date: Wed, 11 Apr 2001 12:59:31 +0100
838              Message-ID: <20010411125931.A25681@netthink.co.uk>
839      Branch: perl
840            ! opcode.pl
841 ____________________________________________________________________________
842 [  9685] By: jhi                                   on 2001/04/11  16:53:15
843         Log: Subject: [PATCH] prototype("CORE::recv")
844              From: Simon Cozens <simon@netthink.co.uk>
845              Date: Wed, 11 Apr 2001 13:24:35 +0100
846              Message-ID: <20010411132435.A26169@netthink.co.uk>
847      Branch: perl
848            ! pp.c t/comp/proto.t
849 ____________________________________________________________________________
850 [  9684] By: jhi                                   on 2001/04/11  16:47:13
851         Log: FAQ (and AUTHORS) update from Dan Carson: the information
852              was several years obsolete, Term::Readkey has been updated
853              to have the functionality.
854      Branch: perl
855            ! AUTHORS pod/perlfaq5.pod
856 ____________________________________________________________________________
857 [  9683] By: jhi                                   on 2001/04/11  12:15:46
858         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
859              From: Calle Dybedahl <calle@lysator.liu.se>
860              Date: 10 Apr 2001 16:44:16 +0200
861              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
862      Branch: perl
863            ! ext/MIME/Base64/Base64.xs
864 ____________________________________________________________________________
865 [  9682] By: jhi                                   on 2001/04/11  12:12:26
866         Log: A more minimal fix for 20010410.006 from Hugo.
867      Branch: perl
868            ! regexec.c
869 ____________________________________________________________________________
870 [  9681] By: jhi                                   on 2001/04/11  11:34:23
871         Log: Integrate changes #9678,9679 from maintline into mainperl.
872              
873              addendum to change#9676
874              
875              up $File::Glob::VERSION; add a note pointing out the version of
876              the OpenBSD glob bsd_glob.c resembles
877      Branch: perl
878           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
879           !> ext/File/Glob/bsd_glob.h
880 ____________________________________________________________________________
881 [  9680] By: jhi                                   on 2001/04/11  11:30:38
882         Log: Bad test numbering in integrate in #9677.
883              Fixes ID 20010411.001.
884      Branch: perl
885            ! t/op/pat.t
886 ____________________________________________________________________________
887 [  9679] By: gsar                                  on 2001/04/11  03:38:40
888         Log: up $File::Glob::VERSION; add a note pointing out the version of
889              the OpenBSD glob bsd_glob.c resembles
890      Branch: maint-5.6/perl
891            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
892            ! ext/File/Glob/bsd_glob.h
893 ____________________________________________________________________________
894 [  9678] By: gsar                                  on 2001/04/11  03:09:48
895         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
896              revision 1.8.10.1 found here:
897              
898              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
899      Branch: maint-5.6/perl
900            ! ext/File/Glob/bsd_glob.c
901 ____________________________________________________________________________
902 [  9677] By: jhi                                   on 2001/04/11  02:54:39
903         Log: Integrate changes #9675,9676 from maintperl into mainline.
904              
905              fix for bug 20010410.006, undo change#7115
906              
907              port the OpenBSD glob() security patch
908      Branch: perl
909           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
910           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
911           !> t/op/pat.t
912 ____________________________________________________________________________
913 [  9676] By: gsar                                  on 2001/04/11  02:19:02
914         Log: port the glob() security patch found at:
915              
916              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
917              
918              CERT advisory for the issue is here:
919              
920              http://www.cert.org/advisories/CA-2001-07.html
921              
922              Note that the security scare is only relevant for those who are
923              foolish enough to build suidperl (which is now officially discouraged)
924      Branch: maint-5.6/perl
925            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
926            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
927 ____________________________________________________________________________
928 [  9675] By: gsar                                  on 2001/04/10  23:52:11
929         Log: fix for bug 20010410.006
930              
931              undo change#7115 (came into maint-5.6 as change#8156)
932              
933              add tests to keep it from coming back
934      Branch: maint-5.6/perl
935            ! regexec.c t/op/pat.t
936 ____________________________________________________________________________
937 [  9674] By: nick                                  on 2001/04/10  20:39:31
938         Log: Integrate mainline
939      Branch: perlio
940           +> Porting/testall.atom
941           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
942           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
943           !> t/lib/lc-uk.t t/pod/find.t
944 ____________________________________________________________________________
945 [  9673] By: nick                                  on 2001/04/10  18:46:14
946         Log: Integrate against change 9670 aka perl-5.7.1
947      Branch: perlio
948           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
949           !> (integrate 53 files)
950 ____________________________________________________________________________
951 [  9672] By: jhi                                   on 2001/04/10  13:45:01
952         Log: Add a script for doing cumulative profile of the test suite.
953              (Requires ATOM, that is, Tru64.)
954      Branch: perl
955            + Porting/testall.atom
956            ! MANIFEST
957 ____________________________________________________________________________
958 [  9671] By: jhi                                   on 2001/04/10  12:38:53
959         Log: Missing std block.
960      Branch: perl
961            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
962            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
963            ! t/pod/find.t
964 ____________________________________________________________________________
965 [  9670] By: jhi                                   on 2001/04/10  01:25:58
966         Log: This is 5.7.1.
967      Branch: perl
968            ! patchlevel.h
969 ____________________________________________________________________________
970 [  9669] By: jhi                                   on 2001/04/10  01:09:14
971         Log: Update Changes.
972      Branch: perl
973            ! Changes patchlevel.h
974 ____________________________________________________________________________
975 [  9668] By: jhi                                   on 2001/04/10  01:00:38
976         Log: Regen toc.
977      Branch: perl
978            ! pod/perltoc.pod
979 ____________________________________________________________________________
980 [  9667] By: jhi                                   on 2001/04/10  00:52:16
981         Log: Update perlhist.
982      Branch: perl
983            ! pod/perlhist.pod
984 ____________________________________________________________________________
985 [  9666] By: jhi                                   on 2001/04/09  23:38:59
986         Log: Slight wording tweaks from Damian to #9658.
987      Branch: perl
988            ! pod/perlobj.pod
989 ____________________________________________________________________________
990 [  9665] By: jhi                                   on 2001/04/09  19:56:06
991         Log: Subject: [PATCH perlutil.pod] Nit
992              From: Simon Cozens <simon@netthink.co.uk>
993              Date: Mon, 9 Apr 2001 20:29:44 +0100
994              Message-ID: <20010409202944.A14796@the.earth.li>
995      Branch: perl
996            ! pod/perlutil.pod
997 ____________________________________________________________________________
998 [  9664] By: jhi                                   on 2001/04/09  19:54:42
999         Log: Subject: Re: perl571delta.pod@9631
1000              From: Mike Guy <mjtg@cam.ac.uk>
1001              Date: Mon, 09 Apr 2001 18:09:14 +0100
1002              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
1003      Branch: perl
1004            ! pod/perl571delta.pod
1005 ____________________________________________________________________________
1006 [  9663] By: jhi                                   on 2001/04/09  13:43:35
1007         Log: Update Changes.
1008      Branch: perl
1009            ! Changes patchlevel.h
1010 ____________________________________________________________________________
1011 [  9662] By: jhi                                   on 2001/04/09  13:24:46
1012         Log: tweak tweak.
1013      Branch: perl
1014            ! AUTHORS pod/perl571delta.pod
1015 ____________________________________________________________________________
1016 [  9661] By: jhi                                   on 2001/04/09  13:15:13
1017         Log: Thinko in manual patch applying.
1018      Branch: perl
1019            ! sv.c
1020 ____________________________________________________________________________
1021 [  9660] By: jhi                                   on 2001/04/09  13:07:53
1022         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
1023              From: Robin Barker <rmb1@cise.npl.co.uk> 
1024              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
1025              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
1026              
1027              (This corrects the case where the "isn't numeric" string contains \0s
1028              and is longer than the temporary buffer, and contains \0 at the point
1029              the string would be truncated by "...".) 
1030      Branch: perl
1031            ! sv.c
1032 ____________________________________________________________________________
1033 [  9659] By: jhi                                   on 2001/04/09  12:57:41
1034         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
1035      Branch: perl
1036            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
1037            ! t/lib/cgi-function.t t/lib/cgi-html.t
1038 ____________________________________________________________________________
1039 [  9658] By: jhi                                   on 2001/04/09  12:48:47
1040         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
1041              From: Ilmari Karonen <iltzu@sci.fi>
1042              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
1043              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
1044              
1045              Rearrange and rewrite the Method Invocation section
1046              to explain the concepts in nicer order.
1047      Branch: perl
1048            ! pod/perlobj.pod
1049 ____________________________________________________________________________
1050 [  9657] By: jhi                                   on 2001/04/09  12:35:58
1051         Log: Upgrade to podlators 1.09, from Russ Allbery.
1052      Branch: perl
1053            ! lib/Pod/Man.pm lib/Pod/Text.pm
1054 ____________________________________________________________________________
1055 [  9656] By: jhi                                   on 2001/04/09  12:31:53
1056         Log: perl571delta.
1057      Branch: perl
1058            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
1059 ____________________________________________________________________________
1060 [  9655] By: jhi                                   on 2001/04/09  12:20:09
1061         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
1062              From: Prymmer/Kahn <pvhp@best.com>
1063              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
1064              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
1065      Branch: perl
1066            ! lib/utf8.pm pod/perlunicode.pod
1067 ____________________________________________________________________________
1068 [  9654] By: gsar                                  on 2001/04/09  03:38:33
1069         Log: here lies 5.6.1
1070      Branch: maint-5.6/perl
1071            ! Changes
1072 ____________________________________________________________________________
1073 [  9653] By: jhi                                   on 2001/04/09  03:25:24
1074         Log: Update perlhist.
1075      Branch: perl
1076            ! pod/perlhist.pod
1077 ____________________________________________________________________________
1078 [  9652] By: jhi                                   on 2001/04/09  03:18:49
1079         Log: perl571delta tweaking continues.
1080      Branch: perl
1081            ! pod/perl571delta.pod
1082 ____________________________________________________________________________
1083 [  9651] By: gsar                                  on 2001/04/09  03:11:19
1084         Log: update Changes, patchlevel.h &c.
1085      Branch: maint-5.6/perl
1086            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
1087            ! pod/perltoc.pod
1088 ____________________________________________________________________________
1089 [  9650] By: jhi                                   on 2001/04/09  02:40:24
1090         Log: Integrate the perlfork half of #9513 from maintperl into mainline
1091              (the perlunicode half is obsolete)
1092      Branch: perl
1093            ! pod/perlfork.pod
1094 ____________________________________________________________________________
1095 [  9649] By: gsar                                  on 2001/04/09  02:35:43
1096         Log: tweak perldelta as suggested by Jarkko
1097      Branch: maint-5.6/perl
1098            ! pod/perldelta.pod
1099 ____________________________________________________________________________
1100 [  9648] By: jhi                                   on 2001/04/09  02:13:04
1101         Log: Integrate change #9646 from maintperl into mainline.
1102              
1103              add note about ithreads and Thread.pm
1104      Branch: perl
1105           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
1106 ____________________________________________________________________________
1107 [  9647] By: jhi                                   on 2001/04/09  02:10:18
1108         Log: Bad assumption that shortsize == 2.
1109      Branch: perl
1110            ! t/lib/xs-typemap.t
1111 ____________________________________________________________________________
1112 [  9646] By: gsar                                  on 2001/04/09  00:48:04
1113         Log: add note about ithreads and Thread.pm (too many people are
1114              confused by the fact that Thread.pm is built and installed
1115              under non-5005threads but doesn't work)
1116      Branch: maint-5.6/perl
1117            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
1118 ____________________________________________________________________________
1119 [  9645] By: gsar                                  on 2001/04/09  00:19:03
1120         Log: update perldelta.pod for changes in 5.6.1
1121      Branch: maint-5.6/perl
1122            ! Changes pod/perldelta.pod
1123 ____________________________________________________________________________
1124 [  9644] By: jhi                                   on 2001/04/08  20:37:00
1125         Log: Integrate change #9639 from maintperl into mainline:
1126              on windows, many of the README.* pods were being copied to
1127              the wrong location
1128      Branch: perl
1129           !> win32/Makefile win32/makefile.mk
1130 ____________________________________________________________________________
1131 [  9643] By: jhi                                   on 2001/04/08  20:07:11
1132         Log: Integrate change #9624 from maintperl into mainline:
1133              the pod tests were not okay.  (t/pod/find.t changes ignored)
1134      Branch: perl
1135           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
1136           !> t/pod/include.t t/pod/included.t t/pod/lref.t
1137           !> t/pod/multiline_items.t t/pod/nested_items.t
1138           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1139           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1140 ____________________________________________________________________________
1141 [  9642] By: jhi                                   on 2001/04/08  19:57:17
1142         Log: Integrate change #9638 from maintperl into mainline:
1143              update to latest JPL from the anoncvs repository
1144      Branch: perl
1145           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1146           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1147           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1148 ____________________________________________________________________________
1149 [  9641] By: jhi                                   on 2001/04/08  19:53:30
1150         Log: perl571delta updates.
1151      Branch: perl
1152            ! lib/Filter/Simple.pm pod/perl571delta.pod
1153 ____________________________________________________________________________
1154 [  9640] By: gsar                                  on 2001/04/08  19:20:46
1155         Log: integrate change#9634 from mainline
1156              
1157              Fix the perlmodlib generation (didn't understand separate .pod
1158              files; didn't understand -- as the name-thing separator).
1159              Update the CPAN mirrors list.
1160      Branch: maint-5.6/perl
1161            ! pod/perlmodlib.pod
1162           !> pod/perlmodlib.PL
1163 ____________________________________________________________________________
1164 [  9639] By: gsar                                  on 2001/04/08  18:57:31
1165         Log: on windows, many of the README.* pods were being copied to the wrong
1166              location
1167      Branch: maint-5.6/perl
1168            ! win32/Makefile win32/makefile.mk
1169 ____________________________________________________________________________
1170 [  9638] By: gsar                                  on 2001/04/08  18:38:25
1171         Log: update to latest JPL from the anoncvs repository
1172      Branch: maint-5.6/perl
1173            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
1174            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1175            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
1176 ____________________________________________________________________________
1177 [  9637] By: jhi                                   on 2001/04/08  17:53:53
1178         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
1179      Branch: perl
1180            ! pod/perl571delta.pod
1181 ____________________________________________________________________________
1182 [  9636] By: jhi                                   on 2001/04/08  17:18:32
1183         Log: Regen toc.
1184      Branch: perl
1185            ! pod/perltoc.pod
1186 ____________________________________________________________________________
1187 [  9635] By: jhi                                   on 2001/04/08  17:16:33
1188         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
1189              From: "Craig A. Berry" <craigberry@mac.com>
1190              Date: Sun, 08 Apr 2001 12:30:16 -0500
1191              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
1192      Branch: perl
1193            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
1194 ____________________________________________________________________________
1195 [  9634] By: jhi                                   on 2001/04/08  17:09:19
1196         Log: Fix the perlmodlib generation (didn't understand separate .pod
1197              files; didn't understand -- as the name-thing separator).
1198              
1199              Update the CPAN mirrors list.
1200      Branch: perl
1201            ! pod/perlmodlib.PL pod/perlmodlib.pod
1202 ____________________________________________________________________________
1203 [  9633] By: jhi                                   on 2001/04/08  16:49:17
1204         Log: Sort MANIFEST.
1205      Branch: perl
1206            ! MANIFEST
1207 ____________________________________________________________________________
1208 [  9632] By: gsar                                  on 2001/04/08  16:36:06
1209         Log: add $Tie::RefHash::VERSION
1210      Branch: maint-5.6/perl
1211            ! lib/Tie/RefHash.pm
1212 ____________________________________________________________________________
1213 [  9631] By: jhi                                   on 2001/04/08  16:10:15
1214         Log: perl571delta updates based on p5p feedback; still needs
1215              lots of examples.
1216      Branch: perl
1217            ! pod/perl571delta.pod
1218 ____________________________________________________________________________
1219 [  9630] By: jhi                                   on 2001/04/08  15:59:13
1220         Log: Update the list of supported platforms to talk about 5.7.1
1221              (and 5.6.1)
1222      Branch: perl
1223            ! pod/perlport.pod
1224 ____________________________________________________________________________
1225 [  9629] By: jhi                                   on 2001/04/08  15:55:41
1226         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
1227              from maintperl into mainline: perlport updates.
1228      Branch: perl
1229            ! pod/perlport.pod
1230 ____________________________________________________________________________
1231 [  9628] By: jhi                                   on 2001/04/08  15:53:17
1232         Log: perlsolaris.pod copied to wrong directory.
1233      Branch: perl
1234            ! win32/makefile.mk
1235 ____________________________________________________________________________
1236 [  9627] By: jhi                                   on 2001/04/08  14:48:18
1237         Log: Subject: Typos in perl571delta.pod
1238              From: "Stephen P. Potter" <spp@spotter.yi.org>
1239              Date: Sat, 07 Apr 2001 20:37:05 -0400
1240              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
1241      Branch: perl
1242            ! pod/perl571delta.pod
1243 ____________________________________________________________________________
1244 [  9626] By: jhi                                   on 2001/04/08  14:39:04
1245         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
1246      Branch: perl
1247            ! gv.c
1248 ____________________________________________________________________________
1249 [  9625] By: nick                                  on 2001/04/08  10:14:23
1250         Log: Integrate mainline
1251      Branch: perlio
1252           +> pod/perl570delta.pod pod/perl571delta.pod
1253           !> (integrate 27 files)
1254 ____________________________________________________________________________
1255 [  9624] By: gsar                                  on 2001/04/08  06:08:17
1256         Log: test in t/pod/* were busted
1257              
1258              these tests are still not enabled in t/{harness,TEST}
1259      Branch: maint-5.6/perl
1260            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
1261            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
1262            ! t/pod/multiline_items.t t/pod/nested_items.t
1263            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
1264            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
1265 ____________________________________________________________________________
1266 [  9623] By: gsar                                  on 2001/04/08  03:37:01
1267         Log: integrate change#9470 from mainline
1268              
1269              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
1270      Branch: maint-5.6/perl
1271           !> ext/Socket/Socket.xs
1272 ____________________________________________________________________________
1273 [  9622] By: jhi                                   on 2001/04/07  22:40:47
1274         Log: Update Changes.
1275      Branch: perl
1276            ! Changes patchlevel.h
1277 ____________________________________________________________________________
1278 [  9621] By: jhi                                   on 2001/04/07  22:34:16
1279         Log: Update AUTHORS.
1280      Branch: perl
1281            ! AUTHORS
1282 ____________________________________________________________________________
1283 [  9620] By: jhi                                   on 2001/04/07  22:12:47
1284         Log: Forgot to bump the number of tests in #9164.
1285      Branch: perl
1286            ! t/op/array.t
1287 ____________________________________________________________________________
1288 [  9619] By: jhi                                   on 2001/04/07  22:09:50
1289         Log: Bump patchlevel to 5.7.1.
1290      Branch: perl
1291            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1292            ! config_h.SH patchlevel.h
1293 ____________________________________________________________________________
1294 [  9618] By: jhi                                   on 2001/04/07  22:02:41
1295         Log: Populate perl571delta.
1296      Branch: perl
1297            ! pod/perl571delta.pod
1298 ____________________________________________________________________________
1299 [  9617] By: jhi                                   on 2001/04/07  22:01:23
1300         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
1301              to forget it later; do not change patchlevel.h yet or regenerate
1302              Configure yet.
1303      Branch: perl
1304            ! epoc/config.sh win32/Makefile win32/config_H.bc
1305            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
1306 ____________________________________________________________________________
1307 [  9616] By: jhi                                   on 2001/04/07  17:46:33
1308         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
1309      Branch: perl
1310            ! pod/perl571delta.pod
1311 ____________________________________________________________________________
1312 [  9615] By: jhi                                   on 2001/04/07  17:33:21
1313         Log: Change the toc configuration.
1314      Branch: perl
1315            ! pod/buildtoc.PL pod/perl.pod
1316 ____________________________________________________________________________
1317 [  9614] By: jhi                                   on 2001/04/07  17:29:47
1318         Log: Subject: PATCH: $[
1319              From: Robin Houston <robin@kitsite.com>
1320              Date: Fri, 6 Apr 2001 18:10:14 +0100
1321              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
1322      Branch: perl
1323            ! op.c t/op/array.t
1324 ____________________________________________________________________________
1325 [  9613] By: jhi                                   on 2001/04/07  17:28:26
1326         Log: Subject: [PATCH perl@9424] isn't numeric warning
1327              From: Robin Barker <rmb1@cise.npl.co.uk>
1328              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
1329              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
1330      Branch: perl
1331            ! sv.c t/pragma/warn/sv
1332 ____________________________________________________________________________
1333 [  9612] By: jhi                                   on 2001/04/07  17:26:45
1334         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
1335              From: Mike Guy <mjtg@cam.ac.uk>
1336              Date: Fri, 06 Apr 2001 12:47:06 +0100
1337              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
1338      Branch: perl
1339            ! dump.c t/lib/peek.t
1340 ____________________________________________________________________________
1341 [  9611] By: jhi                                   on 2001/04/07  17:21:35
1342         Log: Create perl571delta and seed it off with the perldelta changes
1343              since 5.7.0; remove those changes from perldelta and rename it
1344              as perl570delta; recreate perldelta but leave it almost empty.
1345      Branch: perl
1346            + pod/perl570delta.pod pod/perl571delta.pod
1347            ! MANIFEST pod/perldelta.pod
1348 ____________________________________________________________________________
1349 [  9610] By: jhi                                   on 2001/04/07  16:56:32
1350         Log: Denit.
1351      Branch: perl
1352            ! pod/perldelta.pod
1353 ____________________________________________________________________________
1354 [  9609] By: jhi                                   on 2001/04/07  16:38:32
1355         Log: Retract #9523: needs more thought.
1356      Branch: perl
1357            ! Makefile.SH
1358 ____________________________________________________________________________
1359 [  9608] By: jhi                                   on 2001/04/07  14:59:20
1360         Log: atmark() code cleanaup.
1361      Branch: perl
1362            ! ext/IO/IO.xs
1363 ____________________________________________________________________________
1364 [  9607] By: jhi                                   on 2001/04/07  14:48:14
1365         Log: Integrate change #9605 from maintperl into mainline.
1366              
1367              can't optimize away scope entry if tr/// is present
1368      Branch: perl
1369           !> op.c t/op/tr.t
1370 ____________________________________________________________________________
1371 [  9606] By: jhi                                   on 2001/04/07  14:43:59
1372         Log: Integrate perlio.
1373      Branch: perl
1374           +> win32/FindExt.pm
1375           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
1376           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
1377 ____________________________________________________________________________
1378 [  9605] By: gsar                                  on 2001/04/07  11:52:40
1379         Log: can't optimize away scope entry if tr/// is present
1380      Branch: maint-5.6/perl
1381            ! op.c t/op/tr.t
1382 ____________________________________________________________________________
1383 [  9604] By: nick                                  on 2001/04/07  11:39:45
1384         Log: Split out extension finding code from buildext.pl into FindExt.pm
1385              Use it to get Config.pm's idea of available extensions in line
1386              with what is built.
1387      Branch: perlio
1388            + win32/FindExt.pm
1389            ! MANIFEST win32/buildext.pl win32/config_sh.PL
1390            ! win32/makefile.mk
1391 ____________________________________________________________________________
1392 [  9603] By: nick                                  on 2001/04/07  09:11:38
1393         Log: Cleanup correction for failed :Via() layer, also set an error code.
1394      Branch: perlio
1395            ! ext/PerlIO/Via/Via.xs
1396 ____________________________________________________________________________
1397 [  9602] By: nick                                  on 2001/04/07  08:38:04
1398         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
1399              style. So don't use binmode() on the handles so that Win32 etc. see
1400              same sequence and produce same digests.
1401      Branch: perlio
1402            ! t/lib/md5-file.t
1403 ____________________________________________________________________________
1404 [  9601] By: nick                                  on 2001/04/07  08:36:26
1405         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
1406              Else it complains and so crlf layer (say) does not get pushed.
1407      Branch: perlio
1408            ! perlio.c
1409 ____________________________________________________________________________
1410 [  9600] By: jhi                                   on 2001/04/06  23:00:09
1411         Log: Integrate change #9599 from perlio into mainline.
1412      Branch: perl
1413           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1414           !> win32/config_H.vc
1415 ____________________________________________________________________________
1416 [  9599] By: nick                                  on 2001/04/06  21:42:43
1417         Log: Quote $VERSION in Encode.pm.
1418              regen_config_h as requested.
1419      Branch: perlio
1420            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
1421            ! win32/config_H.vc
1422 ____________________________________________________________________________
1423 [  9598] By: nick                                  on 2001/04/06  20:34:59
1424         Log: Integrate mainline
1425      Branch: perlio
1426           +> README.macos
1427           !> (integrate 39 files)
1428 ____________________________________________________________________________
1429 [  9597] By: gsar                                  on 2001/04/06  18:06:35
1430         Log: integrate change#9464 from mainline (addendum to change#8313)
1431              
1432              Subject: [PATCH @9452] Better peep()ing for foreach() loops
1433      Branch: maint-5.6/perl
1434           !> op.c
1435 ____________________________________________________________________________
1436 [  9596] By: jhi                                   on 2001/04/06  17:26:03
1437         Log: The d_casti32=undef is good for you even when not use64bitall.
1438      Branch: perl
1439            ! hints/hpux.sh
1440 ____________________________________________________________________________
1441 [  9595] By: gsar                                  on 2001/04/06  14:57:17
1442         Log: add a low-impact fix to accomodate darwin-ism
1443      Branch: maint-5.6/perl
1444            ! ext/Errno/Errno_pm.PL
1445 ____________________________________________________________________________
1446 [  9594] By: jhi                                   on 2001/04/06  14:55:14
1447         Log: Integrate changes #9528,9593 from mainline into maintperl;
1448              tweaking the editor/IDE/shell list.
1449      Branch: maint-5.6/perl
1450           !> pod/perlfaq3.pod
1451 ____________________________________________________________________________
1452 [  9593] By: jhi                                   on 2001/04/06  14:51:39
1453         Log: Make the editor/IDE/shell list a little bit airier.
1454      Branch: perl
1455            ! pod/perlfaq3.pod
1456 ____________________________________________________________________________
1457 [  9592] By: gsar                                  on 2001/04/06  14:45:18
1458         Log: integrate change#9477 from mainline (base.pm doc tweak)
1459              
1460              missing doc entry for fmod()
1461      Branch: maint-5.6/perl
1462            ! lib/Math/BigFloat.pm
1463           !> lib/base.pm
1464 ____________________________________________________________________________
1465 [  9591] By: jhi                                   on 2001/04/06  13:55:48
1466         Log: Regen toc.
1467      Branch: perl
1468            ! pod/perltoc.pod
1469 ____________________________________________________________________________
1470 [  9590] By: jhi                                   on 2001/04/06  13:54:52
1471         Log: Math::BigFloat patches from John Peacock.  The equivalent
1472              of #9586 from maintperl but reworked by John to work with
1473              the bleadperl.
1474      Branch: perl
1475            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1476 ____________________________________________________________________________
1477 [  9589] By: jhi                                   on 2001/04/06  13:42:23
1478         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
1479      Branch: perl
1480            ! ext/Digest/MD5/Makefile.PL
1481 ____________________________________________________________________________
1482 [  9588] By: jhi                                   on 2001/04/06  13:31:45
1483         Log: Integrate changes #9584,9587 from maintperl into mainline.
1484              
1485              keep eval"" CVs alive until the end of the statement in which
1486              they're called
1487              
1488              add README.macos (from Chris Nandor)
1489              
1490              tyop in change#9555
1491      Branch: perl
1492           +> README.macos
1493           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
1494           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
1495           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
1496           !> win32/makefile.mk
1497 ____________________________________________________________________________
1498 [  9587] By: gsar                                  on 2001/04/06  07:31:30
1499         Log: add README.macos (from Chris Nandor)
1500              
1501              tyop in change#9555
1502      Branch: maint-5.6/perl
1503            + README.macos
1504            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
1505            ! win32/Makefile win32/makefile.mk
1506 ____________________________________________________________________________
1507 [  9586] By: gsar                                  on 2001/04/06  07:08:54
1508         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
1509      Branch: maint-5.6/perl
1510            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
1511 ____________________________________________________________________________
1512 [  9585] By: gsar                                  on 2001/04/06  06:58:44
1513         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
1514              from mainline
1515              
1516              Subject: [PATCH] Base64 update to perlfaq9.pod
1517              
1518              Subject: [PATCH AUTHORS] Housekeeping
1519              
1520              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1521              Mac OS X (Darwin) has extra pwent fields.
1522              
1523              Subject: [PATCH B::*] print control-character vars readably
1524              Needs EBCDICification.
1525              
1526              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1527              
1528              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1529              
1530              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1531              
1532              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1533              
1534              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1535              
1536              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1537              
1538              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1539              
1540              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1541              
1542              FreeBSD hints tweak from Anton Berezin.
1543              
1544              Subject: [PATCH foolperl & bleadperl] README.vms update
1545              
1546              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1547      Branch: maint-5.6/perl
1548           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
1549           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1550           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
1551 ____________________________________________________________________________
1552 [  9584] By: gsar                                  on 2001/04/06  04:09:00
1553         Log: keep eval"" CVs alive until the end of the statement in which
1554              they're called; this avoids a coredump ensuing from search for
1555              lexicals in code such as:
1556              
1557              sub bug {
1558              my $s = @_;
1559              eval q[sub { eval 'sub { &$s }' }];
1560              }
1561              bug("x")->()->();
1562              
1563              this code still doesn't work as intended (as it has remained
1564              since time immemorial), but it doesn't provoke a coredump anymore
1565      Branch: maint-5.6/perl
1566            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
1567            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
1568 ____________________________________________________________________________
1569 [  9583] By: jhi                                   on 2001/04/05  23:52:51
1570         Log: Update Changes.
1571      Branch: perl
1572            ! Changes patchlevel.h
1573 ____________________________________________________________________________
1574 [  9582] By: jhi                                   on 2001/04/05  23:11:23
1575         Log: Slight doc tweak.
1576      Branch: perl
1577            ! pod/perlunicode.pod
1578 ____________________________________________________________________________
1579 [  9581] By: jhi                                   on 2001/04/05  23:04:11
1580         Log: Integrate perlio.
1581      Branch: perl
1582           !> pod/perlunicode.pod
1583 ____________________________________________________________________________
1584 [  9580] By: jhi                                   on 2001/04/05  23:03:29
1585         Log: Test for #9579.
1586      Branch: perl
1587            ! t/op/do.t
1588 ____________________________________________________________________________
1589 [  9579] By: jhi                                   on 2001/04/05  22:54:17
1590         Log: Subject: [PATCH] Propagate calling context for do '...'
1591              From: Gisle Aas <gisle@ActiveState.com>
1592              Date: 04 Apr 2001 20:17:29 -0700
1593              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
1594      Branch: perl
1595            ! pod/perlfunc.pod pp_ctl.c
1596 ____________________________________________________________________________
1597 [  9578] By: jhi                                   on 2001/04/05  22:52:51
1598         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
1599              From: Peter Prymmer <pvhp@forte.com>
1600              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
1601              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
1602      Branch: perl
1603            ! README.vms
1604 ____________________________________________________________________________
1605 [  9577] By: jhi                                   on 2001/04/05  22:48:22
1606         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
1607              From: "Craig A. Berry" <craigberry@mac.com>
1608              Date: Thu, 5 Apr 2001 13:43:28 -0500
1609              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
1610      Branch: perl
1611            ! README.vms
1612 ____________________________________________________________________________
1613 [  9576] By: jhi                                   on 2001/04/05  22:31:38
1614         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
1615              From: Michael G Schwern <schwern@pobox.com>
1616              Date: Thu, 5 Apr 2001 21:53:21 +0100
1617              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
1618      Branch: perl
1619            ! lib/base.pm t/lib/fields.t
1620 ____________________________________________________________________________
1621 [  9575] By: jhi                                   on 2001/04/05  22:26:10
1622         Log: FreeBSD hints tweak from Anton Berezin.
1623      Branch: perl
1624            ! hints/freebsd.sh
1625 ____________________________________________________________________________
1626 [  9574] By: jhi                                   on 2001/04/05  22:24:03
1627         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
1628              From: David Dyck <dcd@tc.fluke.com>
1629              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
1630              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
1631      Branch: perl
1632            ! t/op/oct.t
1633 ____________________________________________________________________________
1634 [  9573] By: jhi                                   on 2001/04/05  22:23:06
1635         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
1636              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
1637              From: David Dyck <dcd@tc.fluke.com>
1638              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
1639      Branch: perl
1640            ! pp.c
1641 ____________________________________________________________________________
1642 [  9572] By: jhi                                   on 2001/04/05  22:14:47
1643         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
1644              From: Robin Houston <robin@kitsite.com>
1645              Date: Thu, 5 Apr 2001 20:56:48 +0100
1646              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
1647      Branch: perl
1648            ! ext/B/B/Deparse.pm
1649 ____________________________________________________________________________
1650 [  9571] By: jhi                                   on 2001/04/05  22:12:53
1651         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
1652              From: Robin Houston <robin@kitsite.com>
1653              Date: Thu, 5 Apr 2001 19:55:51 +0100
1654              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
1655      Branch: perl
1656            ! ext/B/B/Deparse.pm
1657 ____________________________________________________________________________
1658 [  9570] By: jhi                                   on 2001/04/05  22:11:06
1659         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
1660              From: Robin Houston <robin@kitsite.com>
1661              Date: Thu, 5 Apr 2001 20:16:29 +0100
1662              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
1663      Branch: perl
1664            ! ext/B/B/Deparse.pm
1665 ____________________________________________________________________________
1666 [  9569] By: nick                                  on 2001/04/05  21:32:26
1667         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
1668      Branch: perlio
1669            ! pod/perlunicode.pod
1670 ____________________________________________________________________________
1671 [  9568] By: nick                                  on 2001/04/05  19:38:09
1672         Log: Integrate mainline
1673      Branch: perlio
1674           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
1675           !> (integrate 35 files)
1676 ____________________________________________________________________________
1677 [  9567] By: jhi                                   on 2001/04/05  18:31:45
1678         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
1679              From: Robin Houston <robin@kitsite.com>
1680              Date: Thu, 5 Apr 2001 18:03:23 +0100
1681              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
1682      Branch: perl
1683            ! ext/B/B/Deparse.pm
1684 ____________________________________________________________________________
1685 [  9566] By: jhi                                   on 2001/04/05  18:29:35
1686         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
1687              From: Robin Houston <robin@kitsite.com>
1688              Date: Thu, 5 Apr 2001 16:45:18 +0100
1689              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
1690      Branch: perl
1691            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
1692 ____________________________________________________________________________
1693 [  9565] By: jhi                                   on 2001/04/05  18:24:23
1694         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
1695              From: Robin Houston <robin@kitsite.com>
1696              Date: Thu, 5 Apr 2001 14:50:09 +0100
1697              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
1698      Branch: perl
1699            ! ext/B/B/Deparse.pm
1700 ____________________________________________________________________________
1701 [  9564] By: jhi                                   on 2001/04/05  18:23:03
1702         Log: Subject: [PATCH B::*] print control-character vars readably
1703              From: Robin Houston <robin@kitsite.com>
1704              Date: Thu, 5 Apr 2001 14:27:38 +0100
1705              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
1706              
1707              Needs EBCDICification.
1708      Branch: perl
1709            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
1710            ! ext/B/B/Terse.pm
1711 ____________________________________________________________________________
1712 [  9563] By: jhi                                   on 2001/04/05  18:20:32
1713         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
1714              Date: Thu, 5 Apr 2001 13:21:42 -0400
1715              From: Paul Schinder <schinder@pobox.com>
1716              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
1717              
1718              Mac OS X (Darwin) has extra pwent fields.
1719      Branch: perl
1720            ! t/op/pwent.t
1721 ____________________________________________________________________________
1722 [  9562] By: jhi                                   on 2001/04/05  17:57:51
1723         Log: Regen toc.
1724      Branch: perl
1725            ! pod/perltoc.pod
1726 ____________________________________________________________________________
1727 [  9561] By: jhi                                   on 2001/04/05  17:47:33
1728         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
1729      Branch: metaconfig
1730            ! U/Glossary.patch
1731      Branch: metaconfig/U/perl
1732            + d_u32align.U
1733            ! d_cmsghdr_s.U d_msghdr_s.U
1734 ____________________________________________________________________________
1735 [  9560] By: jhi                                   on 2001/04/05  17:47:01
1736         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
1737              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
1738              Introduce probes for struct msghdr, struct cmsghdr,
1739              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
1740              ualarm, usleep, for possible later extension work.
1741      Branch: perl
1742            + t/lib/md5-align.t
1743            ! Configure MANIFEST Porting/Glossary Porting/config.sh
1744            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1745            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
1746            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1747            ! vos/config.ga.h win32/config.bc win32/config.gc
1748            ! win32/config.vc
1749 ____________________________________________________________________________
1750 [  9559] By: jhi                                   on 2001/04/05  13:03:04
1751         Log: Be traditional in your cpp (for the Errno extension).
1752      Branch: perl
1753            ! hints/darwin.sh
1754 ____________________________________________________________________________
1755 [  9558] By: jhi                                   on 2001/04/05  13:00:05
1756         Log: Add $Config{cppflags} to the gcc incantation.
1757      Branch: perl
1758            ! ext/Errno/Errno_pm.PL
1759 ____________________________________________________________________________
1760 [  9557] By: jhi                                   on 2001/04/05  04:22:39
1761         Log: Introduce Sean Burke's Class::ISA 0.32.
1762      Branch: perl
1763            + lib/Class/ISA.pm t/lib/class-isa.t
1764            ! MANIFEST
1765 ____________________________________________________________________________
1766 [  9556] By: jhi                                   on 2001/04/05  04:09:50
1767         Log: Subject: [PATCH AUTHORS] Housekeeping
1768              From: Paul Johnson <paul@pjcj.net> 
1769              Date: Wed, 4 Apr 2001 22:45:47 +0200
1770              Message-ID: <20010404224547.D9548@pjcj.net>
1771      Branch: perl
1772            ! AUTHORS
1773 ____________________________________________________________________________
1774 [  9555] By: jhi                                   on 2001/04/05  04:06:33
1775         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
1776              From: Gisle Aas <gisle@ActiveState.com>
1777              Date: 04 Apr 2001 14:23:04 -0700
1778              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
1779      Branch: perl
1780            ! pod/perlfaq9.pod
1781 ____________________________________________________________________________
1782 [  9554] By: jhi                                   on 2001/04/05  04:05:49
1783         Log: Downgrade also the "Wide character" diagnostic.
1784      Branch: perl
1785            ! pod/perldiag.pod
1786 ____________________________________________________________________________
1787 [  9553] By: jhi                                   on 2001/04/05  04:00:33
1788         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
1789              maintperl into mainline.
1790              
1791              "double" should be "NV"; standard typemap is missing entry
1792              for NV
1793              
1794              s/djSP/dSP/
1795              
1796              Downgrade "Wide character in print" to a warning.
1797              
1798              B::Deparse fix for ${^FOO} and documentation for PVX() method
1799              (from Robin Houston)
1800              
1801              tr/// doesn't null-terminate the result in some situations
1802              (from Gisle Aas)
1803      Branch: perl
1804           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
1805           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
1806           !> t/io/utf8.t t/op/tr.t
1807 ____________________________________________________________________________
1808 [  9552] By: jhi                                   on 2001/04/05  03:52:50
1809         Log: Retract changes #9542 and #9538 (from maintperl, integrated
1810              at #9540), shouldn't be needed because of the perlio changes.
1811      Branch: perl
1812            ! util.c
1813 ____________________________________________________________________________
1814 [  9551] By: gsar                                  on 2001/04/05  00:18:34
1815         Log: tr/// doesn't null-terminate the result in some situations
1816              (from Gisle Aas)
1817      Branch: maint-5.6/perl
1818            ! doop.c t/op/tr.t
1819 ____________________________________________________________________________
1820 [  9550] By: gsar                                  on 2001/04/04  20:04:17
1821         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
1822              (from Robin Houston)
1823      Branch: maint-5.6/perl
1824            ! ext/B/B.pm ext/B/B/Deparse.pm
1825 ____________________________________________________________________________
1826 [  9549] By: nick                                  on 2001/04/04  18:56:15
1827         Log: Downgrade "Wide character in print" to a warning.
1828      Branch: perlio
1829            ! doio.c t/io/utf8.t
1830 ____________________________________________________________________________
1831 [  9548] By: gsar                                  on 2001/04/04  18:51:49
1832         Log: integrate changes#9460,9462,9482,9521,9522
1833              
1834              Subject: PATCH: B::Debug should show LOOP-specific fields
1835              
1836              Subject: B::Deparse precedence bug. (Patch included.)
1837              
1838              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
1839              
1840              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
1841              
1842              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
1843      Branch: maint-5.6/perl
1844           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
1845           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
1846 ____________________________________________________________________________
1847 [  9547] By: gsar                                  on 2001/04/04  18:49:16
1848         Log: s/djSP/dSP/
1849      Branch: maint-5.6/perl
1850            ! ext/Thread/Thread.xs
1851 ____________________________________________________________________________
1852 [  9546] By: nick                                  on 2001/04/04  18:44:00
1853         Log: Integrate mainline.
1854      Branch: perlio
1855           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
1856           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
1857 ____________________________________________________________________________
1858 [  9545] By: gsar                                  on 2001/04/04  18:38:52
1859         Log: integrate change#8837 from mainline
1860              
1861              Subject: [patch] -Wall cleanup round 2
1862      Branch: maint-5.6/perl
1863           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
1864           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
1865           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
1866           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
1867           !> ext/SDBM_File/SDBM_File.xs
1868 ____________________________________________________________________________
1869 [  9544] By: gsar                                  on 2001/04/04  17:49:57
1870         Log: "double" should be "NV"; standard typemap is missing entry
1871              for NV
1872      Branch: maint-5.6/perl
1873            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
1874 ____________________________________________________________________________
1875 [  9543] By: jhi                                   on 2001/04/04  14:13:18
1876         Log: Thou shalt not (just) match for English error messages.
1877      Branch: perl
1878            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
1879            ! os2/OS2/Process/Process.pm
1880 ____________________________________________________________________________
1881 [  9542] By: jhi                                   on 2001/04/04  13:20:39
1882         Log: Make the stdio tricks of fflush_all() to exist only if
1883              stdio is being used.
1884      Branch: perl
1885            ! util.c
1886 ____________________________________________________________________________
1887 [  9541] By: jhi                                   on 2001/04/04  04:20:24
1888         Log: Subject: Re: [PATCH] Lighten up glob
1889              From: Benjamin Sugars <bsugars@canoe.ca>
1890              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
1891              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
1892      Branch: perl
1893            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
1894            ! util.c
1895 ____________________________________________________________________________
1896 [  9540] By: jhi                                   on 2001/04/04  04:03:57
1897         Log: Integrate changes #9538,9539 from maintperl into mainline.
1898              
1899              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1900              for use with _fwalk() (fix for change#7705)
1901              
1902              another tweak needed for SunOS 4.1.x build (from Mike Guy)
1903              (cp -f is not portable)
1904      Branch: perl
1905           !> Makefile.SH util.c
1906 ____________________________________________________________________________
1907 [  9539] By: gsar                                  on 2001/04/04  03:01:14
1908         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
1909      Branch: maint-5.6/perl
1910            ! Makefile.SH
1911 ____________________________________________________________________________
1912 [  9538] By: gsar                                  on 2001/04/04  01:00:38
1913         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
1914              for use with _fwalk() (fix for change#7705)
1915      Branch: maint-5.6/perl
1916            ! util.c
1917 ____________________________________________________________________________
1918 [  9537] By: nick                                  on 2001/04/03  19:24:55
1919         Log: Integrate mainline
1920      Branch: perlio
1921           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
1922           +> lib/unicode/PropList.html
1923            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
1924           !> (integrate 69 files)
1925 ____________________________________________________________________________
1926 [  9536] By: jhi                                   on 2001/04/03  18:02:31
1927         Log: Integrate change #9533 from maintperl into mainline.
1928              
1929              better fix for change#9517 to accomodate UNC paths like
1930              \\server\share\foo, and paths with trailing backslash
1931              like c:\this\
1932      Branch: perl
1933           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1934 ____________________________________________________________________________
1935 [  9535] By: jhi                                   on 2001/04/03  17:58:07
1936         Log: Change the push/unshift warning to be of class syntax, not misc.
1937      Branch: perl
1938            ! op.c pod/perldiag.pod t/pragma/warn/op
1939 ____________________________________________________________________________
1940 [  9534] By: jhi                                   on 2001/04/03  15:03:46
1941         Log: Change the push/unshift warning (#9532) to talk about "no values"
1942              instead of "no arguments".
1943      Branch: perl
1944            ! op.c pod/perldiag.pod t/pragma/warn/op
1945 ____________________________________________________________________________
1946 [  9533] By: gsar                                  on 2001/04/03  14:30:07
1947         Log: better fix for change#9517 to accomodate UNC paths like
1948              \\server\share\foo, and paths with trailing backslash
1949              like c:\this\
1950      Branch: maint-5.6/perl
1951            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
1952 ____________________________________________________________________________
1953 [  9532] By: jhi                                   on 2001/04/03  13:11:46
1954         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
1955              From: Robin Houston <robin@kitsite.com>
1956              Date: Mon, 2 Apr 2001 15:03:29 +0100
1957              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
1958      Branch: perl
1959            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
1960 ____________________________________________________________________________
1961 [  9531] By: jhi                                   on 2001/04/03  13:06:34
1962         Log: Integrate change #9530 from maintperl into mainline.
1963              
1964              accomodate VMS "mailbox overflow" quirk in testsuite (from
1965              Craig Berry)
1966      Branch: perl
1967           !> t/lib/socket.t
1968 ____________________________________________________________________________
1969 [  9530] By: gsar                                  on 2001/04/03  04:56:41
1970         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
1971              Craig Berry)
1972      Branch: maint-5.6/perl
1973            ! t/lib/socket.t
1974 ____________________________________________________________________________
1975 [  9529] By: jhi                                   on 2001/04/03  02:34:34
1976         Log: Update Changes.
1977      Branch: perl
1978            ! Changes patchlevel.h
1979 ____________________________________________________________________________
1980 [  9528] By: jhi                                   on 2001/04/03  01:27:57
1981         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
1982              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
1983              To: perl5-porters@perl.org
1984              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
1985      Branch: perl
1986            ! pod/perlfaq3.pod
1987 ____________________________________________________________________________
1988 [  9527] By: jhi                                   on 2001/04/03  01:22:09
1989         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
1990              From: Peter Prymmer <pvhp@forte.com>
1991              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
1992              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
1993      Branch: perl
1994            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
1995 ____________________________________________________________________________
1996 [  9526] By: jhi                                   on 2001/04/03  01:18:25
1997         Log: The metaconfig unit changes for #9525.
1998      Branch: metaconfig
1999            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
2000      Branch: metaconfig/U/perl
2001            ! use64bits.U
2002 ____________________________________________________________________________
2003 [  9525] By: jhi                                   on 2001/04/03  01:17:30
2004         Log: Configure sanity checks:
2005              * if use64bitall is attempted but pointers are only 32-bit,
2006              'downgrade' to use64bitint
2007              * if use64bitint is attempted but there's no quad type,
2008              forget about use64bitint (well, the default for it is 'n',
2009              the user can still override this)
2010              * if pointers are 64 bits, do not try to use Perl's malloc
2011      Branch: perl
2012            ! Configure
2013 ____________________________________________________________________________
2014 [  9524] By: gsar                                  on 2001/04/03  01:09:12
2015         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
2016      Branch: maint-5.6/perl
2017            ! pp_sys.c
2018 ____________________________________________________________________________
2019 [  9523] By: jhi                                   on 2001/04/03  00:02:31
2020         Log: (Retracted by #9609)
2021              
2022              Make it harder for parallel makes to enter 'test' before
2023              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
2024              should be unhappy enough, but sometimes parallel makes seem
2025              to sneak past both in Tru64 and AIX.)
2026      Branch: perl
2027            ! Makefile.SH
2028 ____________________________________________________________________________
2029 [  9522] By: jhi                                   on 2001/04/02  22:35:31
2030         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
2031              Date: Mon, 2 Apr 2001 22:54:10 +0100
2032              From: Robin Houston <robin@kitsite.com>
2033              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
2034      Branch: perl
2035            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
2036 ____________________________________________________________________________
2037 [  9521] By: jhi                                   on 2001/04/02  22:32:23
2038         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
2039              From: Robin Houston <robin@kitsite.com>
2040              Date: Mon, 2 Apr 2001 20:24:03 +0100
2041              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
2042      Branch: perl
2043            ! ext/B/B/Concise.pm
2044 ____________________________________________________________________________
2045 [  9520] By: jhi                                   on 2001/04/02  22:30:43
2046         Log: Subject: [PATCH] REALLY pedantic hv.h nit
2047              From: Simon Cozens <simon@netthink.co.uk>
2048              Date: Mon, 2 Apr 2001 15:43:06 +0100
2049              Message-ID: <20010402154306.A21711@netthink.co.uk>
2050      Branch: perl
2051            ! hv.h
2052 ____________________________________________________________________________
2053 [  9519] By: jhi                                   on 2001/04/02  22:28:04
2054         Log: Based on
2055              
2056              Subject: [foolperl] EPOC fix
2057              From: Olaf Flebbe <O.Flebbe@science-computing.de>
2058              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
2059              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
2060      Branch: perl
2061            ! pp_sys.c
2062 ____________________________________________________________________________
2063 [  9518] By: jhi                                   on 2001/04/02  22:22:34
2064         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
2065              
2066              README.win32 tweaks; add a note about alternative location for
2067              getting a gcc-2.95.2 that will build perl properly on windows
2068              
2069              add some notes about gutsy threading matters
2070              
2071              many of the utilities interpolate literal paths within doublequotes
2072              (fails on dosish platforms where path contains backslashes)
2073      Branch: perl
2074           !> README.win32 pod/perlguts.pod utils/perldoc.PL
2075           !> x2p/find2perl.PL x2p/s2p.PL
2076 ____________________________________________________________________________
2077 [  9517] By: gsar                                  on 2001/04/02  19:52:21
2078         Log: many of the utilities interpolate literal paths within doublequotes
2079              (fails on dosish platforms where path contains backslashes)
2080      Branch: maint-5.6/perl
2081            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
2082 ____________________________________________________________________________
2083 [  9516] By: gsar                                  on 2001/04/02  05:49:37
2084         Log: a foolish release
2085      Branch: maint-5.6/perl
2086            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
2087            ! pod/perltoc.pod
2088 ____________________________________________________________________________
2089 [  9515] By: gsar                                  on 2001/04/02  05:04:29
2090         Log: add missing changelog summaries
2091      Branch: maint-5.6/perl
2092            ! Changes
2093 ____________________________________________________________________________
2094 [  9514] By: gsar                                  on 2001/04/02  04:07:13
2095         Log: add some notes about gutsy threading matters
2096      Branch: maint-5.6/perl
2097            ! pod/perlguts.pod
2098 ____________________________________________________________________________
2099 [  9513] By: gsar                                  on 2001/04/02  03:25:21
2100         Log: add more prominent caveat notices about experimental features
2101      Branch: maint-5.6/perl
2102            ! pod/perlfork.pod pod/perlunicode.pod
2103 ____________________________________________________________________________
2104 [  9512] By: gsar                                  on 2001/04/02  02:54:33
2105         Log: integrate changes#9479,9509 from mainline
2106              
2107              [PATCH] File::Glob stuff for Mac OS
2108              
2109              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2110      Branch: maint-5.6/perl
2111           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2112           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2113           !> t/lib/glob-taint.t
2114 ____________________________________________________________________________
2115 [  9511] By: gsar                                  on 2001/04/02  02:38:24
2116         Log: README.win32 tweaks; add a note about alternative location for
2117              getting a gcc-2.95.2 that will build perl properly on windows
2118      Branch: maint-5.6/perl
2119            ! README.win32
2120 ____________________________________________________________________________
2121 [  9510] By: jhi                                   on 2001/04/01  20:45:10
2122         Log: An ambiguosity warning.
2123      Branch: perl
2124            ! t/lib/trig.t
2125 ____________________________________________________________________________
2126 [  9509] By: jhi                                   on 2001/04/01  19:53:47
2127         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
2128              From: Jonathan Stowe <gellyfish@gellyfish.com>
2129              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
2130              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
2131      Branch: perl
2132            ! ext/File/Glob/bsd_glob.c
2133 ____________________________________________________________________________
2134 [  9508] By: jhi                                   on 2001/04/01  19:35:03
2135         Log: Update Changes.
2136      Branch: perl
2137            ! Changes patchlevel.h
2138 ____________________________________________________________________________
2139 [  9507] By: jhi                                   on 2001/04/01  19:24:01
2140         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
2141              from mainline to maintperl: pod tweaks.
2142      Branch: maint-5.6/perl
2143           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
2144           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
2145           !> pod/perlvar.pod
2146 ____________________________________________________________________________
2147 [  9506] By: jhi                                   on 2001/04/01  19:11:53
2148         Log: Commit Sarathy to April release of 5.6.1 :-)
2149      Branch: perl
2150            ! pod/perlfaq1.pod
2151 ____________________________________________________________________________
2152 [  9505] By: jhi                                   on 2001/04/01  19:03:15
2153         Log: Subject: PATCH 5.6.0 (perldebug.pod)
2154              From: Mark-Jason Dominus <mjd@plover.com>
2155              Date: Sun, 01 Apr 2001 14:25:11 -0400
2156              Message-ID: <20010401182511.9247.qmail@plover.com>
2157      Branch: perl
2158            ! pod/perldebug.pod
2159 ____________________________________________________________________________
2160 [  9504] By: jhi                                   on 2001/04/01  18:43:09
2161         Log: Add great_circle_direction().
2162      Branch: perl
2163            ! lib/Math/Trig.pm t/lib/trig.t
2164 ____________________________________________________________________________
2165 [  9503] By: jhi                                   on 2001/04/01  17:29:12
2166         Log: Unicode ReadMe update for Unicode 3.1.
2167      Branch: perl
2168            ! lib/unicode/ReadMe.txt
2169 ____________________________________________________________________________
2170 [  9502] By: jhi                                   on 2001/04/01  17:18:40
2171         Log: Integrate change #9501 from maintperl into mainline.
2172              
2173              fix the perlembed notes on multiple interpreters
2174              
2175              fix ExtUtils::Embed to work passably on Windows
2176      Branch: perl
2177           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
2178 ____________________________________________________________________________
2179 [  9501] By: gsar                                  on 2001/04/01  07:21:57
2180         Log: fix the perlembed notes on multiple interpreters
2181              
2182              fix ExtUtils::Embed to work passably on Windows
2183      Branch: maint-5.6/perl
2184            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
2185 ____________________________________________________________________________
2186 [  9500] By: jhi                                   on 2001/04/01  05:58:23
2187         Log: Test for #9499.
2188      Branch: perl
2189            ! t/op/tr.t
2190 ____________________________________________________________________________
2191 [  9499] By: jhi                                   on 2001/04/01  05:55:46
2192         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
2193      Branch: perl
2194            ! embed.h embed.pl op.c proto.h
2195 ____________________________________________________________________________
2196 [  9498] By: jhi                                   on 2001/04/01  05:44:34
2197         Log: Protect the workaround hunk more.
2198      Branch: perl
2199            ! toke.c
2200 ____________________________________________________________________________
2201 [  9497] By: jhi                                   on 2001/04/01  00:24:25
2202         Log: Integrate changes #9493,9494,9495,9496 from maintperl
2203              into mainline.
2204              
2205              fix a broken workaround for Borland compiler in change#4739
2206              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2207              
2208              nits spotted by Borland compiler
2209              
2210              avoid redefinition warnings under Borland 5.02
2211              
2212              various nits identified by the Borland 5.5 compiler; remove suppression
2213              of a few warnings
2214      Branch: perl
2215           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
2216           !> win32/win32.h
2217 ____________________________________________________________________________
2218 [  9496] By: gsar                                  on 2001/03/31  23:22:28
2219         Log: various nits identified by the Borland 5.5 compiler; remove suppression
2220              of a few warnings
2221      Branch: maint-5.6/perl
2222            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
2223 ____________________________________________________________________________
2224 [  9495] By: gsar                                  on 2001/03/31  21:03:08
2225         Log: avoid redefinition warnings under Borland 5.02
2226      Branch: maint-5.6/perl
2227            ! win32/makefile.mk
2228 ____________________________________________________________________________
2229 [  9494] By: gsar                                  on 2001/03/31  20:18:59
2230         Log: nits spotted by Borland compiler
2231      Branch: maint-5.6/perl
2232            ! utf8.h win32/win32.h
2233 ____________________________________________________________________________
2234 [  9493] By: gsar                                  on 2001/03/31  20:18:05
2235         Log: fix a broken workaround for Borland compiler in change#4739
2236              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
2237      Branch: maint-5.6/perl
2238            ! toke.c
2239 ____________________________________________________________________________
2240 [  9492] By: jhi                                   on 2001/03/31  18:36:24
2241         Log: Integrate change #9491 from maintperl into mainline.
2242              
2243              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2244              directory is relative (need to fetch the full path name *before*
2245              the chdir!)
2246      Branch: perl
2247           !> lib/Cwd.pm
2248 ____________________________________________________________________________
2249 [  9491] By: gsar                                  on 2001/03/31  17:01:56
2250         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
2251              directory is relative (need to fetch the full path name *before*
2252              the chdir!)
2253              
2254              this is a followup patch for change#6749
2255      Branch: maint-5.6/perl
2256            ! lib/Cwd.pm
2257 ____________________________________________________________________________
2258 [  9490] By: jhi                                   on 2001/03/31  15:50:18
2259         Log: Subject: Re: [PATCH] av.h cosmetics
2260              From: Simon Cozens <simon@netthink.co.uk>
2261              Date: Sat, 31 Mar 2001 13:09:59 +0100
2262              Message-ID: <20010331130959.A22000@netthink.co.uk>
2263              
2264              Document AvALLOC.
2265      Branch: perl
2266            ! pod/perlguts.pod
2267 ____________________________________________________________________________
2268 [  9489] By: jhi                                   on 2001/03/31  15:48:44
2269         Log: Subject: [PATCH] Re: Math::Big* v1.21
2270              From: Tels <perl_dummy@bloodgate.com>
2271              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
2272              Message-Id: <200103311125.GAA377738@www08.hway.net>
2273      Branch: perl
2274            ! pod/perlop.pod
2275 ____________________________________________________________________________
2276 [  9488] By: jhi                                   on 2001/03/31  03:39:51
2277         Log: Debug output tweak.
2278      Branch: perl
2279            ! t/lib/cwd.t
2280 ____________________________________________________________________________
2281 [  9487] By: jhi                                   on 2001/03/31  03:33:02
2282         Log: OverVMSification.
2283      Branch: perl
2284            ! t/lib/cwd.t
2285 ____________________________________________________________________________
2286 [  9486] By: jhi                                   on 2001/03/31  03:01:40
2287         Log: Missed MANIFESTations in #9483.
2288      Branch: perl
2289            ! MANIFEST
2290 ____________________________________________________________________________
2291 [  9485] By: jhi                                   on 2001/03/31  02:58:17
2292         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
2293              From: Peter Prymmer <pvhp@forte.com>
2294              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
2295              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
2296      Branch: perl
2297            ! regexec.c t/lib/cwd.t
2298 ____________________________________________________________________________
2299 [  9484] By: jhi                                   on 2001/03/31  01:04:41
2300         Log: Obsolete file (see #3938)
2301      Branch: perl
2302            - lib/unicode/README.Ethiopic
2303            ! MANIFEST
2304 ____________________________________________________________________________
2305 [  9483] By: jhi                                   on 2001/03/31  00:52:42
2306         Log: Update to Unicode 3.1.
2307              (Rename Names.txt to NamesList.txt.)
2308      Branch: perl
2309            + lib/unicode/NamesList.txt lib/unicode/PropList.html
2310            - lib/unicode/Names.txt
2311            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
2312            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
2313            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
2314            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
2315            ! lib/unicode/UCD.html lib/unicode/Unicode.html
2316            ! lib/unicode/rename lib/unicode/version
2317 ____________________________________________________________________________
2318 [  9482] By: jhi                                   on 2001/03/30  23:33:44
2319         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
2320              From: Robin Houston <robin@kitsite.com>
2321              Date: Fri, 30 Mar 2001 20:07:22 +0100
2322              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
2323      Branch: perl
2324            ! ext/B/B/Deparse.pm
2325 ____________________________________________________________________________
2326 [  9481] By: jhi                                   on 2001/03/30  23:20:25
2327         Log: Subject: Re: [PATCH] CwdXS, Take 2
2328              From: Benjamin Sugars <bsugars@canoe.ca>
2329              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
2330              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
2331      Branch: perl
2332            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
2333            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
2334 ____________________________________________________________________________
2335 [  9480] By: jhi                                   on 2001/03/30  22:52:38
2336         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
2337              From: David Dyck <dcd@tc.fluke.com>
2338              Date: Fri, 30 Mar 2001 14:44:13 -0800
2339              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
2340              
2341              The t/rantests flags file creation was accidentally
2342              removed by #9217.
2343      Branch: perl
2344            ! Makefile.SH
2345 ____________________________________________________________________________
2346 [  9479] By: jhi                                   on 2001/03/30  22:45:45
2347         Log: Subject: [PATCH] File::Glob stuff for Mac OS
2348              From: Chris Nandor <pudge@pobox.com>
2349              Date: Fri, 30 Mar 2001 16:51:00 -0500
2350              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
2351      Branch: perl
2352            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
2353            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
2354            ! t/lib/glob-taint.t
2355 ____________________________________________________________________________
2356 [  9478] By: jhi                                   on 2001/03/30  22:43:12
2357         Log: Subject: fix for win32/buildext.pl
2358              From: "Vadim Konovalov" <watman@inbox.ru>
2359              Date: Sat, 31 Mar 2001 00:50:36 +0400
2360              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
2361      Branch: perl
2362            ! win32/buildext.pl
2363 ____________________________________________________________________________
2364 [  9477] By: jhi                                   on 2001/03/30  22:41:16
2365         Log: Subject: small base.pm doc patch
2366              From: Leon Brocard <acme@astray.com>
2367              Date: Fri, 30 Mar 2001 21:49:57 +0100
2368              Message-ID: <20010330214957.B8733@ns0.astray.com>
2369      Branch: perl
2370            ! lib/base.pm
2371 ____________________________________________________________________________
2372 [  9476] By: jhi                                   on 2001/03/30  18:16:57
2373         Log: Subject: [PATCH] av.h cosmetics
2374              From: Simon Cozens <simon@netthink.co.uk>
2375              Date: Fri, 30 Mar 2001 18:12:28 +0100
2376              Message-ID: <20010330181228.A9319@netthink.co.uk>
2377      Branch: perl
2378            ! av.h
2379 ____________________________________________________________________________
2380 [  9475] By: jhi                                   on 2001/03/30  18:15:50
2381         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
2382              From: "Philip Newton" <pnewton@gmx.de>
2383              Date: Fri, 30 Mar 2001 19:06:57 +0200
2384              Message-ID: <3AC4D951.14815.1AC7068@localhost>
2385      Branch: perl
2386            ! pod/perlhack.pod
2387 ____________________________________________________________________________
2388 [  9474] By: jhi                                   on 2001/03/30  18:14:02
2389         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
2390              From: Benjamin Sugars <bsugars@canoe.ca>
2391              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
2392              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
2393      Branch: perl
2394            ! t/lib/glob-basic.t
2395 ____________________________________________________________________________
2396 [  9473] By: jhi                                   on 2001/03/30  16:09:24
2397         Log: Update Changes.
2398      Branch: perl
2399            ! Changes patchlevel.h
2400 ____________________________________________________________________________
2401 [  9472] By: jhi                                   on 2001/03/30  15:16:08
2402         Log: Integrate perlio.
2403      Branch: perl
2404           !> t/lib/cwd.t t/lib/glob-basic.t
2405 ____________________________________________________________________________
2406 [  9471] By: nick                                  on 2001/03/30  14:47:10
2407         Log: Should be (^O eq 'MSWin32') not 'Win32'
2408              Fail #12 seems real - chdir is in wrong dir.
2409      Branch: perlio
2410            ! t/lib/cwd.t
2411 ____________________________________________________________________________
2412 [  9470] By: jhi                                   on 2001/03/30  14:41:11
2413         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
2414              From: Radu Greab <radu@netsoft.ro>
2415              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
2416              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
2417              
2418              Replace #9352.
2419      Branch: perl
2420            ! ext/Socket/Socket.xs pp_sys.c
2421 ____________________________________________________________________________
2422 [  9469] By: jhi                                   on 2001/03/30  14:37:51
2423         Log: Subject: PATCH pod/perldiag.pod
2424              From: Robin Houston <robin@kitsite.com>
2425              Date: Fri, 30 Mar 2001 14:10:36 +0100
2426              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
2427      Branch: perl
2428            ! pod/perldiag.pod t/lib/glob-basic.t
2429 ____________________________________________________________________________
2430 [  9468] By: jhi                                   on 2001/03/30  14:36:36
2431         Log: Subject: Better diagnostic in io/fs.t
2432              From: andreas.koenig@anima.de (Andreas J. Koenig)
2433              Date: 30 Mar 2001 10:11:43 +0200
2434              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
2435      Branch: perl
2436            ! t/io/fs.t
2437 ____________________________________________________________________________
2438 [  9467] By: nick                                  on 2001/03/30  14:25:43
2439         Log: Skip order test of glob if case-ignoring system cannot 
2440              create a.test and A.test
2441      Branch: perlio
2442            ! t/lib/glob-basic.t
2443 ____________________________________________________________________________
2444 [  9466] By: nick                                  on 2001/03/30  13:03:12
2445         Log: Integrate mainline.
2446      Branch: perlio
2447            - ext/re/hints/aix.pl
2448           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
2449           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
2450           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
2451           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
2452 ____________________________________________________________________________
2453 [  9465] By: jhi                                   on 2001/03/30  03:53:37
2454         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
2455              the tests sometimes hang, sometimes not.)
2456      Branch: perl
2457            ! t/lib/io_multihomed.t t/lib/io_sock.t
2458 ____________________________________________________________________________
2459 [  9464] By: jhi                                   on 2001/03/30  02:56:04
2460         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
2461              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
2462              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
2463              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
2464      Branch: perl
2465            ! op.c
2466 ____________________________________________________________________________
2467 [  9463] By: jhi                                   on 2001/03/30  02:34:48
2468         Log: Test for #9462.
2469      Branch: perl
2470            ! t/lib/b.t
2471 ____________________________________________________________________________
2472 [  9462] By: jhi                                   on 2001/03/30  02:29:37
2473         Log: Subject: B::Deparse precedence bug. (Patch included.)
2474              From: Jeremy Madea <jmadea@inktomi.com>
2475              Date: Thu, 29 Mar 2001 12:05:02 -0800
2476              Message-ID: <20010329120502.A24881@dr.inktomi.com>
2477      Branch: perl
2478            ! ext/B/B/Deparse.pm
2479 ____________________________________________________________________________
2480 [  9461] By: jhi                                   on 2001/03/30  02:18:41
2481         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2482              From: Peter Prymmer <pvhp@forte.com>
2483              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
2484              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
2485      Branch: perl
2486            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
2487            ! t/lib/md5-file.t
2488 ____________________________________________________________________________
2489 [  9460] By: jhi                                   on 2001/03/30  02:17:07
2490         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
2491              From: Robin Houston <robin@kitsite.com>
2492              Date: Thu, 29 Mar 2001 20:47:56 +0100
2493              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
2494      Branch: perl
2495            ! ext/B/B/Debug.pm
2496 ____________________________________________________________________________
2497 [  9459] By: jhi                                   on 2001/03/30  02:16:05
2498         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
2499              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
2500              Date: Wed, 28 Mar 2001 18:02:20 -0600
2501              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
2502      Branch: perl
2503            ! lib/ExtUtils/MM_VMS.pm
2504 ____________________________________________________________________________
2505 [  9458] By: jhi                                   on 2001/03/30  02:07:58
2506         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
2507              From: "Joshua E. Rodd" <jrodd@pbs.org>
2508              Date: Wed, 28 Mar 2001 17:29:12 -0500
2509              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
2510      Branch: perl
2511            ! pod/perlop.pod
2512 ____________________________________________________________________________
2513 [  9457] By: jhi                                   on 2001/03/30  02:04:33
2514         Log: Subject: ext/re/aix.pl can go
2515              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2516              Date: Thu, 29 Mar 2001 12:03:28 +0200
2517              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
2518      Branch: perl
2519            - ext/re/hints/aix.pl
2520            ! MANIFEST
2521 ____________________________________________________________________________
2522 [  9456] By: jhi                                   on 2001/03/30  02:03:32
2523         Log: Integrate perlio.
2524      Branch: perl
2525           !> ext/Encode/Encode.xs installperl
2526 ____________________________________________________________________________
2527 [  9455] By: nick                                  on 2001/03/29  21:11:46
2528         Log: DLL name has changed so installperl needs to know
2529              (Why isn't it working it out or passed it?)
2530      Branch: perlio
2531            ! installperl
2532 ____________________________________________________________________________
2533 [  9454] By: nick                                  on 2001/03/29  20:56:12
2534         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
2535              and we don't get undef warnings.
2536      Branch: perlio
2537            ! ext/Encode/Encode.xs
2538 ____________________________________________________________________________
2539 [  9453] By: nick                                  on 2001/03/29  17:58:48
2540         Log: Integrate mainline
2541      Branch: perlio
2542           !> Changes patchlevel.h
2543 ____________________________________________________________________________
2544 [  9452] By: jhi                                   on 2001/03/29  16:44:55
2545         Log: Update Changes.
2546      Branch: perl
2547            ! Changes patchlevel.h
2548 ____________________________________________________________________________
2549 [  9451] By: nick                                  on 2001/03/29  16:31:38
2550         Log: Integrate mainline
2551      Branch: perlio
2552           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
2553           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
2554           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
2555           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
2556           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
2557 ____________________________________________________________________________
2558 [  9450] By: jhi                                   on 2001/03/29  16:29:17
2559         Log: Integrate perlio.
2560      Branch: perl
2561           !> win32/buildext.pl
2562 ____________________________________________________________________________
2563 [  9449] By: jhi                                   on 2001/03/29  15:50:01
2564         Log: Update Changes.
2565      Branch: perl
2566            ! Changes patchlevel.h
2567 ____________________________________________________________________________
2568 [  9448] By: nick                                  on 2001/03/29  15:47:15
2569         Log: Make sure buildext.pl finds Errno.pm
2570      Branch: perlio
2571            ! win32/buildext.pl
2572 ____________________________________________________________________________
2573 [  9447] By: jhi                                   on 2001/03/29  15:39:34
2574         Log: Integrate perlio.
2575      Branch: perl
2576           !> win32/makefile.mk
2577 ____________________________________________________________________________
2578 [  9446] By: nick                                  on 2001/03/29  15:30:03
2579         Log: Integrate win32/makefile.mk with mainline.
2580      Branch: perlio
2581           !> win32/makefile.mk
2582 ____________________________________________________________________________
2583 [  9445] By: nick                                  on 2001/03/29  15:27:32
2584         Log: Fix breakage ... 
2585      Branch: perlio
2586            ! win32/makefile.mk
2587 ____________________________________________________________________________
2588 [  9444] By: jhi                                   on 2001/03/29  15:03:08
2589         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2590              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
2591              Date: Thu, 29 Mar 2001 10:32:59 +0400
2592              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
2593      Branch: perl
2594            ! win32/makefile.mk
2595 ____________________________________________________________________________
2596 [  9443] By: jhi                                   on 2001/03/29  15:02:12
2597         Log: Integrate perlio.
2598      Branch: perl
2599           +> win32/buildext.pl
2600           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
2601           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
2602 ____________________________________________________________________________
2603 [  9442] By: nick                                  on 2001/03/29  14:59:11
2604         Log: Work in progress - determine win32 extensions to build via script.
2605      Branch: perlio
2606            + win32/buildext.pl
2607            ! MANIFEST win32/makefile.mk
2608 ____________________________________________________________________________
2609 [  9441] By: jhi                                   on 2001/03/29  14:51:47
2610         Log: Reintroduce the use of external pwd.
2611      Branch: perl
2612            ! t/lib/cwd.t
2613 ____________________________________________________________________________
2614 [  9440] By: jhi                                   on 2001/03/29  14:42:58
2615         Log: use warnings instead of -w.
2616      Branch: perl
2617            ! utils/h2xs.PL
2618 ____________________________________________________________________________
2619 [  9439] By: jhi                                   on 2001/03/29  14:41:52
2620         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
2621              From: Jonathan Stowe <gellyfish@gellyfish.com>
2622              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
2623              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
2624      Branch: perl
2625            ! utils/h2xs.PL
2626 ____________________________________________________________________________
2627 [  9438] By: jhi                                   on 2001/03/29  14:39:38
2628         Log: Subject: [PATCH perl@9424] minor pod nits
2629              From: Robin Barker <rmb1@cise.npl.co.uk>
2630              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
2631              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
2632      Branch: perl
2633            ! pod/perlhack.pod pod/perliol.pod
2634 ____________________________________________________________________________
2635 [  9437] By: jhi                                   on 2001/03/29  14:29:16
2636         Log: Subject: [PATCH perl@9424] typemap cast warning
2637              From: Robin Barker <rmb1@cise.npl.co.uk>
2638              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
2639              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
2640      Branch: perl
2641            ! lib/ExtUtils/typemap
2642 ____________________________________________________________________________
2643 [  9436] By: jhi                                   on 2001/03/29  14:26:03
2644         Log: Subject: [PATCH perl@9424] printf warning
2645              From: Robin Barker <rmb1@cise.npl.co.uk>
2646              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
2647              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
2648      Branch: perl
2649            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
2650            ! ext/Storable/Storable.xs toke.c
2651 ____________________________________________________________________________
2652 [  9435] By: nick                                  on 2001/03/29  14:23:31
2653         Log: Win32 has name conflict with ERROR
2654      Branch: perlio
2655            ! ext/PerlIO/Via/Via.xs
2656 ____________________________________________________________________________
2657 [  9434] By: jhi                                   on 2001/03/29  14:17:48
2658         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
2659              From: Peter Prymmer <pvhp@forte.com>
2660              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
2661              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
2662      Branch: perl
2663            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
2664 ____________________________________________________________________________
2665 [  9433] By: jhi                                   on 2001/03/29  13:52:44
2666         Log: test-prep target was missing.
2667      Branch: perl
2668            ! Makefile.SH
2669 ____________________________________________________________________________
2670 [  9432] By: nick                                  on 2001/03/29  12:40:03
2671         Log: Make as-shipped compiler default to MSVC6 
2672      Branch: perlio
2673            ! win32/makefile.mk
2674 ____________________________________________________________________________
2675 [  9431] By: nick                                  on 2001/03/29  12:12:16
2676         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
2677              akin to PerlIO::Scalar.
2678      Branch: perlio
2679            ! perlio.c perlio.h
2680 ____________________________________________________________________________
2681 [  9430] By: nick                                  on 2001/03/29  10:56:35
2682         Log: Integrate mainline.
2683      Branch: perlio
2684           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2685           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2686           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2687           !> win32/makefile.mk win32/win32sck.c
2688 ____________________________________________________________________________
2689 [  9429] By: nick                                  on 2001/03/29  09:03:43
2690         Log: Noticed that two tests were skipped as perlio:: package
2691              isn't there any more. Changed the skip condition.
2692              Avoid core-dump if sv_utf8_upgrade() called on something
2693              that does not become SvPOK after SvPV() (e.g. a ref).
2694      Branch: perlio
2695            ! sv.c t/io/utf8.t t/lib/io_scalar.t
2696 ____________________________________________________________________________
2697 [  9428] By: jhi                                   on 2001/03/29  01:31:47
2698         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
2699              From: Benjamin Sugars <bsugars@canoe.ca> 
2700              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
2701              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
2702      Branch: perl
2703            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
2704            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
2705            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
2706 ____________________________________________________________________________
2707 [  9427] By: jhi                                   on 2001/03/29  00:49:30
2708         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
2709              From: "Vadim Konovalov" <watman@inbox.ru>
2710              Date: Thu, 29 Mar 2001 01:50:12 +0400
2711              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
2712      Branch: perl
2713            ! win32/makefile.mk win32/win32sck.c
2714 ____________________________________________________________________________
2715 [  9426] By: gsar                                  on 2001/03/29  00:28:04
2716         Log: dmake can only handle == and != in comparisons; support building
2717              with Borland's VCL libraries (from Vadim Konovalov)
2718      Branch: maint-5.6/perl
2719            ! win32/makefile.mk
2720 ____________________________________________________________________________
2721 [  9425] By: nick                                  on 2001/03/28  19:29:56
2722         Log: Integrate (@snapshot)
2723      Branch: perlio
2724           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
2725 ____________________________________________________________________________
2726 [  9424] By: jhi                                   on 2001/03/28  19:03:16
2727         Log: Update Changes.
2728      Branch: perl
2729            ! Changes patchlevel.h
2730 ____________________________________________________________________________
2731 [  9423] By: jhi                                   on 2001/03/28  18:52:09
2732         Log: Rmdir lib/XS on cleanup.
2733      Branch: perl
2734            ! Makefile.SH
2735 ____________________________________________________________________________
2736 [  9422] By: jhi                                   on 2001/03/28  18:49:34
2737         Log: Integrate perlio.
2738      Branch: perl
2739           !> t/op/utf8decode.t
2740 ____________________________________________________________________________
2741 [  9421] By: nick                                  on 2001/03/28  18:46:44
2742         Log: Loose duplicate chunk.
2743      Branch: perlio
2744            ! t/op/utf8decode.t
2745 ____________________________________________________________________________
2746 [  9420] By: nick                                  on 2001/03/28  18:44:11
2747         Log: Integrate mainline.
2748      Branch: perlio
2749           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
2750           !> vms/vmsish.h
2751 ____________________________________________________________________________
2752 [  9419] By: jhi                                   on 2001/03/28  18:42:05
2753         Log: Can't trust external pwds
2754              (either shell builtins or external programs)
2755      Branch: perl
2756            ! t/lib/cwd.t
2757 ____________________________________________________________________________
2758 [  9418] By: jhi                                   on 2001/03/28  18:34:05
2759         Log: Integrate perlio.
2760      Branch: perl
2761            - lib/perlio.pm
2762           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2763           !> t/op/utf8decode.t
2764 ____________________________________________________________________________
2765 [  9417] By: nick                                  on 2001/03/28  18:24:02
2766         Log: PerlIO.pm / perlio.pm conflict.
2767              Update some pods.
2768              Make t/op/utf8decode.t a text file.
2769      Branch: perlio
2770            - lib/perlio.pm
2771            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
2772            ! t/op/utf8decode.t
2773 ____________________________________________________________________________
2774 [  9416] By: jhi                                   on 2001/03/28  18:06:07
2775         Log: Integrate change #9409 from mainline to maintperl.
2776              
2777              Yet another tweak on AIX dynaloading.
2778      Branch: maint-5.6/perl
2779           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2780 ____________________________________________________________________________
2781 [  9415] By: gsar                                  on 2001/03/28  17:13:01
2782         Log: integrate changes#9377,9385,9401 from mainline
2783              
2784              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2785              
2786              If directory entries compare equal case-insensitively,
2787              retry case-sensitively.
2788              
2789              Subject: [PATCH] B::Terse and warnings
2790      Branch: maint-5.6/perl
2791           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
2792           !> t/pragma/warn/perl
2793 ____________________________________________________________________________
2794 [  9414] By: jhi                                   on 2001/03/28  17:11:12
2795         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
2796              From: "Craig A. Berry" <craigberry@mac.com>
2797              Date: Wed, 28 Mar 2001 10:55:20 -0600
2798              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
2799      Branch: perl
2800            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
2801 ____________________________________________________________________________
2802 [  9413] By: jhi                                   on 2001/03/28  17:03:12
2803         Log: Dup hunk.
2804      Branch: perl
2805            ! t/op/utf8decode.t
2806 ____________________________________________________________________________
2807 [  9412] By: jhi                                   on 2001/03/28  17:02:36
2808         Log: Forced integrate from perlio.
2809      Branch: perl
2810           !> t/op/utf8decode.t
2811 ____________________________________________________________________________
2812 [  9411] By: nick                                  on 2001/03/28  16:50:03
2813         Log: Integrate mainline.
2814      Branch: perlio
2815           +> t/lib/cwd.t
2816           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2817           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
2818           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
2819           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
2820           !> t/pragma/warn/perl
2821 ____________________________________________________________________________
2822 [  9410] By: jhi                                   on 2001/03/28  16:44:23
2823         Log: Subject: Re: [PATCH] 9403 cannot be tested
2824              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2825              Date: Wed, 28 Mar 2001 18:33:56 +0200
2826              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
2827      Branch: perl
2828            ! makedef.pl
2829 ____________________________________________________________________________
2830 [  9409] By: jhi                                   on 2001/03/28  16:12:45
2831         Log: Yet another tweak on AIX dynaloading.
2832      Branch: perl
2833            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
2834 ____________________________________________________________________________
2835 [  9408] By: jhi                                   on 2001/03/28  15:52:55
2836         Log: Subject: [PATCH] 9403 cannot be tested
2837              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
2838              Date: Wed, 28 Mar 2001 17:23:00 +0200
2839              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
2840              
2841              A missing symbol.
2842      Branch: perl
2843            ! makedef.pl
2844 ____________________________________________________________________________
2845 [  9407] By: jhi                                   on 2001/03/28  15:47:43
2846         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
2847      Branch: perl
2848            ! t/op/utf8decode.t
2849           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2850           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
2851 ____________________________________________________________________________
2852 [  9406] By: jhi                                   on 2001/03/28  15:37:08
2853         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
2854              From: Benjamin Sugars <bsugars@canoe.ca> 
2855              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
2856              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
2857      Branch: perl
2858            + t/lib/cwd.t
2859            ! MANIFEST
2860 ____________________________________________________________________________
2861 [  9405] By: jhi                                   on 2001/03/28  15:13:18
2862         Log: pp_ne() needs a CORRECT boolean.
2863      Branch: perl
2864            ! pp.c
2865 ____________________________________________________________________________
2866 [  9404] By: jhi                                   on 2001/03/28  15:09:23
2867         Log: pp_ne() needs a boolean, not an integer.
2868      Branch: perl
2869            ! pp.c
2870 ____________________________________________________________________________
2871 [  9403] By: jhi                                   on 2001/03/28  14:47:43
2872         Log: (Retracted by #9404.)
2873      Branch: perl
2874            ! pp.c
2875 ____________________________________________________________________________
2876 [  9402] By: jhi                                   on 2001/03/28  14:43:59
2877         Log: Subject: Re: [PATCH] Typemap testing
2878              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
2879              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
2880              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
2881      Branch: perl
2882            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2883            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
2884 ____________________________________________________________________________
2885 [  9401] By: jhi                                   on 2001/03/28  14:42:14
2886         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
2887              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2888              Date: Sun, 25 Mar 2001 21:59:15 +0100
2889              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
2890              
2891              A variable will be checked for the "use once" warnings if:
2892              
2893              1. It is in the scope of a use warnings 'once'
2894              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
2895              
2896              Otherwise it won't be checked at all.
2897              
2898              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
2899              
2900              The enclosed patch partially fixes this issue. What I didn't
2901              get to work was the case where the "used once" warning is enabled
2902              in any file other than the main file.
2903      Branch: perl
2904            ! gv.c t/pragma/warn/perl
2905 ____________________________________________________________________________
2906 [  9400] By: nick                                  on 2001/03/28  14:38:24
2907         Log: More EBCDIC tweaks:
2908              - one more swash issue &~(0xA0-1) did not do the right thing,
2909              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
2910              - add "use re 'asciirange'" to make [!-~] etc. work
2911              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
2912              - Choose a key for t/op/each.t test which gets encoded.
2913              - Skip utf8decode if this is UTF-EBCDIC.
2914      Branch: perlio
2915            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
2916            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
2917 ____________________________________________________________________________
2918 [  9399] By: jhi                                   on 2001/03/28  14:21:00
2919         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
2920              Andreas Schwab.
2921      Branch: perl
2922            ! pp.c
2923 ____________________________________________________________________________
2924 [  9398] By: jhi                                   on 2001/03/28  00:55:56
2925         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
2926              From: David Dyck <dcd@tc.fluke.com>
2927              Date: Tue, 27 Mar 2001 15:16:24 -0800
2928              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
2929      Branch: perl
2930            ! ext/IO/lib/IO/Socket.pm
2931 ____________________________________________________________________________
2932 [  9397] By: jhi                                   on 2001/03/27  21:52:49
2933         Log: Integrate perlio.
2934      Branch: perl
2935           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2936           +> ext/PerlIO/Via/Via.xs
2937           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2938 ____________________________________________________________________________
2939 [  9396] By: nick                                  on 2001/03/27  21:45:13
2940         Log: Integrate mainline.
2941      Branch: perlio
2942           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
2943           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
2944 ____________________________________________________________________________
2945 [  9395] By: nick                                  on 2001/03/27  21:18:58
2946         Log: Outline docs for PerlIO and PerlIO::Scalar
2947      Branch: perlio
2948            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
2949 ____________________________________________________________________________
2950 [  9394] By: nick                                  on 2001/03/27  20:50:13
2951         Log: PerlIO::Via layer (alpha-ish).
2952      Branch: perlio
2953            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
2954            + ext/PerlIO/Via/Via.xs
2955            ! MANIFEST
2956 ____________________________________________________________________________
2957 [  9393] By: jhi                                   on 2001/03/27  20:49:55
2958         Log: Retract #9329 now that 9390 should take care of the matter.
2959      Branch: perl
2960            ! utils/h2xs.PL
2961 ____________________________________________________________________________
2962 [  9390] By: jhi                                   on 2001/03/27  20:47:50
2963         Log: Subject: Autoloading Errno.pm when %! is encountered
2964              From: Robin Houston <robin@kitsite.com>
2965              Date: Tue, 27 Mar 2001 20:57:11 +0100
2966              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
2967      Branch: perl
2968            ! embed.h embed.pl gv.c proto.h t/op/magic.t
2969 ____________________________________________________________________________
2970 [  9389] By: jhi                                   on 2001/03/27  20:24:31
2971         Log: Integrate perlio.
2972      Branch: perl
2973           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
2974           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
2975           !> utf8.c
2976 ____________________________________________________________________________
2977 [  9388] By: jhi                                   on 2001/03/27  20:21:38
2978         Log: Better have a three-element array if one is going to assign
2979              to the third element of that array. (from Tim Jenness)
2980      Branch: perl
2981            ! ext/XS/Typemap/Typemap.xs
2982 ____________________________________________________________________________
2983 [  9387] By: nick                                  on 2001/03/27  20:15:43
2984         Log: Integrate mainline.
2985      Branch: perlio
2986           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
2987           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
2988           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
2989           +> t/lib/xs-typemap.t
2990           !> (integrate 34 files)
2991 ____________________________________________________________________________
2992 [  9386] By: jhi                                   on 2001/03/27  20:04:18
2993         Log: Subject: Re: perl@9359 breaks HTML::Parser
2994              From: Gisle Aas <gisle@ActiveState.com>
2995              Date: 27 Mar 2001 11:30:24 -0800
2996              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
2997              
2998              Clarify the UTF-8 issues of the API docs.
2999              (Slightly reworded and expanded.)
3000      Branch: perl
3001            ! pod/perlapi.pod sv.c sv.h
3002 ____________________________________________________________________________
3003 [  9385] By: jhi                                   on 2001/03/27  19:44:25
3004         Log: If directory entries compare equal case-insensitively,
3005              retry case-sensitively.
3006      Branch: perl
3007            ! ext/File/Glob/bsd_glob.c
3008 ____________________________________________________________________________
3009 [  9384] By: nick                                  on 2001/03/27  19:38:50
3010         Log: Various EBCDIC fixes:
3011              - major revelation that swash code is encoding aware,
3012              (or thought it was) - now it is ;-)
3013              - With that out of the way fix a slab of tr/// cases.
3014              - Fix Encode 'Unicode' to be true Unicode so tests pass.
3015              - As anticipated Base64.xs needed tweaks.
3016              - Until tr/// works right avoid old_encode64 in MIME tests.
3017      Branch: perlio
3018            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
3019            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
3020 ____________________________________________________________________________
3021 [  9383] By: jhi                                   on 2001/03/27  18:34:41
3022         Log: Add the std test suite BEGIN block.
3023      Branch: perl
3024            ! t/lib/xs-typemap.t
3025 ____________________________________________________________________________
3026 [  9382] By: jhi                                   on 2001/03/27  15:16:07
3027         Log: Add debugging output to the test.
3028      Branch: perl
3029            ! t/lib/glob-basic.t
3030 ____________________________________________________________________________
3031 [  9381] By: jhi                                   on 2001/03/27  15:08:10
3032         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
3033      Branch: perl
3034            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
3035            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
3036            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
3037            + t/lib/xs-typemap.t
3038            ! MANIFEST
3039 ____________________________________________________________________________
3040 [  9380] By: jhi                                   on 2001/03/27  14:48:34
3041         Log: Subject: [PATCH] Typemap testing
3042              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
3043              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
3044              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
3045              
3046              (The first part of the patch.)
3047      Branch: perl
3048            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
3049 ____________________________________________________________________________
3050 [  9379] By: jhi                                   on 2001/03/27  14:44:56
3051         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
3052              From: Benjamin Sugars <bsugars@canoe.ca> 
3053              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
3054              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
3055      Branch: perl
3056            ! t/lib/glob-basic.t
3057 ____________________________________________________________________________
3058 [  9378] By: jhi                                   on 2001/03/27  14:42:30
3059         Log: Subject: [PATCH] perlvar nit
3060              From: Simon Cozens <simon@netthink.co.uk>
3061              Date: Tue, 27 Mar 2001 01:12:01 +0100
3062              Message-ID: <20010327011201.A19179@netthink.co.uk>
3063      Branch: perl
3064            ! pod/perlvar.pod
3065 ____________________________________________________________________________
3066 [  9377] By: jhi                                   on 2001/03/27  14:36:26
3067         Log: Subject: [PATCH] B::Terse and warnings
3068              From: Benjamin Sugars <ben.sugars@home.com>
3069              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
3070              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
3071      Branch: perl
3072            ! ext/B/B.pm ext/B/B/Terse.pm
3073 ____________________________________________________________________________
3074 [  9376] By: jhi                                   on 2001/03/27  14:31:31
3075         Log: Document sockatmark() some.
3076      Branch: perl
3077            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
3078            ! pod/perltoc.pod
3079 ____________________________________________________________________________
3080 [  9375] By: jhi                                   on 2001/03/27  14:00:24
3081         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
3082              noted by Gisle and fixed by NI-S.
3083      Branch: perl
3084            ! sv.c
3085 ____________________________________________________________________________
3086 [  9374] By: jhi                                   on 2001/03/27  05:50:01
3087         Log: Regen toc.
3088      Branch: perl
3089            ! pod/perltoc.pod
3090 ____________________________________________________________________________
3091 [  9373] By: jhi                                   on 2001/03/27  05:43:51
3092         Log: Pixie documenting.
3093      Branch: perl
3094            ! Makefile.SH pod/perlhack.pod
3095 ____________________________________________________________________________
3096 [  9372] By: jhi                                   on 2001/03/27  05:29:34
3097         Log: Metaconfig unit changes for #9371.
3098      Branch: metaconfig
3099            ! U/modified/myhostname.U
3100      Branch: metaconfig/U/perl
3101            + d_sockatmark.U
3102            ! gccvers.U
3103 ____________________________________________________________________________
3104 [  9371] By: jhi                                   on 2001/03/27  05:29:07
3105         Log: Add sockatmark() probing.
3106      Branch: perl
3107            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3108            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3109            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3110            ! vos/config.ga.h win32/config.bc win32/config.gc
3111            ! win32/config.vc
3112 ____________________________________________________________________________
3113 [  9370] By: jhi                                   on 2001/03/26  22:01:18
3114         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
3115              Really need to benchmark this.
3116      Branch: perl
3117            ! pp.c
3118 ____________________________________________________________________________
3119 [  9369] By: nick                                  on 2001/03/26  21:59:30
3120         Log: Integrate mainline.
3121      Branch: perlio
3122            ! ext/MIME/Base64/QuotedPrint.pm
3123           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3124           !> patchlevel.h pod/perlhack.pod pp_sys.c
3125 ____________________________________________________________________________
3126 [  9368] By: jhi                                   on 2001/03/26  21:47:03
3127         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
3128              
3129              TODO1: perlbench.
3130              TODO2: le, lt, ge, gt?  Yech.
3131      Branch: perl
3132            ! pp.c
3133 ____________________________________________________________________________
3134 [  9367] By: jhi                                   on 2001/03/26  21:34:57
3135         Log: Too much cut-and-paste in #9363.
3136      Branch: perl
3137            ! pp_sys.c
3138 ____________________________________________________________________________
3139 [  9366] By: jhi                                   on 2001/03/26  21:20:53
3140         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
3141              From: Andreas Schwab <schwab@suse.de>
3142              Date: 26 Mar 2001 17:29:04 +0200
3143              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
3144              
3145              (The patch for 5.6.0 or so, this is a guess for bleadperl)
3146      Branch: perl
3147            ! pp_hot.c
3148 ____________________________________________________________________________
3149 [  9365] By: jhi                                   on 2001/03/26  21:07:54
3150         Log: Integrate perlio.
3151      Branch: perl
3152           !> perlio.c
3153 ____________________________________________________________________________
3154 [  9364] By: nick                                  on 2001/03/26  20:30:48
3155         Log: REFCNT botch in layer name cache hash.
3156      Branch: perlio
3157            ! perlio.c
3158 ____________________________________________________________________________
3159 [  9363] By: jhi                                   on 2001/03/26  18:44:32
3160         Log: Subject: [PATCH] socket() leaks file descriptors
3161              From: Benjamin Sugars <bsugars@canoe.ca>
3162              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
3163              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
3164              
3165              Also sockpair() fixed similarly.
3166      Branch: perl
3167            ! pp_sys.c
3168 ____________________________________________________________________________
3169 [  9362] By: jhi                                   on 2001/03/26  18:37:52
3170         Log: Integrate perlio.
3171      Branch: perl
3172           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
3173 ____________________________________________________________________________
3174 [  9361] By: nick                                  on 2001/03/26  17:32:06
3175         Log: Implement flush of linebuffered streams on read of a tty.
3176      Branch: perlio
3177            ! perlio.c perliol.h
3178 ____________________________________________________________________________
3179 [  9360] By: nick                                  on 2001/03/26  17:12:32
3180         Log: Memory tweaks and notes for OEMVS.
3181      Branch: perlio
3182            ! README.os390 miniperlmain.c t/op/pat.t
3183 ____________________________________________________________________________
3184 [  9359] By: jhi                                   on 2001/03/26  02:12:54
3185         Log: Update Changes.
3186      Branch: perl
3187            ! Changes patchlevel.h
3188 ____________________________________________________________________________
3189 [  9358] By: jhi                                   on 2001/03/26  02:05:32
3190         Log: Document the most common pixie options.
3191      Branch: perl
3192            ! pod/perlhack.pod
3193 ____________________________________________________________________________
3194 [  9357] By: jhi                                   on 2001/03/26  01:25:28
3195         Log: For perl.pixie check *before* compiling that optimize is -g,
3196              as for perl.third.
3197      Branch: perl
3198            ! Makefile.SH
3199 ____________________________________________________________________________
3200 [  9356] By: jhi                                   on 2001/03/26  01:13:41
3201         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
3202      Branch: perl
3203            ! Makefile.SH
3204 ____________________________________________________________________________
3205 [  9355] By: jhi                                   on 2001/03/26  01:11:19
3206         Log: Remove t/perl.third.
3207      Branch: perl
3208            ! Makefile.SH
3209 ____________________________________________________________________________
3210 [  9354] By: jhi                                   on 2001/03/26  00:23:38
3211         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
3212              IO::Sockatmark().
3213      Branch: perl
3214            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
3215 ____________________________________________________________________________
3216 [  9353] By: jhi                                   on 2001/03/25  22:25:04
3217         Log: Integrate perlio.
3218      Branch: perl
3219           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
3220           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
3221           !> pp_hot.c win32/makefile.mk
3222 ____________________________________________________________________________
3223 [  9352] By: jhi                                   on 2001/03/25  22:21:41
3224         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
3225              From: Radu Greab <radu@netsoft.ro>
3226              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
3227              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
3228      Branch: perl
3229            ! pp_sys.c
3230 ____________________________________________________________________________
3231 [  9351] By: nick                                  on 2001/03/25  22:15:02
3232         Log: Fix readline in list mode to tell rest of world that it has
3233              things on the stack. Otherwise if perl code gets invoked
3234              underneath it it scribbles over results-so-far.
3235              (Why TIEHANDLE has not tripped on this is a mystery.)
3236      Branch: perlio
3237            ! pp_hot.c
3238 ____________________________________________________________________________
3239 [  9350] By: nick                                  on 2001/03/25  22:10:13
3240         Log: win32/makefile.mk typos
3241      Branch: perlio
3242            ! win32/makefile.mk
3243 ____________________________________________________________________________
3244 [  9349] By: nick                                  on 2001/03/25  21:31:14
3245         Log: Integrate now-non-binary file.
3246      Branch: perlio
3247           !> t/lib/mimeqp.t
3248 ____________________________________________________________________________
3249 [  9348] By: nick                                  on 2001/03/25  21:27:24
3250         Log: Make it text
3251      Branch: perlio
3252            ! t/lib/mimeqp.t
3253 ____________________________________________________________________________
3254 [  9347] By: nick                                  on 2001/03/25  21:25:37
3255         Log: Integrate mainline.
3256      Branch: perlio
3257           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3258           !> lib/Term/ReadLine.pm t/lib/md5-file.t
3259 ____________________________________________________________________________
3260 [  9346] By: nick                                  on 2001/03/25  20:58:15
3261         Log: Add destruct time hook to PerlIO (for work-in-process implementing
3262              layers in perl code. In such cases layers need to be popped before
3263              we loose the ability to run perl code.)
3264              Also back-out "PerlIO::object" hook - it isn't going to work like that...
3265      Branch: perlio
3266            ! perl.c perlio.c perlio.h perliol.h
3267 ____________________________________________________________________________
3268 [  9345] By: nick                                  on 2001/03/25  20:49:11
3269         Log: Avoid at leasy one of undefined warnings in Encode.
3270      Branch: perlio
3271            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3272 ____________________________________________________________________________
3273 [  9344] By: jhi                                   on 2001/03/25  20:37:43
3274         Log: A workaround for using Term::ReadLine in emacs minibuffer
3275              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
3276              additional tweaks from Ilya Zakharevich.
3277      Branch: perl
3278            ! lib/Term/ReadLine.pm
3279 ____________________________________________________________________________
3280 [  9343] By: nick                                  on 2001/03/25  20:21:14
3281         Log: Missing return value.
3282      Branch: perlio
3283            ! ext/PerlIO/Scalar/Scalar.xs
3284 ____________________________________________________________________________
3285 [  9342] By: jhi                                   on 2001/03/25  16:21:00
3286         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
3287              to equal the CPAN versions since no code changes have been made.
3288      Branch: perl
3289            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
3290            ! t/lib/md5-file.t
3291 ____________________________________________________________________________
3292 [  9341] By: jhi                                   on 2001/03/25  16:01:48
3293         Log: Escape 8-bit characters.
3294      Branch: perl
3295            ! t/lib/mimeqp.t
3296 ____________________________________________________________________________
3297 [  9340] By: gsar                                  on 2001/03/25  15:50:53
3298         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
3299              chars)
3300      Branch: perl
3301            + t/lib/mimeqp.t
3302 ____________________________________________________________________________
3303 [  9339] By: gsar                                  on 2001/03/25  15:48:50
3304         Log: delete mimeqp.t for later with text mode set
3305      Branch: perl
3306            - t/lib/mimeqp.t
3307 ____________________________________________________________________________
3308 [  9338] By: nick                                  on 2001/03/25  09:01:57
3309         Log: Integrate mainline.
3310      Branch: perlio
3311           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3312           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3313           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3314           +> t/lib/mimeb64u.t t/lib/mimeqp.t
3315           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
3316           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
3317           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
3318 ____________________________________________________________________________
3319 [  9337] By: jhi                                   on 2001/03/25  04:23:24
3320         Log: Add MIME::Base64 here and there.  Again, a lot of
3321              optimism is in the air.
3322      Branch: perl
3323            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3324            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
3325 ____________________________________________________________________________
3326 [  9336] By: jhi                                   on 2001/03/25  04:12:43
3327         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
3328              this by ear as I do not do Win32 programming.)
3329      Branch: perl
3330            ! win32/Makefile win32/makefile.mk
3331 ____________________________________________________________________________
3332 [  9335] By: jhi                                   on 2001/03/25  04:03:50
3333         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
3334      Branch: perl
3335            ! t/lib/md5-file.t
3336 ____________________________________________________________________________
3337 [  9334] By: jhi                                   on 2001/03/25  03:58:53
3338         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
3339      Branch: perl
3340            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
3341            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
3342            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
3343            + t/lib/mimeb64u.t t/lib/mimeqp.t
3344            ! MANIFEST
3345 ____________________________________________________________________________
3346 [  9333] By: jhi                                   on 2001/03/24  20:14:37
3347         Log: Integrate perlio.
3348      Branch: perl
3349           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
3350 ____________________________________________________________________________
3351 [  9332] By: nick                                  on 2001/03/24  19:40:34
3352         Log: Fix un-init variable leading to spurious "Out of Memory!"
3353      Branch: perlio
3354            ! doio.c
3355 ____________________________________________________________________________
3356 [  9331] By: nick                                  on 2001/03/24  19:09:59
3357         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
3358              and update layers internals doc.
3359      Branch: perlio
3360            ! pod/perlfunc.pod pod/perliol.pod
3361 ____________________________________________________________________________
3362 [  9330] By: jhi                                   on 2001/03/24  18:42:11
3363         Log: The length might be uninitialized garbage if the *svp is the undef.
3364      Branch: perl
3365            ! doio.c
3366 ____________________________________________________________________________
3367 [  9329] By: jhi                                   on 2001/03/24  18:26:57
3368         Log: (Retracted by #9393)
3369
3370              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
3371              From: Simon Cozens <simon@netthink.co.uk>
3372              Date: Sat, 24 Mar 2001 17:13:17 +0000
3373              Message-ID: <20010324171317.A13406@netthink.co.uk>
3374      Branch: perl
3375            ! utils/h2xs.PL
3376 ____________________________________________________________________________
3377 [  9328] By: nick                                  on 2001/03/24  17:22:02
3378         Log: Integrate mainline.
3379      Branch: perlio
3380           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
3381           !> lib/unicode/version
3382 ____________________________________________________________________________
3383 [  9327] By: nick                                  on 2001/03/24  17:16:02
3384         Log: Integrate mainline.
3385      Branch: perlio
3386           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3387           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3388           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3389           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3390           +> t/lib/md5-file.t
3391           !> MANIFEST Makefile.SH configure.com djgpp/config.over
3392           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
3393           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
3394           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
3395           !> win32/makefile.mk
3396 ____________________________________________________________________________
3397 [  9326] By: jhi                                   on 2001/03/24  17:00:42
3398         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
3399      Branch: perl
3400            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
3401            ! lib/unicode/version
3402 ____________________________________________________________________________
3403 [  9325] By: jhi                                   on 2001/03/24  16:22:33
3404         Log: Subject: Re: B::Deparse bug (5.6.0)
3405              From: Robin Houston <robin@kitsite.com>
3406              Date: Sat, 24 Mar 2001 14:33:09 +0000
3407              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
3408      Branch: perl
3409            ! op.c pp.c t/lib/b.t t/op/repeat.t
3410 ____________________________________________________________________________
3411 [  9324] By: jhi                                   on 2001/03/24  16:21:56
3412         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
3413              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
3414              these additions may be too optimistic.
3415      Branch: perl
3416            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
3417            ! hints/uwin.sh hints/vmesa.sh
3418 ____________________________________________________________________________
3419 [  9323] By: jhi                                   on 2001/03/24  16:06:01
3420         Log: Integrate perlio.
3421      Branch: perl
3422           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3423           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3424            ! Makefile.SH
3425           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
3426           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
3427           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
3428           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3429           !> win32/makefile.mk win32/perlhost.h win32/win32.c
3430           !> win32/win32iop.h
3431 ____________________________________________________________________________
3432 [  9322] By: nick                                  on 2001/03/24  14:39:12
3433         Log: Routine Win32 regen_config_h - no real changes.
3434      Branch: perlio
3435            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3436 ____________________________________________________________________________
3437 [  9321] By: nick                                  on 2001/03/24  14:31:49
3438         Log: PerlIO fixups for Win32:
3439              - provide win33_popenlist() - non-functional as yet.
3440              - avoid need for aTHX in PerlIO_debug calls - even if not 
3441              enabled args are still evaluated so Win32 has trouble during fork().
3442              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
3443              - Fixup makedef.pl for latest set of symbols.
3444      Branch: perlio
3445            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
3446            ! win32/perlhost.h win32/win32.c win32/win32iop.h
3447 ____________________________________________________________________________
3448 [  9320] By: nick                                  on 2001/03/24  14:26:58
3449         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
3450              was gibberish - broke it on WIn32 at least.
3451      Branch: perlio
3452            ! ext/POSIX/POSIX.xs
3453 ____________________________________________________________________________
3454 [  9319] By: nick                                  on 2001/03/24  11:29:41
3455         Log: Generated files.
3456      Branch: perlio
3457            ! embed.h global.sym objXSUB.h perlapi.c proto.h
3458 ____________________________________________________________________________
3459 [  9318] By: nick                                  on 2001/03/24  10:29:37
3460         Log: Implement:
3461              1.  open($fh,"+<",undef);  # add test to t/io/open.t
3462              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
3463      Branch: perlio
3464            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
3465            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
3466            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
3467            ! t/io/open.t t/io/utf8.t
3468 ____________________________________________________________________________
3469 [  9317] By: jhi                                   on 2001/03/23  23:41:25
3470         Log: AIX does seems to have optimization problems with its C compilers.
3471      Branch: perl
3472            ! hints/aix.sh
3473 ____________________________________________________________________________
3474 [  9316] By: jhi                                   on 2001/03/23  23:40:46
3475         Log: Integrate perlio.
3476      Branch: perl
3477           +> lib/PerlIO.pm
3478           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
3479           !> perliol.h
3480 ____________________________________________________________________________
3481 [  9315] By: jhi                                   on 2001/03/23  22:16:30
3482         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
3483      Branch: perl
3484            ! t/lib/md5-file.t
3485 ____________________________________________________________________________
3486 [  9314] By: nick                                  on 2001/03/23  20:49:02
3487         Log: Perlio internals re-organized.
3488              - open process creates AV of layer/arg pairs
3489              (appends layers from open() or open.pm to default list).
3490              - push arg is now an SV.
3491              - layer ->Open get passed the AV
3492              - open is no longer mandatory method.
3493              - topmost layer that has ->Open method does the open
3494              - any layers above are pushed once that returns.
3495              - vtable re-ordered so dummy layers need only provide push/pop methods.
3496      Branch: perlio
3497            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3498 ____________________________________________________________________________
3499 [  9313] By: nick                                  on 2001/03/23  16:27:41
3500         Log: Check in a stable (working) version before next round of tweaks.
3501              Changes include:
3502              - Move default layers code out of doio.c and into perlio.c
3503              - Single routine for parsing layer specification strings.
3504              - Skeleton support for demand loading of layers
3505              - Core-dump avoidance if PERLIO environment specifies loadable layer
3506              (does not _work_ as need IO to load and need load to do IO ...)
3507      Branch: perlio
3508            + lib/PerlIO.pm
3509            ! MANIFEST doio.c perlio.c
3510 ____________________________________________________________________________
3511 [  9312] By: gsar                                  on 2001/03/23  16:25:25
3512         Log: add execute bit to files with shebang lines in the repository;
3513              avoid clobbering execute bit in Porting/makerel 
3514      Branch: maint-5.6/perl
3515            ! (edit 144 files)
3516 ____________________________________________________________________________
3517 [  9311] By: jhi                                   on 2001/03/23  14:25:35
3518         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
3519      Branch: perl
3520            ! MANIFEST
3521 ____________________________________________________________________________
3522 [  9310] By: jhi                                   on 2001/03/23  13:45:04
3523         Log: Subject: [PATCH] Net::Ping
3524              From: Colin McMillen <mcmi0037@tc.umn.edu>
3525              Date: Thu, 22 Mar 2001 19:30:31 -0600
3526              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
3527      Branch: perl
3528            ! lib/Net/Ping.pm
3529 ____________________________________________________________________________
3530 [  9309] By: jhi                                   on 2001/03/23  13:39:13
3531         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
3532      Branch: perl
3533            ! t/lib/md5-aaa.t t/lib/md5-file.t
3534 ____________________________________________________________________________
3535 [  9308] By: jhi                                   on 2001/03/23  13:20:34
3536         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
3537              - bump the version to 2.14
3538              - drop the base64 tests since they require MIME::Base64
3539              - drop the rfc1321.txt
3540              - drop the hints/dec_osf.pl since it's only needed for
3541              pre-5.005_03 Perls
3542              Todo:
3543              - the U32 alignment testing is now removed; it needs to
3544              be reintroduced as as a Config variable (meaning also
3545              as a Configure test)
3546              - get the new EBCDIC md5sum for MD5.pm
3547              - test in Win32 to see how badly I botched the makefiles
3548      Branch: perl
3549            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3550            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
3551            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
3552            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
3553            + t/lib/md5-file.t
3554            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
3555            ! win32/Makefile win32/makefile.mk
3556 ____________________________________________________________________________
3557 [  9307] By: jhi                                   on 2001/03/23  12:56:14
3558         Log: Integrate change #9306 from maintperl into mainline,
3559              AIX dynaloader for AIXes without <load.h>.
3560      Branch: perl
3561           !> ext/DynaLoader/hints/aix.pl
3562 ____________________________________________________________________________
3563 [  9306] By: jhi                                   on 2001/03/23  12:51:36
3564         Log: There are AIXes without /usr/include/load.h,
3565              patch from H.Merijn Brand.
3566      Branch: maint-5.6/perl
3567            ! ext/DynaLoader/hints/aix.pl
3568 ____________________________________________________________________________
3569 [  9305] By: nick                                  on 2001/03/23  11:00:42
3570         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
3571      Branch: perlio
3572            ! ext/Encode/Encode.xs perlio.c perlio.h
3573 ____________________________________________________________________________
3574 [  9304] By: nick                                  on 2001/03/23  10:20:46
3575         Log: Render -Duseperlio functional again.
3576              - this is "quick fix" which calls PerlIO_apply_layers after opening,
3577              which is what old scheme did. New scheme needs to change that
3578              to make open(...,\$scalar) etc. work but this will do for now.
3579      Branch: perlio
3580            ! perlio.c
3581 ____________________________________________________________________________
3582 [  9303] By: nick                                  on 2001/03/23  09:53:20
3583         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
3584              -Uuseperlio now works again.
3585              -Duseperlio is still poorly. Don't merge yet...
3586      Branch: perlio
3587            ! doio.c perlio.h
3588 ____________________________________________________________________________
3589 [  9302] By: nick                                  on 2001/03/22  22:26:51
3590         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
3591              type code.
3592              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
3593              is its main caller. In particular now has access to "extra" args, and
3594              can tell when an open handle is "reopened" (or duped?).
3595              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
3596              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
3597              PerlIO_open() et. al. (i.e. other way round).
3598              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
3599              with args close to PerlIO_openn().
3600      Branch: perlio
3601            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
3602 ____________________________________________________________________________
3603 [  9301] By: jhi                                   on 2001/03/22  20:58:04
3604         Log: Integrate perlio.
3605      Branch: perl
3606           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
3607           !> t/io/open.t util.c
3608 ____________________________________________________________________________
3609 [  9300] By: nick                                  on 2001/03/22  17:36:32
3610         Log: Don't include $@ in not ok message.
3611      Branch: perlio
3612            ! t/io/open.t
3613 ____________________________________________________________________________
3614 [  9299] By: gsar                                  on 2001/03/22  16:53:45
3615         Log: back out changes#7532,7521 for now (appears to have problems
3616              on IRIX)
3617      Branch: maint-5.6/perl
3618            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
3619            ! ext/POSIX/typemap pod/perlvar.pod
3620 ____________________________________________________________________________
3621 [  9298] By: nick                                  on 2001/03/22  14:35:46
3622         Log: Give a meaning to '&' in n-arg open case:
3623              open($fh,"<&",$scalar);
3624              $scalar can be:
3625              - an integer which does "fdopen"
3626              open($fh,"<&",2); # like open($fh,"<&2")
3627              - something that will yield a file handle via sv_2io()
3628              useful for dup'ing anonymous handles.
3629              e.g.:
3630              open(my $fh,"<&",\*STDIN);
3631              open(my $dup,"<&",$fh);
3632      Branch: perlio
3633            ! doio.c t/io/open.t
3634 ____________________________________________________________________________
3635 [  9297] By: nick                                  on 2001/03/22  13:34:35
3636         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
3637      Branch: perlio
3638            ! util.c
3639 ____________________________________________________________________________
3640 [  9296] By: nick                                  on 2001/03/22  12:51:20
3641         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
3642      Branch: perlio
3643            ! perl.c
3644 ____________________________________________________________________________
3645 [  9295] By: nick                                  on 2001/03/22  11:59:44
3646         Log: If stdin, stdout or stderr get opened in unexpected read/write state
3647              then warn at time of open not at time of use.
3648      Branch: perlio
3649            ! doio.c pp_hot.c pp_sys.c
3650 ____________________________________________________________________________
3651 [  9294] By: nick                                  on 2001/03/22  10:54:35
3652         Log: Die on n-arg open(...,"",xxx,yyy,...)
3653              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
3654              - die on read/write cases so we can decide what it means later.
3655      Branch: perlio
3656            ! doio.c embed.pl iperlsys.h util.c
3657 ____________________________________________________________________________
3658 [  9293] By: nick                                  on 2001/03/22  09:02:45
3659         Log: perlio tweaks (reported by Nick Clark)
3660              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
3661              error check in Pendinf_read().
3662      Branch: perlio
3663            ! perlio.c
3664 ____________________________________________________________________________
3665 [  9292] By: gsar                                  on 2001/03/22  07:12:00
3666         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
3667              fixes)
3668      Branch: maint-5.6/perl
3669           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
3670 ____________________________________________________________________________
3671 [  9291] By: jhi                                   on 2001/03/22  06:06:44
3672         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
3673      Branch: perl
3674            ! t/op/re_tests
3675 ____________________________________________________________________________
3676 [  9290] By: jhi                                   on 2001/03/22  05:57:01
3677         Log: Move MacOS Classic higher in the list of supported platforms.
3678      Branch: maint-5.6/perl
3679            ! pod/perlport.pod
3680 ____________________________________________________________________________
3681 [  9289] By: gsar                                  on 2001/03/22  05:35:04
3682         Log: revert part of change#6438 for compatibility (av_reify()
3683              appears to be needed to implement av_splice()ish things
3684              in XS)
3685      Branch: maint-5.6/perl
3686            ! embed.pl global.sym objXSUB.h perlapi.c
3687 ____________________________________________________________________________
3688 [  9288] By: gsar                                  on 2001/03/22  03:09:19
3689         Log: update copyright year
3690      Branch: maint-5.6/perl
3691            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
3692            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
3693            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
3694            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
3695            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
3696            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
3697            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
3698            ! x2p/walk.c
3699 ____________________________________________________________________________
3700 [  9287] By: jhi                                   on 2001/03/21  20:30:54
3701         Log: Integrate perlio.
3702      Branch: perl
3703           !> ext/Data/Dumper/Dumper.xs
3704 ____________________________________________________________________________
3705 [  9286] By: gsar                                  on 2001/03/21  19:49:54
3706         Log: makefile.mk tweak
3707      Branch: maint-5.6/perl
3708            ! win32/Makefile win32/makefile.mk
3709 ____________________________________________________________________________
3710 [  9285] By: nick                                  on 2001/03/21  19:07:13
3711         Log: Multiplicity fix for Dumper.
3712      Branch: perlio
3713            ! ext/Data/Dumper/Dumper.xs
3714 ____________________________________________________________________________
3715 [  9284] By: nick                                  on 2001/03/21  19:01:07
3716         Log: Integrate mainline - (does not build xTHX issue in Dumper).
3717      Branch: perlio
3718           !> (integrate 27 files)
3719 ____________________________________________________________________________
3720 [  9283] By: jhi                                   on 2001/03/21  17:17:35
3721         Log: Integrate change #9282 from mainline into maintperl,
3722              4-arg UTF-8 substr().
3723      Branch: maint-5.6/perl
3724           !> pp.c
3725 ____________________________________________________________________________
3726 [  9282] By: jhi                                   on 2001/03/21  17:15:43
3727         Log: The #9270 would have leaked a scalar if pp_substr()
3728              returned early.
3729      Branch: perl
3730            ! pp.c
3731 ____________________________________________________________________________
3732 [  9281] By: gsar                                  on 2001/03/21  17:03:14
3733         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
3734      Branch: maint-5.6/perl
3735            ! win32/makefile.mk
3736 ____________________________________________________________________________
3737 [  9280] By: gsar                                  on 2001/03/21  17:01:20
3738         Log: some tweaks to change#9278 (fork() emulation should be enabled
3739              by setting BUILD_FLAVOR instead of changing the defaults)
3740      Branch: maint-5.6/perl
3741            ! win32/makefile.mk
3742 ____________________________________________________________________________
3743 [  9279] By: gsar                                  on 2001/03/21  16:47:19
3744         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
3745      Branch: maint-5.6/perl
3746            ! ext/File/Glob/Glob.pm
3747           !> lib/Cwd.pm
3748 ____________________________________________________________________________
3749 [  9278] By: jhi                                   on 2001/03/21  14:35:10
3750         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
3751              From: "Vadim Konovalov" <watman@inbox.ru>
3752              Date: Wed, 21 Mar 2001 01:53:51 +0300
3753              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
3754      Branch: maint-5.6/perl
3755            ! win32/makefile.mk win32/win32sck.c
3756 ____________________________________________________________________________
3757 [  9277] By: jhi                                   on 2001/03/21  13:58:28
3758         Log: Integrate change #9270 from mainline to maintperl:
3759              continued 4-arg UTF-8 substr() fixing.
3760      Branch: maint-5.6/perl
3761           !> pp.c t/op/substr.t
3762 ____________________________________________________________________________
3763 [  9276] By: jhi                                   on 2001/03/21  13:33:00
3764         Log: More pixie cleaning.
3765      Branch: perl
3766            ! Makefile.SH
3767 ____________________________________________________________________________
3768 [  9275] By: jhi                                   on 2001/03/21  03:54:17
3769         Log: Update Changes.
3770      Branch: perl
3771            ! Changes patchlevel.h
3772 ____________________________________________________________________________
3773 [  9274] By: jhi                                   on 2001/03/21  03:48:24
3774         Log: First stab at making Data::Dumper to grok Unicode.
3775              
3776              TODO: tests, EBCDICify.
3777      Branch: perl
3778            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
3779 ____________________________________________________________________________
3780 [  9273] By: jhi                                   on 2001/03/21  02:23:00
3781         Log: Fix for
3782              
3783              Subject: Memory leak in unquoted print   
3784              From: Benjamin Sugars <bsugars@canoe.ca> 
3785              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
3786              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
3787      Branch: perl
3788            ! perlio.c
3789 ____________________________________________________________________________
3790 [  9272] By: jhi                                   on 2001/03/21  01:33:17
3791         Log: Subject: Re: [PATCH] POSIX::getcwd()
3792              From: Benjamin Sugars <bsugars@canoe.ca> 
3793              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
3794              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
3795      Branch: perl
3796            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
3797 ____________________________________________________________________________
3798 [  9271] By: jhi                                   on 2001/03/21  01:22:52
3799         Log: Subject: [PATCH] Cwd.pm docs
3800              From: Benjamin Sugars <bsugars@canoe.ca>
3801              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
3802              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
3803      Branch: perl
3804            ! lib/Cwd.pm
3805 ____________________________________________________________________________
3806 [  9270] By: jhi                                   on 2001/03/21  01:16:29
3807         Log: Continue 4-arg substr() UTF-8 fixage.
3808      Branch: perl
3809            ! pp.c t/op/substr.t
3810 ____________________________________________________________________________
3811 [  9269] By: jhi                                   on 2001/03/21  00:46:14
3812         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
3813              
3814              revert the leak fix in change#9142 (problem needs a more experimental
3815              fix unsuitable for 5.6.1)
3816              
3817              do alphabetical sorting by default (for csh compatibility)
3818              
3819              cut-n-paste goof in change#9264
3820              
3821              VMS piping fixes (from Charles Lane)
3822      Branch: perl
3823           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
3824           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3825           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
3826 ____________________________________________________________________________
3827 [  9268] By: jhi                                   on 2001/03/21  00:37:04
3828         Log: Integrate perlio.
3829      Branch: perl
3830           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3831           !> utf8.c utf8.h utfebcdic.h
3832 ____________________________________________________________________________
3833 [  9267] By: nick                                  on 2001/03/20  20:04:39
3834         Log: More EBCDIC stuff:
3835              - Loose the extra level of function on ASCII.
3836              - spotted a chr(0) issue in sv.c
3837              - re-work of UTF-X tr/// ranges to work in Unicode
3838              space. Still issues with the "0xff is illegal UTF-8" hack.
3839              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
3840              (why do it once when you can do it all over the place :-(
3841              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
3842              need utf8.pm for swashes.
3843              - Simplified and commented scan_const() in toke.c
3844              Still something wrong regexp and tr (swashes?).
3845      Branch: perlio
3846            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
3847            ! utf8.c utf8.h utfebcdic.h
3848 ____________________________________________________________________________
3849 [  9266] By: gsar                                  on 2001/03/20  19:16:43
3850         Log: VMS piping fixes (from Charles Lane)
3851      Branch: maint-5.6/perl
3852            ! vms/vms.c vms/vmspipe.com
3853 ____________________________________________________________________________
3854 [  9265] By: gsar                                  on 2001/03/20  17:53:52
3855         Log: cut-n-paste goof in change#9264
3856      Branch: maint-5.6/perl
3857            ! ext/File/Glob/Glob.xs
3858 ____________________________________________________________________________
3859 [  9264] By: gsar                                  on 2001/03/20  17:43:47
3860         Log: do alphabetical sorting by default (for csh compatibility);
3861              bsd_glob() does ASCII sort by default as usual, unless
3862              GLOB_ALPHASORT was specified
3863      Branch: maint-5.6/perl
3864            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
3865            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
3866            ! ext/File/Glob/bsd_glob.h
3867 ____________________________________________________________________________
3868 [  9263] By: gsar                                  on 2001/03/20  16:40:08
3869         Log: integrate change#9255 from mainline (unicode fix)
3870              
3871              substr($bytestr, i, n, $charstr)
3872      Branch: maint-5.6/perl
3873           !> Todo-5.6 pp.c t/op/substr.t
3874 ____________________________________________________________________________
3875 [  9262] By: gsar                                  on 2001/03/20  15:57:41
3876         Log: revert the leak fix in change#9142 (problem needs a more experimental
3877              fix unsuitable for 5.6.1)
3878      Branch: maint-5.6/perl
3879            ! scope.c
3880 ____________________________________________________________________________
3881 [  9261] By: jhi                                   on 2001/03/20  14:26:25
3882         Log: Integrate changes #9259,9260 from maintperl into mainline.
3883              
3884              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3885              
3886              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3887      Branch: perl
3888           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
3889 ____________________________________________________________________________
3890 [  9260] By: jhi                                   on 2001/03/20  14:05:46
3891         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
3892              From: Robin Barker <rmb1@cise.npl.co.uk>
3893              Date: Tue, 20 Mar 2001 10:12:04 GMT
3894              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
3895      Branch: maint-5.6/perl
3896            ! run.c
3897 ____________________________________________________________________________
3898 [  9259] By: jhi                                   on 2001/03/20  14:04:39
3899         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
3900              From: Chris Nandor <pudge@pobox.com>
3901              Date: Tue, 20 Mar 2001 00:40:56 -0500
3902              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
3903      Branch: maint-5.6/perl
3904            ! ext/POSIX/POSIX.xs lib/File/Path.pm
3905 ____________________________________________________________________________
3906 [  9258] By: jhi                                   on 2001/03/20  05:09:34
3907         Log: Update Changes.
3908      Branch: perl
3909            ! Changes patchlevel.h
3910 ____________________________________________________________________________
3911 [  9257] By: jhi                                   on 2001/03/20  05:04:25
3912         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
3913      Branch: perl
3914            ! t/op/tr.t
3915 ____________________________________________________________________________
3916 [  9256] By: jhi                                   on 2001/03/20  04:43:12
3917         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
3918              From: Peter Prymmer <pvhp@forte.com>
3919              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
3920              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
3921      Branch: maint-5.6/perl
3922            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
3923 ____________________________________________________________________________
3924 [  9255] By: jhi                                   on 2001/03/19  23:17:17
3925         Log: substr($bytestr, i, n, $charstr)
3926
3927              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
3928      Branch: perl
3929            ! Todo-5.6 pp.c t/op/substr.t
3930 ____________________________________________________________________________
3931 [  9254] By: jhi                                   on 2001/03/19  22:25:09
3932         Log: Rearrange the make test target prerequisites so that
3933              in a parallel make 'all' is finished before 'test'.
3934      Branch: perl
3935            ! Makefile.SH
3936 ____________________________________________________________________________
3937 [  9253] By: jhi                                   on 2001/03/19  21:48:07
3938         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
3939              From: Robin Houston <robin@kitsite.com>
3940              Date: Mon, 19 Mar 2001 15:48:41 +0000
3941              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
3942      Branch: perl
3943            ! pp_ctl.c
3944 ____________________________________________________________________________
3945 [  9252] By: jhi                                   on 2001/03/19  21:42:27
3946         Log: Integrate perlio.
3947      Branch: perl
3948           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
3949           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
3950           !> utfebcdic.h vms/perly_c.vms
3951 ____________________________________________________________________________
3952 [  9251] By: jhi                                   on 2001/03/19  21:31:28
3953         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
3954              
3955              Dynaloading in 64-bit AIX with vac.
3956      Branch: perl
3957           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3958           !> hints/aix.sh
3959 ____________________________________________________________________________
3960 [  9250] By: jhi                                   on 2001/03/19  21:18:00
3961         Log: A more robust solution for the 64bitall AIX dynaloading
3962              problem, from Jens-Uwe Mager.
3963      Branch: maint-5.6/perl
3964            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
3965 ____________________________________________________________________________
3966 [  9249] By: nick                                  on 2001/03/19  20:59:37
3967         Log: Integrate mainline.
3968      Branch: perlio
3969           !> (integrate 42 files)
3970 ____________________________________________________________________________
3971 [  9248] By: nick                                  on 2001/03/19  20:22:07
3972         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
3973              (Building on OS390 uses native YACC and YYDEBUG has other
3974              side effects.)
3975      Branch: perlio
3976            ! perly.c perly.y vms/perly_c.vms
3977 ____________________________________________________________________________
3978 [  9247] By: jhi                                   on 2001/03/19  19:59:53
3979         Log: 64-bit AIX dynaloading problem (see #9244) idea
3980              from Jens-Uwe Mager.
3981      Branch: maint-5.6/perl
3982            ! ext/DynaLoader/dl_aix.xs
3983 ____________________________________________________________________________
3984 [  9246] By: nick                                  on 2001/03/19  19:27:57
3985         Log: More EBCDIC fixes.
3986      Branch: perlio
3987            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
3988            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
3989 ____________________________________________________________________________
3990 [  9245] By: jhi                                   on 2001/03/19  19:05:19
3991         Log: Integrate change #9243 from mainline into maintperl.
3992              
3993              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
3994      Branch: maint-5.6/perl
3995           !> README.vmesa
3996 ____________________________________________________________________________
3997 [  9244] By: jhi                                   on 2001/03/19  19:03:15
3998         Log: Get 64bitall AIX building, but still does not test okay:
3999              dynaloading anything fails, for example for op/defins:
4000              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
4001              (update: fixed by #9247,9250)
4002      Branch: maint-5.6/perl
4003            ! hints/aix.sh
4004 ____________________________________________________________________________
4005 [  9243] By: jhi                                   on 2001/03/19  19:00:16
4006         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
4007              From: Robin Barker <rmb1@cise.npl.co.uk>
4008              Date: Mon, 19 Mar 2001 18:01:57 GMT
4009              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
4010      Branch: perl
4011            ! README.vmesa
4012 ____________________________________________________________________________
4013 [  9242] By: jhi                                   on 2001/03/19  18:58:43
4014         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
4015              
4016              TODO: tests.
4017      Branch: perl
4018            ! doop.c op.c
4019 ____________________________________________________________________________
4020 [  9241] By: gsar                                  on 2001/03/19  17:34:46
4021         Log: VMSify tests (from Charles Lane)
4022      Branch: maint-5.6/perl
4023            ! t/lib/filehand.t t/lib/texttabs.t
4024 ____________________________________________________________________________
4025 [  9240] By: jhi                                   on 2001/03/19  14:24:26
4026         Log: Integrate change #9233 from maintperl into mainline.
4027              
4028              some refcounts were incorrect in perl_clone()
4029      Branch: perl
4030           !> sv.c
4031 ____________________________________________________________________________
4032 [  9239] By: gsar                                  on 2001/03/19  09:23:17
4033         Log: this is 5.6.1-trial3
4034      Branch: maint-5.6/perl
4035            ! Changes
4036 ____________________________________________________________________________
4037 [  9238] By: gsar                                  on 2001/03/19  08:47:04
4038         Log: some new symbols are only available under ithreads
4039      Branch: maint-5.6/perl
4040            ! makedef.pl
4041 ____________________________________________________________________________
4042 [  9237] By: gsar                                  on 2001/03/19  08:42:28
4043         Log: update patchlevel.h, Changes, &c.
4044      Branch: maint-5.6/perl
4045            ! Changes patchlevel.h pod/perlhist.pod
4046           !> AUTHORS
4047 ____________________________________________________________________________
4048 [  9236] By: gsar                                  on 2001/03/19  08:17:49
4049         Log: integrate changes#8068,8717 from mainline
4050              
4051              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
4052              
4053              [PATCH CPAN 1.59_51] warning message (not!)
4054      Branch: maint-5.6/perl
4055           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
4056           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
4057           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
4058           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
4059           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
4060 ____________________________________________________________________________
4061 [  9235] By: gsar                                  on 2001/03/19  08:07:09
4062         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
4063              
4064              [PATCH] Add missing CV flags to dump.c
4065              
4066              Re: [patch] Re: PL_ptr_table
4067              
4068              Fixup non-ithread build after 8713
4069              
4070              Generated files form 8713 etc.
4071              
4072              Correct the correction :-(
4073              
4074              Documenting coderef @INC (Re: CPAN "make this script work" feature)
4075              
4076              Subject: Re: sync sync sync: have I missed any patches?
4077              Replace djSP with dSP.
4078      Branch: maint-5.6/perl
4079           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
4080           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
4081           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
4082           !> sv.c sv.h win32/perlhost.h
4083 ____________________________________________________________________________
4084 [  9234] By: gsar                                  on 2001/03/19  07:22:05
4085         Log: revert the change#9090 integrate for now (change looks somewhat
4086              incomplete in that [ha]v_exists() need something similar; lacks
4087              tests; &c.)
4088      Branch: maint-5.6/perl
4089            ! hv.c
4090 ____________________________________________________________________________
4091 [  9233] By: gsar                                  on 2001/03/19  07:10:01
4092         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
4093              destruction when there are unreferenced scalars (SvREFCNT==0)
4094      Branch: maint-5.6/perl
4095            ! sv.c
4096 ____________________________________________________________________________
4097 [  9232] By: jhi                                   on 2001/03/19  05:11:02
4098         Log: Regen api and toc.
4099      Branch: maint-5.6/perl
4100            ! pod/perlapi.pod pod/perltoc.pod
4101 ____________________________________________________________________________
4102 [  9231] By: jhi                                   on 2001/03/19  04:06:03
4103         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
4104              add a lost line in pp.c:pp_chop(), update to new op/chop.
4105              
4106              Clarify the description differentiating for and while; inspired by
4107              
4108              Subject: [ID 20010306.004] || != named unary operator
4109              
4110              The $Is_MacOS needs to be declared.
4111      Branch: maint-5.6/perl
4112            ! pp.c t/op/chop.t
4113           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
4114 ____________________________________________________________________________
4115 [  9230] By: jhi                                   on 2001/03/19  03:48:16
4116         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
4117              9079,9083,9089,9090,9091 from mainline to maintperl.
4118              
4119              Quieten some noise in Win32 builds
4120              
4121              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
4122              
4123              The perlretut was still talking about the old \p and \P
4124              definitions.
4125              
4126              More tweakage on the Unicode character class descriptions.
4127              
4128              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
4129              
4130              Subject: 'no *POSIX' Patch speeding up make on BS2000 
4131              
4132              Subject: [PATCH] perldata.pod here-doc docs
4133              
4134              Add /sbin and /usr/sbin to the list of directories scanned
4135              for setuid programs.  Takes care of bug id 20010309.003.
4136              
4137              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
4138              
4139              In op/stat #35 better to scan all the potential directories
4140              for setuids, not just the first one.
4141      Branch: maint-5.6/perl
4142            ! Makefile.SH
4143           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
4144           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
4145           !> t/op/stat.t toke.c win32/win32.h
4146 ____________________________________________________________________________
4147 [  9229] By: jhi                                   on 2001/03/19  02:31:50
4148         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
4149              From: Chris Nandor <pudge@pobox.com>
4150              Date: Sat, 10 Mar 2001 14:22:19 -0500
4151              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
4152      Branch: maint-5.6/perl
4153            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
4154            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
4155            ! t/lib/b.t t/lib/errno.t
4156 ____________________________________________________________________________
4157 [  9228] By: jhi                                   on 2001/03/19  02:29:59
4158         Log: Integrate changes #9113,9122 from mainline into maintperl.
4159              
4160              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?)
4161      Branch: maint-5.6/perl
4162           !> Configure README.os390 hints/os390.sh
4163 ____________________________________________________________________________
4164 [  9227] By: jhi                                   on 2001/03/19  02:22:35
4165         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
4166              into maintperl.
4167              
4168              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
4169              
4170              Forgot to check-in the larger part of #9120, duh.
4171              
4172              Subject: Another patch for integer.pm POD 
4173              
4174              h2ph strictness and cleanliness from Kurt Starsinic.
4175              
4176              Borland filename case problem.
4177              
4178              h2ph strictness and cleanliness from Kurt Starsinic.
4179              
4180              Subject: [PATCH] the uncontroversial doc patches
4181      Branch: maint-5.6/perl
4182           +> win32/sncfnmcs.pl
4183           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
4184           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
4185           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
4186           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
4187           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
4188           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
4189           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
4190 ____________________________________________________________________________
4191 [  9226] By: jhi                                   on 2001/03/19  02:10:21
4192         Log: Integrate changes #9207,9214 from mainline into maintperl.
4193              
4194              podchecker relaxations: =over has an *optional* number after it,
4195              and whitespace in L<> is okay.
4196      Branch: maint-5.6/perl
4197           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
4198           !> t/pod/poderrs.xr
4199 ____________________________________________________________________________
4200 [  9225] By: jhi                                   on 2001/03/19  02:07:38
4201         Log: Integrate change #9219 from maintperl into mainline.
4202              
4203              remove duplicated tests
4204      Branch: perl
4205           !> t/op/re_tests
4206 ____________________________________________________________________________
4207 [  9224] By: jhi                                   on 2001/03/19  02:06:11
4208         Log: Integrate change #9223 from mainline to maintperl.
4209              
4210              Document -Dmksymlinks.
4211      Branch: maint-5.6/perl
4212           !> INSTALL
4213 ____________________________________________________________________________
4214 [  9223] By: jhi                                   on 2001/03/19  02:01:25
4215         Log: Document -Dmksymlinks.
4216      Branch: perl
4217            ! INSTALL
4218 ____________________________________________________________________________
4219 [  9222] By: jhi                                   on 2001/03/19  01:15:35
4220         Log: The -Dmksymlinks wasn't working for maintperl.
4221      Branch: maint-5.6/perl
4222            ! Configure
4223 ____________________________________________________________________________
4224 [  9221] By: jhi                                   on 2001/03/19  00:49:43
4225         Log: Cleanup pixie residue.
4226      Branch: perl
4227            ! Makefile.SH
4228 ____________________________________________________________________________
4229 [  9220] By: jhi                                   on 2001/03/19  00:44:47
4230         Log: Document the use of pixie/prof; create make targets for it.
4231              
4232              TODO: make t/TEST pixie-aware.
4233      Branch: perl
4234            ! Makefile.SH pod/perlhack.pod
4235 ____________________________________________________________________________
4236 [  9219] By: gsar                                  on 2001/03/19  00:16:55
4237         Log: remove duplicated tests
4238      Branch: maint-5.6/perl
4239            ! t/op/re_tests
4240 ____________________________________________________________________________
4241 [  9218] By: jhi                                   on 2001/03/18  23:59:31
4242         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
4243      Branch: perl
4244            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
4245 ____________________________________________________________________________
4246 [  9217] By: jhi                                   on 2001/03/18  23:25:20
4247         Log: Rewrite the tests section of Makefile to be less redundant
4248              and to allow for more flexible test targets, many recursive
4249              make calls introduced.
4250      Branch: perl
4251            ! Makefile.SH
4252 ____________________________________________________________________________
4253 [  9216] By: jhi                                   on 2001/03/18  22:30:04
4254         Log: Document the use of Third Degree (sparsely).
4255      Branch: perl
4256            ! pod/perlhack.pod t/TEST
4257 ____________________________________________________________________________
4258 [  9215] By: jhi                                   on 2001/03/18  22:10:30
4259         Log: Make targets for testing with Third Degree.
4260      Branch: perl
4261            ! Makefile.SH
4262 ____________________________________________________________________________
4263 [  9214] By: jhi                                   on 2001/03/18  21:08:53
4264         Log: The podchecker relaxations need to mirrored also at the tests.
4265      Branch: perl
4266            ! t/pod/poderrs.xr
4267 ____________________________________________________________________________
4268 [  9213] By: jhi                                   on 2001/03/18  20:56:21
4269         Log: Update Changes.
4270      Branch: perl
4271            ! Changes patchlevel.h
4272 ____________________________________________________________________________
4273 [  9212] By: jhi                                   on 2001/03/18  20:36:59
4274         Log: Looking for config.sh in parent directories isn't
4275              very useful for the toplevel Makefile.
4276      Branch: perl
4277            ! Makefile.SH
4278 ____________________________________________________________________________
4279 [  9211] By: jhi                                   on 2001/03/18  20:33:37
4280         Log: On "make clean" take care of Third Degree droppings.
4281      Branch: perl
4282            ! Makefile.SH
4283 ____________________________________________________________________________
4284 [  9210] By: jhi                                   on 2001/03/18  20:21:34
4285         Log: Add a hook for running the tests under the Third Degree
4286              debugging tool (set $ENV{PERL_3LOG} to non-zero)
4287              
4288              TODO: Document the use of Third Degree.
4289      Branch: perl
4290            ! t/TEST
4291 ____________________________________________________________________________
4292 [  9209] By: jhi                                   on 2001/03/18  20:19:07
4293         Log: Regen toc and api pods.
4294      Branch: perl
4295            ! pod/perlapi.pod pod/perltoc.pod
4296 ____________________________________________________________________________
4297 [  9208] By: jhi                                   on 2001/03/18  20:12:12
4298         Log: Integrate changes #8128,9132 from mainline into maintperl,
4299              Tie::SubstrHash fixes.
4300      Branch: maint-5.6/perl
4301           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
4302 ____________________________________________________________________________
4303 [  9207] By: jhi                                   on 2001/03/18  20:07:43
4304         Log: podchecker relaxations from Michael Stevens.
4305      Branch: perl
4306            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
4307 ____________________________________________________________________________
4308 [  9206] By: jhi                                   on 2001/03/18  20:04:24
4309         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
4310      Branch: perl
4311            ! lib/Locale/Constants.pm lib/Locale/Country.pm
4312            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
4313            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
4314 ____________________________________________________________________________
4315 [  9205] By: jhi                                   on 2001/03/18  19:54:45
4316         Log: Integrate changes #9161,9162 from maintperl to mainline.
4317              
4318              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4319              results
4320      Branch: perl
4321           !> t/op/magic.t
4322 ____________________________________________________________________________
4323 [  9204] By: jhi                                   on 2001/03/18  19:37:46
4324         Log: Make perl.third checks more understandable to the builder.
4325      Branch: perl
4326            ! Makefile.SH
4327 ____________________________________________________________________________
4328 [  9203] By: jhi                                   on 2001/03/18  19:20:54
4329         Log: Re-integrate #9138 from maintperl to mainline,
4330              the squelching of the unneeded "Scalars leaked" messages.
4331      Branch: perl
4332           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4333           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4334           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4335 ____________________________________________________________________________
4336 [  9202] By: jhi                                   on 2001/03/18  18:48:36
4337         Log: More robust and more paranoid perl.third target.
4338      Branch: perl
4339            ! Makefile.SH
4340 ____________________________________________________________________________
4341 [  9201] By: jhi                                   on 2001/03/18  18:39:21
4342         Log: Integrate change #9197 from maintperl to mainline.
4343              
4344              more thorough cleaning of arenas.
4345      Branch: perl
4346           !> embed.pl perl.c proto.h sv.c t/op/sort.t
4347 ____________________________________________________________________________
4348 [  9200] By: jhi                                   on 2001/03/18  18:25:17
4349         Log: Integrate perlio.
4350      Branch: perl
4351           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
4352           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
4353           !> t/lib/encode.t toke.c universal.c utf8.c
4354 ____________________________________________________________________________
4355 [  9199] By: nick                                  on 2001/03/18  15:23:51
4356         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
4357              is the sense of the test being done. Avoid some magical 127 and 128 values
4358              by using macros.
4359      Branch: perlio
4360            ! doop.c pp_ctl.c sv.c toke.c
4361 ____________________________________________________________________________
4362 [  9198] By: nick                                  on 2001/03/18  14:18:12
4363         Log: UTF-X encoding invariance for Encode:
4364              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
4365              - move the XS code for those to universal.c (so in miniperl)
4366              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
4367              - change ext/Encode/compile to use above.
4368              - Fix t/lib/encode.t for above
4369              - Teach t/lib/b.t to expect -uutf8
4370              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
4371              utf8.pm is needed.
4372      Branch: perlio
4373            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
4374            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
4375 ____________________________________________________________________________
4376 [  9197] By: gsar                                  on 2001/03/18  12:15:57
4377         Log: more thorough cleaning of arenas--keep going until no more
4378              SvREFCNT_dec()s occur (this fixes the problem that causes the
4379              pesky "Scalars leaked" warnings)
4380      Branch: maint-5.6/perl
4381            ! embed.pl perl.c proto.h sv.c t/op/sort.t
4382 ____________________________________________________________________________
4383 [  9196] By: nick                                  on 2001/03/18  10:57:29
4384         Log: Fix pragma/utf8.t # 15
4385              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
4386              are SvUTF8 as well.
4387      Branch: perlio
4388            ! toke.c
4389 ____________________________________________________________________________
4390 [  9195] By: nick                                  on 2001/03/18  09:27:06
4391         Log: Integrate mainline
4392      Branch: perlio
4393           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
4394           !> t/op/pat.t
4395 ____________________________________________________________________________
4396 [  9194] By: jhi                                   on 2001/03/18  05:29:59
4397         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
4398              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
4399      Branch: perl
4400            ! op.c op.h t/op/misc.t t/op/pat.t
4401 ____________________________________________________________________________
4402 [  9193] By: jhi                                   on 2001/03/18  05:15:06
4403         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
4404      Branch: perl
4405            ! mg.c t/op/pat.t
4406 ____________________________________________________________________________
4407 [  9192] By: jhi                                   on 2001/03/18  04:22:43
4408         Log: tr/// UTF-8 patches from Inaba Hiroto.
4409      Branch: perl
4410            ! doop.c op.c
4411 ____________________________________________________________________________
4412 [  9191] By: jhi                                   on 2001/03/18  04:21:17
4413         Log: Integrate perlio.
4414      Branch: perl
4415           !> utf8.c utfebcdic.h
4416 ____________________________________________________________________________
4417 [  9190] By: nick                                  on 2001/03/17  20:32:01
4418         Log: Correct #if EBCDIC side typos.
4419              Builds and passes many tests on OS390.
4420      Branch: perlio
4421            ! utf8.c utfebcdic.h
4422 ____________________________________________________________________________
4423 [  9189] By: jhi                                   on 2001/03/17  18:55:49
4424         Log: Add prerequisites for the perl.third target.
4425      Branch: perl
4426            ! Makefile.SH
4427 ____________________________________________________________________________
4428 [  9188] By: jhi                                   on 2001/03/17  18:46:00
4429         Log: Integrate perlio.
4430      Branch: perl
4431           +> utfebcdic.h
4432           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
4433 ____________________________________________________________________________
4434 [  9187] By: jhi                                   on 2001/03/17  18:38:47
4435         Log: Add a make rule for perl.third (the Third Degree memory debugging
4436              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
4437      Branch: perl
4438            ! Makefile.SH
4439 ____________________________________________________________________________
4440 [  9186] By: nick                                  on 2001/03/17  18:34:48
4441         Log: MANIFEST addition :-(
4442      Branch: perlio
4443            ! MANIFEST
4444 ____________________________________________________________________________
4445 [  9185] By: nick                                  on 2001/03/17  18:29:50
4446         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
4447              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
4448              a superset of ASCII are invariant under the encoding. This is EBCDIC
4449              friendly as an encoded string can be looked at as being EBCDIC by lexer
4450              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
4451              ASCII on ASCII machines.
4452              
4453              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
4454              seperate.
4455              - Add some more macros to comprehend different shift amounts and
4456              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
4457              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
4458              and conditionaly #include it.
4459              
4460              EBCDIC build as yet untested.  ASCII still fails the one test.
4461      Branch: perlio
4462            + utfebcdic.h
4463            ! utf8.c utf8.h
4464 ____________________________________________________________________________
4465 [  9184] By: nick                                  on 2001/03/17  17:44:16
4466         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
4467      Branch: perlio
4468            ! doop.c perl.h pp.c utf8.h
4469 ____________________________________________________________________________
4470 [  9183] By: jhi                                   on 2001/03/17  15:55:42
4471         Log: Integrate perlio.
4472      Branch: perl
4473            ! MANIFEST
4474           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
4475 ____________________________________________________________________________
4476 [  9182] By: nick                                  on 2001/03/17  09:16:06
4477         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
4478      Branch: perlio
4479            ! t/op/pat.t
4480 ____________________________________________________________________________
4481 [  9181] By: nick                                  on 2001/03/17  09:15:11
4482         Log: Integrate mainline.
4483      Branch: perlio
4484           +> lib/Locale/Constants.pm lib/Locale/Country.pm
4485           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4486           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4487           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
4488           !> (integrate 83 files)
4489 ____________________________________________________________________________
4490 [  9180] By: nick                                  on 2001/03/16  17:23:21
4491         Log: EBCDIC Fixes.
4492      Branch: perlio
4493            ! perl.h sv.c toke.c utf8.c utf8.h
4494 ____________________________________________________________________________
4495 [  9179] By: jhi                                   on 2001/03/16  14:10:12
4496         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
4497              a change needed to work around an AIX compiler bug.
4498      Branch: perl
4499            ! ext/Storable/Storable.xs
4500 ____________________________________________________________________________
4501 [  9178] By: jhi                                   on 2001/03/16  03:19:59
4502         Log: With Damian's approval synchronize damian's modules'
4503              licensing with Perl's standard module licensing.
4504      Branch: perl
4505            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
4506 ____________________________________________________________________________
4507 [  9177] By: jhi                                   on 2001/03/16  03:15:34
4508         Log: Make the Filter::Util:Call files have their own copies
4509              of the Perl standard module licensing, from Paul Marquess.
4510      Branch: perl
4511            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
4512 ____________________________________________________________________________
4513 [  9176] By: jhi                                   on 2001/03/16  02:56:04
4514         Log: Subject: [PATCH] more pod patches
4515              From: Michael Stevens <michael@etla.org>
4516              Date: Thu, 15 Mar 2001 21:25:18 +0000
4517              Message-ID: <20010315212518.A18870@firedrake.org>
4518      Branch: perl
4519            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
4520            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
4521            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
4522            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
4523            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
4524            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
4525            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
4526            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
4527            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
4528            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
4529            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
4530            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
4531            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
4532            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
4533            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
4534            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
4535            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
4536            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
4537            ! lib/Locale/Country.pm lib/Locale/Language.pm
4538            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
4539            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
4540            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
4541            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
4542            ! os2/OS2/Process/Process.pm
4543 ____________________________________________________________________________
4544 [  9175] By: jhi                                   on 2001/03/16  02:53:32
4545         Log: Subject: [PATCH] the uncontroversial doc patches
4546              From: Michael Stevens <michael@etla.org>
4547              Date: Thu, 15 Mar 2001 20:01:12 +0000
4548              Message-ID: <20010315200112.A7636@firedrake.org>
4549      Branch: perl
4550            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
4551            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
4552            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
4553            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
4554            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
4555 ____________________________________________________________________________
4556 [  9174] By: jhi                                   on 2001/03/16  02:50:49
4557         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
4558              From: Paul Lindner <lindner@inuus.com>
4559              Date: Fri, 16 Mar 2001 11:28:03 -0800
4560              Message-ID: <20010316112803.A7577@inuus.com>
4561      Branch: perl
4562            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4563 ____________________________________________________________________________
4564 [  9173] By: nick                                  on 2001/03/15  20:21:03
4565         Log: 1st day's EBCDIC fixes:
4566              - toke.c's parsing of strings needed attention
4567              needed to conditionally e2a if string was already UTF-8
4568              - e2a/a2e tables where wrong way round.
4569              - new macros in utf8.h
4570      Branch: perlio
4571            ! perl.h toke.c utf8.h
4572 ____________________________________________________________________________
4573 [  9172] By: jhi                                   on 2001/03/15  15:17:17
4574         Log: Update Changes.
4575      Branch: perl
4576            ! Changes patchlevel.h
4577 ____________________________________________________________________________
4578 [  9171] By: jhi                                   on 2001/03/15  15:09:32
4579         Log: Subject: Re: Another Borland C++ problem.
4580              From: "Vadim Konovalov" <watman@inbox.ru>
4581              Date: Sat, 10 Mar 2001 19:26:07 +0300
4582              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
4583              
4584              Borland filename case problem.
4585      Branch: perl
4586            + win32/sncfnmcs.pl
4587            ! MANIFEST README.win32
4588 ____________________________________________________________________________
4589 [  9170] By: jhi                                   on 2001/03/15  14:54:23
4590         Log: Add Locale::Codes 1.06, from Neil Bowers.
4591      Branch: perl
4592            + lib/Locale/Constants.pm lib/Locale/Country.pm
4593            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
4594            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
4595            + t/lib/lc-language.t t/lib/lc-uk.t
4596            ! MANIFEST
4597 ____________________________________________________________________________
4598 [  9169] By: jhi                                   on 2001/03/15  14:19:01
4599         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
4600      Branch: perl
4601            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4602            ! ext/Storable/Storable.xs
4603 ____________________________________________________________________________
4604 [  9168] By: jhi                                   on 2001/03/15  14:13:22
4605         Log: Integrate changes #9120,9167 from mainline to maintperl.
4606              
4607              Subject: [PATCH 5.6.1] OS/2 docs
4608              
4609              Subject: [PATCH 5.6.1] perldoc
4610      Branch: maint-5.6/perl
4611           !> os2/Changes utils/perldoc.PL
4612 ____________________________________________________________________________
4613 [  9167] By: jhi                                   on 2001/03/15  14:07:42
4614         Log: Subject: [PATCH 5.6.1] perldoc
4615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4616              Date: Wed, 14 Mar 2001 23:46:52 -0500
4617              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
4618      Branch: perl
4619            ! utils/perldoc.PL
4620 ____________________________________________________________________________
4621 [  9166] By: jhi                                   on 2001/03/15  13:53:15
4622         Log: sigaction test condition tweakage.
4623      Branch: perl
4624            ! t/lib/sigaction.t
4625 ____________________________________________________________________________
4626 [  9165] By: alanbur                               on 2001/03/15  03:49:17
4627         Log: Resynchronised with parent
4628      Branch: maint-5.6/pureperl
4629           +> os2/os2add.sym t/op/anonsub.t
4630           !> (integrate 72 files)
4631 ____________________________________________________________________________
4632 [  9164] By: jhi                                   on 2001/03/15  01:05:01
4633         Log: Avoid stomping off the beginning of an array in tr///.
4634      Branch: perl
4635            ! op.c
4636 ____________________________________________________________________________
4637 [  9163] By: jhi                                   on 2001/03/15  00:58:57
4638         Log: h2ph strictness and cleanliness from Kurt Starsinic.
4639      Branch: perl
4640            ! utils/h2ph.PL
4641 ____________________________________________________________________________
4642 [  9162] By: gsar                                  on 2001/03/15  00:56:53
4643         Log: avoid warnings
4644      Branch: maint-5.6/perl
4645            ! t/op/magic.t
4646 ____________________________________________________________________________
4647 [  9161] By: gsar                                  on 2001/03/15  00:52:09
4648         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
4649              results
4650      Branch: maint-5.6/perl
4651            ! t/op/magic.t
4652 ____________________________________________________________________________
4653 [  9160] By: jhi                                   on 2001/03/14  22:02:10
4654         Log: Do not use the Perl malloc in IRIX, suggested by
4655              Helmus Jarausch.
4656      Branch: perl
4657            ! hints/irix_6.sh
4658 ____________________________________________________________________________
4659 [  9159] By: nick                                  on 2001/03/14  21:45:59
4660         Log: Integrate mainline
4661      Branch: perlio
4662           +> t/op/loopctl.t
4663           !> (integrate 41 files)
4664 ____________________________________________________________________________
4665 [  9158] By: jhi                                   on 2001/03/14  21:10:09
4666         Log: The Day of the Retractions continues: the #9138
4667              (integrated in #9144) doesn't work well in mainline.
4668      Branch: perl
4669            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4670            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4671            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4672 ____________________________________________________________________________
4673 [  9157] By: jhi                                   on 2001/03/14  20:58:12
4674         Log: The #9145 CANNOT be enabled: the clear_pmop code still
4675              dumps core all over in Tru64.
4676      Branch: perl
4677            ! op.c op.h t/op/pat.t
4678 ____________________________________________________________________________
4679 [  9156] By: jhi                                   on 2001/03/14  20:48:06
4680         Log: Integrate change #9154 from maintperl to mainline.
4681              
4682              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4683              (caused Storable 1.0.10 to break on windows)
4684      Branch: perl
4685           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4686           !> perlapi.c proto.h
4687 ____________________________________________________________________________
4688 [  9155] By: jhi                                   on 2001/03/14  20:23:53
4689         Log: Retract #9136: breaks threading (and binary compatibility).
4690      Branch: perl
4691            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4692 ____________________________________________________________________________
4693 [  9154] By: gsar                                  on 2001/03/14  17:48:18
4694         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
4695              (caused Storable 1.0.10 to break on windows)
4696      Branch: maint-5.6/perl
4697            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
4698            ! perlapi.c proto.h
4699 ____________________________________________________________________________
4700 [  9153] By: jhi                                   on 2001/03/14  13:35:21
4701         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
4702      Branch: perl
4703            ! t/lib/sigaction.t
4704 ____________________________________________________________________________
4705 [  9152] By: gsar                                  on 2001/03/14  07:29:40
4706         Log: back out changes#9012,9010,9009 and parts of change#9016
4707              (causes ABRs under purify, and some prerequisites don't
4708              seem to be there in 5.6.x)
4709      Branch: maint-5.6/perl
4710            ! doop.c op.c t/op/tr.t toke.c
4711 ____________________________________________________________________________
4712 [  9151] By: gsar                                  on 2001/03/14  07:01:29
4713         Log: reenable change#9145 (the test was busted due to a missing
4714              C<print "ok 27\n">)
4715      Branch: perl
4716            ! op.c op.h t/op/pat.t
4717 ____________________________________________________________________________
4718 [  9150] By: jhi                                   on 2001/03/14  06:38:36
4719         Log: Retract #9145.
4720      Branch: perl
4721            ! op.c op.h t/op/pat.t
4722 ____________________________________________________________________________
4723 [  9149] By: jhi                                   on 2001/03/14  06:14:56
4724         Log: Retract #9143.
4725      Branch: perl
4726            ! op.c
4727 ____________________________________________________________________________
4728 [  9148] By: gsar                                  on 2001/03/14  06:13:02
4729         Log: Uninitialized Memory Read in regexec.c
4730      Branch: perl
4731            ! regexec.c
4732 ____________________________________________________________________________
4733 [  9147] By: jhi                                   on 2001/03/14  04:59:54
4734         Log: Subject: PATCH: make goto work in nested eval ""
4735              From: Robin Houston <robin@kitsite.com>
4736              Date: Wed, 14 Mar 2001 04:16:10 +0000
4737              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
4738      Branch: perl
4739            ! pp_ctl.c t/op/goto.t
4740 ____________________________________________________________________________
4741 [  9146] By: jhi                                   on 2001/03/14  04:42:54
4742         Log: Preserve the #ifdef PERL_CORE in perly.h.
4743      Branch: perl
4744            ! perly.fixer
4745 ____________________________________________________________________________
4746 [  9145] By: jhi                                   on 2001/03/14  03:57:41
4747         Log: (Retracted by #9150.)
4748      Branch: perl
4749            ! op.c op.h t/op/pat.t
4750 ____________________________________________________________________________
4751 [  9144] By: jhi                                   on 2001/03/14  03:50:38
4752         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
4753              
4754              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4755              
4756              remove squelch controls for "Scalars leaked" messages in most places
4757              (these are now cured)
4758              
4759              fix another memory leak reported by purify (tie callbacks that
4760              croak can leak when wiping out magic)
4761      Branch: perl
4762           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
4763           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
4764           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
4765           !> t/pragma/warnings.t
4766 ____________________________________________________________________________
4767 [  9143] By: jhi                                   on 2001/03/14  03:37:53
4768         Log: (Retracted by #9149.)
4769      Branch: perl
4770            ! op.c
4771 ____________________________________________________________________________
4772 [  9142] By: gsar                                  on 2001/03/14  03:20:48
4773         Log: fix another memory leak reported by purify (tie callbacks that
4774              croak can leak when wiping out magic)
4775      Branch: maint-5.6/perl
4776            ! scope.c
4777 ____________________________________________________________________________
4778 [  9141] By: jhi                                   on 2001/03/14  02:55:00
4779         Log: Subject: PATCH for [ID 20010305.003]
4780              From: Robin Houston <robin@kitsite.com>
4781              Date: Wed, 14 Mar 2001 02:45:51 +0000
4782              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
4783      Branch: perl
4784            ! pp_ctl.c t/op/eval.t
4785 ____________________________________________________________________________
4786 [  9140] By: jhi                                   on 2001/03/14  02:41:54
4787         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4788              Date: Wed, 14 Mar 2001 01:52:51 +0000
4789              From: Robin Houston <robin@kitsite.com>
4790              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
4791              
4792              Fix for 2000313.004.
4793      Branch: perl
4794            ! pp_ctl.c t/op/goto.t
4795 ____________________________________________________________________________
4796 [  9139] By: jhi                                   on 2001/03/14  02:40:50
4797         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4798              From: Robin Houston <robin@kitsite.com>
4799              Date: Wed, 14 Mar 2001 00:43:45 +0000
4800              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
4801      Branch: perl
4802            + t/op/loopctl.t
4803            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
4804            ! vms/perly_c.vms
4805 ____________________________________________________________________________
4806 [  9138] By: gsar                                  on 2001/03/14  01:18:00
4807         Log: remove squelch controls for "Scalars leaked" messages in most places
4808              (these are now cured)
4809      Branch: maint-5.6/perl
4810            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
4811            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
4812            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
4813 ____________________________________________________________________________
4814 [  9137] By: gsar                                  on 2001/03/14  00:57:04
4815         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
4816      Branch: maint-5.6/perl
4817            ! regcomp.c
4818 ____________________________________________________________________________
4819 [  9136] By: jhi                                   on 2001/03/13  23:12:24
4820         Log: (Retracted by #9155)
4821              
4822              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
4823              From: Jens-Uwe Mager <jum@helios.de>
4824              Date: Wed, 21 Feb 2001 21:32:04 +0100
4825              Message-ID: <20010221213203.A18340@ans.helios.de>
4826      Branch: perl
4827            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4828 ____________________________________________________________________________
4829 [  9135] By: jhi                                   on 2001/03/13  22:50:05
4830         Log: Integrate perlio.
4831      Branch: perl
4832           !> pp.c
4833 ____________________________________________________________________________
4834 [  9134] By: jhi                                   on 2001/03/13  22:49:05
4835         Log: Integrate change #9131 from maintperl into mainline.
4836              
4837              make the error text look more consistent in hints/hpux.sh
4838      Branch: perl
4839           !> hints/hpux.sh
4840 ____________________________________________________________________________
4841 [  9133] By: gsar                                  on 2001/03/13  22:46:20
4842         Log: integrate change#9067 from mainline
4843              
4844              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
4845      Branch: maint-5.6/perl
4846           !> lib/ExtUtils/MM_Unix.pm
4847 ____________________________________________________________________________
4848 [  9132] By: jhi                                   on 2001/03/13  22:41:21
4849         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
4850              From: "John P. Linderman" <jpl@research.att.com>
4851              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
4852              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
4853              
4854              A more correct prime finder.
4855      Branch: perl
4856            ! lib/Tie/SubstrHash.pm
4857 ____________________________________________________________________________
4858 [  9131] By: gsar                                  on 2001/03/13  22:30:42
4859         Log: make the error text look more consistent in hints/hpux.sh
4860      Branch: maint-5.6/perl
4861            ! hints/hpux.sh
4862 ____________________________________________________________________________
4863 [  9130] By: jhi                                   on 2001/03/13  22:23:44
4864         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
4865              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4866              Date: Tue, 13 Mar 2001 18:41:26 +0100
4867              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
4868              
4869              If the test is run non-interactively the default handler
4870              is different.
4871      Branch: perl
4872            ! t/lib/sigaction.t
4873 ____________________________________________________________________________
4874 [  9129] By: jhi                                   on 2001/03/13  22:20:21
4875         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
4876              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4877              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
4878              Date:     Tue, 13 Mar 2001 16:44:32 EST
4879      Branch: perl
4880            ! t/lib/1_compile.t
4881 ____________________________________________________________________________
4882 [  9128] By: jhi                                   on 2001/03/13  22:18:34
4883         Log: Subject: Another patch for integer.pm POD 
4884              From: "John L. Allen" <allen@grumman.com>
4885              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
4886              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
4887      Branch: perl
4888            ! lib/integer.pm
4889 ____________________________________________________________________________
4890 [  9127] By: nick                                  on 2001/03/13  21:26:30
4891         Log: Integrate mainline.
4892      Branch: perlio
4893           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
4894           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
4895           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
4896           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
4897           !> Changes Configure MANIFEST README.os2 README.os390
4898           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
4899           !> os2/Changes patchlevel.h win32/perlhost.h
4900 ____________________________________________________________________________
4901 [  9126] By: nick                                  on 2001/03/13  20:39:51
4902         Log: #ifdef'ed out code to make packed side of pack/unpack
4903              octets. (i.e. pack('U') => encode_utf8).
4904      Branch: perlio
4905            ! pp.c
4906 ____________________________________________________________________________
4907 [  9125] By: jhi                                   on 2001/03/13  15:07:16
4908         Log: Update Changes.
4909      Branch: perl
4910            ! Changes patchlevel.h
4911 ____________________________________________________________________________
4912 [  9124] By: jhi                                   on 2001/03/13  14:22:45
4913         Log: Workaround for the buggy ("internal compiler error")
4914              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
4915              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
4916              of Andreas König.
4917      Branch: perl
4918            ! ext/re/Makefile.PL hints/aix.sh
4919 ____________________________________________________________________________
4920 [  9123] By: jhi                                   on 2001/03/13  03:24:34
4921         Log: Typo in #9114.
4922      Branch: metaconfig
4923            ! U/modified/myhostname.U
4924 ____________________________________________________________________________
4925 [  9122] By: jhi                                   on 2001/03/13  03:24:06
4926         Log: Typo in #9113.
4927      Branch: perl
4928            ! Configure
4929 ____________________________________________________________________________
4930 [  9121] By: jhi                                   on 2001/03/13  01:53:05
4931         Log: Forgot to check-in the larger part of #9120, duh.
4932      Branch: perl
4933            ! README.os2
4934 ____________________________________________________________________________
4935 [  9120] By: jhi                                   on 2001/03/13  01:51:31
4936         Log: Subject: [PATCH 5.6.1] OS/2 docs
4937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4938              Date: Mon, 12 Mar 2001 03:27:32 -0500
4939              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
4940      Branch: perl
4941            ! os2/Changes
4942 ____________________________________________________________________________
4943 [  9119] By: jhi                                   on 2001/03/13  01:49:41
4944         Log: Integrate change #9116 from maintperl into mainline.
4945              
4946              Win32::GetCwd() returns C: instead of C:\ in the root directory
4947              under ithreads
4948      Branch: perl
4949           !> win32/perlhost.h
4950 ____________________________________________________________________________
4951 [  9118] By: jhi                                   on 2001/03/13  01:13:39
4952         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
4953      Branch: perl
4954            + lib/Switch.pm t/lib/switch.t
4955            ! MANIFEST
4956 ____________________________________________________________________________
4957 [  9117] By: jhi                                   on 2001/03/13  01:03:17
4958         Log: Add Text::Balanced 1.83.
4959      Branch: perl
4960            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
4961            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
4962            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
4963            + t/lib/tb-xvari.t
4964            ! MANIFEST
4965 ____________________________________________________________________________
4966 [  9116] By: gsar                                  on 2001/03/13  00:55:53
4967         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
4968              under ithreads
4969      Branch: maint-5.6/perl
4970            ! win32/perlhost.h
4971 ____________________________________________________________________________
4972 [  9115] By: jhi                                   on 2001/03/13  00:54:09
4973         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
4974              From: "John L. Allen" <allen@grumman.com>
4975              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
4976              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
4977              
4978              use integer document clarification.
4979      Branch: perl
4980            ! lib/integer.pm
4981 ____________________________________________________________________________
4982 [  9114] By: jhi                                   on 2001/03/13  00:38:54
4983         Log: Metaconfig unit change for #9113.
4984      Branch: metaconfig
4985            ! U/modified/myhostname.U
4986 ____________________________________________________________________________
4987 [  9113] By: jhi                                   on 2001/03/13  00:38:35
4988         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?)
4989              From: Peter Prymmer <pvhp@forte.com>
4990              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
4991              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
4992      Branch: perl
4993            ! Configure README.os390 hints/os390.sh
4994 ____________________________________________________________________________
4995 [  9112] By: jhi                                   on 2001/03/13  00:29:00
4996         Log: Integrate perlio.
4997      Branch: perl
4998           !> sv.c utf8.h
4999 ____________________________________________________________________________
5000 [  9111] By: nick                                  on 2001/03/12  21:16:33
5001         Log: Integrate mainline.
5002      Branch: perlio
5003           +> t/op/anonsub.t
5004           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5005           !> proto.h sv.c
5006 ____________________________________________________________________________
5007 [  9110] By: nick                                  on 2001/03/12  21:00:13
5008         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
5009      Branch: perlio
5010            ! sv.c utf8.h
5011 ____________________________________________________________________________
5012 [  9109] By: jhi                                   on 2001/03/12  16:04:47
5013         Log: Integrate change #9108 from maintperl to mainline.
5014              
5015              fix memory leak in C<sub X { sub {} }> arising from a refcount
5016              loop between the outer sub and the inner prototype anonsub
5017              
5018              this also enables closures returned by subroutines that
5019              subsequently get redefined to work without generating coredumps :)
5020              
5021              completely removed the free_closures() hack--it shouldn't be
5022              needed anymore
5023      Branch: perl
5024           +> t/op/anonsub.t
5025           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5026           !> proto.h sv.c
5027 ____________________________________________________________________________
5028 [  9108] By: gsar                                  on 2001/03/12  10:21:31
5029         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
5030              loop between the outer sub and the inner prototype anonsub
5031              
5032              this also enables closures returned by subroutines that
5033              subsequently get redefined to work without generating coredumps :)
5034              
5035              completely removed the free_closures() hack--it shouldn't be
5036              needed anymore
5037      Branch: maint-5.6/perl
5038            + t/op/anonsub.t
5039            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
5040            ! proto.h sv.c
5041 ____________________________________________________________________________
5042 [  9107] By: jhi                                   on 2001/03/12  05:15:31
5043         Log: Integrate perlio.
5044      Branch: perl
5045           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
5046 ____________________________________________________________________________
5047 [  9106] By: nick                                  on 2001/03/11  20:10:12
5048         Log: regcomp.c is working in native space, not Unicode space (if different)
5049              as it is doing compare against 'W' in \W etc.
5050      Branch: perlio
5051            ! regcomp.c
5052 ____________________________________________________________________________
5053 [  9105] By: nick                                  on 2001/03/11  19:39:34
5054         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
5055              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
5056      Branch: perlio
5057            ! regcomp.c toke.c utf8.c
5058 ____________________________________________________________________________
5059 [  9104] By: nick                                  on 2001/03/11  18:15:44
5060         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
5061      Branch: perlio
5062            ! sv.c
5063 ____________________________________________________________________________
5064 [  9103] By: nick                                  on 2001/03/11  18:03:28
5065         Log: Integrate mainline (for regexp stuff).
5066      Branch: perlio
5067           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5068           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
5069           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
5070           !> t/lib/errno.t t/op/pat.t
5071 ____________________________________________________________________________
5072 [  9102] By: nick                                  on 2001/03/11  17:44:20
5073         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
5074              - exclude layer syms in makedef.pl for sfio
5075              - also inhibit Encode from trying to build ":encode()" layer.
5076      Branch: perlio
5077            ! ext/Encode/Encode.xs makedef.pl
5078 ____________________________________________________________________________
5079 [  9101] By: jhi                                   on 2001/03/10  22:38:13
5080         Log: The $Is_MacOS needs to be declared.
5081      Branch: perl
5082            ! lib/ExtUtils/Manifest.pm
5083 ____________________________________________________________________________
5084 [  9100] By: jhi                                   on 2001/03/10  22:14:29
5085         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
5086              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
5087              pollute the symbolspace if using sfio.
5088      Branch: perl
5089            ! ext/Encode/Encode.xs
5090 ____________________________________________________________________________
5091 [  9099] By: jhi                                   on 2001/03/10  21:58:48
5092         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
5093              Date: Sat, 10 Mar 2001 14:23:55 -0500
5094              From: Chris Nandor <pudge@pobox.com>
5095              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
5096      Branch: perl
5097            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
5098            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
5099            ! t/lib/errno.t
5100 ____________________________________________________________________________
5101 [  9098] By: jhi                                   on 2001/03/10  21:38:30
5102         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
5103      Branch: perl
5104            ! regcomp.c regexec.c t/op/pat.t
5105 ____________________________________________________________________________
5106 [  9097] By: jhi                                   on 2001/03/10  14:38:07
5107         Log: Integrate perlio.
5108      Branch: perl
5109           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
5110           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
5111           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
5112 ____________________________________________________________________________
5113 [  9096] By: nick                                  on 2001/03/10  11:55:43
5114         Log: EBCDIC sanity - phase I
5115              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
5116              - use utf8n_xxxx (c.f. pvn) for forms which take length.
5117              - back out vN.N and $^V exceptions to e2a/a2e
5118              - make "locale" isxxx macros be uvchr (may be redundant?)
5119              
5120              Not clear yet that toUPPER_uni et. al. return being handled correctly.
5121              The tr// and rexexp stuff still needs an audit, assumption is they are working
5122              in Unicode space.
5123              
5124              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
5125      Branch: perlio
5126            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
5127            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
5128            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
5129 ____________________________________________________________________________
5130 [  9095] By: jhi                                   on 2001/03/09  22:10:01
5131         Log: Integrate perlio.
5132      Branch: perl
5133           !> dump.c
5134 ____________________________________________________________________________
5135 [  9094] By: nick                                  on 2001/03/09  17:36:38
5136         Log: Builds an passes all tests after integrate and this tweak.
5137      Branch: perlio
5138            ! dump.c
5139 ____________________________________________________________________________
5140 [  9093] By: nick                                  on 2001/03/09  17:16:03
5141         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
5142      Branch: perlio
5143           +> lib/unicode/Scripts.txt t/lib/sigaction.t
5144           !> (integrate 79 files)
5145 ____________________________________________________________________________
5146 [  9092] By: jhi                                   on 2001/03/09  15:28:26
5147         Log: Update Changes.
5148      Branch: perl
5149            ! Changes patchlevel.h
5150 ____________________________________________________________________________
5151 [  9091] By: jhi                                   on 2001/03/09  15:25:05
5152         Log: In op/stat #35 better to scan all the potential directories
5153              for setuids, not just the first one.
5154      Branch: perl
5155            ! t/op/stat.t
5156 ____________________________________________________________________________
5157 [  9090] By: jhi                                   on 2001/03/09  15:01:27
5158         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
5159              From: rspier@pobox.com (Robert Spier)
5160              Date: Fri, 9 Mar 2001 03:30:20 -0500
5161              Message-ID: <15016.38044.381174.160189@rls.cx>
5162              
5163              EXISTS() returning undef mistakenly triggered a FETCH().
5164      Branch: perl
5165            ! hv.c
5166 ____________________________________________________________________________
5167 [  9089] By: jhi                                   on 2001/03/09  14:59:02
5168         Log: Add /sbin and /usr/sbin to the list of directories scanned
5169              for setuid programs.  Takes care of bug id 20010309.003.
5170      Branch: perl
5171            ! t/op/stat.t
5172 ____________________________________________________________________________
5173 [  9088] By: jhi                                   on 2001/03/09  14:48:32
5174         Log: Regen perlapi, perltoc.
5175      Branch: perl
5176            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
5177 ____________________________________________________________________________
5178 [  9087] By: jhi                                   on 2001/03/09  14:38:56
5179         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
5180              From: David Mitchell <davem@fdgroup.co.uk>
5181              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
5182              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
5183      Branch: perl
5184            ! dump.c perl.c perl.h pod/perlrun.pod
5185 ____________________________________________________________________________
5186 [  9086] By: jhi                                   on 2001/03/09  01:47:16
5187         Log: A modified version of
5188              
5189              Subject: [ID 20010307.005] POSIX::sigaction has various problems
5190              From: anders@broadcom.com
5191              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
5192              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
5193              
5194              Currently the sigaction.t test #6 fails (and is fudged to look
5195              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
5196              This may well be a genuine bug in Linux sigaction() (since at
5197              least Tru64, Solaris, and HP-UX disagree with Linux).
5198              Anyone with POSIX / SUSv2 tome handy?  The problem is that
5199              the flags of the oldaction don't match with the flags in
5200              the previously installed disposition.
5201      Branch: perl
5202            + t/lib/sigaction.t
5203            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5204 ____________________________________________________________________________
5205 [  9085] By: jhi                                   on 2001/03/09  01:30:13
5206         Log: Subject: Re: mission impossible for the day
5207              From: Alex Gough <alex@rcon.org>
5208              Date: Thu, 08 Mar 2001 17:18:19 +0000
5209              Message-ID: <3AA7BEDB.8070409@rcon.org>
5210              
5211              If references (are overloaded) and can be directly stringified,
5212              show that instead of "stringified".
5213              
5214              (The problem, infinite mutual recursion caused by overloaded bool
5215              in Switch.pm, tracked by David Mitchell)
5216      Branch: perl
5217            ! lib/Carp/Heavy.pm
5218 ____________________________________________________________________________
5219 [  9084] By: jhi                                   on 2001/03/09  01:20:39
5220         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
5221              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
5222              From: David Mitchell <davem@fdgroup.co.uk>
5223              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
5224      Branch: perl
5225            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
5226            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
5227 ____________________________________________________________________________
5228 [  9083] By: jhi                                   on 2001/03/09  01:16:51
5229         Log: Subject: [PATCH] perldata.pod here-doc docs
5230              From: Jeff Pinyan <jeffp@crusoe.net>
5231              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
5232              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
5233      Branch: perl
5234            ! pod/perldata.pod
5235 ____________________________________________________________________________
5236 [  9082] By: jhi                                   on 2001/03/09  01:01:27
5237         Log: Subject: Re: Unicode/EBCDIC
5238              From: Peter Prymmer <pvhp@forte.com>
5239              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
5240              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
5241      Branch: perl
5242            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
5243 ____________________________________________________________________________
5244 [  9081] By: jhi                                   on 2001/03/08  13:41:30
5245         Log: Subject: Ooops, wrong 'no *POSIX' Patch
5246              From: Dorner Thomas <Thomas.Dorner@start.de>
5247              Date: Thu, 8 Mar 2001 08:43:28 +0100
5248              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
5249      Branch: perl
5250            ! hints/posix-bc.sh
5251 ____________________________________________________________________________
5252 [  9080] By: jhi                                   on 2001/03/08  13:11:42
5253         Log: It's Scripts.txt, not Script.txt.
5254      Branch: perl
5255            ! MANIFEST
5256 ____________________________________________________________________________
5257 [  9079] By: jhi                                   on 2001/03/08  12:59:05
5258         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
5259              From: Dorner Thomas <Thomas.Dorner@start.de>
5260              Date: Wed, 7 Mar 2001 14:13:31 +0100
5261              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
5262      Branch: perl
5263            ! makedepend.SH
5264 ____________________________________________________________________________
5265 [  9078] By: jhi                                   on 2001/03/08  12:57:43
5266         Log: Retract #9069, wrong patch.
5267      Branch: perl
5268            ! Makefile.SH
5269 ____________________________________________________________________________
5270 [  9077] By: jhi                                   on 2001/03/08  01:06:13
5271         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
5272      Branch: perl
5273            + lib/unicode/Scripts.txt
5274            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
5275            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
5276            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
5277            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
5278            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
5279            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
5280            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
5281            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
5282            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
5283            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
5284            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
5285            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
5286            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
5287            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
5288            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
5289            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
5290            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
5291            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
5292            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
5293            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
5294            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
5295            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
5296            ! lib/unicode/version
5297 ____________________________________________________________________________
5298 [  9076] By: jhi                                   on 2001/03/07  22:59:39
5299         Log: Integrate change #7784 from mainline into maintperl.
5300              
5301              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
5302      Branch: maint-5.6/perl
5303           !> pp_ctl.c t/op/pat.t
5304 ____________________________________________________________________________
5305 [  9075] By: jhi                                   on 2001/03/07  22:05:11
5306         Log: More UTF-8 test tweaks.
5307      Branch: perl
5308            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
5309 ____________________________________________________________________________
5310 [  9074] By: nick                                  on 2001/03/07  21:39:29
5311         Log: Integrate mainline.
5312      Branch: perlio
5313           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
5314           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
5315           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
5316           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
5317           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
5318 ____________________________________________________________________________
5319 [  9073] By: jhi                                   on 2001/03/07  16:37:09
5320         Log: Update Changes.
5321      Branch: perl
5322            ! Changes patchlevel.h
5323 ____________________________________________________________________________
5324 [  9072] By: jhi                                   on 2001/03/07  16:32:30
5325         Log: Subject: [ID 20010306.004] || != named unary operator
5326              From: abela@geneanet.org
5327              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
5328              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
5329      Branch: perl
5330            ! pod/perlop.pod
5331 ____________________________________________________________________________
5332 [  9071] By: jhi                                   on 2001/03/07  15:14:11
5333         Log: Subject: downgrading to bytes for common functions
5334              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
5335              Date: Wed, 7 Mar 2001 02:36:55 -0500
5336              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
5337      Branch: perl
5338            ! pp_sys.c
5339 ____________________________________________________________________________
5340 [  9070] By: jhi                                   on 2001/03/07  15:04:58
5341         Log: Clarify the description differentiating for and while; inspired by
5342              
5343              Subject: [ID 20010306.002] for/while difference in for definition
5344              From: abela@geneanet.org
5345              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
5346              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
5347      Branch: perl
5348            ! pod/perlsyn.pod
5349 ____________________________________________________________________________
5350 [  9069] By: jhi                                   on 2001/03/07  14:55:30
5351         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
5352              From: Dorner Thomas <Thomas.Dorner@start.de>
5353              Date: Wed, 7 Mar 2001 14:13:31 +0100
5354              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
5355      Branch: perl
5356            ! Makefile.SH
5357 ____________________________________________________________________________
5358 [  9068] By: jhi                                   on 2001/03/07  14:51:17
5359         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
5360              From: Radu Greab <radu@netsoft.ro>
5361              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
5362              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
5363      Branch: perl
5364            ! pp.c t/op/chop.t
5365 ____________________________________________________________________________
5366 [  9067] By: jhi                                   on 2001/03/07  14:48:57
5367         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
5368              From: Simon Cozens <simon@netthink.co.uk>
5369              Date: Wed, 7 Mar 2001 13:59:28 +0000
5370              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
5371              
5372              In order to allow MakeMaker to build correct Makefiles,
5373              you need to change the order of the arguments in MM_Unix.pm
5374              as well. (Unless you have C89_CCMODE set, but we're trying
5375              to be POSIXly correct)
5376              
5377              Thanks to Merijn Broeren for tracking this down.
5378      Branch: perl
5379            ! lib/ExtUtils/MM_Unix.pm
5380 ____________________________________________________________________________
5381 [  9066] By: jhi                                   on 2001/03/07  14:30:02
5382         Log: Floating point too messy.
5383      Branch: perl
5384            ! t/camel-III/vstring.t
5385 ____________________________________________________________________________
5386 [  9065] By: jhi                                   on 2001/03/07  14:17:44
5387         Log: Integrate change #9064 from maintperl into mainline.
5388              
5389              fix memory leak in pack("Bb",...)
5390      Branch: perl
5391           !> perl.c
5392 ____________________________________________________________________________
5393 [  9064] By: gsar                                  on 2001/03/07  06:29:24
5394         Log: fix memory leak in pack("Bb",...)
5395      Branch: maint-5.6/perl
5396            ! perl.c
5397 ____________________________________________________________________________
5398 [  9063] By: jhi                                   on 2001/03/07  00:55:04
5399         Log: Major utf8 test reorganisation and rewrite.
5400              Hopefully no tests were lost in the shuffle.
5401              (The beginning of pragma/utf8 was lost intentionally,
5402              the tests were rather bogus and incomplete.)
5403      Branch: perl
5404            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
5405            ! t/pragma/utf8.t
5406 ____________________________________________________________________________
5407 [  9062] By: jhi                                   on 2001/03/07  00:41:16
5408         Log: More tweakage on the Unicode character class descriptions.
5409      Branch: perl
5410            ! lib/unicode/mktables.PL pod/perlretut.pod
5411 ____________________________________________________________________________
5412 [  9061] By: jhi                                   on 2001/03/06  23:12:38
5413         Log: The perlretut was still talking about the old \p and \P
5414              definitions.
5415      Branch: perl
5416            ! pod/perlretut.pod
5417 ____________________________________________________________________________
5418 [  9060] By: nick                                  on 2001/03/06  20:52:37
5419         Log: Integrate mainline (make test works again now).
5420      Branch: perlio
5421           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
5422 ____________________________________________________________________________
5423 [  9059] By: jhi                                   on 2001/03/06  15:36:14
5424         Log: 0.999... does equal 1.0, doesn't it?
5425      Branch: perl
5426            ! t/camel-III/vstring.t
5427 ____________________________________________________________________________
5428 [  9058] By: jhi                                   on 2001/03/06  15:34:00
5429         Log: Make /x{abcd}/ to work without use utf8.
5430      Branch: perl
5431            ! regcomp.c
5432 ____________________________________________________________________________
5433 [  9057] By: jhi                                   on 2001/03/06  03:02:36
5434         Log: Easier to outcomment all the three reset() tests for now.
5435      Branch: perl
5436            ! t/op/pat.t
5437 ____________________________________________________________________________
5438 [  9056] By: jhi                                   on 2001/03/06  02:30:02
5439         Log: Comment out the deadly reset; until the 20010301.005
5440              is finally fixed.
5441      Branch: perl
5442            ! t/op/pat.t
5443 ____________________________________________________________________________
5444 [  9055] By: jhi                                   on 2001/03/06  02:21:26
5445         Log: Integrate the change #9054 from mainline:
5446              retract the PMOP cleanup patch pending further investigation.
5447      Branch: maint-5.6/perl
5448           !> op.c op.h
5449 ____________________________________________________________________________
5450 [  9054] By: jhi                                   on 2001/03/06  02:19:57
5451         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
5452              with oddly familiar stack traces.
5453      Branch: perl
5454            ! op.c op.h
5455 ____________________________________________________________________________
5456 [  9053] By: jhi                                   on 2001/03/05  23:20:28
5457         Log: Integrate perlio.
5458      Branch: perl
5459           +> ext/Encode/Encode/koi8-r.ucm
5460           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5461           !> makedef.pl
5462 ____________________________________________________________________________
5463 [  9052] By: nick                                  on 2001/03/05  23:08:17
5464         Log: skipping USE_PERLIO symbols correction.
5465      Branch: perlio
5466            ! makedef.pl
5467 ____________________________________________________________________________
5468 [  9051] By: nick                                  on 2001/03/05  22:35:07
5469         Log: More Encode alias tidying.
5470      Branch: perlio
5471            + ext/Encode/Encode/koi8-r.ucm
5472            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
5473 ____________________________________________________________________________
5474 [  9050] By: jhi                                   on 2001/03/05  21:44:29
5475         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
5476              Sarathy's fix for ID 20010301.005.
5477      Branch: maint-5.6/perl
5478           !> op.c op.h
5479 ____________________________________________________________________________
5480 [  9049] By: nick                                  on 2001/03/05  19:54:04
5481         Log: Integrate Jarkko's Encode.pm tweak.
5482      Branch: perlio
5483           !> ext/Encode/Encode.pm
5484 ____________________________________________________________________________
5485 [  9048] By: nick                                  on 2001/03/05  19:47:57
5486         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
5487      Branch: perlio
5488           +> os2/os2add.sym
5489           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
5490           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
5491           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
5492           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
5493           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
5494 ____________________________________________________________________________
5495 [  9047] By: jhi                                   on 2001/03/05  19:25:26
5496         Log: Regen perlapi.
5497      Branch: perl
5498            ! pod/perlapi.pod
5499 ____________________________________________________________________________
5500 [  9046] By: jhi                                   on 2001/03/05  19:12:14
5501         Log: Integrate perlio.
5502      Branch: perl
5503           +> t/camel-III/vstring.t
5504           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
5505 ____________________________________________________________________________
5506 [  9045] By: jhi                                   on 2001/03/05  19:10:36
5507         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
5508      Branch: perl
5509            ! ext/Encode/Encode.pm
5510 ____________________________________________________________________________
5511 [  9044] By: jhi                                   on 2001/03/05  18:49:12
5512         Log: Forgot the other half of the PMOP patch (#9033).
5513      Branch: perl
5514            ! op.h
5515 ____________________________________________________________________________
5516 [  9043] By: nick                                  on 2001/03/05  18:14:47
5517         Log: Update MANIFEST for new test.
5518      Branch: perlio
5519            ! MANIFEST
5520 ____________________________________________________________________________
5521 [  9042] By: nick                                  on 2001/03/05  18:12:41
5522         Log: Some tests for Camel 3rd edition features.
5523              Make gethostbyaddr() test in above work.
5524      Branch: perlio
5525            + t/camel-III/vstring.t
5526            ! pp.h pp_sys.c t/TEST t/harness
5527 ____________________________________________________________________________
5528 [  9041] By: jhi                                   on 2001/03/05  17:41:48
5529         Log: Add more ISO 8859 encoding aliases.
5530      Branch: perl
5531            ! ext/Encode/Encode.pm
5532 ____________________________________________________________________________
5533 [  9040] By: jhi                                   on 2001/03/05  17:30:43
5534         Log: Integrate perlio.
5535      Branch: perl
5536           !> MANIFEST sv.c
5537 ____________________________________________________________________________
5538 [  9039] By: nick                                  on 2001/03/05  17:11:36
5539         Log: Missed added file.
5540      Branch: perlio
5541            ! MANIFEST
5542 ____________________________________________________________________________
5543 [  9038] By: jhi                                   on 2001/03/05  15:58:01
5544         Log: Add tr tests for EBCDIC, from Karsten Sperling.
5545      Branch: perl
5546            ! t/op/tr.t
5547 ____________________________________________________________________________
5548 [  9037] By: nick                                  on 2001/03/05  15:56:35
5549         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
5550              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
5551              
5552              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
5553              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
5554              - uses SvPV() rather than sv_2pv() in case it isn't a string.
5555      Branch: perlio
5556            ! sv.c
5557 ____________________________________________________________________________
5558 [  9036] By: jhi                                   on 2001/03/05  15:49:15
5559         Log: Add matching tests currently failing in EBCDIC,
5560              suggested by Karsten Sperling.
5561      Branch: perl
5562            ! t/op/pat.t
5563 ____________________________________________________________________________
5564 [  9035] By: jhi                                   on 2001/03/05  15:36:55
5565         Log: The #9034 needs a MANIFESTation.
5566      Branch: perl
5567            ! MANIFEST
5568 ____________________________________________________________________________
5569 [  9034] By: jhi                                   on 2001/03/05  15:35:14
5570         Log: Integrate perlio.
5571      Branch: perl
5572           +> ext/Encode/Encode/Tcl.pm
5573           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
5574           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5575           !> ext/Encode/Encode/iso8859-1.ucm
5576           !> ext/Encode/Encode/iso8859-10.ucm
5577           !> ext/Encode/Encode/iso8859-13.ucm
5578           !> ext/Encode/Encode/iso8859-14.ucm
5579           !> ext/Encode/Encode/iso8859-15.ucm
5580           !> ext/Encode/Encode/iso8859-16.ucm
5581           !> ext/Encode/Encode/iso8859-2.ucm
5582           !> ext/Encode/Encode/iso8859-3.ucm
5583           !> ext/Encode/Encode/iso8859-4.ucm
5584           !> ext/Encode/Encode/iso8859-5.ucm
5585           !> ext/Encode/Encode/iso8859-6.ucm
5586           !> ext/Encode/Encode/iso8859-7.ucm
5587           !> ext/Encode/Encode/iso8859-8.ucm
5588           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5589           !> t/lib/encode.t
5590 ____________________________________________________________________________
5591 [  9033] By: jhi                                   on 2001/03/05  15:33:18
5592         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
5593              From: Gurusamy Sarathy <gsar@ActiveState.com>
5594              Date: Sun, 04 Mar 2001 22:33:15 -0800
5595              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
5596              
5597              PMOPs need to remember their own stash so that they can
5598              gracefully remove themselves from their linked list.
5599      Branch: perl
5600            ! op.c
5601 ____________________________________________________________________________
5602 [  9032] By: nick                                  on 2001/03/05  14:51:50
5603         Log: Encode implementation "completion"
5604              Implement and document define_encoding()
5605              Implement and document encoding aliases including define_alias()
5606              Make Encode::XS use define_encoding() rather than back-door.
5607              Move run-time *.enc to separate Encode::Tcl module.
5608              Make 'compile' honour <codeset_name>
5609              Change canonical names of to iso-8859-* and US-ascii.
5610      Branch: perlio
5611            + ext/Encode/Encode/Tcl.pm
5612            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
5613            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
5614            ! ext/Encode/Encode/iso8859-1.ucm
5615            ! ext/Encode/Encode/iso8859-10.ucm
5616            ! ext/Encode/Encode/iso8859-13.ucm
5617            ! ext/Encode/Encode/iso8859-14.ucm
5618            ! ext/Encode/Encode/iso8859-15.ucm
5619            ! ext/Encode/Encode/iso8859-16.ucm
5620            ! ext/Encode/Encode/iso8859-2.ucm
5621            ! ext/Encode/Encode/iso8859-3.ucm
5622            ! ext/Encode/Encode/iso8859-4.ucm
5623            ! ext/Encode/Encode/iso8859-5.ucm
5624            ! ext/Encode/Encode/iso8859-6.ucm
5625            ! ext/Encode/Encode/iso8859-7.ucm
5626            ! ext/Encode/Encode/iso8859-8.ucm
5627            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
5628            ! t/lib/encode.t
5629 ____________________________________________________________________________
5630 [  9031] By: jhi                                   on 2001/03/05  13:51:17
5631         Log: Integrate change #9030 from maintperl into mainline.
5632              
5633              Subject: [PATCH 5.6.1] OS/2 cleanup
5634      Branch: perl
5635           +> os2/os2add.sym
5636           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5637           !> makedef.pl os2/Changes os2/Makefile.SHs
5638           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5639           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5640           !> os2/os2.sym os2/os2ish.h
5641 ____________________________________________________________________________
5642 [  9030] By: jhi                                   on 2001/03/05  13:46:49
5643         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
5644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5645              Date: Mon, 5 Mar 2001 02:29:44 -0500
5646              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
5647      Branch: maint-5.6/perl
5648            + os2/os2add.sym
5649            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
5650            ! makedef.pl os2/Changes os2/Makefile.SHs
5651            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
5652            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
5653            ! os2/os2.sym os2/os2ish.h
5654 ____________________________________________________________________________
5655 [  9029] By: jhi                                   on 2001/03/05  13:40:35
5656         Log: Integrate change #9028 from maintperl into mainline.
5657              
5658              various nits in MM_Unix.pm found by disabling SelfLoader
5659      Branch: perl
5660           !> lib/ExtUtils/MM_Unix.pm
5661 ____________________________________________________________________________
5662 [  9028] By: gsar                                  on 2001/03/05  09:58:38
5663         Log: various nits in MM_Unix.pm found by disabling SelfLoader
5664      Branch: maint-5.6/perl
5665            ! lib/ExtUtils/MM_Unix.pm
5666 ____________________________________________________________________________
5667 [  9027] By: nick                                  on 2001/03/05  08:35:22
5668         Log: Integrate mainline
5669      Branch: perlio
5670           !> (integrate 28 files)
5671 ____________________________________________________________________________
5672 [  9026] By: jhi                                   on 2001/03/05  02:14:59
5673         Log: Integrate change #9025 from mainline to maintperl,
5674              retract \N{U+HHHH}.
5675      Branch: maint-5.6/perl
5676           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5677           !> t/lib/charnames.t toke.c
5678 ____________________________________________________________________________
5679 [  9025] By: jhi                                   on 2001/03/05  02:13:09
5680         Log: Retracting \N{U+HHHH}.
5681      Branch: perl
5682            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5683            ! t/lib/charnames.t toke.c
5684 ____________________________________________________________________________
5685 [  9024] By: jhi                                   on 2001/03/04  20:51:07
5686         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
5687              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
5688              Date: Fri, 02 Mar 2001 18:25:26 +0100
5689              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
5690              
5691              Casting problem.
5692      Branch: perl
5693            ! ext/Storable/Storable.xs
5694 ____________________________________________________________________________
5695 [  9023] By: jhi                                   on 2001/03/04  19:46:45
5696         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
5697              From: nick@talking.bollo.cx
5698              Date: Sat, 03 Mar 2001 21:41:33 +0000
5699              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
5700              
5701              Revert the workaround.
5702      Branch: perl
5703            ! perlio.c
5704 ____________________________________________________________________________
5705 [  9022] By: jhi                                   on 2001/03/04  19:36:28
5706         Log: Update Changes.
5707      Branch: perl
5708            ! Changes patchlevel.h
5709 ____________________________________________________________________________
5710 [  9021] By: jhi                                   on 2001/03/04  18:41:00
5711         Log: makedef.pl updates suggested by Chris Nandor; double-checking
5712              the changes in AIX, OS/2 Win32 would be nice.
5713      Branch: perl
5714            ! makedef.pl
5715 ____________________________________________________________________________
5716 [  9020] By: jhi                                   on 2001/03/04  18:23:58
5717         Log: Integrate change #9012 from maintperl into mainline,
5718              quench a compiler warning.
5719      Branch: perl
5720           !> toke.c
5721 ____________________________________________________________________________
5722 [  9019] By: jhi                                   on 2001/03/04  18:18:43
5723         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
5724              
5725              \N{U+HHHH} fix.
5726              
5727              pattern in G_ARRAY context
5728      Branch: maint-5.6/perl
5729           !> pp_hot.c t/op/pat.t toke.c
5730 ____________________________________________________________________________
5731 [  9018] By: jhi                                   on 2001/03/04  18:07:48
5732         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
5733              From: Jeff Pinyan <jeffp@crusoe.net>
5734              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
5735              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
5736      Branch: perl
5737            ! pp_hot.c t/op/pat.t
5738 ____________________________________________________________________________
5739 [  9017] By: jhi                                   on 2001/03/04  18:06:21
5740         Log: I thought I tested the #9014.
5741      Branch: perl
5742            ! toke.c
5743 ____________________________________________________________________________
5744 [  9016] By: jhi                                   on 2001/03/04  17:41:22
5745         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
5746              
5747              Tweak the get*ent() OS/2 prototypes.
5748              
5749              Add the \N{U+HHHH} syntax.
5750              
5751              More tr/// UTF-8 fixes from Inaba Hiroto.
5752      Branch: maint-5.6/perl
5753           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
5754           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
5755 ____________________________________________________________________________
5756 [  9015] By: jhi                                   on 2001/03/04  17:36:04
5757         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
5758      Branch: perl
5759            ! doop.c t/op/tr.t
5760 ____________________________________________________________________________
5761 [  9014] By: jhi                                   on 2001/03/04  17:24:49
5762         Log: Add the \N{U+HHHH} syntax.
5763      Branch: perl
5764            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
5765            ! t/lib/charnames.t toke.c
5766 ____________________________________________________________________________
5767 [  9013] By: jhi                                   on 2001/03/04  17:20:45
5768         Log: Tweak the get*ent() OS/2 prototypes.
5769      Branch: perl
5770            ! os2/os2.c
5771 ____________________________________________________________________________
5772 [  9012] By: gsar                                  on 2001/03/04  06:26:14
5773         Log: avoid warning (nit in change#9009)
5774      Branch: maint-5.6/perl
5775            ! toke.c
5776 ____________________________________________________________________________
5777 [  9011] By: gsar                                  on 2001/03/04  06:15:24
5778         Log: lib/charnames.t fails in 5.6.x because of older Unicode
5779              data
5780              
5781              TODO: need to revisit this after updating lib/unicode/...
5782      Branch: maint-5.6/perl
5783            ! t/lib/charnames.t
5784 ____________________________________________________________________________
5785 [  9010] By: gsar                                  on 2001/03/04  06:08:36
5786         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
5787      Branch: maint-5.6/perl
5788            ! toke.c
5789 ____________________________________________________________________________
5790 [  9009] By: jhi                                   on 2001/03/03  19:27:20
5791         Log: Integrate change #9008 from mainline to maintperl,
5792              UTF-8 tr/// fixes from Inaba Hiroto.
5793      Branch: maint-5.6/perl
5794           !> doop.c op.c t/op/tr.t toke.c
5795 ____________________________________________________________________________
5796 [  9008] By: jhi                                   on 2001/03/03  19:19:42
5797         Log: UTF8 tr/// fixes from Inaba Hiroto.
5798      Branch: perl
5799            ! doop.c op.c t/op/tr.t toke.c
5800 ____________________________________________________________________________
5801 [  9007] By: jhi                                   on 2001/03/03  19:00:30
5802         Log: Integrate change #9006 from maintperl to mainline,
5803              more robust quest for the infinite.
5804      Branch: perl
5805           !> lib/Math/Complex.pm
5806 ____________________________________________________________________________
5807 [  9006] By: jhi                                   on 2001/03/03  18:58:06
5808         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
5809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5810              Date: Sat, 3 Mar 2001 12:51:50 -0500
5811              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
5812              
5813              Be more robust in our quest for the infinite.
5814      Branch: maint-5.6/perl
5815            ! lib/Math/Complex.pm
5816 ____________________________________________________________________________
5817 [  9005] By: jhi                                   on 2001/03/03  17:55:50
5818         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
5819      Branch: maint-5.6/perl
5820            ! doio.c
5821 ____________________________________________________________________________
5822 [  9004] By: jhi                                   on 2001/03/03  17:40:14
5823         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
5824              so that picky compilers like IRIX won't get huffy about
5825              "statements without effect" (like 1;).
5826      Branch: perl
5827            ! toke.c
5828 ____________________________________________________________________________
5829 [  9003] By: jhi                                   on 2001/03/03  17:15:52
5830         Log: Integrate change #9002 from mainline to maintperl.
5831              
5832              Subject: [perl-5.6.x, perl-current] accept for EPOC
5833      Branch: maint-5.6/perl
5834           !> pp_sys.c
5835 ____________________________________________________________________________
5836 [  9002] By: jhi                                   on 2001/03/03  17:14:30
5837         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
5838              From: Olaf Flebbe <O.Flebbe@science-computing.de>
5839              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
5840              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
5841      Branch: perl
5842            ! pp_sys.c
5843 ____________________________________________________________________________
5844 [  9001] By: jhi                                   on 2001/03/03  17:13:13
5845         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
5846              From: "Craig A. Berry" <craigberry@mac.com>
5847              Date: Fri, 02 Mar 2001 17:44:40 -0600
5848              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
5849      Branch: perl
5850            ! t/pod/find.t
5851 ____________________________________________________________________________
5852 [  9000] By: jhi                                   on 2001/03/03  17:11:55
5853         Log: Integrate changes #8997,8999 from maintperl.
5854              
5855              Subject: [PATCH 5.6.1] compiling on OS/2
5856              (Better error message from hints/os2.sh)
5857              
5858              Subject: [PATCH 5.6.1] syslog.t
5859      Branch: perl
5860           !> hints/os2.sh t/lib/syslog.t
5861 ____________________________________________________________________________
5862 [  8999] By: jhi                                   on 2001/03/03  17:09:28
5863         Log: Subject: [PATCH 5.6.1] syslog.t
5864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5865              Date: Sat, 3 Mar 2001 02:11:17 -0500
5866              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
5867      Branch: maint-5.6/perl
5868            ! t/lib/syslog.t
5869 ____________________________________________________________________________
5870 [  8998] By: jhi                                   on 2001/03/03  17:07:50
5871         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
5872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5873              Date: Sat, 3 Mar 2001 01:53:52 -0500
5874              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
5875      Branch: maint-5.6/perl
5876            ! opcode.pl os2/os2.c
5877 ____________________________________________________________________________
5878 [  8997] By: jhi                                   on 2001/03/03  17:03:30
5879         Log: Subject: [PATCH 5.6.1] compiling on OS/2
5880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5881              Date: Sat, 3 Mar 2001 01:59:59 -0500
5882              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
5883      Branch: maint-5.6/perl
5884            ! hints/os2.sh
5885 ____________________________________________________________________________
5886 [  8996] By: jhi                                   on 2001/03/03  00:55:58
5887         Log: Regen files for mainline.
5888      Branch: perl
5889            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5890            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
5891 ____________________________________________________________________________
5892 [  8995] By: jhi                                   on 2001/03/03  00:35:22
5893         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
5894              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
5895              to maintperl.
5896              
5897              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
5898              
5899              Add Configure option -Dmksymlinks which will create a symlink
5900              forest if the current/build differs from the source directory.
5901              (8218,8220,8221,8317,8318,8971)
5902              
5903              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
5904              (Document APPLLIB_EXP in INSTALL.)
5905              
5906              If running byacc write-enable also perly.h.
5907              
5908              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
5909              
5910              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
5911              
5912              Sanity check for conflicting thread flavours.
5913              
5914              Fix the sys/fcntl.h problem reported by Peter Prymmer.
5915              
5916              Add few CPUs/architectures to the Cppsym scan,
5917              add -perlio to archname if so selected (modified 8890)
5918              
5919              Be more helpful for devel builders, suggested by John L. Allen.
5920              (admittedly pointless change for maintperl, but the usedevel
5921              code is there already)
5922      Branch: maint-5.6/perl
5923           !> Configure INSTALL Makefile.SH Porting/Glossary
5924           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
5925           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
5926           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
5927           !> win32/config.bc win32/config.gc win32/config.vc
5928 ____________________________________________________________________________
5929 [  8994] By: jhi                                   on 2001/03/02  23:31:41
5930         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
5931      Branch: metaconfig/U/perl
5932            ! gccvers.U
5933 ____________________________________________________________________________
5934 [  8993] By: jhi                                   on 2001/03/02  23:22:12
5935         Log: Regenerate various files for maint.
5936      Branch: maint-5.6/perl
5937            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
5938            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
5939 ____________________________________________________________________________
5940 [  8992] By: alanbur                               on 2001/03/02  22:48:34
5941         Log: Resync wuth parent
5942      Branch: maint-5.6/pureperl
5943           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
5944           !> (integrate 60 files)
5945 ____________________________________________________________________________
5946 [  8991] By: jhi                                   on 2001/03/02  21:00:08
5947         Log: Retract the #8742 part of #8986, backward compat.
5948      Branch: maint-5.6/perl
5949            ! embed.pl
5950 ____________________________________________________________________________
5951 [  8990] By: jhi                                   on 2001/03/02  20:40:07
5952         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
5953      Branch: maint-5.6/perl
5954            ! hv.c
5955 ____________________________________________________________________________
5956 [  8989] By: jhi                                   on 2001/03/02  19:59:56
5957         Log: Update Changes.
5958      Branch: perl
5959            ! Changes patchlevel.h
5960 ____________________________________________________________________________
5961 [  8988] By: jhi                                   on 2001/03/02  19:57:08
5962         Log: Integrate perlio.
5963      Branch: perl
5964           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
5965           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
5966           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
5967           !> ext/Encode/Encode/iso8859-10.ucm
5968           !> ext/Encode/Encode/iso8859-13.ucm
5969           !> ext/Encode/Encode/iso8859-14.ucm
5970           !> ext/Encode/Encode/iso8859-15.ucm
5971           !> ext/Encode/Encode/iso8859-16.ucm
5972           !> ext/Encode/Encode/iso8859-2.ucm
5973           !> ext/Encode/Encode/iso8859-3.ucm
5974           !> ext/Encode/Encode/iso8859-4.ucm
5975           !> ext/Encode/Encode/iso8859-5.ucm
5976           !> ext/Encode/Encode/iso8859-6.ucm
5977           !> ext/Encode/Encode/iso8859-7.ucm
5978           !> ext/Encode/Encode/iso8859-8.ucm
5979           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
5980           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
5981 ____________________________________________________________________________
5982 [  8987] By: jhi                                   on 2001/03/02  19:43:40
5983         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
5984              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
5985              8950,8952,8955 from mainline to maintperl.
5986              
5987              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
5988              
5989              Put to rest the 20010205.001, the email address checking (not) regex.
5990              
5991              fork() not everywhere, cleanup temp files.
5992              
5993              The #8843 wasn't quite right: %Config needs to imported.
5994              
5995              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
5996              (#8849: the glob-basic hunk needed massaging as it depended
5997              on Schwern's large-scale (unintegrated) patches)
5998              
5999              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
6000              
6001              Upgrade to CGI.pm 2.752, from Lincoln Stein.
6002              (Note: there were some conflicts due to EBCDIC and EPOC
6003              patches, in general I preferred the repository code.)
6004              (When 2.753 comes out, we need to synchronize.)
6005              
6006              Subject: [PATCH] fix for charnames above FFFF
6007              
6008              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
6009              
6010              If no sfio, no -lsfio.
6011              
6012              Run run/*.t also in minitest.
6013              
6014              Subject:  [PATCH perl 5.7.0] malloc message address offset
6015              
6016              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
6017              
6018              Subject: fix for parameter -Dm (for perl@8867)
6019              
6020              Subject: [PATCH: perl@8892] was Re: hashing order difference?
6021              (make the test more portable)
6022              
6023              Subject: Re: [PATCH] fix for charnames above FFFF
6024              
6025              Subject: Re: I'm losing the war...
6026              (hv_store() not working correctly in ENV_IS_CASELESS case.)
6027              
6028              Subject: Modified README.bs2000 
6029              
6030              Subject: [PATCH: perl@8935] -Dt padsv($var)
6031              
6032              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6033              
6034              Subject: PATCH: extra tests to check on negative float to unsigned cast
6035              
6036              Subject: [PATCH] XPUSH[insp] was Re: progress
6037              
6038              Subject: Re: Compile with perlcc..
6039      Branch: maint-5.6/perl
6040           !> (integrate 36 files)
6041 ____________________________________________________________________________
6042 [  8986] By: jhi                                   on 2001/03/02  18:51:25
6043         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
6044              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
6045              to maintperl.
6046              
6047              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
6048              
6049              Subject: [DOC PATCH] overload.pm nits
6050              
6051              Add header for LIB$ prototypes (C. Berry)
6052              
6053              Convert fwrite()s to sockets to write()s, since some socket stacks
6054              don't take kindly to stdio.
6055              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
6056              (for often optional LNMs)
6057              Correct a few typos
6058              (C. Bailey)
6059              
6060              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
6061              
6062              De-cut-and-pasto.
6063              
6064              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
6065              
6066              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
6067              
6068              Upgrade to CPAN 1.59_54, from Andreas König.
6069              
6070              Bogus shebang.
6071              
6072              Subject: [PATCH] Document makepatch in Porting/patching
6073              
6074              UTF-8 documentation.
6075              
6076              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
6077              
6078              Sort the MANIFEST.
6079              
6080              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
6081              
6082              Subject: [PATCH @8807] toke.c cleanup: scan_str()
6083              
6084              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
6085              
6086              Add run/*.t to testables.
6087              
6088              TODO: integrate #8784.
6089      Branch: maint-5.6/perl
6090           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
6091           !> (integrate 28 files)
6092 ____________________________________________________________________________
6093 [  8985] By: nick                                  on 2001/03/02  18:15:45
6094         Log: Integrate mainline
6095      Branch: perlio
6096           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
6097           !> vms/vms.c
6098 ____________________________________________________________________________
6099 [  8984] By: jhi                                   on 2001/03/02  16:00:17
6100         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
6101              
6102              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
6103              5.004_05, and mention the suidperl August 2000 security problem.
6104              (#8978,#8981)
6105              
6106              Subject: [ID 20010301.004] Technically speaking in perldata
6107              
6108              Subject: [PATCH] File::Copy for bleadperl, maintperl
6109              
6110              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
6111              
6112              (The #8982, fix for 20010221.005 and 20010221.008,
6113              would be nice too but it didn't integrate cleanly.)
6114      Branch: maint-5.6/perl
6115           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
6116 ____________________________________________________________________________
6117 [  8983] By: jhi                                   on 2001/03/02  15:51:16
6118         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
6119              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6120              Date:     Thu, 1 Mar 2001 15:54:09 EST
6121              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
6122      Branch: perl
6123            ! vms/vms.c
6124 ____________________________________________________________________________
6125 [  8982] By: jhi                                   on 2001/03/02  15:43:31
6126         Log: Subject: Re: sync sync sync: have I missed any patches?
6127              From: Radu Greab <radu@netsoft.ro> 
6128              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
6129              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
6130              
6131              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
6132              was checking argv[0] regardless of whether a different pathname
6133              will actually be executed."  Test case not supplied because 
6134              drafting that, ironically enough, revealed another bug
6135              (or a feature).
6136      Branch: perl
6137            ! doio.c
6138 ____________________________________________________________________________
6139 [  8981] By: jhi                                   on 2001/03/02  15:28:03
6140         Log: Misdate in #8978.
6141      Branch: perl
6142            ! pod/perlfaq1.pod
6143 ____________________________________________________________________________
6144 [  8980] By: jhi                                   on 2001/03/02  15:24:20
6145         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
6146              From: Chris Nandor <pudge@pobox.com>
6147              Date: Wed, 28 Feb 2001 22:10:15 -0500
6148              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
6149      Branch: perl
6150            ! lib/File/Copy.pm
6151 ____________________________________________________________________________
6152 [  8979] By: jhi                                   on 2001/03/02  15:17:16
6153         Log: Subject: [ID 20010301.004] Technically speaking in perldata
6154              From: abela@geneanet.org
6155              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
6156              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
6157      Branch: perl
6158            ! pod/perldata.pod
6159 ____________________________________________________________________________
6160 [  8978] By: jhi                                   on 2001/03/02  15:15:27
6161         Log: Subject: [ID 20010301.003] ref to 5.004
6162              From: abela@geneanet.org
6163              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
6164              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
6165              
6166              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
6167              and mention the suidperl August 2000 security problem.
6168      Branch: perl
6169            ! pod/perlfaq1.pod
6170 ____________________________________________________________________________
6171 [  8977] By: alanbur                               on 2001/03/02  14:17:45
6172         Log: Resynchronised with parent
6173      Branch: maint-5.6/pureperl
6174           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
6175           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
6176           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
6177           !> vms/descrip_mms.template win32/win32.c win32/win32.h
6178           !> win32/win32iop.h
6179 ____________________________________________________________________________
6180 [  8976] By: nick                                  on 2001/03/01  23:25:30
6181         Log: Integrate mainline.
6182      Branch: perlio
6183            - t/op/qu.t
6184           !> (integrate 55 files)
6185 ____________________________________________________________________________
6186 [  8975] By: jhi                                   on 2001/03/01  16:51:34
6187         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
6188      Branch: perl
6189           !> toke.c
6190 ____________________________________________________________________________
6191 [  8974] By: gsar                                  on 2001/03/01  16:28:21
6192         Log: fix for bugid 20010226.008
6193              
6194              the problem was that some of the pointers (PL_last_lop and
6195              PL_last_uni specifically) into the lex buffers weren't correctly
6196              being invalidated when the buffer changed; this would leave the
6197              pointers pointing at an arbitrary location in the buffer if
6198              the buffer didn't need to be reallocated, or point into freed
6199              memory if the buffer had to be realloced
6200              
6201              TODO item for bugdb maintainers: check other seemingly random
6202              parser-related bugs--they might be cured by this
6203      Branch: maint-5.6/perl
6204            ! toke.c
6205 ____________________________________________________________________________
6206 [  8973] By: jhi                                   on 2001/03/01  02:23:25
6207         Log: Retract #8970 because of a completely mysterious core dump:
6208              adding the tests 241..244 causes op/pat dump core at test #25.
6209              The test needs a lot of whittling down before the bug can be solved.
6210      Branch: perl
6211            ! t/op/pat.t
6212 ____________________________________________________________________________
6213 [  8972] By: jhi                                   on 2001/03/01  01:58:38
6214         Log: Regen perlapi.
6215      Branch: perl
6216            ! pod/perlapi.pod
6217 ____________________________________________________________________________
6218 [  8971] By: jhi                                   on 2001/03/01  01:34:09
6219         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))
6220              From: Nicholas Clark <nick@ccl4.org>
6221              Date: Wed, 28 Feb 2001 23:28:49 +0000
6222              Message-ID: <20010228232849.A55187@plum.flirble.org>
6223              
6224              Allow a completely write protected source code tree
6225              when using the Configure -Dmksymlinks.
6226      Branch: perl
6227            ! embed.pl warnings.pl
6228 ____________________________________________________________________________
6229 [  8970] By: jhi                                   on 2001/03/01  01:32:04
6230         Log: Add back the EBCDIC character range tests (for matching).
6231      Branch: perl
6232            ! t/op/pat.t
6233 ____________________________________________________________________________
6234 [  8969] By: nick                                  on 2001/02/28  18:18:01
6235         Log: Add charname comments to .ucm files writen by 'compile',
6236              also order charmaps in those files by source encoding.
6237              regenerate distrubuted .ucm files
6238      Branch: perlio
6239            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
6240            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
6241            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
6242            ! ext/Encode/Encode/iso8859-10.ucm
6243            ! ext/Encode/Encode/iso8859-13.ucm
6244            ! ext/Encode/Encode/iso8859-14.ucm
6245            ! ext/Encode/Encode/iso8859-15.ucm
6246            ! ext/Encode/Encode/iso8859-16.ucm
6247            ! ext/Encode/Encode/iso8859-2.ucm
6248            ! ext/Encode/Encode/iso8859-3.ucm
6249            ! ext/Encode/Encode/iso8859-4.ucm
6250            ! ext/Encode/Encode/iso8859-5.ucm
6251            ! ext/Encode/Encode/iso8859-6.ucm
6252            ! ext/Encode/Encode/iso8859-7.ucm
6253            ! ext/Encode/Encode/iso8859-8.ucm
6254            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
6255            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
6256 ____________________________________________________________________________
6257 [  8968] By: jhi                                   on 2001/02/28  16:26:37
6258         Log: Expand usemorebits early if d_casti32 needs to be undefined.
6259      Branch: perl
6260            ! hints/hpux.sh hints/irix_6.sh
6261 ____________________________________________________________________________
6262 [  8967] By: jhi                                   on 2001/02/28  16:22:26
6263         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
6264              retract toke.c/qu parts of #8583, retract #8485, retract
6265              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
6266              op/length.t, and MANIFEST, and delete t/op/qu.t.
6267      Branch: perl
6268            - t/op/qu.t
6269            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
6270            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
6271            ! t/op/length.t toke.c
6272 ____________________________________________________________________________
6273 [  8966] By: jhi                                   on 2001/02/28  15:00:27
6274         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
6275              by not changing from pre-Unicode days into being Unicode-aware.
6276              Sniff.
6277      Branch: perl
6278            ! pp.c t/op/pack.t t/op/qu.t
6279 ____________________________________________________________________________
6280 [  8965] By: jhi                                   on 2001/02/28  14:37:55
6281         Log: Subject: Re: Errors in core PODs
6282              From: Michael Stevens <michael@etla.org> 
6283              Date: Fri, 23 Feb 2001 15:47:56 +0000
6284              Message-ID: <20010223154756.A7723@firedrake.org> 
6285      Branch: perl
6286            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
6287            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
6288            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
6289            ! x2p/a2p.pod
6290 ____________________________________________________________________________
6291 [  8964] By: jhi                                   on 2001/02/28  14:35:35
6292         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
6293              (The #8961 was too bold.)
6294      Branch: perl
6295            ! hints/hpux.sh hints/irix_6.sh
6296 ____________________________________________________________________________
6297 [  8963] By: jhi                                   on 2001/02/28  14:33:39
6298         Log: Subject: Re: sync sync sync: have I missed any patches?
6299              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6300              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
6301              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
6302              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
6303              
6304              Replace djSP with dSP.
6305      Branch: perl
6306            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
6307            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
6308            ! win32/perlhost.h
6309 ____________________________________________________________________________
6310 [  8962] By: jhi                                   on 2001/02/27  23:21:14
6311         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
6312      Branch: perl
6313            ! lib/Filter/Simple.pm
6314 ____________________________________________________________________________
6315 [  8961] By: jhi                                   on 2001/02/27  22:55:26
6316         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
6317              and this would be it.
6318      Branch: perl
6319            ! hints/hpux.sh hints/irix_6.sh
6320 ____________________________________________________________________________
6321 [  8960] By: jhi                                   on 2001/02/27  22:51:33
6322         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6323              From: "Craig A. Berry" <craigberry@mac.com>
6324              Date: Tue, 27 Feb 2001 16:11:44 -0600
6325              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6326      Branch: maint-5.6/perl
6327            ! configure.com vms/descrip_mms.template
6328 ____________________________________________________________________________
6329 [  8959] By: jhi                                   on 2001/02/27  22:47:23
6330         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
6331              From: "Craig A. Berry" <craigberry@mac.com>
6332              Date: Tue, 27 Feb 2001 16:11:44 -0600
6333              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
6334      Branch: perl
6335            ! configure.com vms/descrip_mms.template
6336 ____________________________________________________________________________
6337 [  8958] By: jhi                                   on 2001/02/27  15:16:42
6338         Log: Update Changes.
6339      Branch: perl
6340            ! Changes patchlevel.h
6341 ____________________________________________________________________________
6342 [  8957] By: jhi                                   on 2001/02/27  06:15:07
6343         Log: Subject: [5.6.x] EPOC additions
6344              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6345              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
6346              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
6347      Branch: maint-5.6/perl
6348            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
6349 ____________________________________________________________________________
6350 [  8956] By: jhi                                   on 2001/02/27  06:12:11
6351         Log: Subject: [perl-current] EPOC 
6352              From: Olaf Flebbe <O.Flebbe@science-computing.de>
6353              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
6354              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
6355      Branch: perl
6356            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
6357            ! epoc/epocish.c epoc/epocish.h pp_sys.c
6358 ____________________________________________________________________________
6359 [  8955] By: jhi                                   on 2001/02/27  05:59:50
6360         Log: Subject: Re: Compile with perlcc..
6361              From: Edward Peschko <edwardp@excitehome.net>
6362              Date: Mon, 26 Feb 2001 18:51:58 -0800
6363              Message-ID: <20010226185158.A9871@excitehome.net>
6364              
6365              plus add a simple usage message if no arguments given.
6366      Branch: perl
6367            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
6368            ! utils/Makefile utils/perlcc.PL win32/pod.mak
6369 ____________________________________________________________________________
6370 [  8954] By: nick                                  on 2001/02/26  21:02:59
6371         Log: Integrate mainline
6372      Branch: perlio
6373           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
6374           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
6375           !> t/op/sprintf.t
6376 ____________________________________________________________________________
6377 [  8953] By: jhi                                   on 2001/02/26  14:43:54
6378         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
6379              From: Nicholas Clark <nick@ccl4.org>
6380              Date: Mon, 26 Feb 2001 00:42:07 +0000
6381              Message-ID: <20010226004207.F23333@plum.flirble.org>
6382      Branch: perl
6383            ! pp_ctl.c
6384 ____________________________________________________________________________
6385 [  8952] By: jhi                                   on 2001/02/26  14:42:13
6386         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
6387              From: Simon Cozens <simon@netthink.co.uk>
6388              Date: Mon, 26 Feb 2001 12:23:48 +0000
6389              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
6390      Branch: perl
6391            ! pod/perlguts.pod
6392 ____________________________________________________________________________
6393 [  8951] By: jhi                                   on 2001/02/26  14:39:15
6394         Log: Subject: [PATCH] perlio - unknown layer
6395              From: Nicholas Clark <nick@ccl4.org>
6396              Date: Mon, 26 Feb 2001 00:27:19 +0000
6397              Message-ID: <20010226002719.E23333@plum.flirble.org>
6398      Branch: perl
6399            ! perlio.c
6400 ____________________________________________________________________________
6401 [  8950] By: jhi                                   on 2001/02/26  14:38:04
6402         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
6403              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
6404              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
6405              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
6406      Branch: perl
6407            ! t/op/bop.t
6408 ____________________________________________________________________________
6409 [  8949] By: jhi                                   on 2001/02/26  14:37:07
6410         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
6411              From: Peter Prymmer <pvhp@forte.com>
6412              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
6413              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
6414      Branch: perl
6415            ! lib/Test.pm
6416 ____________________________________________________________________________
6417 [  8948] By: jhi                                   on 2001/02/26  14:35:53
6418         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
6419              From: Radu Greab <radu@netsoft.ro>
6420              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
6421              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
6422      Branch: perl
6423            ! pod/perlop.pod
6424 ____________________________________________________________________________
6425 [  8947] By: jhi                                   on 2001/02/26  14:34:46
6426         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
6427              From: David Mitchell <davem@fdgroup.co.uk>
6428              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
6429              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
6430      Branch: perl
6431            ! run.c
6432 ____________________________________________________________________________
6433 [  8946] By: jhi                                   on 2001/02/26  14:32:37
6434         Log: Subject: Modified README.bs2000 
6435              From: Dorner Thomas <Thomas.Dorner@start.de>
6436              Date: Mon, 26 Feb 2001 09:22:17 +0100
6437              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
6438      Branch: perl
6439            ! README.bs2000
6440 ____________________________________________________________________________
6441 [  8945] By: jhi                                   on 2001/02/26  14:19:53
6442         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
6443              to maintperl, listing the known failures on the tests 129 and 130.
6444      Branch: maint-5.6/perl
6445           !> t/op/sprintf.t
6446 ____________________________________________________________________________
6447 [  8944] By: jhi                                   on 2001/02/26  14:14:15
6448         Log: Add more known sprintf failures.
6449      Branch: perl
6450            ! t/op/sprintf.t
6451 ____________________________________________________________________________
6452 [  8943] By: jhi                                   on 2001/02/26  13:56:22
6453         Log: perlglob.exe needs to be found in Win32, patch from
6454              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
6455              which needs external glob at mini-perl time."
6456      Branch: perl
6457            ! ext/Encode/compile
6458 ____________________________________________________________________________
6459 [  8942] By: jhi                                   on 2001/02/26  13:52:19
6460         Log: A missing dTHX from Vadim Konovalov.
6461      Branch: perl
6462            ! perlio.c
6463 ____________________________________________________________________________
6464 [  8941] By: jhi                                   on 2001/02/26  13:37:05
6465         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
6466      Branch: perl
6467            ! op.c
6468 ____________________________________________________________________________
6469 [  8940] By: jhi                                   on 2001/02/26  13:35:40
6470         Log: Integrate perlio.
6471      Branch: perl
6472           !> ext/Encode/Encode.pm
6473 ____________________________________________________________________________
6474 [  8939] By: nick                                  on 2001/02/25  23:47:09
6475         Log: Integrate mainline.
6476      Branch: perlio
6477           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
6478           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
6479 ____________________________________________________________________________
6480 [  8938] By: nick                                  on 2001/02/25  19:36:28
6481         Log: Encode implementations docs.
6482      Branch: perlio
6483            ! ext/Encode/Encode.pm
6484 ____________________________________________________________________________
6485 [  8937] By: jhi                                   on 2001/02/25  19:26:16
6486         Log: Script wasn't aligned with reality.
6487      Branch: perl
6488            ! t/pod/find.t
6489 ____________________________________________________________________________
6490 [  8936] By: jhi                                   on 2001/02/25  18:54:55
6491         Log: Update Changes.
6492      Branch: perl
6493            ! Changes patchlevel.h
6494 ____________________________________________________________________________
6495 [  8935] By: jhi                                   on 2001/02/25  18:46:36
6496         Log: Retract #8929,8930,8932,8933 for now.
6497      Branch: perl
6498            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
6499 ____________________________________________________________________________
6500 [  8934] By: jhi                                   on 2001/02/25  17:34:35
6501         Log: Integrate perlio.
6502      Branch: perl
6503           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6504           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
6505           !> t/lib/encode.t
6506 ____________________________________________________________________________
6507 [  8933] By: jhi                                   on 2001/02/25  17:33:12
6508         Log: (Retracted by #8395.)
6509              
6510              Slight tweaks in scan_const(), not fixes yet, it seems like
6511              lots of work remains to be done...
6512      Branch: perl
6513            ! toke.c
6514 ____________________________________________________________________________
6515 [  8932] By: jhi                                   on 2001/02/25  17:27:11
6516         Log: (Retracted by #8395.)
6517              
6518              Missing from #8930.
6519      Branch: perl
6520            ! perl.h
6521 ____________________________________________________________________________
6522 [  8931] By: jhi                                   on 2001/02/25  17:26:19
6523         Log: A comment tweak.
6524      Branch: perl
6525            ! utf8.c
6526 ____________________________________________________________________________
6527 [  8930] By: jhi                                   on 2001/02/25  17:25:47
6528         Log: (Retracted by #8395.)
6529              
6530              Attempt to fix the EBCDIC character range problwm with //.
6531      Branch: perl
6532            ! regcomp.c
6533 ____________________________________________________________________________
6534 [  8929] By: jhi                                   on 2001/02/25  17:23:45
6535         Log: (Retracted by #8395.)
6536              
6537              Expand the EBCDIC character range tests, and add few nasty
6538              tr tests from Karsten Sperling.
6539      Branch: perl
6540            ! t/op/pat.t t/op/tr.t
6541 ____________________________________________________________________________
6542 [  8928] By: jhi                                   on 2001/02/25  17:18:49
6543         Log: Missing check-in.
6544      Branch: perl
6545            ! lib/Pod/Find.pm
6546 ____________________________________________________________________________
6547 [  8927] By: nick                                  on 2001/02/25  11:30:22
6548         Log: Change method names in Encode implementation classes to something
6549              less confusing (preparing to "go public").
6550      Branch: perlio
6551            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
6552 ____________________________________________________________________________
6553 [  8926] By: nick                                  on 2001/02/25  10:53:24
6554         Log: GCC __atribute__ / printf fix
6555      Branch: perlio
6556            ! perl.h
6557 ____________________________________________________________________________
6558 [  8925] By: nick                                  on 2001/02/25  10:52:25
6559         Log: Checked in the wrong one ...
6560      Branch: perlio
6561            ! ext/Encode/Encode.pm
6562 ____________________________________________________________________________
6563 [  8924] By: nick                                  on 2001/02/24  18:46:51
6564         Log: Integrate mainline - to see what Jarkko has in ...
6565      Branch: perlio
6566           +> t/pod/testpods/lib/Pod/Stuff.pm
6567           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
6568 ____________________________________________________________________________
6569 [  8923] By: nick                                  on 2001/02/24  17:05:23
6570         Log: Encode API documentation nd tidy up.
6571              Minor additions to test.
6572              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
6573              Adds STRLEN to standard typemap.
6574      Branch: perlio
6575            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
6576            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
6577 ____________________________________________________________________________
6578 [  8922] By: jhi                                   on 2001/02/24  16:38:12
6579         Log: Add a test for the "character range should match in EBCDIC
6580              if specified using explicit numerics" bug found by Karsten
6581              Sperling.
6582      Branch: perl
6583            ! t/op/pat.t
6584 ____________________________________________________________________________
6585 [  8921] By: jhi                                   on 2001/02/24  16:30:16
6586         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
6587              From: schwern@pobox.com
6588              Date: Fri, 23 Feb 2001 03:21:37 -0500
6589              Message-ID: <20010223032137.A26022@magnonel.guild.net>
6590              
6591              plus Charles Lane's fixes, plus tweaks.
6592      Branch: perl
6593            + t/pod/testpods/lib/Pod/Stuff.pm
6594            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
6595 ____________________________________________________________________________
6596 [  8920] By: nick                                  on 2001/02/24  10:30:11
6597         Log: Integrate mainline
6598      Branch: perlio
6599           !> (integrate 33 files)
6600 ____________________________________________________________________________
6601 [  8919] By: jhi                                   on 2001/02/24  00:23:35
6602         Log: Subject: Re: I'm losing the war...
6603              From: "Vadim Konovalov" <watman@inbox.ru>
6604              Date: Sat, 24 Feb 2001 00:10:14 +0300
6605              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
6606              
6607              hv_store() not working correctly in ENV_IS_CASELESS case.
6608      Branch: perl
6609            ! hv.c
6610 ____________________________________________________________________________
6611 [  8918] By: jhi                                   on 2001/02/24  00:20:09
6612         Log: Subject: Re: [PATCH] fix for charnames above FFFF
6613              From: andreas.koenig@anima.de (Andreas J. Koenig)
6614              Date: 23 Feb 2001 02:39:03 +0100
6615              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
6616              
6617              A further efficiency tweak.
6618      Branch: perl
6619            ! lib/charnames.pm
6620 ____________________________________________________________________________
6621 [  8917] By: jhi                                   on 2001/02/23  20:27:51
6622         Log: Integrate change #8916 from mainline,
6623              do away with USE_WIN32_RTL_ENV.
6624      Branch: maint-5.6/perl
6625           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6626 ____________________________________________________________________________
6627 [  8916] By: jhi                                   on 2001/02/23  20:02:25
6628         Log: Abolish USE_WIN32_RTL_ENV.
6629      Branch: perl
6630            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
6631 ____________________________________________________________________________
6632 [  8915] By: jhi                                   on 2001/02/23  19:36:00
6633         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
6634              later protected by some #define.
6635      Branch: perl
6636            ! gv.c
6637 ____________________________________________________________________________
6638 [  8914] By: jhi                                   on 2001/02/23  19:31:38
6639         Log: Retract #8902 for now, requested by Charles Lane, the correct
6640              fix will be something else.
6641      Branch: perl
6642            ! op.c
6643 ____________________________________________________________________________
6644 [  8913] By: jhi                                   on 2001/02/23  19:11:36
6645         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
6646              From: Peter Prymmer <pvhp@forte.com>
6647              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
6648              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
6649      Branch: perl
6650            ! t/op/lex_assign.t
6651 ____________________________________________________________________________
6652 [  8912] By: jhi                                   on 2001/02/23  18:38:20
6653         Log: Subject: [patch] perlio + useithreads
6654              From: Doug MacEachern <dougm@covalent.net>
6655              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
6656              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
6657              
6658              Gets things running but not complete.
6659      Branch: perl
6660            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
6661 ____________________________________________________________________________
6662 [  8911] By: jhi                                   on 2001/02/23  04:20:02
6663         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
6664              
6665              Duplicated environment freeing, File::Temp 0.12,
6666              op/append portability (EBCDIC) tweak.
6667      Branch: maint-5.6/perl
6668           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6669           !> t/op/append.t
6670 ____________________________________________________________________________
6671 [  8910] By: jhi                                   on 2001/02/23  02:07:33
6672         Log: Integrate change #8909 from mainline, a better Borland
6673              putenv() workaround.
6674      Branch: maint-5.6/perl
6675           !> perl.c
6676 ____________________________________________________________________________
6677 [  8909] By: jhi                                   on 2001/02/23  02:05:46
6678         Log: A better workaround for Borland putenv() brokenness from Sarathy.
6679      Branch: perl
6680            ! perl.c
6681 ____________________________________________________________________________
6682 [  8908] By: jhi                                   on 2001/02/23  02:04:14
6683         Log: Subject: fix for parameter -Dm (for perl@8867)
6684              From: "Vadim Konovalov" <watman@inbox.ru>
6685              Date: Thu, 22 Feb 2001 17:30:12 +0300
6686              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
6687      Branch: perl
6688            ! perl.h
6689 ____________________________________________________________________________
6690 [  8907] By: jhi                                   on 2001/02/23  01:58:20
6691         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
6692              From: Peter Prymmer <pvhp@forte.com>
6693              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
6694              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
6695      Branch: perl
6696            ! t/op/append.t
6697 ____________________________________________________________________________
6698 [  8906] By: jhi                                   on 2001/02/23  01:48:34
6699         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
6700      Branch: perl
6701            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
6702 ____________________________________________________________________________
6703 [  8905] By: jhi                                   on 2001/02/23  01:43:30
6704         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
6705              From: Peter Prymmer <pvhp@forte.com>
6706              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
6707              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
6708      Branch: perl
6709            ! t/lib/st-06compat.t
6710 ____________________________________________________________________________
6711 [  8904] By: jhi                                   on 2001/02/23  01:42:39
6712         Log: Metaconfig unit change for #8903.
6713      Branch: metaconfig/U/perl
6714            ! Devel.U
6715 ____________________________________________________________________________
6716 [  8903] By: jhi                                   on 2001/02/23  01:42:12
6717         Log: Be more helpful for devel builders, suggested by John L. Allen.
6718      Branch: perl
6719            ! Configure
6720 ____________________________________________________________________________
6721 [  8902] By: jhi                                   on 2001/02/23  01:37:41
6722         Log: (Retracted by #8914)
6723              (Wrongly, reinstated by #8941)             
6724
6725              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
6726              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6727              Date:     Thu, 22 Feb 2001 09:43:57 EST
6728              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
6729      Branch: perl
6730            ! op.c
6731 ____________________________________________________________________________
6732 [  8901] By: jhi                                   on 2001/02/23  01:20:32
6733         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
6734              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6735              Date:     Thu, 22 Feb 2001 08:01:35 EST
6736              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
6737      Branch: perl
6738            ! malloc.c
6739 ____________________________________________________________________________
6740 [  8900] By: jhi                                   on 2001/02/23  01:18:02
6741         Log: Integrate changes #8898,8899 from mainline, environ handling.
6742      Branch: maint-5.6/perl
6743           !> perl.c
6744 ____________________________________________________________________________
6745 [  8899] By: jhi                                   on 2001/02/23  01:16:25
6746         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
6747              putenv() is not to be relied on, they are either broken or leaky
6748              or both.)
6749      Branch: perl
6750            ! perl.c
6751 ____________________________________________________________________________
6752 [  8898] By: jhi                                   on 2001/02/22  23:36:59
6753         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
6754              and safesysfree() must be used.
6755      Branch: perl
6756            ! perl.c
6757 ____________________________________________________________________________
6758 [  8897] By: jhi                                   on 2001/02/22  23:25:45
6759         Log: With environ one must use safesysmalloc()/safesysfree().
6760      Branch: perl
6761            ! perl.c
6762 ____________________________________________________________________________
6763 [  8896] By: jhi                                   on 2001/02/22  22:13:18
6764         Log: If we have a duplicated environment free it
6765              if PERL_DESTRUCT_LEVEL.
6766      Branch: perl
6767            ! perl.c
6768 ____________________________________________________________________________
6769 [  8895] By: alanbur                               on 2001/02/22  19:31:57
6770         Log: Synchronised with parent
6771      Branch: maint-5.6/pureperl
6772           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
6773 ____________________________________________________________________________
6774 [  8894] By: gsar                                  on 2001/02/22  19:06:18
6775         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
6776              
6777              fix memory leak in method call optimization (change#3768);
6778              made C<eval "$x->foo()"> leak
6779              
6780              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
6781      Branch: maint-5.6/perl
6782           !> op.c
6783 ____________________________________________________________________________
6784 [  8893] By: jhi                                   on 2001/02/22  18:35:27
6785         Log: (Retracted by #8915.)
6786              
6787              Third Degree finding:
6788              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
6789      Branch: perl
6790            ! gv.c
6791 ____________________________________________________________________________
6792 [  8892] By: jhi                                   on 2001/02/22  14:28:32
6793         Log: Update Changes.
6794      Branch: perl
6795            ! Changes patchlevel.h
6796 ____________________________________________________________________________
6797 [  8891] By: jhi                                   on 2001/02/22  13:22:45
6798         Log: Metaconfig unit changes for #8890.
6799      Branch: metaconfig
6800            ! U/modified/Cppsym.U U/threads/archname.U
6801 ____________________________________________________________________________
6802 [  8890] By: jhi                                   on 2001/02/22  13:22:12
6803         Log: Add -stdio to the archname if no perlio selected,
6804              no -perlio added since that is now the default.
6805              
6806              Add few CPUs/architectures to the Cppsym scan.
6807      Branch: perl
6808            ! Configure config_h.SH
6809 ____________________________________________________________________________
6810 [  8889] By: jhi                                   on 2001/02/22  13:05:59
6811         Log: Metaconfig unit change for #8888.
6812      Branch: metaconfig/U/perl
6813            ! useperlio.U
6814 ____________________________________________________________________________
6815 [  8888] By: jhi                                   on 2001/02/22  13:05:28
6816         Log: *drum roll*  Make perlio the default.
6817      Branch: perl
6818            ! Configure config_h.SH
6819 ____________________________________________________________________________
6820 [  8887] By: jhi                                   on 2001/02/22  12:50:52
6821         Log: Integrate change #8665 from maintperl to mainline,
6822              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
6823      Branch: perl
6824           !> ext/POSIX/POSIX.xs
6825 ____________________________________________________________________________
6826 [  8886] By: jhi                                   on 2001/02/22  12:49:24
6827         Log: Integrate changes #8883,8884 from mainline to maintperl.
6828              
6829              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6830              Subject: Re: File::Temp::_gettemp warning
6831      Branch: maint-5.6/perl
6832           !> embed.h embed.pl lib/File/Temp.pm
6833 ____________________________________________________________________________
6834 [  8885] By: jhi                                   on 2001/02/22  12:43:59
6835         Log: Based on
6836              
6837              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
6838              From: schwab@suse.de
6839              Date: Thu, 22 Feb 2001 13:08:09 +0100
6840              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
6841              
6842              but the fix done slightly differently because the other
6843              half was already done in #8664.
6844      Branch: maint-5.6/perl
6845            ! ext/POSIX/POSIX.xs
6846 ____________________________________________________________________________
6847 [  8884] By: jhi                                   on 2001/02/22  12:37:15
6848         Log: Subject: Re: File::Temp::_gettemp warning
6849              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6850              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
6851              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
6852              
6853              This patch to File::Temp does two things:
6854              
6855              1. Fixes the problem with CGI::Carp when determining
6856              the Fcntl constants
6857              
6858              2. Removes most of the carps and consolidates them so that all the
6859              reasons are included in a single die that is caught by the test. This
6860              means that the correct skipping behaviour is displayed by the test.
6861      Branch: perl
6862            ! lib/File/Temp.pm
6863 ____________________________________________________________________________
6864 [  8883] By: jhi                                   on 2001/02/22  12:29:19
6865         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
6866              From: Peter Prymmer <pvhp@forte.com>
6867              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
6868              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
6869      Branch: perl
6870            ! embed.h embed.pl
6871 ____________________________________________________________________________
6872 [  8882] By: jhi                                   on 2001/02/21  19:41:33
6873         Log: Integrate change #8881 from mainlin to maintperl.
6874              
6875              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6876      Branch: maint-5.6/perl
6877           !> op.c
6878 ____________________________________________________________________________
6879 [  8881] By: jhi                                   on 2001/02/21  19:38:57
6880         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
6881              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6882              Date:     Wed, 21 Feb 2001 13:08:03 EST
6883              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
6884      Branch: perl
6885            ! op.c
6886 ____________________________________________________________________________
6887 [  8880] By: jhi                                   on 2001/02/21  19:34:34
6888         Log: Retract #8875, cannot let go of the old semantics of unpack U
6889              without rethinking utf8decode.t.
6890      Branch: perl
6891            ! pp.c t/op/pack.t
6892 ____________________________________________________________________________
6893 [  8879] By: jhi                                   on 2001/02/21  19:08:02
6894         Log: Run run/*.t also in minitest.
6895      Branch: perl
6896            ! Makefile.SH
6897 ____________________________________________________________________________
6898 [  8878] By: nick                                  on 2001/02/21  18:55:37
6899         Log: Integrate mainline
6900      Branch: perlio
6901           !> (integrate 76 files)
6902 ____________________________________________________________________________
6903 [  8877] By: jhi                                   on 2001/02/21  15:09:33
6904         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
6905      Branch: metaconfig
6906            ! U/compline/nblock_io.U
6907      Branch: perl
6908            ! Configure config_h.SH
6909 ____________________________________________________________________________
6910 [  8876] By: jhi                                   on 2001/02/21  14:54:45
6911         Log: If no sfio, no -lsfio.
6912      Branch: metaconfig/U/perl
6913            ! d_sfio.U
6914      Branch: perl
6915            ! Configure config_h.SH
6916 ____________________________________________________________________________
6917 [  8875] By: jhi                                   on 2001/02/21  14:54:00
6918         Log: Make unpack C and unpack C truly equivalent.
6919      Branch: perl
6920            ! pp.c t/op/pack.t
6921 ____________________________________________________________________________
6922 [  8874] By: jhi                                   on 2001/02/21  14:26:02
6923         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
6924              From: Peter Prymmer <pvhp@forte.com>
6925              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
6926              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
6927      Branch: perl
6928            ! pod/perlport.pod
6929 ____________________________________________________________________________
6930 [  8873] By: jhi                                   on 2001/02/21  14:24:31
6931         Log: Subject: [PATCH] fix for charnames above FFFF
6932              From: andreas.koenig@anima.de (Andreas J. Koenig)
6933              Date: 21 Feb 2001 07:05:45 +0100
6934              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
6935      Branch: perl
6936            ! lib/charnames.pm t/lib/charnames.t
6937 ____________________________________________________________________________
6938 [  8872] By: jhi                                   on 2001/02/21  14:15:25
6939         Log: Integrate change #8868 from pureperl to mainline.
6940              
6941              Fixed reference count loop caused by sv_magic.
6942      Branch: perl
6943           !> sv.c
6944 ____________________________________________________________________________
6945 [  8871] By: jhi                                   on 2001/02/21  14:07:29
6946         Log: Integrate change #8868 from pureperl to maintperl.
6947              
6948              Fixed reference count loop caused by sv_magic.
6949      Branch: maint-5.6/perl
6950           !> sv.c
6951 ____________________________________________________________________________
6952 [  8870] By: jhi                                   on 2001/02/21  14:04:41
6953         Log: Put back the #8840, it was innocent.
6954      Branch: perl
6955            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6956            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
6957 ____________________________________________________________________________
6958 [  8869] By: jhi                                   on 2001/02/21  14:00:03
6959         Log: unpack("C", ...) was left slightly unfinished by #8865.
6960      Branch: perl
6961            ! pp.c t/op/pack.t
6962 ____________________________________________________________________________
6963 [  8868] By: alanbur                               on 2001/02/21  01:33:45
6964         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
6965              from gv_fetchpv to create single-character magic variables (e.g. $!),
6966              and it is passed a sv and the gv that contains the sv as the mg_obj
6967              value.  When sv_magic stores the mg_obj pointer it increments the gv
6968              refcount, thus causing a sv-gv pair that can't be freed.  There is
6969              already a check for sv == obj which is used to prevent such reference
6970              loops.  This change extends the check to cover the case described above.
6971      Branch: maint-5.6/pureperl
6972            ! sv.c
6973 ____________________________________________________________________________
6974 [  8867] By: jhi                                   on 2001/02/21  00:52:39
6975         Log: Update Changes.
6976      Branch: perl
6977            ! Changes patchlevel.h
6978 ____________________________________________________________________________
6979 [  8866] By: jhi                                   on 2001/02/21  00:34:20
6980         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
6981              (Note: there were some conflicts due to EBCDIC and EPOC
6982              patches, in general I preferred the repository code.)
6983              (When 2.753 comes out, we need to synchronize.)
6984      Branch: perl
6985            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
6986            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
6987            ! t/lib/cgi-html.t
6988 ____________________________________________________________________________
6989 [  8865] By: jhi                                   on 2001/02/21  00:24:22
6990         Log: Make pack("C", 0x100) to create Unicode, unless under the
6991              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
6992              will understand Unicode, unless you under know what.
6993      Branch: perl
6994            ! pp.c t/op/pack.t t/op/qu.t
6995 ____________________________________________________________________________
6996 [  8864] By: alanbur                               on 2001/02/20  22:35:34
6997         Log: Resynchronised with parent
6998      Branch: maint-5.6/pureperl
6999           !> README.win32 ext/GDBM_File/GDBM_File.pm
7000           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
7001           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
7002           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
7003           !> t/lib/sdbm.t util.c
7004 ____________________________________________________________________________
7005 [  8863] By: jhi                                   on 2001/02/20  20:55:11
7006         Log: Integrate change #8860,8861 from mainline into maintperl.
7007              
7008              "pseudo-literal j"
7009              
7010              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
7011      Branch: maint-5.6/perl
7012           !> lib/Test.pm pod/perlop.pod
7013 ____________________________________________________________________________
7014 [  8862] By: jhi                                   on 2001/02/20  20:30:07
7015         Log: Don't do casting between pointers pointing to differently sized
7016              integers.
7017      Branch: perl
7018            ! hv.c sv.c
7019 ____________________________________________________________________________
7020 [  8861] By: jhi                                   on 2001/02/20  19:53:44
7021         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
7022              From: Peter Prymmer <pvhp@forte.com>
7023              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
7024              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
7025      Branch: perl
7026            ! lib/Test.pm
7027 ____________________________________________________________________________
7028 [  8860] By: jhi                                   on 2001/02/20  19:48:02
7029         Log: "pseudo-literal j", a documentation glitch reported to Debian.
7030              The text recovered from Perl 5.005_03, and pseudo-literal replaced
7031              by "backtick string".
7032      Branch: perl
7033            ! pod/perlop.pod
7034 ____________________________________________________________________________
7035 [  8859] By: jhi                                   on 2001/02/20  19:15:46
7036         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
7037              from Chris Nandor.
7038      Branch: perl
7039            ! makedef.pl
7040 ____________________________________________________________________________
7041 [  8858] By: jhi                                   on 2001/02/20  17:36:53
7042         Log: Integrate pureperl changes #8844,8845,8850 to mainline
7043              (via maintperl #8855).
7044              
7045              Fixed %^H scoping bug
7046              
7047              Removed GV <-> CV refcount loop
7048              
7049              Removed %ENV refcount loop
7050      Branch: perl
7051           !> gv.c op.c perl.c pp.c scope.c
7052 ____________________________________________________________________________
7053 [  8857] By: jhi                                   on 2001/02/20  17:34:32
7054         Log: Integrate changes #8853,8854 from maintperl to mainline.
7055              
7056              EBDIC fixes, README.win32 Borland update.
7057      Branch: perl
7058           !> README.win32 handy.h util.c
7059 ____________________________________________________________________________
7060 [  8856] By: jhi                                   on 2001/02/20  17:33:16
7061         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
7062      Branch: maint-5.6/perl
7063           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
7064           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
7065           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7066 ____________________________________________________________________________
7067 [  8855] By: jhi                                   on 2001/02/20  17:32:13
7068         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
7069              
7070              Fixed %^H scoping bug
7071              
7072              Removed GV <-> CV refcount loop
7073              
7074              Removed %ENV refcount loop
7075      Branch: maint-5.6/perl
7076           !> gv.c op.c perl.c pp.c scope.c
7077 ____________________________________________________________________________
7078 [  8854] By: jhi                                   on 2001/02/20  17:25:06
7079         Log: Subject: Addition to readme.win32 for Borland C++ compilers
7080              Date: Tue, 20 Feb 2001 02:15:25 +0300
7081              From: "Vadim Konovalov" <watman@inbox.ru>
7082              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
7083              
7084              Document Borland compiler misbehaviour.
7085      Branch: maint-5.6/perl
7086            ! README.win32
7087 ____________________________________________________________________________
7088 [  8853] By: jhi                                   on 2001/02/20  17:22:25
7089         Log: The assimilation of ebcdic.c didn't quite work at the first try,
7090              patches from Thomas Dorner.
7091      Branch: maint-5.6/perl
7092            ! handy.h util.c
7093 ____________________________________________________________________________
7094 [  8852] By: jhi                                   on 2001/02/20  17:20:15
7095         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
7096              From: Chris Nandor <pudge@pobox.com>
7097              Date: Tue, 20 Feb 2001 08:32:45 -0500
7098              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
7099      Branch: maint-5.6/perl
7100            ! makedef.pl mg.c
7101 ____________________________________________________________________________
7102 [  8851] By: jhi                                   on 2001/02/20  17:15:52
7103         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
7104      Branch: perl
7105            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
7106            ! t/lib/filter-util.t
7107 ____________________________________________________________________________
7108 [  8850] By: alanbur                               on 2001/02/20  17:12:40
7109         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
7110              and the magic pointer points back to the GV that contains the
7111              %ENV hash.  This creates a refcount loop that prevents members
7112              of %ENV from being freed correctly.  This change removes the
7113              refcount loop - the magic pointer was never used anyway, the
7114              only use of the magic was to check the type ('E') so that the
7115              appropriate environment manipulation code is called when %ENV
7116              is modified.
7117      Branch: maint-5.6/pureperl
7118            ! perl.c
7119 ____________________________________________________________________________
7120 [  8849] By: jhi                                   on 2001/02/20  17:12:20
7121         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
7122              From: "Craig A. Berry" <craigberry@mac.com>
7123              Date: Mon, 19 Feb 2001 23:36:12 -0600
7124              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
7125              
7126              Case-forgiving systems match TestInit.pm with TES*.
7127      Branch: perl
7128            ! t/lib/glob-basic.t
7129 ____________________________________________________________________________
7130 [  8848] By: jhi                                   on 2001/02/20  17:10:02
7131         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
7132      Branch: perl
7133            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
7134            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
7135            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
7136 ____________________________________________________________________________
7137 [  8847] By: jhi                                   on 2001/02/20  15:34:41
7138         Log: The #8843 wasn't quite right: %Config needs to imported.
7139      Branch: perl
7140            ! t/run/runenv.t
7141 ____________________________________________________________________________
7142 [  8846] By: jhi                                   on 2001/02/20  15:31:50
7143         Log: Retract the #8838 and #8840 for now because of
7144              the DB_File tie problem.
7145      Branch: perl
7146            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
7147            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
7148            ! proto.h sv.c
7149 ____________________________________________________________________________
7150 [  8845] By: alanbur                               on 2001/02/20  14:25:41
7151         Log: Removed GV <-> CV refcount loop
7152              CvGV(mycv) points to the parent GV of the CV, and was previously
7153              refcounted.  The pointer remains, but the refcounting has been removed
7154              as it causes a refcount loop between the CV and GV that means the CV
7155              can't ever be deleted.
7156      Branch: maint-5.6/pureperl
7157            ! gv.c op.c pp.c
7158 ____________________________________________________________________________
7159 [  8844] By: alanbur                               on 2001/02/20  14:23:13
7160         Log: Fixed %^H scoping bug
7161      Branch: maint-5.6/pureperl
7162            ! scope.c
7163 ____________________________________________________________________________
7164 [  8843] By: jhi                                   on 2001/02/19  13:38:08
7165         Log: fork() not everywhere, cleanup temp files.
7166      Branch: perl
7167            ! t/run/runenv.t
7168 ____________________________________________________________________________
7169 [  8842] By: alanbur                               on 2001/02/19  12:42:07
7170         Log: Resynchronised with parent
7171      Branch: maint-5.6/pureperl
7172           !> pod/perlfaq4.pod sv.c utf8.c
7173 ____________________________________________________________________________
7174 [  8841] By: jhi                                   on 2001/02/19  03:35:51
7175         Log: Update Changes.
7176      Branch: perl
7177            ! Changes patchlevel.h
7178 ____________________________________________________________________________
7179 [  8840] By: jhi                                   on 2001/02/19  00:23:41
7180         Log: Subject: [patch] add sv_setref_uv
7181              From: Doug MacEachern <dougm@covalent.net>
7182              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
7183              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
7184      Branch: perl
7185            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
7186            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
7187 ____________________________________________________________________________
7188 [  8839] By: jhi                                   on 2001/02/19  00:01:38
7189         Log: Put to rest the 20010205.001, the email address checking (not) regex.
7190      Branch: perl
7191            ! pod/perlfaq9.pod
7192 ____________________________________________________________________________
7193 [  8838] By: jhi                                   on 2001/02/18  22:17:54
7194         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
7195              From: Doug MacEachern <dougm@covalent.net>
7196              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
7197              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
7198      Branch: perl
7199            ! lib/ExtUtils/xsubpp
7200 ____________________________________________________________________________
7201 [  8837] By: jhi                                   on 2001/02/18  22:16:50
7202         Log: Subject: [patch] -Wall cleanup round 2
7203              From: Doug MacEachern <dougm@covalent.net>
7204              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
7205              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
7206      Branch: perl
7207            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
7208            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
7209            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
7210            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
7211            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
7212            ! ext/SDBM_File/SDBM_File.xs
7213 ____________________________________________________________________________
7214 [  8836] By: jhi                                   on 2001/02/18  22:11:20
7215         Log: Misapplied regex optimizations when \C is present.
7216              Fixes 20001230.002.
7217              
7218              What still remains broken is that the submatches that
7219              have \C in them get their UTF8 flag on because their
7220              parent SV has it on.  This will result in malformed
7221              UTF8 if a \C happened to match a non-ASCII byte.
7222      Branch: perl
7223            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
7224            ! t/pragma/utf8.t
7225 ____________________________________________________________________________
7226 [  8835] By: jhi                                   on 2001/02/18  20:12:02
7227         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
7228              
7229              The hash key got wrongly UTF8fied.
7230      Branch: perl
7231            ! pod/perlapi.pod toke.c utf8.c
7232 ____________________________________________________________________________
7233 [  8834] By: jhi                                   on 2001/02/18  19:44:25
7234         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
7235              don't warn on magical or overloaded things.
7236      Branch: perl
7237            ! pp_hot.c
7238 ____________________________________________________________________________
7239 [  8833] By: nick                                  on 2001/02/18  19:31:22
7240         Log: Integrate mainline
7241      Branch: perlio
7242           +> t/TestInit.pm t/run/runenv.t
7243            - t/UTEST
7244           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
7245           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
7246           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
7247           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
7248           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
7249           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
7250           !> utf8.c
7251 ____________________________________________________________________________
7252 [  8832] By: jhi                                   on 2001/02/18  19:21:18
7253         Log: Integrate perlio.
7254      Branch: perl
7255           !> perlio.c pod/perldiag.pod
7256 ____________________________________________________________________________
7257 [  8831] By: jhi                                   on 2001/02/18  19:14:20
7258         Log: Integrate change #8827 from mainline.
7259              
7260              UTF8 tweaks.
7261      Branch: maint-5.6/perl
7262           !> sv.c utf8.c
7263 ____________________________________________________________________________
7264 [  8830] By: nick                                  on 2001/02/18  19:10:34
7265         Log: Apply the spirit of patch from Nick Clark:
7266              Subject: [PATCH] Re: extensions that provide layers
7267              From: Nicholas Clark <nick@ccl4.org>
7268              Date: Mon, 12 Feb 2001 16:43:51 +0000
7269              Message-Id: <20010212164350.Q3652@plum.flirble.org>
7270      Branch: perlio
7271            ! perlio.c pod/perldiag.pod
7272 ____________________________________________________________________________
7273 [  8829] By: jhi                                   on 2001/02/18  19:03:25
7274         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
7275              From: schwern@pobox.com 
7276              Date: Sun, 18 Feb 2001 13:44:35 -0500
7277              Message-ID: <20010218134435.A17544@magnonel.guild.net>
7278              
7279              Applied, but as t/TestInit.pm.
7280      Branch: perl
7281            + t/TestInit.pm
7282            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
7283            ! t/op/subst_wamp.t
7284 ____________________________________________________________________________
7285 [  8828] By: jhi                                   on 2001/02/18  18:43:52
7286         Log: Integrate perlio.
7287      Branch: perl
7288           !> perlio.c
7289 ____________________________________________________________________________
7290 [  8827] By: jhi                                   on 2001/02/18  18:41:33
7291         Log: UTF-8 tweaks.
7292      Branch: perl
7293            ! sv.c utf8.c
7294 ____________________________________________________________________________
7295 [  8826] By: nick                                  on 2001/02/18  17:40:59
7296         Log: Fix [ID 20010217.002]
7297              open FOO, "<:raw:perlio", ...
7298              :raw now inserts default base layer below itself.
7299              Also
7300              open FOO, "<:unix", ...
7301              works as well - but leaves buffer layer on stack under the unix layer.
7302      Branch: perlio
7303            ! perlio.c
7304 ____________________________________________________________________________
7305 [  8825] By: jhi                                   on 2001/02/18  17:15:39
7306         Log: Integrate perlio.
7307      Branch: perl
7308           !> perlio.c perliol.h
7309 ____________________________________________________________________________
7310 [  8824] By: jhi                                   on 2001/02/18  17:10:53
7311         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
7312              From: schwern@pobox.com
7313              Date: Sun, 18 Feb 2001 01:48:50 -0500
7314              Message-ID: <20010218014850.C19957@magnonel.guild.net>
7315      Branch: perl
7316            ! lib/Test/Harness.pm t/TEST t/op/chop.t
7317 ____________________________________________________________________________
7318 [  8823] By: jhi                                   on 2001/02/18  17:01:06
7319         Log: Add run/*.t to testables.
7320      Branch: perl
7321            ! t/TEST
7322 ____________________________________________________________________________
7323 [  8822] By: jhi                                   on 2001/02/18  16:58:58
7324         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
7325              From: schwern@pobox.com
7326              Date: Sun, 18 Feb 2001 01:11:35 -0500
7327              Message-ID: <20010218011135.A19957@magnonel.guild.net>
7328              
7329              Revive mjd's and Simon's PERL5OPT fix.
7330      Branch: perl
7331            + t/run/runenv.t
7332            ! MANIFEST perl.c
7333 ____________________________________________________________________________
7334 [  8821] By: jhi                                   on 2001/02/18  16:53:46
7335         Log: Subject: Re: Why t/TEST and not Test::Harness?
7336              From: schwern@pobox.com
7337              Date: Sat, 17 Feb 2001 22:44:44 -0500
7338              Message-ID: <20010217224444.A6679@magnonel.guild.net>
7339              
7340              Replace UTEST with TEST -utf8.
7341      Branch: perl
7342            - t/UTEST
7343            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
7344            ! t/lib/glob-basic.t
7345 ____________________________________________________________________________
7346 [  8820] By: nick                                  on 2001/02/18  13:06:16
7347         Log: Clean up a few core dumps when layers are used in unexpected ways.
7348              (Still not "right"...)
7349      Branch: perlio
7350            ! perlio.c perliol.h
7351 ____________________________________________________________________________
7352 [  8819] By: jhi                                   on 2001/02/18  02:25:55
7353         Log: Integrate change #8818 from maintperl, a FAQ nit.
7354      Branch: perl
7355           !> pod/perlfaq4.pod
7356 ____________________________________________________________________________
7357 [  8818] By: jhi                                   on 2001/02/18  02:24:50
7358         Log: FAQ nit from Chris Fedde.
7359      Branch: maint-5.6/perl
7360            ! pod/perlfaq4.pod
7361 ____________________________________________________________________________
7362 [  8817] By: nick                                  on 2001/02/17  18:20:14
7363         Log: Integrate mainline
7364      Branch: perlio
7365           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7366           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7367           +> pod/perlclib.pod
7368            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7369            - lib/unicode/Unicode.301
7370           !> (integrate 324 files)
7371 ____________________________________________________________________________
7372 [  8816] By: jhi                                   on 2001/02/17  16:56:58
7373         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
7374      Branch: perl
7375            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
7376            ! ext/Storable/Storable.xs t/lib/st-06compat.t
7377            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
7378 ____________________________________________________________________________
7379 [  8815] By: jhi                                   on 2001/02/17  16:40:07
7380         Log: Subject: [patch] -Wall
7381              From: Doug MacEachern <dougm@covalent.net>
7382              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
7383              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
7384      Branch: perl
7385            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
7386            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
7387 ____________________________________________________________________________
7388 [  8814] By: jhi                                   on 2001/02/16  19:27:18
7389         Log: Document qu better.
7390      Branch: perl
7391            ! pod/perlop.pod
7392 ____________________________________________________________________________
7393 [  8813] By: jhi                                   on 2001/02/15  13:54:37
7394         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
7395              From: Hugo <hv@crypt.compulink.co.uk>
7396              Date: Thu, 15 Feb 2001 13:39:49 +0000
7397              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
7398      Branch: perl
7399            ! toke.c
7400 ____________________________________________________________________________
7401 [  8812] By: alanbur                               on 2001/02/15  13:52:16
7402         Log: Resynchronised with parent
7403      Branch: maint-5.6/pureperl
7404            - ebcdic.c
7405           !> (integrate 36 files)
7406 ____________________________________________________________________________
7407 [  8811] By: jhi                                   on 2001/02/15  13:51:16
7408         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
7409              
7410              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
7411              From: Jan Dubois <JanD@ActiveState.com>
7412              Date: Wed, 31 Jan 2001 21:17:03 -0800
7413              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
7414              
7415              tweak change#8659 to keep it simple
7416              
7417              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7418              From: Russ Allbery <rra@stanford.edu>
7419              Date: 14 Feb 2001 10:15:41 -0800
7420              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7421              
7422              (8809 empty)
7423
7424              Upgrade to podlators 1.08, from Russ Allbery.
7425      Branch: perl
7426           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
7427           !> utils/perldoc.PL
7428 ____________________________________________________________________________
7429 [  8810] By: jhi                                   on 2001/02/15  13:35:08
7430         Log: Upgrade to podlators 1.08, from Russ Allbery.
7431      Branch: maint-5.6/perl
7432            ! lib/Pod/Man.pm lib/Pod/Text.pm
7433 ____________________________________________________________________________
7434 [  8809] By: jhi                                   on 2001/02/15  13:26:38
7435         Log: (accidentally empty check-in)
7436      Branch: maint-5.6/perl
7437            ! lib/Test/Harness.pm
7438 ____________________________________________________________________________
7439 [  8808] By: jhi                                   on 2001/02/15  13:23:47
7440         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
7441              From: Russ Allbery <rra@stanford.edu>
7442              Date: 14 Feb 2001 10:15:41 -0800
7443              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
7444              
7445              perldoc was hardcoding $Config{installscript}, which breaks
7446              when install* isn't where Perl ends up (such as with AFS).
7447              
7448              Use $Config{scriptdir} instead.
7449      Branch: maint-5.6/perl
7450            ! utils/perldoc.PL
7451 ____________________________________________________________________________
7452 [  8807] By: jhi                                   on 2001/02/14  14:37:27
7453         Log: Update Changes.
7454      Branch: perl
7455            ! Changes patchlevel.h
7456 ____________________________________________________________________________
7457 [  8806] By: jhi                                   on 2001/02/14  14:25:31
7458         Log: Integrate changes #8803,8804,8805 from mainline.
7459              
7460              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7461              
7462              Don't skip too much of the locale error message if no environ array,
7463              from Chris Nandor.
7464              
7465              More MacOS Classic fixes from Chris Nandor.
7466      Branch: maint-5.6/perl
7467           !> doop.c lib/Cwd.pm perl.c perl.h util.c
7468 ____________________________________________________________________________
7469 [  8805] By: jhi                                   on 2001/02/14  03:29:01
7470         Log: More MacOS Classic fixes from Chris Nandor.
7471      Branch: perl
7472            ! doop.c lib/Cwd.pm
7473 ____________________________________________________________________________
7474 [  8804] By: jhi                                   on 2001/02/14  03:18:35
7475         Log: Don't skip too much of the locale error message if no environ array,
7476              from Chris Nandor.
7477      Branch: perl
7478            ! util.c
7479 ____________________________________________________________________________
7480 [  8803] By: jhi                                   on 2001/02/14  03:14:14
7481         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
7482      Branch: perl
7483            ! perl.c perl.h
7484 ____________________________________________________________________________
7485 [  8802] By: jhi                                   on 2001/02/13  18:31:33
7486         Log: AUTHORS update.
7487      Branch: perl
7488            ! AUTHORS
7489 ____________________________________________________________________________
7490 [  8801] By: jhi                                   on 2001/02/13  17:55:19
7491         Log: Integrate change #8792 from mainline.
7492              
7493              Subject: buncha MacPerl patches for bleadperl
7494              From: Chris Nandor <pudge@pobox.com>
7495              Date: Tue, 13 Feb 2001 00:02:43 -0500
7496              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7497      Branch: maint-5.6/perl
7498           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7499           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7500           !> t/lib/basename.t toke.c util.h
7501 ____________________________________________________________________________
7502 [  8800] By: jhi                                   on 2001/02/13  17:46:43
7503         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
7504              to be forced to Off_t.
7505              
7506              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
7507              From: nick@ccl4.org
7508              Date: Thu, 1 Feb 2001 12:01:04 +0000
7509              Message-Id: <20010201120103.E11401@plum.flirble.org>
7510      Branch: maint-5.6/perl
7511            ! iperlsys.h perlio.c
7512 ____________________________________________________________________________
7513 [  8799] By: jhi                                   on 2001/02/13  16:52:51
7514         Log: Duplex duplex hunk hunk.
7515      Branch: maint-5.6/perl
7516            ! Makefile.SH
7517 ____________________________________________________________________________
7518 [  8797] By: jhi                                   on 2001/02/13  14:52:04
7519         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
7520              From: "Craig A. Berry" <craigberry@mac.com>
7521              Date: Mon, 12 Feb 2001 11:05:25 -0600
7522              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
7523      Branch: perl
7524            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
7525 ____________________________________________________________________________
7526 [  8796] By: jhi                                   on 2001/02/13  14:36:47
7527         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
7528              From: simon.cozens@pembroke.oxford.ac.uk 
7529              Date: Sat, 10 Feb 2001 17:57:02 +0000
7530              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
7531              
7532              Now it does include.
7533      Branch: perl
7534            ! pod/perldiag.pod
7535 ____________________________________________________________________________
7536 [  8795] By: jhi                                   on 2001/02/13  14:30:11
7537         Log: Sort the MANIFEST.
7538      Branch: perl
7539            ! MANIFEST
7540 ____________________________________________________________________________
7541 [  8794] By: jhi                                   on 2001/02/13  14:26:51
7542         Log: Integrate change #8793 from mainline, FAQ updates.
7543      Branch: maint-5.6/perl
7544           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7545 ____________________________________________________________________________
7546 [  8793] By: jhi                                   on 2001/02/13  14:25:13
7547         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
7548      Branch: perl
7549            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
7550 ____________________________________________________________________________
7551 [  8792] By: jhi                                   on 2001/02/13  14:22:50
7552         Log: Subject: buncha MacPerl patches for bleadperl
7553              From: Chris Nandor <pudge@pobox.com>
7554              Date: Tue, 13 Feb 2001 00:02:43 -0500
7555              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
7556      Branch: perl
7557            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
7558            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
7559            ! t/lib/basename.t toke.c util.h
7560 ____________________________________________________________________________
7561 [  8791] By: jhi                                   on 2001/02/13  14:10:39
7562         Log: Integrate change #8790 from mainline.
7563              
7564              environ array wrongly assumed in Perl_init_i18nl10n(),
7565      Branch: maint-5.6/perl
7566           !> util.c
7567 ____________________________________________________________________________
7568 [  8790] By: jhi                                   on 2001/02/13  14:06:15
7569         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
7570              noticed by Chris Nandor in MacOS Classic.
7571      Branch: perl
7572            ! util.c
7573 ____________________________________________________________________________
7574 [  8789] By: jhi                                   on 2001/02/13  13:58:07
7575         Log: Integrate changes #8373,8487,8544,8783 from mainline.
7576              
7577              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
7578              hints files, the dynaloading, assimilate ebcdic into util.c.
7579      Branch: maint-5.6/perl
7580            - ebcdic.c
7581            ! MANIFEST hints/posix-bc.sh
7582           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
7583           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
7584           !> perlapi.c proto.h util.c
7585 ____________________________________________________________________________
7586 [  8788] By: alanbur                               on 2001/02/13  10:33:13
7587         Log: Integrated changes from maint-5.6
7588      Branch: maint-5.6/pureperl
7589           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
7590           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
7591           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7592           !> vos/config.ga.h vos/configure_perl.cm
7593 ____________________________________________________________________________
7594 [  8787] By: jhi                                   on 2001/02/13  05:56:36
7595         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
7596      Branch: perl
7597           !> Makefile.SH
7598 ____________________________________________________________________________
7599 [  8786] By: jhi                                   on 2001/02/13  05:54:34
7600         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
7601              From: Dorner Thomas <Thomas.Dorner@start.de>
7602              Date: Mon, 12 Feb 2001 15:06:26 +0100
7603              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
7604      Branch: maint-5.6/perl
7605            ! Makefile.SH
7606 ____________________________________________________________________________
7607 [  8785] By: jhi                                   on 2001/02/13  05:29:04
7608         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
7609      Branch: perl
7610           !> hints/openbsd.sh
7611 ____________________________________________________________________________
7612 [  8784] By: jhi                                   on 2001/02/13  02:25:24
7613         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
7614              From: Peter Prymmer <pvhp@forte.com>
7615              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
7616              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
7617      Branch: perl
7618            ! pod/perlclib.pod
7619 ____________________________________________________________________________
7620 [  8783] By: jhi                                   on 2001/02/13  02:22:36
7621         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
7622      Branch: perl
7623            - ebcdic.c
7624            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
7625            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
7626            ! util.c
7627 ____________________________________________________________________________
7628 [  8782] By: jhi                                   on 2001/02/13  02:00:07
7629         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
7630      Branch: maint-5.6/perl
7631            ! pod/perlport.pod
7632 ____________________________________________________________________________
7633 [  8781] By: jhi                                   on 2001/02/13  01:58:44
7634         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
7635      Branch: maint-5.6/perl
7636            ! hints/openbsd.sh
7637 ____________________________________________________________________________
7638 [  8780] By: jhi                                   on 2001/02/13  01:57:33
7639         Log: Synchronize the regexp tests between maintperl and mainline.
7640      Branch: maint-5.6/perl
7641           !> t/op/re_tests
7642 ____________________________________________________________________________
7643 [  8779] By: jhi                                   on 2001/02/13  01:49:35
7644         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7645              From: Hugo <hv@crypt.compulink.co.uk>
7646              Date: Tue, 13 Feb 2001 00:11:11 +0000
7647              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7648      Branch: perl
7649            ! regcomp.c t/op/re_tests
7650 ____________________________________________________________________________
7651 [  8778] By: jhi                                   on 2001/02/13  00:23:10
7652         Log: Comments do not nest.
7653      Branch: perl
7654            ! perl.h
7655 ____________________________________________________________________________
7656 [  8777] By: jhi                                   on 2001/02/13  00:17:54
7657         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
7658              From: Hugo <hv@crypt.compulink.co.uk>
7659              Date: Tue, 13 Feb 2001 00:11:11 +0000
7660              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
7661      Branch: maint-5.6/perl
7662            ! regcomp.c t/op/re_tests
7663 ____________________________________________________________________________
7664 [  8776] By: jhi                                   on 2001/02/12  23:25:52
7665         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
7666      Branch: maint-5.6/perl
7667            ! pod/perlport.pod
7668 ____________________________________________________________________________
7669 [  8775] By: jhi                                   on 2001/02/12  23:04:28
7670         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
7671      Branch: maint-5.6/perl
7672            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
7673            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
7674            ! vos/configure_perl.cm
7675 ____________________________________________________________________________
7676 [  8774] By: jhi                                   on 2001/02/12  22:59:11
7677         Log: Subject: Re: [patch] context for 'U' magic functions
7678              From: Doug MacEachern <dougm@covalent.net>
7679              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
7680              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
7681              
7682              plus the suggestion by Nick Ing-Simmons to name the macro
7683              as PERL_MG_UFUNC to avoid namespace pollution, plus add
7684              the advice by Doug for XS writers to perl.h
7685      Branch: perl
7686            ! mg.c perl.h
7687 ____________________________________________________________________________
7688 [  8773] By: jhi                                   on 2001/02/11  20:14:12
7689         Log: Update Changes.
7690      Branch: perl
7691            ! Changes patchlevel.h
7692 ____________________________________________________________________________
7693 [  8772] By: jhi                                   on 2001/02/11  18:47:52
7694         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
7695              From: Simon Cozens <simon@cozens.net>
7696              Date: Wed, 31 Jan 2001 16:31:43 +0000
7697              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
7698      Branch: perl
7699            + pod/perlclib.pod
7700            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
7701            ! pod/perltoc.pod
7702 ____________________________________________________________________________
7703 [  8771] By: jhi                                   on 2001/02/11  18:36:48
7704         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
7705              
7706              Blocks-4d3.beta.txt
7707              CaseFolding-3d4.beta.txt
7708              CompositionExclusions-3d6.beta.txt
7709              EastAsianWidth-4d4.beta.txt
7710              LineBreak-6d3.beta.txt
7711              NamesList-3.1.0d1.beta.txt
7712              PropList-3.1.0d4.beta.txt
7713              SpecialCasing-4d1.beta.txt
7714              UnicodeData-3.1.0d6.beta.txt
7715      Branch: perl
7716            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
7717           +> lib/unicode/UCD.html lib/unicode/Unicode.html
7718            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
7719            - lib/unicode/Unicode.301
7720            ! (edit 257 files)
7721 ____________________________________________________________________________
7722 [  8770] By: jhi                                   on 2001/02/11  17:26:22
7723         Log: UTF-8 documentation.
7724      Branch: perl
7725            ! utf8.h
7726 ____________________________________________________________________________
7727 [  8769] By: jhi                                   on 2001/02/11  17:12:49
7728         Log: Retract #8762.
7729      Branch: perl
7730            ! regexec.c
7731 ____________________________________________________________________________
7732 [  8768] By: jhi                                   on 2001/02/11  16:54:45
7733         Log: Subject: [PATCH] Test::Harness
7734              From: andreas.koenig@anima.de (Andreas J. Koenig)
7735              Date: 11 Feb 2001 14:37:00 +0100
7736              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
7737      Branch: perl
7738            ! lib/Test/Harness.pm
7739 ____________________________________________________________________________
7740 [  8767] By: jhi                                   on 2001/02/11  16:53:52
7741         Log: Subject: [PATCH] Document makepatch in Porting/patching
7742              From: andreas.koenig@anima.de (Andreas J. Koenig)
7743              Date: 11 Feb 2001 16:46:28 +0100
7744              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
7745      Branch: perl
7746            ! Porting/patching.pod
7747 ____________________________________________________________________________
7748 [  8766] By: jhi                                   on 2001/02/11  06:30:23
7749         Log: Subject: Re: [patch] GvSHARED
7750              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
7751              From: Doug MacEachern <dougm@covalent.net>
7752              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
7753              
7754              Subject: Re: [patch] GvSHARED
7755              From: Doug MacEachern <dougm@covalent.net>
7756              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
7757              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
7758              
7759              Subject: [patch] attributes.pm support for `shared'
7760              From: Doug MacEachern <dougm@covalent.net>
7761              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
7762              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
7763              
7764              our() attributes were ignored, our :shared pieces missing,
7765              allow attributes.pm to turn on shared.
7766      Branch: perl
7767            ! op.c t/op/attrs.t toke.c xsutils.c
7768 ____________________________________________________________________________
7769 [  8765] By: alanbur                               on 2001/02/10  23:11:19
7770         Log: Resync with parent (hopefully sucessfully this time)
7771      Branch: maint-5.6/pureperl
7772           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
7773           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7774           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7775           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7776           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7777           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7778           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7779 ____________________________________________________________________________
7780 [  8764] By: jhi                                   on 2001/02/10  22:54:38
7781         Log: Make TEST and UTEST more verbose in case something goes
7782              wrong in running/compiling a script, suggested by Doug
7783              MacEachern.
7784      Branch: perl
7785            ! t/TEST t/UTEST
7786 ____________________________________________________________________________
7787 [  8763] By: jhi                                   on 2001/02/10  22:11:34
7788         Log: Bogus shebang.
7789      Branch: perl
7790            ! t/lib/texttabs.t
7791 ____________________________________________________________________________
7792 [  8762] By: jhi                                   on 2001/02/10  21:56:02
7793         Log: (Retracted by #8769)
7794      Branch: perl
7795            ! regexec.c
7796 ____________________________________________________________________________
7797 [  8761] By: jhi                                   on 2001/02/10  21:26:15
7798         Log: Subject: Re: [patch] GvSHARED 
7799              From: Doug MacEachern <dougm@covalent.net>
7800              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
7801              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
7802              
7803              our @EXPORT : shared = (...);
7804      Branch: perl
7805            ! toke.c
7806 ____________________________________________________________________________
7807 [  8760] By: jhi                                   on 2001/02/10  21:25:07
7808         Log: Subject: [patch] GvSHARED
7809              From: Doug MacEachern <dougm@covalent.net>
7810              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
7811              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
7812      Branch: perl
7813            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
7814 ____________________________________________________________________________
7815 [  8759] By: alanbur                               on 2001/02/10  21:24:27
7816         Log: Backed out mismerge.
7817      Branch: maint-5.6/pureperl
7818            ! MANIFEST README.hpux README.vmesa gv.c installhtml
7819            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
7820            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7821            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7822            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7823            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7824            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
7825 ____________________________________________________________________________
7826 [  8758] By: jhi                                   on 2001/02/10  18:01:17
7827         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
7828              
7829              Fixed UMRs and leak in Perl_pmtrans()
7830              
7831              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
7832              associated UTFied tr/// code.  Also fixed scoping leak of
7833              PL_reg_start_tmp.
7834              
7835              newATTRSUB leaks when an attempt to redefine the active sort sub is
7836              made.
7837      Branch: maint-5.6/perl
7838           !> op.c regcomp.c
7839 ____________________________________________________________________________
7840 [  8757] By: alanbur                               on 2001/02/10  17:56:46
7841         Log: Resynchronised with parent
7842      Branch: maint-5.6/pureperl
7843           +> README.bs2000
7844            - README.posix-bc
7845            ! gv.c perl.c sv.c
7846           !> MANIFEST README.hpux README.vmesa installhtml
7847           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
7848           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7849           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
7850           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
7851           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
7852           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
7853 ____________________________________________________________________________
7854 [  8756] By: alanbur                               on 2001/02/10  17:51:15
7855         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
7856              made.
7857      Branch: maint-5.6/pureperl
7858            ! op.c
7859 ____________________________________________________________________________
7860 [  8755] By: jhi                                   on 2001/02/09  22:41:35
7861         Log: Upgrade to CPAN 1.59_54, from Andreas König.
7862      Branch: perl
7863            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
7864 ____________________________________________________________________________
7865 [  8754] By: jhi                                   on 2001/02/09  22:29:20
7866         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
7867              
7868              Didn't upgrade the fill.t since it has a dependency to File::Slurp
7869              purely for debugging purposes, the actual test hasn't changed.
7870      Branch: perl
7871            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
7872            ! t/lib/textwrap.t
7873 ____________________________________________________________________________
7874 [  8753] By: jhi                                   on 2001/02/09  20:17:50
7875         Log: Integrate change #8682 from maintperl.
7876              
7877              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
7878              to work correctly.
7879      Branch: perl
7880           !> hints/irix_6.sh
7881 ____________________________________________________________________________
7882 [  8752] By: jhi                                   on 2001/02/09  20:00:46
7883         Log: Update Changes.
7884      Branch: perl
7885            ! Changes patchlevel.h
7886 ____________________________________________________________________________
7887 [  8751] By: nick                                  on 2001/02/09  19:48:37
7888         Log: Integrate mainline
7889      Branch: perlio
7890           +> README.bs2000 t/lib/cgi-esc.t
7891            - README.posix-bc
7892           !> (integrate 53 files)
7893 ____________________________________________________________________________
7894 [  8750] By: nick                                  on 2001/02/09  19:25:16
7895         Log: Subject: RE: Biannual Competition to Improve Hashing Function
7896              From: Fisher Mark <fisherm@tce.com>
7897              Date: Thu, 8 Feb 2001 10:44:00 -0500
7898              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
7899              Date: Thu, 8 Feb 2001 15:02:47 -0500
7900              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
7901      Branch: perl
7902            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
7903 ____________________________________________________________________________
7904 [  8749] By: jhi                                   on 2001/02/09  19:02:35
7905         Log: Forgotten fragment.
7906      Branch: perl
7907            ! pod/perlapi.pod
7908 ____________________________________________________________________________
7909 [  8748] By: jhi                                   on 2001/02/09  18:31:34
7910         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
7911              plus manual tweakage.
7912              
7913              Sync the perlfaq2 between mainline and maintperl.
7914      Branch: maint-5.6/perl
7915            ! pod/perlfaq2.pod
7916      Branch: perl
7917           !> pod/perlfaq2.pod
7918 ____________________________________________________________________________
7919 [  8747] By: jhi                                   on 2001/02/09  18:12:04
7920         Log: Subject: versiononly and installperl
7921              From: abigail@foad.org
7922              Date: Wed, 7 Feb 2001 22:43:12 +0100
7923              Message-ID: <20010207214312.7045.qmail@foad.org>    
7924              
7925              Add +v flag to force a normal install of the perl binary
7926              and the utilities.
7927              
7928              Subject: [PATCH] installperl
7929              From: Nicholas Clark <nick@ccl4.org>
7930              Date: Fri, 9 Feb 2001 16:28:57 +0000
7931              Message-ID: <20010209162857.B10931@plum.flirble.org>
7932              
7933              Add -A flag which also hardlinks the binary with
7934              the full architecture name.
7935      Branch: perl
7936            ! installperl
7937 ____________________________________________________________________________
7938 [  8746] By: jhi                                   on 2001/02/09  18:03:43
7939         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
7940              
7941              Subject: perlfaq2, re: perlmongers
7942              
7943              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
7944              
7945              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
7946              
7947              Subject: [ID 20010205.001] typo in perlfaq9
7948              
7949              Subject: [ID 20010208.002] unordered explanation in perlcall
7950      Branch: maint-5.6/perl
7951           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
7952           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
7953           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
7954 ____________________________________________________________________________
7955 [  8745] By: jhi                                   on 2001/02/09  17:59:09
7956         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
7957              From: abela@geneanet.org
7958              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
7959              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
7960      Branch: perl
7961            ! pod/perlcall.pod
7962 ____________________________________________________________________________
7963 [  8744] By: jhi                                   on 2001/02/09  17:48:16
7964         Log: Subject: [ID 20010205.001] typo in perlfaq9
7965              From: eserte@vran.herceg.de
7966              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
7967              Message-Id: <200102042244.XAA21926@vran.herceg.de>
7968      Branch: perl
7969            ! pod/perlfaq9.pod
7970 ____________________________________________________________________________
7971 [  8743] By: jhi                                   on 2001/02/09  17:25:12
7972         Log: Integrate change #8695 from maintperl.
7973              
7974              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
7975      Branch: perl
7976           !> thread.h
7977 ____________________________________________________________________________
7978 [  8742] By: jhi                                   on 2001/02/09  17:21:22
7979         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
7980              From: Andy Dougherty <doughera@lafayette.edu>
7981              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
7982              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
7983      Branch: perl
7984            ! embed.pl
7985 ____________________________________________________________________________
7986 [  8741] By: jhi                                   on 2001/02/09  17:05:19
7987         Log: Integrate changes #8738,8739,8740 from maintperl.
7988              
7989              Html files will be installed in a more logical and easier to
7990              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
7991              
7992              Html files will be generated with a header to make them look
7993              a little less bare.
7994              
7995              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
7996      Branch: perl
7997           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
7998 ____________________________________________________________________________
7999 [  8740] By: jhi                                   on 2001/02/09  17:03:46
8000         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
8001              From: "Brendan O'Dea" <bod@compusol.com.au>
8002              Date: Sun, 4 Feb 2001 11:17:56 +1100
8003              Message-ID: <20010204111756.A16301@compusol.com.au>
8004      Branch: maint-5.6/perl
8005            ! pod/perlfaq3.pod
8006 ____________________________________________________________________________
8007 [  8739] By: jhi                                   on 2001/02/09  17:01:59
8008         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
8009              From: "Indy Singh" <indy@nusphere.com>
8010              Date: Fri, 2 Feb 2001 15:09:59 -0500
8011              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
8012              
8013              Html files will be generated with a header to make them look
8014              a little less bare.
8015      Branch: maint-5.6/perl
8016            ! installhtml
8017 ____________________________________________________________________________
8018 [  8738] By: jhi                                   on 2001/02/09  16:58:48
8019         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
8020              From: "Indy Singh" <indy@nusphere.com>
8021              Date: Fri, 2 Feb 2001 15:08:23 -0500
8022              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
8023              
8024              Html files will be installed in a more logical and easier to
8025              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
8026      Branch: maint-5.6/perl
8027            ! win32/Makefile win32/makefile.mk
8028 ____________________________________________________________________________
8029 [  8737] By: jhi                                   on 2001/02/09  16:46:54
8030         Log: Integrate changes #8687,8736 from maintperl.
8031              
8032              HP-UX thread patches from Merijn H. Brand.
8033              
8034              Latin nit from Philip Newton.
8035      Branch: perl
8036           !> README.hpux hints/hpux.sh
8037 ____________________________________________________________________________
8038 [  8736] By: jhi                                   on 2001/02/09  16:42:31
8039         Log: Latin nit from Philip Newton.
8040      Branch: maint-5.6/perl
8041            ! README.hpux
8042 ____________________________________________________________________________
8043 [  8735] By: jhi                                   on 2001/02/09  16:24:03
8044         Log: Integrate changes #8704,8710 from pureperl.
8045              
8046              Fixed UMRs and leak in Perl_pmtrans()
8047              
8048              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8049              associated UTFied tr/// code.  Also fixed scoping leak of
8050              PL_reg_start_tmp.
8051      Branch: perl
8052           !> op.c regcomp.c
8053 ____________________________________________________________________________
8054 [  8734] By: jhi                                   on 2001/02/09  15:40:21
8055         Log: Integrate change #8733 from maintperl.
8056              
8057              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
8058      Branch: perl
8059           !> pod/perlre.pod
8060 ____________________________________________________________________________
8061 [  8733] By: jhi                                   on 2001/02/09  15:35:47
8062         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
8063              From: Prymmer/Kahn <pvhp@best.com>
8064              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
8065              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
8066      Branch: maint-5.6/perl
8067            ! pod/perlre.pod
8068 ____________________________________________________________________________
8069 [  8732] By: jhi                                   on 2001/02/09  15:26:17
8070         Log: Rename README.posix-bc to README.bs2000 (to avoid the
8071              confusion of a "perlposix-bc.pod"), add a few missing
8072              arch pods, regen toc.
8073      Branch: maint-5.6/perl
8074           +> README.bs2000
8075            - README.posix-bc
8076            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8077            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8078 ____________________________________________________________________________
8079 [  8731] By: jhi                                   on 2001/02/09  15:23:39
8080         Log: De-cut-and-pasto.
8081      Branch: perl
8082            ! pod/perl.pod
8083 ____________________________________________________________________________
8084 [  8730] By: jhi                                   on 2001/02/09  15:11:13
8085         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
8086              when people think that perlposix-bc.pod tells anything about
8087              Perl and POSIX.  Regen toc.
8088      Branch: perl
8089           +> README.bs2000
8090            - README.posix-bc
8091            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
8092            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
8093 ____________________________________________________________________________
8094 [  8729] By: jhi                                   on 2001/02/09  14:52:28
8095         Log: The README.vmesa part of #8712 from maintperl.
8096      Branch: perl
8097            ! README.vmesa
8098 ____________________________________________________________________________
8099 [  8728] By: jhi                                   on 2001/02/09  14:46:06
8100         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
8101              From: Peter Prymmer <pvhp@forte.com>
8102              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
8103              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
8104      Branch: maint-5.6/perl
8105            ! README.vmesa win32/Makefile win32/makefile.mk
8106 ____________________________________________________________________________
8107 [  8727] By: jhi                                   on 2001/02/09  14:33:25
8108         Log: Integrate change #8712 from mainline.
8109              
8110              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
8111      Branch: maint-5.6/perl
8112           !> lib/Pod/Find.pm
8113 ____________________________________________________________________________
8114 [  8726] By: jhi                                   on 2001/02/09  14:30:28
8115         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
8116              From: Peter Prymmer <pvhp@forte.com>
8117              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
8118              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
8119      Branch: perl
8120            + t/lib/cgi-esc.t
8121            ! MANIFEST lib/CGI/Util.pm
8122 ____________________________________________________________________________
8123 [  8725] By: jhi                                   on 2001/02/09  04:56:47
8124         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
8125      Branch: maint-5.6/perl
8126            ! pod/perlport.pod
8127 ____________________________________________________________________________
8128 [  8724] By: jhi                                   on 2001/02/09  04:40:59
8129         Log: Integrate changes 7819,7820 from vmsperl into mainline.
8130              
8131              Add header for LIB$ prototypes (C. Berry)
8132              
8133              Convert fwrite()s to sockets to write()s, since some socket stacks
8134              don't take kindly to stdio.
8135              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8136              (for often optional LNMs)
8137              Correct a few typos
8138              (C. Bailey)
8139      Branch: perl
8140           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
8141 ____________________________________________________________________________
8142 [  8723] By: jhi                                   on 2001/02/09  03:29:29
8143         Log: Integrate change #8722 from mainline.
8144              
8145              The Im() function wasn't returning zero for non-Math::Complex
8146              arguments.  The bug reported by John Gamble.
8147      Branch: maint-5.6/perl
8148           !> lib/Math/Complex.pm
8149 ____________________________________________________________________________
8150 [  8722] By: jhi                                   on 2001/02/09  03:28:33
8151         Log: The Im() function wasn't returning zero for non-Math::Complex
8152              arguments.  The bug reported by John Gamble.
8153      Branch: perl
8154            ! lib/Math/Complex.pm
8155 ____________________________________________________________________________
8156 [  8721] By: nick                                  on 2001/02/08  22:11:35
8157         Log: Correct the correction :-(
8158      Branch: perl
8159            ! perl.c
8160 ____________________________________________________________________________
8161 [  8720] By: bailey                                on 2001/02/08  20:59:22
8162         Log: Convert frwite()s to sockets to write()s, since some socket stacks
8163              don't take kindly to stdio.
8164              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
8165              (for often optional LNMs)
8166              Correct a few typos
8167              (C. Bailey)
8168      Branch: vmsperl
8169            ! vms/vms.c vms/vmsish.h
8170 ____________________________________________________________________________
8171 [  8719] By: bailey                                on 2001/02/08  20:51:02
8172         Log: Add header for LIB$ prototypes (C. Berry)
8173      Branch: vmsperl
8174            ! ext/Devel/DProf/DProf.xs
8175 ____________________________________________________________________________
8176 [  8718] By: bailey                                on 2001/02/08  20:49:00
8177         Log: SYN SYN
8178      Branch: vmsperl
8179           +> pod/perliol.pod t/lib/sample-tests/bailout
8180           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
8181           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
8182           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
8183           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
8184           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
8185           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
8186            - lib/unicode/Is/DCinital.pl
8187           !> (integrate 101 files)
8188 ____________________________________________________________________________
8189 [  8717] By: nick                                  on 2001/02/08  19:38:48
8190         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
8191              From: Robin Barker <rmb1@cise.npl.co.uk>
8192              Date: Thu, 8 Feb 2001 14:38:07 GMT
8193              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
8194      Branch: perl
8195            ! lib/CPAN.pm
8196 ____________________________________________________________________________
8197 [  8716] By: nick                                  on 2001/02/08  19:29:07
8198         Log: Generated files form 8713 etc.
8199      Branch: perl
8200            ! embed.h global.sym objXSUB.h perlapi.c proto.h
8201 ____________________________________________________________________________
8202 [  8715] By: nick                                  on 2001/02/08  19:26:08
8203         Log: Fixup non-ithread build after 8713
8204      Branch: perl
8205            ! perl.c
8206 ____________________________________________________________________________
8207 [  8714] By: nick                                  on 2001/02/08  19:17:45
8208         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
8209              From: nick@ccl4.org
8210              Date: Wed, 7 Feb 2001 00:27:47 +0000
8211              Message-Id: <20010207002747.B63724@plum.flirble.org>
8212      Branch: perl
8213            ! sv.c toke.c
8214 ____________________________________________________________________________
8215 [  8713] By: nick                                  on 2001/02/08  19:15:58
8216         Log: Subject: Re: [patch] Re: PL_ptr_table
8217              From: Doug Maceachern <dougm@covalent.net>
8218              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
8219              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
8220      Branch: perl
8221            ! embed.pl perl.c sv.c sv.h
8222 ____________________________________________________________________________
8223 [  8712] By: nick                                  on 2001/02/08  19:12:47
8224         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
8225              From: Peter Prymmer <pvhp@forte.com>
8226              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
8227              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
8228      Branch: perl
8229            ! lib/Pod/Find.pm
8230 ____________________________________________________________________________
8231 [  8711] By: nick                                  on 2001/02/07  21:06:11
8232         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
8233              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
8234              From: Alan Burlison <Alan.Burlison@uk.sun.com>
8235              Date: Tue, 06 Feb 2001 23:37:01 +0000
8236              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
8237      Branch: perl
8238            ! regcomp.c
8239 ____________________________________________________________________________
8240 [  8710] By: alanbur                               on 2001/02/07  00:22:04
8241         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
8242              associated UTFied tr/// code.  Also fixed scoping leak of
8243              PL_reg_start_tmp.
8244      Branch: maint-5.6/pureperl
8245            ! op.c regcomp.c
8246 ____________________________________________________________________________
8247 [  8709] By: nick                                  on 2001/02/06  21:16:49
8248         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
8249              From: Michael G Schwern <schwern@pobox.com>
8250              Date: Sun, 4 Feb 2001 19:47:14 -0500
8251              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
8252      Branch: perl
8253            ! pod/perlapi.pod pod/perlmodlib.PL
8254 ____________________________________________________________________________
8255 [  8708] By: nick                                  on 2001/02/06  20:41:20
8256         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
8257              From: Michael G Schwern <schwern@pobox.com>
8258              Date: Sun, 4 Feb 2001 21:17:49 -0500
8259              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
8260      Branch: perl
8261            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
8262            ! pod/perltootc.pod
8263 ____________________________________________________________________________
8264 [  8707] By: nick                                  on 2001/02/06  20:29:11
8265         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
8266              From: Michael G Schwern <schwern@pobox.com>
8267              Date: Tue, 6 Feb 2001 05:54:30 -0500
8268              Message-Id: <20010206055430.A951@blackrider.aocn.com>
8269      Branch: perl
8270            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
8271 ____________________________________________________________________________
8272 [  8706] By: nick                                  on 2001/02/06  20:21:40
8273         Log: Subject: RE: some win32 fixes
8274              Date: Tue, 6 Feb 2001 09:23:20 +0300
8275              From: Vadim Konovalov <vkonovalov@lucent.com>
8276              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
8277      Branch: perl
8278            ! toke.c win32/Makefile win32/config.bc win32/config.gc
8279            ! win32/config.vc win32/config_H.bc win32/makefile.mk
8280 ____________________________________________________________________________
8281 [  8705] By: alanbur                               on 2001/02/06  15:00:03
8282         Log: Synchronised with parent
8283      Branch: maint-5.6/pureperl
8284            ! regexec.c
8285           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8286           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
8287 ____________________________________________________________________________
8288 [  8704] By: alanbur                               on 2001/02/06  14:55:24
8289         Log: Fixed UMRs and leak in Perl_pmtrans()
8290      Branch: maint-5.6/pureperl
8291            ! op.c
8292 ____________________________________________________________________________
8293 [  8703] By: gsar                                  on 2001/02/06  02:29:37
8294         Log: $(MAKE) distclean doesn't clean up properly on windows
8295      Branch: maint-5.6/perl
8296            ! win32/Makefile win32/makefile.mk
8297 ____________________________________________________________________________
8298 [  8702] By: gsar                                  on 2001/02/06  01:00:46
8299         Log: tweak change#8659 to keep it simple
8300      Branch: maint-5.6/perl
8301            ! utils/perldoc.PL
8302 ____________________________________________________________________________
8303 [  8701] By: gsar                                  on 2001/02/05  22:45:41
8304         Log: change#8693 was missing testsuite changes
8305      Branch: maint-5.6/perl
8306           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
8307 ____________________________________________________________________________
8308 [  8700] By: nick                                  on 2001/02/05  20:32:52
8309         Log: Integrate mainline
8310      Branch: perlio
8311           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
8312           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8313           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8314           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8315           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8316           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8317           +> t/lib/test-harness.t
8318           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
8319           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
8320           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
8321           !> pod/perlutil.pod t/TEST utils/h2xs.PL
8322 ____________________________________________________________________________
8323 [  8699] By: nick                                  on 2001/02/05  19:41:07
8324         Log: Subject: perlfaq2, re: perlmongers
8325              From: David H. Adler <dha@panix.com>
8326              Date: Sun, 4 Feb 2001 23:48:23 -0500
8327              Message-Id: <20010204234823.A13429@panix.com>
8328      Branch: perl
8329            ! pod/perlfaq2.pod
8330 ____________________________________________________________________________
8331 [  8698] By: nick                                  on 2001/02/05  19:39:31
8332         Log: Missed file f#rom the testharness mess.
8333      Branch: perl
8334            + t/lib/test-harness.t
8335 ____________________________________________________________________________
8336 [  8697] By: nick                                  on 2001/02/05  19:37:21
8337         Log: Subject: [DOC PATCH] overload.pm nits
8338              From: John Tobey <jtobey@john-edwin-tobey.org>
8339              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
8340              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
8341      Branch: perl
8342            ! lib/overload.pm
8343 ____________________________________________________________________________
8344 [  8696] By: alanbur                               on 2001/02/05  11:56:00
8345         Log: Sync with parent
8346      Branch: maint-5.6/pureperl
8347           !> thread.h
8348 ____________________________________________________________________________
8349 [  8695] By: gsar                                  on 2001/02/05  03:27:34
8350         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
8351      Branch: maint-5.6/perl
8352            ! thread.h
8353 ____________________________________________________________________________
8354 [  8694] By: alanbur                               on 2001/02/05  00:07:47
8355         Log: Initial branch creation from //depot/maint-5.6/perl
8356      Branch: maint-5.6/pureperl
8357           +> (branch 1719 files)
8358 ____________________________________________________________________________
8359 [  8693] By: gsar                                  on 2001/02/04  22:38:49
8360         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
8361              changes)
8362      Branch: maint-5.6/perl
8363           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
8364           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
8365           !> ext/DB_File/version.c
8366 ____________________________________________________________________________
8367 [  8692] By: nick                                  on 2001/02/04  18:15:57
8368         Log: The missed t/TEST part of the grand testharness upgrade.
8369      Branch: perl
8370            ! t/TEST
8371 ____________________________________________________________________________
8372 [  8691] By: nick                                  on 2001/02/04  18:05:17
8373         Log: New improved test harness
8374              Subject: Re: [PATCH Test::Harness] Third time's a charm?
8375              From: Michael G Schwern <schwern@pobox.com>
8376              Date: Sun, 4 Feb 2001 08:01:20 -0500
8377              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
8378      Branch: perl
8379            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
8380            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
8381            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
8382            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
8383            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
8384            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
8385            ! MANIFEST lib/Test/Harness.pm
8386 ____________________________________________________________________________
8387 [  8690] By: nick                                  on 2001/02/04  17:57:51
8388         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
8389              From: Jonathan Stowe <gellyfish@gellyfish.com>
8390              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
8391              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
8392      Branch: perl
8393            ! utils/h2xs.PL
8394 ____________________________________________________________________________
8395 [  8689] By: nick                                  on 2001/02/04  17:55:24
8396         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
8397              From: Michael G Schwern <schwern@pobox.com>
8398              Date: Sat, 3 Feb 2001 22:46:38 -0500
8399              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
8400      Branch: perl
8401            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
8402            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
8403 ____________________________________________________________________________
8404 [  8688] By: nick                                  on 2001/02/04  17:43:55
8405         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
8406              length byfailing to spot lack of closing )
8407              From: nick@talking.bollo.cx
8408              Date: Sat, 03 Feb 2001 23:53:16 +0000
8409              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
8410      Branch: perl
8411            ! perlio.c pod/perldiag.pod
8412 ____________________________________________________________________________
8413 [  8687] By: jhi                                   on 2001/02/03  17:11:42
8414         Log: HP-UX thread patches from Merijn H. Brand.
8415      Branch: maint-5.6/perl
8416            ! README.hpux hints/hpux.sh
8417 ____________________________________________________________________________
8418 [  8686] By: jhi                                   on 2001/02/03  16:40:12
8419         Log: Metaconfig changes for #8685.
8420      Branch: metaconfig
8421            ! U/installdirs/instubperl.U
8422      Branch: metaconfig/U/perl
8423            ! Devel.U versiononly.U
8424 ____________________________________________________________________________
8425 [  8685] By: jhi                                   on 2001/02/03  16:39:49
8426         Log: For -Dusedevel builds turn off installusrbinperl and turn on
8427              versiononly, a combined idea of Richard Soderberg and Merijn
8428              H. Brand.  You can still override both of these from the command
8429              line if you need to, -Dinstallusrbinperl and -Uversiononly.
8430      Branch: perl
8431            ! Configure
8432 ____________________________________________________________________________
8433 [  8684] By: jhi                                   on 2001/02/03  16:16:34
8434         Log: Metaconfig unit fix for #8683.
8435      Branch: metaconfig
8436            ! U/compline/nblock_io.U
8437 ____________________________________________________________________________
8438 [  8683] By: jhi                                   on 2001/02/03  16:16:12
8439         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
8440              reported by Peter Prymmer for 5.6-TRIAL1.
8441      Branch: perl
8442            ! Configure
8443 ____________________________________________________________________________
8444 [  8682] By: jhi                                   on 2001/02/03  05:52:11
8445         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
8446              to work correctly.
8447      Branch: maint-5.6/perl
8448            ! hints/irix_6.sh
8449 ____________________________________________________________________________
8450 [  8681] By: jhi                                   on 2001/02/03  05:47:33
8451         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
8452      Branch: maint-5.6/perl
8453            ! pod/perlport.pod
8454 ____________________________________________________________________________
8455 [  8680] By: jhi                                   on 2001/02/02  21:39:49
8456         Log: perlport update from Peter Prymmer.
8457      Branch: maint-5.6/perl
8458            ! pod/perlport.pod
8459 ____________________________________________________________________________
8460 [  8679] By: nick                                  on 2001/02/02  20:50:48
8461         Log: Integrate mainline
8462      Branch: perlio
8463           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8464           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
8465           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8466 ____________________________________________________________________________
8467 [  8678] By: gsar                                  on 2001/02/02  16:02:12
8468         Log: note about bincompat, slightly modified (from Lupe Christoph)
8469      Branch: maint-5.6/perl
8470            ! README.solaris
8471 ____________________________________________________________________________
8472 [  8677] By: jhi                                   on 2001/02/02  15:46:20
8473         Log: Supported platforms updates.
8474      Branch: maint-5.6/perl
8475            ! pod/perlport.pod
8476 ____________________________________________________________________________
8477 [  8676] By: jhi                                   on 2001/02/02  03:41:26
8478         Log: A couple more perlfaq2 tweaks.
8479      Branch: maint-5.6/perl
8480            ! pod/perlfaq2.pod
8481 ____________________________________________________________________________
8482 [  8675] By: jhi                                   on 2001/02/02  03:17:44
8483         Log: Misedit in #8661.
8484      Branch: maint-5.6/perl
8485            ! Configure
8486 ____________________________________________________________________________
8487 [  8674] By: jhi                                   on 2001/02/02  03:14:38
8488         Log: Damien again.
8489      Branch: maint-5.6/perl
8490            ! pod/perlfaq2.pod
8491 ____________________________________________________________________________
8492 [  8673] By: jhi                                   on 2001/02/02  03:12:40
8493         Log: perlfaq update from Elaine Ashton.
8494      Branch: maint-5.6/perl
8495            ! pod/perlfaq2.pod
8496 ____________________________________________________________________________
8497 [  8672] By: jhi                                   on 2001/02/02  03:07:08
8498         Log: UTF-8 s/// patch from Inaba Hiroto.
8499      Branch: maint-5.6/perl
8500            ! pp_ctl.c pp_hot.c
8501 ____________________________________________________________________________
8502 [  8671] By: jhi                                   on 2001/02/01  22:34:31
8503         Log: Update Changes.
8504      Branch: perl
8505            ! Changes patchlevel.h
8506 ____________________________________________________________________________
8507 [  8670] By: jhi                                   on 2001/02/01  22:15:29
8508         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
8509              from maintperl.
8510              
8511              Upgrade to Getopt::Long 2.25, from Johan Vromans.
8512              
8513              more files need to be writable in the source distribution
8514              
8515              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8516              
8517              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8518              
8519              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8520              
8521              Allow the float to be fuzzier.
8522              
8523              need to use INT2PTR instead of a straight cast or ia64 fails
8524              
8525              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8526              
8527              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8528      Branch: perl
8529           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
8530           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
8531           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
8532 ____________________________________________________________________________
8533 [  8669] By: jhi                                   on 2001/02/01  21:57:02
8534         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8535              From: Robin Barker <rmb1@cise.npl.co.uk>
8536              Date: Thu, 1 Feb 2001 16:59:05 GMT
8537              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
8538      Branch: maint-5.6/perl
8539            ! pod/perlmodlib.PL
8540 ____________________________________________________________________________
8541 [  8668] By: nick                                  on 2001/02/01  19:41:40
8542         Log: Integrate mainline
8543      Branch: perlio
8544           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
8545           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
8546           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
8547 ____________________________________________________________________________
8548 [  8667] By: gsar                                  on 2001/02/01  16:59:11
8549         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
8550      Branch: maint-5.6/perl
8551            ! embed.pl embedvar.h
8552 ____________________________________________________________________________
8553 [  8666] By: gsar                                  on 2001/02/01  16:34:51
8554         Log: add missing entries to win32/config.?c
8555      Branch: maint-5.6/perl
8556            ! win32/config.bc win32/config.gc win32/config.vc
8557            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8558 ____________________________________________________________________________
8559 [  8665] By: jhi                                   on 2001/02/01  14:58:51
8560         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
8561              From: "Stephen P. Potter" <spp@spotter.yi.org>
8562              Date: Thu, 01 Feb 2001 10:45:46 -0500
8563              Message-Id: <200102011545.KAA31479@spotter.yi.org>
8564      Branch: maint-5.6/perl
8565            ! pod/perlfunc.pod
8566 ____________________________________________________________________________
8567 [  8664] By: gsar                                  on 2001/02/01  14:52:37
8568         Log: need to use INT2PTR instead of a straight cast or ia64 fails
8569              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
8570      Branch: maint-5.6/perl
8571            ! ext/POSIX/POSIX.xs
8572 ____________________________________________________________________________
8573 [  8663] By: jhi                                   on 2001/02/01  14:09:13
8574         Log: Allow the float to be fuzzier.
8575      Branch: maint-5.6/perl
8576            ! t/lib/peek.t
8577 ____________________________________________________________________________
8578 [  8662] By: jhi                                   on 2001/02/01  13:59:00
8579         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
8580              From: Robin Barker <rmb1@cise.npl.co.uk>
8581              Date: Thu, 1 Feb 2001 13:05:39 GMT
8582              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
8583      Branch: maint-5.6/perl
8584            ! pod/perlmodlib.pod
8585 ____________________________________________________________________________
8586 [  8661] By: jhi                                   on 2001/02/01  13:57:38
8587         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
8588              Date: Thu, 01 Feb 2001 14:15:41 +0100
8589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8590              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
8591              
8592              Have the $ccflags in the gcc version test (strange, this change
8593              is claimed to be have been integrated already)
8594      Branch: maint-5.6/perl
8595            ! Configure
8596 ____________________________________________________________________________
8597 [  8660] By: jhi                                   on 2001/02/01  13:44:10
8598         Log: Integrate changes #7950,7964,7962 from mainline.
8599              
8600              Find the stdchar signedness using cpp, should fix some of
8601              the Solaris compiler warnings reported by Alan Burlison.
8602      Branch: maint-5.6/perl
8603           !> Configure config_h.SH
8604 ____________________________________________________________________________
8605 [  8659] By: jhi                                   on 2001/02/01  05:35:32
8606         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
8607              From: Jan Dubois <JanD@ActiveState.com>
8608              Date: Wed, 31 Jan 2001 21:17:03 -0800
8609              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
8610      Branch: maint-5.6/perl
8611            ! utils/perldoc.PL
8612 ____________________________________________________________________________
8613 [  8658] By: jhi                                   on 2001/02/01  04:33:17
8614         Log: Integrate the README.os390 and README.posix-bc parts of mainline
8615              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
8616              installperl parts were taken care of by #8657.)
8617      Branch: maint-5.6/perl
8618           !> README.os390 README.posix-bc
8619 ____________________________________________________________________________
8620 [  8657] By: jhi                                   on 2001/02/01  04:29:21
8621         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
8622              From: Peter Prymmer <pvhp@forte.com>
8623              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
8624              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
8625      Branch: maint-5.6/perl
8626            + ext/DynaLoader/dl_dllload.xs
8627            ! MANIFEST Makefile.SH hints/os390.sh installperl
8628 ____________________________________________________________________________
8629 [  8656] By: jhi                                   on 2001/02/01  04:25:45
8630         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
8631              From: Peter Prymmer <pvhp@forte.com>
8632              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
8633              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
8634      Branch: maint-5.6/perl
8635            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
8636 ____________________________________________________________________________
8637 [  8655] By: jhi                                   on 2001/02/01  04:14:47
8638         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
8639              From: troc@netrus.net
8640              Date: Wed, 31 Jan 2001 22:31:26 -0500
8641              Message-Id: <200102010331.WAA117.85@rocco.homenet>
8642      Branch: maint-5.6/perl
8643            ! os2/os2.c
8644 ____________________________________________________________________________
8645 [  8654] By: jhi                                   on 2001/02/01  04:12:52
8646         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
8647              as reported by Alan Burlison.
8648      Branch: maint-5.6/perl
8649            ! pp.h
8650 ____________________________________________________________________________
8651 [  8653] By: jhi                                   on 2001/02/01  04:05:12
8652         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
8653              From: dsugalski@northernlight.com
8654              Date: Wed, 31 Jan 2001 18:54:11 -0500
8655              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
8656      Branch: maint-5.6/perl
8657            ! configure.com
8658 ____________________________________________________________________________
8659 [  8652] By: jhi                                   on 2001/02/01  04:03:11
8660         Log: Misplaced #endif.
8661              
8662              Subject: [perl-5-6-1-trial2] patches for EPOC
8663              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8664              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8665              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8666      Branch: maint-5.6/perl
8667            ! epoc/epocish.c
8668 ____________________________________________________________________________
8669 [  8651] By: jhi                                   on 2001/02/01  04:00:25
8670         Log: Integrate changes #8647,8648,8650 from mainline.
8671              
8672              Macrofy a magic UTF-8 test.
8673              
8674              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
8675              
8676              Watch out for cross compiling for EPOC (usually done on linux).
8677      Branch: maint-5.6/perl
8678           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
8679 ____________________________________________________________________________
8680 [  8650] By: jhi                                   on 2001/02/01  03:56:20
8681         Log: Watch out for cross compiling for EPOC (usually done on linux)
8682              
8683              Subject: [perl-5-6-1-trial2] patches for EPOC
8684              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8685              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8686              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8687      Branch: perl
8688            ! ext/Errno/Errno_pm.PL
8689 ____________________________________________________________________________
8690 [  8649] By: gsar                                  on 2001/02/01  00:46:00
8691         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
8692      Branch: maint-5.6/perl
8693            ! sv.c
8694 ____________________________________________________________________________
8695 [  8648] By: jhi                                   on 2001/01/31  23:35:36
8696         Log: All the uses of PL_numeric_radix must be protected by
8697              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
8698              
8699              Subject: [perl-5-6-1-trial2] patches for EPOC
8700              From: Olaf Flebbe <O.Flebbe@science-computing.de>
8701              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
8702              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
8703      Branch: perl
8704            ! sv.c
8705 ____________________________________________________________________________
8706 [  8647] By: jhi                                   on 2001/01/31  22:56:16
8707         Log: Macrofy a magic UTF-8 test.
8708      Branch: perl
8709            ! utf8.c utf8.h
8710 ____________________________________________________________________________
8711 [  8646] By: gsar                                  on 2001/01/31  15:55:12
8712         Log: update Changes
8713      Branch: maint-5.6/perl
8714            ! Changes
8715 ____________________________________________________________________________
8716 [  8645] By: gsar                                  on 2001/01/31  15:10:14
8717         Log: Configure tweak suggested by Peter Prymmer
8718      Branch: maint-5.6/perl
8719            ! Configure
8720 ____________________________________________________________________________
8721 [  8644] By: gsar                                  on 2001/01/31  15:06:32
8722         Log: more files need to be writable in the source distribution
8723      Branch: maint-5.6/perl
8724            ! Porting/makerel
8725 ____________________________________________________________________________
8726 [  8643] By: jhi                                   on 2001/01/31  14:59:46
8727         Log: Integrate changes #8258,8278,8279 from mainline.
8728              
8729              Make the large file tests more robust/talkative.
8730      Branch: maint-5.6/perl
8731           !> t/lib/syslfs.t t/op/lfs.t
8732 ____________________________________________________________________________
8733 [  8642] By: gsar                                  on 2001/01/31  14:53:48
8734         Log: integrate changes#8311,8334 from mainline
8735              
8736              Add a new MakeMaker variable PM_FILTER that defines a Unix
8737              filter to be run on each .pm during the pm_to_blib() phase,
8738              a fixed version of
8739              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
8740              
8741              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
8742              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
8743              accurate reading of the "atime".  
8744      Branch: maint-5.6/perl
8745           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
8746           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
8747           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
8748 ____________________________________________________________________________
8749 [  8641] By: jhi                                   on 2001/01/31  14:46:37
8750         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
8751      Branch: maint-5.6/perl
8752            ! lib/Getopt/Long.pm
8753 ____________________________________________________________________________
8754 [  8640] By: gsar                                  on 2001/01/31  14:40:24
8755         Log: make regen_all
8756      Branch: maint-5.6/perl
8757            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
8758 ____________________________________________________________________________
8759 [  8639] By: gsar                                  on 2001/01/31  14:37:25
8760         Log: refresh windows config files
8761      Branch: maint-5.6/perl
8762            ! win32/Makefile win32/config_H.bc win32/config_H.gc
8763            ! win32/config_H.vc win32/makefile.mk
8764 ____________________________________________________________________________
8765 [  8638] By: gsar                                  on 2001/01/31  14:28:10
8766         Log: makefile tweaks for windows: introduce a bulk-switch to enable
8767              same options as ActivePerl; sync changes with makefile.mk
8768      Branch: maint-5.6/perl
8769            ! win32/Makefile win32/makefile.mk
8770 ____________________________________________________________________________
8771 [  8637] By: jhi                                   on 2001/01/31  04:41:30
8772         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
8773              From: Nicholas Clark <nick@ccl4.org>
8774              Date: Tue, 30 Jan 2001 19:51:05 +0000
8775              Message-ID: <20010130195105.R76607@plum.flirble.org> 
8776              
8777              op/inc cure.
8778      Branch: perl
8779            ! pp.c pp.h pp_hot.c t/op/arith.t
8780 ____________________________________________________________________________
8781 [  8636] By: jhi                                   on 2001/01/31  02:38:32
8782         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
8783              no perlio],8257,8380,8479,8515 from mainline.
8784              
8785              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
8786              
8787              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
8788              Subject: [PATCH perl@8133] fix-up for VMS extensions
8789              
8790              In VMS embedded perls couldn't access the statically built Socket.
8791              
8792              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
8793              
8794              Further VMS piping fixes from Charles Lane.
8795              
8796              Subject:  [PATCH] make t/op/misc.t work on VMS
8797              
8798              Add tracing for debugging extensions builds in VMS.
8799              
8800              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
8801      Branch: maint-5.6/perl
8802           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
8803           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
8804           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
8805 ____________________________________________________________________________
8806 [  8635] By: jhi                                   on 2001/01/31  01:46:41
8807         Log: Integrate change #7732 from mainline.
8808              
8809              Sparc 64-bit pack() fix from Jens Hamisch.
8810      Branch: maint-5.6/perl
8811           !> pp.c
8812 ____________________________________________________________________________
8813 [  8634] By: jhi                                   on 2001/01/31  01:41:16
8814         Log: One spot missing from #8626.
8815      Branch: maint-5.6/perl
8816            ! sv.c
8817 ____________________________________________________________________________
8818 [  8633] By: jhi                                   on 2001/01/31  00:49:17
8819         Log: Integrate change #7495 from mainline.
8820              
8821              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
8822      Branch: maint-5.6/perl
8823           !> MANIFEST ext/re/Makefile.PL
8824 ____________________________________________________________________________
8825 [  8632] By: jhi                                   on 2001/01/30  23:38:49
8826         Log: Integrate change #8396 from mainline.
8827              
8828              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
8829              better multicast support (resend)
8830      Branch: maint-5.6/perl
8831           !> ext/Socket/Socket.pm
8832 ____________________________________________________________________________
8833 [  8631] By: jhi                                   on 2001/01/30  23:28:03
8834         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
8835              
8836              More AIX lore. (7514, ext/re/hints/aix.pl)
8837              
8838              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
8839              
8840              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)
8841              
8842              Subject: [ID 20001214.002] Net::Ping patch
8843              
8844              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
8845              
8846              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
8847              
8848              Add ReuseAddr as a (preferred) alias for Reuse as we now
8849              also have ReusePort.
8850              
8851              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
8852      Branch: maint-5.6/perl
8853           +> ext/re/hints/aix.pl
8854           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
8855           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
8856 ____________________________________________________________________________
8857 [  8630] By: jhi                                   on 2001/01/30  23:03:59
8858         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
8859              
8860              read() documentation tweak for 20001121.004.
8861              
8862              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
8863      Branch: maint-5.6/perl
8864           !> pod/perlfunc.pod pod/perlre.pod
8865 ____________________________________________________________________________
8866 [  8629] By: jhi                                   on 2001/01/30  22:41:57
8867         Log: Integrate change #8098 from mainline.
8868              
8869              fastgetcwd is defined using a glob alias on a $^O dependent basis
8870              and there was no default assignment or perl subroutine.
8871      Branch: maint-5.6/perl
8872           !> lib/Cwd.pm
8873 ____________________________________________________________________________
8874 [  8628] By: jhi                                   on 2001/01/30  21:58:52
8875         Log: Integrate change #7866 from mainline.
8876              
8877              File::Temp 0.11.
8878      Branch: maint-5.6/perl
8879           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
8880 ____________________________________________________________________________
8881 [  8627] By: jhi                                   on 2001/01/30  21:39:44
8882         Log: Integrate changes #8075,8086,8228 from mainline.  
8883              
8884              Darwin is not Windows. (8075,8086)
8885              
8886              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
8887      Branch: maint-5.6/perl
8888           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
8889           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
8890           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
8891           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
8892 ____________________________________________________________________________
8893 [  8626] By: jhi                                   on 2001/01/30  21:22:11
8894         Log: Integrate with tweakery the change #8625 from mainline,
8895              the multibyte decimal separator fix ("fa_IR locale failure").
8896      Branch: maint-5.6/perl
8897            ! embedvar.h perlapi.h
8898           !> intrpvar.h perl.c perl.h sv.c util.c
8899 ____________________________________________________________________________
8900 [  8625] By: jhi                                   on 2001/01/30  20:26:33
8901         Log: Fix for the fa_IR locale failure.  The reason for the failure
8902              was that Perl was assuming the decimal separator aka the radix
8903              separator is one character.  The Farsi-Iranian locale crushed
8904              that bad assumption since there the separator is 'Momayyez',
8905              glyphwise looking somewhat like a slash, and in Unicode UTF-8
8906              encoded in two bytes, 0xd9 0xab.
8907      Branch: perl
8908            ! intrpvar.h perl.c perl.h sv.c util.c
8909 ____________________________________________________________________________
8910 [  8624] By: gsar                                  on 2001/01/30  20:17:03
8911         Log: regen_headers
8912      Branch: maint-5.6/perl
8913            ! Makefile.SH pod/perlintern.pod
8914 ____________________________________________________________________________
8915 [  8623] By: gsar                                  on 2001/01/30  19:42:34
8916         Log: backout change#7431 and its dependents (causes spurious rebuilds
8917              of autogenerated files)
8918              
8919              fix benign b.t failure
8920      Branch: maint-5.6/perl
8921            ! Makefile.SH t/lib/b.t
8922 ____________________________________________________________________________
8923 [  8622] By: jhi                                   on 2001/01/30  19:41:41
8924         Log: Microperl sync.
8925      Branch: perl
8926            ! mg.c perl.h
8927 ____________________________________________________________________________
8928 [  8621] By: gsar                                  on 2001/01/30  19:24:47
8929         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
8930              from mainline
8931              
8932              Subject: podlators 1.06 released
8933              
8934              Subject: [PATCH @8436] Eliminate op_children
8935              
8936              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
8937              
8938              (Replaced by #8448)  More op_children traces (cleanup of #8442).
8939              
8940              Subject: [PATCH #3 @8436] Re: Eliminate op_children
8941              Replace #8444 and #8445.
8942              
8943              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
8944              at the setting of the ofs_sv in new_struct_thread() as the
8945              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
8946              uninitialized fields are, uh, initialized with),
8947              SvREFCNT_inc()ing that invited a core dump.
8948              
8949              podlators 1.07, from Russ Allbery.
8950              
8951              Subject: [PATCH] regcomp.c old feature removal
8952              From: mjd@plover.com
8953              Date: 16 Jan 2001 14:43:18 -0000 
8954              Message-ID: <20010116144318.7140.qmail@plover.com> 
8955      Branch: maint-5.6/perl
8956           +> lib/Pod/Text/Overstrike.pm
8957           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
8958           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
8959           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
8960           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
8961           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
8962           !> util.c
8963 ____________________________________________________________________________
8964 [  8620] By: gsar                                  on 2001/01/30  18:48:32
8965         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
8966              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
8967              now fails one test)
8968              
8969              Subject: [PATCH] lvalue AUTOLOAD. No, really.
8970              
8971              Subject: [PATCH] Interesting syntax idea
8972              Make opens + bareword assigns do typeglob assigns.
8973              
8974              Tests for #8254.
8975              
8976              Subject: [PATCH @8269] Continue blocks and B::Deparse
8977              Make the peephole optimizer to bypass more null ops and
8978              and rewrite the deparse handling of continue blocks.
8979              
8980              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
8981              Doc tweak on #8313.
8982              
8983              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
8984              
8985              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
8986              
8987              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
8988              
8989              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
8990              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
8991              according to the platform.
8992              
8993              Subject: [PATCH @8404] Consolidated lvalue sub changes
8994              
8995              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
8996              
8997              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
8998              
8999              Subject: B::Concise -- an improved replacement for B::Terse 
9000              
9001              The B::Terse drop-in replacement wasn't quite drop-in.
9002              
9003              The LVRET macro needed an aTHX.
9004              
9005              Use the /^Perl_/-less form of is_lvalue_sub().
9006              
9007              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9008      Branch: maint-5.6/perl
9009           +> ext/B/B/Concise.pm
9010           !> (integrate 27 files)
9011 ____________________________________________________________________________
9012 [  8619] By: nick                                  on 2001/01/30  18:40:28
9013         Log: Integrate mainline
9014      Branch: perlio
9015           !> (integrate 40 files)
9016 ____________________________________________________________________________
9017 [  8618] By: jhi                                   on 2001/01/30  18:37:18
9018         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
9019              Date: Mon, 29 Jan 2001 22:51:29 -0600
9020              From: "Craig A. Berry" <craigberry@mac.com>
9021              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
9022      Branch: perl
9023            ! vms/test.com
9024 ____________________________________________________________________________
9025 [  8617] By: jhi                                   on 2001/01/30  18:34:53
9026         Log: Subject: [PATCH] Add missing CV flags to dump.c
9027              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9028              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
9029              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
9030      Branch: perl
9031            ! dump.c
9032 ____________________________________________________________________________
9033 [  8616] By: jhi                                   on 2001/01/30  18:20:58
9034         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
9035              part isn't applicable to maintperl.
9036              
9037              UTF-8 nit from Inaba Hiroto.
9038      Branch: maint-5.6/perl
9039           !> pod/perlapi.pod utf8.c
9040 ____________________________________________________________________________
9041 [  8615] By: jhi                                   on 2001/01/30  18:18:51
9042         Log: UTF-8 nit from Inaba Hiroto.
9043      Branch: perl
9044            ! pod/perlapi.pod t/op/each.t utf8.c
9045 ____________________________________________________________________________
9046 [  8614] By: jhi                                   on 2001/01/30  18:13:38
9047         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
9048              
9049              perl's internal variables are not for public consumption,
9050              move their docs from perlapi.pod to perlintern.pod
9051              
9052              support for -Dusethreads build under HP-UX 10.20 and DCE threads
9053              library (11.0 and later have pthreads but 10.x don't)
9054              
9055              avoid uninitialized value warnings
9056              
9057              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
9058              gets weird results)
9059              
9060              perldoc nit on windows
9061              
9062              make it possible to run the tests outside the source tree
9063              (there's still a dependency on ../lib being the library
9064              location)
9065      Branch: perl
9066           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
9067           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
9068           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
9069           !> win32/bin/search.pl win32/vdir.h
9070 ____________________________________________________________________________
9071 [  8613] By: gsar                                  on 2001/01/30  16:39:59
9072         Log: make it possible to run the tests outside the source tree
9073              (there's still a dependency on ../lib being the library
9074              location)
9075      Branch: maint-5.6/perl
9076            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
9077 ____________________________________________________________________________
9078 [  8612] By: gsar                                  on 2001/01/30  16:31:12
9079         Log: perldoc nit on windows
9080      Branch: maint-5.6/perl
9081            ! utils/perldoc.PL
9082 ____________________________________________________________________________
9083 [  8611] By: gsar                                  on 2001/01/30  16:22:54
9084         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
9085              gets weird results)
9086      Branch: maint-5.6/perl
9087            ! win32/vdir.h
9088 ____________________________________________________________________________
9089 [  8610] By: gsar                                  on 2001/01/30  16:12:45
9090         Log: avoid uninitialized value warnings
9091      Branch: maint-5.6/perl
9092            ! win32/bin/search.pl
9093 ____________________________________________________________________________
9094 [  8609] By: gsar                                  on 2001/01/30  16:08:01
9095         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
9096              library (11.0 and later have pthreads but 10.x don't)
9097      Branch: maint-5.6/perl
9098            ! hints/hpux.sh thread.h
9099 ____________________________________________________________________________
9100 [  8608] By: gsar                                  on 2001/01/30  15:48:55
9101         Log: perl's internal variables are not for public consumption,
9102              move their docs from perlapi.pod to perlintern.pod
9103      Branch: maint-5.6/perl
9104            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
9105            ! thrdvar.h
9106 ____________________________________________________________________________
9107 [  8607] By: gsar                                  on 2001/01/30  15:44:27
9108         Log: mistakenly branched perl56delta.pod, revert
9109      Branch: maint-5.6/perl
9110            - pod/perl56delta.pod
9111           !> pod/perldelta.pod
9112 ____________________________________________________________________________
9113 [  8606] By: gsar                                  on 2001/01/30  14:20:24
9114         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
9115              dTHR which has been a noop for a while now, except for the
9116              compatibility definition in thread.h)
9117      Branch: maint-5.6/perl
9118           !> (integrate 45 files)
9119 ____________________________________________________________________________
9120 [  8605] By: jhi                                   on 2001/01/30  05:43:58
9121         Log: Mark the UTF-8 APIs as experimental.
9122      Branch: maint-5.6/perl
9123            ! embed.pl pod/perlapi.pod
9124 ____________________________________________________________________________
9125 [  8604] By: jhi                                   on 2001/01/30  05:38:40
9126         Log: Nits from earlier integrates.
9127      Branch: maint-5.6/perl
9128            ! lib/Carp/Heavy.pm
9129           !> sv.c
9130 ____________________________________________________________________________
9131 [  8603] By: jhi                                   on 2001/01/30  05:27:26
9132         Log: Regenerate Porting files.
9133      Branch: maint-5.6/perl
9134            ! Porting/Glossary Porting/config.sh Porting/config_H
9135 ____________________________________________________________________________
9136 [  8602] By: jhi                                   on 2001/01/30  05:14:59
9137         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
9138              8310,8339,8447,8492,8493,8505,8525: documentation changes.
9139              
9140              Subject: Re: perlfaq style changes
9141              
9142              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
9143              
9144              Subject: [PATCH] docs on NaN
9145              
9146              Subject: [patch] perlfaq7
9147              
9148              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
9149              
9150              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
9151              
9152              Subject: [PATCH] open() example in perlfunc.pod
9153              
9154              Podify README.mpeix (a new version from the web)
9155              
9156              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
9157              
9158              Subject: [PATCH] format and rewording in perlfaq.pod
9159              
9160              Subject: [PATCH] API Variable documentation   
9161              
9162              Memory management calls documentation.
9163              
9164              Subject: [PATCH: perl@8482] README.vms URL updates
9165              
9166              Subject: Minor typos in perlfaq2.pod
9167              
9168              Subject: [PATCH] pod/perlvar.pod
9169      Branch: maint-5.6/perl
9170           +> pod/perl56delta.pod
9171            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9172           !> README.amiga README.epoc README.mpeix README.vms
9173           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
9174           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
9175           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
9176           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
9177           !> pod/perlvar.pod thrdvar.h
9178 ____________________________________________________________________________
9179 [  8601] By: jhi                                   on 2001/01/30  04:38:35
9180         Log: Integrate changes #8036,8096,8253 from mainline:
9181              hints changes.
9182              
9183              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
9184              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
9185              
9186              Output the (apparent) version of gcc in Tru64.
9187      Branch: maint-5.6/perl
9188           +> ext/POSIX/hints/svr4.pl
9189           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
9190           !> hints/svr4.sh t/lib/bigfltpm.t
9191 ____________________________________________________________________________
9192 [  8600] By: jhi                                   on 2001/01/30  04:04:01
9193         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
9194              locale fixes.
9195              
9196              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
9197              
9198              Debian allows /usr/bin/locale to exist without any locales. (7868)
9199              
9200              Allow the locale test needing POSIX and the taint test
9201              needing IPC::SysV to run under 'minitest' (basically,
9202              bail out if loading the extension fails). (8384)
9203              
9204              Cleanup the locale.t output  (8480)
9205      Branch: maint-5.6/perl
9206           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
9207           !> t/pragma/locale.t
9208 ____________________________________________________________________________
9209 [  8599] By: jhi                                   on 2001/01/30  03:51:04
9210         Log: Missing generated files from #8598.
9211      Branch: maint-5.6/perl
9212            ! embed.h global.sym objXSUB.h perlapi.c proto.h
9213 ____________________________________________________________________________
9214 [  8598] By: jhi                                   on 2001/01/30  03:41:54
9215         Log: Integrate change #8555 from mainline, manually integrate parts
9216              of changes 8452 and 8583.
9217              
9218              Subject: [PATCH] utf8.c documentation (8452)
9219              
9220              No point in checking the length if the pointer is bogus. (8555)
9221              
9222              Introduce bytes_from_utf8() and implement sv_eq() using it,
9223              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
9224              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
9225              was malformed. (8583)
9226      Branch: maint-5.6/perl
9227            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
9228           !> pod/perlapi.pod sv.c utf8.c
9229 ____________________________________________________________________________
9230 [  8597] By: gsar                                  on 2001/01/30  02:37:26
9231         Log: get PERL_OBJECT build going again on windows
9232      Branch: maint-5.6/perl
9233            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
9234            ! pod/perlapi.pod proto.h sv.c
9235 ____________________________________________________________________________
9236 [  8596] By: jhi                                   on 2001/01/30  02:16:17
9237         Log: Signedness nit.
9238      Branch: perl
9239            ! sv.c
9240 ____________________________________________________________________________
9241 [  8595] By: jhi                                   on 2001/01/30  02:11:07
9242         Log: EBCDIC patch for Storable, from Peter Prymmer.
9243      Branch: perl
9244            ! t/lib/st-06compat.t
9245 ____________________________________________________________________________
9246 [  8594] By: jhi                                   on 2001/01/30  01:04:48
9247         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
9248              From: Peter Prymmer <pvhp@forte.com>
9249              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
9250              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
9251      Branch: perl
9252            ! t/lib/b.t
9253 ____________________________________________________________________________
9254 [  8593] By: jhi                                   on 2001/01/30  00:56:47
9255         Log: Subject: [PATCH: perl@8585] pod problems in io
9256              From: Peter Prymmer <pvhp@forte.com>
9257              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
9258              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
9259      Branch: perl
9260            ! pod/perlapio.pod pod/perliol.pod
9261 ____________________________________________________________________________
9262 [  8592] By: jhi                                   on 2001/01/30  00:48:20
9263         Log: Integrate perlio.
9264      Branch: perl
9265           !> pod/perlapio.pod pod/perliol.pod
9266 ____________________________________________________________________________
9267 [  8591] By: nick                                  on 2001/01/29  22:02:28
9268         Log: GNU 'merge' Simon's copy of perliol.pod with version
9269              patched by Craig's patch.
9270      Branch: perlio
9271            ! pod/perliol.pod
9272 ____________________________________________________________________________
9273 [  8590] By: nick                                  on 2001/01/29  21:55:10
9274         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
9275      Branch: perlio
9276            ! pod/perlapio.pod pod/perliol.pod
9277 ____________________________________________________________________________
9278 [  8589] By: jhi                                   on 2001/01/29  15:35:33
9279         Log: Integrate change #8586 from maint-5.6/perl.
9280              
9281              make the BOM detection code not call tell() until it has to
9282              (meant to fix esoteric compatibility issues where PL_rsfp
9283              is overridden)
9284      Branch: perl
9285           !> toke.c
9286 ____________________________________________________________________________
9287 [  8588] By: jhi                                   on 2001/01/29  15:29:11
9288         Log: Subject: MAking Solaris malloc() the default
9289              From: Lupe Christoph <lupe@lupe-christoph.de>
9290              Date: Mon, 29 Jan 2001 12:59:36 +0100
9291              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
9292              
9293              The README.solaris part slightly tweaked.
9294      Branch: perl
9295            ! README.solaris hints/solaris_2.sh
9296 ____________________________________________________________________________
9297 [  8587] By: jhi                                   on 2001/01/29  15:17:34
9298         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
9299              From: root@ak-75.mind.de
9300              Date: Sun, 28 Jan 2001 20:32:29 +0100
9301              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
9302      Branch: perl
9303            ! pod/perlre.pod
9304 ____________________________________________________________________________
9305 [  8586] By: gsar                                  on 2001/01/29  13:43:44
9306         Log: make the BOM detection code not call tell() until it has to
9307              (meant to fix esoteric compatibility issues where PL_rsfp
9308              is overridden)
9309      Branch: maint-5.6/perl
9310            ! toke.c
9311 ____________________________________________________________________________
9312 [  8585] By: jhi                                   on 2001/01/28  20:05:45
9313         Log: Update Changes.
9314      Branch: perl
9315            ! Changes patchlevel.h
9316 ____________________________________________________________________________
9317 [  8584] By: jhi                                   on 2001/01/28  19:30:02
9318         Log: Integrate perlio.
9319      Branch: perl
9320           +> pod/perliol.pod
9321           !> MANIFEST pod/perlapio.pod
9322 ____________________________________________________________________________
9323 [  8583] By: jhi                                   on 2001/01/28  19:28:40
9324         Log: Patch from Inaba Hiroto:
9325              - canonical UTF-8 hash keys: if a key string for a hash is
9326              UTF8-on, try downgrade the string and use it if
9327              unicode::distinct is not in effect.
9328              For the task, I added a function bytes_from_utf8() to utf8.c.
9329              It might resemble utf8_to_bytes() but it is not convenient
9330              to the task.
9331              Made a test for it and added to t/op/each.t
9332              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
9333              the mortal copy of the argument SV.
9334              And changed t/io/utf8.t test 18 which expects print() to
9335              upgrade its argument.
9336              - re-implement sv_eq with bytes_from_utf8()
9337              - some bug fixes
9338              - tr/// does not handle UTF8 range (\x{}-\x{})
9339              - \ before raw UTF8 character produced
9340              "Malformed UTF-8 character" warning.
9341              - "\x{100}\N{CENT SIGN}" is Malformed.
9342              Added tests for these 3.
9343              - and one silly bug (by me) with qu operator.
9344      Branch: perl
9345            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
9346            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
9347            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
9348 ____________________________________________________________________________
9349 [  8582] By: nick                                  on 2001/01/28  19:25:04
9350         Log: Add pod/perliol.pod to MANIFEST :-(
9351      Branch: perlio
9352            ! MANIFEST
9353 ____________________________________________________________________________
9354 [  8581] By: nick                                  on 2001/01/28  19:22:40
9355         Log: PerlIO documentation. Proofing and sub-editing requested.
9356      Branch: perlio
9357            + pod/perliol.pod
9358            ! pod/perlapio.pod
9359 ____________________________________________________________________________
9360 [  8580] By: jhi                                   on 2001/01/28  05:16:25
9361         Log: Revert the change to sv_2pv() done by #8054: Someone who
9362              did SvNV_set() on a scalar that also happened to be POK,
9363              followed by sv_2pv() won't get the right coercion anymore.
9364              [Sarathy]
9365      Branch: maint-5.6/perl
9366            ! sv.c
9367 ____________________________________________________________________________
9368 [  8579] By: jhi                                   on 2001/01/28  05:15:04
9369         Log: Remove the #8084 effect: do not allow -Q to be interpreted
9370              as -&Q(), this is too much wiggle room.
9371      Branch: maint-5.6/perl
9372            ! toke.c
9373 ____________________________________________________________________________
9374 [  8578] By: jhi                                   on 2001/01/28  05:12:45
9375         Log: Needed bits of #8439 (should have been in #8576),
9376              mainly for lval substr().
9377      Branch: maint-5.6/perl
9378            ! mg.c pp.c pp_hot.c
9379 ____________________________________________________________________________
9380 [  8577] By: jhi                                   on 2001/01/28  05:02:46
9381         Log: A missing check-in.
9382      Branch: maint-5.6/perl
9383            ! utf8.c
9384 ____________________________________________________________________________
9385 [  8576] By: jhi                                   on 2001/01/28  04:26:18
9386         Log: Integrate changes #8425,8436,8439,8517 from mainline.
9387              The 8439 was not truly integrated because it had too many
9388              dependencies on the development branch and because it introduced
9389              concepts too bold for a maintenance branch (such as the qu operator).
9390              
9391              Subject: [PATCH perl@8342] -Wformat
9392              
9393              Tighten some of the UTF-8 tests a bit.
9394              
9395              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
9396              - The substr lval was still not okay.
9397              - Now pp_stringify and sv_setsv copies source's UTF8 flag
9398              even if IN_BYTE.  pp_stringify is called from fold_constants
9399              at optimization phase and "\x{100}" was made SvUTF8_off under
9400              use bytes (the bytes pragma is for "byte semantics" and not
9401              for "do not produce UTF8 data")
9402      Branch: maint-5.6/perl
9403            ! t/lib/charnames.t t/op/substr.t toke.c
9404           !> sv.c t/pragma/utf8.t
9405 ____________________________________________________________________________
9406 [  8575] By: jhi                                   on 2001/01/28  04:01:51
9407         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
9408              
9409              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
9410              
9411              Subject: [ID 20001230.003] UTF-8 tr still hurts
9412              
9413              Test cases for #8385 (from Simon's "torture.pl")
9414              
9415              Start fixing UTF-8 lval substr() (8405)
9416      Branch: maint-5.6/perl
9417           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
9418           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
9419 ____________________________________________________________________________
9420 [  8574] By: jhi                                   on 2001/01/28  03:09:06
9421         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
9422              from mainline.
9423              
9424              UTF-8 cleanup.
9425              
9426              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
9427              
9428              "\x{FF}\xFF" was broken.
9429              
9430              Tests for #8329 and #8330.
9431              
9432              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
9433              
9434              IRIX compiler noticed that the bof initialization might be
9435              bypassed by control flow.
9436              
9437              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
9438      Branch: maint-5.6/perl
9439           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
9440           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
9441 ____________________________________________________________________________
9442 [  8573] By: jhi                                   on 2001/01/28  02:06:12
9443         Log: Retract #8552.
9444      Branch: perl
9445            ! lib/Text/Wrap.pm t/lib/textwrap.t
9446 ____________________________________________________________________________
9447 [  8572] By: jhi                                   on 2001/01/28  02:04:49
9448         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
9449              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
9450              not really integrated but instead salvaged by hand
9451              (they had too many dependencies on the development release
9452              to be cleanly integratable).
9453              
9454              Subject: more UTF8 test suites and an UTF8 patch
9455              
9456              Tweak for MULTIPLICITY/USE_PERLIO
9457              
9458              Signedness nit.
9459              
9460              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
9461              
9462              Use the UTF8_XXX macros in is_utf8_char().
9463              
9464              Rewrite pp_concat() in terms of sv_catsv().  The . operator
9465              should now be UTF-8-proof.
9466              
9467              Subject: [PATCH perl@8269] scanning two hex-constants
9468              fails on EBCDIC environment (script length.t)
9469              
9470              Add some Unicode chop() tests.
9471      Branch: maint-5.6/perl
9472            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
9473           !> sv.c t/op/chop.t utf8.h
9474 ____________________________________________________________________________
9475 [  8571] By: jhi                                   on 2001/01/28  00:35:59
9476         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
9477              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
9478              
9479              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
9480              
9481              The maxiters upper limit sanity check (guarding against
9482              non-progress) assumed bytes instead of characters in s///
9483              and split().
9484              
9485              Signedness nit.
9486              
9487              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
9488              join() should now be UTF-8-proof.
9489              
9490              More split // UTF-8 tests. (8250)
9491      Branch: maint-5.6/perl
9492           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
9493           !> util.c
9494 ____________________________________________________________________________
9495 [  8570] By: jhi                                   on 2001/01/27  22:15:46
9496         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
9497              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
9498              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
9499              8084,8204,8244,8333 from mainline.
9500              
9501              For -Q where Q might be a one-letter sub name one does no more
9502              get a warning about an unknown filetest (7941,7943,7944,8084).
9503              
9504              Subject: Re: [ID 20001130.011] expression parsing bug ?
9505              
9506              Make uv_to_utf8() to zero-terminate its output buffer.
9507              
9508              Split off t/op/length.t (7995)
9509              
9510              Split off t/op/utf8decode.t (7996)
9511              
9512              Remove an unnecessary 'use utf8' from the utf8.t (7998)
9513              
9514              Split off t/op/concat.t (8004)
9515              
9516              Split off t/op/ver.t (8005)
9517              
9518              Document utf8_length(), utf8_distance(), and utf8_hop().
9519              
9520              Document utf8_to_uv() better.
9521              
9522              Introduce macros for UTF8 decoding (8028,8033).
9523              
9524              Add test for reverse() (8030,8031).
9525              
9526              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
9527              
9528              Do not return the Unicode replacement character    on UTF-8
9529              decoding failure.
9530              
9531              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
9532              not this_utf8 i.e. the output string has one, but don't mess
9533              with source assumption. (8052,8053)
9534              
9535              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
9536              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
9537              was not expecting to be called with something that was already
9538              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
9539              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
9540              (8054)
9541              
9542              Recode the naughty binary bytes in utf8decode.t using the \xHH.
9543              
9544              Make some panic messages a bit more logical.
9545      Branch: maint-5.6/perl
9546           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
9547           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
9548           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
9549           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
9550           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
9551           !> utf8.c utf8.h
9552 ____________________________________________________________________________
9553 [  8569] By: jhi                                   on 2001/01/27  19:16:43
9554         Log: Integrate changes #7750 from perlio and #8566 from mainline.
9555      Branch: maint-5.6/perl
9556           !> regexec.c sv.c
9557 ____________________________________________________________________________
9558 [  8568] By: jhi                                   on 2001/01/27  18:06:51
9559         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
9560              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
9561              7935[-perlio.c],7936,7959,7965 from mainline.
9562              
9563              Change the "big byte" error message to "Wide character".
9564              (7355, the croak-if-wide-chars-in-print part ignored)
9565              
9566              Use UINT64_C().
9567              
9568              Introduce Perl_utf8_length().
9569              
9570              diff -se shows these as different (7753, forgotten check-ins)
9571              
9572              Subject: [PATCH] doop.c - UTF8 tr///
9573              
9574              If we use (aTHX_ ...) then put Perl_ on the front.
9575              
9576              Make utf8_length() and utf8_distance() to be less forgiving
9577              about bad UTF-8.
9578              
9579              Test line numbers are different with utf8.
9580              
9581              No need to scan till infinity, 13 is enough. (7872,7911)
9582              
9583              Subject: [PATCH] Tokeniser debugging
9584              
9585              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
9586              
9587              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
9588              
9589              Be more careful in Perl_sv_utf8_downgrade().
9590              
9591              Use DO_UTF8().
9592              
9593              Raw zero bytes in text files confuse at least GNU patch 2.1.
9594      Branch: maint-5.6/perl
9595           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
9596           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
9597           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
9598           !> t/pragma/utf8.t toke.c utf8.c utf8.h
9599 ____________________________________________________________________________
9600 [  8567] By: nick                                  on 2001/01/27  11:10:38
9601         Log: Integrate mainline
9602      Branch: perlio
9603           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
9604           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
9605           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
9606           !> toke.c
9607 ____________________________________________________________________________
9608 [  8566] By: jhi                                   on 2001/01/27  06:22:48
9609         Log: More documentation for the regexp context stack.
9610      Branch: perl
9611            ! regexec.c
9612 ____________________________________________________________________________
9613 [  8565] By: jhi                                   on 2001/01/27  05:21:57
9614         Log: Update Changes.
9615      Branch: perl
9616            ! Changes patchlevel.h
9617 ____________________________________________________________________________
9618 [  8564] By: jhi                                   on 2001/01/27  04:44:04
9619         Log: Threadedness patch for #8562 from Doug MacEachern.
9620      Branch: perl
9621            ! toke.c
9622 ____________________________________________________________________________
9623 [  8563] By: jhi                                   on 2001/01/27  04:26:24
9624         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
9625              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
9626              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
9627              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
9628      Branch: perl
9629            ! op.c
9630 ____________________________________________________________________________
9631 [  8562] By: jhi                                   on 2001/01/27  04:20:30
9632         Log: Subject: Re: Announce : Tokener reporting patch
9633              From: Simon Cozens <simon@cozens.net>
9634              Date: Mon, 22 Jan 2001 02:17:22 +0000
9635              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
9636      Branch: perl
9637            ! embed.h embed.pl proto.h toke.c
9638 ____________________________________________________________________________
9639 [  8561] By: jhi                                   on 2001/01/27  04:17:24
9640         Log: Forgot from #8545.  Oops.
9641      Branch: perl
9642            ! pp.c t/pragma/overload.t
9643 ____________________________________________________________________________
9644 [  8560] By: jhi                                   on 2001/01/27  03:01:47
9645         Log: A better module compilation test, use MANIFEST as suggested
9646              by Spider.
9647      Branch: perl
9648            ! t/lib/1_compile.t
9649 ____________________________________________________________________________
9650 [  8559] By: jhi                                   on 2001/01/27  02:50:48
9651         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
9652              From: Peter Prymmer <pvhp@forte.com>
9653              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
9654              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
9655      Branch: perl
9656            ! t/lib/b.t
9657 ____________________________________________________________________________
9658 [  8558] By: jhi                                   on 2001/01/27  02:27:05
9659         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
9660              From: Peter Prymmer <pvhp@forte.com>
9661              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
9662              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
9663      Branch: perl
9664            ! t/pragma/sub_lval.t
9665 ____________________________________________________________________________
9666 [  8557] By: jhi                                   on 2001/01/27  02:26:03
9667         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
9668              From: Peter Prymmer <pvhp@forte.com>
9669              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
9670              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
9671      Branch: perl
9672            ! t/lib/st-06compat.t
9673 ____________________________________________________________________________
9674 [  8556] By: jhi                                   on 2001/01/27  02:24:33
9675         Log: Subject: [PATCH: perl@8531] minor update to README.os390
9676              From: Peter Prymmer <pvhp@forte.com>
9677              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
9678              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
9679      Branch: perl
9680            ! README.os390
9681 ____________________________________________________________________________
9682 [  8555] By: jhi                                   on 2001/01/27  00:35:47
9683         Log: No point in checking the length before we know whether the pointer
9684              is bogus or not, fixes Abigail's odbm failures in Linux.
9685      Branch: perl
9686            ! sv.c
9687 ____________________________________________________________________________
9688 [  8554] By: nick                                  on 2001/01/26  19:01:31
9689         Log: Integrate mainline
9690      Branch: perlio
9691           !> lib/Text/Wrap.pm t/lib/textwrap.t
9692 ____________________________________________________________________________
9693 [  8553] By: jhi                                   on 2001/01/26  15:19:39
9694         Log: Integrate change #7792 from perlio (multiplicity fix),
9695              fix the AV leak in regex DEBUGGING (tiny part of the
9696              polymorphic regexp patch #8143).
9697      Branch: maint-5.6/perl
9698            ! regcomp.c
9699           !> scope.h
9700 ____________________________________________________________________________
9701 [  8552] By: jhi                                   on 2001/01/26  15:03:23
9702         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
9703              From: Michael G Schwern <schwern@pobox.com>
9704              Date: Fri, 26 Jan 2001 09:28:31 -0500
9705              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
9706      Branch: perl
9707            ! lib/Text/Wrap.pm t/lib/textwrap.t
9708 ____________________________________________________________________________
9709 [  8551] By: jhi                                   on 2001/01/26  02:33:19
9710         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
9711              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
9712              
9713              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
9714              
9715              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
9716              
9717              Message nit.
9718              
9719              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
9720              
9721              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
9722              
9723              (the cleanup of unused submatches in regtry() and regcppop())
9724              
9725              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
9726              stored and restored, and thusly was trounced by the utf8 swash
9727              routines.
9728              
9729              use utf8 not required to use \x{}.
9730              
9731              Removed two more tests that make no sense in UTF-8 since the test
9732              data is not in UTF-8.
9733              
9734              Get the three different space character classes right under utf8.
9735              
9736              Implement ANYOFUTF8 regprop() dumping.
9737              
9738              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
9739              
9740              Document the regex context pushing/popping a bit better.
9741      Branch: maint-5.6/perl
9742           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
9743           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
9744           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
9745           !> t/op/regmesg.t utf8.c
9746 ____________________________________________________________________________
9747 [  8550] By: nick                                  on 2001/01/25  19:42:30
9748         Log: Integrate mainline
9749      Branch: perlio
9750           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
9751           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
9752           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
9753           !> t/lib/bigint.t t/lib/bigintpm.t
9754 ____________________________________________________________________________
9755 [  8549] By: jhi                                   on 2001/01/25  15:22:28
9756         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
9757      Branch: maint-5.6/perl
9758            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
9759 ____________________________________________________________________________
9760 [  8548] By: jhi                                   on 2001/01/25  15:02:55
9761         Log: Integrate changes #7997,8063,8492,8547 from mainline.
9762              
9763              Subject: Re: STRLEN - what?
9764              
9765              Subject: [PATCH] perlguts.pod
9766              
9767              Memory management calls documentation.
9768              
9769              Layout using tabulator is not a good idea in a pod.
9770      Branch: maint-5.6/perl
9771           !> pod/perlguts.pod
9772 ____________________________________________________________________________
9773 [  8547] By: jhi                                   on 2001/01/25  14:49:05
9774         Log: Layout using tabulator is not a good idea in a pod.
9775      Branch: perl
9776            ! pod/perlguts.pod
9777 ____________________________________________________________________________
9778 [  8546] By: jhi                                   on 2001/01/25  14:31:12
9779         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
9780              from mainline.
9781              
9782              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
9783              
9784              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
9785              
9786              More Win32 editor/IDE/shell hints.
9787              
9788              More Win32 Perling.
9789              
9790              Yet another editor edit.
9791              
9792              Edit edit edit.
9793              
9794              IDE/editor section tweaking.
9795              
9796              Few more IDE/editor nits from p5p.
9797      Branch: maint-5.6/perl
9798           !> pod/perlfaq3.pod
9799 ____________________________________________________________________________
9800 [  8545] By: jhi                                   on 2001/01/25  04:16:32
9801         Log: Subject: [PATCH 5.7.0] overload int()
9802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9803              Date: Wed, 24 Jan 2001 19:06:57 -0500
9804              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
9805      Branch: perl
9806            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
9807            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
9808            ! t/lib/bigintpm.t
9809 ____________________________________________________________________________
9810 [  8544] By: jhi                                   on 2001/01/25  04:15:11
9811         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
9812              From: Peter Prymmer <pvhp@forte.com>
9813              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
9814              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
9815      Branch: perl
9816            ! Makefile.SH README.os390 hints/os390.sh installperl
9817 ____________________________________________________________________________
9818 [  8543] By: jhi                                   on 2001/01/25  03:52:08
9819         Log: Integrate change #8462,8469 from mainline.
9820              
9821              In VMS Perl subversion (perl -V) is undef.
9822      Branch: maint-5.6/perl
9823           !> configure.com
9824 ____________________________________________________________________________
9825 [  8542] By: jhi                                   on 2001/01/25  03:44:55
9826         Log: Integrate changes #7835,7850,8315,8316 from mainline.
9827              
9828              Solaris hints.
9829      Branch: maint-5.6/perl
9830           !> hints/solaris_2.sh
9831 ____________________________________________________________________________
9832 [  8541] By: jhi                                   on 2001/01/25  03:39:28
9833         Log: Integrate #8336 from mainline.
9834      Branch: maint-5.6/perl
9835           !> hv.c
9836 ____________________________________________________________________________
9837 [  8540] By: jhi                                   on 2001/01/25  03:23:50
9838         Log: Retract #8539.
9839      Branch: maint-5.6/perl
9840            ! pod/perlfaq3.pod
9841 ____________________________________________________________________________
9842 [  8539] By: jhi                                   on 2001/01/25  03:21:55
9843         Log: (Retracted by #5940.)
9844      Branch: maint-5.6/perl
9845            ! pod/perlfaq3.pod
9846 ____________________________________________________________________________
9847 [  8538] By: jhi                                   on 2001/01/25  03:14:07
9848         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
9849              From: Peter Prymmer <pvhp@forte.com>
9850              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
9851              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
9852              
9853              The VMS bits.
9854      Branch: maint-5.6/perl
9855            ! configure.com vms/descrip_mms.template
9856 ____________________________________________________________________________
9857 [  8537] By: jhi                                   on 2001/01/25  03:06:09
9858         Log: Integrate #7710,7824,7973 from mainline.
9859      Branch: maint-5.6/perl
9860           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
9861           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
9862           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
9863           !> vos/config.ga.def vos/config.ga.h win32/config.bc
9864           !> win32/config.gc win32/config.vc
9865 ____________________________________________________________________________
9866 [  8536] By: jhi                                   on 2001/01/24  13:50:20
9867         Log: Revert the edits made by me so far to the 5.6 branch since
9868              the TRIAL1 since I did edits when I should have been using
9869              integrates.  Bad programmer.   (Will integrate them properly later.)
9870              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
9871              The #8353 will not be reapplied at least for now since
9872              the UTF-8 hash keys need more thinking.
9873              (The patches #8347, #8354, #8454, #8473 were okay since they
9874              were original edits made specifically for the 5.6.1-TRIAL1.)
9875      Branch: maint-5.6/perl
9876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9877            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
9878            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
9879            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
9880            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
9881            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
9882            ! win32/config.bc win32/config.gc win32/config.vc
9883 ____________________________________________________________________________
9884 [  8535] By: bailey                                on 2001/01/24  06:37:02
9885         Log: SYN SYN
9886      Branch: vmsperl
9887           +> (branch 26 files)
9888           !> (integrate 130 files)
9889 ____________________________________________________________________________
9890 [  8534] By: nick                                  on 2001/01/23  19:30:57
9891         Log: Integrate mainline.
9892      Branch: perlio
9893           !> Changes Configure Porting/Glossary Porting/config.sh
9894           !> Porting/config_H embed.h embed.pl ext/Encode/compile
9895           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
9896           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
9897           !> pod/perlvar.pod proto.h t/lib/1_compile.t
9898 ____________________________________________________________________________
9899 [  8533] By: jhi                                   on 2001/01/23  16:15:46
9900         Log: Forgotten from #8501.
9901      Branch: perl
9902            ! Porting/Glossary Porting/config.sh Porting/config_H
9903 ____________________________________________________________________________
9904 [  8532] By: jhi                                   on 2001/01/23  16:13:27
9905         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
9906              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
9907              Date: Mon, 22 Jan 2001 17:51:58 +0100
9908              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
9909      Branch: perl
9910            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
9911 ____________________________________________________________________________
9912 [  8531] By: jhi                                   on 2001/01/23  15:46:01
9913         Log: Update Changes.
9914      Branch: perl
9915            ! Changes patchlevel.h
9916 ____________________________________________________________________________
9917 [  8530] By: jhi                                   on 2001/01/23  15:38:39
9918         Log: De-cut-and-pasto.
9919      Branch: perl
9920            ! t/lib/1_compile.t
9921 ____________________________________________________________________________
9922 [  8529] By: jhi                                   on 2001/01/23  15:11:04
9923         Log: Document the mkdir trailing slashes case.
9924      Branch: perl
9925            ! pod/perlfunc.pod
9926 ____________________________________________________________________________
9927 [  8528] By: jhi                                   on 2001/01/23  15:08:28
9928         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
9929              get installed:
9930              
9931              Subject: lib/lib.pm
9932              From: <abigail@foad.org>
9933              Date: Mon, 28 Aug 2000 20:35:08 -0400
9934              Message-ID: <20000829003508.21281.qmail@foad.org>
9935      Branch: perl
9936            ! installperl
9937 ____________________________________________________________________________
9938 [  8527] By: jhi                                   on 2001/01/23  14:44:04
9939         Log: Metaconfig unit change for #8526.
9940      Branch: metaconfig
9941            ! U/threads/archname.U
9942 ____________________________________________________________________________
9943 [  8526] By: jhi                                   on 2001/01/23  14:43:19
9944         Log: Attach -perlio to the archname if so selected.
9945      Branch: perl
9946            ! Configure
9947 ____________________________________________________________________________
9948 [  8525] By: jhi                                   on 2001/01/23  14:24:01
9949         Log: Subject: [PATCH] pod/perlvar.pod
9950              From: abigail@foad.org
9951              Date: Tue, 23 Jan 2001 01:41:10 +0100
9952              Message-ID: <20010123004110.22259.qmail@foad.org>
9953      Branch: perl
9954            ! pod/perlvar.pod
9955 ____________________________________________________________________________
9956 [  8524] By: jhi                                   on 2001/01/23  14:22:32
9957         Log: A bug introduced in #8217 (the undefined variable in the
9958              lib/safe1_t #3) fixed, by Charles Lane:
9959              
9960              The earlier patch made it so that stuff running in Safe
9961              compartments could do a "caller" and see "main".  That
9962              little change in name is done right before the code in
9963              the compartment is run, and apparantly the parser
9964              was picking up the stash name before it got changed.
9965              
9966              (why it was threaded vs. unthreaded Perl that was sensitive to this
9967              I still don't know...and it probably doesn't matter).
9968              
9969              I tryed removing the stash name-change and saw that threaded Perl
9970              did indeed pass the lib/safe1.t tests.
9971              
9972              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
9973              do the name change (and to connect _ in the compartment to the global
9974              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
9975              to call _safe_pkg_prep when creating a new compartment.
9976              
9977              Passes all tests with threaded perl on linux; passes all tests
9978              with unthreaded perl on VMS.
9979              
9980              At some point I'll probably want to revisit Safe and Opcode to
9981              provide more sensible handling of global variables...and to get
9982              formats working in Safe compartments, which they don't do currently.
9983      Branch: perl
9984            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
9985 ____________________________________________________________________________
9986 [  8523] By: jhi                                   on 2001/01/23  14:11:58
9987         Log: Also the lib/Thread.pm itself needs to be ignored if
9988              the Thread extension hasn't been built.
9989      Branch: perl
9990            ! t/lib/1_compile.t
9991 ____________________________________________________________________________
9992 [  8522] By: jhi                                   on 2001/01/23  13:51:28
9993         Log: print() instead of warn() so that stderr doesn't get
9994              unncessarily polluted.
9995      Branch: perl
9996            ! ext/Encode/compile
9997 ____________________________________________________________________________
9998 [  8521] By: jhi                                   on 2001/01/23  13:49:48
9999         Log: Integrate perlio.
10000      Branch: perl
10001           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
10002           !> ext/Encode/encode.h
10003 ____________________________________________________________________________
10004 [  8520] By: nick                                  on 2001/01/22  21:44:00
10005         Log: More messing with Encode:
10006              Extra fields in header to allow multiple names and to record
10007              other things "compile" knows.
10008              Re-organise compile to factor out common output routines.
10009      Branch: perlio
10010            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
10011 ____________________________________________________________________________
10012 [  8519] By: nick                                  on 2001/01/22  20:33:50
10013         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
10014      Branch: perlio
10015            ! ext/Encode/Makefile.PL ext/Encode/compile
10016 ____________________________________________________________________________
10017 [  8518] By: nick                                  on 2001/01/22  20:28:13
10018         Log: Integrate mainline
10019      Branch: perlio
10020           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
10021           !> vos/config.alpha.def vos/config.alpha.h
10022 ____________________________________________________________________________
10023 [  8517] By: jhi                                   on 2001/01/22  15:37:17
10024         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
10025              by Inaba Hiroto.
10026      Branch: perl
10027            ! sv.c
10028 ____________________________________________________________________________
10029 [  8516] By: jhi                                   on 2001/01/22  14:55:15
10030         Log: More SIG_SIZE fixes.
10031      Branch: perl
10032            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
10033 ____________________________________________________________________________
10034 [  8515] By: jhi                                   on 2001/01/22  14:50:27
10035         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
10036              From: "Craig A. Berry" <craigberry@mac.com>
10037              Date: Mon, 22 Jan 2001 00:42:24 -0600
10038              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
10039      Branch: perl
10040            ! configure.com
10041 ____________________________________________________________________________
10042 [  8514] By: jhi                                   on 2001/01/22  14:31:17
10043         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
10044              From: "Craig A. Berry" <craigberry@mac.com>
10045              Date: Sun, 21 Jan 2001 23:03:25 -0600
10046              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
10047      Branch: perl
10048            ! configure.com
10049 ____________________________________________________________________________
10050 [  8513] By: jhi                                   on 2001/01/22  14:14:00
10051         Log: Add the .ucm encoding tables to the MANIFEST.
10052      Branch: perl
10053            ! MANIFEST
10054 ____________________________________________________________________________
10055 [  8512] By: jhi                                   on 2001/01/22  13:43:33
10056         Log: Integrate perlio.
10057      Branch: perl
10058           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10059           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10060           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10061           +> ext/Encode/Encode/iso8859-10.ucm
10062           +> ext/Encode/Encode/iso8859-13.ucm
10063           +> ext/Encode/Encode/iso8859-14.ucm
10064           +> ext/Encode/Encode/iso8859-15.ucm
10065           +> ext/Encode/Encode/iso8859-16.ucm
10066           +> ext/Encode/Encode/iso8859-2.ucm
10067           +> ext/Encode/Encode/iso8859-3.ucm
10068           +> ext/Encode/Encode/iso8859-4.ucm
10069           +> ext/Encode/Encode/iso8859-5.ucm
10070           +> ext/Encode/Encode/iso8859-6.ucm
10071           +> ext/Encode/Encode/iso8859-7.ucm
10072           +> ext/Encode/Encode/iso8859-8.ucm
10073           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10074           +> ext/Encode/Encode/symbol.ucm
10075           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
10076           !> perliol.h
10077 ____________________________________________________________________________
10078 [  8511] By: nick                                  on 2001/01/21  23:44:47
10079         Log: Make "real" layers of ":utf8" and ":raw".
10080              So now PERLIO=utf8 perl ...
10081              does what Andreas wanted.
10082              Fix arg passing in open.pm (still have a Carp issue).
10083      Branch: perlio
10084            ! lib/open.pm perlio.c perliol.h
10085 ____________________________________________________________________________
10086 [  8510] By: jhi                                   on 2001/01/21  22:56:53
10087         Log: Document the regex context pushing/popping a bit better.
10088      Branch: perl
10089            ! regexec.c
10090 ____________________________________________________________________________
10091 [  8509] By: jhi                                   on 2001/01/21  22:55:44
10092         Log: Tweak the mkdir trailing slash code some more.
10093              
10094              TO DO: the same handling should probably be done for
10095              all the other filesystem functions that can have directories
10096              as their arguments.
10097      Branch: perl
10098            ! pp_sys.c
10099 ____________________________________________________________________________
10100 [  8508] By: nick                                  on 2001/01/21  21:37:43
10101         Log: Switch "compiled in" encodings to .ucm format.
10102              (Leave others as .enc till we can run-time load .ucm,
10103              or find some other way to load them.)
10104      Branch: perlio
10105            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
10106            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
10107            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
10108            + ext/Encode/Encode/iso8859-10.ucm
10109            + ext/Encode/Encode/iso8859-13.ucm
10110            + ext/Encode/Encode/iso8859-14.ucm
10111            + ext/Encode/Encode/iso8859-15.ucm
10112            + ext/Encode/Encode/iso8859-16.ucm
10113            + ext/Encode/Encode/iso8859-2.ucm
10114            + ext/Encode/Encode/iso8859-3.ucm
10115            + ext/Encode/Encode/iso8859-4.ucm
10116            + ext/Encode/Encode/iso8859-5.ucm
10117            + ext/Encode/Encode/iso8859-6.ucm
10118            + ext/Encode/Encode/iso8859-7.ucm
10119            + ext/Encode/Encode/iso8859-8.ucm
10120            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
10121            + ext/Encode/Encode/symbol.ucm
10122            ! ext/Encode/Makefile.PL ext/Encode/compile
10123 ____________________________________________________________________________
10124 [  8507] By: nick                                  on 2001/01/21  21:02:03
10125         Log: Integrate (partial) mainline.
10126      Branch: perlio
10127           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
10128           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
10129           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10130 ____________________________________________________________________________
10131 [  8506] By: jhi                                   on 2001/01/21  20:09:30
10132         Log: Update Changes.
10133      Branch: perl
10134            ! Changes patchlevel.h
10135 ____________________________________________________________________________
10136 [  8505] By: jhi                                   on 2001/01/21  19:39:59
10137         Log: Subject: Minor typos in perlfaq2.pod
10138              From: "Stephen P. Potter" <spp@spotter.yi.org>
10139              Message-Id: <200101192101.QAA11911@spotter.yi.org>
10140              Date: Fri, 19 Jan 2001 16:01:13 -0500
10141              
10142              with a nit from Philip Netwon.
10143      Branch: perl
10144            ! pod/perlfaq2.pod
10145 ____________________________________________________________________________
10146 [  8504] By: jhi                                   on 2001/01/21  19:33:05
10147         Log: Metaconfig change for #8503.
10148      Branch: metaconfig
10149            ! U/threads/usethreads.U
10150 ____________________________________________________________________________
10151 [  8503] By: jhi                                   on 2001/01/21  19:32:21
10152         Log: Sanity check for conflicting thread flavours.
10153      Branch: perl
10154            ! Configure config_h.SH
10155 ____________________________________________________________________________
10156 [  8502] By: jhi                                   on 2001/01/21  19:23:00
10157         Log: Metaconfig change for #8501.
10158      Branch: metaconfig
10159            ! U/modified/sig_name.U
10160 ____________________________________________________________________________
10161 [  8501] By: jhi                                   on 2001/01/21  19:22:26
10162         Log: The SIG_SIZE is the number of the elements *excluding*
10163              the terminating NULL.
10164      Branch: perl
10165            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
10166            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
10167            ! win32/config_H.vc
10168 ____________________________________________________________________________
10169 [  8500] By: jhi                                   on 2001/01/21  18:31:31
10170         Log: Integrate perlio.
10171      Branch: perl
10172           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
10173           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
10174           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
10175           !> pp_sys.c proto.h sv.c
10176 ____________________________________________________________________________
10177 [  8499] By: jhi                                   on 2001/01/21  17:43:57
10178         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
10179              From: Hugo <hv@crypt.compulink.co.uk>
10180              Date: Sun, 21 Jan 2001 13:34:05 +0000
10181              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
10182              
10183              In sprintf UTF8ize only if necessary.
10184      Branch: perl
10185            ! sv.c
10186 ____________________________________________________________________________
10187 [  8498] By: nick                                  on 2001/01/21  16:25:32
10188         Log: Encode cleanup.
10189              Add command line control over "compile" so that Makefile.PL
10190              needs can be combined with other uses.
10191              Use command line options in Makefile.PL.
10192              Fix multi-byte parsing in .ucm files.
10193      Branch: perlio
10194            ! ext/Encode/Makefile.PL ext/Encode/compile
10195 ____________________________________________________________________________
10196 [  8497] By: nick                                  on 2001/01/21  12:56:27
10197         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
10198      Branch: perlio
10199            ! ext/Encode/Encode.xs
10200 ____________________________________________________________________________
10201 [  8496] By: nick                                  on 2001/01/21  12:18:45
10202         Log: Fixup after integrate:
10203              missed the .sym files that are changed by regen_headers
10204              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
10205      Branch: perlio
10206            ! global.sym pp.sym sv.c
10207 ____________________________________________________________________________
10208 [  8495] By: nick                                  on 2001/01/21  11:51:07
10209         Log: Integrate mainline.
10210      Branch: perlio
10211           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
10212           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
10213           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
10214           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
10215           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
10216           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
10217           !> win32/Makefile win32/makefile.mk
10218 ____________________________________________________________________________
10219 [  8494] By: jhi                                   on 2001/01/20  23:12:11
10220         Log: Forgot the expect_number() prototype.
10221      Branch: perl
10222            ! embed.h embed.pl proto.h
10223 ____________________________________________________________________________
10224 [  8493] By: jhi                                   on 2001/01/20  22:56:39
10225         Log: Subject: [PATCH: perl@8482] README.vms URL updates
10226              From: Peter Prymmer <pvhp@forte.com>
10227              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
10228              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
10229              
10230              Plus Craig A. Berry's suggestion to use compaq.com instead
10231              of digital.com.
10232      Branch: perl
10233            ! README.vms
10234 ____________________________________________________________________________
10235 [  8492] By: jhi                                   on 2001/01/20  22:50:05
10236         Log: Memory management calls documentation.
10237      Branch: perl
10238            ! pod/perlguts.pod
10239 ____________________________________________________________________________
10240 [  8491] By: jhi                                   on 2001/01/20  22:38:33
10241         Log: Signedness nit plus few memcpy/Copy nits.
10242      Branch: perl
10243            ! sv.c
10244 ____________________________________________________________________________
10245 [  8490] By: jhi                                   on 2001/01/20  22:25:53
10246         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
10247              From: Peter Prymmer <pvhp@forte.com>
10248              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
10249              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
10250      Branch: perl
10251            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
10252 ____________________________________________________________________________
10253 [  8489] By: jhi                                   on 2001/01/20  22:24:41
10254         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
10255              From: Peter Prymmer <pvhp@forte.com>
10256              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
10257              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
10258      Branch: perl
10259            ! win32/Makefile win32/makefile.mk
10260 ____________________________________________________________________________
10261 [  8488] By: jhi                                   on 2001/01/20  22:22:27
10262         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
10263              From: Peter Prymmer <pvhp@forte.com>
10264              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
10265              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
10266      Branch: perl
10267            ! Makefile.SH
10268 ____________________________________________________________________________
10269 [  8487] By: jhi                                   on 2001/01/20  22:21:18
10270         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
10271              From: Peter Prymmer <pvhp@forte.com>
10272              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
10273              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
10274      Branch: perl
10275            + ext/DynaLoader/dl_dllload.xs
10276            ! MANIFEST Makefile.SH hints/os390.sh
10277 ____________________________________________________________________________
10278 [  8486] By: jhi                                   on 2001/01/20  22:17:53
10279         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
10280              From: Peter Prymmer <pvhp@forte.com>
10281              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
10282              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
10283      Branch: perl
10284            ! README.os390 README.posix-bc
10285 ____________________________________________________________________________
10286 [  8485] By: jhi                                   on 2001/01/20  20:15:30
10287         Log: Document and test the new qu operator.
10288      Branch: perl
10289            + t/op/qu.t
10290            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
10291            ! pod/perlretut.pod pod/perlunicode.pod
10292 ____________________________________________________________________________
10293 [  8484] By: nick                                  on 2001/01/20  19:42:30
10294         Log: Infrastructure to allow:
10295              open($fh,"|-",@array);
10296              to be implemented
10297              i.e. mark pp_open as needing a stack mark, and make pp_open
10298              process its args in that style (and pass them _all_ to tied handles OPEN).
10299              Invent do_openn() which takes SV ** at allow it to see multiple args.
10300              Note this does not _do_ anything yet.
10301      Branch: perlio
10302            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
10303            ! perlapi.c pp_proto.h pp_sys.c proto.h
10304 ____________________________________________________________________________
10305 [  8483] By: nick                                  on 2001/01/20  17:23:14
10306         Log: Integrate mainline.
10307      Branch: perlio
10308           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
10309           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
10310 ____________________________________________________________________________
10311 [  8482] By: jhi                                   on 2001/01/19  15:37:49
10312         Log: Update Changes.
10313      Branch: perl
10314            ! Changes patchlevel.h
10315 ____________________________________________________________________________
10316 [  8481] By: jhi                                   on 2001/01/19  14:41:24
10317         Log: Subject: Re: new feature: s?printf parameter reordering 
10318              From: Hugo <hv@crypt.compulink.co.uk>
10319              Date: Thu, 11 Jan 2001 17:09:03 +0000
10320              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
10321              
10322              - support reordering for all parameters: %, *v, *, .*
10323              - lay down that the reordering specification must immediately
10324              follow that parameter: %3$, *v3$, *3$, .*3$
10325              - fix vectorisation of a zero-length string
10326              - factor out the code choosing the argument to format
10327              
10328              Possibly unwanted side-effects:
10329              - the special format specifiers ' +-0' must now precede any
10330              vectorisation specifier. Tests in op/sprintf and op/ver
10331              have been changed to reflect this.
10332              - sprintf.t test #214 changed its expectations because in many
10333              cases, the next parameter has already been consumed when an
10334              invalid type letter is detected.
10335              
10336              Probably wanted side-effects:
10337              - attempts to format a non-existent parameter will warn as if C<undef>
10338              - attempt to write to non-existent parameter with '%n' will complain
10339              of "attempt to modify read-only value" instead of being silent
10340      Branch: perl
10341            ! sv.c t/op/sprintf.t t/op/ver.t
10342 ____________________________________________________________________________
10343 [  8480] By: jhi                                   on 2001/01/19  14:08:37
10344         Log: Subject: PATCH pragma/locale.t
10345              From: andreas.koenig@anima.de (Andreas J. Koenig)
10346              Date: 18 Jan 2001 09:45:37 +0100
10347              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
10348      Branch: perl
10349            ! t/pragma/locale.t
10350 ____________________________________________________________________________
10351 [  8479] By: jhi                                   on 2001/01/19  13:19:58
10352         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
10353      Branch: perl
10354            ! configure.com
10355 ____________________________________________________________________________
10356 [  8478] By: jhi                                   on 2001/01/19  02:12:35
10357         Log: Automate 1_compile.t.
10358      Branch: perl
10359            ! t/lib/1_compile.t
10360 ____________________________________________________________________________
10361 [  8477] By: jhi                                   on 2001/01/19  01:49:56
10362         Log: Integrate perlio.
10363      Branch: perl
10364           !> sv.c win32/config.bc win32/config.gc win32/config.vc
10365           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
10366 ____________________________________________________________________________
10367 [  8476] By: nick                                  on 2001/01/18  21:51:52
10368         Log: Integrate mainline
10369      Branch: perlio
10370           +> t/lib/1_compile.t t/lib/compmod.pl
10371           !> MANIFEST configure.com lib/unicode/distinct.pm
10372 ____________________________________________________________________________
10373 [  8475] By: nick                                  on 2001/01/18  21:48:02
10374         Log: Win32 "safe signals" co-existance fix.
10375              Fix SIG_SIZE value.
10376              Clear PL_sig_pending when cloning (fork).
10377      Branch: perlio
10378            ! sv.c win32/config.bc win32/config.gc win32/config.vc
10379            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10380 ____________________________________________________________________________
10381 [  8474] By: jhi                                   on 2001/01/18  14:40:57
10382         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
10383      Branch: perl
10384            ! t/lib/1_compile.t
10385 ____________________________________________________________________________
10386 [  8473] By: gsar                                  on 2001/01/18  11:42:31
10387         Log: unsubmitted trial1 change
10388      Branch: maint-5.6/perl
10389            ! Changes
10390 ____________________________________________________________________________
10391 [  8472] By: jhi                                   on 2001/01/18  04:30:24
10392         Log: The first bug found by 1_compile.t.
10393      Branch: perl
10394            ! lib/unicode/distinct.pm
10395 ____________________________________________________________________________
10396 [  8471] By: jhi                                   on 2001/01/18  04:29:42
10397         Log: Add Schwern's 1_compile test.  The compile_module script renamed
10398              to be a bit shorter for the 8.3 people.
10399      Branch: perl
10400            + t/lib/1_compile.t t/lib/compmod.pl
10401            ! MANIFEST
10402 ____________________________________________________________________________
10403 [  8470] By: jhi                                   on 2001/01/18  04:16:00
10404         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)
10405              From: Peter Prymmer <pvhp@forte.com>
10406              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10407              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10408              Replace #8463.
10409      Branch: maint-5.6/perl
10410            ! configure.com
10411 ____________________________________________________________________________
10412 [  8469] By: jhi                                   on 2001/01/18  04:13:02
10413         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)
10414              From: Peter Prymmer <pvhp@forte.com>
10415              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
10416              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
10417              Replace #8462.
10418      Branch: perl
10419            ! configure.com
10420 ____________________________________________________________________________
10421 [  8468] By: jhi                                   on 2001/01/18  03:42:08
10422         Log: Integrate perlio.
10423      Branch: perl
10424           !> gv.c mg.c perlio.c util.c
10425 ____________________________________________________________________________
10426 [  8467] By: nick                                  on 2001/01/17  22:41:10
10427         Log: "Safe" signals - trial implementation.
10428              gv.c tweaked to zero PL_sig_pend array
10429              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
10430              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
10431              Odd thing is that it "works" with PERLIO=stdio as well (linux).
10432      Branch: perlio
10433            ! gv.c mg.c perlio.c util.c
10434 ____________________________________________________________________________
10435 [  8466] By: nick                                  on 2001/01/17  20:40:20
10436         Log: Integrate mainline.
10437      Branch: perlio
10438           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
10439           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10440           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
10441           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10442           !> vos/config.ga.h win32/config.bc win32/config.gc
10443           !> win32/config.vc
10444 ____________________________________________________________________________
10445 [  8465] By: jhi                                   on 2001/01/17  18:37:13
10446         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10447              From: Nicholas Clark <nick@ccl4.org>
10448              Date: Wed, 17 Jan 2001 17:31:33 +0000
10449              Message-ID: <20010117173133.I2633@plum.flirble.org>
10450      Branch: perl
10451            ! t/op/int.t
10452 ____________________________________________________________________________
10453 [  8464] By: jhi                                   on 2001/01/17  14:43:17
10454         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
10455              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10456              Date: Wed, 17 Jan 2001 15:16:43 +0100
10457              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
10458              
10459              pp_int() was dropping an NV to the floor,
10460              int(279964589018079/59) either returned not an integer
10461              4745162525730.15, or one got "Attempt to free unreferenced scalar."
10462      Branch: perl
10463            ! pp.c
10464 ____________________________________________________________________________
10465 [  8463] By: jhi                                   on 2001/01/17  06:12:42
10466         Log: (Replaced by #8470)
10467              
10468              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)
10469              From: "Craig A. Berry" <craigberry@mac.com>
10470              Date: Tue, 16 Jan 2001 23:38:46 -0600
10471              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10472      Branch: maint-5.6/perl
10473            ! configure.com
10474 ____________________________________________________________________________
10475 [  8462] By: jhi                                   on 2001/01/17  06:11:31
10476         Log: (Replaced by #8469)
10477              
10478              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)
10479              From: "Craig A. Berry" <craigberry@mac.com>
10480              Date: Tue, 16 Jan 2001 23:38:46 -0600
10481              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
10482      Branch: perl
10483            ! configure.com
10484 ____________________________________________________________________________
10485 [  8461] By: jhi                                   on 2001/01/17  05:56:12
10486         Log: Allow for one trailing slash in the directory of mkdir().
10487      Branch: perl
10488            ! pp_sys.c
10489 ____________________________________________________________________________
10490 [  8460] By: jhi                                   on 2001/01/17  03:26:01
10491         Log: Metaconfig unit changes for #8459.
10492      Branch: metaconfig
10493            ! U/modified/Loc.U U/modified/sig_name.U
10494 ____________________________________________________________________________
10495 [  8459] By: jhi                                   on 2001/01/17  03:24:48
10496         Log: Define SIG_SIZE, the number of elements in the sig_name and
10497              sig_num arrays, including the final NULL entry.
10498      Branch: perl
10499            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10500            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
10501            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
10502            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10503            ! win32/config.bc win32/config.gc win32/config.vc
10504 ____________________________________________________________________________
10505 [  8458] By: jhi                                   on 2001/01/17  01:41:33
10506         Log: Integrate perlio.
10507      Branch: perl
10508           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10509           !> perlapi.h proto.h sv.c
10510 ____________________________________________________________________________
10511 [  8457] By: nick                                  on 2001/01/16  22:07:26
10512         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
10513              Provides all the "cost" but no benefit yet - it is to allow cost
10514              to be measured, and implementation experiments (just in mg.c?).
10515      Branch: perlio
10516            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
10517            ! perlapi.h proto.h sv.c
10518 ____________________________________________________________________________
10519 [  8456] By: nick                                  on 2001/01/16  21:07:07
10520         Log: Integrate mainline.
10521      Branch: perlio
10522           !> (integrate 51 files)
10523 ____________________________________________________________________________
10524 [  8455] By: jhi                                   on 2001/01/16  18:13:43
10525         Log: Subject: [PATCH] regcomp.c old feature removal
10526              From: mjd@plover.com
10527              Date: 16 Jan 2001 14:43:18 -0000 
10528              Message-ID: <20010116144318.7140.qmail@plover.com> 
10529      Branch: perl
10530            ! regcomp.c
10531 ____________________________________________________________________________
10532 [  8454] By: jhi                                   on 2001/01/16  16:12:39
10533         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
10534              From: "Indy Singh" <indy@nusphere.com>
10535              Date: Wed, 10 Jan 2001 20:17:49 -0500
10536              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
10537      Branch: maint-5.6/perl
10538            ! win32/Makefile
10539 ____________________________________________________________________________
10540 [  8453] By: jhi                                   on 2001/01/16  16:09:33
10541         Log: Update Changes.
10542      Branch: perl
10543            ! Changes patchlevel.h
10544 ____________________________________________________________________________
10545 [  8452] By: jhi                                   on 2001/01/16  15:42:04
10546         Log: Subject: Re: API Cleanup
10547              To: perl5-porters@perl.org
10548              Date: Tue, 16 Jan 2001 13:42:30 +0000
10549              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
10550              
10551              Subject: [PATCH] utf8.c documentation
10552              From: Simon Cozens <simon@cozens.net>
10553              Date: Tue, 16 Jan 2001 13:52:48 +0000
10554              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
10555              
10556              Subject: Re: API Cleanup
10557              From: Simon Cozens <simon@cozens.net>
10558              Date: Tue, 16 Jan 2001 14:58:55 +0000
10559              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
10560              
10561              UTF-8 doc patches.
10562      Branch: perl
10563            ! embed.pl pod/perlapi.pod utf8.c
10564 ____________________________________________________________________________
10565 [  8451] By: jhi                                   on 2001/01/16  14:41:39
10566         Log: podlators 1.07, from Russ Allbery.
10567      Branch: perl
10568            ! lib/Pod/Man.pm
10569 ____________________________________________________________________________
10570 [  8450] By: jhi                                   on 2001/01/16  14:24:19
10571         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
10572              From: "Indy Singh" <indy@nusphere.com>
10573              Date: Mon, 15 Jan 2001 20:59:40 -0500
10574              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
10575      Branch: perl
10576            ! win32/Makefile
10577 ____________________________________________________________________________
10578 [  8449] By: jhi                                   on 2001/01/16  03:42:55
10579         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
10580              at the setting of the ofs_sv in new_struct_thread() as the
10581              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
10582              that invited a core dump.
10583      Branch: perl
10584            ! util.c
10585 ____________________________________________________________________________
10586 [  8448] By: jhi                                   on 2001/01/16  01:49:07
10587         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
10588              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10589              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
10590              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
10591              
10592              Replace #8444 and #8445.
10593      Branch: perl
10594            ! ext/B/B.xs ext/B/B/Debug.pm
10595 ____________________________________________________________________________
10596 [  8447] By: jhi                                   on 2001/01/15  21:05:35
10597         Log: Subject: [PATCH] API Variable documentation   
10598              From: Simon Cozens <simon@cozens.net>
10599              Date: Mon, 15 Jan 2001 19:35:54 +0000
10600              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
10601      Branch: perl
10602            ! pod/perlapi.pod thrdvar.h
10603 ____________________________________________________________________________
10604 [  8446] By: jhi                                   on 2001/01/15  20:49:20
10605         Log: Signedness nit.
10606      Branch: perl
10607            ! pp_ctl.c
10608 ____________________________________________________________________________
10609 [  8445] By: jhi                                   on 2001/01/15  20:28:48
10610         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
10611      Branch: perl
10612            ! ext/B/B/Debug.pm
10613 ____________________________________________________________________________
10614 [  8444] By: jhi                                   on 2001/01/15  13:09:10
10615         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
10616      Branch: perl
10617            ! ext/B/B.xs
10618 ____________________________________________________________________________
10619 [  8443] By: jhi                                   on 2001/01/15  13:06:26
10620         Log: Missing from #8439.
10621      Branch: perl
10622            ! keywords.h mg.c
10623 ____________________________________________________________________________
10624 [  8442] By: jhi                                   on 2001/01/15  13:02:38
10625         Log: Subject: [PATCH @8436] Eliminate op_children
10626              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10627              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
10628              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
10629              
10630              Subject: [PATCH @8436] Re: Eliminate op_children
10631              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10632              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
10633              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
10634      Branch: perl
10635            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
10636            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
10637            ! op.c op.h
10638 ____________________________________________________________________________
10639 [  8441] By: jhi                                   on 2001/01/15  12:57:08
10640         Log: Use the /^Perl_/-less form of is_lvalue_sub().
10641      Branch: perl
10642            ! pp.h
10643 ____________________________________________________________________________
10644 [  8440] By: jhi                                   on 2001/01/15  05:13:09
10645         Log: Revert #8437 and #8438, the Linux large files story is more complex.
10646      Branch: metaconfig/U/perl
10647            ! d_fpos64_t.U d_off64_t.U
10648      Branch: perl
10649            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10650            ! config_h.SH configure.com epoc/config.sh perl.h
10651            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10652            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10653            ! win32/config.bc win32/config.gc win32/config.vc
10654 ____________________________________________________________________________
10655 [  8439] By: jhi                                   on 2001/01/15  05:02:24
10656         Log: More UTF-8 patches from Inaba Hiroto.
10657              - The substr lval was still not okay.
10658              - Now pp_stringify and sv_setsv copies source's UTF8 flag
10659              even if IN_BYTE.  pp_stringify is called from fold_constants
10660              at optimization phase and "\x{100}" was made SvUTF8_off under
10661              use bytes (the bytes pragma is for "byte semantics" and not
10662              for "do not produce UTF8 data")
10663              - New `qu' operator to generate UTF8 string explicitly.
10664              Though I agree with the policy "0x00-0xff always produce bytes",
10665              sometimes want to such a string to be coded in UTF8.
10666              I can use pack"U0a*" but it requires more typing and has
10667              runtime overhead.
10668              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
10669              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
10670              string is not UTF8_on and has char 0x80-0xff.
10671              
10672              TODO: document and test qu.
10673      Branch: perl
10674            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
10675            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
10676            ! toke.c
10677 ____________________________________________________________________________
10678 [  8438] By: jhi                                   on 2001/01/14  05:10:23
10679         Log: Metaconfig unit changes for #8437.
10680      Branch: metaconfig/U/perl
10681            ! d_fpos64_t.U d_off64_t.U
10682 ____________________________________________________________________________
10683 [  8437] By: jhi                                   on 2001/01/14  04:55:34
10684         Log: Add <features.h> probing, seems to be needed for (some?)
10685              Linux largefileness.
10686      Branch: perl
10687            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10688            ! config_h.SH configure.com epoc/config.sh perl.h
10689            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
10690            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10691            ! win32/config.bc win32/config.gc win32/config.vc
10692 ____________________________________________________________________________
10693 [  8436] By: jhi                                   on 2001/01/13  17:47:21
10694         Log: Tighten some of the tests a bit.
10695      Branch: perl
10696            ! t/pragma/utf8.t
10697 ____________________________________________________________________________
10698 [  8435] By: jhi                                   on 2001/01/13  17:31:54
10699         Log: Integrate perlio.
10700      Branch: perl
10701           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
10702           !> win32/config_H.gc win32/config_H.vc
10703 ____________________________________________________________________________
10704 [  8434] By: nick                                  on 2001/01/13  11:36:53
10705         Log: Run dmake regen_config_h for Win32
10706      Branch: perlio
10707            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
10708 ____________________________________________________________________________
10709 [  8433] By: nick                                  on 2001/01/13  11:31:55
10710         Log: VMS friendly patch to Encode compile process
10711      Branch: perlio
10712            ! ext/Encode/Makefile.PL ext/Encode/compile
10713 ____________________________________________________________________________
10714 [  8432] By: nick                                  on 2001/01/13  11:06:44
10715         Log: Integrate mainline
10716      Branch: perlio
10717           +> ext/B/B/Concise.pm
10718           !> (integrate 52 files)
10719 ____________________________________________________________________________
10720 [  8431] By: jhi                                   on 2001/01/13  05:55:55
10721         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
10722              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10723              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
10724              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
10725      Branch: perl
10726            ! ext/B/B/Concise.pm
10727 ____________________________________________________________________________
10728 [  8430] By: jhi                                   on 2001/01/13  04:24:18
10729         Log: The LVRET macro needed an aTHX.
10730      Branch: perl
10731            ! pp.h
10732 ____________________________________________________________________________
10733 [  8429] By: jhi                                   on 2001/01/13  02:12:42
10734         Log: Update Changes.
10735      Branch: perl
10736            ! Changes patchlevel.h
10737 ____________________________________________________________________________
10738 [  8428] By: jhi                                   on 2001/01/13  02:08:50
10739         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
10740              From: Peter Prymmer <pvhp@forte.com>
10741              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
10742              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
10743              
10744              Add a BEGIN guard for sloppy floating point division.
10745      Branch: perl
10746            ! lib/Math/BigInt.pm lib/bigint.pl
10747 ____________________________________________________________________________
10748 [  8427] By: jhi                                   on 2001/01/13  01:47:16
10749         Log: The B::Terse drop-in replacement wasn't quite drop-in.
10750      Branch: perl
10751            ! ext/B/B/Terse.pm
10752 ____________________________________________________________________________
10753 [  8426] By: jhi                                   on 2001/01/12  21:20:43
10754         Log: Use UVXf.
10755      Branch: perl
10756            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10757            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
10758            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
10759            ! vos/config.ga.def vos/config.ga.h win32/config.bc
10760            ! win32/config.gc win32/config.vc
10761 ____________________________________________________________________________
10762 [  8425] By: jhi                                   on 2001/01/12  20:20:14
10763         Log: Subject: [PATCH perl@8342] -Wformat
10764              From: Robin Barker <rmb1@cise.npl.co.uk>
10765              Date: Fri, 12 Jan 2001 20:03:14 GMT
10766              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
10767      Branch: perl
10768            ! ext/Encode/Encode.xs mg.c sv.c toke.c
10769 ____________________________________________________________________________
10770 [  8424] By: jhi                                   on 2001/01/12  20:01:48
10771         Log: Subject: B::Concise -- an improved replacement for B::Terse 
10772              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
10773              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
10774              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
10775      Branch: perl
10776            + ext/B/B/Concise.pm
10777            ! MANIFEST ext/B/B/Terse.pm
10778 ____________________________________________________________________________
10779 [  8423] By: jhi                                   on 2001/01/12  19:24:02
10780         Log: The new metaconfig unit from the #8421.
10781      Branch: metaconfig/U/perl
10782            + d_sigprocmask.U
10783 ____________________________________________________________________________
10784 [  8422] By: jhi                                   on 2001/01/12  19:23:43
10785         Log: Forgot the microperl config from the #8421.
10786      Branch: perl
10787            ! uconfig.h uconfig.sh
10788 ____________________________________________________________________________
10789 [  8421] By: jhi                                   on 2001/01/12  19:05:27
10790         Log: Add sigprocmask() probe, regen Configure, regen toc.
10791      Branch: perl
10792            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10793            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
10794            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10795            ! vos/config.ga.h win32/config.bc win32/config.gc
10796            ! win32/config.vc
10797 ____________________________________________________________________________
10798 [  8420] By: jhi                                   on 2001/01/12  18:34:31
10799         Log: Add sockatmark() to the todo list.
10800      Branch: perl
10801            ! Todo-5.6
10802 ____________________________________________________________________________
10803 [  8419] By: jhi                                   on 2001/01/12  18:09:46
10804         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
10805      Branch: perl
10806            ! op.c
10807 ____________________________________________________________________________
10808 [  8418] By: jhi                                   on 2001/01/12  18:05:30
10809         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
10810              From: Radu Greab <radu@netsoft.ro>
10811              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
10812              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
10813      Branch: perl
10814            ! op.c t/pragma/sub_lval.t
10815 ____________________________________________________________________________
10816 [  8417] By: jhi                                   on 2001/01/12  16:09:09
10817         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
10818              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
10819              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
10820              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
10821      Branch: perl
10822            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
10823            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
10824            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
10825            ! t/pragma/sub_lval.t toke.c
10826 ____________________________________________________________________________
10827 [  8416] By: jhi                                   on 2001/01/12  15:42:06
10828         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
10829              From: "Richard Soderberg" <rs@crystalflame.net>
10830              Date: Fri, 12 Jan 2001 04:49:35 -0800
10831              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
10832              
10833              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
10834              according to the platform.
10835      Branch: perl
10836            ! op.c
10837 ____________________________________________________________________________
10838 [  8415] By: jhi                                   on 2001/01/12  15:33:41
10839         Log: One more UTF-8 fix from Inaba Hiroto.
10840      Branch: perl
10841            ! pp.c regexec.c t/pragma/utf8.t
10842 ____________________________________________________________________________
10843 [  8414] By: jhi                                   on 2001/01/12  15:30:18
10844         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
10845      Branch: perl
10846            ! regexec.c
10847 ____________________________________________________________________________
10848 [  8413] By: jhi                                   on 2001/01/12  15:22:10
10849         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
10850              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10851              Date: Thu, 11 Jan 2001 12:53:36 +0100
10852              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
10853      Branch: perl
10854            ! toke.c
10855 ____________________________________________________________________________
10856 [  8412] By: jhi                                   on 2001/01/12  15:20:25
10857         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
10858              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10859              Date: Fri, 12 Jan 2001 14:37:55 +0100
10860              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
10861      Branch: perl
10862            ! hints/posix-bc.sh
10863 ____________________________________________________________________________
10864 [  8411] By: jhi                                   on 2001/01/12  15:14:14
10865         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
10866              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
10867              Date: Fri, 12 Jan 2001 10:42:21 +0100
10868              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
10869      Branch: perl
10870            ! t/op/regmesg.t
10871 ____________________________________________________________________________
10872 [  8410] By: jhi                                   on 2001/01/12  05:48:55
10873         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
10874              From: Nicholas Clark <nick@ccl4.org> 
10875              Date: Sun, 7 Jan 2001 19:47:14 +0000
10876              Message-ID: <20010107194714.B1048@plum.flirble.org>
10877      Branch: perl
10878            ! t/op/numconvert.t
10879 ____________________________________________________________________________
10880 [  8409] By: jhi                                   on 2001/01/12  05:41:28
10881         Log: Integrate perlio.
10882      Branch: perl
10883           !> mg.c scope.h
10884 ____________________________________________________________________________
10885 [  8408] By: nick                                  on 2001/01/11  22:43:28
10886         Log: Remove variables that were used in experiments.
10887      Branch: perlio
10888            ! mg.c
10889 ____________________________________________________________________________
10890 [  8407] By: nick                                  on 2001/01/11  20:57:44
10891         Log: Catch die in %SIG handler and unblock the signal before re-dying.
10892              This make Linux work _without_ sigsetjmp().
10893              Turn off sigsetjmp() to see what else it does.
10894              May need Configure probe for sigprocmask() if anything has sigaction()
10895              but not sigprocmask().
10896      Branch: perlio
10897            ! mg.c scope.h
10898 ____________________________________________________________________________
10899 [  8406] By: nick                                  on 2001/01/11  19:32:07
10900         Log: Integrate mainline
10901      Branch: perlio
10902           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
10903           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
10904           !> t/op/substr.t
10905 ____________________________________________________________________________
10906 [  8405] By: jhi                                   on 2001/01/11  17:11:01
10907         Log: Fix UTF-8 lval substr().
10908      Branch: perl
10909            ! mg.c t/op/substr.t
10910 ____________________________________________________________________________
10911 [  8404] By: jhi                                   on 2001/01/11  05:13:58
10912         Log: Update Changes.
10913      Branch: perl
10914            ! Changes patchlevel.h
10915 ____________________________________________________________________________
10916 [  8403] By: jhi                                   on 2001/01/11  04:38:24
10917         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
10918              From: Hugo <hv@crypt.compulink.co.uk>
10919              Date: Mon, 30 Oct 2000 01:33:26 +0000
10920              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
10921      Branch: perl
10922            ! regexec.c t/op/re_tests
10923 ____________________________________________________________________________
10924 [  8402] By: jhi                                   on 2001/01/11  04:26:12
10925         Log: Integrate perlio.
10926      Branch: perl
10927           !> scope.h util.c
10928 ____________________________________________________________________________
10929 [  8401] By: nick                                  on 2001/01/10  22:52:55
10930         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
10931              (So Alan and Ilya can try setting via hints.)
10932              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
10933              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
10934              doing the save everywhere seems to restart read() correctly, but just
10935              doing it once "round" the handler does not.
10936      Branch: perlio
10937            ! scope.h
10938 ____________________________________________________________________________
10939 [  8400] By: jhi                                   on 2001/01/10  21:57:54
10940         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
10941              of IRIX, HP-UX is unaffected.
10942      Branch: perl
10943            ! perl.h
10944 ____________________________________________________________________________
10945 [  8399] By: nick                                  on 2001/01/10  21:29:19
10946         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
10947      Branch: perlio
10948            ! util.c
10949 ____________________________________________________________________________
10950 [  8398] By: jhi                                   on 2001/01/10  20:55:31
10951         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
10952              also have ReusePort.
10953      Branch: perl
10954            ! ext/IO/lib/IO/Socket/INET.pm
10955 ____________________________________________________________________________
10956 [  8397] By: jhi                                   on 2001/01/10  20:50:57
10957         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
10958              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10959              Date: Wed, 10 Jan 2001 01:38:13 -0800
10960              Message-ID: <20010110013813.B41744@yahoo-inc.com>
10961      Branch: perl
10962            ! ext/IO/lib/IO/Socket/INET.pm
10963 ____________________________________________________________________________
10964 [  8396] By: jhi                                   on 2001/01/10  20:49:30
10965         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
10966              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
10967              Date: Wed, 10 Jan 2001 01:37:32 -0800
10968              Message-ID: <20010110013732.A41744@yahoo-inc.com>
10969      Branch: perl
10970            ! ext/Socket/Socket.pm
10971 ____________________________________________________________________________
10972 [  8395] By: jhi                                   on 2001/01/10  20:41:37
10973         Log: Test for bug id 20010105.016 (fixed by #8378).
10974      Branch: perl
10975            ! t/op/split.t
10976 ____________________________________________________________________________
10977 [  8394] By: jhi                                   on 2001/01/10  20:26:32
10978         Log: Integrate perlio.
10979      Branch: perl
10980            ! util.c
10981 ____________________________________________________________________________
10982 [  8393] By: nick                                  on 2001/01/10  19:34:30
10983         Log: Back out Simon's pid hackery for now.
10984      Branch: perlio
10985            ! util.c
10986 ____________________________________________________________________________
10987 [  8392] By: nick                                  on 2001/01/10  19:23:13
10988         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
10989      Branch: perlio
10990           !> (integrate 29 files)
10991 ____________________________________________________________________________
10992 [  8391] By: jhi                                   on 2001/01/10  18:43:15
10993         Log: Subject: [PATCH] Fix my_pclose segfault
10994              From: Simon Cozens <simon@cozens.net>
10995              Date: Wed, 10 Jan 2001 18:39:35 +0000
10996              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
10997      Branch: perl
10998            ! util.c
10999 ____________________________________________________________________________
11000 [  8390] By: jhi                                   on 2001/01/10  18:42:08
11001         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
11002              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11003              Date:     Wed, 10 Jan 2001 13:23:02 EST
11004              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
11005      Branch: perl
11006            ! ext/Opcode/Opcode.xs
11007 ____________________________________________________________________________
11008 [  8389] By: jhi                                   on 2001/01/10  15:16:07
11009         Log: Turn off the integer preservation for now.
11010      Branch: perl
11011            ! perl.h
11012 ____________________________________________________________________________
11013 [  8388] By: jhi                                   on 2001/01/10  15:01:25
11014         Log: Few more IDE/editor nits from p5p.
11015      Branch: perl
11016            ! pod/perlfaq3.pod
11017 ____________________________________________________________________________
11018 [  8387] By: jhi                                   on 2001/01/10  06:53:16
11019         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
11020              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
11021              Date: Tue, 9 Jan 2001 23:16:02 +0000
11022              Message-ID: <20010109231602.A81101@plum.flirble.org>
11023      Branch: perl
11024            ! sv.c
11025 ____________________________________________________________________________
11026 [  8386] By: jhi                                   on 2001/01/10  03:17:54
11027         Log: Test cases for #8385 (from Simon's "torture.pl")
11028      Branch: perl
11029            ! t/op/tr.t
11030 ____________________________________________________________________________
11031 [  8385] By: jhi                                   on 2001/01/10  03:17:11
11032         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
11033              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
11034              Date: Wed, 10 Jan 2001 11:39:39 +0900
11035              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
11036              
11037              Some more UTF-8 tr cases fixed.
11038      Branch: perl
11039            ! doop.c
11040 ____________________________________________________________________________
11041 [  8384] By: jhi                                   on 2001/01/09  22:45:40
11042         Log: Allow the locale test needing POSIX and the taint test
11043              needing IPC::SysV to run under 'minitest' (basically,
11044              bail out if loading the extension fails)
11045      Branch: perl
11046            ! t/op/misc.t t/op/taint.t
11047 ____________________________________________________________________________
11048 [  8383] By: jhi                                   on 2001/01/09  21:36:04
11049         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
11050              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11051              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
11052              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
11053      Branch: perl
11054            ! t/io/openpid.t
11055 ____________________________________________________________________________
11056 [  8382] By: jhi                                   on 2001/01/09  21:06:08
11057         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
11058              Should finish up the bug id 20001205.022.
11059      Branch: perl
11060            ! pp.c pp_hot.c scope.c
11061 ____________________________________________________________________________
11062 [  8381] By: jhi                                   on 2001/01/09  18:27:43
11063         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
11064              From: Andy Dougherty <doughera@lafayette.edu>
11065              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
11066              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
11067              
11068              More robust yacc/bison error detection.
11069      Branch: perl
11070            ! t/comp/proto.t
11071 ____________________________________________________________________________
11072 [  8380] By: jhi                                   on 2001/01/09  15:21:38
11073         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
11074              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11075              Date:     Tue, 9 Jan 2001 07:53:55 EST
11076              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
11077      Branch: perl
11078            ! t/op/misc.t vms/test.com
11079 ____________________________________________________________________________
11080 [  8379] By: jhi                                   on 2001/01/09  15:20:38
11081         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
11082              From: jhi@cc.hut.fi
11083              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
11084              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
11085              
11086              The #8378 fixed this.
11087      Branch: perl
11088            ! t/op/tr.t
11089 ____________________________________________________________________________
11090 [  8378] By: jhi                                   on 2001/01/09  15:05:32
11091         Log: Subject: One more patch for UTF8 
11092              From: Inaba Hiroto <inaba@st.rim.or.jp>
11093              Date: Tue, 09 Jan 2001 01:04:32 +0900
11094              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
11095              
11096              UTF-8 fixes for 'x' and tr///.
11097      Branch: perl
11098            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
11099            ! regcomp.c regexec.c toke.c utf8.c
11100 ____________________________________________________________________________
11101 [  8377] By: jhi                                   on 2001/01/09  14:32:17
11102         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
11103      Branch: perl
11104            ! t/op/length.t
11105 ____________________________________________________________________________
11106 [  8376] By: jhi                                   on 2001/01/09  04:32:32
11107         Log: integrate changes #7775, #8316, #8316 from mainline
11108      Branch: maint-5.6/perl
11109            ! hints/solaris_2.sh
11110 ____________________________________________________________________________
11111 [  8375] By: jhi                                   on 2001/01/09  04:26:43
11112         Log: Update Changes.
11113      Branch: perl
11114            ! Changes patchlevel.h
11115 ____________________________________________________________________________
11116 [  8374] By: jhi                                   on 2001/01/09  04:14:32
11117         Log: IDE/editor section tweaking.
11118      Branch: perl
11119            ! pod/perlfaq3.pod
11120 ____________________________________________________________________________
11121 [  8373] By: jhi                                   on 2001/01/09  02:38:26
11122         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
11123              From: Peter Prymmer <pvhp@forte.com>
11124              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
11125              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
11126              
11127              In preparation os OS/390 dynamic loading.
11128      Branch: perl
11129            ! README.os390 hints/os390.sh
11130 ____________________________________________________________________________
11131 [  8372] By: jhi                                   on 2001/01/09  00:24:30
11132         Log: Integrate with perlio.
11133      Branch: perl
11134           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
11135 ____________________________________________________________________________
11136 [  8371] By: nick                                  on 2001/01/08  23:54:33
11137         Log: Fix "scalars leaked" bugs caused by overload magic
11138              (Highlighted by Ilya's DESTROY optimization.)
11139      Branch: perlio
11140            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
11141 ____________________________________________________________________________
11142 [  8370] By: nick                                  on 2001/01/08  20:19:41
11143         Log: Integrate mainline
11144      Branch: perlio
11145           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
11146           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
11147           !> t/op/64bitint.t
11148 ____________________________________________________________________________
11149 [  8369] By: jhi                                   on 2001/01/08  17:30:52
11150         Log: save_delete() Safefree() doesn't (anymore?) work with shared
11151              strings, one test failure in op/misc and almost all of lib/b.
11152              (Outcomments #8369.)
11153      Branch: perl
11154            ! scope.c
11155 ____________________________________________________________________________
11156 [  8368] By: jhi                                   on 2001/01/08  14:47:10
11157         Log: (Outcommented by #8369.)
11158              
11159              Subject: Re: Perl BugID 20001205.022 ---- save_delete
11160              From: Simon Cozens <simon@cozens.net>
11161              Date: Sat, 6 Jan 2001 11:48:40 +0000
11162              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
11163              
11164              The save_delete() does need the Safefree.
11165      Branch: perl
11166            ! scope.c
11167 ____________________________________________________________________________
11168 [  8367] By: bailey                                on 2001/01/08  08:53:52
11169         Log: Once again syncing after too long an absence
11170      Branch: vmsperl
11171           +> (branch 55 files)
11172            - MAINTAIN fix_pl vos/config.def vos/config.h
11173            - vos/config_h.SH_orig
11174           !> (integrate 498 files)
11175 ____________________________________________________________________________
11176 [  8366] By: jhi                                   on 2001/01/08  02:42:59
11177         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
11178              From: nick@ccl4.org
11179              Date: Sun, 7 Jan 2001 21:07:18 +0000
11180              Message-Id: <20010107210717.D1048@plum.flirble.org>
11181      Branch: perl
11182            ! sv.c t/op/64bitint.t
11183 ____________________________________________________________________________
11184 [  8365] By: jhi                                   on 2001/01/08  02:35:16
11185         Log: Subject: [PATCH] environ nit
11186              From: Simon Cozens <simon@cozens.net>
11187              Date: Sun, 7 Jan 2001 17:57:07 +0000
11188              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
11189              
11190              Use environ only if we have it.
11191      Branch: perl
11192            ! mg.c
11193 ____________________________________________________________________________
11194 [  8364] By: jhi                                   on 2001/01/08  02:24:51
11195         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
11196      Branch: perl
11197            ! ext/GDBM_File/GDBM_File.xs
11198 ____________________________________________________________________________
11199 [  8363] By: jhi                                   on 2001/01/08  02:19:24
11200         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
11201              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11202              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
11203              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
11204      Branch: perl
11205            ! dump.c op.c
11206 ____________________________________________________________________________
11207 [  8362] By: jhi                                   on 2001/01/08  02:17:43
11208         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
11209              From: Doug MacEachern <dougm@covalent.net>
11210              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
11211              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
11212              
11213              Allow AUTOLOAD to be an xsub and allow such xsubs
11214              to avoid use of $AUTOLOAD.
11215      Branch: perl
11216            ! gv.c
11217 ____________________________________________________________________________
11218 [  8361] By: jhi                                   on 2001/01/08  02:16:07
11219         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11220              From: Radu Greab <radu@netsoft.ro>
11221              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
11222              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
11223              
11224              No need for the potentially unportable $SIG{CHLD}.
11225      Branch: perl
11226            ! t/io/pipe.t
11227 ____________________________________________________________________________
11228 [  8360] By: jhi                                   on 2001/01/08  01:58:23
11229         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
11230      Branch: perl
11231            ! lib/Getopt/Long.pm
11232 ____________________________________________________________________________
11233 [  8359] By: jhi                                   on 2001/01/08  01:55:44
11234         Log: Integrate perlio.
11235      Branch: perl
11236           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
11237           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
11238           !> utf8.c win32/Makefile
11239 ____________________________________________________________________________
11240 [  8358] By: jhi                                   on 2001/01/07  21:16:50
11241         Log: Update the EPOC cross SDK URL.
11242      Branch: perl
11243            ! README.epoc
11244 ____________________________________________________________________________
11245 [  8357] By: jhi                                   on 2001/01/07  21:16:09
11246         Log: Update the EPOC cross SDK URL.
11247      Branch: maint-5.6/perl
11248            ! README.epoc
11249 ____________________________________________________________________________
11250 [  8356] By: nick                                  on 2001/01/06  21:47:52
11251         Log: FILE * in XS code for PerlIO world:
11252              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
11253              - Add FILE * T_STDIO typemap.
11254              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
11255      Branch: perlio
11256            ! lib/ExtUtils/typemap perlio.c perlio.h
11257 ____________________________________________________________________________
11258 [  8355] By: jhi                                   on 2001/01/06  20:27:15
11259         Log: integrate change #8336 from mainline
11260              
11261              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
11262      Branch: maint-5.6/perl
11263            ! hv.c
11264 ____________________________________________________________________________
11265 [  8354] By: jhi                                   on 2001/01/06  20:24:29
11266         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11267              From: Robin Barker <rmb1@cise.npl.co.uk>
11268              Date: Fri, 22 Dec 2000 12:17:38 GMT
11269              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
11270              
11271              The patch reformats some long =item lines so they give
11272              correct output via pod2man | nroff -man
11273              
11274              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11275              From: Robin Barker <rmb1@cise.npl.co.uk>
11276              Date: Tue, 2 Jan 2001 15:35:03 GMT
11277              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11278              
11279              Here is a _further_ patch which corrects a few more errors:
11280              * an empty C<=item> in CPAN.pm
11281              * patching the wrong file (pod/perlamiga.pod not README.amiga)
11282              * leaving empty C<=item>s which formatted incorrectly
11283              * over long C<=item>s revealed by latest patch to Pod::Man
11284      Branch: maint-5.6/perl
11285            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
11286            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
11287            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
11288            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
11289            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
11290            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
11291 ____________________________________________________________________________
11292 [  8353] By: jhi                                   on 2001/01/06  20:21:10
11293         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
11294              
11295              UTF-8 hash keys.
11296      Branch: maint-5.6/perl
11297            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
11298 ____________________________________________________________________________
11299 [  8352] By: jhi                                   on 2001/01/06  20:18:44
11300         Log: Forgotten from #8438.
11301      Branch: maint-5.6/perl
11302            ! epoc/epocish.h
11303 ____________________________________________________________________________
11304 [  8351] By: jhi                                   on 2001/01/06  20:18:12
11305         Log: Forgotten from #8347.
11306      Branch: maint-5.6/perl
11307            ! config_h.SH
11308 ____________________________________________________________________________
11309 [  8350] By: jhi                                   on 2001/01/06  20:00:19
11310         Log: Thinko in #8347.
11311      Branch: maint-5.6/perl
11312            ! regcomp.c
11313 ____________________________________________________________________________
11314 [  8349] By: jhi                                   on 2001/01/06  18:05:30
11315         Log: Copy the FAQ3 IDE section from the development branch,
11316              changes originally by Peter Prymmer.
11317      Branch: maint-5.6/perl
11318            ! pod/perlfaq3.pod
11319 ____________________________________________________________________________
11320 [  8348] By: jhi                                   on 2001/01/06  18:03:02
11321         Log: EPOC updates for TRIAL1.
11322              
11323              Subject: [5.6.1 trial1] EPOC update
11324              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11325              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
11326              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
11327              
11328              Subject: epoc patch2 for perl-5.6.1-trial1
11329              From: Olaf Flebbe <O.Flebbe@science-computing.de>
11330              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
11331              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
11332      Branch: maint-5.6/perl
11333            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
11334            ! epoc/epocish.c
11335 ____________________________________________________________________________
11336 [  8347] By: jhi                                   on 2001/01/06  17:29:10
11337         Log: integrate changes #7710,7824,7973 from mainline,
11338              plus VMS nits from Peter Prymmer and Dan Sugalski.
11339              
11340              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
11341              library (getprotobyname and getprotobynumber are outversioned by
11342              the same calls in libc, at least for xlc version 3.
11343              
11344              Add HAS_SBRK_PROTO.
11345              
11346              Fixes for signedness warnings noticed by VMSperlers.
11347      Branch: maint-5.6/perl
11348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11349            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
11350            ! sv.c vms/descrip_mms.template vos/config.alpha.def
11351            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
11352            ! win32/config.bc win32/config.gc win32/config.vc
11353 ____________________________________________________________________________
11354 [  8346] By: nick                                  on 2001/01/06  14:36:01
11355         Log: Fixup accumulated integrate muddles (perlio == devperl again)
11356      Branch: perlio
11357            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
11358 ____________________________________________________________________________
11359 [  8345] By: nick                                  on 2001/01/06  14:24:58
11360         Log: Integrate mainline
11361      Branch: perlio
11362           !> (integrate 55 files)
11363 ____________________________________________________________________________
11364 [  8344] By: jhi                                   on 2001/01/06  02:24:02
11365         Log: Subject: [patch] PerlIO_cleanup() prototype
11366              From: Doug MacEachern <dougm@covalent.net>
11367              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
11368              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
11369      Branch: perl
11370            ! perlio.h
11371 ____________________________________________________________________________
11372 [  8343] By: jhi                                   on 2001/01/06  01:04:09
11373         Log: IRIX compiler noticed that the bof initialization might be
11374              bypassed by control flow.
11375      Branch: perl
11376            ! toke.c
11377 ____________________________________________________________________________
11378 [  8342] By: jhi                                   on 2001/01/06  00:10:48
11379         Log: Update Changes.
11380      Branch: perl
11381            ! Changes patchlevel.h
11382 ____________________________________________________________________________
11383 [  8341] By: jhi                                   on 2001/01/05  23:52:33
11384         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
11385      Branch: perl
11386            ! toke.c
11387 ____________________________________________________________________________
11388 [  8340] By: jhi                                   on 2001/01/05  22:44:08
11389         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
11390              From: Radu Greab <radu@netsoft.ro>
11391              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
11392              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
11393      Branch: perl
11394            ! t/io/pipe.t util.c
11395 ____________________________________________________________________________
11396 [  8339] By: jhi                                   on 2001/01/05  22:35:17
11397         Log: Subject: [PATCH] format and rewording in perlfaq.pod
11398              From: Robin Barker <rmb1@cise.npl.co.uk>
11399              Date: Fri, 5 Jan 2001 18:51:20 GMT
11400              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
11401      Branch: perl
11402            ! pod/perlfaq.pod
11403 ____________________________________________________________________________
11404 [  8338] By: jhi                                   on 2001/01/05  22:31:17
11405         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
11406              From: Peter Prymmer <pvhp@forte.com>
11407              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
11408              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
11409      Branch: perl
11410            ! utils/perlbug.PL
11411 ____________________________________________________________________________
11412 [  8337] By: jhi                                   on 2001/01/05  18:15:11
11413         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
11414              From: Robin Barker <rmb1@cise.npl.co.uk>
11415              Date: Tue, 2 Jan 2001 15:24:07 GMT
11416              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
11417              
11418              If you call configure as C<./Configure> or C<sh ./Configure>,
11419              $src is set to the absolute path name, not '.'.
11420              
11421              This, in turn, means -Dmksymlink tries to do its stuff because
11422              it does not think it is in the src directory.
11423              
11424              (plus a metaconfig nitfix)
11425      Branch: metaconfig
11426            ! U/compline/ccflags.U U/modified/src.U
11427      Branch: perl
11428            ! Configure config_h.SH
11429 ____________________________________________________________________________
11430 [  8336] By: jhi                                   on 2001/01/05  17:48:32
11431         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
11432              From: Alan Burlison <Alan.Burlison@uk.sun.com>
11433              Message-ID: <3A5606C4.473D2226@uk.sun.com>
11434              Date: Fri, 05 Jan 2001 17:39:16 +0000
11435      Branch: perl
11436            ! hv.c
11437 ____________________________________________________________________________
11438 [  8335] By: jhi                                   on 2001/01/05  16:05:44
11439         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
11440      Branch: perl
11441            ! lib/Getopt/Long.pm
11442 ____________________________________________________________________________
11443 [  8334] By: jhi                                   on 2001/01/05  16:00:51
11444         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
11445              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11446              Date: Fri, 05 Jan 2001 13:46:51 +0100
11447              Message-ID: <13693.978698811@nice.ram.loc>
11448              
11449              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
11450              accurate reading of the "atime".  
11451      Branch: perl
11452            ! t/io/fs.t
11453 ____________________________________________________________________________
11454 [  8333] By: jhi                                   on 2001/01/05  15:57:37
11455         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
11456              From: Simon Cozens <simon@cozens.net>
11457              Date: Fri, 8 Dec 2000 13:33:31 +0000
11458              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
11459              
11460              A lost patch fragment.
11461      Branch: perl
11462            ! doop.c
11463 ____________________________________________________________________________
11464 [  8332] By: jhi                                   on 2001/01/05  15:40:42
11465         Log: Do away with strncpy() and a fixed length buffer.
11466      Branch: perl
11467            ! utf8.c
11468 ____________________________________________________________________________
11469 [  8331] By: jhi                                   on 2001/01/05  15:03:07
11470         Log: Tests for #8329 and #8330.
11471      Branch: perl
11472            ! t/op/bop.t
11473 ____________________________________________________________________________
11474 [  8330] By: jhi                                   on 2001/01/05  15:02:38
11475         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
11476              raw 8-bit form to the UTF-8 string.
11477      Branch: perl
11478            ! toke.c
11479 ____________________________________________________________________________
11480 [  8329] By: jhi                                   on 2001/01/05  14:55:13
11481         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
11482              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11483              Date: Fri, 5 Jan 2001 12:28:52 +0100
11484              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
11485              
11486              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
11487              no effect.  (changed the strncpy() to Copy())
11488      Branch: perl
11489            ! toke.c
11490 ____________________________________________________________________________
11491 [  8328] By: jhi                                   on 2001/01/05  06:44:27
11492         Log: UTF-8 cleanup.
11493      Branch: perl
11494            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
11495            ! regexec.c sv.c toke.c
11496 ____________________________________________________________________________
11497 [  8327] By: jhi                                   on 2001/01/05  01:11:29
11498         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')
11499              From: Radu Greab <radu@netsoft.ro>
11500              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
11501              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
11502              
11503              Cleans up Harness to not use FileHandle, which uses IO.
11504      Branch: perl
11505            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
11506 ____________________________________________________________________________
11507 [  8326] By: jhi                                   on 2001/01/05  00:56:37
11508         Log: Update Changes.
11509      Branch: perl
11510            ! Changes patchlevel.h
11511 ____________________________________________________________________________
11512 [  8325] By: jhi                                   on 2001/01/05  00:53:18
11513         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
11514              From: Peter Prymmer <pvhp@forte.com>
11515              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
11516              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
11517              
11518              plus a couple more tailing whitespace removals.
11519      Branch: perl
11520            ! win32/Makefile
11521 ____________________________________________________________________________
11522 [  8324] By: jhi                                   on 2001/01/05  00:47:39
11523         Log: Add some Unicode chop() tests.
11524      Branch: perl
11525            ! t/op/chop.t
11526 ____________________________________________________________________________
11527 [  8323] By: jhi                                   on 2001/01/05  00:47:23
11528         Log: Unify UTF-8 malformedness handling.
11529      Branch: perl
11530            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
11531 ____________________________________________________________________________
11532 [  8322] By: jhi                                   on 2001/01/04  22:21:54
11533         Log: The new $issymlink was unknown to Mksymlinks.
11534      Branch: metaconfig/U/perl
11535            ! Mksymlinks.U issymlink.U
11536      Branch: perl
11537            ! Configure config_h.SH
11538 ____________________________________________________________________________
11539 [  8321] By: jhi                                   on 2001/01/04  21:51:05
11540         Log: The test didn't work under the core test framework.
11541      Branch: perl
11542            ! t/lib/st-lock.t
11543 ____________________________________________________________________________
11544 [  8320] By: jhi                                   on 2001/01/04  21:14:22
11545         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
11546      Branch: perl
11547            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
11548 ____________________________________________________________________________
11549 [  8319] By: jhi                                   on 2001/01/04  20:46:17
11550         Log: Typo in #8312 when manually appying a problematic patch fragment.
11551      Branch: perl
11552            ! ext/Storable/Storable.xs
11553 ____________________________________________________________________________
11554 [  8318] By: jhi                                   on 2001/01/04  20:43:01
11555         Log: The $sh_c didn't fly.
11556      Branch: metaconfig
11557            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11558            ! U/modified/Loc.U U/modified/myhostname.U
11559            ! U/modified/spitshell.U
11560      Branch: metaconfig/U/perl
11561            ! issymlink.U
11562      Branch: perl
11563            ! Configure config_h.SH
11564 ____________________________________________________________________________
11565 [  8317] By: jhi                                   on 2001/01/04  19:58:01
11566         Log: AIX builtin test -h is broken, changes based on
11567              
11568              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
11569              Date: Tue, 02 Jan 2001 11:24:39 +0100
11570              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11571              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
11572      Branch: metaconfig
11573            + U/modified/spitshell.U
11574            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
11575            ! U/modified/Loc.U U/modified/myhostname.U
11576      Branch: metaconfig/U/perl
11577            ! Mksymlinks.U issymlink.U
11578      Branch: perl
11579            ! Configure
11580 ____________________________________________________________________________
11581 [  8316] By: jhi                                   on 2001/01/04  19:02:22
11582         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
11583              From: Andy Dougherty <doughera@lafayette.edu>
11584              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
11585              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
11586              
11587              Beware of GNU ld.
11588      Branch: perl
11589            ! hints/solaris_2.sh
11590 ____________________________________________________________________________
11591 [  8315] By: jhi                                   on 2001/01/04  18:56:48
11592         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
11593              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
11594              Date: Wed, 3 Jan 2001 07:58:51 +0100
11595              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
11596      Branch: perl
11597            ! hints/solaris_2.sh
11598 ____________________________________________________________________________
11599 [  8314] By: jhi                                   on 2001/01/04  18:54:07
11600         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
11601              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11602              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
11603              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
11604              
11605              Doc tweak on #8313.
11606      Branch: perl
11607            ! ext/B/B/Deparse.pm
11608 ____________________________________________________________________________
11609 [  8313] By: jhi                                   on 2001/01/04  18:52:27
11610         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
11611              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
11612              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
11613              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
11614              
11615              Make the peephole optimizer to bypass more null ops and
11616              and rewrite the deparse handling of continue blocks.
11617      Branch: perl
11618            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
11619 ____________________________________________________________________________
11620 [  8312] By: jhi                                   on 2001/01/04  18:47:39
11621         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
11622      Branch: perl
11623            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
11624            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
11625            ! t/lib/st-lock.t
11626 ____________________________________________________________________________
11627 [  8311] By: jhi                                   on 2001/01/04  18:36:08
11628         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
11629              filter to be run on each .pm during the pm_to_blib() phase,
11630              a fixed version of
11631              
11632              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
11633              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
11634              Date: Wed, 03 Jan 2001 22:01:30 +0100
11635              Message-ID: <5296.978555690@nice.ram.loc>
11636      Branch: perl
11637            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
11638            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
11639            ! lib/ExtUtils/MakeMaker.pm
11640 ____________________________________________________________________________
11641 [  8310] By: jhi                                   on 2001/01/04  18:32:54
11642         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
11643              From: Robin Barker <rmb1@cise.npl.co.uk>
11644              Date: Tue, 2 Jan 2001 15:35:03 GMT
11645              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
11646      Branch: perl
11647            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
11648            ! pod/perlrequick.pod
11649 ____________________________________________________________________________
11650 [  8309] By: jhi                                   on 2001/01/04  18:29:07
11651         Log: Subject: Re: [patch] static-ize XS()
11652              From: Doug MacEachern <dougm@covalent.net>
11653              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
11654              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
11655              
11656              Provide prototypes for the XS functions.
11657      Branch: perl
11658            ! lib/ExtUtils/xsubpp
11659 ____________________________________________________________________________
11660 [  8308] By: jhi                                   on 2001/01/04  18:27:44
11661         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
11662              From: Doug MacEachern <dougm@covalent.net>
11663              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
11664              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
11665      Branch: perl
11666            ! lib/ExtUtils/typemap
11667 ____________________________________________________________________________
11668 [  8307] By: jhi                                   on 2001/01/04  18:25:25
11669         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
11670              From: Doug MacEachern <dougm@covalent.net>
11671              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
11672              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
11673              
11674              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
11675      Branch: perl
11676            ! lib/ExtUtils/MM_Unix.pm
11677 ____________________________________________________________________________
11678 [  8306] By: jhi                                   on 2001/01/04  18:23:00
11679         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
11680              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11681              Date: Thu, 4 Jan 2001 12:47:10 +0100 
11682              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
11683              
11684              The toke.c part only, patching embed.h and proto.h is futile.
11685      Branch: perl
11686            ! toke.c
11687 ____________________________________________________________________________
11688 [  8305] By: jhi                                   on 2001/01/04  18:05:51
11689         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
11690              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11691              Date: Thu, 4 Jan 2001 17:50:12 +0100 
11692              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
11693      Branch: perl
11694            ! toke.c
11695 ____________________________________________________________________________
11696 [  8304] By: jhi                                   on 2001/01/04  18:03:26
11697         Log: Subject: [PATCH perl@8269]
11698              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
11699              Date: Thu, 4 Jan 2001 12:53:39 +0100 
11700              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
11701              
11702              If running byacc write-enable also perly.h.
11703      Branch: perl
11704            ! Makefile.SH
11705 ____________________________________________________________________________
11706 [  8303] By: jhi                                   on 2001/01/04  15:40:49
11707         Log: Rewrite pp_concat() in terms of sv_catsv().
11708      Branch: perl
11709            ! pp_hot.c
11710 ____________________________________________________________________________
11711 [  8302] By: nick                                  on 2001/01/03  22:43:22
11712         Log: Integrate mainline.
11713      Branch: perlio
11714           !> ext/Encode/Encode.xs sv.c utf8.c
11715 ____________________________________________________________________________
11716 [  8301] By: jhi                                   on 2001/01/02  23:40:26
11717         Log: Variable naming tweak.
11718      Branch: perl
11719            ! sv.c
11720 ____________________________________________________________________________
11721 [  8300] By: jhi                                   on 2001/01/02  23:40:02
11722         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
11723              in is_utf8_string().
11724      Branch: perl
11725            ! utf8.c
11726 ____________________________________________________________________________
11727 [  8299] By: jhi                                   on 2001/01/02  22:14:40
11728         Log: Integrate perlio.
11729      Branch: perl
11730           !> pp.c pp_hot.c win32/Makefile
11731 ____________________________________________________________________________
11732 [  8298] By: nick                                  on 2001/01/02  22:03:06
11733         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
11734      Branch: perlio
11735            ! pp.c pp_hot.c
11736 ____________________________________________________________________________
11737 [  8297] By: jhi                                   on 2001/01/02  04:26:28
11738         Log: Signedness nit.
11739      Branch: perl
11740            ! ext/Encode/Encode.xs
11741 ____________________________________________________________________________
11742 [  8296] By: nick                                  on 2001/01/01  23:49:36
11743         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
11744      Branch: perlio
11745            ! win32/Makefile
11746 ____________________________________________________________________________
11747 [  8295] By: jhi                                   on 2001/01/01  23:05:48
11748         Log: Integrate perlio.
11749      Branch: perl
11750           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11751           !> t/lib/encode.t
11752 ____________________________________________________________________________
11753 [  8294] By: nick                                  on 2001/01/01  22:48:34
11754         Log: Integrate mainline
11755      Branch: perlio
11756            ! pp_hot.c t/lib/encode.t
11757           !> (integrate 65 files)
11758 ____________________________________________________________________________
11759 [  8293] By: nick                                  on 2001/01/01  21:58:50
11760         Log: More rigor in UTF-8-ness of Encode's toUnicode
11761              XS export some of the utf8 internal functions.
11762              Test some of the functions.
11763              Fix pp_concat() bug shown by said tests.
11764      Branch: perlio
11765            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
11766            ! t/lib/encode.t
11767 ____________________________________________________________________________
11768 [  8292] By: jhi                                   on 2001/01/01  18:11:44
11769         Log: Integrate perlio.
11770      Branch: perl
11771           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11772           !> ext/Encode/encengine.c ext/Encode/encode.h
11773 ____________________________________________________________________________
11774 [  8291] By: jhi                                   on 2001/01/01  18:10:58
11775         Log: Podify README.mpeix (a new version from the web),
11776              add a dummy NAME to Carp::Heavy, regen toc.
11777      Branch: perl
11778            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
11779            ! pod/perltoc.pod
11780 ____________________________________________________________________________
11781 [  8290] By: nick                                  on 2001/01/01  17:43:47
11782         Log: Loose the "Loading..." warning.
11783              Another bug in fallback support
11784      Branch: perlio
11785            ! ext/Encode/Encode.pm ext/Encode/encengine.c
11786 ____________________________________________________________________________
11787 [  8289] By: jhi                                   on 2001/01/01  00:01:57
11788         Log: Bump up Larry's copyright.
11789      Branch: perl
11790            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
11791            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
11792            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
11793            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
11794            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
11795            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
11796            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
11797            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
11798 ____________________________________________________________________________
11799 [  8288] By: nick                                  on 2000/12/31  21:27:53
11800         Log: Fix .ucm reading - forgot a chr()
11801              Start of .ucm write (for .enc to .ucm)
11802      Branch: perlio
11803            ! ext/Encode/compile
11804 ____________________________________________________________________________
11805 [  8287] By: jhi                                   on 2000/12/31  18:15:56
11806         Log: Comment away a diagnostic message as noted by Craig A. Berry
11807              (the unexpected message was confusing testing)
11808      Branch: perl
11809            ! ext/Encode/Encode.pm
11810 ____________________________________________________________________________
11811 [  8286] By: jhi                                   on 2000/12/31  18:14:51
11812         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
11813              Date: Sun, 31 Dec 2000 11:17:37 -0600
11814              From: "Craig A. Berry" <craigberry@mac.com>
11815              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
11816      Branch: perl
11817            ! ext/Encode/Makefile.PL
11818 ____________________________________________________________________________
11819 [  8285] By: nick                                  on 2000/12/31  18:11:54
11820         Log: Start of support of ICU-style .ucm files:
11821              - teach compile how to read a .ucm file
11822              - first guess at how to represent fallbacks in "tries".
11823              - use fallbacks if check == 0
11824              - new return code to indicate we used one.
11825      Branch: perlio
11826            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
11827            ! ext/Encode/encengine.c ext/Encode/encode.h
11828 ____________________________________________________________________________
11829 [  8284] By: jhi                                   on 2000/12/31  18:04:41
11830         Log: Pacify picky VMS compiler.
11831              
11832              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
11833              From: "Craig A. Berry" <craig.berry@psinetcs.com>
11834              Date: Sat, 30 Dec 2000 18:10:02 -0600
11835              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
11836      Branch: perl
11837            ! sv.c
11838 ____________________________________________________________________________
11839 [  8283] By: jhi                                   on 2000/12/31  16:11:47
11840         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
11841      Branch: perl
11842            ! t/lib/glob-basic.t
11843 ____________________________________________________________________________
11844 [  8282] By: jhi                                   on 2000/12/31  15:26:11
11845         Log: Integrate perlio.
11846      Branch: perl
11847           !> makedef.pl opcode.pl os2/os2.c perlio.c
11848 ____________________________________________________________________________
11849 [  8281] By: nick                                  on 2000/12/31  10:06:15
11850         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
11851              is available to be exported
11852      Branch: perlio
11853            ! makedef.pl perlio.c
11854 ____________________________________________________________________________
11855 [  8280] By: nick                                  on 2000/12/31  09:41:26
11856         Log: Ilya's OS2 patch (testing for damage on Win32)
11857      Branch: perlio
11858            ! makedef.pl opcode.pl os2/os2.c
11859 ____________________________________________________________________________
11860 [  8279] By: jhi                                   on 2000/12/30  21:52:07
11861         Log: Test nits.
11862      Branch: perl
11863            ! t/lib/syslfs.t t/op/lfs.t
11864 ____________________________________________________________________________
11865 [  8278] By: jhi                                   on 2000/12/30  21:47:49
11866         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
11867              From: andreas.koenig@anima.de (Andreas J. Koenig)
11868              Date: 30 Dec 2000 22:35:37 +0100
11869              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
11870              
11871              The 32-bit wraparound test wasn't quite right.
11872      Branch: perl
11873            ! t/lib/syslfs.t t/op/lfs.t
11874 ____________________________________________________________________________
11875 [  8277] By: jhi                                   on 2000/12/30  21:33:44
11876         Log: Subject: [PATCH] open() example in perlfunc.pod 
11877              From: Karsten Sperling <s_sperli@ira.uka.de>
11878              Date: Sat, 30 Dec 2000 22:27:09 +0100
11879              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
11880      Branch: perl
11881            ! pod/perlfunc.pod
11882 ____________________________________________________________________________
11883 [  8276] By: jhi                                   on 2000/12/30  20:32:40
11884         Log: Not quite that many tests yet.
11885      Branch: perl
11886            ! t/op/pat.t
11887 ____________________________________________________________________________
11888 [  8275] By: jhi                                   on 2000/12/30  20:26:58
11889         Log: Integrate perlio.
11890      Branch: perl
11891           !> toke.c
11892 ____________________________________________________________________________
11893 [  8274] By: jhi                                   on 2000/12/30  20:24:56
11894         Log: Signedness nit.
11895      Branch: perl
11896            ! utf8.c
11897 ____________________________________________________________________________
11898 [  8273] By: jhi                                   on 2000/12/30  20:15:46
11899         Log: Add a test case for 20000731.001 which was fixed by the #8267.
11900      Branch: perl
11901            ! t/op/pat.t
11902 ____________________________________________________________________________
11903 [  8272] By: nick                                  on 2000/12/30  19:47:51
11904         Log: Tweak for MULTIPLICITY/USE_PERLIO
11905      Branch: perlio
11906            ! toke.c
11907 ____________________________________________________________________________
11908 [  8271] By: nick                                  on 2000/12/30  19:46:45
11909         Log: Integrate mainline
11910      Branch: perlio
11911           +> lib/unicode/distinct.pm
11912           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
11913           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
11914           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
11915 ____________________________________________________________________________
11916 [  8270] By: jhi                                   on 2000/12/30  19:39:50
11917         Log: Subject: RE: perl@8269
11918              From: "Richard Soderberg" <rs@crystalflame.net>
11919              Date: Sat, 30 Dec 2000 11:36:27 -0800
11920              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
11921              
11922              A missing aTHX_.
11923      Branch: perl
11924            ! toke.c
11925 ____________________________________________________________________________
11926 [  8269] By: jhi                                   on 2000/12/30  18:55:48
11927         Log: Update Changes.
11928      Branch: perl
11929            ! Changes patchlevel.h
11930 ____________________________________________________________________________
11931 [  8268] By: jhi                                   on 2000/12/30  17:18:40
11932         Log: Add a test for Unicode split //.  The #8267 was the cure.
11933      Branch: perl
11934            ! t/op/split.t
11935 ____________________________________________________________________________
11936 [  8267] By: jhi                                   on 2000/12/30  17:14:19
11937         Log: Subject: more UTF8 test suites and an UTF8 patch
11938              From: Inaba Hiroto <inaba@st.rim.or.jp>
11939              Date: Sat, 30 Dec 2000 14:27:10 +0900
11940              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
11941              
11942              Just the patch part for now, and the pragma renamed
11943              as unicode::distinct.
11944      Branch: perl
11945            + lib/unicode/distinct.pm
11946            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
11947            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
11948            ! regcomp.h regexec.c sv.c toke.c utf8.c
11949 ____________________________________________________________________________
11950 [  8266] By: nick                                  on 2000/12/30  16:40:49
11951         Log: Integrate mainline
11952      Branch: perlio
11953           +> lib/Pod/Text/Overstrike.pm
11954           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
11955           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
11956           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
11957           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
11958           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
11959 ____________________________________________________________________________
11960 [  8265] By: jhi                                   on 2000/12/30  07:28:55
11961         Log: The sv_catsv() fix, take two.
11962      Branch: perl
11963            ! sv.c t/op/join.t
11964 ____________________________________________________________________________
11965 [  8264] By: jhi                                   on 2000/12/30  06:19:18
11966         Log: Undo all the join-related changes since #8248: relevant
11967              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
11968              The new sv_catsv() doesn't fly so it must go back to
11969              the drawing board.
11970      Branch: perl
11971            ! sv.c t/op/join.t t/pragma/utf8.t
11972 ____________________________________________________________________________
11973 [  8263] By: jhi                                   on 2000/12/30  01:08:32
11974         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
11975      Branch: perl
11976            ! sv.c
11977 ____________________________________________________________________________
11978 [  8262] By: jhi                                   on 2000/12/30  00:45:14
11979         Log: Retract #8261.
11980      Branch: perl
11981            ! hv.c util.c
11982 ____________________________________________________________________________
11983 [  8261] By: jhi                                   on 2000/12/30  00:38:32
11984         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
11985      Branch: perl
11986            ! hv.c util.c
11987 ____________________________________________________________________________
11988 [  8260] By: jhi                                   on 2000/12/29  22:51:33
11989         Log: (Retracted by #8264)  More fixing for #8251.
11990      Branch: perl
11991            ! sv.c
11992 ____________________________________________________________________________
11993 [  8259] By: jhi                                   on 2000/12/29  18:27:30
11994         Log: Subject: podlators 1.06 released
11995              From: Russ Allbery <rra@stanford.edu>
11996              Date: 25 Dec 2000 05:09:30 -0800
11997              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
11998      Branch: perl
11999            + lib/Pod/Text/Overstrike.pm
12000            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
12001            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
12002 ____________________________________________________________________________
12003 [  8258] By: jhi                                   on 2000/12/29  18:20:45
12004         Log: Make the large file tests more robust/talkative as suggested by
12005              
12006              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
12007              From: andreas.koenig@anima.de (Andreas J. Koenig)
12008              Date: 29 Dec 2000 14:23:01 +0100
12009              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
12010      Branch: perl
12011            ! t/lib/syslfs.t t/op/lfs.t
12012 ____________________________________________________________________________
12013 [  8257] By: jhi                                   on 2000/12/29  17:48:04
12014         Log: Further VMS piping fixes from Charles Lane:
12015              
12016              In summary, error messages produced when a subprocess terminated
12017              abnormally were being sent not just to the parent process, but to
12018              grandparents, because of default values for error output that were
12019              not completely overridden when the subprocess was started.
12020              
12021              This patch fixes this behavior by defining user-mode (i.e., temporary
12022              for the duration of the program) logical names for SYS$OUTPUT and
12023              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
12024              changes to make it so that the user-mode logicals are the ones that
12025              control where Perl's error messages go if it terminates abnormally.
12026              
12027              I also added some gratuitous fixes to the indentation of braces in
12028              the piping code.  It just looked ugly, before.
12029      Branch: perl
12030            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
12031 ____________________________________________________________________________
12032 [  8256] By: jhi                                   on 2000/12/29  17:45:12
12033         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
12034              From: "Casey R. Tweten" <crt@kiski.net>
12035              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
12036              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
12037              
12038              Tests for for #8240.
12039      Branch: perl
12040            ! t/pragma/constant.t
12041 ____________________________________________________________________________
12042 [  8255] By: jhi                                   on 2000/12/29  17:43:07
12043         Log: Subject: Re: [PATCH] Interesting syntax idea
12044              From: Simon Cozens <simon@cozens.net>
12045              Date: Fri, 29 Dec 2000 14:34:04 +0000
12046              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
12047              
12048              Tests for #8254.
12049      Branch: perl
12050            ! t/pragma/sub_lval.t
12051 ____________________________________________________________________________
12052 [  8254] By: jhi                                   on 2000/12/29  17:42:11
12053         Log: Subject: [PATCH] Interesting syntax idea
12054              From: Simon Cozens <simon@cozens.net>
12055              Date: Wed, 27 Dec 2000 05:08:57 +0000
12056              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
12057              
12058              Make opens + bareword assigns do typeglob assigns.
12059      Branch: perl
12060            ! op.c
12061 ____________________________________________________________________________
12062 [  8253] By: jhi                                   on 2000/12/29  17:36:45
12063         Log: Output the (apparent) version of gcc, as suggested by
12064              
12065              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
12066              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
12067              Date: 26 Dec 2000 04:29:17 -0500
12068              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
12069              
12070              (The patch as such didn't any more apply as the misparsing had
12071              already been addressed in #6474.)  Also change the wording about
12072              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
12073      Branch: perl
12074            ! hints/dec_osf.sh
12075 ____________________________________________________________________________
12076 [  8252] By: nick                                  on 2000/12/29  12:14:31
12077         Log: Integrate mainline
12078      Branch: perlio
12079           !> (integrate 27 files)
12080 ____________________________________________________________________________
12081 [  8251] By: jhi                                   on 2000/12/29  08:45:46
12082         Log: (Retracted by #8264)
12083              
12084              (Fixed by #8260.)
12085              
12086              sv_catsv() needs one more byte space than seems reasonable.
12087              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
12088              Curiouser and curiouser.
12089      Branch: perl
12090            ! sv.c
12091 ____________________________________________________________________________
12092 [  8250] By: jhi                                   on 2000/12/29  07:57:52
12093         Log: More split // UTF-8 tests.
12094      Branch: perl
12095            ! t/pragma/utf8.t
12096 ____________________________________________________________________________
12097 [  8249] By: jhi                                   on 2000/12/29  07:54:51
12098         Log: (Retracted by #8264)  More join() testing which was good because
12099              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
12100      Branch: perl
12101            ! pp.c t/op/join.t utf8.c utf8.h
12102 ____________________________________________________________________________
12103 [  8248] By: jhi                                   on 2000/12/29  07:08:32
12104         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
12105              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
12106              that the only cases to care about are byte+byte and byte+character.
12107              
12108              TODO: See how well pp_concat() could be implemented in terms
12109              of sv_catsv().
12110      Branch: perl
12111            ! doop.c sv.c t/op/join.t utf8.h
12112 ____________________________________________________________________________
12113 [  8247] By: jhi                                   on 2000/12/29  06:35:23
12114         Log: Signedness nit.
12115      Branch: perl
12116            ! pp_hot.c
12117 ____________________________________________________________________________
12118 [  8246] By: jhi                                   on 2000/12/29  01:23:31
12119         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
12120              From: Lupe Christoph <lupe@lupe-christoph.de>
12121              Date: Thu, 28 Dec 2000 23:00:00 +0100
12122              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
12123              
12124              Suggest rsync --delete --dry-run.
12125      Branch: perl
12126            ! pod/perlhack.pod
12127 ____________________________________________________________________________
12128 [  8245] By: jhi                                   on 2000/12/28  23:57:05
12129         Log: The maxiters upper limit sanity check (guarding against
12130              non-progress) assumed bytes instead of characters in s///
12131              and split().
12132      Branch: perl
12133            ! pp.c pp_hot.c
12134 ____________________________________________________________________________
12135 [  8244] By: jhi                                   on 2000/12/28  23:34:08
12136         Log: Make some panic messages a bit more logical.
12137      Branch: perl
12138            ! doop.c pod/perldiag.pod pp.c pp_hot.c
12139 ____________________________________________________________________________
12140 [  8243] By: jhi                                   on 2000/12/28  22:59:16
12141         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
12142              From: Simon Cozens <simon@cozens.net>
12143              Date: Wed, 27 Dec 2000 02:30:03 +0000
12144              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
12145      Branch: perl
12146            ! pp.c t/pragma/sub_lval.t
12147 ____________________________________________________________________________
12148 [  8242] By: jhi                                   on 2000/12/28  22:56:53
12149         Log: Subject: [PATCH blead] Fix B::Terse indentation
12150              From: Daniel Chetlin <daniel@chetlin.com>
12151              Date: Wed, 27 Dec 2000 06:43:30 -0800
12152              Message-ID: <20001227064329.B9573@darkstar>
12153      Branch: perl
12154            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
12155 ____________________________________________________________________________
12156 [  8241] By: jhi                                   on 2000/12/28  22:48:59
12157         Log: The latter patch from the
12158              
12159              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
12160              From: Peter Prymmer <pvhp@forte.com> 
12161              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
12162              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
12163              
12164              (the former patch from the above should have been
12165              taken care of by Nick I-S)
12166      Branch: perl
12167            ! win32/Makefile
12168 ____________________________________________________________________________
12169 [  8240] By: jhi                                   on 2000/12/28  22:45:22
12170         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
12171              From: "Casey R. Tweten" <crt@kiski.net>
12172              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
12173              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
12174      Branch: perl
12175            ! lib/constant.pm
12176 ____________________________________________________________________________
12177 [  8239] By: jhi                                   on 2000/12/28  22:37:45
12178         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
12179              From: Simon Cozens <simon@cozens.net>
12180              Date: Wed, 27 Dec 2000 14:12:44 +0000
12181              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
12182      Branch: perl
12183            ! t/op/method.t t/op/sort.t toke.c
12184 ____________________________________________________________________________
12185 [  8238] By: jhi                                   on 2000/12/28  22:30:32
12186         Log: Subject: [PATCH perl@8229] Call.pm
12187              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
12188              Date: Mon, 25 Dec 2000 10:47:15 -0000
12189              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
12190      Branch: perl
12191            ! ext/Filter/Util/Call/Call.pm
12192 ____________________________________________________________________________
12193 [  8237] By: jhi                                   on 2000/12/28  22:19:21
12194         Log: Subject: [PATCH blead] Fix problem with `&' prototype
12195              From: Daniel Chetlin <daniel@chetlin.com>
12196              Date: Wed, 27 Dec 2000 15:55:32 -0800
12197              Message-ID: <20001227155532.D9573@darkstar>
12198      Branch: perl
12199            ! op.c t/comp/proto.t
12200 ____________________________________________________________________________
12201 [  8236] By: jhi                                   on 2000/12/28  22:09:25
12202         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
12203              From: Daniel Chetlin <daniel@chetlin.com>
12204              Date: Sun, 24 Dec 2000 04:09:49 -0800
12205              Message-ID: <20001224040949.B3090@darkstar>
12206      Branch: perl
12207            ! gv.c mg.c t/op/attrs.t
12208 ____________________________________________________________________________
12209 [  8235] By: jhi                                   on 2000/12/28  22:07:11
12210         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
12211              From: Jan Dubois <jand@ActiveState.com>
12212              Date: Tue, 26 Dec 2000 20:57:31 -0800
12213              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
12214      Branch: perl
12215            ! win32/win32.c
12216 ____________________________________________________________________________
12217 [  8234] By: jhi                                   on 2000/12/28  21:52:42
12218         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
12219              From: Simon Cozens <simon@cozens.net>
12220              Date: Thu, 28 Dec 2000 20:33:13 +0000
12221              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
12222      Branch: perl
12223            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
12224 ____________________________________________________________________________
12225 [  8233] By: jhi                                   on 2000/12/28  19:40:49
12226         Log: Integrate perlio.
12227      Branch: perl
12228           !> ext/Encode/Makefile.PL ext/Encode/compile
12229 ____________________________________________________________________________
12230 [  8232] By: nick                                  on 2000/12/23  16:06:00
12231         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
12232              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
12233      Branch: perlio
12234            ! ext/Encode/Makefile.PL
12235 ____________________________________________________________________________
12236 [  8231] By: nick                                  on 2000/12/23  14:30:34
12237         Log: "Compiled" encode build cleanup
12238              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
12239              - .c files do not export sub-tables
12240      Branch: perlio
12241            ! ext/Encode/Makefile.PL ext/Encode/compile
12242 ____________________________________________________________________________
12243 [  8230] By: nick                                  on 2000/12/23  12:50:37
12244         Log: Integrate mainline
12245      Branch: perlio
12246           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12247           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12248           !> pod/perl5004delta.pod pod/perl5005delta.pod
12249           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
12250           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
12251           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
12252           !> pod/perlsub.pod
12253 ____________________________________________________________________________
12254 [  8229] By: jhi                                   on 2000/12/22  15:32:12
12255         Log: Integrate perlio.
12256      Branch: perl
12257           +> win32/distclean.bat
12258           !> MANIFEST t/io/utf8.t
12259 ____________________________________________________________________________
12260 [  8228] By: jhi                                   on 2000/12/22  15:29:40
12261         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
12262              From: Robin Barker <rmb1@cise.npl.co.uk>
12263              Date: Fri, 22 Dec 2000 12:17:38 GMT
12264              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
12265      Branch: perl
12266            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
12267            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
12268            ! pod/perl5004delta.pod pod/perl5005delta.pod
12269            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
12270            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
12271            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
12272            ! pod/perlsub.pod
12273 ____________________________________________________________________________
12274 [  8227] By: jhi                                   on 2000/12/22  15:24:28
12275         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
12276              From: "John L. Allen" <allen@grumman.com>
12277              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
12278              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
12279              
12280              Document APPLLIB_EXP.
12281      Branch: perl
12282            ! INSTALL
12283 ____________________________________________________________________________
12284 [  8226] By: nick                                  on 2000/12/21  22:11:50
12285         Log: Handy script for when one forgets to "dmake clean" 
12286      Branch: perlio
12287            + win32/distclean.bat
12288            ! MANIFEST
12289 ____________________________________________________________________________
12290 [  8225] By: nick                                  on 2000/12/21  21:54:04
12291         Log: CRLF platform issue with io/utf8 fix.
12292      Branch: perlio
12293            ! t/io/utf8.t
12294 ____________________________________________________________________________
12295 [  8224] By: nick                                  on 2000/12/21  21:02:20
12296         Log: Integrate mainline
12297      Branch: perlio
12298           !> Changes Configure Makefile.SH Porting/Glossary
12299           !> Porting/config.sh Porting/config_H configure.com
12300           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
12301           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
12302           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
12303           !> win32/config.bc win32/config.gc win32/config.vc
12304 ____________________________________________________________________________
12305 [  8223] By: jhi                                   on 2000/12/21  17:09:16
12306         Log: Update Changes.
12307      Branch: perl
12308            ! Changes patchlevel.h
12309 ____________________________________________________________________________
12310 [  8222] By: jhi                                   on 2000/12/21  16:24:01
12311         Log: Metaconfig unit changes for #8221.
12312      Branch: metaconfig/U/perl
12313           +> issymlink.U
12314            - testsyml.U
12315            ! Mksymlinks.U
12316 ____________________________________________________________________________
12317 [  8221] By: jhi                                   on 2000/12/21  16:23:48
12318         Log: Rename testsyml to issymlink.
12319      Branch: perl
12320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12321            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
12322            ! win32/config.vc
12323 ____________________________________________________________________________
12324 [  8220] By: jhi                                   on 2000/12/21  15:47:26
12325         Log: Robustness support for #8218 (symlink forest) since the GNU
12326              tools seem to be overly picky about symlinkage depths.
12327      Branch: perl
12328            ! Makefile.SH t/io/fs.t
12329 ____________________________________________________________________________
12330 [  8219] By: jhi                                   on 2000/12/21  15:38:27
12331         Log: Metaconfig changes for #8218.
12332      Branch: metaconfig
12333            ! U/modified/Oldconfig.U
12334      Branch: metaconfig/U/perl
12335            + Mksymlinks.U
12336            ! testsyml.U
12337 ____________________________________________________________________________
12338 [  8218] By: jhi                                   on 2000/12/21  15:37:57
12339         Log: Add Configure option -Dmksymlinks which will create a symlink
12340              forest if the current/build differs from the source directory.
12341              TODO: mkdir -p is not portable.
12342      Branch: perl
12343            ! Configure
12344 ____________________________________________________________________________
12345 [  8217] By: jhi                                   on 2000/12/21  14:39:12
12346         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
12347              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
12348              Date: Thu, 21 Dec 2000 09:38:18 GMT
12349              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
12350              
12351              The ofs became an SV.
12352      Branch: perl
12353            ! ext/Thread/Thread.xs
12354 ____________________________________________________________________________
12355 [  8216] By: jhi                                   on 2000/12/21  05:40:21
12356         Log: The polymorphism seems to have fixed 20000517.001.
12357      Branch: perl
12358            ! t/pragma/utf8.t
12359 ____________________________________________________________________________
12360 [  8215] By: jhi                                   on 2000/12/21  04:44:52
12361         Log: read() documentation tweak for 20001121.004.
12362      Branch: perl
12363            ! pod/perlfunc.pod
12364 ____________________________________________________________________________
12365 [  8214] By: jhi                                   on 2000/12/21  03:54:11
12366         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
12367      Branch: perl
12368            ! pp_sys.c t/op/misc.t
12369 ____________________________________________________________________________
12370 [  8213] By: jhi                                   on 2000/12/21  00:28:10
12371         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
12372              From: Peter Prymmer <pvhp@forte.com>
12373              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
12374              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
12375      Branch: perl
12376            ! configure.com
12377 ____________________________________________________________________________
12378 [  8212] By: jhi                                   on 2000/12/21  00:26:21
12379         Log: Edit edit edit.
12380      Branch: perl
12381            ! pod/perlfaq3.pod
12382 ____________________________________________________________________________
12383 [  8211] By: jhi                                   on 2000/12/20  18:52:46
12384         Log: Update Changes.
12385      Branch: perl
12386            ! Changes patchlevel.h
12387 ____________________________________________________________________________
12388 [  8210] By: jhi                                   on 2000/12/20  18:34:47
12389         Log: Yet another editor edit.
12390      Branch: perl
12391            ! pod/perlfaq3.pod
12392 ____________________________________________________________________________
12393 [  8209] By: jhi                                   on 2000/12/20  15:33:28
12394         Log: More Win32 Perling.
12395      Branch: perl
12396            ! pod/perlfaq3.pod
12397 ____________________________________________________________________________
12398 [  8208] By: jhi                                   on 2000/12/20  15:07:46
12399         Log: More Win32 editor/IDE/shell hints.
12400      Branch: perl
12401            ! pod/perlfaq3.pod
12402 ____________________________________________________________________________
12403 [  8207] By: jhi                                   on 2000/12/20  03:54:08
12404         Log: Subject: [PATCH] obscure timing knowledge
12405              From: Nicholas Clark <nick@ccl4.org>
12406              Date: Tue, 19 Dec 2000 19:22:31 +0000
12407              Message-ID: <20001219192231.F2827@plum.flirble.org>
12408      Branch: perl
12409            ! sv.c
12410 ____________________________________________________________________________
12411 [  8206] By: jhi                                   on 2000/12/20  03:45:57
12412         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
12413              From: Spider Boardman <spider@leggy.zk3.dec.com>
12414              Date: Tue, 19 Dec 2000 21:30:16 -0500
12415              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
12416      Branch: perl
12417            ! sv.c
12418 ____________________________________________________________________________
12419 [  8205] By: jhi                                   on 2000/12/19  23:02:01
12420         Log: Update Changes.
12421      Branch: perl
12422            ! Changes patchlevel.h
12423 ____________________________________________________________________________
12424 [  8204] By: jhi                                   on 2000/12/19  22:58:18
12425         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
12426              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
12427              on editors and diffing/patching.
12428      Branch: perl
12429            ! t/op/utf8decode.t
12430 ____________________________________________________________________________
12431 [  8203] By: nick                                  on 2000/12/19  21:36:16
12432         Log: Integrate mainline (forgot my own change...)
12433      Branch: perlio
12434           !> ext/Encode/compile
12435 ____________________________________________________________________________
12436 [  8202] By: nick                                  on 2000/12/19  21:34:42
12437         Log: Integrate mainline.
12438      Branch: perlio
12439           !> (integrate 61 files)
12440 ____________________________________________________________________________
12441 [  8201] By: nick                                  on 2000/12/19  21:34:06
12442         Log: Avoid looking for File::Glob when we don't need it.
12443      Branch: perl
12444            ! ext/Encode/compile
12445 ____________________________________________________________________________
12446 [  8200] By: jhi                                   on 2000/12/19  18:35:49
12447         Log: Update Changes.
12448      Branch: perl
12449            ! Changes patchlevel.h
12450 ____________________________________________________________________________
12451 [  8199] By: jhi                                   on 2000/12/19  18:35:07
12452         Log: Microperl tweaks.
12453      Branch: perl
12454            ! sv.c uconfig.h uconfig.sh
12455 ____________________________________________________________________________
12456 [  8198] By: jhi                                   on 2000/12/19  18:29:59
12457         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
12458      Branch: perl
12459            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12460            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
12461 ____________________________________________________________________________
12462 [  8197] By: jhi                                   on 2000/12/19  17:55:29
12463         Log: In VMS embedded perls couldn't access the statically built Socket,
12464              from Charles Lane.
12465      Branch: perl
12466            ! configure.com
12467 ____________________________________________________________________________
12468 [  8196] By: jhi                                   on 2000/12/19  17:49:50
12469         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
12470              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
12471              Date: Sun, 17 Dec 2000 19:11:44 -0000
12472              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
12473      Branch: perl
12474            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12475            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
12476 ____________________________________________________________________________
12477 [  8195] By: jhi                                   on 2000/12/19  17:47:53
12478         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
12479              From: Jonathan Stowe <gellyfish@gellyfish.com>
12480              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
12481              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
12482      Branch: perl
12483            ! utils/h2xs.PL
12484 ____________________________________________________________________________
12485 [  8194] By: jhi                                   on 2000/12/19  17:46:28
12486         Log: Subject: Re: useless use of void context work-around
12487              From: andreas.koenig@anima.de (Andreas J. Koenig)
12488              Date: 16 Dec 2000 15:13:36 +0100
12489              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
12490              
12491              Document (comment) the q(di ds ig) trick in the code.
12492      Branch: perl
12493            ! op.c
12494 ____________________________________________________________________________
12495 [  8193] By: jhi                                   on 2000/12/19  17:10:57
12496         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
12497              From: "Mark J. Reed" <mreed@strange.turner.com>
12498              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
12499              Message-Id: <200012160222.VAA13986@strange.turner.com>
12500      Branch: perl
12501            ! ext/Sys/Syslog/Syslog.pm
12502 ____________________________________________________________________________
12503 [  8192] By: jhi                                   on 2000/12/19  17:07:45
12504         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
12505              From: Nicholas Clark <nick@ccl4.org>
12506              Date: Sat, 16 Dec 2000 19:03:13 +0000
12507              Message-ID: <20001216190313.D68304@plum.flirble.org>
12508      Branch: perl
12509            ! t/op/64bitint.t
12510 ____________________________________________________________________________
12511 [  8191] By: jhi                                   on 2000/12/19  17:06:13
12512         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
12513              From: Dominic Dunlop <domo@computer.org>
12514              Date: Mon, 18 Dec 2000 12:00:15 +0100
12515              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
12516              
12517              This patchlet is needed in order that perl can be statically linked.  
12518      Branch: perl
12519            ! regexec.c
12520 ____________________________________________________________________________
12521 [  8190] By: jhi                                   on 2000/12/19  17:03:08
12522         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
12523              From: "Craig A. Berry" <craig.berry@psinetcs.com>
12524              Date: Sun, 17 Dec 2000 00:18:35 -0600
12525              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
12526      Branch: perl
12527            ! perlio.h vms/gen_shrfls.pl
12528 ____________________________________________________________________________
12529 [  8189] By: jhi                                   on 2000/12/19  16:20:28
12530         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
12531              From: Prymmer/Kahn <pvhp@best.com>
12532              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
12533              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
12534              
12535              A better version of #8188.
12536      Branch: perl
12537            ! pod/perlfaq3.pod
12538 ____________________________________________________________________________
12539 [  8188] By: jhi                                   on 2000/12/19  15:57:06
12540         Log: (Replaced by #8189)
12541              
12542              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12543              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
12544              From: Prymmer/Kahn <pvhp@best.com>
12545              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
12546              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
12547              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
12548              Date: Mon, 18 Dec 2000 11:10:45 -0500
12549              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
12550      Branch: perl
12551            ! pod/perlfaq3.pod
12552 ____________________________________________________________________________
12553 [  8187] By: jhi                                   on 2000/12/19  15:54:19
12554         Log: Email address fix for Anton Berezin.
12555      Branch: perl
12556            ! AUTHORS
12557 ____________________________________________________________________________
12558 [  8186] By: jhi                                   on 2000/12/19  15:38:54
12559         Log: Subject: [PATCH perl@8102] cygwin port
12560              From: "Eric Fifer" <efifer@dircon.co.uk> 
12561              Date: Thu, 14 Dec 2000 13:41:29 -0000
12562              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
12563              
12564              When compiling modules the data item that is being imported
12565              from libperl.dll needs to be tagged as imported/shared data:
12566              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
12567      Branch: perl
12568            ! perliol.h
12569 ____________________________________________________________________________
12570 [  8185] By: jhi                                   on 2000/12/19  14:53:24
12571         Log: Regen uconfig.h and uconfig.sh.
12572      Branch: perl
12573            ! uconfig.h uconfig.sh
12574 ____________________________________________________________________________
12575 [  8184] By: jhi                                   on 2000/12/18  20:43:49
12576         Log: Comments work so much better when they are closed.
12577      Branch: perl
12578            ! regcomp.c
12579 ____________________________________________________________________________
12580 [  8183] By: jhi                                   on 2000/12/18  18:04:02
12581         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
12582              Fixes the bug 20001218.016.
12583      Branch: perl
12584            ! regcomp.c
12585 ____________________________________________________________________________
12586 [  8182] By: gsar                                  on 2000/12/18  09:53:47
12587         Log: delete spurious files
12588      Branch: maint-5.6/perl
12589            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
12590            - vos/config.h vos/config_h.SH_orig
12591 ____________________________________________________________________________
12592 [  8181] By: gsar                                  on 2000/12/18  09:46:08
12593         Log: regen perltoc
12594      Branch: maint-5.6/perl
12595            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
12596 ____________________________________________________________________________
12597 [  8180] By: gsar                                  on 2000/12/18  09:20:27
12598         Log: integrate changes#7924..7926,7946,7952 from mainline
12599      Branch: maint-5.6/perl
12600           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
12601           !> lib/File/stat.pm t/lib/class-struct.t
12602 ____________________________________________________________________________
12603 [  8179] By: gsar                                  on 2000/12/18  08:55:54
12604         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
12605              7918,7919,7988,8907 from mainline (various)
12606      Branch: maint-5.6/perl
12607           +> t/lib/class-struct.t
12608           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
12609           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
12610           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
12611 ____________________________________________________________________________
12612 [  8178] By: gsar                                  on 2000/12/18  08:16:30
12613         Log: avoid redefinition warnings on windows due to sys/socket.h getting
12614              #included before win32.h
12615      Branch: maint-5.6/perl
12616            ! win32/include/sys/socket.h
12617 ____________________________________________________________________________
12618 [  8177] By: gsar                                  on 2000/12/18  05:24:04
12619         Log: make regen_headers; fix POSIX.xs problems; remove outdated
12620              code from sys/socket.h that makes build fail now
12621      Branch: maint-5.6/perl
12622            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
12623            ! pod/perlapi.pod
12624           !> win32/include/sys/socket.h
12625 ____________________________________________________________________________
12626 [  8176] By: gsar                                  on 2000/12/18  05:20:17
12627         Log: update Changes
12628      Branch: maint-5.6/perl
12629            ! Changes patchlevel.h
12630 ____________________________________________________________________________
12631 [  8175] By: gsar                                  on 2000/12/18  04:57:48
12632         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
12633              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
12634              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
12635              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
12636              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
12637              7823,7825,7838
12638      Branch: maint-5.6/perl
12639           +> lib/File/Spec/Epoc.pm
12640           !> (integrate 88 files)
12641 ____________________________________________________________________________
12642 [  8174] By: gsar                                  on 2000/12/18  03:53:09
12643         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
12644              7625..7629,7631..7634,7637,7639,7642 from mainline
12645      Branch: maint-5.6/perl
12646           +> README.solaris
12647           !> (integrate 26 files)
12648 ____________________________________________________________________________
12649 [  8173] By: gsar                                  on 2000/12/18  03:37:02
12650         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
12651              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
12652              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
12653              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
12654      Branch: maint-5.6/perl
12655           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
12656            - MAINTAIN
12657           !> (integrate 111 files)
12658 ____________________________________________________________________________
12659 [  8172] By: jhi                                   on 2000/12/18  02:49:27
12660         Log: Regen pods.
12661      Branch: perl
12662            ! pod/perlmodlib.pod pod/perltoc.pod
12663 ____________________________________________________________________________
12664 [  8171] By: gsar                                  on 2000/12/18  02:49:24
12665         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
12666              7465..7471 from mainline
12667              
12668              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
12669              in platforms that strictly require all the symbols being present
12670              at link time.
12671              
12672              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
12673              
12674              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
12675              
12676              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
12677              
12678              Subject: [PATCH] todo
12679              
12680              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
12681              
12682              Use $sort, $uniq (and $tr) consistently as wondered
12683              by Nicholas Clark.
12684              
12685              Too enthusiastic editing in #7460.
12686              
12687              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
12688              
12689              Upgrade to CPAN 1.58_55.
12690              Subject: CPAN.pm status
12691              
12692              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
12693              
12694              Make target reordering to avoid pointless re-makes.
12695              Subject: Re: Total re-make of 'make okfile' after 7451 ?
12696              
12697              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
12698              
12699              Subject: DOC PATCH 5.6.0
12700              
12701              Add the repository doc by Malcolm, Sarathy, and by Simon,
12702              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
12703      Branch: maint-5.6/perl
12704           +> Porting/repository.pod
12705           !> Configure MANIFEST Makefile.SH README.dos README.os2
12706           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
12707           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
12708           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
12709 ____________________________________________________________________________
12710 [  8169] By: gsar                                  on 2000/12/18  02:33:34
12711         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
12712              7435..7441,7445 from mainline
12713              
12714              Make the UTF-8 decoding stricter and more verbose when
12715              malformation happens.  This involved adding an argument
12716              to utf8_to_uv_chk(), which involved changing its prototype,
12717              and prefer STRLEN over I32 for the UTF-8 length, which as
12718              a domino effect necessitated changing the prototypes of
12719              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
12720              The stricter UTF-8 decoding checking uses Markus Kuhn's
12721              UTF-8 Decode Stress Tester from
12722              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
12723              
12724              Run vms/vms_yfix.pl, should have done that after changing
12725              perly.c in #7382.
12726              
12727              Subject: [PATCH 5.7.0] static linking with uninstalled perl
12728              
12729              (Replaced by #7440.)
12730              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12731              
12732              Fix the bug ID 20001024.005, the bug introduced by #7416.
12733              
12734              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
12735              
12736              Fix the bug reported in
12737              From: andreas.koenig@anima.de (Andreas J. Koenig)
12738              Also make is_utf8_char() stricter.
12739              
12740              Missed the header file changes from #7425.
12741              
12742              Check if stdio supports tweaking lval and cnt simultaneously.
12743              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
12744              
12745              Stratus VOS updates from Paul Green.
12746              
12747              Podify README.epoc and README.vos.
12748              
12749              Add targets to Makefile.SH, most importantly
12750              'regen_all' which also remembers to update vms/perly*.
12751              
12752              Subject: Minor update to find2perl, for portability
12753              
12754              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
12755              
12756              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
12757              
12758              Rename UTF8LEN() to be UNISKIP(), too confusing to have
12759              UTF8LEN() and UTF8SKIP(). 
12760              
12761              Allow poking holes at the UTF-8 decoding strictness.
12762              
12763              Continue the internal UTF-8 API tweaking.
12764              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
12765              used much more than the simpler API, now called utf8_to_uv_simple().
12766              Still not quite happy with API, too much partial duplication
12767              of functionality.
12768              
12769              A new version of making the syslog test more robust.
12770              (Replaces #7421.)
12771              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
12772              
12773              buildtoc target tweaks.
12774              
12775              Integrate with vmsperl #7430 by Charles Bailey:
12776              
12777              Cleanup from prior patch (Charles Lane?):
12778              - improve handling of MFDs in Basename and Path
12779              - default to no xsubpp line # munging when building debug images
12780      Branch: maint-5.6/perl
12781           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12782           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
12783           !> (integrate 67 files)
12784 ____________________________________________________________________________
12785 [  8168] By: gsar                                  on 2000/12/18  02:05:49
12786         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
12787              
12788              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
12789              From: Martin Husemann <martin@duskware.de>
12790              
12791              Subject: [PATCH 5.7.0] restore match data on backtracing
12792              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12793      Branch: maint-5.6/perl
12794           !> regcomp.c regexec.c t/op/re_tests
12795 ____________________________________________________________________________
12796 [  8167] By: gsar                                  on 2000/12/18  01:55:22
12797         Log: integrate changes#7858,7986 from mainline
12798              
12799              C<foreach my $x ...> in pseudo-fork()ed process may diddle
12800              parent's memory; fix it by keeping track of the actual pad
12801              offset rather than a raw pointer (this change is probably also
12802              relevant to non-ithreads case to avoid fallout from reallocs of
12803              the pad array, but is currently only enabled for the ithreads
12804              case in the interests of minimal disruption to existing "well
12805              tested" code)
12806              
12807              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
12808              due to the notorious GetFileType() bug in Windows 9x, which fstat()
12809              tickles)
12810      Branch: maint-5.6/perl
12811           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
12812           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
12813           !> win32/win32.c win32/win32.h win32/win32sck.c
12814 ____________________________________________________________________________
12815 [  8166] By: gsar                                  on 2000/12/18  01:52:59
12816         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
12817              from mainline (xsubpp and ExtUtils::LibList fixups, various
12818              other small items)
12819      Branch: maint-5.6/perl
12820           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
12821           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
12822           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
12823           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
12824           !> win32/bin/search.pl
12825 ____________________________________________________________________________
12826 [  8165] By: gsar                                  on 2000/12/18  01:28:45
12827         Log: integrate changes#7533,7563,7611,7623 from mainline (various
12828              malloc.c embellishments)
12829      Branch: maint-5.6/perl
12830           !> malloc.c pod/perldiag.pod
12831 ____________________________________________________________________________
12832 [  8164] By: gsar                                  on 2000/12/18  01:23:33
12833         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
12834              fixups)
12835      Branch: maint-5.6/perl
12836           !> utils/h2xs.PL
12837 ____________________________________________________________________________
12838 [  8163] By: gsar                                  on 2000/12/18  01:17:50
12839         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
12840              fixups)
12841      Branch: maint-5.6/perl
12842           !> Makefile.SH utils/perlbug.PL
12843 ____________________________________________________________________________
12844 [  8162] By: gsar                                  on 2000/12/18  00:25:43
12845         Log: always export Perl_deb() (it is required by re.xs whether
12846              Perl is built with or without -DDEBUGGING)
12847      Branch: maint-5.6/perl
12848            ! makedef.pl
12849 ____________________________________________________________________________
12850 [  8161] By: gsar                                  on 2000/12/18  00:23:38
12851         Log: integrate change#7414 from mainline
12852              
12853              Undo the basename() part of #7412 since the lib/basename
12854              tests would need upgrading too.
12855              
12856              squelch two tests in tr.t that rely on tr/// paranoia change
12857              that's not in 5.6.x
12858      Branch: maint-5.6/perl
12859            ! t/op/tr.t
12860           !> lib/File/Basename.pm
12861 ____________________________________________________________________________
12862 [  8160] By: gsar                                  on 2000/12/18  00:05:30
12863         Log: missing change in previous integrate
12864      Branch: maint-5.6/perl
12865           !> README.aix
12866 ____________________________________________________________________________
12867 [  8159] By: gsar                                  on 2000/12/18  00:03:38
12868         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
12869              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
12870              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
12871              7410..7413 from mainline
12872      Branch: maint-5.6/perl
12873           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
12874           +> t/lib/tie-splice.t
12875            - lib/unicode/Is/DCinital.pl
12876           !> (integrate 112 files)
12877 ____________________________________________________________________________
12878 [  8158] By: jhi                                   on 2000/12/17  23:04:24
12879         Log: Subject: [PATCHES] RE: perl@8150 
12880              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
12881              Date: Sun, 17 Dec 2000 21:46:39 +0100
12882              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
12883              
12884              Neither cygwin has a getpwuid() one can trust on.
12885      Branch: perl
12886            ! t/lib/glob-basic.t
12887 ____________________________________________________________________________
12888 [  8157] By: jhi                                   on 2000/12/17  23:01:54
12889         Log: More MAN.PODS => {} fixes.
12890      Branch: perl
12891            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
12892            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
12893            ! os2/OS2/REXX/Makefile.PL
12894 ____________________________________________________________________________
12895 [  8156] By: gsar                                  on 2000/12/17  22:49:13
12896         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
12897              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
12898              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
12899              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
12900              7201,7204 from mainline
12901      Branch: maint-5.6/perl
12902           !> (integrate 121 files)
12903 ____________________________________________________________________________
12904 [  8155] By: jhi                                   on 2000/12/17  22:30:58
12905         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
12906              From: "Craig A. Berry" <craigberry@mac.com>
12907              Date: Sun, 17 Dec 2000 13:09:28 -0600
12908              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
12909              
12910              MAN.PODS => ' ' is naughty.
12911      Branch: perl
12912            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
12913 ____________________________________________________________________________
12914 [  8154] By: nick                                  on 2000/12/17  22:07:13
12915         Log: MULTIPLICITY nit.
12916      Branch: perl
12917            ! mg.c
12918 ____________________________________________________________________________
12919 [  8153] By: gsar                                  on 2000/12/17  21:23:05
12920         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
12921              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
12922              from mainline
12923              
12924              Document the SvIOK_.*UV().
12925              
12926              Update Unicode todo list.
12927              
12928              Guard against bad string->int conversion for quads.
12929              
12930              Subject: small apidoc fix
12931              
12932              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
12933              
12934              Subject: [PATCH] Tied filehandle documentation
12935              
12936              Subject: [PATCH] Modernize Opcode.pm documentation
12937              
12938              Make Data::Dumper (non-XS) to work with changed semantics of ref().
12939              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
12940              [applied even though said semantics didn't change in 5.6.x]
12941              
12942              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
12943              
12944              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
12945              
12946              Fix the URL, but the server is still missing in action.
12947              Subject: [ID 20000905.002] perlfaq1.pod URL error
12948              
12949              Subject: [ID 20000903.001] \w in utf8-strings
12950              
12951              Fix the ccversion detection for 5.1 and beyond.
12952              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12953              
12954              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
12955              
12956              Subject: [ID 20000904.008] Tiny fix for perldiag
12957              
12958              Subject: Re: [ID 20000906.004] segfault with bad perl statement
12959              
12960              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
12961              
12962              Subject: [ID 20000908.002] perlipc documentation bug.
12963              
12964              Subject: [PATCH lib/Benchmark.pm]
12965              
12966              Re-allow vec() for characters > 255.
12967              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
12968              
12969              Do away with memory models cruft.  Sorry, PDP users.
12970              
12971              Continue #7041.
12972              
12973              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
12974              
12975              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
12976              
12977              Upgrade to CPAN 1.57_65, from Andreas König.
12978              
12979              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
12980              by Russ Allbery.
12981              
12982              Silence t/pod/*.t about alternate quote-mappings now implemented
12983              by Pod::Text, from Brad Appleton.
12984              
12985              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
12986              Subject: borland C++ win32.c tweak
12987              
12988              C<@a = @b = split(...)> optimization coredumps under ithreads
12989              (missed a spot when fixing up op_pmreplroot hack for ithreads)
12990              
12991              Document the SvUTF8*().
12992              
12993              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
12994              
12995              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
12996              
12997              Do in VMS as the #7054 does.
12998              
12999              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
13000              
13001              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
13002              
13003              Subject: [patch: perl@7045] vms updates
13004              
13005              Test for the #7049.
13006              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
13007              
13008              Break up the myconfig lines a bit.
13009              Subject: perlbug/perl -V output format
13010              
13011              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
13012              
13013              The #7054 truncated Configure badly.
13014              
13015              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
13016              initialization in all the threads on Windows
13017              
13018              Allow for whitespace between "#" and "line" in cpp output.
13019              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
13020              
13021              Remove vestiges of tr//CU.
13022              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
13023              
13024              The return value of setlocale must be copied away.
13025              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
13026              
13027              Allow chop() and chomp() to be overridden.
13028              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
13029              
13030              Hints optimization.
13031              Subject: Minor nit
13032              
13033              Subject: [PATCH] de-wall t/README
13034              
13035              Subject: Re: Two advertising clauses need to be removed
13036      Branch: maint-5.6/perl
13037           !> (integrate 75 files)
13038 ____________________________________________________________________________
13039 [  8152] By: gsar                                  on 2000/12/17  20:30:11
13040         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
13041              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
13042              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
13043              
13044              Don't attach -ld to the archname if pointless.
13045              
13046              Document UNTIE in a very minimalistic way.
13047              
13048              POSIX doesn't report long double values under -Duselongdouble
13049              when the long doubles are "real" (bigger than doubles).
13050              
13051              More author updates.
13052              
13053              Try to deduce NV_MAX.  Really should be Configure fodder.
13054              
13055              :: not allowed in pathnames, change to .
13056              Subject: [PATCH perl@6938] cygwin port
13057              
13058              Forget about NV_MAX (#6951).  Various floating point tweaks,
13059              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
13060              
13061              Move the Solaris 7 scan to use64bitall, make the
13062              failure to find 64-bot sparc libc to mention the
13063              possibility of being in an intel, from Lupe and Alan.
13064              
13065              Regen perltoc.
13066              
13067              AUTHORS tweaks, from Peter Prymmer.
13068              
13069              More address tweaking.
13070              
13071              Small tweaks all over.
13072              
13073              File::Temp patches from Andreas König,
13074              
13075              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
13076              
13077              Subject: CPAN.pm beta 1.57_57 for the core
13078              
13079              Part of the solution.
13080              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
13081              
13082              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
13083              
13084              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13085              
13086              Add the overload warnings to perldiag.
13087              
13088              Drop unused argument.
13089              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
13090              
13091              Subject: Nit in Configure (bleadperl@6961)
13092              
13093              Update to PodParser 1.18, from Brad Appleton.
13094              
13095              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
13096              
13097              Subject: [PATCH: 6948] add SCNfldbl to configure.com
13098              
13099              Document UNTIE. Also tweak implementation to suppress the 'inner references'
13100              warning when UNTIE exists and instead pass the cound of extra references to
13101              the UNTIE method.
13102              
13103              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
13104              so that case-ignoring systems like DCL can tell them from
13105              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
13106              
13107              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
13108              
13109              Feature ordering tweak.
13110              
13111              Regen perltoc.
13112              
13113              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
13114              
13115              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
13116              
13117              Subject: http:// in L<>
13118              
13119              Detypo.
13120              
13121              change#6791 accidentally clobbered change#6710, put it back
13122              
13123              Only the first line, thank you very much.
13124              
13125              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
13126              plus rework the http: spots as suggested by Tom Christiansen,
13127              plus regen perltoc.
13128              
13129              Undo part of change 6489 which looks like a bulk edit which
13130              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
13131              The supressing of main:: on return from select() is undesirable.
13132              
13133              Apparently avoiding the swapping is too costly.
13134              
13135              Various Configure nits by Philip Newton,
13136              plus the ebcdic one by me.
13137              
13138              Make certain cc is set before trying to run it.
13139              
13140              If overloaded %{} etc. return the object do not loop.
13141              Thus  sub deref { $_[0] } functions if object is wanted type.
13142              
13143              Update perlhist.
13144              
13145              More %{} and other deref special casing - do not pass to 'nomethod'.
13146      Branch: maint-5.6/perl
13147           !> (integrate 59 files)
13148 ____________________________________________________________________________
13149 [  8151] By: gsar                                  on 2000/12/17  19:14:38
13150         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
13151              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
13152              
13153              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
13154              
13155              Make the epsilon to be relative, not absolute.
13156              
13157              Put back the flags dump as reasoned in
13158              Subject: Re: [PATCH] Glob dumping
13159              
13160              Introduce ccname to keep track of what compiler kind of we have.
13161              
13162              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
13163              
13164              Put back the slice accidentally removed by #6907.
13165              
13166              Reset archname and archname64 always, forcing them be
13167              recomputed at each Configure run, make Configure and
13168              the hints files agree on the naming of largefiles variables.
13169              
13170              Don't say "Perl 5.0 source kit".
13171              
13172              Subject: [PATCH] fix misc cast warnings
13173              
13174              Subject: typos in pods
13175              
13176              NVs not necessarily doubles, as pointed out by Yitzchak.
13177              
13178              Subject: [PATCH 6889] add a few ldbl formats to configure.com
13179              
13180              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
13181              
13182              Better options for rsync.
13183              
13184              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
13185              
13186              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
13187              
13188              Subject: [PATCH] Re: UNTIE method 
13189              
13190              A better fix for the Socket building problem from Craig Berry.
13191              
13192              Retract the dummy test, skip the security tests (instead of failing),
13193              explain what the warnings mean.
13194              
13195              Heap decorruption.
13196              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
13197              
13198              Update to Unicode 3.0.1.
13199              
13200              Missed one Unicode file.
13201              
13202              Subject: Re: typos in pods
13203              
13204              The #6929 was too skimpy.
13205              
13206              sscanf() may be the only way to read long doubles from strings.
13207              
13208              Reveal Borland's isnan.
13209              Subject: build with BC++ tweak
13210              
13211              Issue useful diagnostic on unknown pod commands.
13212              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
13213              
13214              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
13215              
13216              Clarify the third case of ftmp-security warnings.
13217              
13218              Make -Dusemorebits find long doubles in Solaris.
13219              
13220              Wrap the test in eval.
13221      Branch: maint-5.6/perl
13222           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
13223           +> lib/unicode/PropList.txt lib/unicode/README.perl
13224           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
13225           +> lib/unicode/Unicode.301 vms/vmspipe.com
13226            - lib/unicode/Props.txt lib/unicode/UCD300.html
13227            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
13228           !> (integrate 305 files)
13229 ____________________________________________________________________________
13230 [  8150] By: jhi                                   on 2000/12/17  18:47:57
13231         Log: Uncheckedin generated files.
13232      Branch: perl
13233            ! global.sym perlapi.c pod/perlapi.pod
13234 ____________________________________________________________________________
13235 [  8149] By: jhi                                   on 2000/12/17  18:41:22
13236         Log: Update Changes.
13237      Branch: perl
13238            ! Changes patchlevel.h
13239 ____________________________________________________________________________
13240 [  8148] By: jhi                                   on 2000/12/17  18:39:16
13241         Log: Subject: [PATCH] Fcntl constants speedup
13242              From: Nicholas Clark <nick@ccl4.org>
13243              Date: Sun, 17 Dec 2000 16:29:24 +0000
13244              Message-ID: <20001217162924.E97668@plum.flirble.org>
13245              
13246              Use IVs for the Fcntl constants instead of NVs.
13247      Branch: perl
13248            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
13249 ____________________________________________________________________________
13250 [  8147] By: jhi                                   on 2000/12/17  18:33:41
13251         Log: Add test for #8145 (binmode() warning), add warning for
13252              ioctl() and sockpair(), document them. (fileno() cannot
13253              be tripwired with the same kind of warning because
13254              'defined fileno($foo)' seems to be an idiom.)
13255      Branch: perl
13256            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
13257 ____________________________________________________________________________
13258 [  8146] By: gsar                                  on 2000/12/17  18:09:08
13259         Log: update Changes
13260      Branch: maint-5.6/perl
13261            ! Changes
13262 ____________________________________________________________________________
13263 [  8145] By: jhi                                   on 2000/12/17  17:39:35
13264         Log: Subject: [PATCH] Re: The long awaited feature ...
13265              From: Simon Cozens <simon@cozens.net>
13266              Date: Sun, 17 Dec 2000 12:31:56 +0000
13267              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
13268              
13269              Add a warning to binmode() about using bad filehandles
13270              (can happen e.g. if someone forgets the filehandle argument)
13271      Branch: perl
13272            ! pp_sys.c
13273 ____________________________________________________________________________
13274 [  8144] By: jhi                                   on 2000/12/17  17:33:48
13275         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
13276              From: Jonathan Stowe <gellyfish@gellyfish.com>
13277              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
13278              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
13279      Branch: perl
13280            ! lib/Net/Ping.pm
13281 ____________________________________________________________________________
13282 [  8143] By: jhi                                   on 2000/12/17  05:31:37
13283         Log: Polymorphic regexps.
13284              
13285              Fixes at least the bugs 20001028.003 (both of them...) and
13286              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
13287              also to be fixed by now, probably already before this patch.
13288      Branch: perl
13289            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
13290            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
13291            ! t/op/utf8decode.t t/pragma/utf8.t
13292 ____________________________________________________________________________
13293 [  8142] By: jhi                                   on 2000/12/16  17:16:05
13294         Log: Subject: [patch perl@8102] dos/djgpp update
13295              From: Laszlo Molnar <ml1050@freemail.hu>
13296              Date: Sat, 16 Dec 2000 01:40:52 +0100
13297              Message-ID: <20001216014052.A335@freemail.hu>
13298      Branch: perl
13299            ! djgpp/config.over t/base/commonsense.t
13300 ____________________________________________________________________________
13301 [  8141] By: jhi                                   on 2000/12/16  17:09:27
13302         Log: Few uncheckedin files.
13303      Branch: perl
13304            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
13305 ____________________________________________________________________________
13306 [  8140] By: nick                                  on 2000/12/15  22:14:31
13307         Log: Integrate mainline
13308      Branch: perlio
13309           !> (integrate 53 files)
13310 ____________________________________________________________________________
13311 [  8139] By: jhi                                   on 2000/12/15  19:49:49
13312         Log: One more IVUV tweak from Nicholas Clark.
13313      Branch: perl
13314            ! sv.c
13315 ____________________________________________________________________________
13316 [  8138] By: jhi                                   on 2000/12/15  19:17:06
13317         Log: Return of the IVUV-preservation, now seems to be happy even
13318              in Digital UNIX (the broken strtoul brokenness detection
13319              seems to have been the fly in the ointment).
13320      Branch: perl
13321            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13322            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
13323            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
13324            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
13325            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13326            ! vos/config.ga.h win32/config.bc win32/config.gc
13327            ! win32/config.vc
13328 ____________________________________________________________________________
13329 [  8137] By: jhi                                   on 2000/12/15  18:12:14
13330         Log: Metaconfig unit change for #8136.
13331      Branch: metaconfig
13332            ! U/modified/d_strtoul.U
13333      Branch: metaconfig/U/perl
13334            ! d_strtoull.U d_strtouq.U
13335 ____________________________________________________________________________
13336 [  8136] By: jhi                                   on 2000/12/15  18:11:35
13337         Log: I don't think it's sensible or portable to test the strtou*
13338              on /^-/ strings.
13339      Branch: perl
13340            ! Configure
13341 ____________________________________________________________________________
13342 [  8135] By: jhi                                   on 2000/12/15  17:18:49
13343         Log: Metaconfig unit change for #8134.
13344      Branch: metaconfig
13345            ! U/modified/d_strtoul.U
13346 ____________________________________________________________________________
13347 [  8134] By: jhi                                   on 2000/12/15  17:14:13
13348         Log: If longsize is 8 we don't need a LL suffix for integer constants.
13349      Branch: perl
13350            ! Configure config_h.SH
13351 ____________________________________________________________________________
13352 [  8133] By: jhi                                   on 2000/12/15  16:00:23
13353         Log: Update Changes.
13354      Branch: perl
13355            ! Changes patchlevel.h
13356 ____________________________________________________________________________
13357 [  8132] By: jhi                                   on 2000/12/15  15:44:16
13358         Log: Some compilers get huffy if you do not cast a const pointer
13359              to a non-const when assigning.
13360      Branch: perl
13361            ! gv.c
13362 ____________________________________________________________________________
13363 [  8131] By: jhi                                   on 2000/12/15  15:38:30
13364         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
13365              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13366              Date: Fri, 15 Dec 2000 05:26:57 -0500
13367              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
13368      Branch: perl
13369            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
13370            ! t/pragma/overload.t
13371 ____________________________________________________________________________
13372 [  8130] By: jhi                                   on 2000/12/15  15:36:08
13373         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
13374              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13375              Date: Thu, 14 Dec 2000 22:02:43 -0500
13376              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
13377      Branch: perl
13378            ! gv.c perl.h
13379 ____________________________________________________________________________
13380 [  8129] By: jhi                                   on 2000/12/15  15:34:16
13381         Log: Subject: PATCH: h2xs nit
13382              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13383              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
13384              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
13385              
13386              Add a template README.
13387      Branch: perl
13388            ! utils/h2xs.PL
13389 ____________________________________________________________________________
13390 [  8128] By: jhi                                   on 2000/12/15  15:32:22
13391         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
13392      Branch: perl
13393            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
13394 ____________________________________________________________________________
13395 [  8127] By: jhi                                   on 2000/12/15  15:19:34
13396         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
13397              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
13398              Date:     Thu, 14 Dec 2000 20:04:42 EST
13399              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
13400      Branch: perl
13401            ! ext/Opcode/Opcode.xs
13402 ____________________________________________________________________________
13403 [  8126] By: jhi                                   on 2000/12/15  15:17:49
13404         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
13405              From: Peter Prymmer <pvhp@forte.com>
13406              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
13407              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
13408      Branch: perl
13409            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
13410            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
13411            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
13412 ____________________________________________________________________________
13413 [  8125] By: jhi                                   on 2000/12/15  15:11:05
13414         Log: This seems to be a stage sane and stable enough to checkin.
13415              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
13416      Branch: perl
13417            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
13418            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
13419            ! t/op/cmp.t t/op/numconvert.t
13420 ____________________________________________________________________________
13421 [  8124] By: jhi                                   on 2000/12/15  04:20:26
13422         Log: Something is really wonky.
13423      Branch: perl
13424            ! sv.c
13425 ____________________________________________________________________________
13426 [  8123] By: jhi                                   on 2000/12/15  04:00:50
13427         Log: Fixes for the IV UV patches to compile in Digital UNIX.
13428      Branch: perl
13429            ! sv.c
13430 ____________________________________________________________________________
13431 [  8122] By: jhi                                   on 2000/12/15  02:53:40
13432         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
13433              From: "Craig A. Berry" <craigberry@mac.com>
13434              Date: Thu, 14 Dec 2000 19:10:49 -0600
13435              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
13436      Branch: perl
13437            ! vms/vms.c
13438 ____________________________________________________________________________
13439 [  8121] By: jhi                                   on 2000/12/15  02:50:00
13440         Log: Metaconfig changes for #8120.
13441      Branch: metaconfig
13442            + U/modified/d_strtoul.U
13443      Branch: metaconfig/U/perl
13444            ! d_strtoull.U d_strtouq.U
13445 ____________________________________________________________________________
13446 [  8120] By: jhi                                   on 2000/12/15  02:49:42
13447         Log: From: Nicholas Clark <nick@ccl4.org> 
13448              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
13449              Date: Thu, 14 Dec 2000 18:38:57 +0000
13450              Message-ID: <20001214183857.B97909@plum.flirble.org>
13451      Branch: perl
13452            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13453            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
13454            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13455            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13456            ! win32/config.gc win32/config.vc
13457 ____________________________________________________________________________
13458 [  8119] By: jhi                                   on 2000/12/14  23:40:58
13459         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
13460              From: Nicholas Clark <nick@ccl4.org>
13461              Date: Wed, 13 Dec 2000 20:08:50 +0000
13462              Message-ID: <20001213200849.B71166@plum.flirble.org>
13463      Branch: perl
13464            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
13465            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
13466 ____________________________________________________________________________
13467 [  8118] By: jhi                                   on 2000/12/14  22:46:26
13468         Log: Integrate perlio.
13469      Branch: perl
13470           !> MANIFEST ext/Encode/compile makedef.pl
13471 ____________________________________________________________________________
13472 [  8117] By: nick                                  on 2000/12/14  22:38:53
13473         Log: Win32 tweaks to get Encode to build
13474              - temp hack to makedef.pl till PerlIO is properly "exported".
13475              - MSVC dislikes  
13476              static encpage_t foo[];
13477              so make 'em extern for now.
13478      Branch: perlio
13479            ! ext/Encode/compile makedef.pl
13480 ____________________________________________________________________________
13481 [  8116] By: nick                                  on 2000/12/14  22:00:53
13482         Log: Document the new files
13483      Branch: perlio
13484            ! MANIFEST
13485 ____________________________________________________________________________
13486 [  8115] By: jhi                                   on 2000/12/14  21:58:01
13487         Log: MANIFEST new files of #8114.
13488      Branch: perl
13489            ! MANIFEST
13490 ____________________________________________________________________________
13491 [  8114] By: jhi                                   on 2000/12/14  21:50:49
13492         Log: Integrate perlio.
13493      Branch: perl
13494           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13495           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13496           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13497           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13498           !> ext/Encode/Makefile.PL
13499 ____________________________________________________________________________
13500 [  8113] By: jhi                                   on 2000/12/14  21:48:49
13501         Log: The documentation part of the
13502              
13503              Subject: [ID 20001214.002] Net::Ping patch
13504              From: Jonathan Stowe <gellyfish@gellyfish.com>
13505              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
13506              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
13507              since the #7529 had already addressed the same problem.
13508      Branch: perl
13509            ! lib/Net/Ping.pm
13510 ____________________________________________________________________________
13511 [  8112] By: jhi                                   on 2000/12/14  21:42:57
13512         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
13513              From: Dominic Dunlop <domo@computer.org>
13514              Date: Tue, 12 Dec 2000 10:47:10 +0100
13515              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
13516              
13517              Document how elusive subroutines can be.
13518      Branch: perl
13519            ! pod/perlfunc.pod
13520 ____________________________________________________________________________
13521 [  8111] By: jhi                                   on 2000/12/14  21:38:05
13522         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
13523              From: Dominic Dunlop <domo@computer.org>
13524              Date: Thu, 14 Dec 2000 10:13:51 +0100
13525              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
13526      Branch: perl
13527            ! ext/POSIX/POSIX.pod
13528 ____________________________________________________________________________
13529 [  8110] By: jhi                                   on 2000/12/14  21:36:32
13530         Log: Subject: [patch] perlfaq7
13531              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
13532              Date: Thu, 14 Dec 2000 15:31:07 +0100
13533              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
13534      Branch: perl
13535            ! pod/perlfaq7.pod
13536 ____________________________________________________________________________
13537 [  8109] By: jhi                                   on 2000/12/14  21:29:20
13538         Log: Subject: [8104] Encode
13539              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13540              Date: Thu, 14 Dec 2000 14:49:34 +0100
13541              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
13542              
13543              Type casting for nervous compilers.
13544      Branch: perl
13545            ! ext/Encode/Encode.xs
13546 ____________________________________________________________________________
13547 [  8108] By: jhi                                   on 2000/12/14  21:26:17
13548         Log: Subject: [8104] DB_File
13549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13550              Date: Thu, 14 Dec 2000 14:49:35 +0100
13551              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
13552              
13553              Type definition incorrect for DB 2.7.7.  Not known when it
13554              changed, so only changed it for a known revision.
13555      Branch: perl
13556            ! ext/DB_File/DB_File.xs
13557 ____________________________________________________________________________
13558 [  8107] By: jhi                                   on 2000/12/14  21:23:41
13559         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
13560              From: Peter Prymmer <pvhp@forte.com>
13561              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
13562              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
13563              
13564              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
13565      Branch: perl
13566            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
13567            ! ext/Encode/Encode/posix-bc.enc
13568 ____________________________________________________________________________
13569 [  8106] By: nick                                  on 2000/12/14  20:36:13
13570         Log: "Cold" build correction to Encode's Makefile.PL
13571      Branch: perlio
13572            ! ext/Encode/Makefile.PL
13573 ____________________________________________________________________________
13574 [  8105] By: nick                                  on 2000/12/14  20:09:37
13575         Log: "Compiled" encodings.
13576              Correct replacement character in EBCDIC .enc files
13577              Add 0x7F to ASCII repertoire.
13578      Branch: perlio
13579            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13580            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
13581            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
13582            ! ext/Encode/Makefile.PL ext/Encode/compile
13583            ! ext/Encode/encengine.c ext/Encode/encode.h
13584 ____________________________________________________________________________
13585 [  8104] By: nick                                  on 2000/12/14  00:38:20
13586         Log: Integrate mainline
13587      Branch: perlio
13588           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
13589           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
13590           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
13591           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
13592           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
13593           !> t/lib/db-hash.t t/lib/db-recno.t
13594 ____________________________________________________________________________
13595 [  8103] By: nick                                  on 2000/12/13  23:16:13
13596         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
13597              so far and so it does not get lost.
13598      Branch: perlio
13599            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
13600 ____________________________________________________________________________
13601 [  8102] By: jhi                                   on 2000/12/13  17:14:22
13602         Log: Update Changes.
13603      Branch: perl
13604            ! Changes patchlevel.h
13605 ____________________________________________________________________________
13606 [  8101] By: jhi                                   on 2000/12/13  16:53:41
13607         Log: Move the proto of start_glob() to a better place; regen api files.
13608      Branch: perl
13609            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
13610 ____________________________________________________________________________
13611 [  8100] By: jhi                                   on 2000/12/13  16:47:11
13612         Log: Metaconfig change for #8099.
13613      Branch: metaconfig
13614            ! U/modified/Head.U
13615 ____________________________________________________________________________
13616 [  8099] By: jhi                                   on 2000/12/13  16:46:48
13617         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
13618              From: Andy Dougherty <doughera@lafayette.edu>
13619              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
13620              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
13621      Branch: perl
13622            ! Configure
13623 ____________________________________________________________________________
13624 [  8098] By: jhi                                   on 2000/12/13  16:39:02
13625         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
13626              From: rspier@pobox.com (Robert Spier)
13627              Date: Tue, 12 Dec 2000 21:12:39 -0500
13628              Message-ID: <14902.56087.678086.725773@rls.cx>
13629              
13630              fastgetcwd is defined using a glob alias on a $^O dependent basis -
13631              and there was no default assignment or perl subroutine.
13632      Branch: perl
13633            ! lib/Cwd.pm
13634 ____________________________________________________________________________
13635 [  8097] By: jhi                                   on 2000/12/13  16:16:01
13636         Log: Subject: [PATCH] move startglob out of pp_hot.c
13637              From: Nicholas Clark <nick@ccl4.org>
13638              Date: Mon, 11 Dec 2000 23:16:39 +0000
13639              Message-ID: <20001211231638.A55550@plum.flirble.org>
13640      Branch: perl
13641            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
13642 ____________________________________________________________________________
13643 [  8096] By: jhi                                   on 2000/12/13  15:26:23
13644         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
13645              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13646              Date: Wed, 13 Dec 2000 14:01:37 +0100
13647              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
13648              
13649              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
13650              in turn requires libpthread in libswanted.
13651      Branch: perl
13652            ! hints/hpux.sh
13653 ____________________________________________________________________________
13654 [  8095] By: jhi                                   on 2000/12/12  19:51:05
13655         Log: The integration wars continue.
13656      Branch: perl
13657           !> sv.c
13658 ____________________________________________________________________________
13659 [  8094] By: jhi                                   on 2000/12/12  19:48:26
13660         Log: Subject: [PATCH perl@8070] DB_File-1.74  
13661              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
13662              Date: Mon, 11 Dec 2000 23:07:17 -0000
13663              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
13664      Branch: perl
13665            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
13666            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
13667            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
13668            ! t/lib/db-recno.t
13669 ____________________________________________________________________________
13670 [  8093] By: nick                                  on 2000/12/12  19:42:13
13671         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
13672      Branch: perlio
13673            ! sv.c
13674           !> lib/File/DosGlob.pm
13675 ____________________________________________________________________________
13676 [  8092] By: jhi                                   on 2000/12/12  19:28:11
13677         Log: Integrate perlio.
13678      Branch: perl
13679           !> sv.c
13680 ____________________________________________________________________________
13681 [  8091] By: nick                                  on 2000/12/12  18:49:45
13682         Log: Fix for Tk, and upgrading shared SVs.
13683      Branch: perlio
13684            ! sv.c
13685 ____________________________________________________________________________
13686 [  8090] By: jhi                                   on 2000/12/12  16:48:59
13687         Log: Subject: [PATCH] Re: Breadperl & Tk
13688              From: Nick Ing-Simmons <nik@tiuk.ti.com>
13689              Date: Tue, 12 Dec 2000 14:48:27 GMT
13690              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
13691      Branch: perl
13692            ! sv.c
13693 ____________________________________________________________________________
13694 [  8089] By: jhi                                   on 2000/12/12  03:37:19
13695         Log: Subject: DosGlob.pm diff for bash style brace expansion.
13696              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
13697              Date: Fri, 8 Dec 2000 10:45:30 -0600
13698              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
13699      Branch: perl
13700            ! lib/File/DosGlob.pm
13701 ____________________________________________________________________________
13702 [  8088] By: nick                                  on 2000/12/11  23:59:59
13703         Log: Integrate mainline
13704      Branch: perlio
13705           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
13706           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13707           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
13708           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
13709           !> t/op/local.t t/pragma/warn/toke toke.c
13710 ____________________________________________________________________________
13711 [  8087] By: jhi                                   on 2000/12/11  23:20:23
13712         Log: Integrate perlio.
13713      Branch: perl
13714           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13715 ____________________________________________________________________________
13716 [  8086] By: jhi                                   on 2000/12/11  22:50:59
13717         Log: Tune further the OS detection of CGI.
13718      Branch: perl
13719            ! lib/CGI.pm
13720 ____________________________________________________________________________
13721 [  8085] By: nick                                  on 2000/12/11  22:50:46
13722         Log: Finish 1st pass of "encoding" layer e.g. :
13723              open($fh,"<encoding(iso8859-7)",$greek) || die;
13724      Branch: perlio
13725            ! ext/Encode/Encode.xs perlio.c perliol.h
13726 ____________________________________________________________________________
13727 [  8084] By: jhi                                   on 2000/12/11  22:32:06
13728         Log: Revert the -f ambiguousity patch, seems to cause
13729              too much hassle (the interpret -Q as a function
13730              where Q is not a known filetest part is left in).
13731      Branch: perl
13732            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
13733            ! toke.c
13734 ____________________________________________________________________________
13735 [  8083] By: jhi                                   on 2000/12/11  22:27:23
13736         Log: (accidentally empty check-in)
13737      Branch: perl
13738            ! lib/File/DosGlob.pm
13739 ____________________________________________________________________________
13740 [  8082] By: nick                                  on 2000/12/11  19:09:51
13741         Log: Restore mmap function (broken by tweaks to shared buffer
13742              layer for encode(xxxx)).
13743      Branch: perlio
13744            ! perlio.c
13745 ____________________________________________________________________________
13746 [  8081] By: jhi                                   on 2000/12/11  18:29:13
13747         Log: Subject: Re: The long awaited feature ...
13748              From: Simon Cozens <simon@cozens.net>
13749              Date: Mon, 11 Dec 2000 15:54:24 +0000
13750              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
13751              
13752              More io/utf8 tests.
13753      Branch: perl
13754            ! t/io/utf8.t
13755 ____________________________________________________________________________
13756 [  8080] By: jhi                                   on 2000/12/11  18:19:36
13757         Log: Subject: PATCH MakeMaker manpage clarification
13758              From: andreas.koenig@anima.de (Andreas J. Koenig)
13759              Date: 10 Dec 2000 20:46:13 +0100
13760              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
13761      Branch: perl
13762            ! lib/ExtUtils/MakeMaker.pm
13763 ____________________________________________________________________________
13764 [  8079] By: jhi                                   on 2000/12/11  15:35:07
13765         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
13766              From: Simon Cozens <simon@cozens.net>
13767              Date: Sun, 10 Dec 2000 19:06:19 +0000
13768              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
13769      Branch: perl
13770            ! ext/B/B/Deparse.pm t/lib/b.t
13771 ____________________________________________________________________________
13772 [  8078] By: jhi                                   on 2000/12/11  15:09:11
13773         Log: Subject: [PATCH] docs on NaN
13774              From: Nicholas Clark <nick@ccl4.org>
13775              Date: Mon, 11 Dec 2000 01:48:38 +0000
13776              Message-ID: <20001211014838.B99205@plum.flirble.org>
13777      Branch: perl
13778            ! pod/perlop.pod
13779 ____________________________________________________________________________
13780 [  8077] By: jhi                                   on 2000/12/11  15:02:21
13781         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
13782              From: Simon Cozens <simon@cozens.net>
13783              Date: Mon, 11 Dec 2000 01:21:45 +0000
13784              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
13785      Branch: perl
13786            ! pp.c pp_hot.c scope.c t/op/local.t
13787 ____________________________________________________________________________
13788 [  8076] By: nick                                  on 2000/12/10  20:43:32
13789         Log: Not merge worthy...
13790              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
13791              syntax is modelled on attributes.
13792              Untested fix for io/utf8 on Win32 etc.
13793              Very clumsy start to the encode layer.
13794      Branch: perlio
13795            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
13796 ____________________________________________________________________________
13797 [  8075] By: jhi                                   on 2000/12/10  18:39:33
13798         Log: Darwin is not Windows.
13799      Branch: perl
13800            ! lib/CGI.pm
13801 ____________________________________________________________________________
13802 [  8074] By: jhi                                   on 2000/12/10  18:31:27
13803         Log: Subject: Ambiguous -%c() resolved as a file test
13804              From: "Paul Marquess" <Paul.Marquess@openwave.com>
13805              Date: Sun, 10 Dec 2000 15:35:07 -0000
13806              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
13807      Branch: perl
13808            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
13809 ____________________________________________________________________________
13810 [  8073] By: jhi                                   on 2000/12/10  18:16:29
13811         Log: Subject: PATCH installperl misinformed 
13812              From: andreas.koenig@anima.de (Andreas J. Koenig)
13813              Date: 10 Dec 2000 13:01:32 +0100 
13814              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
13815      Branch: perl
13816            ! installperl
13817 ____________________________________________________________________________
13818 [  8072] By: jhi                                   on 2000/12/10  18:07:55
13819         Log: The walkoptree confusion rages; walkoptree() seems to be coming
13820              from B.xs, while walkoptree_slow() comes from B.pm.
13821      Branch: perl
13822            ! ext/B/B.pm
13823 ____________________________________________________________________________
13824 [  8071] By: nick                                  on 2000/12/10  11:45:47
13825         Log: Integrate mainline
13826      Branch: perlio
13827           +> t/base/commonsense.t
13828           !> (integrate 37 files)
13829 ____________________________________________________________________________
13830 [  8070] By: jhi                                   on 2000/12/10  04:46:21
13831         Log: Update Changes.
13832      Branch: perl
13833            ! Changes patchlevel.h
13834 ____________________________________________________________________________
13835 [  8069] By: jhi                                   on 2000/12/10  04:39:19
13836         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
13837              From: andreas.koenig@anima.de (Andreas J. Koenig)
13838              Date: 09 Dec 2000 17:14:25 +0100
13839              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
13840      Branch: perl
13841            + t/base/commonsense.t
13842            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
13843 ____________________________________________________________________________
13844 [  8068] By: jhi                                   on 2000/12/10  04:17:36
13845         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
13846              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
13847              Date: Sat, 9 Dec 2000 16:47:22 -0000
13848              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
13849      Branch: perl
13850            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
13851            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
13852            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
13853            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
13854            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
13855            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
13856            ! t/lib/sdbm.t
13857 ____________________________________________________________________________
13858 [  8067] By: jhi                                   on 2000/12/10  03:52:02
13859         Log: Test case for #8066.
13860      Branch: perl
13861            ! t/op/misc.t
13862 ____________________________________________________________________________
13863 [  8066] By: jhi                                   on 2000/12/10  03:50:30
13864         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
13865              From: Simon Cozens <simon@cozens.net>
13866              Date: Sun, 10 Dec 2000 00:55:37 +0000
13867              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
13868      Branch: perl
13869            ! pp_sys.c
13870 ____________________________________________________________________________
13871 [  8065] By: jhi                                   on 2000/12/10  03:44:52
13872         Log: Test case for #8064.
13873      Branch: perl
13874            ! t/comp/proto.t
13875 ____________________________________________________________________________
13876 [  8064] By: jhi                                   on 2000/12/10  03:42:32
13877         Log: Subject: Re: prototype of substr
13878              From: Simon Cozens <simon@cozens.net>
13879              Date: Sun, 10 Dec 2000 00:13:33 +0000
13880              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
13881              
13882              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
13883      Branch: perl
13884            ! pp.c
13885 ____________________________________________________________________________
13886 [  8063] By: jhi                                   on 2000/12/10  03:39:42
13887         Log: Subject: [PATCH] perlguts.pod
13888              From: Simon Cozens <simon@cozens.net>
13889              Date: Sun, 10 Dec 2000 00:06:47 +0000
13890              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
13891              
13892              Documentation of the different types of ops,
13893              plus the functions in dump.c
13894      Branch: perl
13895            ! pod/perlguts.pod
13896 ____________________________________________________________________________
13897 [  8062] By: jhi                                   on 2000/12/10  03:30:04
13898         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
13899              From: Nicholas Clark <nick@talking.bollo.cx>
13900              Date: Sat, 09 Dec 2000 18:57:25 +0000
13901              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
13902              
13903              Be more robust in weird hostname setups.
13904      Branch: perl
13905            ! t/lib/net-hostent.t
13906 ____________________________________________________________________________
13907 [  8061] By: jhi                                   on 2000/12/10  03:28:21
13908         Log: Pacify fussy compiler. 
13909      Branch: perl
13910            ! pp_sys.c
13911 ____________________________________________________________________________
13912 [  8060] By: jhi                                   on 2000/12/10  02:52:46
13913         Log: Integrate perlio.
13914      Branch: perl
13915           !> pp_sys.c t/io/utf8.t
13916 ____________________________________________________________________________
13917 [  8059] By: nick                                  on 2000/12/09  23:40:14
13918         Log: read/sysread/recv should now be utf8 aware.
13919              Basic test for utf8 read.
13920      Branch: perlio
13921            ! pp_sys.c t/io/utf8.t
13922 ____________________________________________________________________________
13923 [  8058] By: jhi                                   on 2000/12/09  21:56:02
13924         Log: Integrate perlio.
13925      Branch: perl
13926           +> t/io/utf8.t
13927           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
13928 ____________________________________________________________________________
13929 [  8057] By: jhi                                   on 2000/12/09  21:53:35
13930         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
13931              From: Inaba Hiroto <inaba@st.rim.or.jp>
13932              Date: Sun, 10 Dec 2000 05:53:21 +0900
13933              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
13934              
13935              Tests for #8056.
13936      Branch: perl
13937            ! t/op/each.t
13938 ____________________________________________________________________________
13939 [  8056] By: jhi                                   on 2000/12/09  21:51:16
13940         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
13941              From: Inaba Hiroto <inaba@st.rim.or.jp>
13942              Date: Sat, 09 Dec 2000 18:02:00 +0900
13943              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
13944              
13945              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
13946      Branch: perl
13947            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
13948 ____________________________________________________________________________
13949 [  8055] By: nick                                  on 2000/12/09  20:11:48
13950         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
13951              than raw PerlIO_write() - does not seem to break any tests.
13952      Branch: perlio
13953            ! pp_sys.c
13954 ____________________________________________________________________________
13955 [  8054] By: nick                                  on 2000/12/09  19:47:30
13956         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
13957              (sysread, recv and write i.e. formats still to do...)
13958              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
13959              open($fh,">:utf8","name")
13960              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
13961              so no extra overhead is involved.
13962              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
13963              to a non-utf8 stream.
13964              Add initial io/utf8.t
13965              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
13966              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
13967              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
13968      Branch: perlio
13969            + t/io/utf8.t
13970            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
13971 ____________________________________________________________________________
13972 [  8053] By: nick                                  on 2000/12/09  19:26:37
13973         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
13974              was only testing this_utf8.
13975      Branch: perlio
13976            ! toke.c
13977 ____________________________________________________________________________
13978 [  8052] By: nick                                  on 2000/12/09  19:09:41
13979         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
13980              i.e. the output string has one, but don't mess with source assumption.
13981      Branch: perlio
13982            ! toke.c
13983 ____________________________________________________________________________
13984 [  8051] By: jhi                                   on 2000/12/09  16:55:17
13985         Log: Integrate perlio.
13986      Branch: perl
13987           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
13988           !> sv.c thrdvar.h util.c
13989 ____________________________________________________________________________
13990 [  8050] By: jhi                                   on 2000/12/09  16:48:07
13991         Log: Nits noticed by Peter Prymmer.
13992      Branch: perl
13993            ! lib/ExtUtils/MM_VMS.pm
13994 ____________________________________________________________________________
13995 [  8049] By: nick                                  on 2000/12/09  13:49:40
13996         Log: UTF8 output prework.
13997              - Store $\ and $, as SVs so they can have SvUTF8 flag
13998              - use do_print() rather than raw PerlIO_write() to print them.
13999      Branch: perlio
14000            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
14001            ! thrdvar.h util.c
14002 ____________________________________________________________________________
14003 [  8048] By: nick                                  on 2000/12/09  12:30:43
14004         Log: Integrate mainline.
14005      Branch: perlio
14006           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
14007           +> t/op/reverse.t
14008           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
14009           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
14010           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
14011           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
14012           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
14013           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
14014 ____________________________________________________________________________
14015 [  8047] By: jhi                                   on 2000/12/09  00:23:27
14016         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
14017              From: Michael G Schwern <schwern@pobox.com>
14018              Date: Fri, 8 Dec 2000 14:43:04 -0600
14019      Branch: perl
14020            ! lib/ExtUtils/MM_VMS.pm
14021 ____________________________________________________________________________
14022 [  8046] By: jhi                                   on 2000/12/08  23:10:27
14023         Log: A missed check-in.
14024      Branch: perl
14025            ! lib/ExtUtils/Manifest.pm
14026 ____________________________________________________________________________
14027 [  8045] By: jhi                                   on 2000/12/08  21:57:12
14028         Log: (null check-in)
14029      Branch: perl
14030            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
14031 ____________________________________________________________________________
14032 [  8044] By: jhi                                   on 2000/12/08  21:11:06
14033         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
14034              at the final draft stage.
14035      Branch: perl
14036            + ext/Encode/Encode/iso8859-16.enc
14037            ! MANIFEST
14038 ____________________________________________________________________________
14039 [  8043] By: jhi                                   on 2000/12/08  16:39:04
14040         Log: Update Changes.
14041      Branch: perl
14042            ! Changes patchlevel.h
14043 ____________________________________________________________________________
14044 [  8042] By: jhi                                   on 2000/12/08  16:33:39
14045         Log: Do not return the Unicode replacement character if UTF-8
14046              decoding goes awry, it should be up to the caller to decide.
14047      Branch: perl
14048            ! pod/perlapi.pod utf8.c
14049 ____________________________________________________________________________
14050 [  8041] By: jhi                                   on 2000/12/08  16:22:28
14051         Log: metaconfig maintenance.
14052      Branch: metaconfig
14053            ! U/modified/stdchar.U
14054      Branch: metaconfig/U/perl
14055            + testsyml.U
14056 ____________________________________________________________________________
14057 [  8040] By: jhi                                   on 2000/12/08  16:03:08
14058         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
14059              From: sthoenna@efn.org
14060              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
14061              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
14062      Branch: perl
14063            ! Changes lib/ExtUtils/MM_OS2.pm
14064 ____________________________________________________________________________
14065 [  8039] By: jhi                                   on 2000/12/08  15:57:11
14066         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
14067              From: Simon Cozens <simon@cozens.net>
14068              Date: Fri, 8 Dec 2000 13:33:31 +0000
14069              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
14070              
14071              (The pp_hot part needed a rewrite.)
14072      Branch: perl
14073            ! doop.c pp_hot.c utf8.c
14074 ____________________________________________________________________________
14075 [  8038] By: jhi                                   on 2000/12/08  15:25:08
14076         Log: Subject: djSP
14077              From: Michael Stevens <michael@etla.org>
14078              Date: Wed, 6 Dec 2000 23:24:01 +0000
14079              Message-ID: <20001206232400.A21381@firedrake.org>
14080              
14081              Plus a note from Nick Ing-Simmons.
14082      Branch: perl
14083            ! pp.h
14084 ____________________________________________________________________________
14085 [  8037] By: jhi                                   on 2000/12/08  15:18:35
14086         Log: Filetype is text.
14087      Branch: perl
14088            ! t/op/utf8decode.t
14089 ____________________________________________________________________________
14090 [  8036] By: jhi                                   on 2000/12/08  03:31:27
14091         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14092              From: Andy Dougherty <doughera@lafayette.edu>
14093              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
14094              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
14095              
14096              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
14097              From: Andy Dougherty <doughera@lafayette.edu>
14098              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
14099              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
14100      Branch: perl
14101            + ext/POSIX/hints/svr4.pl
14102            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
14103 ____________________________________________________________________________
14104 [  8035] By: jhi                                   on 2000/12/08  03:26:01
14105         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
14106              From: Andy Dougherty <doughera@lafayette.edu>
14107              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
14108              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
14109      Branch: perl
14110            ! t/README t/base/term.t
14111 ____________________________________________________________________________
14112 [  8034] By: jhi                                   on 2000/12/08  03:21:59
14113         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
14114              From: mjd@plover.com  
14115              Date: 7 Dec 2000 21:04:20 -0000
14116              Message-ID: <20001207210420.22282.qmail@plover.com>
14117              
14118              Plus -z doc.
14119      Branch: perl
14120            ! pod/perlfunc.pod
14121 ____________________________________________________________________________
14122 [  8033] By: jhi                                   on 2000/12/08  03:19:03
14123         Log: Use the UTF8 macros a bit.  They can't be used with abandon
14124              everywhere because we do generate illegal UTF-8 in some situations.
14125              This is of course naughty.
14126      Branch: perl
14127            ! pod/perlapi.pod utf8.c utf8.h
14128 ____________________________________________________________________________
14129 [  8032] By: jhi                                   on 2000/12/08  03:00:09
14130         Log: Out of sync?
14131      Branch: perl
14132            ! t/pragma/warn/utf8
14133 ____________________________________________________________________________
14134 [  8031] By: jhi                                   on 2000/12/08  02:22:39
14135         Log: Cnt spl.
14136      Branch: perl
14137            ! MANIFEST
14138 ____________________________________________________________________________
14139 [  8030] By: jhi                                   on 2000/12/08  01:23:54
14140         Log: Add test for reverse().
14141      Branch: perl
14142            + t/op/reverse.t
14143            ! MANIFEST
14144 ____________________________________________________________________________
14145 [  8029] By: jhi                                   on 2000/12/08  01:21:47
14146         Log: Integrate perlio.
14147      Branch: perl
14148           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
14149           !> perlio.c perlio.h perlsdio.h warnings.pl
14150 ____________________________________________________________________________
14151 [  8028] By: jhi                                   on 2000/12/08  01:19:08
14152         Log: Introduce macros for UTF8 decoding.
14153      Branch: perl
14154            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
14155 ____________________________________________________________________________
14156 [  8027] By: nick                                  on 2000/12/07  22:18:19
14157         Log: Integrate mainline
14158      Branch: perlio
14159           !> embed.pl pod/perlapi.pod utf8.c
14160 ____________________________________________________________________________
14161 [  8026] By: nick                                  on 2000/12/07  21:45:08
14162         Log: Various oddities p4 diff -se showed up
14163              Remove 'our' from warnings.pl
14164      Branch: perlio
14165            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
14166 ____________________________________________________________________________
14167 [  8025] By: nick                                  on 2000/12/07  21:43:32
14168         Log: Change PerlIO_(get|set)pos to take SV *
14169              Should fix, OS/2, VMS, (sfio??)
14170      Branch: perlio
14171            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
14172 ____________________________________________________________________________
14173 [  8024] By: jhi                                   on 2000/12/07  19:05:32
14174         Log: Document utf8_to_uv() better.
14175      Branch: perl
14176            ! pod/perlapi.pod utf8.c
14177 ____________________________________________________________________________
14178 [  8023] By: jhi                                   on 2000/12/07  18:23:47
14179         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
14180      Branch: perl
14181            ! embed.pl pod/perlapi.pod utf8.c
14182 ____________________________________________________________________________
14183 [  8022] By: jhi                                   on 2000/12/07  04:13:51
14184         Log: Integrate perlio.
14185      Branch: perl
14186           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
14187           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
14188           !> win32/makefile.mk
14189 ____________________________________________________________________________
14190 [  8021] By: nick                                  on 2000/12/07  00:28:14
14191         Log: Various attempts at MSVC debug - not sure what has
14192              changed but works now. 
14193              Seems atexit() _may_ work for DLLs built with MSVC so don't
14194              call cleanup that way.
14195      Branch: perlio
14196            ! perlio.c win32/makefile.mk
14197 ____________________________________________________________________________
14198 [  8020] By: nick                                  on 2000/12/06  19:57:20
14199         Log: Integrate mainline
14200      Branch: perlio
14201           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
14202           !> (integrate 75 files)
14203 ____________________________________________________________________________
14204 [  8019] By: nick                                  on 2000/12/06  19:28:21
14205         Log: Add useperlio to config.vc
14206              Turn off binmode in config_H.PL
14207              Regen all the config_H.xx
14208              Attempt to get debugging build with MSVC.
14209      Branch: perlio
14210            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14211            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
14212 ____________________________________________________________________________
14213 [  8018] By: nick                                  on 2000/12/06  19:21:57
14214         Log: Test various dup/external program options on all platforms.
14215      Branch: perlio
14216            ! t/io/dup.t
14217 ____________________________________________________________________________
14218 [  8017] By: nick                                  on 2000/12/06  19:20:47
14219         Log: Fix harness to be less picky
14220      Branch: perlio
14221            ! lib/Test/Harness.pm
14222 ____________________________________________________________________________
14223 [  8016] By: jhi                                   on 2000/12/06  16:45:12
14224         Log: Update Changes.
14225      Branch: perl
14226            ! Changes patchlevel.h
14227 ____________________________________________________________________________
14228 [  8015] By: jhi                                   on 2000/12/06  16:41:03
14229         Log: Test \x{...} with ord().
14230      Branch: perl
14231            ! t/op/ord.t
14232 ____________________________________________________________________________
14233 [  8014] By: jhi                                   on 2000/12/06  16:20:33
14234         Log: Test tweak because of #8013.
14235      Branch: perl
14236            ! t/lib/b.t
14237 ____________________________________________________________________________
14238 [  8013] By: jhi                                   on 2000/12/06  16:09:09
14239         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
14240              From: Michael G Schwern <schwern@pobox.com>
14241              Date: Tue, 5 Dec 2000 21:23:28 -0500
14242              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
14243              
14244              Carp::Heavy parts not very applicable because of recent changes.
14245      Branch: perl
14246            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
14247            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
14248            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
14249            ! lib/Exporter.pm lib/Exporter/Heavy.pm
14250            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
14251            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
14252            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
14253            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
14254            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
14255            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14256            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
14257            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
14258            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
14259            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
14260            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
14261            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
14262            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
14263            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
14264            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
14265            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
14266            ! warnings.pl
14267 ____________________________________________________________________________
14268 [  8012] By: jhi                                   on 2000/12/06  15:22:38
14269         Log: Subject: [PATCH] Re: New harness is failing things
14270              From: Nick Ing-Simmons <nik@tiuk.ti.com>
14271              Date: Wed, 6 Dec 2000 13:00:30 GMT
14272              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
14273      Branch: perl
14274            ! lib/Test/Harness.pm
14275 ____________________________________________________________________________
14276 [  8011] By: jhi                                   on 2000/12/06  15:12:08
14277         Log: Subject: installhtml changes
14278              From: Michael Stevens <michael@etla.org>
14279              Date: Wed, 6 Dec 2000 13:15:53 +0000
14280              Message-ID: <20001206131553.A27317@firedrake.org>
14281      Branch: perl
14282            ! installhtml
14283 ____________________________________________________________________________
14284 [  8010] By: jhi                                   on 2000/12/06  15:06:05
14285         Log: Subject: the dTHR hits
14286              From: Michael Stevens <michael@etla.org>
14287              Date: Wed, 6 Dec 2000 12:06:03 +0000
14288              Message-ID: <20001206120603.A24581@firedrake.org>
14289              
14290              More, errrm, less dTHRs.
14291      Branch: perl
14292            ! bytecode.pl ext/B/B/C.pm
14293 ____________________________________________________________________________
14294 [  8009] By: jhi                                   on 2000/12/06  15:04:25
14295         Log: Subject: MakeMaker mailing list gone?
14296              From: Michael G Schwern <schwern@pobox.com>
14297              Date: Tue, 5 Dec 2000 19:29:59 -0500
14298              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
14299              
14300              The MakeMaker mailing list is dead, perlbug is the right
14301              address to report bugs.
14302      Branch: perl
14303            ! lib/ExtUtils/MakeMaker.pm
14304 ____________________________________________________________________________
14305 [  8008] By: jhi                                   on 2000/12/06  15:00:32
14306         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
14307              From: Michael G Schwern <schwern@pobox.com>
14308              Date: Tue, 5 Dec 2000 19:21:21 -0500
14309              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
14310              
14311              Add a default MANIFEST skip that ignores things like
14312              version control files, editor temporary files, and the Makefile.
14313      Branch: perl
14314            + lib/ExtUtils/MANIFEST.SKIP
14315            ! MANIFEST lib/ExtUtils/Manifest.pm
14316 ____________________________________________________________________________
14317 [  8007] By: jhi                                   on 2000/12/06  14:57:20
14318         Log: In Amiga more manual hackery of the scripts seems to be needed,
14319              from Jan-Erik Karlsson.  Why Configure does not get this right
14320              is unknown, may be shell-induced.
14321      Branch: perl
14322            ! README.amiga
14323 ____________________________________________________________________________
14324 [  8006] By: jhi                                   on 2000/12/05  23:53:12
14325         Log: Add TOPm1s to peek at the second topmost stack item.
14326      Branch: perl
14327            ! pp.h
14328 ____________________________________________________________________________
14329 [  8005] By: jhi                                   on 2000/12/05  23:13:55
14330         Log: Avaunt, you foul UTF-8 tests.
14331      Branch: perl
14332            ! t/op/ver.t t/pragma/utf8.t
14333 ____________________________________________________________________________
14334 [  8004] By: jhi                                   on 2000/12/05  23:09:54
14335         Log: Continue utf8 dispersal. 
14336      Branch: perl
14337            + t/op/concat.t
14338            ! MANIFEST t/pragma/utf8.t
14339 ____________________________________________________________________________
14340 [  8003] By: nick                                  on 2000/12/05  23:02:39
14341         Log: Integrate mainline.
14342      Branch: perlio
14343           +> t/op/length.t t/op/utf8decode.t
14344           !> (integrate 69 files)
14345 ____________________________________________________________________________
14346 [  8002] By: jhi                                   on 2000/12/05  22:59:28
14347         Log: Integrate perlio.
14348      Branch: perl
14349           !> iperlsys.h perl.c perlio.c win32/perllib.c
14350 ____________________________________________________________________________
14351 [  8001] By: nick                                  on 2000/12/05  22:07:52
14352         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
14353              - calloc/free suffer from damage on TerminateThread()
14354              - use PerlMemShared (as originally planned) now fixed
14355              - avoid doing anything important on DLL "detach".
14356      Branch: perlio
14357            ! perl.c perlio.c win32/perllib.c
14358 ____________________________________________________________________________
14359 [  8000] By: nick                                  on 2000/12/05  21:05:09
14360         Log: Fix gross PerlMemShared issue.
14361      Branch: perlio
14362            ! iperlsys.h
14363 ____________________________________________________________________________
14364 [  7999] By: jhi                                   on 2000/12/05  20:46:58
14365         Log: Test for Unicode (UTF-8) hash keys.
14366      Branch: perl
14367            ! t/op/each.t
14368 ____________________________________________________________________________
14369 [  7998] By: jhi                                   on 2000/12/05  20:30:35
14370         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
14371              is now always UTF-8), empty line cosmetics.
14372      Branch: perl
14373            ! t/pragma/utf8.t
14374 ____________________________________________________________________________
14375 [  7997] By: jhi                                   on 2000/12/05  20:15:40
14376         Log: Subject: Re: STRLEN - what?
14377              From: Andy Dougherty <doughera@lafayette.edu>
14378              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
14379              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
14380              
14381              Explain STRLEN.
14382      Branch: perl
14383            ! pod/perlguts.pod
14384 ____________________________________________________________________________
14385 [  7996] By: jhi                                   on 2000/12/05  20:13:34
14386         Log: Split off the UTF-8 decoder tests, make them to check also
14387              the error message.
14388      Branch: perl
14389            + t/op/utf8decode.t
14390            ! MANIFEST t/pragma/utf8.t utf8.c
14391 ____________________________________________________________________________
14392 [  7995] By: jhi                                   on 2000/12/05  16:39:47
14393         Log: Start migrating bits of pragma/utf8 to elsewhere
14394              (since the long term plan is to obsolete 'use utf8').
14395      Branch: perl
14396            + t/op/length.t
14397            ! MANIFEST t/pragma/utf8.t
14398 ____________________________________________________________________________
14399 [  7994] By: jhi                                   on 2000/12/05  16:30:21
14400         Log: Fix a manual edit typo from #7993, fix the message formatting
14401              for Unicode, add few our declarations.
14402      Branch: perl
14403            ! lib/Carp/Heavy.pm
14404 ____________________________________________________________________________
14405 [  7993] By: jhi                                   on 2000/12/05  16:09:15
14406         Log: Subject: Need help with warnings :-(
14407              From: "Ben Tilly" <ben_tilly@hotmail.com>
14408              Date: Tue, 05 Dec 2000 01:35:54 -0500
14409              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
14410              
14411              Subject: UPDATE: Carp/Heavy now passes all tests
14412              From: "Ben Tilly" <ben_tilly@hotmail.com>
14413              Date: Tue, 05 Dec 2000 07:59:41 -0500
14414              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
14415              
14416              The Brave New Carp.
14417      Branch: perl
14418            ! lib/Carp.pm lib/Carp/Heavy.pm
14419 ____________________________________________________________________________
14420 [  7992] By: jhi                                   on 2000/12/05  15:55:08
14421         Log: Subject: [PATCH perl@7979] cygwin port
14422              From: "Eric Fifer" <efifer@dircon.co.uk>
14423              Date: Tue, 5 Dec 2000 14:04:09 -0000
14424              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
14425      Branch: perl
14426            ! t/lib/net-hostent.t
14427 ____________________________________________________________________________
14428 [  7991] By: jhi                                   on 2000/12/05  15:52:34
14429         Log: Subject: Re: [PATCH] The largest hoax of all times?
14430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14431              Date: Tue, 5 Dec 2000 00:40:25 -0500
14432              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
14433              
14434              Subject: Re: [PATCH] The largest hoax of all times?
14435              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14436              Date: Mon, 4 Dec 2000 23:55:53 -0500
14437              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
14438              
14439              Subject: Re: [PATCH] The largest hoax of all times?
14440              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14441              Date: Tue, 5 Dec 2000 01:28:45 -0500
14442              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
14443              
14444              Fix the unpredictable order of DESTROYs.
14445      Branch: perl
14446            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
14447            ! sv.c sv.h t/op/ref.t
14448 ____________________________________________________________________________
14449 [  7990] By: jhi                                   on 2000/12/05  14:38:53
14450         Log: Subject: [PATCH] shrink pp_hot fractionally
14451              From: Nicholas Clark <nick@ccl4.org>
14452              Date: Tue, 5 Dec 2000 12:44:31 +0000
14453              Message-ID: <20001205124431.E74518@plum.flirble.org>
14454              
14455              Use report_evil_fh().
14456      Branch: perl
14457            ! opcode.pl opnames.h pp_hot.c util.c
14458 ____________________________________________________________________________
14459 [  7989] By: jhi                                   on 2000/12/05  14:21:27
14460         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14461              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14462              Date: Mon, 04 Dec 2000 22:21:59 -0800
14463              Message-ID: <HmIL6gzkgepS092yn@efn.org>
14464              
14465              Harness shouldn't ignore responses like "ok 3\r\r\n".
14466      Branch: perl
14467            ! lib/Test/Harness.pm
14468 ____________________________________________________________________________
14469 [  7988] By: jhi                                   on 2000/12/05  13:51:28
14470         Log: Integrate the "skip" messages to explain().
14471      Branch: perl
14472            ! t/lib/syslfs.t t/op/lfs.t
14473 ____________________________________________________________________________
14474 [  7987] By: jhi                                   on 2000/12/05  12:34:54
14475         Log: The one that got away in #7984.
14476              
14477              Subject: Re: dTHR - what and why?
14478              From: Michael Stevens <michael@etla.org> 
14479              Date: Tue, 5 Dec 2000 11:15:52 +0000
14480              Message-ID: <20001205111552.A4647@firedrake.org>
14481      Branch: perl
14482            ! sv.h
14483 ____________________________________________________________________________
14484 [  7986] By: gsar                                  on 2000/12/05  09:14:44
14485         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
14486              due to the notorious GetFileType() bug in Windows 9x, which fstat()
14487              tickles)
14488      Branch: perl
14489            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
14490 ____________________________________________________________________________
14491 [  7985] By: jhi                                   on 2000/12/05  05:49:03
14492         Log: Integrate perlio.
14493      Branch: perl
14494           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14495           !> win32/perlhost.h win32/perllib.c
14496 ____________________________________________________________________________
14497 [  7984] By: jhi                                   on 2000/12/05  05:48:16
14498         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
14499      Branch: perl
14500            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
14501            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
14502            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
14503            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
14504            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
14505            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14506            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
14507            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
14508            ! win32/win32.c
14509 ____________________________________________________________________________
14510 [  7983] By: nick                                  on 2000/12/04  23:27:43
14511         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
14512      Branch: perlio
14513            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
14514            ! win32/perlhost.h win32/perllib.c
14515 ____________________________________________________________________________
14516 [  7982] By: jhi                                   on 2000/12/04  19:44:09
14517         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
14518              uncovered by #7980.
14519      Branch: perl
14520            ! op.c
14521 ____________________________________________________________________________
14522 [  7981] By: jhi                                   on 2000/12/04  19:42:07
14523         Log: Subject: [PATCH] Trivial dump.c feature
14524              From: Simon Cozens <simon@cozens.net>
14525              Date: Mon, 4 Dec 2000 18:08:38 +0000
14526              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
14527              
14528              Show whether a constant is UTF-8.
14529      Branch: perl
14530            ! dump.c
14531 ____________________________________________________________________________
14532 [  7980] By: jhi                                   on 2000/12/04  19:36:51
14533         Log: UTF-8 hash keys, patch from Inaba Hiroto.
14534      Branch: perl
14535            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
14536 ____________________________________________________________________________
14537 [  7979] By: jhi                                   on 2000/12/04  17:36:28
14538         Log: Update Changes.
14539      Branch: perl
14540            ! Changes patchlevel.h
14541 ____________________________________________________________________________
14542 [  7978] By: jhi                                   on 2000/12/04  16:42:17
14543         Log: Retract #7977, still too volatile (the euphemism of the day
14544              for unfinished and buggy :-)
14545      Branch: perl
14546            ! doop.c hv.c pp.c sv.h
14547 ____________________________________________________________________________
14548 [  7977] By: jhi                                   on 2000/12/04  16:25:15
14549         Log: (Retracted by #7978, too shaky yet.)
14550              
14551              Subject: Re: utf8 in hash keys, implementor missing
14552              From: Simon Cozens <simon@cozens.net>
14553              Date: Sat, 2 Dec 2000 19:49:35 +0000
14554              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
14555              
14556              The first step at UTF-8 hash keys.
14557      Branch: perl
14558            ! doop.c hv.c pp.c sv.h
14559 ____________________________________________________________________________
14560 [  7976] By: jhi                                   on 2000/12/04  16:13:53
14561         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
14562              From: sthoenna@efn.org
14563              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
14564              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
14565      Branch: perl
14566            ! os2/os2.c perlio.c
14567 ____________________________________________________________________________
14568 [  7975] By: jhi                                   on 2000/12/04  16:05:25
14569         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
14570              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14571              Date: Thu, 30 Nov 2000 20:50:37 -0800
14572              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
14573      Branch: perl
14574            ! os2/os2.c
14575 ____________________________________________________________________________
14576 [  7974] By: jhi                                   on 2000/12/04  16:03:57
14577         Log: Subject: [PATCH] ++ 20% faster
14578              From: Nicholas Clark <nick@ccl4.org>
14579              Date: Mon, 4 Dec 2000 12:17:27 +0000
14580              Message-ID: <20001204121726.B52976@plum.flirble.org>
14581              
14582              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
14583      Branch: perl
14584            ! sv.c
14585 ____________________________________________________________________________
14586 [  7973] By: jhi                                   on 2000/12/04  16:00:48
14587         Log: 
14588              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
14589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14590              Date: Mon, 04 Dec 2000 12:30:45 +0100
14591              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
14592              
14593              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
14594              library (getprotobyname and getprotobynumber are outversioned by
14595              the same calls in libc, at least for xlc version 3.
14596      Branch: perl
14597            ! hints/aix.sh
14598 ____________________________________________________________________________
14599 [  7972] By: jhi                                   on 2000/12/04  02:58:31
14600         Log: Integrate perlio.
14601      Branch: perl
14602           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
14603           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
14604           !> win32/win32.h win32/win32iop.h win32/win32thread.h
14605 ____________________________________________________________________________
14606 [  7971] By: nick                                  on 2000/12/04  00:24:33
14607         Log: Quieten some noise in Win32 builds:
14608              - win32.h is included after <sys/socket.h>, so need to 
14609              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
14610              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
14611      Branch: perlio
14612            ! doio.c perl.h toke.c win32/win32.h
14613 ____________________________________________________________________________
14614 [  7970] By: nick                                  on 2000/12/03  22:57:46
14615         Log: PERL_IMPLICIT_SYS compiles but does not work.
14616      Branch: perlio
14617            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
14618            ! win32/perlhost.h win32/perllib.c win32/win32.h
14619            ! win32/win32iop.h win32/win32thread.h
14620 ____________________________________________________________________________
14621 [  7969] By: jhi                                   on 2000/12/03  22:12:58
14622         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
14623              used to swash_init(), makes regprop() dumps more informative
14624              (+utf8::IsAlpha, -utf8::IsDigit, for example).
14625      Branch: perl
14626            ! regcomp.c regexec.c
14627 ____________________________________________________________________________
14628 [  7968] By: jhi                                   on 2000/12/03  21:39:56
14629         Log: Implement ANYOFUTF8 regprop() dumping.
14630      Branch: perl
14631            ! regcomp.c
14632 ____________________________________________________________________________
14633 [  7967] By: jhi                                   on 2000/12/03  20:57:19
14634         Log: Make uv_to_utf8() to zero-terminate its output buffer,
14635              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
14636      Branch: perl
14637            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
14638 ____________________________________________________________________________
14639 [  7966] By: nick                                  on 2000/12/03  18:41:21
14640         Log: Integrate mainline (STDCHAR)
14641      Branch: perlio
14642           !> Configure t/pragma/utf8.t
14643 ____________________________________________________________________________
14644 [  7965] By: jhi                                   on 2000/12/03  17:58:20
14645         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
14646      Branch: perl
14647            ! t/pragma/utf8.t
14648 ____________________________________________________________________________
14649 [  7964] By: jhi                                   on 2000/12/03  17:35:56
14650         Log: Integrate perlio.
14651      Branch: perl
14652           !> iperlsys.h perlio.c
14653 ____________________________________________________________________________
14654 [  7963] By: jhi                                   on 2000/12/03  17:33:55
14655         Log: Metaconfig unit change for #7962.
14656      Branch: metaconfig
14657            ! U/modified/stdchar.U
14658 ____________________________________________________________________________
14659 [  7962] By: jhi                                   on 2000/12/03  17:33:27
14660         Log: Untangle the <stdio.h> #include nest for the stdchar test,
14661              from Andy Dougherty.
14662      Branch: perl
14663            ! Configure
14664 ____________________________________________________________________________
14665 [  7961] By: nick                                  on 2000/12/03  16:53:00
14666         Log: Make iperlsys.h vector stdio not PerlIO.
14667      Branch: perlio
14668            ! iperlsys.h perlio.c
14669 ____________________________________________________________________________
14670 [  7960] By: nick                                  on 2000/12/03  14:43:01
14671         Log: Integrate mainline
14672      Branch: perlio
14673           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
14674           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
14675 ____________________________________________________________________________
14676 [  7959] By: jhi                                   on 2000/12/03  08:16:36
14677         Log: Use DO_UTF8().
14678      Branch: perl
14679            ! op.c
14680 ____________________________________________________________________________
14681 [  7958] By: jhi                                   on 2000/12/02  18:33:05
14682         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14683              From: Mike Guy <mjtg@cam.ac.uk>         
14684              Date: Sat, 02 Dec 2000 17:27:13 +0000
14685              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
14686              
14687              An extraneous argument.
14688      Branch: perl
14689            ! toke.c
14690 ____________________________________________________________________________
14691 [  7957] By: jhi                                   on 2000/12/02  18:22:32
14692         Log: A missing hunk.
14693      Branch: perl
14694            ! t/lib/net-hostent.t
14695 ____________________________________________________________________________
14696 [  7956] By: jhi                                   on 2000/12/02  18:06:20
14697         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
14698              From: Nicholas Clark <nick@ccl4.org>
14699              Date: Sat, 2 Dec 2000 14:28:27 +0000
14700              Message-ID: <20001202142827.A12308@plum.flirble.org>
14701              
14702              Test robustness.
14703      Branch: perl
14704            ! t/lib/net-hostent.t
14705 ____________________________________________________________________________
14706 [  7955] By: jhi                                   on 2000/12/02  17:58:06
14707         Log: Metaconfig unit change for #7954.
14708      Branch: metaconfig
14709            ! U/modified/stdchar.U
14710 ____________________________________________________________________________
14711 [  7954] By: jhi                                   on 2000/12/02  17:54:32
14712         Log: An inconvenient hang would happen if the stdio _ptr wasn't
14713              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
14714              would be grepping stdin for all eternity for the _ptr.)
14715      Branch: perl
14716            ! Configure
14717 ____________________________________________________________________________
14718 [  7953] By: jhi                                   on 2000/12/02  00:07:15
14719         Log: Update Changes.
14720      Branch: perl
14721            ! Changes patchlevel.h
14722 ____________________________________________________________________________
14723 [  7952] By: jhi                                   on 2000/12/01  23:54:47
14724         Log: Subject: Re: long shell lines
14725              From: Andy Dougherty <doughera@lafayette.edu>
14726              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
14727              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
14728              
14729              Split overly long shell command lines.
14730      Branch: perl
14731            ! lib/ExtUtils/MM_Unix.pm
14732 ____________________________________________________________________________
14733 [  7951] By: jhi                                   on 2000/12/01  23:48:02
14734         Log: The metaconfig unit change for #7950.
14735      Branch: metaconfig
14736            + U/modified/stdchar.U
14737 ____________________________________________________________________________
14738 [  7950] By: jhi                                   on 2000/12/01  23:47:39
14739         Log: Try to find stdchar also from <stdio_impl.h>.
14740      Branch: perl
14741            ! Configure config_h.SH
14742 ____________________________________________________________________________
14743 [  7949] By: jhi                                   on 2000/12/01  23:46:45
14744         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
14745              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
14746              Date: Fri, 1 Dec 2000 16:26:08 -0500
14747              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
14748              
14749              Reword the diagnostic message.
14750      Branch: perl
14751            ! pod/perldiag.pod
14752 ____________________________________________________________________________
14753 [  7948] By: nick                                  on 2000/12/01  22:49:43
14754         Log: Integrate mainline (for s/y/m as sub names stuff).
14755      Branch: perlio
14756           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
14757           !> t/pragma/warn/toke toke.c
14758 ____________________________________________________________________________
14759 [  7947] By: jhi                                   on 2000/12/01  20:55:41
14760         Log: Integrate perlio.
14761      Branch: perl
14762           !> perlio.c perliol.h t/io/pipe.t
14763 ____________________________________________________________________________
14764 [  7946] By: jhi                                   on 2000/12/01  20:36:51
14765         Log: Upgrade to CPAN 1.59_51, from Andreas König.
14766      Branch: perl
14767            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
14768 ____________________________________________________________________________
14769 [  7945] By: nick                                  on 2000/12/01  20:31:32
14770         Log: Integrate mainline
14771      Branch: perlio
14772           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
14773           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
14774           +> t/lib/net-hostent.t
14775           !> (integrate 35 files)
14776 ____________________________________________________________________________
14777 [  7944] By: jhi                                   on 2000/12/01  20:23:29
14778         Log: Some help for 20001130.011.  Now one gets warnings like
14779              "Ambiguous -f() resolved as a file test ..."
14780      Branch: perl
14781            ! pod/perldiag.pod t/pragma/warn/toke toke.c
14782 ____________________________________________________________________________
14783 [  7943] By: jhi                                   on 2000/12/01  19:44:44
14784         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
14785              that also breaks using them as methods. 
14786      Branch: perl
14787            ! pod/perldiag.pod t/op/misc.t toke.c
14788 ____________________________________________________________________________
14789 [  7942] By: nick                                  on 2000/12/01  17:56:46
14790         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
14791              Make 'unix' pass most tests
14792              - do unread by temporary push of layer ("pending") holding unread chars
14793              - fast_gets is now based on per-handle flag
14794              - relax one of io/pipe.t tests to allow print to fail and close to
14795              succeed so that it passes on unbuffered "unix" layer.
14796              Remaining fail is sporadic and a genuine race condition between
14797              parent/child in fork test.
14798      Branch: perlio
14799            ! perlio.c perliol.h t/io/pipe.t
14800 ____________________________________________________________________________
14801 [  7941] By: jhi                                   on 2000/12/01  15:28:58
14802         Log: (Retracted by #7943.)
14803              
14804              Reserve the short named string operator names.
14805      Branch: perl
14806            ! pod/perldiag.pod t/op/misc.t toke.c
14807 ____________________________________________________________________________
14808 [  7940] By: jhi                                   on 2000/12/01  06:45:53
14809         Log: Get the three different space character classes right under utf8.
14810      Branch: perl
14811            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
14812            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
14813            ! regexec.c t/op/pat.t utf8.c
14814 ____________________________________________________________________________
14815 [  7939] By: jhi                                   on 2000/12/01  03:26:26
14816         Log: Two more tests that make no sense in UTF-8 since the test
14817              data is not in UTF-8.
14818      Branch: perl
14819            ! t/op/regexp.t
14820 ____________________________________________________________________________
14821 [  7938] By: jhi                                   on 2000/12/01  03:20:39
14822         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
14823              should it be required inside regexen?
14824      Branch: perl
14825            ! regcomp.c t/op/regmesg.t
14826 ____________________________________________________________________________
14827 [  7937] By: jhi                                   on 2000/12/01  02:58:53
14828         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
14829              stored and restored, and thusly was trounced by the utf8 swash
14830              routines.
14831      Branch: perl
14832            ! regcomp.c
14833 ____________________________________________________________________________
14834 [  7936] By: jhi                                   on 2000/11/30  20:41:39
14835         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
14836              Why the different platforms behave so differently (core dump vs
14837              no core dump) on this bug is a but of a mystery, but if I had to
14838              guess I would mumble something like 'alignment'.
14839      Branch: perl
14840            ! sv.c
14841 ____________________________________________________________________________
14842 [  7935] By: jhi                                   on 2000/11/30  16:17:02
14843         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
14844              From: Robin Barker <rmb1@cise.npl.co.uk>
14845              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
14846              Date: Thu, 30 Nov 2000 14:27:12 GMT
14847      Branch: perl
14848            ! perlio.c toke.c
14849 ____________________________________________________________________________
14850 [  7934] By: jhi                                   on 2000/11/30  16:04:49
14851         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
14852      Branch: perl
14853            ! t/lib/net-hostent.t
14854 ____________________________________________________________________________
14855 [  7933] By: jhi                                   on 2000/11/30  06:07:26
14856         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
14857              From: Peter Prymmer <pvhp@forte.com>
14858              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
14859              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
14860              
14861              In VMS the localhost may be LOCALHOST.
14862      Branch: perl
14863            ! t/lib/net-hostent.t
14864 ____________________________________________________________________________
14865 [  7932] By: jhi                                   on 2000/11/30  01:11:11
14866         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
14867              From: Peter Prymmer <pvhp@forte.com>
14868              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
14869              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
14870              
14871              plus regen perlapi.pod.
14872      Branch: perl
14873            ! pod/perlapi.pod utf8.c
14874 ____________________________________________________________________________
14875 [  7931] By: jhi                                   on 2000/11/30  01:06:19
14876         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
14877              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
14878              Date:     Wed, 29 Nov 2000 17:15:11 EST
14879              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
14880      Branch: perl
14881            ! t/lib/filter-util.pl t/lib/filter-util.t
14882 ____________________________________________________________________________
14883 [  7930] By: jhi                                   on 2000/11/29  18:51:55
14884         Log: Update Changes.
14885      Branch: perl
14886            ! Changes patchlevel.h
14887 ____________________________________________________________________________
14888 [  7929] By: jhi                                   on 2000/11/29  18:50:55
14889         Log: Update the va_copy() metaconfig unit.
14890      Branch: metaconfig/U/perl
14891            ! need_va_copy.U
14892 ____________________________________________________________________________
14893 [  7928] By: jhi                                   on 2000/11/29  17:50:43
14894         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
14895              From: Dominic Dunlop <domo@computer.org>
14896              Date: Tue, 28 Nov 2000 16:41:57 +0100
14897              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
14898              
14899              Patch to catch a core dump in the Configure va_copy test.
14900      Branch: perl
14901            ! Configure config_h.SH
14902 ____________________________________________________________________________
14903 [  7927] By: jhi                                   on 2000/11/29  17:31:59
14904         Log: Retract #7921, the patch shouldn't be needed.
14905      Branch: perl
14906            ! sv.c
14907 ____________________________________________________________________________
14908 [  7926] By: jhi                                   on 2000/11/29  17:01:41
14909         Log: Make the Class::Struct import() wiser.
14910      Branch: perl
14911            ! lib/Class/Struct.pm t/lib/class-struct.t
14912 ____________________________________________________________________________
14913 [  7925] By: jhi                                   on 2000/11/29  16:36:33
14914         Log: All the core library users of Class::Struct seem to be
14915              using "use Class::Struct 'struct';" instead of the bare
14916              "use Class::Struct;", which isn't documented in Class::Struct.
14917              This can't be right.
14918      Branch: perl
14919            ! lib/File/stat.pm
14920 ____________________________________________________________________________
14921 [  7924] By: jhi                                   on 2000/11/29  16:32:15
14922         Log: A test works better if it has the right 1..$n output.
14923      Branch: perl
14924            ! t/lib/class-struct.t
14925 ____________________________________________________________________________
14926 [  7923] By: jhi                                   on 2000/11/29  16:29:11
14927         Log: Forgot to MANIFEST the new Net::hostent test.
14928      Branch: perl
14929            ! MANIFEST
14930 ____________________________________________________________________________
14931 [  7922] By: jhi                                   on 2000/11/29  16:27:49
14932         Log: Integrate perlio.
14933      Branch: perl
14934           !> iperlsys.h perlio.c
14935 ____________________________________________________________________________
14936 [  7921] By: jhi                                   on 2000/11/29  16:27:10
14937         Log: (Retracted by #7927.)
14938              
14939              Subject: [PATCH] Is infinity a number?
14940              From: Simon Cozens <simon@cozens.net>
14941              Date: Wed, 29 Nov 2000 14:48:20 +0000
14942              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
14943      Branch: perl
14944            ! sv.c
14945 ____________________________________________________________________________
14946 [  7920] By: jhi                                   on 2000/11/29  16:23:02
14947         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
14948              From: rspier@pobox.com (Robert Spier)
14949              Date: Wed, 29 Nov 2000 02:17:49 -0500
14950              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
14951              
14952              Add a test for Net::hostent.
14953      Branch: perl
14954            + t/lib/net-hostent.t
14955 ____________________________________________________________________________
14956 [  7919] By: jhi                                   on 2000/11/29  16:21:31
14957         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
14958              add a test for Class::Struct.
14959      Branch: perl
14960            + t/lib/class-struct.t
14961            ! MANIFEST lib/Class/Struct.pm
14962 ____________________________________________________________________________
14963 [  7918] By: jhi                                   on 2000/11/29  15:48:40
14964         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
14965              From: rspier@pobox.com (Robert Spier)
14966              Date: Wed, 29 Nov 2000 02:25:39 -0500
14967              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
14968              
14969              More checking in case someone has broken their services or
14970              protocol databases.
14971      Branch: perl
14972            ! ext/Sys/Syslog/Syslog.pm
14973 ____________________________________________________________________________
14974 [  7917] By: jhi                                   on 2000/11/29  15:46:25
14975         Log: Subject: [PATCH] $^O  win32 -> MSWin32
14976              From: rspier@pobox.com (Robert Spier)
14977              Date: Wed, 29 Nov 2000 02:17:38 -0500
14978              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
14979              
14980              plus similar nits for vms, err, VMS, and UNICOS.
14981      Branch: perl
14982            ! t/lib/syslfs.t t/op/lfs.t
14983 ____________________________________________________________________________
14984 [  7916] By: jhi                                   on 2000/11/29  15:42:51
14985         Log: Subject: [PATCH] Tokeniser debugging
14986              From: Simon Cozens <simon@cozens.net>
14987              Date: Wed, 29 Nov 2000 14:15:45 +0000
14988              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
14989      Branch: perl
14990            ! perl.c perl.h pod/perlrun.pod toke.c
14991 ____________________________________________________________________________
14992 [  7915] By: jhi                                   on 2000/11/29  15:41:36
14993         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
14994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14995              Date: Wed, 29 Nov 2000 02:13:14 -0500
14996              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
14997              
14998              OUT keyword nits.
14999              
15000              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
15001              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15002              Date: Wed, 29 Nov 2000 03:09:04 -0500
15003              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
15004              
15005              OUT and IN_OUT documentation.
15006      Branch: perl
15007            ! lib/ExtUtils/xsubpp pod/perlxs.pod
15008 ____________________________________________________________________________
15009 [  7914] By: jhi                                   on 2000/11/29  03:35:01
15010         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
15011              From: John Tobey <jtobey@john-edwin-tobey.org>
15012              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
15013              Message-Id: <m140e1N-000FOoC@feynman.localnet>
15014              
15015              plus a performance speedup noticed by Sarathy.
15016      Branch: perl
15017            ! op.c
15018 ____________________________________________________________________________
15019 [  7913] By: jhi                                   on 2000/11/29  03:16:59
15020         Log: Use "1 while unlink" so that VMS gets clean, too.
15021      Branch: perl
15022            ! t/lib/filter-util.t
15023 ____________________________________________________________________________
15024 [  7912] By: jhi                                   on 2000/11/29  03:09:08
15025         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
15026              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15027              Date: Tue, 28 Nov 2000 03:27:09 -0500
15028              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
15029      Branch: perl
15030            ! lib/ExtUtils/xsubpp
15031 ____________________________________________________________________________
15032 [  7911] By: jhi                                   on 2000/11/29  03:06:30
15033         Log: This should have been part of #7872: no need to scan UTF-8
15034              until eternity.
15035      Branch: perl
15036            ! utf8.c
15037 ____________________________________________________________________________
15038 [  7910] By: jhi                                   on 2000/11/29  02:50:04
15039         Log: One more perltie.pod nit from Casey R. Tweten.
15040      Branch: perl
15041            ! pod/perltie.pod
15042 ____________________________________________________________________________
15043 [  7909] By: jhi                                   on 2000/11/29  02:44:23
15044         Log: Document the known sprintf test failures, exact standard
15045              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
15046      Branch: perl
15047            ! pod/perldelta.pod t/op/sprintf.t
15048 ____________________________________________________________________________
15049 [  7908] By: jhi                                   on 2000/11/29  02:36:23
15050         Log: Add the Encoding table format documentation.
15051      Branch: perl
15052            + ext/Encode/Encode/EncodeFormat.pod
15053            ! MANIFEST
15054 ____________________________________________________________________________
15055 [  7907] By: jhi                                   on 2000/11/29  02:07:24
15056         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
15057              From: "Casey R. Tweten" <crt@kiski.net>
15058              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
15059              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
15060              
15061              Subject: Re: [PATCH] Updating perltie.pod for arrays
15062              From: "Casey R. Tweten" <crt@kiski.net>
15063              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
15064              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
15065      Branch: perl
15066            ! pod/perltie.pod
15067 ____________________________________________________________________________
15068 [  7906] By: nick                                  on 2000/11/28  22:40:59
15069         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
15070      Branch: perlio
15071            ! iperlsys.h perlio.c
15072 ____________________________________________________________________________
15073 [  7905] By: nick                                  on 2000/11/28  22:04:34
15074         Log: Integrate mainline
15075      Branch: perlio
15076           !> (integrate 39 files)
15077 ____________________________________________________________________________
15078 [  7904] By: jhi                                   on 2000/11/28  16:44:43
15079         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
15080              From: Nicholas Clark <nick@babyhippo.co.uk>
15081              Date: Tue, 28 Nov 2000 11:16:57 +0000
15082              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
15083      Branch: perl
15084            ! pod/perlipc.pod
15085 ____________________________________________________________________________
15086 [  7903] By: jhi                                   on 2000/11/28  16:40:31
15087         Log: Subject: [PATCH] Updating perltie.pod for arrays
15088              From: "Casey R. Tweten" <crt@kiski.net>
15089              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
15090              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
15091      Branch: perl
15092            ! pod/perltie.pod
15093 ____________________________________________________________________________
15094 [  7902] By: jhi                                   on 2000/11/28  16:39:37
15095         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
15096              From: Robin Barker <rmb1@cise.npl.co.uk>
15097              Date: Mon, 27 Nov 2000 17:56:44 GMT
15098              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
15099      Branch: perl
15100            ! pod/perlfunc.pod t/op/split.t
15101 ____________________________________________________________________________
15102 [  7901] By: jhi                                   on 2000/11/28  16:28:04
15103         Log: setmode() is a DOSish-only thing.
15104      Branch: perl
15105            ! perlio.c
15106 ____________________________________________________________________________
15107 [  7900] By: jhi                                   on 2000/11/28  16:21:46
15108         Log: Subject: [PATCH] perlcc.PL cleanups
15109              From: Simon Cozens <simon@cozens.net>
15110              Date: Tue, 28 Nov 2000 12:44:35 +0000
15111              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
15112      Branch: perl
15113            ! utils/perlcc.PL
15114 ____________________________________________________________________________
15115 [  7899] By: gsar                                  on 2000/11/28  06:32:55
15116         Log: reintegrate files missed by change#7895
15117      Branch: maint-5.6/perl
15118           +> ext/ByteLoader/bytecode.h utils/Makefile
15119            - utils/perlbc.PL
15120 ____________________________________________________________________________
15121 [  7897] By: gsar                                  on 2000/11/27  18:22:47
15122         Log: can't integrate these two files, for some reason
15123      Branch: maint-5.6/perl
15124            - ext/ByteLoader/bytecode.h utils/Makefile
15125 ____________________________________________________________________________
15126 [  7895] By: gsar                                  on 2000/11/27  18:11:21
15127         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
15128              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
15129              6757..6890,6892..6901 from mainline
15130              
15131              Bytecompiler patches from Benjamin Stuhl.
15132              
15133              More bytecompiler.
15134              
15135              Subject: [PATCH blead] B:: missing dependency
15136              
15137              Subject: [PATCH: 6757] configure.com updates and syslog build
15138              
15139              Long double Gconvert fixes from Yitzchak Scott-Thoennes
15140              and Spider Boardman.
15141              
15142              Subject: [PATCH blead] nextchar() abuse misses an optimisation
15143              
15144              Long double fixes from Spider Boardman.
15145              
15146              Make the selection of NVff et al stricter.
15147              
15148              cSVOPo_*v things index into the current PL_curpad
15149              under ithreads, which is different from the curpad
15150              used by the XSUB.  (In other words, the code as-is
15151              before this patch wouldn't work under ithreads.)
15152              
15153              Be portable.
15154              
15155              VMS MMS (make) wants null action.
15156              
15157              Mac and other portability updates from Chris Nandor.
15158              
15159              Storable support, v-version fixes.
15160              Subject: CPAN.pm beta for testing available
15161              
15162              Portability fix from Hugo van der Sanden.
15163              
15164              Bad makefile.
15165              
15166              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
15167              
15168              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
15169              
15170              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15171              
15172              Replace #6705 with a minimal doc patch.
15173              Subject: [PATCH 5.6.0] replace change #6705
15174              
15175              Drop the separate perlbc, perlcc -b should be enough.
15176              
15177              installperl couldn't tell whether it had run tests or not.
15178              Subject: [PATCH] Re: installperl and t/TEST
15179              
15180              Add silencer flags to installperl.
15181              Subject: [PATCH] Making installperl silent.
15182              
15183              Make "make install" by default silent.  A new "install-verbose"
15184              target is verbose.
15185              
15186              More liberal parsing of version numbers.
15187              Subject: Re: CPAN.pm beta for testing available
15188              
15189              Create directories in silence.
15190              Subject: [PATCH] Another silencer for MakeMaker
15191              
15192              DOS patches and portability/porting notes, from Tim Jenness.
15193              
15194              Make installman to recognize the silence flag -S.
15195              
15196              Actually do something with the silencer option.
15197              
15198              Continue silencing.
15199              
15200              Show the doc file, not the temp file.
15201              
15202              Regen perltoc.
15203              
15204              Subject: [PATCH] More silencing of installman.
15205              
15206              Better wording for the vec lvalue diagnostic.
15207              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
15208              
15209              Subject: [PATCH: 6805] several more tweaks to configure.com
15210              
15211              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
15212              
15213              Missing parts of 
15214              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
15215              
15216              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
15217              (applied slightly modified)
15218              
15219              installperl --verbose and --silent.
15220              Subject: Re: [PATCH] More silencing of installman.
15221              
15222              Add install-silent target.
15223              
15224              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
15225              the problem reported in
15226              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
15227              
15228              Tweak the sfio/useperlio logic, hopefully as wished in
15229              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
15230              
15231              One forgotten file from #6816.
15232              
15233              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
15234              
15235              Remove duplicately applied patch shards.
15236              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
15237              
15238              Support preserving extremely big/small angles.
15239              
15240              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
15241              
15242              Subject: [PATCH] installation not quite silent yet.
15243              
15244              Update the test count.
15245              
15246              Use UVxf, PTR2UV, NVff.
15247              
15248              Document PTR2XX and INT2PTR.
15249              
15250              no-install target a la make -n.
15251              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
15252              
15253              grep -e isn't portable.
15254              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
15255              
15256              Can't get the test to reliably work thanks to the
15257              inaccurateness of floating point.  "Resolves" bug ids
15258              20000826.003, 20000826.009, 20000826.010,
15259              
15260              Subject: installman buglet
15261              
15262              DJGPP update from Laszlo Molnar.
15263              
15264              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15265              
15266              Passing -R in ldflags makes now it to appear in the default
15267              for lddlflags, just like with -L.
15268              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
15269              
15270              Test nit.
15271              
15272              Use the actual thread type, not the pointer-to-struct.
15273              
15274              Provice virtual $Config{ccflags_nolargefiles} etc. 
15275              
15276              display_format used as a class method without arguments was broken,
15277              reported in
15278              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
15279              
15280              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
15281              
15282              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
15283              
15284              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
15285              
15286              opmini.o may be left around if a build is interrupted.
15287              
15288              Typo in #6858.
15289              
15290              Fix for ID 20000828.001, long doubles were not formatted
15291              correctly (showed up in $], which stopped installing perl).
15292              
15293              An attempt to fix the problem reported in
15294              Subject: Building perl@6856 using gcc/AIX 4.3.3 
15295              I can't test this properly since the gcc installation I have
15296              access to seems to be botched (gcc is calling the AIX cpp,
15297              a losing proposition...)
15298              
15299              Add -ld to archname on long tr...double platforms.
15300              
15301              Subject: hv.h Doc Patch
15302              
15303              Potential cruft.
15304              
15305              Subject: [PATCH bleedperl@6856] warnings fixes
15306              
15307              -S is the silent flag, -s is the strip flag.
15308              Subject: [PATCH] Re: [PATCH] make no-install          
15309              
15310              Take out the SUIDMAIL thing, that will not be
15311              a problem in 5.7.*.
15312              
15313              Subject: [PATCH bleedperl@6866] spellings
15314              
15315              Subject: [PATCH] Re: files not cleaned even by veryclean
15316              
15317              Use minimal @INC in tests, most of the time just '../lib',
15318              so that we simply can't pick up stuff from other Perls than
15319              the one we are testing.  Pointed out by
15320              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
15321              
15322              Update to Getopt::Long 2.24, from Johan Vromans.
15323              
15324              Fix for thinko in #6848.
15325              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
15326              
15327              Patches all over for people and the files they (hopefully) care about.
15328              
15329              Subject: Net::protoent does not export 'getproto'
15330              
15331              Missed a change in #6869.
15332              
15333              Subject: [PATCH] Warnings in B::Deparse
15334              
15335              Subject: [PATCH] Glob dumping
15336              
15337              Disable one of the tests for now.
15338              
15339              Disabling the one test is a bit tricky.
15340              
15341              Don't forget to tidy up.
15342              
15343              The #6881 removed one dump line.
15344              
15345              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
15346              
15347              Under usethreads the dumped variable is IN_PAD.
15348              Subject: Re: [PATCH] Glob dumping
15349              
15350              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
15351              
15352              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
15353              
15354              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
15355              
15356              Regen Configure for #6894.
15357              
15358              Subject: [PATCH: 6889] updates to perlebcdic.pod
15359              
15360              Undo namespace pollution of #6878.
15361              Subject: Re: Net::protoent does not export 'getproto'
15362              
15363              Admit that we are leaking scalars.
15364              
15365              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
15366      Branch: maint-5.6/perl
15367           !> (integrate 271 files)
15368 ____________________________________________________________________________
15369 [  7894] By: gsar                                  on 2000/11/27  16:00:34
15370         Log: a couple of nits
15371      Branch: maint-5.6/perl
15372            ! MANIFEST pp_sys.c
15373 ____________________________________________________________________________
15374 [  7893] By: gsar                                  on 2000/11/27  15:10:56
15375         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
15376              6740..6745,6747..6757,6760
15377              
15378              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
15379              
15380              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
15381              
15382              Doc nits spotted by Richard Soderberg.
15383              
15384              move WNOHANG definition to where other such things are
15385              
15386              Make $Config{byteorder} more magical so that it is
15387              dynamically computed: nice for 'fat binaries'.
15388              Subject: [PATCH]: default byteorder
15389              
15390              Subject: [PATCH] Cwd.pm now uses strict
15391              
15392              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
15393              
15394              Get -DLEAKTEST to compile (not necessarily to work, mind)
15395              Subject: [ID 20000724.006] -DLEAKTEST problem
15396              
15397              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
15398              
15399              Add perlebcdic from Peter Prymmer, regen toc.
15400              
15401              Don't propose using modules built for 5.005 if no binary
15402              compatibility with 5.005 is attempted.
15403              
15404              Do not use prototyping here.
15405              Subject: [ID 20000817.016] [PATCH] Peek.xs
15406              
15407              Document what the backtick returns if the command fails.
15408              
15409              Add byteorder to the myconfig output.
15410              
15411              Introduce NVef, NVff, and NVgf, use the middle one.
15412              (helps for lib/peek + Linux + long doubles)  Reported in
15413              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15414              Use NVs in POSIX math, not doubles.
15415              Subject: [ID 20000817.014] POSIX & modfl
15416              
15417              Subject: [PATCH 5.6.0+] newSVrv() memory leak
15418              
15419              The byteorder code in #6671 was wrong.
15420              
15421              Fix the lib/complex failure of
15422              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
15423              Linux long double accuracy issue: something that
15424              when printed with %g looks like "2" but int() of it is 1.
15425              
15426              Propagate new Configure vars.
15427              
15428              Unbuffer the output.
15429              
15430              Subject: [PATCH] perltrap.pod spring cleaning
15431              
15432              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
15433              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
15434              
15435              Tiny Getopt::Long patch from Johan Vromans.
15436              
15437              Document code point which makes if (defined %stash::) to work
15438              (noted by Spider Boardman).
15439              
15440              Subject: [PATCH perl@6698] cygwin port
15441              
15442              Document the NDBM_File and ODBM_File as SDBM_File
15443              was documented in #6417.
15444              
15445              The new tests were missing from #6415.
15446              
15447              Add [[:blank:]] as suggested in
15448              Subject: [ID 20000716.024] [=cc=] / [:blank:]
15449              (the [=cc=] has already been taken care of by #6439
15450              so the whole bug report can be closed)
15451              and make [[:space:]] to be equivalent to isspace(3)
15452              (as opposed to \s, which is isSPACE()).  The difference
15453              is that now [[:space:]] matches the mythical vertical tab,
15454              while \s doesn't.
15455              
15456              Don't eat leading os from index entries.
15457              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
15458              
15459              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
15460              
15461              Typo in pp_complement().
15462              Subject: [PATCH perl-current] Deparse
15463              
15464              Add warnif(), check warnings further up the stack,
15465              all the warnings functions now can take an optional object reference.
15466              Subject: [PATCH bleedperl@6691] warnings pragma update
15467              
15468              Fix a core dump in lib/selfloader under -DDEBUGGING.
15469              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
15470              
15471              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
15472              
15473              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
15474              
15475              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
15476              Put back the long double avoidance code to POSIX.xs
15477              because VMS seems to need it still.
15478              
15479              Introduce a 'veryclean' target that is like 'distclean'
15480              but also removes *~ and *.orig.
15481              
15482              Subject: [ID 20000817.023] endianness description in perlfunc.pod
15483              
15484              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
15485              
15486              Let's try #6717 again.
15487              
15488              UTF8 concat fixes.
15489              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
15490              
15491              pp_open() could pass an uninitialized filename down to do_open9().
15492              
15493              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
15494              
15495              Update to CGI 2.72, from Lincoln Stein.
15496              
15497              Subject: [PATCH] Silence MakeMaker (Was: installman)
15498              
15499              Use temporary directory instead of current directory.
15500              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
15501              
15502              Document odd vs even subreleases and -Dusedevel.
15503              
15504              The veryclean target needs to clobber.
15505              
15506              Use File::Spec->tmpdir().
15507              
15508              Document the number of exponent digits.
15509              
15510              Mention perlebcdic and perlposix-bc.
15511              
15512              s/this one/the 5.6.0 release/
15513              
15514              The #6724 is here.
15515              
15516              The correct cleaning order is an art.
15517              
15518              small tweaks for change#6705: avoid C++ style comments in C code;
15519              use Perl's malloc API rather than the low level system one
15520              
15521              Array context keeps slithering in.
15522              
15523              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
15524              
15525              Subject: [PATCH] os2.c fix for use64bitint
15526              
15527              Update to Pod::LaTeX 0.53.
15528              Subject: [PATCH] lib/Pod/LaTeX.pm updates
15529              
15530              Document the endianness of Alpha more precisely.
15531              
15532              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
15533              
15534              Rename the macro argument because some preprocessors
15535              can't tell the difference and expand arguments also inside
15536              double quoted strings.
15537              
15538              free TLS slot properly on Windows
15539              
15540              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
15541              
15542              Unicos/mk requires elaborate paranoia.
15543              
15544              Tweak the floating point output routine preferences.
15545              
15546              Also under djgpp the timestamps are funky.
15547              
15548              Apply some PodParser 1.18 patches; the Pod/Find.pm
15549              patches cannot be applied since #6712 conflicts.
15550              
15551              Use PodParser 1.18 new test.
15552              
15553              A pod nit.
15554              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
15555              
15556              Be verydeepclean.
15557      Branch: maint-5.6/perl
15558           +> pod/perlebcdic.pod
15559           !> (integrate 106 files)
15560 ____________________________________________________________________________
15561 [  7892] By: jhi                                   on 2000/11/27  15:02:32
15562         Log: Update Changes.
15563      Branch: perl
15564            ! Changes patchlevel.h
15565 ____________________________________________________________________________
15566 [  7891] By: jhi                                   on 2000/11/27  14:57:23
15567         Log: Subject: Re: perlfaq style changes
15568              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15569              Date: Sat, 25 Nov 2000 23:32:26 -0800
15570              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
15571              
15572              plus a note from Ronald Kimball.
15573      Branch: perl
15574            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
15575 ____________________________________________________________________________
15576 [  7890] By: jhi                                   on 2000/11/27  14:53:14
15577         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
15578              From: Benjamin Holzman <bah@ecnvantage.com>
15579              Date: Sun, 26 Nov 2000 16:27:33 -0500
15580              Message-ID: <20001126162733.J25040@ecnvantage.com>
15581      Branch: perl
15582            ! gv.c
15583 ____________________________________________________________________________
15584 [  7889] By: jhi                                   on 2000/11/27  14:43:11
15585         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
15586              From: lvirden@cas.org
15587              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
15588              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
15589      Branch: perl
15590            ! README.amiga
15591 ____________________________________________________________________________
15592 [  7888] By: jhi                                   on 2000/11/27  14:32:34
15593         Log: Restore also the locale test to no-sprintf-taint state.
15594              Fixes the bug 20001127.003.
15595      Branch: perl
15596            ! sv.c t/pragma/locale.t
15597 ____________________________________________________________________________
15598 [  7887] By: gsar                                  on 2000/11/27  14:13:05
15599         Log: integrate changes#6613..6616,6620..6665 from mainline
15600              
15601              VMS configure.com update continues.
15602              
15603              Subject: Test fails / warnings with perl-current #6612
15604              
15605              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
15606              
15607              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15608              
15609              For now remove the mail code.
15610              
15611              Subject: Re: [PATCH] @+, @- readonly
15612              
15613              Subject: warning: storage class after type is obsolescent
15614              
15615              Subject: sfio2000
15616              
15617              Subject: Re: File::Temp problems on VMS in bleedperl
15618              
15619              README.os2 update.
15620              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
15621              
15622              Make the user to give up his firstborn, err, to knowingly
15623              verify installing an unstable developer release.  Also bump
15624              the release to 5.7.0, but leave a patch tag in the local
15625              patches saying that this is not yet the real thing.
15626              
15627              Update (kinda) to Test 1.14, from Joshua Pritikin.
15628              
15629              make ok etc also for win32.
15630              
15631              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
15632              
15633              Don't blow limited stacks, a lower number is enough to
15634              tickle the lookbehind limit.
15635              
15636              Use -Dusedevel; regen Configure and the respective Porting stuff.
15637              
15638              Subject: [PATCH] debugger exit code should reflect user exit code
15639              
15640              Subject: [PATCH perl@6620] cygwin port
15641              
15642              Missed a file from #6638.
15643              
15644              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)
15645              
15646              magic callbacks all need to have same type signature
15647              
15648              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
15649              
15650              Fix a dependency problem.
15651              Subject: [PATCH: 6640] VMS Makefile.SH update
15652              
15653              The numeric locale was reset to "C" by s?printf and never restored.
15654              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
15655              No test since adding the failing example to locale.t
15656              does not fail -- probably because the locale settings are so
15657              thoroughly tweaked by that time.  Running the example standalone
15658              does fail, though.  UPDATE: test case added at change #7540.
15659              
15660              Subject: [ID 20000324.040] minor fix to perlhpux.pod
15661              
15662              Update to CPAN 1.57.
15663              
15664              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
15665              
15666              Change the perlbug address to perl.org since it's more forgiving.
15667              
15668              Change the regx compilation error markers to use = instead of <
15669              since pod makes using the latter quite messy.  Reported in
15670              ID 20000814.006 by Abigail and in
15671              Subject: Unknown escape E<> ?
15672              
15673              Update to perldebtut 1.9, from Richard Foley.
15674              
15675              check that the number pseudo children doesn't exceed
15676              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
15677              the WaitForMultipleObjects() limit that would cause wait()
15678              to crash)
15679              wait() and waitpid() could potentially be rewritten to use
15680              more than one thread to do the waiting to eliminate this
15681              limitation
15682              
15683              change#6328 could make close(SOCKET) return false on windows
15684              when it shouldn't
15685              
15686              pod nit seen in passing
15687              
15688              on windows, the return values from wait() and waitpid() don't
15689              match those of pseudo-pids
15690              
15691              waitpid() now handles externally spawned pids correctly;
15692              fixes for backtick/wait/waitpid failures on Windows 9x
15693              these changes make the pid returned by process functions on
15694              Windows 9x always positive by clearing the high bit (which
15695              is always set on Win9x); pseudo-process PIDs are likewise
15696              always negative now on Win9x (just as on NT/2000)
15697              
15698              trailing new %ENV entries weren't being pushed into the real
15699              environment of subprocesses on Windows
15700              
15701              Tweak the regex compilation errors once more.
15702              
15703              avoid warnings from dense compiler
15704              
15705              add "ok" targets from change#6632 in makefile.mk
15706      Branch: maint-5.6/perl
15707            - lib/Pod/PlainText.pm vms/configure.com
15708           !> (integrate 66 files)
15709 ____________________________________________________________________________
15710 [  7886] By: jhi                                   on 2000/11/27  13:54:18
15711         Log: __FUNCTION__ isn't portable and trying to emulate it leads
15712              into practically spelling out the name of the function.
15713              Takes care of the bug 20001127.001.
15714      Branch: perl
15715            ! perlio.c
15716 ____________________________________________________________________________
15717 [  7885] By: gsar                                  on 2000/11/27  13:53:18
15718         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
15719              6610..6611 from mainline
15720              
15721              Make regular expression parse error messages easier to understand.
15722              Subject: Re: enhanced(?) regex error messages
15723              
15724              Tiny tidying on report_evil_fh().
15725              
15726              Subject: Re: enhanced(?) regex error messages 
15727              plus Capitalize the error messages, plus perldiag them.
15728              
15729              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
15730              
15731              Document here-doc better.
15732              
15733              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
15734              
15735              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
15736              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
15737              (either perlbug or p5p ate the original), plus regen
15738              perlapi and perltoc. 
15739              
15740              Regen global.sym.
15741              
15742              Double check that we have a dirhandle.
15743              
15744              Subject: Re: enhanced(?) regex error messages
15745              (plus two small patches sent privately)
15746              (this still seems to leave few test failures)
15747              
15748              warn is a macro, avoid using at a variable to avoid warnings
15749              in some configurations; readdir.t is too conservative in
15750              estimating number of *.t's
15751              
15752              Get back into sync with Jeffrey on the enhanced regex warnings.
15753              
15754              Subject: [PATCH 5.6.0] cygwin port
15755              
15756              Zero entries were skipped, fix from Adrian Goalby
15757              <argoalby@yahoo.co.uk>
15758              
15759              Subject: Remove dead entry in perldiag
15760              
15761              Amend the description of Perl6.
15762              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
15763              
15764              detypo
15765              
15766              It's the 2ndO'ROSSC.
15767              
15768              Revert the sv.c part of #6559, a better fix is needed.
15769              
15770              Iterating perl6 description.
15771              
15772              Update to Term::ANSIColor 1.03, from Russ Allbery.
15773              
15774              Update to Getopt::Long 2.23_05, from Johan Vromans.
15775              
15776              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
15777              
15778              Update to Pod::Parser 1.17, from Brad Appleton.
15779              
15780              Update to CPAN 1.56, from Andreas König.
15781              
15782              Update to CGI 2.70, from Lincoln Stein.
15783              
15784              Put back the std @INC thing.
15785              
15786              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
15787              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
15788              
15789              Document the IO::Select timeout.
15790              
15791              sleep(1) does not necessarily return 1.
15792              Subject: [PATCH bleadperl] op/lex_assign.t  
15793              
15794              Subject: debugger "d" command doesnt check line number
15795              
15796              B::Deparse didn't do sub attributes.
15797              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15798              
15799              Preprocessing and postprocessing for File::Find.
15800              Subject: Patch to Find::File.pm to allow alphabetical results
15801              
15802              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
15803              
15804              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
15805              
15806              Subject: Re: [ID 20000730.003] utf8::length() bad
15807              
15808              Subject: Getting perlio and threads to compile
15809              (the Solaris version changes in Configure skipped)
15810              
15811              Tests for #6589.
15812              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
15813              
15814              Add Perl debugging tutorial, regen toc. 
15815              Subject: perldebtut.pod
15816              
15817              Add a few missing files, update MANIFEST.
15818              
15819              Rewrite of vms/subconfigure.com as configure.com,
15820              from Peter Prymmer and the vmsperl crew.
15821              
15822              Should have deleted this in #6603.
15823              
15824              Fix the test for 5005threads.
15825              
15826              Fix-n-skip the tests under 5005threads.
15827              
15828              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
15829              
15830              Upgrade to CGI 2.71, from Lincoln Stein.
15831      Branch: maint-5.6/perl
15832           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
15833           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
15834           +> t/op/regmesg.t t/pod/find.t vms/configure.com
15835            - vms/subconfigure.com
15836            ! lib/lib.pm
15837           !> (integrate 115 files)
15838 ____________________________________________________________________________
15839 [  7884] By: jhi                                   on 2000/11/27  13:44:33
15840         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
15841              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15842              Date:     Mon, 27 Nov 2000 08:23:54 EST
15843              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
15844      Branch: perl
15845            ! vms/descrip_mms.template vms/test.com
15846 ____________________________________________________________________________
15847 [  7883] By: gsar                                  on 2000/11/27  11:50:46
15848         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
15849              6511..6513,6515..6523,6525..6536
15850              
15851              The swallow_bom() saga continues.  The #23 of require.t
15852              (UTF16-LE) still fails (silently, no output) but the #22
15853              (UTF16-BE) seems to be working now.  The root of the
15854              failure may be in sv_gets(): is it UTF-16LE-aware,
15855              especially when it comes to line endings? 
15856              
15857              Document the problem with -P in HP-UX and its workaround.
15858              
15859              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
15860              (aka ID 20000730.002)
15861              
15862              Subject: fix and question re: waitpid() under win32
15863              
15864              Make the safety catch for buggy gccs work with triple version
15865              numbers like 2.95.2.  Reported in
15866              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
15867              
15868              In Digital UNIX warn if gcc explicitly chosen because even
15869              2.95.2 is known to cause problems.
15870              
15871              Make chr() for values >127 to create utf8 when under utf8.
15872              
15873              various syntax errors and such (not fixed: comp/require.t#22 coredump
15874              on Windows)
15875              
15876              Stash away the largefiles flags and libswanted.
15877              
15878              BOM patching from Simon Cozens.
15879              
15880              If gccosandvers is equal to osname, clear gccosandvers.
15881              
15882              Make p4desc to skip non-mainperl branches by default.
15883              
15884              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
15885              
15886              The test from this
15887              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
15888              
15889              In new BSDs changes to argv[] do not show up in ps(1) output,
15890              instead one must use setproctitle().  This was already addressed
15891              by change #6457, but the below has a new variant for FreeBSD 4.0
15892              or later, and the matter is also documented more.
15893              
15894              FreeBSD 3.* updates from
15895              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
15896              
15897              regen_headers, regen perltoc.
15898              
15899              Document in one place the memory abstractions used in Perl core.
15900              
15901              memcpy has n o in it, as pinted ut by Sarathy.
15902              
15903              Remove the extraneous "main::" prefix from all the
15904              "opened only for", "on closed", and "never opened" warnings.
15905              
15906              The name of a filehandle does not have <these>.
15907              
15908              The tr utf8 patching continues.
15909              
15910              The new setproctitle() feature is available only in 
15911              bleeding edge FreeBSD.  From Paul Saab.
15912              
15913              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
15914              
15915              Dump UVs as UVs in Data::Dumper.
15916              
15917              detypo #6494
15918              
15919              Document the IVdf UVuf UVof UVxf.
15920              
15921              require.t needs binmode() to work on windows
15922              
15923              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
15924              that are hopefully soon put into use.
15925              
15926              Allow "no Module;" even if there is no 'unimport'.
15927              
15928              Better skip message for the test; one of the two problems in
15929              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
15930              
15931              The subtest 4 may fail also on VOBS, as pointed out
15932              by Nick Ing-Simmons in November 1999, bug id 19991124.003
15933              (but the failure in that bug report isn't the subtest 4).
15934              
15935              Be more informative on what is skipped and why,
15936              also repeat the list at the end.
15937              
15938              Add a URL for FSF.
15939              
15940              Subject: [PATCH] sv.h documentation - SvLEN
15941              
15942              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
15943              
15944              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
15945              
15946              Subject: [PATCH] bad cppsymbols on os2 + Configure question
15947              
15948              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
15949              
15950              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
15951              mention the idea of @( and @)
15952              
15953              This is 6512.  Really.
15954              
15955              Subject: [ID 19990721.004] Documentation bug in perlfunc
15956              
15957              Subject: Minor tweak to perlvar.pod
15958              
15959              In the warnings call filehandles consistently so;
15960              add "unopened" warning for stat().
15961              
15962              After the #6519 a warning about stat() is just that,
15963              not about a filetest, which now have their own warning.
15964              
15965              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
15966              
15967              Subject: Re: Array vs. List context
15968              
15969              Subject: New perlcc, take 2
15970              
15971              Weed buglets pointed out by
15972              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
15973              
15974              gcc versions might have (parentheses) in them.
15975              
15976              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
15977              
15978              Essential prototype changes were missing from #6527.
15979              Also make report_evil_fh() more bomb-proof.
15980              
15981              Zap lib/Sys directory when cleaning up.
15982              
15983              Change the Policy policy: now -Dprefix= with an existing
15984              Policy.sh and prefix == siteprefix == vendorprefix, then all
15985              of them follow along the new prefix.
15986              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
15987              
15988              Continue fixing the io warnings.  This also
15989              sort of fixes bug ID 20000802.003: the core dump
15990              is no more.  Whether the current behaviour is correct
15991              (giving a warning: "Not a format reference"), is another matter.
15992              
15993              Have symbols for the IoTYPEs.
15994              
15995              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
15996              
15997              Document a bit that UDP is not what you might think.
15998              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
15999              tr memory corruption fix from Simon Cozens.
16000              
16001              Plug the security hole described in the Aug 05 2000 bugtraq message
16002              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
16003              The security hole exists only in suidperls, which isn't
16004              installed or even built by default.
16005      Branch: maint-5.6/perl
16006           !> (integrate 71 files)
16007 ____________________________________________________________________________
16008 [  7882] By: gsar                                  on 2000/11/27  10:25:36
16009         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
16010              from mainline
16011              
16012              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
16013              to be fatal errors (instead of by default ignoring them, and
16014              ignoring with a bug: even though -w gave an error, the opening [
16015              was left in)  Reported in:
16016              
16017              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
16018              
16019              Subject: [PATCH] split /^/
16020              
16021              MacOS nits from Matthias Neeracher.
16022              
16023              More split() doc and test patches from Mike Guy.
16024              
16025              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
16026              from Graham Barr in the module list.
16027              
16028              docfix from Peter Scott <Peter@PSDT.com>.
16029              
16030              File::Temp patches for VMS and OS/2 from Tim Jenness.
16031              
16032              open() wariness in perlbug.
16033              
16034              Subject: [PATCH] minor doc change - perlguts
16035              
16036              Subject: Minor doc patch: handy.h
16037              
16038              Be wary of close()s, too.
16039              
16040              Further File::Temp patches from Yitzchak Scott-Thoennes
16041              and Craig A. Berry.
16042              
16043              Subject: [PATCH] fixes bug 20000508.004
16044              
16045              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
16046              
16047              Allow "no AutoLoader;", based on change #6444,
16048              suggested by Graham Barr.
16049              
16050              Use setproctitle() if available to modify $0.
16051              
16052              Warn if the version of the operating system used to compile gcc
16053              differs from the current version of the operating system.
16054              Also display the gcc compilation os and version in myconfig.
16055              Inspiration from
16056              
16057              Tiny fixes for #6460.
16058              
16059              The problem described in this
16060              Subject: [ID 20000322.018] named chars aren't magical enough
16061              has been fixed in perl 5.6.0 but just in case added a test
16062              to keep it away.  (The report from Joseph Hall.)
16063              
16064              Tune the comments and hopefully stop a memory leak.
16065              
16066              Subject: UTF8 concat
16067              (with a memory leak fixed, plus a few casts added)
16068              This also seems to help for
16069              Subject: [ID 20000716.015] join UTF8 weirdness
16070              
16071              Do not upgrade SVs into utf8 just because they participate
16072              in eq or cmp.  Reported and fix suggested in
16073              Subject: [ID 20000720.009] sv_eq UTF8 bug
16074              
16075              Fix the HALF_UPGRADE() macro introduced in #6263.
16076              
16077              Find green threads before native threads.
16078              Subject: Re: Patch to jpl/JNI/Makefile.PL
16079      Branch: maint-5.6/perl
16080           !> (integrate 30 files)
16081 ____________________________________________________________________________
16082 [  7881] By: jhi                                   on 2000/11/27  05:48:41
16083         Log: It seems that *both* the unused submatch loop cleanup
16084              codes are needed.
16085      Branch: perl
16086            ! regexec.c
16087 ____________________________________________________________________________
16088 [  7880] By: jhi                                   on 2000/11/27  04:50:07
16089         Log: Clean .exists deeper.
16090      Branch: perl
16091            ! Makefile.SH
16092 ____________________________________________________________________________
16093 [  7879] By: jhi                                   on 2000/11/27  02:31:35
16094         Log: The code in regcppop() (see #7878) contains the correct lower
16095              limit for the unused submatch 'cleanup' loop so that under
16096              "use utf8" the following code wouldn't dump core:
16097              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
16098              the cleanup loop in regtry() stomped beyond allocated area
16099              in the startp[] array.  Therefore, copied the correct lower
16100              loop limit (*PL_reglastparen) to regtry().  Note: something
16101              may still not be quite right: why was the _higher_ loop limit
16102              (prog->nparens) different in the utf8 case?
16103              
16104              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
16105              without core dumps, there were about 17 of them before
16106              the patch (with us since Perl 5.7.0).  Two failures, still:
16107              496 and 505 (though these may not be severe).
16108              
16109              Patch #7881 is also needed since both the cleanup loops
16110              seem to be needed.
16111              
16112              Also, the t/op/pat#44 seems to core dump under utf8.
16113              Plus a couple of failures.  UGH-8.
16114      Branch: perl
16115            ! regexec.c
16116 ____________________________________________________________________________
16117 [  7878] By: jhi                                   on 2000/11/27  02:21:17
16118         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
16119              the code in regcppop() seems to be redundant for the test suite --
16120              but it contains a germ of truth, and it needed for the build
16121              process itself: see #7879 and #7881.
16122      Branch: perl
16123            ! regexec.c
16124 ____________________________________________________________________________
16125 [  7877] By: jhi                                   on 2000/11/27  01:53:09
16126         Log: Comment on comment.
16127      Branch: perl
16128            ! regexec.c
16129 ____________________________________________________________________________
16130 [  7876] By: jhi                                   on 2000/11/27  00:49:59
16131         Log: Adjust the docs to agree with #7875.
16132      Branch: perl
16133            ! pod/perllocale.pod
16134 ____________________________________________________________________________
16135 [  7875] By: jhi                                   on 2000/11/27  00:49:27
16136         Log: Retract #7863.  It makes more sense not to taint formatted output,
16137              not even by sprintf().
16138      Branch: perl
16139            ! sv.c
16140 ____________________________________________________________________________
16141 [  7874] By: jhi                                   on 2000/11/26  23:36:02
16142         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
16143              Not really fixed (should really dump the UTF-8 charclass),
16144              but stopped displaying the garbage.
16145              
16146              Also add a note on the (missing) Unicode PSXSPC and BLANK.
16147      Branch: perl
16148            ! regcomp.c
16149 ____________________________________________________________________________
16150 [  7873] By: jhi                                   on 2000/11/26  21:31:13
16151         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
16152      Branch: perl
16153            ! regexec.c
16154 ____________________________________________________________________________
16155 [  7872] By: jhi                                   on 2000/11/26  21:06:04
16156         Log: No need to scan till infinity, 13 is enough.
16157      Branch: perl
16158            ! handy.h utf8.c
16159 ____________________________________________________________________________
16160 [  7871] By: jhi                                   on 2000/11/26  20:20:32
16161         Log: Test line numbers are different with utf8.
16162      Branch: perl
16163            ! t/op/re_tests
16164 ____________________________________________________________________________
16165 [  7870] By: jhi                                   on 2000/11/26  20:10:12
16166         Log: Message nit.
16167      Branch: perl
16168            ! regcomp.c
16169 ____________________________________________________________________________
16170 [  7869] By: jhi                                   on 2000/11/26  19:01:05
16171         Log: Make utf8_length() and utf8_distance() (the latter of which
16172              is unused at the moment) to be less forgiving about bad UTF-8.
16173      Branch: perl
16174            ! embed.h embed.pl objXSUB.h proto.h utf8.c
16175 ____________________________________________________________________________
16176 [  7868] By: jhi                                   on 2000/11/26  18:45:56
16177         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
16178              From: Benjamin Holzman <bah@ecnvantage.com>
16179              Date: Sat, 25 Nov 2000 20:40:20 -0500       
16180              Message-ID: <20001125204020.A25040@ecnvantage.com>              
16181              
16182              Debian allows installing /usr/bin/locale without installing
16183              any locales, an error message will ensue.
16184      Branch: perl
16185            ! t/pragma/locale.t
16186 ____________________________________________________________________________
16187 [  7867] By: jhi                                   on 2000/11/26  18:31:12
16188         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
16189              From: Benjamin Holzman <bah@ecnvantage.com>
16190              Date: Sun, 26 Nov 2000 02:42:34 -0500
16191              Message-ID: <20001126024234.G25040@ecnvantage.com>
16192              
16193              Patch for the bug 20000212.002.
16194      Branch: perl
16195            ! sv.c t/op/array.t
16196 ____________________________________________________________________________
16197 [  7866] By: jhi                                   on 2000/11/26  18:28:09
16198         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
16199              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16200              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
16201              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
16202              
16203              File::Temp 0.11.
16204      Branch: perl
16205            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
16206 ____________________________________________________________________________
16207 [  7865] By: jhi                                   on 2000/11/26  18:24:22
16208         Log: The metaconfig unit change for #7864.
16209      Branch: metaconfig/U/perl
16210            ! need_va_copy.U
16211 ____________________________________________________________________________
16212 [  7864] By: jhi                                   on 2000/11/26  18:23:41
16213         Log: Make the va_copy() test not to be so talkative.
16214      Branch: perl
16215            ! Configure config_h.SH
16216 ____________________________________________________________________________
16217 [  7863] By: jhi                                   on 2000/11/26  18:11:02
16218         Log: Fix locale inconsistencies unearthed by Hugo's work.
16219              Now the floating point sprintf really does taint the result
16220              string as perllocale promises (has promised for a long time)
16221              if "use locale" is in the lexical scope.
16222      Branch: perl
16223            ! sv.c t/pragma/locale.t
16224 ____________________________________________________________________________
16225 [  7862] By: jhi                                   on 2000/11/26  00:35:15
16226         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
16227              From: Nicholas Clark <nick@ccl4.org>
16228              Date: Sun, 26 Nov 2000 00:07:50 +0000
16229              Message-ID: <20001126000750.A22446@plum.flirble.org>
16230              
16231              Infinit.
16232      Branch: perl
16233            ! sv.c
16234 ____________________________________________________________________________
16235 [  7861] By: jhi                                   on 2000/11/26  00:01:26
16236         Log: Integrate perlio.
16237      Branch: perl
16238           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
16239 ____________________________________________________________________________
16240 [  7860] By: nick                                  on 2000/11/25  22:04:17
16241         Log: Correct relative path from new ext\Filter\Util\Call location
16242              back to miniperl.
16243      Branch: perlio
16244            ! win32/makefile.mk
16245 ____________________________________________________________________________
16246 [  7859] By: nick                                  on 2000/11/25  21:26:54
16247         Log: Integrate mainline.
16248      Branch: perlio
16249           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16250           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16251           +> t/lib/filter-util.t
16252            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16253            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16254            - t/lib/filt-util.t
16255           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
16256           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
16257           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
16258           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
16259           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
16260           !> win32/makefile.mk
16261 ____________________________________________________________________________
16262 [  7858] By: gsar                                  on 2000/11/25  20:52:17
16263         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
16264              parent's memory; fix it by keeping track of the actual pad
16265              offset rather than a raw pointer (this change is probably also
16266              relevant to non-ithreads case to avoid fallout from reallocs of
16267              the pad array, but is currently only enabled for the ithreads
16268              case in the interests of minimal disruption to existing "well
16269              tested" code)
16270      Branch: perl
16271            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
16272            ! proto.h scope.c scope.h sv.c t/op/fork.t
16273 ____________________________________________________________________________
16274 [  7857] By: nick                                  on 2000/11/25  20:01:28
16275         Log: All tests pass on Win32/gcc/USE_PERLIO.
16276              - when crlf layer is pushed make unix-level binary.
16277              - remove :crlf injection in pp_backtick in pp_sys.c
16278              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
16279      Branch: perlio
16280            ! doio.c perlio.c pp_sys.c win32/makefile.mk
16281 ____________________________________________________________________________
16282 [  7856] By: jhi                                   on 2000/11/25  18:38:30
16283         Log: Update the metaconfig units for #7855.
16284      Branch: metaconfig/U/perl
16285            ! useperlio.U usesocks.U
16286 ____________________________________________________________________________
16287 [  7855] By: jhi                                   on 2000/11/25  18:37:54
16288         Log: Undo the SOCKS workarounds, instead start using PerlIO
16289              if SOCKS is selected.
16290              
16291              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
16292              From: Jens Hamisch <jens@Strawberry.COM>
16293              Date: Fri, 24 Nov 2000 18:31:30 +0100
16294              Message-ID: <20001124183130.E28337@Strawberry.COM>
16295              
16296              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
16297              From: Jens Hamisch <jens@Strawberry.COM>
16298              Date: Fri, 24 Nov 2000 19:11:51 +0100
16299              Message-ID: <20001124191151.A28753@Strawberry.COM>
16300      Branch: perl
16301            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
16302            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
16303 ____________________________________________________________________________
16304 [  7854] By: jhi                                   on 2000/11/25  17:39:08
16305         Log: Undo #7848.  Some of the code seems to use walkoptree(),
16306              some walkoptree_slow().  An unfinished renaming?
16307              Now the sub is walkoptree() (which is @EXPORT_OK),
16308              the walkoptree_slow() is a typeglob alias to walkoptree.
16309              This makes the tests to pass, at least.
16310      Branch: perl
16311            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
16312 ____________________________________________________________________________
16313 [  7853] By: nick                                  on 2000/11/24  22:24:33
16314         Log: Re-arrange crlf vs binary for platforms that care.
16315              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
16316              Lip-service to making stdio layer work on such platfroms (untested).
16317              Now fails 3 tests rather than one, checkin to see if I can debug 
16318              the issue under linux. (Do not merge.)
16319      Branch: perlio
16320            ! doio.c perlio.c perliol.h
16321 ____________________________________________________________________________
16322 [  7852] By: jhi                                   on 2000/11/24  18:57:39
16323         Log: AUTHORS edits.
16324      Branch: perl
16325            ! AUTHORS
16326 ____________________________________________________________________________
16327 [  7851] By: jhi                                   on 2000/11/24  17:34:56
16328         Log: Add Jan-Erik Karlsson.
16329      Branch: perl
16330            ! AUTHORS
16331 ____________________________________________________________________________
16332 [  7850] By: jhi                                   on 2000/11/24  17:27:56
16333         Log: Configure should find stdchar on its own.
16334      Branch: perl
16335            ! hints/solaris_2.sh
16336 ____________________________________________________________________________
16337 [  7849] By: jhi                                   on 2000/11/24  17:24:55
16338         Log: Subject: PATCH over 7848: Filter test flawed
16339              From: andreas.koenig@anima.de (Andreas J. Koenig)
16340              Date: 24 Nov 2000 10:28:29 +0100
16341              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
16342      Branch: perl
16343            ! t/lib/filter-util.t
16344 ____________________________________________________________________________
16345 [  7848] By: jhi                                   on 2000/11/24  17:22:15
16346         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
16347              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
16348              Date: Fri, 24 Nov 2000 16:12:58 +0000
16349              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
16350      Branch: perl
16351            ! ext/B/B.pm
16352 ____________________________________________________________________________
16353 [  7847] By: jhi                                   on 2000/11/24  03:07:01
16354         Log: Integrate perlio.
16355      Branch: perl
16356           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16357           !> win32/makefile.mk
16358 ____________________________________________________________________________
16359 [  7846] By: gsar                                  on 2000/11/24  00:55:57
16360         Log: integrate changes#6415..6418,6420..6438 from mainline
16361              
16362              Fix the bitvector ops for utf8 (tricky since past 7 bits
16363              the utf8 'characters' can be more than one octet).
16364              
16365              MPE/ix updates for perl 5.6.0 from Mark Bixby.
16366              
16367              Subject: SDBM_File documentation
16368              
16369              Detypo.
16370              
16371              Decutandpasto.
16372              
16373              Send all installperl messages to STDERR and be -w clean.
16374              
16375              Out-of-date note removed.
16376              
16377              Protect against "wild next"s, that is, callbacks doing "next"
16378              instead of "return".
16379              
16380              Use STDOUT consistently.
16381              
16382              The output might have been produced in the wrong order.
16383              
16384              A missing 'break' after the [[:space:]] switch case.
16385              
16386              Add tests for
16387              [ID 19991110.003] another matching finding by pcre author
16388              which has already been fixed by some patch, as verified in
16389              
16390              Documentation to explain the behaviour of map().
16391              
16392              Add an optimization for map-maps-a-list-element-to-more-list-elements
16393              case, but add also notes explaining the relationship of this
16394              patch and the earlier notes by Sarathy.
16395              
16396              Subject: [ID 20000716.023] syslog test fails without sockets
16397              
16398              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
16399              Test cases for #6431.
16400              
16401              File::Spec::VMS fixup for tmpdir from Craig Berry.
16402              
16403              Make the "uninit variable" warning to say "concat or string"
16404              or "join or string" when in concat or join .
16405              
16406              Get UTF16 BOMs working.  Patch from
16407              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
16408              
16409              Subject: [PATCH] Make large file tests deal with SIGXFSZ
16410              
16411              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
16412              
16413              Subject: [PATCH] av.c apidoc
16414      Branch: maint-5.6/perl
16415           !> (integrate 43 files)
16416 ____________________________________________________________________________
16417 [  7845] By: gsar                                  on 2000/11/24  00:20:45
16418         Log: integrate changes#6406..6414 from mainline
16419              
16420              Merge perlhacktut into perlhack, update perlguts.
16421              
16422              Fix AutoSplit to use File::Spec the right way in VMS,
16423              from Peter Prymmer.
16424              
16425              The bug report
16426              [ID 19991110.002] minimal matching discrepancy found by pcre author
16427              seems to have been fixed (though differently from what was suggested
16428              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
16429              
16430              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
16431              not in pod, from Peter Prymmer
16432              
16433              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
16434              From: Hugo <hv@crypt.compulink.co.uk>
16435              Date: Fri, 14 Jul 2000 23:05:20 +0100
16436              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
16437              
16438              Didn't anymore apply, but that point still could use another fix.
16439              
16440              lib/b test fixes from Peter Prymmer.
16441              
16442              More docs for sv functions.
16443              
16444              perlvms.pod whitespace cleanup to keep pod utils happy.
16445              
16446              another VMS build tweak from Peter Prymmer
16447      Branch: maint-5.6/perl
16448           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
16449           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
16450           !> vms/descrip_mms.template vms/perlvms.pod
16451 ____________________________________________________________________________
16452 [  7844] By: nick                                  on 2000/11/23  23:42:45
16453         Log: Win32/perlio Now just fails one io/argv.t test - lack 
16454              of default :crlf on standard streams.
16455      Branch: perlio
16456            ! doio.c perlio.c
16457 ____________________________________________________________________________
16458 [  7843] By: nick                                  on 2000/11/23  23:04:05
16459         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
16460              peek fail is showing a real problem (multiple crlf layers
16461              are getting pushed.)
16462      Branch: perlio
16463            ! doio.c perlio.c win32/makefile.mk
16464 ____________________________________________________________________________
16465 [  7842] By: nick                                  on 2000/11/23  19:46:23
16466         Log: Implement PerlIO_binmode()
16467              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
16468              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
16469              make binmode in t/lib/io_tell.t unconditional so that works.
16470              Checkin just so Win32 machine can see these changes.
16471      Branch: perlio
16472            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
16473 ____________________________________________________________________________
16474 [  7841] By: jhi                                   on 2000/11/23  19:30:00
16475         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
16476      Branch: perl
16477            ! README.amiga
16478 ____________________________________________________________________________
16479 [  7840] By: jhi                                   on 2000/11/23  17:18:02
16480         Log: SOCKS wrestling continues, patches from Jens Hamisch.
16481      Branch: perl
16482            ! doio.c embed.h embed.pl perlsdio.h proto.h
16483 ____________________________________________________________________________
16484 [  7839] By: jhi                                   on 2000/11/23  16:54:14
16485         Log: Push Filter::Util::Call one level deeper.
16486      Branch: perl
16487            + t/lib/filter-util.t
16488           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
16489           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
16490            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16491            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16492            - t/lib/filt-util.t
16493            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
16494            ! win32/Makefile win32/makefile.mk
16495 ____________________________________________________________________________
16496 [  7838] By: jhi                                   on 2000/11/23  16:52:40
16497         Log: Reach back one higher up when searching for PERL_SRC.
16498      Branch: perl
16499            ! lib/ExtUtils/MM_Unix.pm
16500 ____________________________________________________________________________
16501 [  7837] By: jhi                                   on 2000/11/23  16:05:41
16502         Log: Subject: Re: perl@7826
16503              Date: Thu, 23 Nov 2000 02:20:25 -0600
16504              From: "Craig A. Berry" <craigberry@mac.com>
16505              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
16506              
16507              Make VMS to like Filter::Util::Call. 
16508      Branch: perl
16509            ! configure.com ext/Filter/Util/Makefile.PL
16510 ____________________________________________________________________________
16511 [  7836] By: nick                                  on 2000/11/23  16:04:08
16512         Log: Implement crlf layer - not ready for merge.
16513      Branch: perlio
16514            ! perlio.c win32/makefile.mk
16515 ____________________________________________________________________________
16516 [  7835] By: jhi                                   on 2000/11/23  15:56:52
16517         Log: STDCHAR is different in Sparc v9 vs x86.
16518      Branch: perl
16519            ! hints/solaris_2.sh
16520 ____________________________________________________________________________
16521 [  7834] By: jhi                                   on 2000/11/23  15:50:47
16522         Log: The type needs to be visible to protos.
16523      Branch: perl
16524            ! perl.h
16525 ____________________________________________________________________________
16526 [  7833] By: jhi                                   on 2000/11/23  15:40:46
16527         Log: Finish unfinished SOCKS workaround changes.
16528      Branch: perl
16529            ! doio.c
16530 ____________________________________________________________________________
16531 [  7832] By: jhi                                   on 2000/11/23  15:33:30
16532         Log: Integrate perlio.
16533      Branch: perl
16534           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16535           !> win32/makefile.mk
16536 ____________________________________________________________________________
16537 [  7831] By: nick                                  on 2000/11/23  10:31:07
16538         Log: Correct makefile.mk dependancies for ext/Filter/Util
16539              Build ext/Encode
16540              Run dmake regen_config_h
16541      Branch: perlio
16542            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16543            ! win32/makefile.mk
16544 ____________________________________________________________________________
16545 [  7830] By: nick                                  on 2000/11/23  08:05:07
16546         Log: Integrate mainline
16547      Branch: perlio
16548           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16549           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
16550           +> t/lib/filt-util.pl t/lib/filt-util.t
16551           !> (integrate 41 files)
16552 ____________________________________________________________________________
16553 [  7829] By: gsar                                  on 2000/11/23  03:07:11
16554         Log: build the Filter extension on windows
16555      Branch: perl
16556            ! win32/Makefile win32/makefile.mk
16557 ____________________________________________________________________________
16558 [  7828] By: gsar                                  on 2000/11/23  02:46:35
16559         Log: regenerate win32/config* and fix some inconsistencies in the
16560              makefiles; always export Perl_deb() because it is needed
16561              by ext/re/* (whether perl itself is built with -DDEBUGGING
16562              or not)
16563      Branch: perl
16564            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
16565            ! win32/config_H.vc win32/makefile.mk
16566 ____________________________________________________________________________
16567 [  7827] By: gsar                                  on 2000/11/23  02:18:38
16568         Log: get sources building on windows+MSVC again (untested with other
16569              compilers)
16570      Branch: perl
16571            ! win32/include/sys/socket.h win32/perllib.c
16572 ____________________________________________________________________________
16573 [  7826] By: jhi                                   on 2000/11/23  01:18:26
16574         Log: Update Changes.
16575      Branch: perl
16576            ! Changes patchlevel.h
16577 ____________________________________________________________________________
16578 [  7825] By: jhi                                   on 2000/11/23  00:20:41
16579         Log: Subject: Re: av.c patch (having slight problems)
16580              From: "Ben Tilly" <ben_tilly@hotmail.com>
16581              Date: Tue, 21 Nov 2000 23:29:31 -0500
16582              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
16583              
16584              unshift() speedup.
16585      Branch: perl
16586            ! av.c
16587 ____________________________________________________________________________
16588 [  7824] By: jhi                                   on 2000/11/22  23:59:15
16589         Log: Fixes for signedness warnings noticed by VMSperlers.
16590      Branch: perl
16591            ! ext/Storable/Storable.xs regcomp.c sv.c
16592 ____________________________________________________________________________
16593 [  7823] By: jhi                                   on 2000/11/22  23:19:31
16594         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
16595              From: Peter Prymmer <pvhp@forte.com>
16596              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
16597              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
16598      Branch: perl
16599            ! t/pragma/warn/pp_hot
16600 ____________________________________________________________________________
16601 [  7822] By: jhi                                   on 2000/11/22  22:52:20
16602         Log: Be clean.
16603      Branch: perl
16604            ! Makefile.SH
16605 ____________________________________________________________________________
16606 [  7821] By: jhi                                   on 2000/11/22  22:46:39
16607         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
16608              by Damian Conway, as suggested by Paul Marquess.
16609      Branch: perl
16610            + lib/Filter/Simple.pm
16611 ____________________________________________________________________________
16612 [  7820] By: jhi                                   on 2000/11/22  22:45:51
16613         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
16614      Branch: perl
16615            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
16616            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
16617            + t/lib/filt-util.t
16618            ! MANIFEST
16619 ____________________________________________________________________________
16620 [  7819] By: jhi                                   on 2000/11/22  22:03:27
16621         Log: Integrate perlio.
16622      Branch: perl
16623           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16624           !> win32/makefile.mk
16625 ____________________________________________________________________________
16626 [  7818] By: jhi                                   on 2000/11/22  21:56:02
16627         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
16628      Branch: perl
16629            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
16630            ! t/lib/io_sock.t
16631 ____________________________________________________________________________
16632 [  7817] By: jhi                                   on 2000/11/22  21:39:49
16633         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
16634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16635              Date: Wed, 22 Nov 2000 16:08:12 -0500
16636              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
16637      Branch: perl
16638            ! lib/ExtUtils/Liblist.pm
16639 ____________________________________________________________________________
16640 [  7816] By: jhi                                   on 2000/11/22  21:38:25
16641         Log: Go ahead and #include <unistd.h> in perl.h.
16642      Branch: perl
16643            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
16644            ! util.c
16645 ____________________________________________________________________________
16646 [  7815] By: jhi                                   on 2000/11/22  21:22:52
16647         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
16648              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16649              Date: Mon, 20 Nov 2000 18:30:52 -0500
16650              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
16651      Branch: perl
16652            ! pod/perlre.pod regcomp.c t/op/re_tests
16653 ____________________________________________________________________________
16654 [  7814] By: jhi                                   on 2000/11/22  21:21:46
16655         Log: Subject: [PATCH 5.7.0] Liblist finally works
16656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16657              Date: Tue, 21 Nov 2000 22:02:17 -0500
16658              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
16659      Branch: perl
16660            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
16661            ! lib/ExtUtils/MakeMaker.pm
16662 ____________________________________________________________________________
16663 [  7813] By: jhi                                   on 2000/11/22  21:20:23
16664         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
16665              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16666              Date: Wed, 22 Nov 2000 17:53:15 +0100
16667              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
16668              
16669              AIX dynaloader and perlio patch.
16670      Branch: perl
16671            ! ext/DynaLoader/dl_aix.xs
16672 ____________________________________________________________________________
16673 [  7812] By: jhi                                   on 2000/11/22  21:17:52
16674         Log: (Accidentally empty patch.)
16675      Branch: perl
16676            ! av.c
16677 ____________________________________________________________________________
16678 [  7811] By: jhi                                   on 2000/11/22  21:16:31
16679         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
16680              From: Peter Prymmer <pvhp@forte.com>
16681              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
16682              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
16683      Branch: perl
16684            ! vms/test.com
16685 ____________________________________________________________________________
16686 [  7810] By: jhi                                   on 2000/11/22  21:15:36
16687         Log: Subject: Re: perl@7777 
16688              From: "John P. Linderman" <jpl@research.att.com>
16689              Date: Wed, 22 Nov 2000 13:11:11 -0500
16690              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
16691              
16692              Detypoing.
16693      Branch: perl
16694            ! lib/CPAN.pm
16695 ____________________________________________________________________________
16696 [  7809] By: jhi                                   on 2000/11/22  21:14:19
16697         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
16698              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16699              Date:     Wed, 22 Nov 2000 13:51:37 EST
16700              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
16701      Branch: perl
16702            ! perlsdio.h
16703 ____________________________________________________________________________
16704 [  7808] By: jhi                                   on 2000/11/22  21:13:27
16705         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
16706              From: Casey Tweten <crt@kiski.net>
16707              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
16708              Message-Id: <200011201653.LAA10194@home.kiski.net>
16709      Branch: perl
16710            ! t/lib/io_udp.t
16711 ____________________________________________________________________________
16712 [  7807] By: jhi                                   on 2000/11/22  21:12:35
16713         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
16714              From: Casey Tweten <crt@kiski.net>
16715              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
16716              Message-Id: <200011201636.LAA07227@home.kiski.net>
16717      Branch: perl
16718            ! t/lib/io_sock.t
16719 ____________________________________________________________________________
16720 [  7806] By: jhi                                   on 2000/11/22  21:10:59
16721         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
16722              From: "Casey R. Tweten" <crt@kiski.net>
16723              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
16724              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
16725      Branch: perl
16726            ! utils/h2xs.PL
16727 ____________________________________________________________________________
16728 [  7805] By: nick                                  on 2000/11/22  21:05:06
16729         Log: Integrate mainline
16730      Branch: perlio
16731           !> Changes Porting/genlog ext/DB_File/DB_File.xs
16732           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
16733           !> utils/perlbug.PL
16734 ____________________________________________________________________________
16735 [  7804] By: jhi                                   on 2000/11/22  21:01:12
16736         Log: Subject: [PATCH] Test.pm POD peculiarity
16737              From: "Casey R. Tweten" <crt@kiski.net>
16738              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
16739              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
16740      Branch: perl
16741            ! lib/Test.pm
16742 ____________________________________________________________________________
16743 [  7803] By: jhi                                   on 2000/11/22  20:59:59
16744         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
16745              From: "Philip Newton" <pnewton@gmx.de>
16746              Date: Wed, 22 Nov 2000 14:25:53 +0100
16747              Message-Id: <3A1BD771.25462.1939FAD@localhost>
16748              
16749              Be case-understanding also on 's', and use the -oi of sendmail
16750              not to terminate the transmission on a lone '.'.
16751      Branch: perl
16752            ! utils/perlbug.PL
16753 ____________________________________________________________________________
16754 [  7802] By: nick                                  on 2000/11/22  20:51:42
16755         Log: Win32 PerlIO intermediate state now working as expected.
16756              - In current state we are still using C runtime in text/binary
16757              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
16758              - PERLIO=stdio and PERLIO=unix pass all expected tests.
16759              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
16760              and PerlIO_seek() and the dummy crlf layer is not making adjustments
16761              for CRLF translation happening in C runtime. All other tests pass.
16762              
16763              Added note to README.win32 to point out the snags of doing a perl build
16764              with Norton AntiVirus turned on.
16765              
16766              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
16767              which file a fail comes from.
16768              
16769              Updated "canned" config.h to match the one generated.
16770      Branch: perlio
16771            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
16772            ! win32/makefile.mk
16773 ____________________________________________________________________________
16774 [  7801] By: jhi                                   on 2000/11/22  06:50:20
16775         Log: Nickety nits.
16776      Branch: perl
16777            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
16778 ____________________________________________________________________________
16779 [  7800] By: jhi                                   on 2000/11/22  01:29:55
16780         Log: Changes had accidentally gone too silent on non-main branches.
16781      Branch: perl
16782            ! Changes Porting/genlog patchlevel.h
16783 ____________________________________________________________________________
16784 [  7799] By: gsar                                  on 2000/11/22  01:02:56
16785         Log: some lib_pm.PL changes snuck in via change#7772
16786      Branch: maint-5.6/perl
16787            ! Makefile.SH
16788 ____________________________________________________________________________
16789 [  7798] By: nick                                  on 2000/11/21  21:59:40
16790         Log: Integrate mainline
16791      Branch: perlio
16792           !> (integrate 28 files)
16793 ____________________________________________________________________________
16794 [  7797] By: jhi                                   on 2000/11/21  21:01:45
16795         Log: Integrate perlio.
16796      Branch: perl
16797           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
16798 ____________________________________________________________________________
16799 [  7796] By: nick                                  on 2000/11/21  20:36:22
16800         Log: Win32 builds and runs (mostly) with USE_PERLIO.
16801              PERLIO=perlio passes all tests. 
16802              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
16803      Branch: perlio
16804            ! perlio.c win32/perllib.c win32/win32.c
16805 ____________________________________________________________________________
16806 [  7795] By: jhi                                   on 2000/11/21  19:03:44
16807         Log: Update Changes.
16808      Branch: perl
16809            ! Changes patchlevel.h
16810 ____________________________________________________________________________
16811 [  7794] By: jhi                                   on 2000/11/21  18:56:34
16812         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
16813              From: "Craig A. Berry" <craigberry@mac.com>
16814              Date: Mon, 20 Nov 2000 20:27:06 -0600
16815              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
16816              
16817              A cut-and-pasto.
16818      Branch: perl
16819            ! perlio.h
16820 ____________________________________________________________________________
16821 [  7793] By: jhi                                   on 2000/11/21  18:54:41
16822         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
16823              From: Dominic Dunlop <domo@computer.org> 
16824              Date: Mon, 20 Nov 2000 18:55:29 +0100
16825              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
16826              
16827              va_copy() and the need of it.
16828              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
16829      Branch: metaconfig/U/perl
16830            + need_va_copy.U
16831      Branch: perl
16832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16833            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
16834            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
16835            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
16836            ! win32/config.bc win32/config.gc win32/config.vc
16837 ____________________________________________________________________________
16838 [  7792] By: jhi                                   on 2000/11/21  17:04:10
16839         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
16840      Branch: perl
16841           !> scope.h
16842 ____________________________________________________________________________
16843 [  7791] By: jhi                                   on 2000/11/21  17:01:16
16844         Log: Export the SOCKS workaround symbols only if necessary.
16845      Branch: perl
16846            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
16847 ____________________________________________________________________________
16848 [  7790] By: nick                                  on 2000/11/20  23:57:11
16849         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
16850      Branch: perlio
16851            ! scope.h
16852 ____________________________________________________________________________
16853 [  7789] By: nick                                  on 2000/11/20  23:38:33
16854         Log: Integrate mainline
16855      Branch: perlio
16856           +> lib/File/Spec/Epoc.pm
16857           !> (integrate 34 files)
16858 ____________________________________________________________________________
16859 [  7788] By: nick                                  on 2000/11/20  23:20:18
16860         Log: Make extra buffer layer work (dummy crlf layer)
16861      Branch: perlio
16862            ! doio.c perlio.c perlio.h
16863 ____________________________________________________________________________
16864 [  7787] By: jhi                                   on 2000/11/20  22:44:04
16865         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
16866              From: Peter Prymmer <pvhp@forte.com>
16867              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
16868              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
16869      Branch: perl
16870            ! t/pragma/locale.t
16871 ____________________________________________________________________________
16872 [  7786] By: jhi                                   on 2000/11/20  22:29:10
16873         Log: Subject: DOC PATCH 5.6.0 perlreftut
16874              From: mjd@plover.com
16875              Date: 20 Nov 2000 19:45:06 -0000
16876              Message-ID: <20001120194506.9505.qmail@plover.com>
16877      Branch: perl
16878            ! pod/perlreftut.pod
16879 ____________________________________________________________________________
16880 [  7785] By: jhi                                   on 2000/11/20  22:27:44
16881         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
16882              From: David Dyck <dcd@tc.fluke.com>
16883              Date: Mon, 20 Nov 2000 11:43:40 -0800
16884              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
16885      Branch: perl
16886            ! lib/Cwd.pm
16887 ____________________________________________________________________________
16888 [  7784] By: jhi                                   on 2000/11/20  22:23:21
16889         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
16890              Date: Mon, 20 Nov 2000 17:06:10 -0500
16891              To: Mailing list Perl5 <perl5-porters@perl.org>
16892              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
16893      Branch: perl
16894            ! pp_ctl.c t/op/pat.t
16895 ____________________________________________________________________________
16896 [  7783] By: jhi                                   on 2000/11/20  22:11:18
16897         Log: Subject: [PATCH] doop.c - UTF8 tr///               
16898              From: Simon Cozens <simon@cozens.net>
16899              Date: Sat, 18 Nov 2000 18:49:30 +0000
16900              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
16901              
16902              Subject: Re: [PATCH] doop.c - UTF8 tr///           
16903              From: Simon Cozens <simon@cozens.net>
16904              Date: Mon, 20 Nov 2000 20:45:22 +0000
16905              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
16906              
16907              Make tr on UTF-8 better but still not correct.
16908      Branch: perl
16909            ! doop.c
16910 ____________________________________________________________________________
16911 [  7782] By: jhi                                   on 2000/11/20  22:02:16
16912         Log: Remove the shared object before attempting to create
16913              (by linking) a new one.  E.g. in AIX not removing
16914              becomes quite painful if one tries to do more than one
16915              build in the same tree (an interrupted build, for example),
16916              since the AIX' shared dynaloader seemingly keeps the shared
16917              objects open and therefore 'busy' for quite a while, even when
16918              nobody is using the objects, leading into link failures.
16919      Branch: perl
16920            ! lib/ExtUtils/MM_Unix.pm
16921 ____________________________________________________________________________
16922 [  7781] By: gsar                                  on 2000/11/20  19:02:55
16923         Log: type mismatch due to faulty integration
16924      Branch: maint-5.6/perl
16925            ! toke.c win32/Makefile
16926 ____________________________________________________________________________
16927 [  7780] By: gsar                                  on 2000/11/20  17:31:55
16928         Log: integrate changes#6392,6394..6399,6401..6404
16929              
16930              The {multiplier} of a fixed substring was overlooked which
16931              caused a wrong initial search offset for that substring.
16932              
16933              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
16934              From: Hugo <hv@crypt.compulink.co.uk>
16935              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
16936              Date: Thu, 13 Jul 2000 19:27:13 +0100
16937              
16938              Fix the BOM bug: not a byteorder bug, a signedness bug.
16939              
16940              Replace change #6337 with a better one.
16941              
16942              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
16943              From: Hugo <hv@crypt.compulink.co.uk>
16944              Date: Fri, 14 Jul 2000 04:16:20 +0100
16945              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
16946              
16947              MakeMaker should not remove editor backups (*~) on `make clean`
16948              by default (completes change#6383)
16949              
16950              move new variables to the end of the interpreter structure (for
16951              bincompat in code that doesn't #include XSUB.h)
16952              
16953              rename totally bletcherous SvLOCK() thingy (doesn't do what the
16954              name suggests anyway)
16955              
16956              various cleanups (typos, misformatted code, and small bugs)
16957              
16958              typecasts needed for change#6394
16959              
16960              typos in change#6399, regen headers
16961              
16962              inconsistent types needs casts
16963              
16964              PERL_OBJECT build tweaks
16965      Branch: maint-5.6/perl
16966           !> MANIFEST doop.c embed.h embed.pl embedvar.h
16967           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
16968           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
16969           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
16970           !> toke.c util.c
16971 ____________________________________________________________________________
16972 [  7779] By: gsar                                  on 2000/11/20  17:06:29
16973         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
16974              
16975              Cosmetics and perldelta.
16976              
16977              Fix nits noticed by Boston.pm.
16978              
16979              Do the cc sanity check both before the hints and
16980              after the cc selction.
16981              
16982              get sprintf.t to adjust properly for 3-digit exponents
16983              
16984              don't clobber *.orig files on *clean targets
16985              
16986              fix bugs in processing %v-*d and similar format specs (from
16987              Avi Finkel <avi@finkel.org>)
16988              
16989              sprintf test tweaks (from Dominic Dunlop)
16990              
16991              new selfloader.t in change#6183 doesn't close DATA handles,
16992              and thus fails to clean up tmp files on dosish platforms
16993              
16994              typos (spotted by Peter Prymmer)
16995              
16996              typo fix from Craig Berry
16997      Branch: maint-5.6/perl
16998           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
16999           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
17000           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
17001           !> x2p/Makefile.SH
17002 ____________________________________________________________________________
17003 [  7778] By: gsar                                  on 2000/11/20  16:46:51
17004         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
17005              
17006              Subject: Re: format bug report  [Patch]
17007              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17008              Date: Wed, 05 Jul 2000 13:12:52 +0200
17009              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
17010              
17011              Subject: Re: format bug report  [Patch]
17012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17013              Date: Wed, 05 Jul 2000 14:10:01 +0200
17014              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
17015              
17016              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
17017              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17018              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
17019              Date: Fri, 07 Jul 2000 17:57:16 +0100
17020              
17021              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
17022              To: perl5-porters@perl.org
17023              From: Karsten Sperling <spiff@phreax.net>
17024              Date: Mon, 10 Jul 2000 15:12:52 +0200
17025              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
17026              
17027              README.posix-bc podified from Thomas Dorner.
17028              
17029              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
17030              From: Dominic Dunlop <domo@computer.org>
17031              Date: Tue, 11 Jul 2000 12:27:33 +0200
17032              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
17033              
17034              Typo in #6341.
17035              
17036              Fix for
17037              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
17038              From: Roderick Schertler <roderick@argon.org>
17039              Date: Tue, 11 Jul 2000 13:55:05 -0400
17040              Message-Id: <200007111755.NAA05077@jones.argon.org>
17041              
17042              Minor cleanups on the booklist.
17043              
17044              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
17045              regen perltoc.
17046              
17047              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
17048      Branch: maint-5.6/perl
17049           +> pod/perlbook.pod
17050           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
17051           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
17052           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
17053 ____________________________________________________________________________
17054 [  7777] By: jhi                                   on 2000/11/20  16:08:49
17055         Log: Update Changes.
17056      Branch: perl
17057            ! Changes patchlevel.h
17058 ____________________________________________________________________________
17059 [  7776] By: jhi                                   on 2000/11/20  15:27:56
17060         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
17061              This may be overly harsh but until proven otherwise, we think this
17062              way, or until we have a simple test for Configure (having to start
17063              up servers is does not count as simple) to check for the problems.
17064      Branch: perl
17065            ! perl.h
17066 ____________________________________________________________________________
17067 [  7775] By: jhi                                   on 2000/11/20  15:22:17
17068         Log: Solaris hints tweaks.
17069      Branch: perl
17070            ! hints/solaris_2.sh
17071 ____________________________________________________________________________
17072 [  7774] By: jhi                                   on 2000/11/20  15:01:20
17073         Log: Add a workaround to SOCKS 64-bit problems.
17074      Branch: perl
17075            ! doio.c embed.h embed.pl perlsdio.h proto.h
17076 ____________________________________________________________________________
17077 [  7773] By: jhi                                   on 2000/11/20  14:51:47
17078         Log: sysseek() instead of seek().
17079      Branch: perl
17080            ! t/lib/syslfs.t
17081 ____________________________________________________________________________
17082 [  7772] By: gsar                                  on 2000/11/20  13:06:23
17083         Log: integrate changes#6315..6319,6321..6331,6333..6338
17084              
17085              Integrate with Sarathy, preliminary fix for unicos
17086              alignment problems in [ID 20000612.002] Perl problem on Cray system.
17087              
17088              some debugger output does not go to the socket when RemotePort is set
17089              
17090              winsock cleanup never done on Windows (leads to handle leaks)
17091              
17092              fix UNC path handling on Windows under ithreads, and chdir()
17093              return value when given a non-existent directory
17094              
17095              Autogenerate pod/Makefile and pod/buildtoc.
17096              buildtoc also checks whether the existin pods are
17097              mentioned in MANIFEST and perl.pod, and vice versa.
17098              (None of the thusly found discrepancies fixed yet.)
17099              roffitall also needs to be autogenerated similarly but it
17100              seems so badly out of date that I didn't touch it yet.
17101              
17102              Config is being used.
17103              
17104              Add =head1 NAMEs so that buildtoc is happy.
17105              (The CGI::Util nit reported to Lincoln.)
17106              
17107              Fix complaints of buildtoc.
17108              
17109              Fix the alignment problem in Crays ([ID 20000612.002]).
17110              
17111              Remove perlbook, update perlfaq book listing,
17112              rearrange perl.pod, regenerate perltoc.
17113              
17114              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
17115              was cast to an unsigned (32-bit) integer with wild abandon.
17116              
17117              winsock options weren't being set in all threads under ithreads
17118              (caused send()s from second and subsequent threads to fail)
17119              
17120              accept() leaks memory on windows due to incorrect ordering of
17121              closesocket() and fclose() calls
17122              
17123              Reorder perl.pod once more.
17124              
17125              More POSIX.pod tweaks.
17126              
17127              Sprinkle ldlibpath.
17128              
17129              Precedence goof, fix based on
17130              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
17131              From: Hugo <hv@crypt.compulink.co.uk>
17132              Date: Tue, 11 Jul 2000 12:52:38 +0100
17133              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
17134              
17135              Subject: PATCH perlguts.pod: Document D and d magic types
17136              From: mjd@plover.com
17137              Date: 5 Jul 2000 18:01:51 -0000
17138              Message-ID: <20000705180151.29413.qmail@plover.com>
17139              
17140              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
17141              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
17142              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
17143              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
17144              
17145              Subject: [PATCH cfgperl] $& segfaults if you trick it
17146              From: simon@brecon.co.uk (Simon Cozens)
17147              Date: 7 Jul 2000 11:26:09 GMT
17148              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
17149              
17150              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
17151              From: Hugo <hv@crypt.compulink.co.uk>
17152              Date: Tue, 11 Jul 2000 12:44:50 +0100
17153              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
17154              
17155              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
17156              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17157              Date: Tue, 11 Jul 2000 13:50:51 +0100
17158              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
17159      Branch: maint-5.6/perl
17160           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
17161           +> pod/buildtoc.PL
17162            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
17163           !> (integrate 26 files)
17164 ____________________________________________________________________________
17165 [  7771] By: gsar                                  on 2000/11/20  12:31:42
17166         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
17167              6310,6311,6314
17168              
17169              Subject: [PATCH bleedperl] File::Spec 0.82 beta
17170              From: Barrie Slaymaker <barries@jester.slaysys.com>
17171              Date: Wed, 28 Jun 2000 11:35:29 -0400
17172              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
17173              
17174              tweak perlembed for multiplicity/usethreads sanity; correct notes
17175              about Windows
17176              
17177              localize %INC in a Safe compartment so that use/require work
17178              (many other magic globals probably need similar treatment)
17179              
17180              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
17181              when @_ is modified, causing coredumps
17182              
17183              slurp mode fix in change#4736 still not quite right
17184              
17185              Point to perlipc for more SysV IPC examples.
17186              
17187              Elaborate POSIX.pod.  Still needs work.
17188              
17189              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
17190              
17191              fix large memory leak that has been around for ever, masked by
17192              -DPURIFY (most of the arenas were never freed!)
17193              
17194              fix memory leak on Windows (PL_sys_intern contents were never
17195              freed)
17196              
17197              PERL_OBJECT build tweak
17198              
17199              adjust change#6299
17200              
17201              remove rel2abs prototypes (from Barrie Slaymaker)
17202              
17203              missing perldiag entry for unpack("w",...) diagnostic (from
17204              Andreas Koenig)
17205              
17206              better diagnostic on Frob->stuff() when Frob:: doesn't exist
17207              (from Richard Soderberg <rs@oregonnet.com>)
17208              
17209              Win32 patches for cfgperl from Sarathy.
17210              
17211              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
17212              
17213              More POSIX.pod embellishment.
17214              
17215              tyop in change#6306
17216      Branch: maint-5.6/perl
17217           !> (integrate 44 files)
17218 ____________________________________________________________________________
17219 [  7770] By: gsar                                  on 2000/11/20  11:51:00
17220         Log: integrate changes#6268..6282 from cfgperl branch
17221              
17222              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
17223              From: Dominic Dunlop <domo@computer.org>
17224              Date: Thu, 29 Jun 2000 12:32:39 +0200
17225              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
17226              
17227              Regen headers for #6261 (and update embed.pl for this) and #6267,
17228              silence few compiler warnings.
17229              
17230              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
17231              From: Nicholas Clark <nick@talking.bollo.cx>
17232              Date: Fri, 23 Jun 2000 16:21:15 +0100
17233              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
17234              
17235              Subject: PATCH pod/perltie.pod
17236              From: Ian Phillipps <Ian.Phillipps@iname.com>
17237              Date: Fri, 16 Jun 2000 00:17:19 +0100
17238              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
17239              (only the first hunk, the second hunk had already been done
17240              by some other patch)
17241              
17242              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
17243              From: Tom Phoenix <rootbeer@redcat.com>
17244              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
17245              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
17246              
17247              Subject: [PATCH] xsub attributes
17248              From: Doug MacEachern <dougm@covalent.net>
17249              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
17250              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
17251              
17252              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
17253              From: Andy Dougherty <doughera@lafayette.edu>
17254              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
17255              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
17256              
17257              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
17258              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17259              Date: Tue, 13 Jun 2000 02:43:48 -0500
17260              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
17261              
17262              Subject: [PATCH] Re: eval documentation: context
17263              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17264              Date: Mon, 12 Jun 2000 15:07:29 +0100
17265              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
17266              
17267              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
17268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
17269              Date: Mon, 12 Jun 2000 14:55:59 +0100
17270              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
17271              
17272              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
17273              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
17274              Date: Fri, 09 Jun 2000 12:39:27 -0400
17275              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
17276              (plus update the version "number" of Text::Wrap)
17277              
17278              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
17279              From: Tim Ayers <tayers@bridge.com>
17280              Date: Thu, 08 Jun 2000 08:11:06 +0200
17281              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
17282              [resent by Richard Foley, Message-Id probably wrong]
17283              
17284              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
17285              From: rspier@pobox.com (Robert Spier)
17286              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
17287              Message-ID: <14654.31913.845602.610277@rls.cx>
17288              
17289              Subject: [PATCH 5.6.0] utils/h2xs.PL
17290              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
17291              Date: Wed, 7 Jun 2000 04:02:04 -0500
17292              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
17293              
17294              Subject: [PATCH 5.6.0]ITHREADs for VMS
17295              From: Dan Sugalski <dan@sidhe.org>
17296              Date: Tue, 06 Jun 2000 11:59:50 -0400
17297              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
17298      Branch: maint-5.6/perl
17299           !> (integrate 31 files)
17300 ____________________________________________________________________________
17301 [  7769] By: gsar                                  on 2000/11/20  11:29:06
17302         Log: integrate changes#6261..6266 from cfgperl
17303              
17304              Subject: Re: [PATCH cfgperl] BOMs away!
17305              From: simon@brecon.co.uk (Simon Cozens)
17306              Date: 17 Jun 2000 11:49:57 GMT
17307              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
17308              
17309              Subject: 5.6.0 Patch for EPOC
17310              From: Olaf Flebbe <o.flebbe@gmx.de>
17311              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
17312              Message-ID: <23449.960929969@www11.gmx.net>
17313              
17314              tr fixes from Simon Cozens
17315              
17316              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
17317              From: Marty Lucich <marty@netcom.com>
17318              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
17319              Message-Id: <200006282116.OAA11148@netcom.com>
17320              ccdlflags update (the BSD/OS 4.1 part had already been taken
17321              care of by #6141).
17322              
17323              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
17324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
17325              Date: Wed, 28 Jun 2000 17:50:12 -0700
17326              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
17327              
17328              Subject: [PATCH 5.6.0] cygwin port
17329              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
17330              From: "Fifer, Eric" <EFifer@sanwaint.com>
17331              Date: Thu, 29 Jun 2000 12:58:29 +0100
17332      Branch: maint-5.6/perl
17333           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
17334           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
17335           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
17336           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
17337 ____________________________________________________________________________
17338 [  7768] By: gsar                                  on 2000/11/20  11:13:44
17339         Log: integrate changes#6252..6256,6259..6260
17340              
17341              Paranoia tweak on #6249.
17342              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17343              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
17344              Date: Sun, 25 Jun 2000 23:43:12 -0400
17345              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
17346              
17347              Subject: tr///, help wanted.
17348              From: simon@brecon.co.uk (Simon Cozens)
17349              Date: 28 Jun 2000 11:29:04 GMT
17350              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
17351              
17352              small thinko tweaks
17353              
17354              tweaks from Simon Conzes to further fix tr/// under utf8
17355              
17356              perlnewmod was missing from MANIFEST.
17357              
17358              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
17359              From: simon@brecon.co.uk (Simon Cozens)
17360              Date: 17 Jun 2000 11:56:44 GMT
17361              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
17362              pack U0, pack C0
17363      Branch: maint-5.6/perl
17364           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
17365           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
17366           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
17367           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
17368 ____________________________________________________________________________
17369 [  7767] By: gsar                                  on 2000/11/20  10:51:38
17370         Log: integrate change#6250 from cfgperl
17371              
17372              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
17373              From: Doug MacEachern <dougm@covalent.net>
17374              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
17375              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
17376      Branch: maint-5.6/perl
17377           +> t/op/my_stash.t
17378           !> MANIFEST embed.pl global.sym proto.h toke.c
17379 ____________________________________________________________________________
17380 [  7766] By: gsar                                  on 2000/11/20  10:48:34
17381         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
17382              
17383              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
17384              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17385              Date: Mon, 26 Jun 2000 18:40:14 +0100
17386              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
17387              
17388              Subject: [PATCH] bytes<->utf8 fixes
17389              From: simon@brecon.co.uk (Simon Cozens)
17390              Date: 26 Jun 2000 04:55:45 GMT
17391              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
17392              
17393              Subject: [PATCH] is_utf8_string
17394              From: simon@brecon.co.uk (Simon Cozens)
17395              Date: 26 Jun 2000 02:25:59 GMT
17396              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
17397              
17398              Subject: [PATCH] avoid mg_ptr in '*' magic
17399              From: Doug MacEachern <dougm@covalent.net>
17400              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
17401              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
17402              
17403              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
17404              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
17405              Date: Sat, 24 Jun 2000 13:06:20 +0100
17406              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
17407              
17408              Allow for standalone testing.
17409              
17410              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
17411              From: Mark-Jason Dominus <mjd@plover.com>
17412              Date: Tue, 27 Jun 2000 22:36:42 -0400
17413              Message-ID: <20000628023642.12166.qmail@plover.com>
17414              
17415              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
17416              From: Frank Tobin <ftobin@uiuc.edu>
17417              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
17418              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
17419      Branch: maint-5.6/perl
17420           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
17421           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
17422           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
17423           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
17424           !> utf8.c utils/h2xs.PL
17425 ____________________________________________________________________________
17426 [  7765] By: gsar                                  on 2000/11/20  10:29:13
17427         Log: integrate change#6239 from cfgperl
17428              
17429              Configure maintenance.  Sever some dependency cycles,
17430              separate gccversion from the cc unit,
17431              address [ID 20000623.006] Configure script patch for using gcc on AIX
17432              (but solve it a little bit differently),
17433              unduplex some accidentally duplicated units,
17434              suggest using gcc if no cc available
17435              (p5p thread: "Solaris configure: counterproposal", 1999-09)
17436      Branch: maint-5.6/perl
17437           !> Configure Todo-5.6 config_h.SH
17438 ____________________________________________________________________________
17439 [  7764] By: gsar                                  on 2000/11/20  10:25:55
17440         Log: integrate changes#6233..6238 from cfgperl
17441              
17442              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
17443              From: Mark-Jason Dominus <mjd@plover.com>
17444              Date: Fri, 16 Jun 2000 20:53:04 -0400
17445              Message-ID: <20000617005304.8008.qmail@plover.com>
17446              
17447              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
17448              because when run as services (Win32ese for daemons)
17449              no environment variables are set and tmpdir ends up as /tmp,
17450              which is ambiguous.
17451              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
17452              From: matt@sergeant.org
17453              Date: 16 Jun 2000 16:30:43 -0000
17454              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
17455              
17456              The thread begun by
17457              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
17458              From: Kevin.Ruscoe@ubsw.com
17459              Date: Fri, 16 Jun 2000 16:38:51 +0100
17460              Message-Id: <H000019b03c300d6@MHS>
17461              
17462              Tweak embed.pl, regen headers.
17463              
17464              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
17465              From: Dan Sugalski <dan@sidhe.org>
17466              Date: Fri, 23 Jun 2000 17:00:00 -0400
17467              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
17468      Branch: maint-5.6/perl
17469           !> (integrate 27 files)
17470 ____________________________________________________________________________
17471 [  7763] By: gsar                                  on 2000/11/20  10:08:08
17472         Log: s/perl56delta/perldelta/g
17473      Branch: maint-5.6/perl
17474            ! pod/Makefile
17475 ____________________________________________________________________________
17476 [  7762] By: gsar                                  on 2000/11/20  10:04:00
17477         Log: integrate changes#6225,6229,6231,6232 from cfgperl
17478              
17479              Add source code filenames to apidoc.
17480              From: simon@brecon.co.uk (Simon Cozens)
17481              Subject: [PATCH embed.pl] Source X-ref
17482              Date: 22 Jun 2000 02:18:49 GMT
17483              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
17484              
17485              Subject: README.hpux version 0.6.1
17486              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
17487              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
17488              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
17489              
17490              Subject: [PATCH 5.6.0] cygwin port
17491              From: "Fifer, Eric" <EFifer@sanwaint.com>
17492              Date: Tue, 20 Jun 2000 14:30:58 +0100
17493              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
17494              
17495              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
17496              From: simon@brecon.co.uk (Simon Cozens)
17497              Date: 19 Jun 2000 15:18:27 GMT
17498              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
17499              
17500              plus update pod/Makefile and regenerate perltoc
17501      Branch: maint-5.6/perl
17502           +> pod/perlutil.pod
17503           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
17504           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
17505 ____________________________________________________________________________
17506 [  7761] By: jhi                                   on 2000/11/20  04:09:55
17507         Log: Miraculous typo.
17508      Branch: perl
17509            ! t/op/pat.t
17510 ____________________________________________________________________________
17511 [  7760] By: jhi                                   on 2000/11/20  04:06:08
17512         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
17513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17514              Date: Sun, 19 Nov 2000 22:30:26 -0500
17515              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
17516      Branch: perl
17517            ! regexec.c scope.h t/op/pat.t
17518 ____________________________________________________________________________
17519 [  7759] By: jhi                                   on 2000/11/20  02:05:22
17520         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
17521      Branch: perl
17522            ! perl.h
17523 ____________________________________________________________________________
17524 [  7758] By: jhi                                   on 2000/11/20  01:58:11
17525         Log: Subject: [perl 7711: EPOC] updates
17526              From: Olaf Flebbe <o.flebbe@gmx.de>
17527              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
17528              Message-ID: <25575.974658810@www23.gmx.net>               
17529      Branch: perl
17530            + lib/File/Spec/Epoc.pm
17531            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
17532            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
17533            ! lib/File/Spec.pm perl.c sv.c
17534 ____________________________________________________________________________
17535 [  7757] By: jhi                                   on 2000/11/20  01:53:11
17536         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
17537      Branch: perl
17538            ! MANIFEST
17539 ____________________________________________________________________________
17540 [  7756] By: jhi                                   on 2000/11/20  01:47:22
17541         Log: Integrate perlio.
17542      Branch: perl
17543            - ext/re/hints/MSWin32.pl
17544           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
17545           !> win32/config.gc win32/config_H.gc win32/win32sck.c
17546 ____________________________________________________________________________
17547 [  7755] By: nick                                  on 2000/11/19  20:57:17
17548         Log: Add dummy crlf layer (just as buffer)
17549              Correct 1st bug - one layer of indirection.
17550      Branch: perlio
17551            ! perlio.c perlio.h perliol.h
17552 ____________________________________________________________________________
17553 [  7754] By: nick                                  on 2000/11/19  20:56:12
17554         Log: Work-round to Perl_deb_nocontext is no longer required
17555      Branch: perlio
17556            - ext/re/hints/MSWin32.pl
17557 ____________________________________________________________________________
17558 [  7753] By: nick                                  on 2000/11/19  20:01:16
17559         Log: diff -se shows these as different
17560      Branch: perlio
17561            ! global.sym pod/perlapi.pod
17562 ____________________________________________________________________________
17563 [  7752] By: nick                                  on 2000/11/19  18:57:30
17564         Log: Configure GCC/Win32 build -Duseperlio
17565              Fix a couple of gross issues
17566              - double-include of ../deb.o in re.dll
17567              - win32sck.c needs PerlIO and FILE 
17568      Branch: perlio
17569            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
17570            ! win32/win32sck.c
17571 ____________________________________________________________________________
17572 [  7751] By: nick                                  on 2000/11/19  17:05:36
17573         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
17574      Branch: perlio
17575            ! perlio.c
17576 ____________________________________________________________________________
17577 [  7750] By: nick                                  on 2000/11/19  16:57:14
17578         Log: Missing aTHX_
17579      Branch: perlio
17580            ! sv.c
17581 ____________________________________________________________________________
17582 [  7749] By: jhi                                   on 2000/11/19  16:28:40
17583         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
17584              From: "Peter J. Farley III" <pjfarley@banet.net>
17585              Date: Sun, 19 Nov 2000 01:42:58 -0500
17586              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
17587      Branch: perl
17588            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
17589 ____________________________________________________________________________
17590 [  7748] By: jhi                                   on 2000/11/19  16:08:10
17591         Log: Subject: podlators 1.05 available        
17592              From: Russ Allbery <rra@stanford.edu>   
17593              Date: 18 Nov 2000 22:04:28 -0800
17594              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
17595      Branch: perl
17596            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
17597 ____________________________________________________________________________
17598 [  7747] By: nick                                  on 2000/11/19  11:19:39
17599         Log: Integrate mainline
17600      Branch: perlio
17601           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17602           !> util.c
17603 ____________________________________________________________________________
17604 [  7746] By: jhi                                   on 2000/11/19  06:42:22
17605         Log: Make hex scanning warn on "\x{x}" and "\xx".
17606              "\x" and and hex("x") are still valid.
17607      Branch: perl
17608            ! util.c
17609 ____________________________________________________________________________
17610 [  7745] By: nick                                  on 2000/11/18  22:52:28
17611         Log: Integrate mainline
17612      Branch: perlio
17613           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
17614           !> perl.h perlio.c proto.h regcomp.c regcomp.h
17615 ____________________________________________________________________________
17616 [  7744] By: jhi                                   on 2000/11/18  22:50:28
17617         Log: Introduce Perl_utf8_length().  Use it.
17618      Branch: perl
17619            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
17620 ____________________________________________________________________________
17621 [  7743] By: jhi                                   on 2000/11/18  22:38:51
17622         Log: Compiler denit.
17623      Branch: perl
17624            ! perlio.c
17625 ____________________________________________________________________________
17626 [  7742] By: jhi                                   on 2000/11/18  20:33:05
17627         Log: Integrate perlio.
17628      Branch: perl
17629           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17630           !> perlio.h pp_ctl.c pp_sys.c sv.c
17631 ____________________________________________________________________________
17632 [  7741] By: jhi                                   on 2000/11/18  20:31:27
17633         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
17634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17635              Date: Fri, 17 Nov 2000 20:35:11 -0500
17636              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
17637              
17638              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
17639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17640              Date: Fri, 17 Nov 2000 21:03:47 -0500
17641              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
17642              
17643              Plus a little bit of tweaking in pregcomp().
17644      Branch: perl
17645            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
17646 ____________________________________________________________________________
17647 [  7740] By: nick                                  on 2000/11/18  20:17:22
17648         Log: Lexical use open ... support:
17649              add ->cop_io to COP structure in cop.h.
17650              Make mg.c and gv.c associate it with ${^OPEN}.
17651              Make lib/open.pm set it.
17652              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
17653              manner similar to ->cop_warnings.
17654              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
17655              call new PerlIO_apply_layers().
17656              Declare latter in perlio.h and define in perlio.c
17657      Branch: perlio
17658            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
17659            ! perlio.h pp_ctl.c pp_sys.c sv.c
17660 ____________________________________________________________________________
17661 [  7739] By: jhi                                   on 2000/11/18  19:54:00
17662         Log: Integrate perlio.
17663      Branch: perl
17664           !> doio.c perlio.c pp.c
17665 ____________________________________________________________________________
17666 [  7738] By: jhi                                   on 2000/11/18  17:16:13
17667         Log: Subject: [PATCH 5.7.0] etags broken again
17668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17669              Date: Sat, 18 Nov 2000 02:41:36 -0500
17670              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
17671      Branch: perl
17672            ! emacs/ptags
17673 ____________________________________________________________________________
17674 [  7737] By: jhi                                   on 2000/11/18  17:12:18
17675         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
17676      Branch: perl
17677            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
17678 ____________________________________________________________________________
17679 [  7736] By: nick                                  on 2000/11/18  14:06:20
17680         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
17681              part to be isolated.
17682      Branch: perlio
17683            ! doio.c perlio.c
17684 ____________________________________________________________________________
17685 [  7735] By: nick                                  on 2000/11/18  11:03:32
17686         Log: Integrate mainline
17687      Branch: perlio
17688           !> Changes README.amiga README.win32 patchlevel.h
17689           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
17690 ____________________________________________________________________________
17691 [  7734] By: jhi                                   on 2000/11/18  01:18:56
17692         Log: Update Changes.
17693      Branch: perl
17694            ! Changes patchlevel.h
17695 ____________________________________________________________________________
17696 [  7733] By: jhi                                   on 2000/11/18  00:32:54
17697         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
17698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17699              Date: Fri, 17 Nov 2000 17:28:02 -0500
17700              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
17701      Branch: perl
17702            ! regcomp.c regexec.c t/op/re_tests
17703 ____________________________________________________________________________
17704 [  7732] By: jhi                                   on 2000/11/18  00:28:56
17705         Log: Sparc 64-bit pack() fix from Jens Hamisch.
17706      Branch: perl
17707            ! pp.c
17708 ____________________________________________________________________________
17709 [  7731] By: jhi                                   on 2000/11/18  00:18:39
17710         Log: Explain in more detail the {} syntax ambiguousity.
17711              
17712              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
17713              From: Nicholas Clark <nick@ccl4.org>
17714              Date: Fri, 17 Nov 2000 22:10:28 +0000
17715              Message-ID: <20001117221028.A88930@plum.flirble.org>
17716      Branch: perl
17717            ! pod/perlfunc.pod
17718 ____________________________________________________________________________
17719 [  7730] By: jhi                                   on 2000/11/18  00:12:18
17720         Log: Subject: Fix for README.amiga (20000323.033)
17721              From: "Stephen P. Potter" <spp@spotter.yi.org>
17722              Date: Fri, 17 Nov 2000 12:25:51 -0500
17723              Message-Id: <200011171725.MAA05768@spotter.yi.org>
17724      Branch: perl
17725            ! README.amiga
17726 ____________________________________________________________________________
17727 [  7729] By: jhi                                   on 2000/11/18  00:08:34
17728         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
17729              From: "A. C. Yardley" <yardley@tanet.net>
17730              Date: Mon, 3 Apr 2000 11:35:33 -0700
17731              Message-ID: <3483.000403@tanet.net>
17732      Branch: perl
17733            ! README.win32
17734 ____________________________________________________________________________
17735 [  7728] By: nick                                  on 2000/11/17  21:59:47
17736         Log: Integrate mainline
17737      Branch: perlio
17738           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
17739           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
17740           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
17741           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
17742 ____________________________________________________________________________
17743 [  7727] By: nick                                  on 2000/11/17  21:56:31
17744         Log: Experiment on use of attributes.pm interface.
17745              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
17746              SVt_PVRV if not already something better (else vivify of say magic gets
17747              core dump).
17748      Branch: perlio
17749            ! perlio.c pp.c
17750 ____________________________________________________________________________
17751 [  7726] By: jhi                                   on 2000/11/17  14:15:49
17752         Log: Subject: Fix for 20000815.006
17753              From: "Stephen P. Potter" <spp@spotter.yi.org>
17754              Date: Fri, 17 Nov 2000 08:57:45 -0500
17755              Message-Id: <200011171357.IAA05122@spotter.yi.org>
17756              
17757              It's really 20000518.006.
17758      Branch: perl
17759            ! pod/perlmodlib.PL
17760 ____________________________________________________________________________
17761 [  7725] By: jhi                                   on 2000/11/17  14:12:31
17762         Log: Subject: Fix for 20000409.001
17763              From: "Stephen P. Potter" <spp@spotter.yi.org>
17764              Date: Fri, 17 Nov 2000 08:55:45 -0500
17765              Message-Id: <200011171355.IAA05104@spotter.yi.org>
17766      Branch: perl
17767            ! pod/perlfaq9.pod
17768 ____________________________________________________________________________
17769 [  7724] By: jhi                                   on 2000/11/17  14:08:58
17770         Log: Undo #7627 now that we have =head3.
17771      Branch: perl
17772            ! pod/perlhack.pod
17773 ____________________________________________________________________________
17774 [  7723] By: jhi                                   on 2000/11/17  14:04:09
17775         Log: As surmised the #7719 wasn't a good move.
17776      Branch: perl
17777            ! hints/solaris_2.sh
17778 ____________________________________________________________________________
17779 [  7722] By: jhi                                   on 2000/11/17  13:59:04
17780         Log: Also the 64bitall hints can be either here or there.
17781      Branch: perl
17782            ! hints/solaris_2.sh
17783 ____________________________________________________________________________
17784 [  7721] By: jhi                                   on 2000/11/17  02:26:23
17785         Log: Test tweak for the open pragma.
17786      Branch: perl
17787            ! t/lib/b.t
17788 ____________________________________________________________________________
17789 [  7720] By: jhi                                   on 2000/11/17  00:23:22
17790         Log: The long double hints can be here or there.
17791      Branch: perl
17792            ! hints/solaris_2.sh
17793 ____________________________________________________________________________
17794 [  7719] By: jhi                                   on 2000/11/17  00:14:06
17795         Log: For Solaris use64bitall the stdchar needs a little bit of help.
17796      Branch: perl
17797            ! hints/solaris_2.sh
17798 ____________________________________________________________________________
17799 [  7718] By: jhi                                   on 2000/11/16  23:27:34
17800         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
17801              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
17802              Date: Wed, 15 Nov 2000 08:56:32 +0100
17803              Message-ID: <3A1241B0.64477E00@alcatel.at>
17804      Branch: perl
17805            ! lib/Carp/Heavy.pm
17806 ____________________________________________________________________________
17807 [  7717] By: jhi                                   on 2000/11/16  23:23:29
17808         Log: Subject: [PATCH] Re: 20001101.003 PDL
17809              From: Nicholas Clark <nick@ccl4.org>
17810              Date: Thu, 16 Nov 2000 16:48:25 +0000
17811              Message-ID: <20001116164825.B93487@plum.flirble.org>
17812      Branch: perl
17813            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
17814 ____________________________________________________________________________
17815 [  7716] By: jhi                                   on 2000/11/16  23:21:31
17816         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
17817              From: "Casey R. Tweten" <crt@kiski.net>
17818              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
17819              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
17820      Branch: perl
17821            ! lib/Pod/Checker.pm pod/perlpod.pod
17822 ____________________________________________________________________________
17823 [  7715] By: jhi                                   on 2000/11/16  23:19:40
17824         Log: Avoid an infinite loop in VMS when utils scripts are run
17825              with no arguments, from Charles Lane.
17826      Branch: perl
17827            ! configure.com
17828 ____________________________________________________________________________
17829 [  7714] By: jhi                                   on 2000/11/16  23:17:08
17830         Log: Subject: perllocale.pod changes
17831              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17832              Date: Mon, 13 Nov 2000 10:09:22 +0300
17833              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
17834      Branch: perl
17835            ! pod/perllocale.pod
17836 ____________________________________________________________________________
17837 [  7713] By: jhi                                   on 2000/11/16  23:14:06
17838         Log: Integrate perlio.
17839      Branch: perl
17840           !> doio.c perlio.c perlio.h util.c
17841 ____________________________________________________________________________
17842 [  7712] By: nick                                  on 2000/11/16  21:10:58
17843         Log: Integrate mainline
17844      Branch: perlio
17845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
17846           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17847           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
17848           !> vos/config.ga.def vos/config.ga.h win32/config.bc
17849           !> win32/config.gc win32/config.vc
17850 ____________________________________________________________________________
17851 [  7711] By: nick                                  on 2000/11/16  19:56:41
17852         Log: Minor tweaks:
17853              consistent way of getting 'rb', 'wb' etc. for binary opens
17854              move *perlio::layers to *open::layers
17855              a #define to show layers available
17856              DOSISH popen/PerlIO had export/import sense inverted.
17857      Branch: perlio
17858            ! doio.c perlio.c perlio.h util.c
17859 ____________________________________________________________________________
17860 [  7710] By: jhi                                   on 2000/11/16  15:46:05
17861         Log: Add HAS_SBRK_PROTO.
17862      Branch: metaconfig/U/perl
17863            + d_sbrkproto.U
17864      Branch: perl
17865            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17866            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
17867            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
17868            ! vos/config.ga.def vos/config.ga.h win32/config.bc
17869            ! win32/config.gc win32/config.vc
17870 ____________________________________________________________________________
17871 [  7709] By: nick                                  on 2000/11/16  07:31:49
17872         Log: Integrate mainline
17873      Branch: perlio
17874           !> (integrate 35 files)
17875 ____________________________________________________________________________
17876 [  7708] By: jhi                                   on 2000/11/16  05:33:03
17877         Log: These files are text, not binary.
17878      Branch: perl
17879            ! ext/Encode/Encode/iso8859-10.enc
17880            ! ext/Encode/Encode/iso8859-13.enc
17881            ! ext/Encode/Encode/iso8859-14.enc
17882            ! ext/Encode/Encode/iso8859-15.enc
17883 ____________________________________________________________________________
17884 [  7707] By: jhi                                   on 2000/11/16  01:53:37
17885         Log: Update Changes.
17886      Branch: perl
17887            ! Changes patchlevel.h
17888 ____________________________________________________________________________
17889 [  7706] By: jhi                                   on 2000/11/16  01:35:59
17890         Log: More #undefing of stdio.
17891      Branch: perl
17892            ! fakesdio.h nostdio.h
17893 ____________________________________________________________________________
17894 [  7705] By: jhi                                   on 2000/11/16  01:34:18
17895         Log: Add fwalk() probe to the configuration files and regen perltoc.
17896      Branch: perl
17897            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
17898            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
17899            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
17900            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17901            ! win32/config.bc win32/config.gc win32/config.vc
17902 ____________________________________________________________________________
17903 [  7704] By: jhi                                   on 2000/11/16  01:33:07
17904         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
17905              an optional third argument to Inlibc?)
17906      Branch: metaconfig/U/perl
17907            + d__fwalk.U
17908 ____________________________________________________________________________
17909 [  7703] By: jhi                                   on 2000/11/16  01:09:22
17910         Log: The type of the hash_cb() size argument is tricky.
17911      Branch: perl
17912            ! ext/DB_File/DB_File.xs
17913 ____________________________________________________________________________
17914 [  7702] By: jhi                                   on 2000/11/15  23:01:16
17915         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
17916      Branch: perl
17917            ! nostdio.h
17918 ____________________________________________________________________________
17919 [  7701] By: jhi                                   on 2000/11/15  22:52:32
17920         Log: Detypo.
17921      Branch: perl
17922            ! t/lib/bigfltpm.t
17923 ____________________________________________________________________________
17924 [  7700] By: jhi                                   on 2000/11/15  22:51:56
17925         Log: UINT64_C() work continues.
17926      Branch: perl
17927            ! handy.h perl.h utf8.h
17928 ____________________________________________________________________________
17929 [  7699] By: jhi                                   on 2000/11/15  14:13:04
17930         Log: SOCKS has its own USE_THREADS, based on
17931              
17932              Subject: [ID 20001114.002] et. al. bugfix followup
17933              From: Jens Hamisch <jens@Strawberry.COM> 
17934              Date: Wed, 15 Nov 2000 14:23:11 +0100
17935              Message-ID: <20001115142311.A21164@Strawberry.COM>
17936      Branch: perl
17937            ! perl.h
17938 ____________________________________________________________________________
17939 [  7698] By: jhi                                   on 2000/11/15  03:50:56
17940         Log: Add few missing #undefs and sort them.
17941      Branch: perl
17942            ! fakesdio.h
17943 ____________________________________________________________________________
17944 [  7697] By: jhi                                   on 2000/11/15  03:39:14
17945         Log: Linenumber fix.
17946      Branch: perl
17947            ! t/pragma/warn/utf8
17948 ____________________________________________________________________________
17949 [  7696] By: jhi                                   on 2000/11/15  02:55:26
17950         Log: EBCDIC tweaks.
17951              
17952              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
17953              From: Peter Prymmer <pvhp@forte.com>
17954              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
17955              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
17956      Branch: perl
17957            ! t/op/regmesg.t t/pragma/warn/utf8
17958 ____________________________________________________________________________
17959 [  7695] By: jhi                                   on 2000/11/15  02:53:58
17960         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
17961              From: Peter Prymmer <pvhp@forte.com>
17962              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
17963              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
17964      Branch: perl
17965            ! utf8.c
17966 ____________________________________________________________________________
17967 [  7694] By: jhi                                   on 2000/11/15  02:50:55
17968         Log: Subject: [PATCH: perl@7674] updates to README.os390
17969              From: Prymmer/Kahn <pvhp@best.com>
17970              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
17971              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
17972      Branch: perl
17973            ! README.os390
17974 ____________________________________________________________________________
17975 [  7693] By: jhi                                   on 2000/11/15  02:48:37
17976         Log: Quit utf8_to_uv() instantly if curlen == 0.
17977      Branch: perl
17978            ! utf8.c
17979 ____________________________________________________________________________
17980 [  7692] By: jhi                                   on 2000/11/15  02:24:29
17981         Log: Use u_int32_t for the size of hash_cb(), not size_t.
17982              
17983              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
17984              From: Jens Hamisch <jens@Strawberry.COM>     
17985              Date: Tue, 14 Nov 2000 19:03:55 +0100
17986              Message-Id: <20001114190355.A20559@Strawberry.COM>
17987      Branch: perl
17988            ! ext/DB_File/DB_File.xs
17989 ____________________________________________________________________________
17990 [  7691] By: jhi                                   on 2000/11/15  02:20:12
17991         Log: Use UINT64_C().
17992              
17993              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
17994              From: Jens Hamisch <jens@Strawberry.COM>
17995              Date: Tue, 14 Nov 2000 19:16:23 +0100
17996              Message-Id: <20001114191623.G20559@Strawberry.COM>
17997      Branch: perl
17998            ! utf8.c utf8.h
17999 ____________________________________________________________________________
18000 [  7690] By: jhi                                   on 2000/11/15  02:17:06
18001         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
18002              (a macro to define signed and unsigned integer constants).
18003      Branch: perl
18004            ! handy.h
18005 ____________________________________________________________________________
18006 [  7689] By: jhi                                   on 2000/11/15  01:56:51
18007         Log: Regen Configure.
18008      Branch: perl
18009            ! Configure
18010 ____________________________________________________________________________
18011 [  7688] By: jhi                                   on 2000/11/15  01:56:32
18012         Log: Make the unit know about SOCKS.
18013      Branch: metaconfig
18014            ! U/protos/socksizetype.U
18015 ____________________________________________________________________________
18016 [  7687] By: jhi                                   on 2000/11/15  01:54:47
18017         Log: Remove unused dependencies.
18018      Branch: metaconfig
18019            ! U/compline/d_getpagsz.U
18020 ____________________________________________________________________________
18021 [  7686] By: nick                                  on 2000/11/14  21:25:13
18022         Log: Integrate mainline.
18023      Branch: perlio
18024           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
18025           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
18026           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
18027           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
18028           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
18029           !> win32/config.bc win32/config.gc win32/config.vc
18030           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
18031 ____________________________________________________________________________
18032 [  7685] By: jhi                                   on 2000/11/14  17:54:56
18033         Log: Integrate perlio.
18034      Branch: perl
18035           +> fakesdio.h perliol.h
18036           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
18037           !> perlsdio.h perlsfio.h pod/perlfunc.pod
18038 ____________________________________________________________________________
18039 [  7684] By: nick                                  on 2000/11/14  17:43:04
18040         Log: PerlIO #include and #ifdef re-work.
18041      Branch: perlio
18042            + fakesdio.h perliol.h
18043            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
18044            ! perlsdio.h perlsfio.h
18045 ____________________________________________________________________________
18046 [  7683] By: jhi                                   on 2000/11/14  15:42:40
18047         Log: Hoist the duplicated socket/netdb include logic to perl.h;
18048              undef SETERRNO in case SOCKS has defined it.  Based on:
18049              
18050              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
18051              From: Jens Hamisch <jens@Strawberry.COM> 
18052              Date: Tue, 14 Nov 2000 11:34:40 +0100
18053              Message-Id: <20001114113440.A20005@Strawberry.COM>
18054      Branch: perl
18055            ! doio.c perl.h pp_sys.c
18056 ____________________________________________________________________________
18057 [  7682] By: jhi                                   on 2000/11/14  14:07:28
18058         Log: Subject: some additions for makefiles for win32 (for perl@7674)
18059              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18060              Date: Tue, 14 Nov 2000 09:31:13 +0300
18061              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
18062      Branch: perl
18063            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
18064            ! win32/makefile.mk
18065 ____________________________________________________________________________
18066 [  7681] By: jhi                                   on 2000/11/14  14:01:41
18067         Log: Subject: tiny typo in perl5db.pl
18068              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18069              Date: Tue, 14 Nov 2000 09:29:28 +0300
18070              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
18071      Branch: perl
18072            ! lib/perl5db.pl
18073 ____________________________________________________________________________
18074 [  7680] By: jhi                                   on 2000/11/14  04:13:50
18075         Log: Redo #7679 with LFs instead of CRLFs.
18076      Branch: perl
18077            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
18078            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
18079            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
18080 ____________________________________________________________________________
18081 [  7679] By: jhi                                   on 2000/11/14  01:21:09
18082         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
18083              From: Benjamin Stuhl <tiriath@yahoo.com> 
18084              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
18085              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
18086      Branch: perl
18087            + win32/bin/mdelete.bat
18088            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
18089            ! makedef.pl perlio.c win32/Makefile win32/config.gc
18090            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
18091 ____________________________________________________________________________
18092 [  7678] By: jhi                                   on 2000/11/14  01:19:20
18093         Log: Fix the re extension building for Win32.
18094              
18095              Subject: [PATCH perl@7638] Get PerlIO building on Win32
18096              From: Benjamin Stuhl <tiriath@yahoo.com> 
18097              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
18098              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
18099      Branch: perl
18100            + ext/re/hints/MSWin32.pl
18101            ! MANIFEST
18102 ____________________________________________________________________________
18103 [  7677] By: jhi                                   on 2000/11/14  01:13:54
18104         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
18105              From: sthoenna@efn.org
18106              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
18107              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
18108      Branch: perl
18109            ! doop.c pp.c toke.c utf8.c utf8.h
18110 ____________________________________________________________________________
18111 [  7676] By: jhi                                   on 2000/11/13  20:23:15
18112         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
18113              From: Nicholas Clark <nick@ccl4.org>
18114              Date: Mon, 13 Nov 2000 18:55:04 +0000
18115              Message-ID: <20001113185504.J29183@plum.flirble.org>
18116      Branch: perl
18117            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
18118 ____________________________________________________________________________
18119 [  7675] By: nick                                  on 2000/11/13  20:21:57
18120         Log: Integrate mainline ...
18121      Branch: perlio
18122           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
18123           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
18124           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
18125           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
18126 ____________________________________________________________________________
18127 [  7674] By: jhi                                   on 2000/11/13  15:07:56
18128         Log: Update Changes.
18129      Branch: perl
18130            ! Changes patchlevel.h
18131 ____________________________________________________________________________
18132 [  7673] By: jhi                                   on 2000/11/13  14:42:42
18133         Log: Remove the new two tests of lib/io_xs for now, they seem to
18134              fail under perlio on some platforms.
18135      Branch: perl
18136            ! t/lib/io_xs.t
18137 ____________________________________________________________________________
18138 [  7672] By: jhi                                   on 2000/11/13  13:57:53
18139         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
18140      Branch: perl
18141            ! perlio.c
18142 ____________________________________________________________________________
18143 [  7671] By: jhi                                   on 2000/11/13  05:30:48
18144         Log: Placate nervous compilers that see longer than ints switch()ing.
18145      Branch: perl
18146            ! utf8.c
18147 ____________________________________________________________________________
18148 [  7670] By: jhi                                   on 2000/11/13  05:14:21
18149         Log: fputs() does return EOF on error but here we don't care.
18150      Branch: perl
18151            ! perlio.c
18152 ____________________________________________________________________________
18153 [  7669] By: jhi                                   on 2000/11/13  05:02:45
18154         Log: Declare reg_data like reg_substr_data.
18155      Branch: perl
18156            ! regexp.h
18157 ____________________________________________________________________________
18158 [  7668] By: jhi                                   on 2000/11/13  04:54:34
18159         Log: Typos in #7667.
18160      Branch: perl
18161            ! perl.h
18162 ____________________________________________________________________________
18163 [  7667] By: jhi                                   on 2000/11/13  04:49:49
18164         Log: Cleanup messy #ifdef.
18165      Branch: perl
18166            ! perl.h
18167 ____________________________________________________________________________
18168 [  7666] By: jhi                                   on 2000/11/13  04:17:34
18169         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
18170              From: Nicholas Clark <nick@talking.bollo.cx>
18171              Date: Sun, 12 Nov 2000 21:14:11 +0000
18172              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
18173              
18174              Note: only one breakage of the two reported is fixed by this patch.
18175      Branch: perl
18176            ! perlio.c
18177 ____________________________________________________________________________
18178 [  7665] By: jhi                                   on 2000/11/13  04:05:07
18179         Log: Tweak the definition of the bit complement on UTF-8 data:
18180              if none of the characters in the string are > 0xff,
18181              the result is a complemented byte string, not a (UTF-8)
18182              char string.  Based on the summary in
18183              
18184              Subject: Re: [ID 20000918.005] ~ on wide chars
18185              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
18186              Date: Fri, 10 Nov 2000 09:47:15 -0800
18187              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
18188              
18189              This should give us the maximum backward (pre-char string)
18190              compatibility and utf8 compatibility.  The other alternative
18191              would be to limit the bit complement to be always byte only,
18192              taking the least significant byte of the chars.
18193      Branch: perl
18194            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
18195 ____________________________________________________________________________
18196 [  7664] By: jhi                                   on 2000/11/13  00:23:44
18197         Log: Couple of tests from #7660 salvaged.
18198      Branch: perl
18199            - t/op/tell.t
18200            ! MANIFEST t/io/tell.t
18201 ____________________________________________________________________________
18202 [  7663] By: jhi                                   on 2000/11/13  00:02:48
18203         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
18204              From: Nicholas Clark <nick@talking.bollo.cx>
18205              Date: Sun, 12 Nov 2000 21:23:43 +0000
18206              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
18207      Branch: perl
18208            ! perlsfio.h
18209 ____________________________________________________________________________
18210 [  7662] By: jhi                                   on 2000/11/13  00:01:39
18211         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
18212              From: Nicholas Clark <nick@talking.bollo.cx>
18213              Date: Sun, 12 Nov 2000 21:30:04 +0000
18214              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
18215      Branch: perl
18216            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
18217 ____________________________________________________________________________
18218 [  7661] By: jhi                                   on 2000/11/12  23:57:29
18219         Log: Document tell() on special streams.
18220      Branch: perl
18221            ! pod/perlfunc.pod
18222 ____________________________________________________________________________
18223 [  7660] By: jhi                                   on 2000/11/12  23:54:22
18224         Log: (Subsumed by #7664)
18225      Branch: perl
18226            + t/op/tell.t
18227            ! MANIFEST
18228 ____________________________________________________________________________
18229 [  7659] By: jhi                                   on 2000/11/12  22:55:25
18230         Log: Many subdocumented return values of the IO extension now documented.
18231              ungetc and write still left subdocumented.
18232              
18233              Subject: [PATCH] (was Re: IO::Handle::ungetc)
18234              From: Nicholas Clark <nick@talking.bollo.cx>
18235              Date: Sun, 12 Nov 2000 21:35:53 +0000
18236              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
18237      Branch: perl
18238            ! ext/IO/lib/IO/Handle.pm
18239 ____________________________________________________________________________
18240 [  7658] By: jhi                                   on 2000/11/12  21:37:06
18241         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
18242              From: Nicholas Clark <nick@talking.bollo.cx>
18243              Date: Sun, 12 Nov 2000 20:03:22 +0000
18244              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
18245      Branch: perl
18246            ! pod/perlfunc.pod
18247 ____________________________________________________________________________
18248 [  7657] By: jhi                                   on 2000/11/12  20:34:55
18249         Log: Integrate perlio.
18250      Branch: perl
18251           !> perlio.c
18252 ____________________________________________________________________________
18253 [  7656] By: nick                                  on 2000/11/12  19:25:06
18254         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
18255      Branch: perlio
18256            ! perlio.c
18257 ____________________________________________________________________________
18258 [  7655] By: nick                                  on 2000/11/12  19:09:41
18259         Log: Integrate mainline
18260      Branch: perlio
18261           +> README.solaris ext/Encode/Encode/cp1006.enc
18262           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
18263           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
18264           +> ext/Encode/Encode/iso8859-13.enc
18265           +> ext/Encode/Encode/iso8859-14.enc
18266           +> ext/Encode/Encode/iso8859-15.enc
18267           !> (integrate 34 files)
18268 ____________________________________________________________________________
18269 [  7654] By: jhi                                   on 2000/11/12  19:00:22
18270         Log: Add a metaconfig unit for fsync.
18271      Branch: metaconfig/U/perl
18272            + d_fsync.U
18273 ____________________________________________________________________________
18274 [  7653] By: jhi                                   on 2000/11/12  19:00:01
18275         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
18276      Branch: perl
18277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18278            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18279            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18280            ! vos/config.ga.h win32/config.bc win32/config.gc
18281            ! win32/config.vc
18282 ____________________________________________________________________________
18283 [  7652] By: jhi                                   on 2000/11/11  21:12:01
18284         Log: Copy the s// information of README.hpux also to the perlrun.
18285      Branch: perl
18286            ! README.hpux pod/perlrun.pod
18287 ____________________________________________________________________________
18288 [  7651] By: jhi                                   on 2000/11/11  21:03:13
18289         Log: More README.solaris updates from Andy Dougherty.
18290      Branch: perl
18291            ! README.solaris
18292 ____________________________________________________________________________
18293 [  7650] By: jhi                                   on 2000/11/11  18:38:57
18294         Log: More descriptive error for unknown perlio layers.
18295              
18296              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18297              From: Dominic Dunlop <domo@computer.org> 
18298              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18299              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18300      Branch: perl
18301            ! perlio.c pod/perldiag.pod
18302 ____________________________________________________________________________
18303 [  7649] By: jhi                                   on 2000/11/11  18:37:52
18304         Log: MachTen doesn't really do mmap() and munmap().
18305              
18306              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
18307              From: Dominic Dunlop <domo@computer.org> 
18308              Date: Sat, 11 Nov 2000 18:20:32 +0100             
18309              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
18310      Branch: perl
18311            ! hints/machten.sh
18312 ____________________________________________________________________________
18313 [  7648] By: jhi                                   on 2000/11/11  18:36:46
18314         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
18315              From: rspier@pobox.com (Robert Spier)
18316              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
18317              Message-ID: <14861.32839.491271.985797@rls.cx>
18318      Branch: perl
18319            ! Porting/Contract pod/perltoot.pod
18320 ____________________________________________________________________________
18321 [  7647] By: jhi                                   on 2000/11/11  18:35:30
18322         Log: Simplify the getpagesize() unit by dropping the
18323              pagesize probe since it's nowadays slightly more
18324              complicated because of sysconf(). (Note: if some
18325              platform really needs the -lPW for getpagesize,
18326              I just broke it.)
18327              
18328              TODO: a new pagesize unit.
18329      Branch: metaconfig
18330            ! U/compline/d_getpagsz.U
18331 ____________________________________________________________________________
18332 [  7646] By: jhi                                   on 2000/11/11  18:33:23
18333         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
18334      Branch: perl
18335            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18336            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18337            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18338            ! vos/config.ga.h win32/config.bc win32/config.gc
18339            ! win32/config.vc
18340 ____________________________________________________________________________
18341 [  7645] By: jhi                                   on 2000/11/11  16:45:15
18342         Log: Use sysconf() or getpagesize() to find out the pagesize.
18343      Branch: perl
18344            ! perlio.c
18345 ____________________________________________________________________________
18346 [  7644] By: jhi                                   on 2000/11/11  15:46:08
18347         Log: Integrate perlio.
18348      Branch: perl
18349           !> perlio.c
18350 ____________________________________________________________________________
18351 [  7643] By: jhi                                   on 2000/11/11  15:33:36
18352         Log: Subject: Re: [PATCH] README.solaris
18353              From: Lupe Christoph <lupe@lupe-christoph.de>
18354              Date: Sat, 11 Nov 2000 14:08:10 +0100
18355              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
18356      Branch: perl
18357            ! README.solaris
18358 ____________________________________________________________________________
18359 [  7642] By: jhi                                   on 2000/11/11  15:22:12
18360         Log: Subject: [PATCH perl@7638] cygwin port
18361              From: "Eric Fifer" <egf7@columbia.edu>            
18362              Date: Fri, 10 Nov 2000 19:30:30 -0000
18363              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
18364      Branch: perl
18365            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
18366 ____________________________________________________________________________
18367 [  7641] By: nick                                  on 2000/11/11  14:50:36
18368         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
18369              Also call "Buf" layer directly when unread'ing non-read chars.
18370      Branch: perlio
18371            ! perlio.c
18372 ____________________________________________________________________________
18373 [  7640] By: jhi                                   on 2000/11/11  02:05:02
18374         Log: Add more encoding tables.
18375      Branch: perl
18376            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
18377            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
18378            + ext/Encode/Encode/iso8859-10.enc
18379            + ext/Encode/Encode/iso8859-13.enc
18380            + ext/Encode/Encode/iso8859-14.enc
18381            + ext/Encode/Encode/iso8859-15.enc
18382            ! MANIFEST
18383 ____________________________________________________________________________
18384 [  7639] By: jhi                                   on 2000/11/10  18:49:25
18385         Log: Subject: [PATCH] README.solaris
18386              From: Andy Dougherty <doughera@lafayette.edu>
18387              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
18388              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
18389      Branch: perl
18390            + README.solaris
18391            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
18392            ! pod/perl.pod pod/perltoc.pod
18393 ____________________________________________________________________________
18394 [  7638] By: jhi                                   on 2000/11/10  15:04:15
18395         Log: Update Changes.
18396      Branch: perl
18397            ! Changes patchlevel.h
18398 ____________________________________________________________________________
18399 [  7637] By: jhi                                   on 2000/11/10  14:14:28
18400         Log: Explain better why certain regex tests are skipped.
18401              
18402              Subject: Re: tests skipped: unknown reason
18403              From: Lupe Christoph <lupe@lupe-christoph.de>
18404              Date: Fri, 10 Nov 2000 09:08:56 +0100
18405              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
18406      Branch: perl
18407            ! t/op/regexp.t
18408 ____________________________________________________________________________
18409 [  7636] By: nick                                  on 2000/11/10  13:40:00
18410         Log: Integrate mainline.
18411      Branch: perlio
18412           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
18413           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
18414           !> win32/bin/search.pl
18415 ____________________________________________________________________________
18416 [  7635] By: nick                                  on 2000/11/10  13:25:52
18417         Log: Re-instate stdio large file support via perlio.
18418      Branch: perl
18419            ! perlio.c
18420 ____________________________________________________________________________
18421 [  7634] By: jhi                                   on 2000/11/10  04:49:55
18422         Log: Amdahl UTS hints updates.
18423              
18424              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
18425              From: hom00@utsglobal.com (Harold O Morris)
18426              Date: Thu, 9 Nov 2000 20:02 PST
18427              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
18428      Branch: perl
18429            ! hints/uts.sh
18430 ____________________________________________________________________________
18431 [  7633] By: jhi                                   on 2000/11/09  23:33:28
18432         Log: Subject: [PATCH] IO::Seekable pod
18433              From: Nicholas Clark <nick@talking.bollo.cx>
18434              Date: Thu, 9 Nov 2000 20:29:45 +0000
18435              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
18436      Branch: perl
18437            ! ext/IO/lib/IO/Handle.pm
18438 ____________________________________________________________________________
18439 [  7632] By: jhi                                   on 2000/11/09  21:55:41
18440         Log: Various doc oddball characters.
18441              
18442              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
18443              From: Michael Somos <somos@grail.cba.csuohio.edu>
18444              Date: Mon, 6 Nov 2000 17:44:20 -0500
18445              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
18446      Branch: perl
18447            ! emacs/cperl-mode.el lib/unicode/syllables.txt
18448            ! win32/bin/search.pl
18449 ____________________________________________________________________________
18450 [  7631] By: jhi                                   on 2000/11/09  21:12:29
18451         Log: Subject: Re: bash -c exit and linux hints 
18452              From: "John P. Linderman" <jpl@research.att.com>
18453              Date: Thu, 02 Nov 2000 09:37:25 -0500
18454              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
18455      Branch: perl
18456            ! hints/linux.sh
18457 ____________________________________________________________________________
18458 [  7630] By: nick                                  on 2000/11/09  20:34:11
18459         Log: Integrate mainline.
18460      Branch: perlio
18461           !> (integrate 91 files)
18462 ____________________________________________________________________________
18463 [  7629] By: jhi                                   on 2000/11/09  19:46:31
18464         Log: Missing dTHXs.
18465              
18466              Subject: RE: perl@7595 builds not on cygwin
18467              From: "Eric Fifer" <egf7@columbia.edu>
18468              Date: Thu, 9 Nov 2000 19:26:50 -0000
18469              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
18470      Branch: perl
18471            ! ext/Devel/Peek/Peek.xs
18472 ____________________________________________________________________________
18473 [  7628] By: jhi                                   on 2000/11/09  14:48:27
18474         Log: Disable only the tests 99 and 166 for UTF-8 locales.
18475      Branch: perl
18476            ! t/pragma/locale.t
18477 ____________________________________________________________________________
18478 [  7627] By: jhi                                   on 2000/11/09  14:40:27
18479         Log: There's no =head3.
18480      Branch: perl
18481            ! pod/perlhack.pod
18482 ____________________________________________________________________________
18483 [  7626] By: jhi                                   on 2000/11/09  13:54:26
18484         Log: The generated boot_* headers are wrong.  Pickier compiler,
18485              such as KAI C++ will refuse to compile the resulting perlmain.
18486              
18487              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
18488              From: Harri Pasanen <harri.pasanen@trema.com>
18489              Date: Thu, 09 Nov 2000 14:23:28 +0100
18490              Message-Id: <3A0AA550.26D548A3@trema.com>
18491      Branch: perl
18492            ! minimod.pl
18493 ____________________________________________________________________________
18494 [  7625] By: jhi                                   on 2000/11/09  13:50:44
18495         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
18496              From: Prymmer/Kahn <pvhp@best.com>
18497              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
18498              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
18499              
18500              All except the "cow orker" change.
18501      Branch: perl
18502            ! Porting/pumpkin.pod
18503 ____________________________________________________________________________
18504 [  7624] By: jhi                                   on 2000/11/09  13:45:33
18505         Log: Fix for
18506              
18507              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
18508              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18509              Date: Thu, 09 Nov 2000 11:05:52 +0100
18510              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
18511      Branch: perl
18512            ! pod/perldiag.pod t/pragma/warn/pp_sys
18513 ____________________________________________________________________________
18514 [  7623] By: jhi                                   on 2000/11/09  13:37:16
18515         Log: Typo in an ifndef.
18516              
18517              Subject: Re: [PATCH 5.7.0] better messages from malloc()
18518              From: Joe Smith <jms@inwap.com>         
18519              Date: Thu, 09 Nov 2000 01:33:14 -0800
18520              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
18521      Branch: perl
18522            ! malloc.c
18523 ____________________________________________________________________________
18524 [  7622] By: jhi                                   on 2000/11/09  13:31:18
18525         Log: Remove unused extra arguments.
18526      Branch: metaconfig/U/perl
18527            ! perlxv.U
18528      Branch: perl
18529            ! Configure config_h.SH
18530 ____________________________________________________________________________
18531 [  7621] By: jhi                                   on 2000/11/09  13:16:36
18532         Log: More VMS moves on environment handling, from Charles Lane.
18533      Branch: perl
18534            ! t/pragma/locale.t
18535 ____________________________________________________________________________
18536 [  7620] By: jhi                                   on 2000/11/09  04:42:38
18537         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18538              From: David Dyck <dcd@tc.fluke.com>
18539              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
18540              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
18541      Branch: perl
18542            ! pp_sys.c
18543 ____________________________________________________________________________
18544 [  7619] By: jhi                                   on 2000/11/09  04:36:21
18545         Log: Forgot from #7618.
18546      Branch: perl
18547            ! lib/File/stat.pm
18548 ____________________________________________________________________________
18549 [  7618] By: jhi                                   on 2000/11/09  04:28:44
18550         Log: Make deleting for %ENV work for (newer versions of) VMS,
18551              from Craig A. Berry.
18552      Branch: perl
18553            ! vms/vms.c
18554 ____________________________________________________________________________
18555 [  7617] By: jhi                                   on 2000/11/09  04:25:05
18556         Log: Subject: [PATCH] Class::Struct at compile time
18557              From: "Casey R. Tweten" <crt@kiski.net>
18558              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
18559              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
18560      Branch: perl
18561            ! lib/Class/Struct.pm
18562 ____________________________________________________________________________
18563 [  7616] By: jhi                                   on 2000/11/09  04:15:17
18564         Log: Subject: [ID 20001108.013] spelling
18565              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
18566              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
18567              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
18568      Branch: perl
18569            ! lib/ftp.pl
18570 ____________________________________________________________________________
18571 [  7615] By: jhi                                   on 2000/11/09  04:12:42
18572         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
18573              From: Peter Prymmer <pvhp@forte.com>
18574              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
18575              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
18576      Branch: perl
18577            ! configure.com
18578 ____________________________________________________________________________
18579 [  7614] By: jhi                                   on 2000/11/08  22:42:55
18580         Log: A missing aTHX_.
18581      Branch: perl
18582            ! ext/IPC/SysV/SysV.xs
18583 ____________________________________________________________________________
18584 [  7613] By: jhi                                   on 2000/11/08  19:30:21
18585         Log: Update Changes.
18586      Branch: perl
18587            ! Changes patchlevel.h
18588 ____________________________________________________________________________
18589 [  7612] By: jhi                                   on 2000/11/08  18:35:25
18590         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
18591              From: David Dyck <dcd@tc.fluke.com>
18592              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
18593              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
18594      Branch: perl
18595            ! pp_sys.c
18596 ____________________________________________________________________________
18597 [  7611] By: jhi                                   on 2000/11/08  18:30:26
18598         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
18599              From: Dominic Dunlop <domo@computer.org>
18600              Date: Tue, 7 Nov 2000 12:05:25 +0100
18601              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
18602      Branch: perl
18603            ! malloc.c
18604 ____________________________________________________________________________
18605 [  7610] By: jhi                                   on 2000/11/08  18:25:14
18606         Log: Do not test UTF-8 locales since that the tests would require
18607              polymorphic regexen.
18608      Branch: perl
18609            ! t/pragma/locale.t
18610 ____________________________________________________________________________
18611 [  7609] By: jhi                                   on 2000/11/08  17:12:51
18612         Log: Locale buglets.
18613              
18614              Subject: RE: Locales support (setlocale) fixes
18615              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
18616              Date: Wed, 8 Nov 2000 20:01:39 +0300
18617              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
18618      Branch: perl
18619            ! t/pragma/locale.t util.c
18620 ____________________________________________________________________________
18621 [  7608] By: jhi                                   on 2000/11/08  17:00:16
18622         Log: Deleting $ENV{PATH} in VMS is not recommendable.
18623      Branch: perl
18624            ! t/pragma/locale.t
18625 ____________________________________________________________________________
18626 [  7607] By: jhi                                   on 2000/11/08  16:58:26
18627         Log: Subject: PATCH std stdio for (Free)BSD
18628              From: Nicholas Clark <nick@ccl4.org>
18629              Date: Wed, 8 Nov 2000 15:36:29 +0000
18630              Message-ID: <20001108153629.D98736@plum.flirble.org>
18631      Branch: metaconfig
18632            ! U/compline/d_stdstdio.U
18633      Branch: perl
18634            ! Configure config_h.SH
18635 ____________________________________________________________________________
18636 [  7606] By: jhi                                   on 2000/11/08  16:43:31
18637         Log: Forgot to bump the line numbers in #7601.
18638      Branch: perl
18639            ! t/pragma/warn/pp_sys
18640 ____________________________________________________________________________
18641 [  7605] By: jhi                                   on 2000/11/08  16:39:12
18642         Log: More careful detection of how well NVs and UVs mix.
18643              
18644              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))
18645              From: Nicholas Clark <nick@ccl4.org>
18646              Date: Wed, 8 Nov 2000 15:14:12 +0000
18647              Message-ID: <20001108151412.B98736@plum.flirble.org>
18648              
18649              Added some SIGFPE paranoia.
18650      Branch: metaconfig/U/perl
18651            ! perlxv.U
18652      Branch: perl
18653            ! Configure config_h.SH
18654 ____________________________________________________________________________
18655 [  7604] By: jhi                                   on 2000/11/08  14:39:10
18656         Log: Subject: [patch perl@7595] VMS configure.com tweak
18657              From: "Craig A. Berry" <craigberry@mac.com>
18658              Date: Wed, 8 Nov 2000 00:24:12 -0600
18659              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
18660      Branch: perl
18661            ! configure.com
18662 ____________________________________________________________________________
18663 [  7603] By: jhi                                   on 2000/11/08  14:27:11
18664         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
18665              From: Robin Barker <rmb1@cise.npl.co.uk>
18666              Date: Wed, 8 Nov 2000 11:11:39 GMT
18667              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
18668      Branch: perl
18669            ! perlio.c
18670 ____________________________________________________________________________
18671 [  7602] By: jhi                                   on 2000/11/08  14:25:03
18672         Log: Fix for the tie-refhash string table leaks.
18673              
18674              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
18675              Date: Wed, 8 Nov 2000 13:03:04 GMT
18676              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
18677      Branch: perl
18678            ! t/lib/tie-refhash.t
18679 ____________________________________________________________________________
18680 [  7601] By: jhi                                   on 2000/11/08  14:21:08
18681         Log: Try to avoid flockless and emulationless places.
18682      Branch: perl
18683            ! t/pragma/warn/pp_sys
18684 ____________________________________________________________________________
18685 [  7600] By: jhi                                   on 2000/11/08  02:28:54
18686         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
18687              
18688              Subject: [PATCH] prototyped functions that should be overrideable
18689              From: "Casey R. Tweten" <crt@kiski.net>
18690              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
18691              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
18692      Branch: perl
18693            ! toke.c
18694 ____________________________________________________________________________
18695 [  7599] By: jhi                                   on 2000/11/08  01:12:05
18696         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
18697              
18698              Subject: [PATCH] perlbug.PL
18699              From: "Kurt D. Starsinic" <kstar@chapin.edu>
18700              Date: Mon, 6 Nov 2000 21:39:01 -0500
18701              Message-ID: <20001106213901.B20955@O2.chapin.edu>
18702      Branch: perl
18703            ! utils/perlbug.PL
18704 ____________________________________________________________________________
18705 [  7598] By: jhi                                   on 2000/11/07  23:42:00
18706         Log: Bad thinko in #7581 (I used the test program with the expanded
18707              values as-is).
18708      Branch: metaconfig
18709            ! U/compline/d_stdstdio.U
18710      Branch: perl
18711            ! Configure
18712 ____________________________________________________________________________
18713 [  7597] By: jhi                                   on 2000/11/07  21:43:29
18714         Log: Subject: [PATCH perl@7573] cygwin port
18715              From: "Fifer, Eric" <EFifer@sanwaint.com>
18716              Date: Tue, 7 Nov 2000 18:08:51 -0000 
18717              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
18718              
18719              Synchronize with Cygwin 1.1.5.
18720      Branch: perl
18721            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
18722            ! pod/perlport.pod unixish.h util.c
18723 ____________________________________________________________________________
18724 [  7596] By: jhi                                   on 2000/11/07  21:39:25
18725         Log: perlhack updates from H.Merijn Brand.
18726      Branch: perl
18727            ! pod/perlhack.pod
18728 ____________________________________________________________________________
18729 [  7595] By: jhi                                   on 2000/11/07  20:21:41
18730         Log: Update Changes.
18731      Branch: perl
18732            ! Changes patchlevel.h
18733 ____________________________________________________________________________
18734 [  7594] By: jhi                                   on 2000/11/07  19:18:58
18735         Log: Be more robust in Dynaloader.pm.
18736      Branch: perl
18737            ! ext/DynaLoader/DynaLoader_pm.PL
18738 ____________________________________________________________________________
18739 [  7593] By: jhi                                   on 2000/11/07  16:49:31
18740         Log: AUTHORS update.
18741      Branch: perl
18742            ! AUTHORS
18743 ____________________________________________________________________________
18744 [  7592] By: gsar                                  on 2000/11/07  16:39:51
18745         Log: normalize relative paths in virtualized current directory on windows,
18746              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
18747              returns)
18748      Branch: perl
18749            ! win32/vdir.h
18750 ____________________________________________________________________________
18751 [  7591] By: jhi                                   on 2000/11/07  16:04:26
18752         Log: Too profiler-happy: with optimization the #7590 actually makes
18753              the test to run 0.5% _slower_.  Requires much more instrumentation.
18754              Retract #7590.
18755      Branch: perl
18756            ! regcomp.c regcomp.h
18757 ____________________________________________________________________________
18758 [  7590] By: jhi                                   on 2000/11/07  15:51:13
18759         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
18760              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
18761              by using memset() and testing bytewise (as opposed to bitwise).
18762      Branch: perl
18763            ! regcomp.c regcomp.h
18764 ____________________________________________________________________________
18765 [  7589] By: jhi                                   on 2000/11/07  12:56:39
18766         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
18767              From: "Craig A. Berry" <craig.berry@psinetcs.com>
18768              Date: Mon, 06 Nov 2000 23:45:30 -0500
18769              Message-Id: <0011079735.AA973576259@univpress.com>
18770      Branch: perl
18771            ! configure.com t/lib/st-lock.t
18772 ____________________________________________________________________________
18773 [  7588] By: jhi                                   on 2000/11/07  01:03:28
18774         Log: Tweak #7587.
18775      Branch: perl
18776            ! pod/perldiag.pod
18777 ____________________________________________________________________________
18778 [  7587] By: jhi                                   on 2000/11/07  01:00:27
18779         Log: A doc addition for bug id 20001105.019, beware \p.
18780      Branch: perl
18781            ! pod/perldiag.pod
18782 ____________________________________________________________________________
18783 [  7586] By: jhi                                   on 2000/11/07  00:32:22
18784         Log: Fake support of holey files in win/dosish platforms.
18785              
18786              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
18787              From: kipp@shonanblue.ne.jp
18788              Date: Mon, 6 Nov 2000 13:30:55 -0800
18789              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
18790      Branch: perl
18791            ! ext/SDBM_File/sdbm/sdbm.c
18792 ____________________________________________________________________________
18793 [  7585] By: jhi                                   on 2000/11/07  00:12:54
18794         Log: Subject: Pod updates
18795              From: "Stephen P. Potter" <spp@spotter.yi.org>
18796              Date: Mon, 06 Nov 2000 18:56:43 -0500
18797              Message-Id: <200011062357.SAA18173@spotter.yi.org>
18798      Branch: perl
18799            ! README.dos README.os2 README.win32 pod/buildtoc.PL
18800            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
18801            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
18802            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
18803            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
18804            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
18805            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
18806            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
18807            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
18808            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
18809            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
18810            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
18811            ! pod/perltootc.pod pod/perlunicode.pod
18812 ____________________________________________________________________________
18813 [  7584] By: jhi                                   on 2000/11/07  00:04:17
18814         Log: Varargs don't always work too well if one puts an unsigned
18815              char on the stack and pop an unsigned quad off the stack.
18816              
18817              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
18818              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
18819              Date: Mon, 06 Nov 2000 15:19:05 -0800
18820              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
18821      Branch: perl
18822            ! utf8.c
18823 ____________________________________________________________________________
18824 [  7583] By: jhi                                   on 2000/11/06  23:58:48
18825         Log: %ENV note tweaks from Dan Sugalski.
18826      Branch: perl
18827            ! pod/perlport.pod vms/perlvms.pod
18828 ____________________________________________________________________________
18829 [  7582] By: jhi                                   on 2000/11/06  23:05:49
18830         Log: glibc5 detection by __GNU_LIBRARY__.
18831      Branch: perl
18832            ! toke.c
18833 ____________________________________________________________________________
18834 [  7581] By: jhi                                   on 2000/11/06  22:51:29
18835         Log: Make the stdio test program of 7427 less noisy while being 
18836              compiled so that Digital UNIX wouldn't get both
18837              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
18838              undefined.  This makes perlio happy.
18839      Branch: metaconfig
18840            ! U/compline/d_stdstdio.U
18841      Branch: perl
18842            ! Configure config_h.SH
18843 ____________________________________________________________________________
18844 [  7580] By: jhi                                   on 2000/11/06  22:41:41
18845         Log: Document %ENV = () portability issues.
18846      Branch: perl
18847            ! pod/perlport.pod vms/perlvms.pod
18848 ____________________________________________________________________________
18849 [  7579] By: jhi                                   on 2000/11/06  21:29:24
18850         Log: VOS updates from Paul Green.
18851      Branch: perl
18852            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18853 ____________________________________________________________________________
18854 [  7578] By: jhi                                   on 2000/11/06  21:00:40
18855         Log: Sanitize the environment further.
18856      Branch: perl
18857            ! t/pragma/locale.t
18858 ____________________________________________________________________________
18859 [  7577] By: jhi                                   on 2000/11/06  20:53:51
18860         Log: Re-introduce 7552 lost in integration.
18861      Branch: perl
18862            ! perlio.c
18863 ____________________________________________________________________________
18864 [  7576] By: jhi                                   on 2000/11/06  20:33:46
18865         Log: Admit that the test leaks scalars.
18866      Branch: perl
18867            ! t/comp/proto.t
18868 ____________________________________________________________________________
18869 [  7575] By: jhi                                   on 2000/11/06  20:17:08
18870         Log: Integrate perlio.
18871      Branch: perl
18872           !> perlio.c
18873 ____________________________________________________________________________
18874 [  7574] By: nick                                  on 2000/11/06  20:07:28
18875         Log: Remove debug. Try (Mmap_t) on madvise() call.
18876      Branch: perlio
18877            ! perlio.c
18878 ____________________________________________________________________________
18879 [  7573] By: jhi                                   on 2000/11/06  13:56:05
18880         Log: Update Changes.
18881      Branch: perl
18882            ! Changes patchlevel.h
18883 ____________________________________________________________________________
18884 [  7572] By: jhi                                   on 2000/11/06  13:48:41
18885         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
18886              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18887              Date: Mon, 06 Nov 2000 10:11:42 +0100
18888              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
18889      Branch: perl
18890            ! pod/perlhack.pod
18891 ____________________________________________________________________________
18892 [  7571] By: jhi                                   on 2000/11/06  01:45:51
18893         Log: AUTHORS updates.
18894      Branch: perl
18895            ! AUTHORS
18896 ____________________________________________________________________________
18897 [  7570] By: jhi                                   on 2000/11/06  00:18:00
18898         Log: Fix for
18899              
18900              Subject: [ID 20000728.005] perl -P broken
18901              From: David Dyck <dcd@tc.fluke.com>
18902              Date: Fri, 28 Jul 2000 17:19:16 -0700
18903              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
18904              
18905              (hopefully).  The fix is also not complete, it seems to break
18906              BOM swallowing for libc5 systems, but until someone figures
18907              out a way to do this without ftell(), this will do.
18908      Branch: perl
18909            ! toke.c
18910 ____________________________________________________________________________
18911 [  7569] By: jhi                                   on 2000/11/06  00:05:30
18912         Log: Document that the evaled syntax errors cause scalar leaks.
18913      Branch: perl
18914            ! t/comp/proto.t
18915 ____________________________________________________________________________
18916 [  7568] By: jhi                                   on 2000/11/05  23:14:47
18917         Log: opmini.o can linger from Configures past.
18918      Branch: perl
18919            ! Makefile.SH
18920 ____________________________________________________________________________
18921 [  7567] By: jhi                                   on 2000/11/05  21:28:39
18922         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
18923              first argument correctly.
18924      Branch: perl
18925            ! perlio.c
18926 ____________________________________________________________________________
18927 [  7566] By: jhi                                   on 2000/11/05  21:15:56
18928         Log: Integrate perlio.
18929      Branch: perl
18930           !> perlio.c
18931 ____________________________________________________________________________
18932 [  7565] By: jhi                                   on 2000/11/05  21:15:13
18933         Log: Use -dM for gcc (the suggested patch did it only for Linux,
18934              but I think it can be generalized).
18935              
18936              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
18937              From: Pixel <pixel@mandrakesoft.com>
18938              Date: 05 Nov 2000 21:49:34 +0100 
18939              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
18940      Branch: perl
18941            ! ext/Errno/Errno_pm.PL
18942 ____________________________________________________________________________
18943 [  7564] By: nick                                  on 2000/11/05  21:09:18
18944         Log: Added a mmap layer as a "subclass" of perlio.
18945              PERLIO=mmap ./perl harness passes
18946      Branch: perlio
18947            ! perlio.c
18948 ____________________________________________________________________________
18949 [  7563] By: jhi                                   on 2000/11/05  19:48:55
18950         Log: Add a note for future generations about bug id 20000229.006.
18951      Branch: perl
18952            ! malloc.c
18953 ____________________________________________________________________________
18954 [  7562] By: jhi                                   on 2000/11/05  19:38:24
18955         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
18956      Branch: perl
18957            ! pp_ctl.c t/op/pos.t
18958 ____________________________________________________________________________
18959 [  7561] By: jhi                                   on 2000/11/05  18:21:46
18960         Log: Add =pod to be tidy.
18961      Branch: perl
18962            ! lib/Math/Complex.pm
18963 ____________________________________________________________________________
18964 [  7560] By: jhi                                   on 2000/11/05  17:38:46
18965         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
18966      Branch: perl
18967            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
18968            ! ext/Storable/Storable.xs t/lib/st-recurse.t
18969 ____________________________________________________________________________
18970 [  7559] By: jhi                                   on 2000/11/05  17:32:59
18971         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
18972              From: "Peter J. Farley III" <pjfarley@banet.net>
18973              Date: Sun, 05 Nov 2000 11:55:59 -0500
18974              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
18975      Branch: perl
18976            ! t/lib/syslog.t
18977 ____________________________________________________________________________
18978 [  7558] By: jhi                                   on 2000/11/05  17:29:19
18979         Log: Integrate perlio.
18980      Branch: perl
18981           !> perlio.c
18982 ____________________________________________________________________________
18983 [  7557] By: jhi                                   on 2000/11/05  17:22:01
18984         Log: A fix of sorts for 20000329.026, a better error message
18985              for a missing "use charnames" when using the \N{...}. 
18986      Branch: perl
18987            ! pod/perldiag.pod toke.c
18988 ____________________________________________________________________________
18989 [  7556] By: jhi                                   on 2000/11/05  16:33:50
18990         Log: Test tweak: show also the failed locales.
18991              
18992              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
18993              From: Lupe Christoph <lupe@lupe-christoph.de>         
18994              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
18995              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
18996      Branch: perl
18997            ! t/pragma/locale.t
18998 ____________________________________________________________________________
18999 [  7555] By: nick                                  on 2000/11/05  11:09:34
19000         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
19001              open RDWR so does not fail. (pragma/warnings 303 again...)
19002      Branch: perlio
19003            ! perlio.c
19004 ____________________________________________________________________________
19005 [  7554] By: nick                                  on 2000/11/05  10:10:13
19006         Log: Fix case where ungetc(f,EOF) was allowed.
19007              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
19008              so we can see similarities.
19009              Use types more carefully and a STDCHAR array in hope that this will
19010              fix Jarrko's 64bit machine.
19011      Branch: perlio
19012            ! perlio.c
19013 ____________________________________________________________________________
19014 [  7553] By: jhi                                   on 2000/11/05  01:12:16
19015         Log: Fix for
19016              
19017              Subject: [ID 20001004.007] taint propogation is inconsistent
19018              From: pimlott@idiomtech.com (Andrew Pimlott) 
19019              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
19020              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
19021              
19022              The culprit was sv_setsv() which was rather blindly
19023              propagating taint, which lead to behaviour where if
19024              a tainted anon hash value was seen all the hash values
19025              from then on at that level became tainted, or at any
19026              upper levels in the case of nested anon hashes.
19027      Branch: perl
19028            ! sv.c t/op/taint.t
19029 ____________________________________________________________________________
19030 [  7552] By: jhi                                   on 2000/11/04  23:44:18
19031         Log: Some cpps don't like splitting conditionals across several lines.
19032      Branch: perl
19033            ! perlio.c
19034 ____________________________________________________________________________
19035 [  7551] By: nick                                  on 2000/11/04  23:40:44
19036         Log: Integrate mainline
19037      Branch: perlio
19038           !> pp_hot.c t/op/taint.t
19039 ____________________________________________________________________________
19040 [  7550] By: nick                                  on 2000/11/04  23:39:05
19041         Log: Integrate mainline again
19042      Branch: perlio
19043           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
19044           !> t/lib/b.t t/op/misc.t util.c
19045 ____________________________________________________________________________
19046 [  7549] By: jhi                                   on 2000/11/04  23:14:01
19047         Log: Fix for
19048              
19049              Subject: [ID 20001004.006] undef is never tainted
19050              From: pimlott@idiomtech.com (Andrew Pimlott)
19051              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
19052              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
19053              
19054              An undef read from a slurped file was not tainted.
19055      Branch: perl
19056            ! pp_hot.c t/op/taint.t
19057 ____________________________________________________________________________
19058 [  7548] By: jhi                                   on 2000/11/04  22:56:21
19059         Log: Test tweak ($Config{useperlio} is by default undef) .
19060      Branch: perl
19061            ! t/lib/b.t
19062 ____________________________________________________________________________
19063 [  7547] By: jhi                                   on 2000/11/04  22:43:56
19064         Log: Integrate perlio.
19065      Branch: perl
19066           +> lib/perlio.pm
19067           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
19068           !> pod/perlapi.pod t/lib/b.t
19069 ____________________________________________________________________________
19070 [  7546] By: jhi                                   on 2000/11/04  22:40:59
19071         Log: Configure would use a bad $myuname from an old config.sh.
19072              
19073              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
19074              From: Andy Dougherty <doughera@lafayette.edu>
19075              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
19076              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
19077      Branch: metaconfig
19078            ! U/modified/Oldconfig.U
19079      Branch: perl
19080            ! Configure config_h.SH
19081 ____________________________________________________________________________
19082 [  7545] By: jhi                                   on 2000/11/04  22:36:54
19083         Log: Subject: Locales support (setlocale) fixes
19084              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
19085              Date: Sat, 4 Nov 2000 10:15:48 +0300 
19086              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
19087              
19088              Modified quite a bit to be more portable.
19089      Branch: perl
19090            ! embed.h embed.pl perl.h proto.h util.c
19091 ____________________________________________________________________________
19092 [  7544] By: jhi                                   on 2000/11/04  22:32:47
19093         Log: Dying is too strict here, better just skip.
19094      Branch: perl
19095            ! t/op/misc.t
19096 ____________________________________________________________________________
19097 [  7543] By: nick                                  on 2000/11/04  21:55:13
19098         Log: Merge mainline
19099      Branch: perlio
19100           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19101           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
19102           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
19103           !> (integrate 64 files)
19104 ____________________________________________________________________________
19105 [  7542] By: jhi                                   on 2000/11/04  21:09:28
19106         Log: More Changes tweakery.
19107      Branch: perl
19108            ! Changes Porting/genlog
19109 ____________________________________________________________________________
19110 [  7541] By: jhi                                   on 2000/11/04  20:58:18
19111         Log: Changes fixups.
19112      Branch: perl
19113            ! Changes
19114 ____________________________________________________________________________
19115 [  7540] By: jhi                                   on 2000/11/04  20:42:38
19116         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
19117              create a "fast path" for locale name probing using "locale -a"
19118              if available, squash finally hopefully the s?printf resetting
19119              the numeric locale (since, IIUC perllocale, it never shouldn't). 
19120      Branch: perl
19121            ! sv.c t/op/misc.t t/pragma/locale.t
19122 ____________________________________________________________________________
19123 [  7539] By: nick                                  on 2000/11/04  19:56:10
19124         Log: PerlIO infrastructure complete.
19125      Branch: perlio
19126            + lib/perlio.pm
19127            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
19128 ____________________________________________________________________________
19129 [  7538] By: nick                                  on 2000/11/04  14:31:32
19130         Log: Type tweaks + less contorted allocation scheme
19131      Branch: perlio
19132            ! perlio.c
19133 ____________________________________________________________________________
19134 [  7537] By: nick                                  on 2000/11/04  12:40:42
19135         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
19136              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
19137              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
19138              sensible) which lead to some interesting fails.
19139      Branch: perlio
19140            ! perlio.c
19141 ____________________________________________________________________________
19142 [  7536] By: jhi                                   on 2000/11/04  00:20:02
19143         Log: Add FCNTL_CAN_LOCK.
19144              
19145              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
19146              From: Andy Dougherty <doughera@lafayette.edu>
19147              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
19148              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
19149              
19150              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
19151              From: Andy Dougherty <doughera@lafayette.edu>
19152              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
19153              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
19154      Branch: metaconfig/U/perl
19155            + d_fcntl_can_lock.U
19156            ! startperl.U
19157      Branch: perl
19158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19159            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
19160            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19161            ! vos/config.ga.h win32/config.bc win32/config.gc
19162            ! win32/config.vc
19163 ____________________________________________________________________________
19164 [  7535] By: nick                                  on 2000/11/03  22:19:10
19165         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
19166              - Works on Linux with
19167              perlio + unix
19168              stdio
19169              - Works on Solaris with
19170              perlio + unix
19171              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
19172              - Fails (hangs in openpid) if you try and stack
19173              perlio + stdio - Linux stdio's read() logic is hanging.
19174      Branch: perlio
19175            ! iperlsys.h perlio.c
19176 ____________________________________________________________________________
19177 [  7534] By: jhi                                   on 2000/11/03  15:16:02
19178         Log: Subject: Re: README.aix
19179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19180              Date: Fri, 03 Nov 2000 16:03:15 +0100
19181              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
19182      Branch: perl
19183            ! README.aix
19184 ____________________________________________________________________________
19185 [  7533] By: jhi                                   on 2000/11/03  03:59:02
19186         Log: Subject: [PATCH 5.7.0] better messages from malloc()
19187              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19188              Date: Wed, 1 Nov 2000 23:39:56 -0500
19189              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
19190      Branch: perl
19191            ! malloc.c pod/perldiag.pod
19192 ____________________________________________________________________________
19193 [  7532] By: jhi                                   on 2000/11/03  00:11:56
19194         Log: The #7521 touched things it shouldn't have.
19195      Branch: perl
19196            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
19197 ____________________________________________________________________________
19198 [  7531] By: jhi                                   on 2000/11/02  22:32:33
19199         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
19200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
19201              Date:     Thu, 2 Nov 2000 16:58:36 EST
19202              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
19203      Branch: perl
19204            ! vms/gen_shrfls.pl
19205 ____________________________________________________________________________
19206 [  7530] By: jhi                                   on 2000/11/02  22:08:49
19207         Log: Fix the problem discussed in
19208              
19209              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
19210              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
19211              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
19212              
19213              originally from Linc Madison.  Also Andreas König's comments
19214              taken into account.  Some other problems with Tie::SubstrHash
19215              fixed: didn't croak when the table exceeded the requested number
19216              of entries (as documented) but instead when the number of entries
19217              exceeded the size of the table, a croak() had an unnecessary \n,
19218              didn't have a CLEAR method, documented that there is no exists().
19219              Didn't fix to be strict-proof because the module uses &foo; and
19220              dynamic scope.  Added a test script exercizing both first tamely 
19221              the basic functionality, and then the failure cases reported by
19222              Linc Madison.
19223      Branch: perl
19224            + t/lib/tie-substrhash.t
19225            ! MANIFEST lib/Tie/SubstrHash.pm
19226 ____________________________________________________________________________
19227 [  7529] By: jhi                                   on 2000/11/02  17:58:08
19228         Log: recv() can fail and return undef.
19229              
19230              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
19231              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
19232              Date: Thu, 2 Nov 2000 20:12:20 +0300
19233              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
19234      Branch: perl
19235            ! lib/Net/Ping.pm
19236 ____________________________________________________________________________
19237 [  7528] By: jhi                                   on 2000/11/02  17:49:09
19238         Log: Detpyo.
19239      Branch: perl
19240            ! pod/perlop.pod
19241 ____________________________________________________________________________
19242 [  7527] By: jhi                                   on 2000/11/02  15:48:37
19243         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
19244              fix a autovivification bug in Tie::RefHash, add tests for both.
19245              
19246              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
19247              From: Edward Avis <epa98@doc.ic.ac.uk>
19248              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
19249              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
19250      Branch: perl
19251            + t/lib/tie-refhash.t
19252            ! MANIFEST lib/Tie/RefHash.pm
19253 ____________________________________________________________________________
19254 [  7526] By: jhi                                   on 2000/11/02  13:56:26
19255         Log: Test::Harness revealed buglets in the new DynaLoader.
19256              
19257              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
19258              From: andreas.koenig@anima.de (Andreas J. Koenig)
19259              Date: 02 Nov 2000 11:26:48 +0100 
19260              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
19261      Branch: perl
19262            ! ext/DynaLoader/DynaLoader_pm.PL
19263 ____________________________________________________________________________
19264 [  7525] By: jhi                                   on 2000/11/01  23:52:08
19265         Log: The entry for #7503 was missing.
19266      Branch: perl
19267            ! Changes
19268 ____________________________________________________________________________
19269 [  7524] By: jhi                                   on 2000/11/01  23:40:52
19270         Log: Update Changes.
19271      Branch: perl
19272            ! Changes patchlevel.h
19273 ____________________________________________________________________________
19274 [  7523] By: jhi                                   on 2000/11/01  22:57:09
19275         Log: More tweaking on the #7522 theme.
19276      Branch: perl
19277            ! ext/DynaLoader/DynaLoader_pm.PL
19278 ____________________________________________________________________________
19279 [  7522] By: jhi                                   on 2000/11/01  22:06:15
19280         Log: Expand %Config variables and %ENV variables only if
19281              so requested during build time using the
19282              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
19283              Not expanding makes relocating distributions easier.
19284      Branch: perl
19285            ! ext/DynaLoader/DynaLoader_pm.PL
19286 ____________________________________________________________________________
19287 [  7521] By: jhi                                   on 2000/11/01  20:56:34
19288         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
19289              and setgid() because they were just changing $< and $( which means
19290              only changing the real uid/gid, as opposed to changing both
19291              real and effective ids.  (The alternative way could have been
19292              in POSIX.pm to change $> and $), too, but making a direct call
19293              to the C API feels cleaner.)  Fixes the bug
19294              
19295              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
19296              From: "Garry T. Williams" <garry@zvolve.com>
19297              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
19298              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
19299      Branch: perl
19300            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
19301            ! ext/POSIX/typemap pod/perlvar.pod
19302 ____________________________________________________________________________
19303 [  7520] By: jhi                                   on 2000/11/01  20:08:33
19304         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
19305              From: "Garry T. Williams" <garry@zvolve.com>
19306              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
19307              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
19308      Branch: perl
19309            ! pod/perlsec.pod
19310 ____________________________________________________________________________
19311 [  7519] By: jhi                                   on 2000/11/01  20:01:22
19312         Log: Locale warning explanation tweak.
19313      Branch: perl
19314            ! pod/perldiag.pod
19315 ____________________________________________________________________________
19316 [  7518] By: jhi                                   on 2000/11/01  18:57:13
19317         Log: C.pm part of
19318              
19319              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
19320              From: Jarkko Hietaniemi <jhi@iki.fi>
19321              Date: Tue, 10 Oct 2000 08:22:28 -0500
19322              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
19323      Branch: perl
19324            ! ext/B/B/C.pm
19325 ____________________________________________________________________________
19326 [  7517] By: jhi                                   on 2000/11/01  18:41:59
19327         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
19328              From: Martien Verbruggen <mgjv@comdyn.com.au>
19329              Date: Fri, 6 Oct 2000 14:09:10 +1100
19330              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
19331      Branch: perl
19332            ! pod/perlop.pod
19333 ____________________________________________________________________________
19334 [  7516] By: jhi                                   on 2000/11/01  18:34:55
19335         Log: Generalize the Camel wording.
19336              
19337              Subject: Re: perlfaq style changes
19338              From: John Borwick <jhborwic@unity.ncsu.edu>
19339              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
19340              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
19341      Branch: perl
19342            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
19343 ____________________________________________________________________________
19344 [  7515] By: jhi                                   on 2000/11/01  16:52:31
19345         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
19346              From: pimlott@idiomtech.com (Andrew Pimlott)
19347              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
19348              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
19349      Branch: perl
19350            ! pod/perlsec.pod
19351 ____________________________________________________________________________
19352 [  7514] By: jhi                                   on 2000/11/01  15:03:40
19353         Log: More AIX lore.
19354      Branch: perl
19355            ! ext/re/hints/aix.pl
19356 ____________________________________________________________________________
19357 [  7513] By: jhi                                   on 2000/11/01  14:48:30
19358         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
19359              From: root <root@chronos.fi.muni.cz>
19360              Date: Wed, 1 Nov 2000 12:31:32 +0100
19361              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
19362      Branch: perl
19363            ! lib/Net/Ping.pm
19364 ____________________________________________________________________________
19365 [  7512] By: jhi                                   on 2000/11/01  14:46:47
19366         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
19367              From: Martin Husemann <martin@duskware.de>
19368              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
19369              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
19370      Branch: perl
19371            ! regcomp.c
19372 ____________________________________________________________________________
19373 [  7511] By: jhi                                   on 2000/11/01  14:39:50
19374         Log: AUTHORS updates.
19375      Branch: perl
19376            ! AUTHORS
19377 ____________________________________________________________________________
19378 [  7510] By: jhi                                   on 2000/11/01  14:29:50
19379         Log: Subject: [PATCH] startperl to respect versiononly
19380              From: Robin Barker <rmb1@cise.npl.co.uk> 
19381              Date: Tue, 31 Oct 2000 16:29:36 GMT
19382              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
19383      Branch: metaconfig/U/perl
19384            ! startperl.U
19385      Branch: perl
19386            ! Configure config_h.SH
19387 ____________________________________________________________________________
19388 [  7509] By: jhi                                   on 2000/11/01  14:19:53
19389         Log: printf UVs the correct way, noticed by Robin Barker.
19390      Branch: perl
19391            ! utf8.c
19392 ____________________________________________________________________________
19393 [  7508] By: jhi                                   on 2000/11/01  14:10:03
19394         Log: Do not cleanup *% because the % has special meanings in some
19395              shell environments.
19396      Branch: perl
19397            ! ext/Storable/Makefile.PL
19398 ____________________________________________________________________________
19399 [  7507] By: jhi                                   on 2000/11/01  14:06:00
19400         Log: The NonStop-UX libraries have a novel way to say NaN.
19401      Branch: perl
19402            ! t/lib/bigfltpm.t
19403 ____________________________________________________________________________
19404 [  7506] By: jhi                                   on 2000/11/01  14:03:35
19405         Log: The osname has been lowercased by now, from Tom Bates.
19406      Branch: metaconfig
19407            ! U/modified/Oldconfig.U
19408      Branch: perl
19409            ! Configure config_h.SH
19410 ____________________________________________________________________________
19411 [  7505] By: jhi                                   on 2000/10/31  19:18:39
19412         Log: The compiler is either gcc or cc, from Tom Bates.
19413      Branch: perl
19414            ! hints/nonstopux.sh
19415 ____________________________________________________________________________
19416 [  7504] By: jhi                                   on 2000/10/31  14:53:42
19417         Log: Update Changes.
19418      Branch: perl
19419            ! Changes patchlevel.h
19420 ____________________________________________________________________________
19421 [  7503] By: jhi                                   on 2000/10/31  14:30:50
19422         Log: Whitespace style tweak.  Was originally going to see to
19423              
19424              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
19425              From: Joe Smith <jms@inwap.com>
19426              Date: Mon, 30 Oct 2000 18:47:57 -0800
19427              Message-Id: <39FE32DD.24AAC4D@inwap.com>
19428              
19429              but that had already been taken care of.
19430      Branch: metaconfig
19431            ! U/compline/d_stdstdio.U
19432      Branch: perl
19433            ! Configure config_h.SH
19434 ____________________________________________________________________________
19435 [  7502] By: jhi                                   on 2000/10/31  14:25:02
19436         Log: AUTHORS tweaks.
19437      Branch: perl
19438            ! AUTHORS
19439 ____________________________________________________________________________
19440 [  7501] By: jhi                                   on 2000/10/31  14:23:59
19441         Log: Subject: perlfaq style changes
19442              From: John Borwick <jhborwic@unity.ncsu.edu>
19443              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
19444              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
19445      Branch: perl
19446            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19447            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
19448            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
19449            ! pod/perlfaq9.pod
19450 ____________________________________________________________________________
19451 [  7500] By: jhi                                   on 2000/10/31  14:22:15
19452         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
19453              
19454              Subject: Re: [ID 20000918.005] ~ on wide chars
19455              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
19456              Date: Mon, 30 Oct 2000 21:09:55 -0800
19457              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
19458              
19459              (The ord() part of the patch skipped.)
19460      Branch: perl
19461            ! doop.c
19462 ____________________________________________________________________________
19463 [  7499] By: jhi                                   on 2000/10/31  14:20:08
19464         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
19465              From: Jens Hamisch <jens@Strawberry.COM>
19466              Date: Mon, 30 Oct 2000 15:17:07 +0100
19467              Message-Id: <20001030151707.A9597@Strawberry.COM>
19468      Branch: perl
19469            ! av.c
19470 ____________________________________________________________________________
19471 [  7498] By: jhi                                   on 2000/10/31  14:16:29
19472         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
19473              From: Peter Prymmer <pvhp@forte.com>
19474              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
19475              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
19476      Branch: perl
19477            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
19478            + ext/Encode/Encode/posix-bc.enc
19479            ! MANIFEST t/lib/encode.t
19480 ____________________________________________________________________________
19481 [  7497] By: jhi                                   on 2000/10/31  14:13:22
19482         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
19483              From: Peter Prymmer <pvhp@forte.com>
19484              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
19485              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
19486      Branch: perl
19487            ! t/lib/cgi-html.t
19488 ____________________________________________________________________________
19489 [  7496] By: jhi                                   on 2000/10/31  14:12:05
19490         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
19491              From: Peter Prymmer <pvhp@forte.com>
19492              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
19493              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
19494      Branch: perl
19495            ! t/lib/cgi-function.t
19496 ____________________________________________________________________________
19497 [  7495] By: jhi                                   on 2000/10/31  14:11:08
19498         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19499              From: Peter Prymmer <pvhp@forte.com>
19500              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
19501              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
19502      Branch: perl
19503            + ext/re/hints/aix.pl
19504            ! MANIFEST ext/re/Makefile.PL
19505 ____________________________________________________________________________
19506 [  7494] By: jhi                                   on 2000/10/31  14:08:32
19507         Log: Use Errno magic.
19508              
19509              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
19510              From: Casey Tweten <perl@ctweten.amsite.com>
19511              Date: Mon, 30 Oct 2000 15:51:17 -0500
19512              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
19513      Branch: perl
19514            ! lib/File/Temp.pm
19515 ____________________________________________________________________________
19516 [  7493] By: jhi                                   on 2000/10/31  14:05:07
19517         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
19518              
19519              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
19520              From: Nicholas Clark <nick@ccl4.org>
19521              Date: Mon, 30 Oct 2000 17:38:45 +0000
19522              Message-ID: <20001030173845.O60355@plum.flirble.org>
19523      Branch: perl
19524            ! Makefile.SH utils/perlbug.PL
19525 ____________________________________________________________________________
19526 [  7492] By: nick                                  on 2000/10/30  19:37:23
19527         Log: Change files which are mysteriously different to mainline to be
19528              copies of mainline.
19529      Branch: perlio
19530            ! objXSUB.h perlapi.c pod/perlapi.pod
19531 ____________________________________________________________________________
19532 [  7491] By: nick                                  on 2000/10/30  18:05:54
19533         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
19534              - typo in endian code in putc.
19535              - Don't allow read of write-only files and vice-versa
19536              - and off-by-one in flush-all loop.
19537              Remove debug calls as they were using GCC specific features.
19538      Branch: perlio
19539            ! perlio.c
19540 ____________________________________________________________________________
19541 [  7490] By: nick                                  on 2000/10/29  21:45:45
19542         Log: Integrate mainline to perlio
19543      Branch: perlio
19544           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
19545           !> toke.c
19546 ____________________________________________________________________________
19547 [  7489] By: jhi                                   on 2000/10/29  21:11:08
19548         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
19549              From: andreas.koenig@anima.de (Andreas J. Koenig)
19550              Date: 29 Oct 2000 22:05:59 +0100
19551              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
19552      Branch: perl
19553            ! lib/ExtUtils/Manifest.pm
19554 ____________________________________________________________________________
19555 [  7488] By: jhi                                   on 2000/10/29  21:07:47
19556         Log: Tests for #7487.
19557              
19558              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19559              From: andreas.koenig@anima.de (Andreas J. Koenig)
19560              Date: 29 Oct 2000 19:37:09 +0100
19561              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
19562      Branch: perl
19563            ! t/comp/proto.t
19564 ____________________________________________________________________________
19565 [  7487] By: jhi                                   on 2000/10/29  21:06:27
19566         Log: constsub spillage.
19567              
19568              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
19569              From: John Tobey <jtobey@john-edwin-tobey.org>
19570              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
19571              Message-Id: <m13pvSr-000FObC@feynman.localnet>
19572      Branch: perl
19573            ! op.c
19574 ____________________________________________________________________________
19575 [  7486] By: nick                                  on 2000/10/29  21:05:04
19576         Log: Integrate mainline to perlio branch
19577      Branch: perlio
19578           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
19579           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
19580           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
19581           +> vos/install_perl.cm
19582            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
19583            - vos/config.h vos/config_h.SH_orig
19584           !> (integrate 141 files)
19585 ____________________________________________________________________________
19586 [  7485] By: jhi                                   on 2000/10/29  21:00:47
19587         Log: Make \x{...} consistently produce UTF-8.
19588              
19589              Subject: Re: \x{...} is confused 
19590              From: Simon Cozens <simon@cozens.net>
19591              Date: Sun, 29 Oct 2000 19:36:48 +0000
19592              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
19593      Branch: perl
19594            ! t/pragma/utf8.t toke.c
19595 ____________________________________________________________________________
19596 [  7484] By: nick                                  on 2000/10/29  20:05:29
19597         Log: PerlIO passes all tests.
19598      Branch: perlio
19599            ! perlio.c
19600 ____________________________________________________________________________
19601 [  7483] By: jhi                                   on 2000/10/29  18:06:55
19602         Log: Update Changes.
19603      Branch: perl
19604            ! Changes patchlevel.h
19605 ____________________________________________________________________________
19606 [  7482] By: nick                                  on 2000/10/29  17:43:28
19607         Log: Include <unistd.h> to get correct lseek() prototype etc.
19608              (I thought perl.h did that) - down to two fails
19609              - comp/require.t (last test)
19610              - lib/io_xs.t - possibly import/export of FILE * ?
19611      Branch: perlio
19612            ! perlio.c
19613 ____________________________________________________________________________
19614 [  7481] By: jhi                                   on 2000/10/29  17:02:37
19615         Log: UTF-8 decoder tweak.
19616      Branch: perl
19617            ! utf8.c
19618 ____________________________________________________________________________
19619 [  7480] By: nick                                  on 2000/10/29  16:26:11
19620         Log: Fixed two bugs:
19621              - error code not being set on close (of broken pipe)
19622              - append mode was truncating.
19623              At least one seek/tell bug remains.
19624      Branch: perlio
19625            ! perlio.c
19626 ____________________________________________________________________________
19627 [  7479] By: nick                                  on 2000/10/29  11:18:16
19628         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
19629              in case of accidents. Still several worrying fails, no line disciplines yet.
19630      Branch: perlio
19631            ! iperlsys.h perlio.c
19632 ____________________________________________________________________________
19633 [  7478] By: jhi                                   on 2000/10/29  02:04:01
19634         Log: Add also emailless people.
19635      Branch: perl
19636            ! AUTHORS
19637 ____________________________________________________________________________
19638 [  7477] By: jhi                                   on 2000/10/29  01:36:00
19639         Log: The #7476 needs a MANIFEST change, too.
19640      Branch: perl
19641            ! MANIFEST
19642 ____________________________________________________________________________
19643 [  7476] By: jhi                                   on 2000/10/29  01:35:21
19644         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
19645      Branch: perl
19646            - MAINTAIN
19647            ! AUTHORS Changes
19648 ____________________________________________________________________________
19649 [  7475] By: jhi                                   on 2000/10/28  23:57:25
19650         Log: De-quoted-unreadable to ISO Latin 1.
19651              (There's one ISO-2022-JP name in Changes5.004.)
19652      Branch: perl
19653            ! Changes Changes5.6
19654 ____________________________________________________________________________
19655 [  7474] By: jhi                                   on 2000/10/28  19:13:06
19656         Log: Subject: [ID 20001027.007] uniq array in perlfaq
19657              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
19658              Date: Fri, 27 Oct 2000 19:28:30 +0200
19659              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
19660      Branch: perl
19661            ! pod/perlfaq4.pod
19662 ____________________________________________________________________________
19663 [  7473] By: jhi                                   on 2000/10/28  18:02:05
19664         Log: Locking null mutexes is not recommendable.
19665              
19666              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
19667              From: Hugo <hv@crypt.compulink.co.uk>
19668              Date: Sat, 28 Oct 2000 18:41:12 +0100
19669              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
19670      Branch: perl
19671            ! op.c
19672 ____________________________________________________________________________
19673 [  7472] By: jhi                                   on 2000/10/28  17:52:58
19674         Log: Better create a true mailing list for the repository keepers.
19675      Branch: perl
19676            ! Porting/repository.pod
19677 ____________________________________________________________________________
19678 [  7471] By: jhi                                   on 2000/10/28  17:28:24
19679         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
19680              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
19681      Branch: perl
19682            + Porting/repository.pod
19683            ! MANIFEST
19684 ____________________________________________________________________________
19685 [  7470] By: jhi                                   on 2000/10/28  17:20:54
19686         Log: Subject: DOC PATCH 5.6.0
19687              From: mjd@plover.com
19688              Date: 27 Oct 2000 17:32:44 -0000
19689              Message-ID: <20001027173244.23754.qmail@plover.com>
19690      Branch: perl
19691            ! pod/perlfunc.pod
19692 ____________________________________________________________________________
19693 [  7469] By: jhi                                   on 2000/10/28  17:16:45
19694         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
19695              From: "Peter J. Farley III" <pjfarley@banet.net>
19696              Date: Fri, 27 Oct 2000 20:32:56 -0400
19697              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
19698      Branch: perl
19699            ! README.dos
19700 ____________________________________________________________________________
19701 [  7468] By: jhi                                   on 2000/10/28  17:07:18
19702         Log: Make target reordering to avoid pointless re-makes.
19703              
19704              Subject: Re: Total re-make of 'make okfile' after 7451 ?
19705              From: Nicholas Clark <nick@ccl4.org>
19706              Date: Sat, 28 Oct 2000 00:31:02 +0100
19707              Message-ID: <20001028003101.A54517@plum.flirble.org>
19708      Branch: perl
19709            ! Makefile.SH
19710 ____________________________________________________________________________
19711 [  7467] By: jhi                                   on 2000/10/28  17:05:31
19712         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
19713              From: lvirden@cas.org
19714              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
19715              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
19716      Branch: perl
19717            ! README.os2
19718 ____________________________________________________________________________
19719 [  7466] By: jhi                                   on 2000/10/28  16:09:16
19720         Log: Upgrade to CPAN 1.58_55.
19721              
19722              Subject: CPAN.pm status
19723              From: andreas.koenig@anima.de (Andreas J. Koenig) 
19724              Date: 28 Oct 2000 08:18:00 +0200 
19725              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
19726      Branch: perl
19727            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
19728 ____________________________________________________________________________
19729 [  7465] By: jhi                                   on 2000/10/28  16:02:47
19730         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
19731      Branch: perl
19732            ! embed.h embed.pl perl.h proto.h toke.c
19733 ____________________________________________________________________________
19734 [  7464] By: nick                                  on 2000/10/28  10:43:44
19735         Log: Fix for sv_2iv() on "shared" value from keys %hash.
19736      Branch: perl
19737            ! sv.c
19738 ____________________________________________________________________________
19739 [  7463] By: jhi                                   on 2000/10/27  16:18:29
19740         Log: Update Changes.
19741      Branch: perl
19742            ! Changes patchlevel.h
19743 ____________________________________________________________________________
19744 [  7462] By: jhi                                   on 2000/10/27  16:17:44
19745         Log: Too enthusiastic editing in #7460.
19746      Branch: metaconfig
19747            ! U/modified/Oldsym.U
19748      Branch: perl
19749            ! Configure config_h.SH
19750 ____________________________________________________________________________
19751 [  7461] By: jhi                                   on 2000/10/27  15:37:38
19752         Log: Retract #7459, the script needs more work.
19753      Branch: perl
19754            - mkreef
19755            ! MANIFEST
19756 ____________________________________________________________________________
19757 [  7460] By: jhi                                   on 2000/10/27  15:23:14
19758         Log: Use $sort, $uniq (and $tr) consistently as wondered
19759              by Nicholas Clark.
19760      Branch: metaconfig
19761            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
19762            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
19763            ! U/modified/libc.U
19764      Branch: perl
19765            ! Configure config_h.SH
19766 ____________________________________________________________________________
19767 [  7459] By: jhi                                   on 2000/10/27  15:02:07
19768         Log: (Retracted by #7461)
19769              
19770              Add a shell script for creating/removing symbolic link farms,
19771              useful for keeping the source code read-only and doing the
19772              builds somewhere else.
19773      Branch: perl
19774            + mkreef
19775            ! MANIFEST
19776 ____________________________________________________________________________
19777 [  7458] By: jhi                                   on 2000/10/27  14:42:20
19778         Log: Do away with the fix_pl.
19779      Branch: perl
19780            - fix_pl
19781            ! MANIFEST Makefile.SH
19782 ____________________________________________________________________________
19783 [  7457] By: jhi                                   on 2000/10/27  12:43:13
19784         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
19785              From: Jens Hamisch <jens@Strawberry.COM>
19786              Date: Fri, 27 Oct 2000 14:38:21 +0200
19787              Message-Id: <20001027143821.B3366@Strawberry.COM>
19788      Branch: perl
19789            ! perl.h
19790 ____________________________________________________________________________
19791 [  7456] By: jhi                                   on 2000/10/27  12:33:42
19792         Log: Subject: [PATCH] todo
19793              From: Nicholas Clark <nick@ccl4.org>
19794              Date: Thu, 26 Oct 2000 22:32:29 +0100
19795              Message-ID: <20001026223229.A44540@plum.flirble.org>
19796      Branch: perl
19797            ! pod/perltodo.pod
19798 ____________________________________________________________________________
19799 [  7455] By: jhi                                   on 2000/10/27  12:02:21
19800         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
19801              From: John Tobey <jtobey@john-edwin-tobey.org>
19802              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
19803              Message-Id: <m13ozHF-000FObC@feynman.localnet>
19804      Branch: perl
19805            ! op.c t/pragma/sub_lval.t
19806 ____________________________________________________________________________
19807 [  7454] By: jhi                                   on 2000/10/27  11:59:42
19808         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
19809              From: sthoenna@efn.org
19810              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
19811              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
19812      Branch: perl
19813            ! pp.c t/op/assignwarn.t
19814 ____________________________________________________________________________
19815 [  7453] By: jhi                                   on 2000/10/27  00:15:08
19816         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
19817      Branch: perl
19818            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19819            ! ext/Storable/Storable.xs t/lib/st-lock.t
19820 ____________________________________________________________________________
19821 [  7452] By: jhi                                   on 2000/10/26  13:05:52
19822         Log: Undo #7451, this seems to be a deficiency in Perforce,
19823              there is no per-file line-terminator type, only per-client.
19824      Branch: perl
19825            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19826            ! win32/makefile.mk
19827 ____________________________________________________________________________
19828 [  7451] By: jhi                                   on 2000/10/26  04:56:03
19829         Log: Experimenting in DOS arcana.
19830      Branch: perl
19831            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
19832            ! win32/makefile.mk
19833 ____________________________________________________________________________
19834 [  7450] By: jhi                                   on 2000/10/26  04:50:52
19835         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
19836              From: "Peter J. Farley III" <pjfarley@banet.net>            
19837              Date: Wed, 25 Oct 2000 23:10:18 -0400
19838              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
19839      Branch: perl
19840            ! t/io/open.t
19841 ____________________________________________________________________________
19842 [  7449] By: jhi                                   on 2000/10/26  04:49:16
19843         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
19844              From: Hugo <hv@crypt.compulink.co.uk>
19845              Date: Thu, 26 Oct 2000 01:55:17 +0100
19846              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
19847              
19848              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
19849      Branch: perl
19850            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
19851 ____________________________________________________________________________
19852 [  7448] By: jhi                                   on 2000/10/26  04:38:36
19853         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
19854              From: Peter Prymmer <pvhp@forte.com>
19855              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
19856              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
19857      Branch: perl
19858            ! configure.com
19859 ____________________________________________________________________________
19860 [  7447] By: jhi                                   on 2000/10/25  23:20:02
19861         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
19862              in platforms that strictly require all the symbols being present
19863              at link time.
19864      Branch: perl
19865            ! handy.h
19866 ____________________________________________________________________________
19867 [  7446] By: jhi                                   on 2000/10/25  21:55:57
19868         Log: Update Changes.
19869      Branch: perl
19870            ! Changes patchlevel.h
19871 ____________________________________________________________________________
19872 [  7445] By: jhi                                   on 2000/10/25  21:27:08
19873         Log: Integrate with vmsperl #7430 by Charles Bailey:
19874              
19875              Cleanup from prior patch (Charles Lane?):
19876              - improve handling of MFDs in Basename and Path
19877              - default to no xsubpp line # munging when building debug images
19878      Branch: perl
19879           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
19880 ____________________________________________________________________________
19881 [  7444] By: jhi                                   on 2000/10/25  21:03:50
19882         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
19883              From: John Peacock <JPeacock@UnivPress.com>
19884              Date: Thu, 18 May 2000 11:55:27 -0400
19885              Message-ID: <3924126F.A58BE57A@UnivPress.com>
19886      Branch: perl
19887            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
19888            ! t/op/write.t
19889 ____________________________________________________________________________
19890 [  7443] By: jhi                                   on 2000/10/25  20:43:10
19891         Log: Temporary stopgap for the self-tying issue: for now only
19892              array and hash self-ties are verboten.  The real fix, of
19893              course, would be to comprehensively test (and implement?)
19894              and debug (and document) self-ties.
19895      Branch: perl
19896            ! pod/perldiag.pod pp_sys.c t/op/tie.t
19897 ____________________________________________________________________________
19898 [  7442] By: jhi                                   on 2000/10/25  20:14:30
19899         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
19900              From: Dan Sugalski <dan@sidhe.org>
19901              Date: Wed, 25 Oct 2000 13:36:35 -0400
19902              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
19903              
19904              plus regen global.sym.
19905      Branch: perl
19906            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
19907            ! thrdvar.h util.c
19908 ____________________________________________________________________________
19909 [  7441] By: jhi                                   on 2000/10/25  20:12:20
19910         Log: buildtoc target tweaks.
19911      Branch: perl
19912            ! pod/Makefile.SH
19913 ____________________________________________________________________________
19914 [  7440] By: jhi                                   on 2000/10/25  20:03:53
19915         Log: A new version of making the syslog test more robust.
19916              (Replaces #7421.)
19917              
19918              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
19919              From: "Kurt D. Starsinic" <kstar@chapin.edu>
19920              Date: Wed, 25 Oct 2000 12:13:54 -0400
19921              Message-ID: <20001025121354.B2264@O2.chapin.edu>
19922      Branch: perl
19923            ! t/lib/syslog.t
19924 ____________________________________________________________________________
19925 [  7439] By: jhi                                   on 2000/10/25  20:00:48
19926         Log: Continue the internal UTF-8 API tweaking.
19927              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
19928              used much more than the simpler API, now called utf8_to_uv_simple().
19929              Still not quite happy with API, too much partial duplication
19930              of functionality.
19931      Branch: perl
19932            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
19933            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
19934            ! regcomp.c regexec.c sv.c toke.c utf8.c
19935 ____________________________________________________________________________
19936 [  7438] By: jhi                                   on 2000/10/25  18:52:30
19937         Log: Allow poking holes at the UTF-8 decoding strictness.
19938      Branch: perl
19939            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
19940            ! utf8.h
19941 ____________________________________________________________________________
19942 [  7437] By: jhi                                   on 2000/10/25  13:53:05
19943         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
19944              UTF8LEN() and UTF8SKIP(). 
19945      Branch: perl
19946            ! pp.c utf8.c utf8.h
19947 ____________________________________________________________________________
19948 [  7436] By: jhi                                   on 2000/10/25  13:51:37
19949         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
19950              From: Nicholas Clark <nick@ccl4.org>
19951              Date: Wed, 25 Oct 2000 14:44:05 +0100
19952              Message-ID: <20001025144404.D27253@plum.flirble.org>
19953      Branch: perl
19954            ! pod/perlrun.pod
19955 ____________________________________________________________________________
19956 [  7435] By: jhi                                   on 2000/10/25  13:49:32
19957         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
19958              From: Mike Guy <mjtg@cam.ac.uk>
19959              Date: Tue, 24 Oct 2000 14:59:40 +0100
19960              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
19961      Branch: perl
19962            ! scope.c
19963 ____________________________________________________________________________
19964 [  7434] By: jhi                                   on 2000/10/25  13:48:41
19965         Log: AIX is picky about its symbol exports.  Solution for now
19966              is to include the deb.o explicitly to the re extension build.
19967              
19968              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
19969              From: Peter Prymmer <pvhp@forte.com>
19970              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
19971              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
19972      Branch: perl
19973            ! ext/re/Makefile.PL hints/aix.sh
19974 ____________________________________________________________________________
19975 [  7433] By: jhi                                   on 2000/10/25  13:46:49
19976         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
19977              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19978              Date: Wed, 25 Oct 2000 12:02:20 +0200
19979              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
19980      Branch: perl
19981            ! perlsdio.h
19982 ____________________________________________________________________________
19983 [  7432] By: jhi                                   on 2000/10/25  13:44:28
19984         Log: Subject: Minor update to find2perl, for portability
19985              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
19986              Date: Wed, 25 Oct 2000 12:05:47 +0100
19987              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
19988      Branch: perl
19989            ! x2p/find2perl.PL
19990 ____________________________________________________________________________
19991 [  7431] By: jhi                                   on 2000/10/25  13:40:39
19992         Log: Add targets to Makefile.SH, most importantly
19993              'regen_all' which also remembers to update vms/perly*.
19994      Branch: perl
19995            ! Makefile.SH
19996 ____________________________________________________________________________
19997 [  7430] By: bailey                                on 2000/10/25  03:13:53
19998         Log: Cleanup from prior patch (Charles Lane?):
19999              - improve handling of MFDs in Basename and Path
20000              - default to no xsubpp line # munging when building debug images
20001      Branch: vmsperl
20002            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
20003 ____________________________________________________________________________
20004 [  7429] By: jhi                                   on 2000/10/24  20:03:40
20005         Log: Podify README.epoc and README.vos.
20006      Branch: perl
20007            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
20008            ! pod/perlport.pod pod/perltoc.pod
20009 ____________________________________________________________________________
20010 [  7428] By: jhi                                   on 2000/10/24  19:10:33
20011         Log: Stratus VOS updates from Paul Green.
20012      Branch: perl
20013            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20014            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
20015            - vos/config.def vos/config.h vos/config_h.SH_orig
20016            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
20017            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
20018 ____________________________________________________________________________
20019 [  7427] By: jhi                                   on 2000/10/24  18:59:48
20020         Log: Check if stdio supports tweaking lval and cnt simultaneously.
20021              
20022              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
20023              From: Nicholas Clark <nick@ccl4.org>
20024              Date: Mon, 23 Oct 2000 15:39:32 +0100
20025              Message-ID: <20001023153932.A10786@plum.flirble.org>
20026      Branch: metaconfig
20027            ! U/compline/d_stdstdio.U
20028      Branch: perl
20029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20030            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
20031            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
20032            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
20033            ! vos/config.h vos/config_h.SH_orig win32/config.bc
20034            ! win32/config.gc win32/config.vc
20035 ____________________________________________________________________________
20036 [  7426] By: jhi                                   on 2000/10/24  17:57:44
20037         Log: Missed the header file changes from #7425.
20038      Branch: perl
20039            ! embed.h embed.pl objXSUB.h proto.h
20040 ____________________________________________________________________________
20041 [  7425] By: jhi                                   on 2000/10/24  17:55:17
20042         Log: Fix the bug reported in
20043              
20044              From: andreas.koenig@anima.de (Andreas J. Koenig)
20045              Subject: Encode bug?
20046              Date: 24 Oct 2000 14:01:26 +0200 
20047              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
20048              
20049              Also make is_utf8_char() stricter.
20050      Branch: perl
20051            ! ext/Encode/Encode.xs utf8.c
20052 ____________________________________________________________________________
20053 [  7424] By: jhi                                   on 2000/10/24  15:15:39
20054         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
20055              From: Peter Scott <Peter@PSDT.com>
20056              Date: Mon, 23 Oct 2000 19:46:01 -0700
20057              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
20058      Branch: perl
20059            ! pod/perlfaq5.pod
20060 ____________________________________________________________________________
20061 [  7423] By: jhi                                   on 2000/10/24  14:25:30
20062         Log: Test tweak to avoid pulling in the whole Config.
20063      Branch: perl
20064            ! t/lib/st-lock.t
20065 ____________________________________________________________________________
20066 [  7422] By: jhi                                   on 2000/10/24  14:03:16
20067         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
20068      Branch: perl
20069            ! pp.c
20070 ____________________________________________________________________________
20071 [  7421] By: jhi                                   on 2000/10/24  13:32:09
20072         Log: (Replaced by #7440.)
20073              
20074              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
20075              From: "Kurt D. Starsinic" <kstar@chapin.edu>
20076              Date: Mon, 23 Oct 2000 16:40:54 -0400
20077              Message-ID: <20001023164054.B14491@O2.chapin.edu>
20078      Branch: perl
20079            ! t/lib/syslog.t
20080 ____________________________________________________________________________
20081 [  7420] By: jhi                                   on 2000/10/24  13:30:53
20082         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
20083              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20084              Date: Mon, 23 Oct 2000 17:29:03 -0400
20085              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
20086      Branch: perl
20087            ! lib/ExtUtils/MM_Unix.pm
20088 ____________________________________________________________________________
20089 [  7419] By: jhi                                   on 2000/10/24  13:29:57
20090         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
20091              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20092              Date: Mon, 23 Oct 2000 19:01:32 -0400
20093              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
20094      Branch: perl
20095            ! utils/h2xs.PL
20096 ____________________________________________________________________________
20097 [  7418] By: jhi                                   on 2000/10/24  13:26:04
20098         Log: Replace #7409 with
20099              
20100              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
20101              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
20102              Date: Mon, 23 Oct 2000 20:08:56 +0200
20103              Message-ID: <20001023200855.A14850@nice.ram.loc>
20104      Branch: perl
20105            ! ext/Storable/Storable.pm t/lib/st-lock.t
20106 ____________________________________________________________________________
20107 [  7417] By: jhi                                   on 2000/10/24  13:17:52
20108         Log: Run vms/vms_yfix.pl, should have done that after changing
20109              perly.c in #7382.
20110      Branch: perl
20111            ! vms/perly_c.vms vms/perly_h.vms
20112 ____________________________________________________________________________
20113 [  7416] By: jhi                                   on 2000/10/24  02:55:33
20114         Log: Make the UTF-8 decoding stricter and more verbose when
20115              malformation happens.  This involved adding an argument
20116              to utf8_to_uv_chk(), which involved changing its prototype,
20117              and prefer STRLEN over I32 for the UTF-8 length, which as
20118              a domino effect necessitated changing the prototypes of
20119              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
20120              The stricter UTF-8 decoding checking uses Markus Kuhn's
20121              UTF-8 Decode Stress Tester from
20122              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
20123      Branch: perl
20124            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
20125            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
20126            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
20127            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
20128 ____________________________________________________________________________
20129 [  7415] By: jhi                                   on 2000/10/23  14:06:06
20130         Log: Update Changes.
20131      Branch: perl
20132            ! Changes patchlevel.h
20133 ____________________________________________________________________________
20134 [  7414] By: jhi                                   on 2000/10/23  12:39:52
20135         Log: Undo the basename() part of #7412 since the lib/basename
20136              tests would need upgrading too.
20137      Branch: perl
20138            ! lib/File/Basename.pm
20139 ____________________________________________________________________________
20140 [  7413] By: jhi                                   on 2000/10/23  12:19:27
20141         Log: Document PERL_INSTALL_ROOT of #7210.
20142      Branch: perl
20143            ! lib/ExtUtils/Install.pm
20144 ____________________________________________________________________________
20145 [  7412] By: jhi                                   on 2000/10/23  12:16:47
20146         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
20147      Branch: perl
20148            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
20149            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
20150 ____________________________________________________________________________
20151 [  7411] By: jhi                                   on 2000/10/23  12:07:41
20152         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
20153              From: Prymmer/Kahn <pvhp@best.com>
20154              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
20155              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
20156      Branch: perl
20157            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
20158 ____________________________________________________________________________
20159 [  7410] By: jhi                                   on 2000/10/23  04:10:11
20160         Log: The change #7187 was not so good on VMS.
20161              
20162              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
20163              From: "Craig A. Berry" <craig.berry@psinetcs.com>
20164              Date: Sun, 22 Oct 2000 23:03:08 -0500
20165              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
20166      Branch: perl
20167            ! utils/perldoc.PL
20168 ____________________________________________________________________________
20169 [  7409] By: jhi                                   on 2000/10/23  03:57:36
20170         Log: Avoid Storable locking on DJGPP for now.
20171              
20172              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
20173              From: "Peter J. Farley III" <pjfarley@banet.net>
20174              Date: Sun, 22 Oct 2000 20:00:00 -0400
20175              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
20176      Branch: perl
20177            ! ext/Storable/Storable.pm t/lib/st-lock.t
20178 ____________________________________________________________________________
20179 [  7408] By: jhi                                   on 2000/10/23  03:50:24
20180         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
20181              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
20182              Date: Sun, 22 Oct 2000 21:12:22 -0400
20183              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
20184      Branch: perl
20185            ! lib/vars.pm
20186 ____________________________________________________________________________
20187 [  7407] By: jhi                                   on 2000/10/23  03:43:12
20188         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
20189              From: Hugo <hv@crypt.compulink.co.uk>
20190              Date: Mon, 23 Oct 2000 00:47:22 +0100
20191              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
20192      Branch: perl
20193            ! regexec.c t/op/pat.t
20194 ____________________________________________________________________________
20195 [  7406] By: jhi                                   on 2000/10/23  03:40:29
20196         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
20197      Branch: perl
20198            ! lib/ExtUtils/MakeMaker.pm
20199 ____________________________________________________________________________
20200 [  7405] By: jhi                                   on 2000/10/22  21:32:00
20201         Log: Doc patch.
20202              
20203              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
20204              From: rspier@pobox.com (Robert Spier)
20205              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
20206              Message-ID: <14835.16112.13457.447971@rls.cx>
20207      Branch: perl
20208            ! lib/strict.pm
20209 ____________________________________________________________________________
20210 [  7404] By: jhi                                   on 2000/10/22  21:30:51
20211         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
20212              From: rspier@pobox.com (Robert Spier)
20213              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
20214              Message-ID: <14835.17223.72448.705566@rls.cx>
20215      Branch: perl
20216            ! lib/ExtUtils/MakeMaker.pm
20217 ____________________________________________________________________________
20218 [  7403] By: jhi                                   on 2000/10/22  21:24:11
20219         Log: Subject: [PATCH bleadperl] ripples from constsub patch
20220              From: John Tobey <jtobey@john-edwin-tobey.org>
20221              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
20222              Message-Id: <m13nSOB-000FObC@feynman.localnet>
20223      Branch: perl
20224            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
20225 ____________________________________________________________________________
20226 [  7402] By: jhi                                   on 2000/10/22  20:59:35
20227         Log: Support s?printf parameter reordering.
20228      Branch: perl
20229            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
20230 ____________________________________________________________________________
20231 [  7401] By: jhi                                   on 2000/10/22  19:19:14
20232         Log: Expand %Config variables only if explicitly so requested
20233              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
20234              
20235              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
20236              From: Gurusamy Sarathy <gsar@ActiveState.com>
20237              Date: Sun, 22 Oct 2000 11:47:32 -0700
20238              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
20239      Branch: perl
20240            ! Makefile.SH lib/lib_pm.PL
20241 ____________________________________________________________________________
20242 [  7400] By: jhi                                   on 2000/10/22  18:24:10
20243         Log: Move the #7390 test from warn/op to comp/redef.
20244              
20245              Subject: Re: Creating const subs for constants.
20246              From: John Tobey <jtobey@john-edwin-tobey.org>
20247              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
20248              Message-Id: <m13nG72-000FObC@feynman.localnet>               
20249      Branch: perl
20250            ! t/comp/redef.t t/pragma/warn/op
20251 ____________________________________________________________________________
20252 [  7399] By: jhi                                   on 2000/10/22  17:49:59
20253         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
20254              From: Nicholas Clark <nick@ccl4.org>
20255              Date: Sat, 21 Oct 2000 22:23:19 +0100
20256              Message-ID: <20001021222319.B45586@plum.flirble.org>
20257      Branch: perl
20258            ! ext/DynaLoader/DynaLoader_pm.PL
20259 ____________________________________________________________________________
20260 [  7398] By: jhi                                   on 2000/10/22  17:47:35
20261         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
20262              From: Hugo <hv@crypt.compulink.co.uk>
20263              Date: Sat, 21 Oct 2000 18:19:59 +0100
20264              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
20265      Branch: perl
20266            ! ext/B/B.pm ext/B/B/C.pm
20267 ____________________________________________________________________________
20268 [  7397] By: jhi                                   on 2000/10/22  17:35:18
20269         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
20270              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
20271              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
20272              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
20273      Branch: perl
20274            ! hints/openbsd.sh
20275 ____________________________________________________________________________
20276 [  7396] By: jhi                                   on 2000/10/22  17:19:46
20277         Log: Subject: installman go-faster stripes
20278              From: Nicholas Clark <nick@talking.bollo.cx>
20279              Date: Sat, 21 Oct 2000 17:24:53 +0100
20280              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
20281              
20282              Subject: Re: installman go-faster stripes
20283              From: Russ Allbery <rra@stanford.edu>
20284              Date: 21 Oct 2000 11:04:13 -0700
20285              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
20286      Branch: perl
20287            ! installman pod/pod2man.PL
20288 ____________________________________________________________________________
20289 [  7395] By: jhi                                   on 2000/10/22  17:17:35
20290         Log: Hints tweak from Anton Berezin.
20291      Branch: perl
20292            ! hints/freebsd.sh
20293 ____________________________________________________________________________
20294 [  7394] By: jhi                                   on 2000/10/22  04:50:04
20295         Log: Tweak the Is* definitions of Unicode character classes
20296              to better match the official categorizations; embrace
20297              the official categorizations; add the combining marks
20298              as alpha (and -numeric); fix DCinital (a typo and edito)
20299              to be DCmedial.
20300      Branch: perl
20301            + lib/unicode/Is/DCmedial.pl
20302            - lib/unicode/Is/DCinital.pl
20303            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
20304            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
20305            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
20306            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
20307 ____________________________________________________________________________
20308 [  7393] By: jhi                                   on 2000/10/21  18:06:05
20309         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
20310              From: Daniel Chetlin <daniel@chetlin.com>
20311              Date: Sat, 21 Oct 2000 02:57:03 -0700
20312              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
20313      Branch: perl
20314            + t/lib/tie-splice.t
20315            ! MANIFEST lib/Tie/Array.pm
20316 ____________________________________________________________________________
20317 [  7392] By: gsar                                  on 2000/10/21  18:05:15
20318         Log: resync utfperl branch with mainline
20319      Branch: utfperl
20320           !> (integrate 1760 files)
20321 ____________________________________________________________________________
20322 [  7391] By: jhi                                   on 2000/10/21  14:37:49
20323         Log: Testcases for a #7383,#7385 related bug.
20324              
20325              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
20326              From: Nicholas Clark <nick@ccl4.org>
20327              Date: Sat, 21 Oct 2000 15:04:51 +0100
20328              Message-ID: <20001021150451.A51566@plum.flirble.org>
20329      Branch: perl
20330            ! t/pragma/utf8.t
20331 ____________________________________________________________________________
20332 [  7390] By: jhi                                   on 2000/10/21  14:35:57
20333         Log: Add a testcase for #7389.
20334      Branch: perl
20335            ! t/pragma/warn/op
20336 ____________________________________________________________________________
20337 [  7389] By: jhi                                   on 2000/10/21  14:26:45
20338         Log: Subject: Re: Creating const subs for constants.
20339              From: John Tobey <jtobey@john-edwin-tobey.org>
20340              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
20341              Message-Id: <m13mo0N-000FObC@feynman.localnet>
20342      Branch: perl
20343            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
20344            ! proto.h sv.c
20345 ____________________________________________________________________________
20346 [  7388] By: nick                                  on 2000/10/21  11:44:23
20347         Log: Populate perlio branch
20348      Branch: perlio
20349           +> (branch 1760 files)
20350 ____________________________________________________________________________
20351 [  7387] By: nick                                  on 2000/10/21  10:52:05
20352         Log: Get branch back as replica of mainline via :
20353              p4 integrate -b utfperl
20354              p4 resolve -at ./...
20355      Branch: utfperl
20356           +> (branch 269 files)
20357            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
20358            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
20359            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
20360            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
20361            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
20362            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20363            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20364            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20365            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20366            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20367            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20368            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20369            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20370            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20371            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20372            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20373            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20374            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20375            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
20376            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
20377            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
20378            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
20379            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
20380            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
20381            - lib/unicode/UCD300.html lib/unicode/Unicode.300
20382            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
20383            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
20384            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
20385            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
20386           !> (integrate 965 files)
20387 ____________________________________________________________________________
20388 [  7386] By: jhi                                   on 2000/10/21  01:31:12
20389         Log: Update Changes.
20390      Branch: perl
20391            ! Changes patchlevel.h
20392 ____________________________________________________________________________
20393 [  7385] By: jhi                                   on 2000/10/21  01:28:42
20394         Log: The #7383 was right only in the context of the original bug report,
20395              not in more general case.
20396      Branch: perl
20397            ! pp_hot.c
20398 ____________________________________________________________________________
20399 [  7384] By: jhi                                   on 2000/10/21  01:08:23
20400         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
20401      Branch: perl
20402            ! ext/IO/lib/IO/Select.pm
20403 ____________________________________________________________________________
20404 [  7383] By: jhi                                   on 2000/10/21  00:44:18
20405         Log: Fix for ID 20001020.006, concatenating an unset submatch
20406              with utf8 resulted in "Modification of a read-only value".
20407      Branch: perl
20408            ! pp_hot.c t/pragma/utf8.t
20409 ____________________________________________________________________________
20410 [  7382] By: jhi                                   on 2000/10/20  20:44:31
20411         Log: Make scan_num() reëntrant, as suggested in
20412              
20413              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20414              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20415              Date: Fri, 20 Oct 2000 14:17:27 +0100
20416              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20417      Branch: perl
20418            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
20419            ! toke.c
20420 ____________________________________________________________________________
20421 [  7381] By: jhi                                   on 2000/10/20  20:07:29
20422         Log: Reëntrancy fix.
20423              
20424              Subject: [PATCH perl@7229] Rentrant parser and yylex()
20425              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20426              Date: Fri, 20 Oct 2000 14:17:27 +0100
20427              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
20428      Branch: perl
20429            ! embed.h embed.pl perl.h proto.h toke.c
20430 ____________________________________________________________________________
20431 [  7380] By: jhi                                   on 2000/10/20  19:15:54
20432         Log: Don't write double values through long double pointers,
20433              based on a part of
20434              
20435              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20436              From: Jens Hamisch <jens@Strawberry.COM>
20437              Date: Tue, 17 Oct 2000 08:39:36 +0200
20438              Message-Id: <20001017083936.A11104@Strawberry.COM>
20439      Branch: perl
20440            ! perl.h pp.c
20441 ____________________________________________________________________________
20442 [  7379] By: jhi                                   on 2000/10/20  18:43:37
20443         Log: Portability tweak on #7377.
20444              
20445              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
20446              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20447              Date:     Fri, 20 Oct 2000 13:13:41 EDT
20448              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
20449      Branch: perl
20450            ! t/lib/dprof.t
20451 ____________________________________________________________________________
20452 [  7378] By: jhi                                   on 2000/10/20  12:57:19
20453         Log: SOCKS function redefinitions need prototypes, too, otherwise
20454              for example 32 bit versus 64 bit differences cause a lot of
20455              problems.  Part of
20456              
20457              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
20458              From: Jens Hamisch <jens@Strawberry.COM>
20459              Date: Tue, 17 Oct 2000 08:39:36 +0200
20460              Message-Id: <20001017083936.A11104@Strawberry.COM>
20461      Branch: perl
20462            ! doio.c pp_sys.c
20463 ____________________________________________________________________________
20464 [  7377] By: jhi                                   on 2000/10/20  12:37:12
20465         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
20466              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20467              Date:     Fri, 20 Oct 2000 08:26:04 EDT
20468              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
20469      Branch: perl
20470            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
20471 ____________________________________________________________________________
20472 [  7376] By: jhi                                   on 2000/10/20  12:35:31
20473         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
20474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20475              Date:     Fri, 20 Oct 2000 07:48:15 EDT
20476              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
20477      Branch: perl
20478            ! configure.com vms/gen_shrfls.pl
20479 ____________________________________________________________________________
20480 [  7375] By: bailey                                on 2000/10/20  04:44:37
20481         Log: SYN SYN
20482      Branch: vmsperl
20483           +> (branch 134 files)
20484            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
20485            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
20486            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
20487            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
20488            - eg/cgi/frameset.cgi eg/cgi/index.html
20489            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
20490            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
20491            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
20492            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
20493            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
20494            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
20495            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
20496            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
20497            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
20498            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
20499            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
20500            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
20501            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
20502            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
20503            - lib/unicode/Props.txt lib/unicode/UCD300.html
20504            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
20505            - utils/perlbc.PL vms/subconfigure.com
20506           !> (integrate 785 files)
20507 ____________________________________________________________________________
20508 [  7374] By: jhi                                   on 2000/10/20  00:59:48
20509         Log: In the latest compiler builds cccdlflags must not become -fpic,
20510              from Wilfredo Sánchez.
20511      Branch: perl
20512            ! hints/darwin.sh
20513 ____________________________________________________________________________
20514 [  7373] By: jhi                                   on 2000/10/20  00:56:35
20515         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
20516              From: Tony Cook <tony@develop-help.com>
20517              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
20518              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
20519      Branch: perl
20520            ! pod/perlop.pod
20521 ____________________________________________________________________________
20522 [  7372] By: jhi                                   on 2000/10/19  19:34:40
20523         Log: Typo noted by Mark Lutz.
20524      Branch: perl
20525            ! t/op/64bitint.t
20526 ____________________________________________________________________________
20527 [  7371] By: jhi                                   on 2000/10/19  19:33:13
20528         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
20529      Branch: metaconfig
20530            ! U/modified/Cppsym.U U/modified/Oldconfig.U
20531      Branch: metaconfig/U/perl
20532            ! End.U dlsrc.U libperl.U
20533      Branch: perl
20534            + hints/nonstopux.sh
20535            ! Configure MANIFEST config_h.SH
20536 ____________________________________________________________________________
20537 [  7370] By: jhi                                   on 2000/10/19  17:18:08
20538         Log: Subject: PATCH do_print has 2 PerlIO_error()s
20539              From: nick@ccl4.org
20540              Date: Thu, 19 Oct 2000 18:09:20 +0100
20541              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
20542      Branch: perl
20543            ! doio.c
20544 ____________________________________________________________________________
20545 [  7369] By: jhi                                   on 2000/10/19  14:01:49
20546         Log: Update Changes.
20547      Branch: perl
20548            ! Changes patchlevel.h
20549 ____________________________________________________________________________
20550 [  7368] By: jhi                                   on 2000/10/19  13:04:29
20551         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
20552              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20553              Date: Wed, 18 Oct 2000 13:12:01 +0200
20554              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
20555      Branch: perl
20556            ! hints/aix.sh
20557 ____________________________________________________________________________
20558 [  7367] By: jhi                                   on 2000/10/19  02:22:40
20559         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
20560              of a 'pmshort' anywhere in the B, so the offending line was simply
20561              removed.
20562      Branch: perl
20563            ! ext/B/B/Debug.pm
20564 ____________________________________________________________________________
20565 [  7366] By: jhi                                   on 2000/10/19  02:12:37
20566         Log: Add the test case for the bug id 20000730.004 which seems
20567              to have been fixed by now.
20568      Branch: perl
20569            ! t/pragma/utf8.t
20570 ____________________________________________________________________________
20571 [  7365] By: jhi                                   on 2000/10/18  23:36:24
20572         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
20573              From: Hugo <hv@crypt.compulink.co.uk>
20574              Date: Wed, 18 Oct 2000 23:25:58 +0100
20575              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
20576      Branch: perl
20577            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
20578 ____________________________________________________________________________
20579 [  7364] By: jhi                                   on 2000/10/18  21:12:53
20580         Log: (retracted)
20581      Branch: perl
20582            ! pp.c
20583 ____________________________________________________________________________
20584 [  7363] By: jhi                                   on 2000/10/18  20:55:38
20585         Log: Missing change from #7362.
20586      Branch: perl
20587            ! win32/perlhost.h
20588 ____________________________________________________________________________
20589 [  7362] By: jhi                                   on 2000/10/18  20:52:01
20590         Log: Borland C fstat() never saw the fd as writable.
20591              
20592              Subject: fix for Borland's weak "stat" (perl@7211)
20593              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
20594              Date: Mon, 16 Oct 2000 09:55:03 +0400
20595              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
20596      Branch: perl
20597            ! win32/win32.c
20598 ____________________________________________________________________________
20599 [  7361] By: jhi                                   on 2000/10/18  17:43:50
20600         Log: Regen toc.
20601      Branch: perl
20602            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20603 ____________________________________________________________________________
20604 [  7360] By: jhi                                   on 2000/10/18  17:07:44
20605         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20606              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
20607              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
20608              Date: Mon, 16 Oct 2000 15:19:49 +0200
20609      Branch: perl
20610            + README.aix
20611            ! MANIFEST
20612 ____________________________________________________________________________
20613 [  7359] By: jhi                                   on 2000/10/18  17:04:49
20614         Log: Subject: Pod patch for Devel::Peek
20615              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20616              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
20617              Date: Mon, 16 Oct 2000 12:26:34 +0200
20618      Branch: perl
20619            ! ext/Devel/Peek/Peek.pm
20620 ____________________________________________________________________________
20621 [  7358] By: jhi                                   on 2000/10/18  17:03:15
20622         Log: Make Cwd more bulletproof in chrooted environments.
20623              
20624              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
20625              From: "Eric E. Coe" <Eric.Coe@oracle.com>
20626              Date: Wed, 18 Oct 2000 04:03:54 -0400
20627              Message-Id: <39ED596A.70E599FE@oracle.com>
20628      Branch: perl
20629            ! lib/Cwd.pm
20630 ____________________________________________________________________________
20631 [  7357] By: jhi                                   on 2000/10/18  16:37:26
20632         Log: Disable the UTF8 downgrade croakage for now to avoid
20633              too many not okay messages.
20634      Branch: perl
20635            ! doio.c
20636 ____________________________________________________________________________
20637 [  7356] By: jhi                                   on 2000/10/17  23:29:41
20638         Log: Show the failed remote port, instead of the failing line number.
20639              
20640              Subject: [PATCH 5.6.1 Debugger] More diagnostics
20641              From: David Sparks <daves@ActiveState.com>
20642              Date: Tue, 17 Oct 2000 15:00:24 -0700
20643              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
20644      Branch: perl
20645            ! lib/perl5db.pl
20646 ____________________________________________________________________________
20647 [  7355] By: jhi                                   on 2000/10/17  14:11:31
20648         Log: On output try to downgrade to bytes, croak if impossible,
20649              from Simon Cozens.  This means that outputting >255 UTF8
20650              is impossible.  Consider this as a strong incentive to get
20651              the I/O disciplines implemented.
20652      Branch: perl
20653            ! doio.c pod/perldiag.pod sv.c
20654 ____________________________________________________________________________
20655 [  7354] By: jhi                                   on 2000/10/17  13:42:23
20656         Log: Clarify documentation on 'use bytes'.
20657              
20658              Subject: Re: What does 'use bytes' "mean" ?
20659              From: Simon Cozens <simon@cozens.net>
20660              Date: Mon, 18 Sep 2000 18:24:25 +0100
20661              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
20662      Branch: perl
20663            ! lib/bytes.pm
20664 ____________________________________________________________________________
20665 [  7353] By: jhi                                   on 2000/10/17  13:28:12
20666         Log: Workaround for a sfio bug where the stream error indicator
20667              is not cleared as documented.
20668              
20669              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20670              From: Nicholas Clark <nick@ccl4.org>
20671              Date: Mon, 16 Oct 2000 18:28:23 +0100
20672              Message-ID: <20001016182823.J19700@plum.flirble.org>
20673      Branch: perl
20674            ! doio.c
20675 ____________________________________________________________________________
20676 [  7352] By: jhi                                   on 2000/10/17  13:06:19
20677         Log: More IoTYPE sprinkling.
20678      Branch: perl
20679            ! doio.c pp_hot.c
20680 ____________________________________________________________________________
20681 [  7351] By: jhi                                   on 2000/10/16  22:47:07
20682         Log: Detect early whether the std streams have gone bad.
20683              
20684              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
20685              Date: Mon, 16 Oct 2000 23:28:42 +0100
20686              From: Nicholas Clark <nick@ccl4.org>
20687              Message-ID: <20001016232842.A37942@plum.flirble.org>
20688      Branch: perl
20689            ! t/op/misc.t
20690 ____________________________________________________________________________
20691 [  7350] By: jhi                                   on 2000/10/16  22:45:16
20692         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
20693              From: "Peter J. Farley III" <pjfarley@banet.net>
20694              Date: Mon, 16 Oct 2000 18:15:59 -0400
20695              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
20696      Branch: perl
20697            ! djgpp/djgpp.c dosish.h t/io/open.t
20698 ____________________________________________________________________________
20699 [  7349] By: jhi                                   on 2000/10/16  22:36:45
20700         Log: perldelta tweak.
20701      Branch: perl
20702            ! pod/perldelta.pod
20703 ____________________________________________________________________________
20704 [  7348] By: jhi                                   on 2000/10/16  15:17:53
20705         Log: Update Changes.
20706      Branch: perl
20707            ! Changes patchlevel.h
20708 ____________________________________________________________________________
20709 [  7347] By: jhi                                   on 2000/10/16  13:55:27
20710         Log: Add the capability to include/exclude branches.
20711      Branch: perl
20712            ! Porting/genlog
20713 ____________________________________________________________________________
20714 [  7346] By: jhi                                   on 2000/10/16  13:18:04
20715         Log: Add Charles Lane.
20716      Branch: perl
20717            ! AUTHORS Changes
20718 ____________________________________________________________________________
20719 [  7345] By: jhi                                   on 2000/10/16  13:13:21
20720         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
20721      Branch: perl
20722            ! pod/perldelta.pod
20723 ____________________________________________________________________________
20724 [  7344] By: gsar                                  on 2000/10/16  09:30:21
20725         Log: integrate change#6220 from cfgperl
20726              
20727              Win32 patches from Benjamin Stuhl.
20728      Branch: maint-5.6/perl
20729           !> makedef.pl win32/win32.h
20730 ____________________________________________________________________________
20731 [  7343] By: gsar                                  on 2000/10/16  08:32:19
20732         Log: integrate changes#6221,6222 from cfgperl
20733              
20734              Remove tr///CU (the feature is to be obsoleted by better interfaces).
20735              From: simon@brecon.co.uk (Simon Cozens)
20736              Subject: [PATCH] Eliminate tr///[CU][CU]
20737              Date: 23 Jun 2000 11:05:40 GMT
20738              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
20739              
20740              doc typo fix
20741              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
20742              From: Ian Phillipps <Ian.Phillipps@iname.com>
20743              Date: Fri, 23 Jun 2000 10:40:58 +0100
20744              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
20745      Branch: maint-5.6/perl
20746           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
20747 ____________________________________________________________________________
20748 [  7342] By: gsar                                  on 2000/10/16  08:28:08
20749         Log: integrate change#6217 from cfgperl (in part)
20750              
20751              Rename the fdpid locking and integrate with Sarathy.
20752      Branch: maint-5.6/perl
20753           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
20754           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
20755           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
20756           !> win32/win32.c
20757 ____________________________________________________________________________
20758 [  7341] By: gsar                                  on 2000/10/16  08:23:39
20759         Log: integrate changes#6214..6216 from mainline
20760              
20761              @_ can't have junk in it even in the non-USE_ITHREADS case because
20762              caller() wants to populate @DB::args with it (causes a coredump
20763              in Carp::confess())
20764              
20765              tweak comment about @DB::args
20766              
20767              be more optimal about clearing @_
20768      Branch: maint-5.6/perl
20769           !> av.h cop.h pp_ctl.c t/op/runlevel.t
20770 ____________________________________________________________________________
20771 [  7340] By: gsar                                  on 2000/10/16  08:20:37
20772         Log: integrate changes#6207..6210 from cfgperl
20773              
20774              Subject: [PATCH 5.6.0] Threadsafe patches
20775              From: Dan Sugalski <dan@sidhe.org>
20776              To: perl5-porters@perl.org
20777              Date: Mon, 08 May 2000 18:08:13 -0400
20778              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
20779              
20780              Regen headers for #6207.
20781              
20782              Lock PL_fdpid against race conditions, based on:
20783              Subject: [PATCH 5.6.0]subprocess fixup for threads
20784              From: Dan Sugalski <dan@sidhe.org>
20785              To: perl5-porters@perl.org
20786              Date: Tue, 11 Apr 2000 17:02:32 -0400
20787              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
20788              
20789              Mopup for #6207 and #6209.
20790      Branch: maint-5.6/perl
20791           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
20792           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
20793           !> win32/win32.c
20794 ____________________________________________________________________________
20795 [  7339] By: gsar                                  on 2000/10/16  08:14:34
20796         Log: integrate change#6203 from cfgperl
20797              
20798              perldiag should refer to perlos2.pod not README.os2
20799      Branch: maint-5.6/perl
20800           !> pod/perldiag.pod
20801 ____________________________________________________________________________
20802 [  7338] By: gsar                                  on 2000/10/16  08:11:42
20803         Log: integrate change#6201 from mainline
20804              
20805              Perl_eval_pv() leaks 4 bytes every time it is called because it
20806              does a PUSHMARK that's never ever POPMARKed; in general, only
20807              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
20808              Perl_eval_[sp]v() don't because they don't take any incoming
20809              arguments (this leak has been around since the original version
20810              of perl_eval_pv() in 5.003_97e)
20811      Branch: maint-5.6/perl
20812           !> perl.c
20813 ____________________________________________________________________________
20814 [  7337] By: gsar                                  on 2000/10/16  08:08:47
20815         Log: integrate changes#6197..6200 from cfgperl
20816              
20817              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
20818              From: John Borwick <jhborwic@unity.ncsu.edu>
20819              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
20820              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
20821              
20822              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
20823              From: Dan Sugalski <dan@sidhe.org>
20824              To: vmsperl@perl.org, perl5-porters@perl.org
20825              Date: Fri, 02 Jun 2000 16:00:41 -0400
20826              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
20827              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
20828              
20829              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
20830              From: Dan Sugalski <dan@sidhe.org>
20831              To: perl5-porters@perl.org, vmsperl@perl.org
20832              Date: Fri, 02 Jun 2000 17:30:51 -0400
20833              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
20834              
20835              Update to cperl-mode.el 4.31 from
20836              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
20837              Subject: A couple of notes
20838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20839              To: Mailing list Perl5 <perl5-porters@perl.org>
20840              Date: Sat, 3 Jun 2000 23:33:32 -0400
20841              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
20842      Branch: maint-5.6/perl
20843           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
20844           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
20845           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
20846           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
20847           !> vms/vmsish.h
20848 ____________________________________________________________________________
20849 [  7336] By: gsar                                  on 2000/10/16  08:03:46
20850         Log: integrate changes#6194,6195 from mainline
20851              
20852              fix small eval"" memory leaks under USE_ITHREADS
20853              
20854              fix yet another eval"" leak under USE_ITHREADS
20855      Branch: maint-5.6/perl
20856           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
20857           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
20858           !> vms/perly_c.vms
20859 ____________________________________________________________________________
20860 [  7335] By: gsar                                  on 2000/10/16  08:02:15
20861         Log: integrate changes#6190,6191 from mainline
20862              
20863              submit missing embed.pl change
20864              
20865              vec() loses numericalness (modified version of patch suggested
20866              by Robin Barker)
20867      Branch: maint-5.6/perl
20868           !> doop.c embed.pl t/op/vec.t
20869 ____________________________________________________________________________
20870 [  7334] By: gsar                                  on 2000/10/16  08:01:03
20871         Log: integrate change#6189 from mainline
20872              
20873              counting tr/// corrupts later operation (from M.J.T Guy)
20874      Branch: maint-5.6/perl
20875           !> doop.c t/op/tr.t
20876 ____________________________________________________________________________
20877 [  7333] By: gsar                                  on 2000/10/16  07:59:07
20878         Log: integrate changes#6183..6188 from mainline
20879              
20880              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
20881              <nick@ccl4.org>)
20882              
20883              tweak for change#6127
20884              
20885              remove incorrect documentation about implicit split to @_ in
20886              list context, which never really worked in perl 5 (from
20887              M.J.T. Guy)
20888              
20889              further qualify references to "alphanumeric" (from Wolfgang Laun
20890              <wolfgang.laun@alcatel.at>)
20891              
20892              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
20893              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
20894              
20895              h2xs tweaks
20896      Branch: maint-5.6/perl
20897           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
20898           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
20899           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
20900           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
20901           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
20902           !> pod/pod2latex.PL utils/h2xs.PL
20903 ____________________________________________________________________________
20904 [  7332] By: gsar                                  on 2000/10/16  07:53:52
20905         Log: integrate change#6179 from mainline
20906              
20907              buggy modulus on UVs introduced by change#3378 (resulted in
20908              4063328477 % 65535 amounting to 27406, instead of 27407)
20909      Branch: maint-5.6/perl
20910           !> pp.c t/op/arith.t
20911 ____________________________________________________________________________
20912 [  7331] By: gsar                                  on 2000/10/16  07:52:49
20913         Log: integrate changes#6176,6177,6178,6182 from cfgperl
20914              
20915              Single-quoted utf8 patch from Simon Cozens.
20916              
20917              Substitution utf8 patch from Simon Cozens.
20918              
20919              Be cleaner.
20920              
20921              Be Cleaner Part Deux.
20922      Branch: maint-5.6/perl
20923           !> Makefile.SH pp_hot.c toke.c
20924 ____________________________________________________________________________
20925 [  7330] By: gsar                                  on 2000/10/16  07:41:36
20926         Log: integrate change#6172 from mainline
20927              
20928              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
20929              (from Ilya Zakharevich)
20930      Branch: maint-5.6/perl
20931           !> regexec.c t/op/re_tests
20932 ____________________________________________________________________________
20933 [  7329] By: gsar                                  on 2000/10/16  07:40:25
20934         Log: integrate change#6171 from mainline
20935              
20936              scalar() doesn't force scalar context when used in void context
20937              (from Simon Cozens)
20938      Branch: maint-5.6/perl
20939           !> op.c t/op/wantarray.t
20940 ____________________________________________________________________________
20941 [  7328] By: gsar                                  on 2000/10/16  07:39:33
20942         Log: integrate change#6170 from mainline
20943              
20944              change#6142 needs tweaks to tests to work where there's no
20945              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
20946      Branch: maint-5.6/perl
20947           !> t/lib/filefind.t
20948 ____________________________________________________________________________
20949 [  7327] By: gsar                                  on 2000/10/16  07:35:34
20950         Log: integrate changes#6166..6168 from cfgperl
20951              
20952              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
20953              in case somebody wants to write an extension for more
20954              shadow database interfaces.
20955              
20956              tweak todo
20957              
20958              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
20959      Branch: maint-5.6/perl
20960           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20961           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
20962           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
20963           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
20964           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20965           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
20966 ____________________________________________________________________________
20967 [  7326] By: gsar                                  on 2000/10/16  07:29:05
20968         Log: integrate changes#6157,6159..6161,6164 from cfgperl
20969              
20970              Regen Configure to jive with #6149.
20971              
20972              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
20973              
20974              Changes for the File::Temp 0.08 (change #6159) test suite
20975              to fit better into the Perl distribution test framework.
20976              
20977              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
20978              both from Simon Cozens.
20979              
20980              detypo
20981      Branch: maint-5.6/perl
20982           +> pod/perlmodlib.PL pod/perlnewmod.pod
20983           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
20984           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
20985           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
20986           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
20987 ____________________________________________________________________________
20988 [  7325] By: gsar                                  on 2000/10/16  07:25:13
20989         Log: integrate change#6158 from vmsperl
20990              
20991              Add fallback to tmpfile for use in cases where user's relying on
20992              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
20993              Lane's patch)
20994      Branch: maint-5.6/perl
20995           !> vms/vms.c vms/vmsish.h
20996 ____________________________________________________________________________
20997 [  7324] By: gsar                                  on 2000/10/16  07:20:50
20998         Log: integrate changes#6153..6155 from mainline
20999              
21000              prettier Test::Harness output on failed tests (from Nicholas Clark
21001              <nick@Bagpuss.uk.boo.com>)
21002              
21003              avoid type mismatch warning
21004              
21005              small bug in change#6144; remove random \xA0 character that snuck
21006              in via change#6145
21007      Branch: maint-5.6/perl
21008           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
21009           !> perl.c
21010 ____________________________________________________________________________
21011 [  7323] By: gsar                                  on 2000/10/16  07:18:47
21012         Log: integrate changes#6151,6152 from mainline
21013              
21014              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
21015              
21016              cosmetic fixups of RE debug output (from Ilya Zakharevich)
21017      Branch: maint-5.6/perl
21018           !> regexec.c
21019 ____________________________________________________________________________
21020 [  7322] By: gsar                                  on 2000/10/16  07:17:25
21021         Log: integrate changes#6146..6150 from mainline
21022              
21023              doc typo
21024              
21025              add a make entry to Config.pm so "perl -V:make" works on VMS
21026              (from Peter Prymmer)
21027              
21028              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
21029              
21030              OS/2 tweaks for usethreads build (from Rocco Caputo
21031              <troc@netrus.net>)
21032              
21033              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
21034      Branch: maint-5.6/perl
21035           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
21036           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
21037           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
21038           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
21039           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
21040           !> warnings.pl x2p/a2p.h
21041 ____________________________________________________________________________
21042 [  7321] By: gsar                                  on 2000/10/16  07:14:02
21043         Log: integrate changes#6143..6145 from mainline
21044              
21045              MacOS support, part 1 (from Matthias Neeracher
21046              <neeri@iis.ee.ethz.ch>)
21047              
21048              MacOS support, part 2: make AutoSplit use File::Spec instead
21049              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
21050              <neeri@iis.ee.ethz.ch>)
21051              
21052              make xsubpp skip embedded pod (from Matthias Neeracher
21053              <neeri@iis.ee.ethz.ch>)
21054      Branch: maint-5.6/perl
21055           +> ext/DynaLoader/dl_mac.xs
21056           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
21057           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
21058           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
21059           !> pp_ctl.c proto.h toke.c util.c util.h
21060 ____________________________________________________________________________
21061 [  7320] By: gsar                                  on 2000/10/16  07:12:13
21062         Log: integrate changes#6141,6142 from mainline
21063              
21064              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
21065              forwarded by Peter Seebach from the bsdi-users mailing list.
21066              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
21067              
21068              File::Find fails to chdir when chasing symlinks (from
21069              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
21070      Branch: maint-5.6/perl
21071           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
21072 ____________________________________________________________________________
21073 [  7319] By: gsar                                  on 2000/10/16  07:04:30
21074         Log: integrate change#6139 from mainline
21075              
21076              revise mktables.PL for bugs and newness in Unicode 3.0
21077              (from James Bence <jbence@amgen.com>)
21078      Branch: maint-5.6/perl
21079           +> (branch 30 files)
21080           !> (integrate 49 files)
21081 ____________________________________________________________________________
21082 [  7318] By: gsar                                  on 2000/10/16  07:01:01
21083         Log: integrate changes#6137,6138 from mainline
21084              
21085              fix bogus redeclaration warning for "our" variables in different
21086              scopes
21087              
21088              add note about the handling of negative indices to tied arrays
21089              (from Michael G Schwern <schwern@pobox.com>)
21090      Branch: maint-5.6/perl
21091           !> op.c pod/perltie.pod t/pragma/strict-vars
21092 ____________________________________________________________________________
21093 [  7317] By: gsar                                  on 2000/10/16  06:58:46
21094         Log: integrate changes#6127..6136 from mainline
21095              
21096              call_method(...,G_EVAL) can longjmp() out if the method probing
21097              failed (from Gisle Aas)
21098              
21099              new perlxstut example for passing/returning refs to arrays
21100              (from David Lowe <dlowe@pootpoot.com>)
21101              
21102              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
21103              
21104              fix places that mean C<"word" character> but say C<alphanumeric
21105              character>
21106              
21107              avoid warnings in POSIX.pm (from Barrie Slaymaker)
21108              
21109              warnings::enabled() doesn't fall back to looking at $^W if
21110              caller isn't using lexical warnings (from Paul Marquess)
21111              
21112              elide bogus test in change#6132
21113              
21114              make Test::Harness use wait.h/WCOREDUMP if available
21115              (from Ben Tilly <ben_tilly@hotmail.com>)
21116              
21117              enable Test::Harness to dynamically determine column width etc.
21118              (from Rob Napier <rnapier@employees.org>)
21119              
21120              random pod typos (from Peter Scott <Peter@PSDT.com>)
21121      Branch: maint-5.6/perl
21122           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
21123           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
21124           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
21125           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
21126 ____________________________________________________________________________
21127 [  7316] By: gsar                                  on 2000/10/16  06:53:23
21128         Log: integrate change#6126 from mainline
21129              
21130              change#2879 broke rvalue autovivification of magicals such as
21131              ${$num} (reworked variant of patch suggested by Simon Cozens)
21132      Branch: maint-5.6/perl
21133           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
21134           !> pp_hot.c proto.h t/op/gv.t
21135 ____________________________________________________________________________
21136 [  7315] By: gsar                                  on 2000/10/16  06:51:38
21137         Log: integrate changes#6123,6125 from mainline
21138              
21139              clarify gotcha with #line directives (from Rocco Caputo
21140              <troc@netrus.net>)
21141              
21142              enable propagating exception objects via Perl_croak() in XS code
21143              (from Gisle Aas)
21144      Branch: maint-5.6/perl
21145           !> pod/perldebug.pod pod/perlsyn.pod util.c
21146 ____________________________________________________________________________
21147 [  7314] By: gsar                                  on 2000/10/16  06:49:28
21148         Log: integrate change#6122 from mainline
21149              
21150              downgrade fatal error on C<"foo@nosucharray.com"> to optional
21151              warning (from Mark-Jason Dominus)
21152      Branch: maint-5.6/perl
21153           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
21154           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
21155           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
21156           !> toke.c
21157 ____________________________________________________________________________
21158 [  7313] By: gsar                                  on 2000/10/16  06:46:54
21159         Log: integrate changes#6112..6121 from vmsperl
21160              
21161              Check for existence of file before trying to delete
21162              
21163              Ugly workaround for version-specific RTL error
21164              
21165              Urk -- undo previous removal of vmsish 'exit' change
21166              
21167              Add bounds checking for several strings (Charles Lane)
21168              
21169              Miscellaneous cosmetic fixes (Charles Lane)
21170              
21171              Treat sockets as special in sys(read|write) (Charles Lane et al.)
21172              
21173              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
21174              Flatten case labels in switch statements uniformly (Charles Bailey)
21175              
21176              Quiet error messages in vmsish.t (Charles Lane)
21177              
21178              Add missing escape (Charles Lane)
21179              
21180              Allow eliminate_macros() and fixpath() to handle space-delimited
21181              lists (based on fixes by Craig Berry)
21182      Branch: maint-5.6/perl
21183           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
21184           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
21185           !> vms/vmsish.h
21186 ____________________________________________________________________________
21187 [  7312] By: gsar                                  on 2000/10/16  06:41:18
21188         Log: integrate changes#6107,6110 from cfgperl
21189              
21190              Tweak the todo list.
21191              
21192              todo tweak
21193      Branch: maint-5.6/perl
21194           !> Todo-5.6
21195 ____________________________________________________________________________
21196 [  7311] By: gsar                                  on 2000/10/16  06:38:38
21197         Log: integrate changes#6104,6108 from mainline
21198              
21199              PL_sys_intern was being initialized too late on windows
21200              
21201              reenable fake signal handling on Windows, bugs and all
21202      Branch: maint-5.6/perl
21203           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
21204           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
21205           !> win32/win32.c
21206 ____________________________________________________________________________
21207 [  7310] By: gsar                                  on 2000/10/16  06:36:03
21208         Log: integrate changes#6095,6097..6103 from cfgperl
21209              
21210              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
21211              might be useful in future.
21212              
21213              Add a note about possible compilation problems from Allen Smith.
21214              
21215              Add a note about other, yet unsupported, shadow password APIs.
21216              
21217              Tweaks for the cc bugs from Allen Smith.
21218              
21219              More compilation tweakery from Allen Smith.
21220              
21221              Hints and test tweaks for Unicos.
21222              
21223              The test suite tweak in #6101 wasn't quite right.
21224              
21225              Test tweaking for Unicos continues.
21226      Branch: maint-5.6/perl
21227           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21228           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
21229           !> t/lib/complex.t t/op/64bitint.t
21230 ____________________________________________________________________________
21231 [  7309] By: gsar                                  on 2000/10/16  06:29:41
21232         Log: integrate changes#6093,6094 from mainline
21233              
21234              fork() failure to create pseudo process sets errno=EAGAIN and returns
21235              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
21236              
21237              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
21238      Branch: maint-5.6/perl
21239           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
21240           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
21241 ____________________________________________________________________________
21242 [  7308] By: gsar                                  on 2000/10/16  06:27:29
21243         Log: integrate change#6092 from cfgperl
21244              
21245              Regen perltoc with the fixed buildtoc.
21246      Branch: maint-5.6/perl
21247           !> pod/perltoc.pod
21248 ____________________________________________________________________________
21249 [  7307] By: gsar                                  on 2000/10/16  06:26:40
21250         Log: integrate changes#6089,6090 from mainline
21251              
21252              buildtoc tweak to fix newline lossage
21253              
21254              concat doesn't preserve utf8-ness, and doesn't invalidate
21255              [NI]OK; added tests for both
21256      Branch: maint-5.6/perl
21257           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
21258 ____________________________________________________________________________
21259 [  7306] By: gsar                                  on 2000/10/16  06:24:05
21260         Log: integrate change#6088 from cfgperl
21261              
21262              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
21263              because we do not use those.  The HAS_GETSPNAM remains,
21264              though, because we still do use that.
21265      Branch: maint-5.6/perl
21266           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21267           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
21268           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
21269           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
21270           !> win32/config.vc win32/config_H.bc win32/config_H.gc
21271           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
21272 ____________________________________________________________________________
21273 [  7305] By: gsar                                  on 2000/10/16  06:15:52
21274         Log: integrate changes#6084,6085,6087 from mainline
21275              
21276              substr() does not preserve utf8-ness (from Stefan Eissing
21277              <Eissing@medicaldataservice.de>); added tests
21278              
21279              repeat operator (x) doesn't preserve utf8-ness
21280              
21281              reverse() and quotemeta() weren't preserving utf8-ness; add tests
21282      Branch: maint-5.6/perl
21283           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
21284 ____________________________________________________________________________
21285 [  7304] By: gsar                                  on 2000/10/16  06:13:10
21286         Log: integrate changes#6077..6083 from mainline
21287              
21288              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
21289              and Tom Phoenix)
21290              
21291              workaround for CRT bug in chdir() (from Charles Lane, via
21292              Peter Prymmer)
21293              
21294              remove outdated kludge in Carp (NULLs are permitted in diagnostics
21295              now)
21296              
21297              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
21298              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
21299              
21300              better default perlbug categories for ok reports (from Richard Foley)
21301              
21302              peek.t non-portable to ithreads
21303              
21304              note about undocumented caller() return value (from M.J.T. Guy);
21305              yet another peek.t tweak
21306      Branch: maint-5.6/perl
21307           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21308           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
21309           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
21310           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
21311           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
21312           !> vms/vmsish.h
21313 ____________________________________________________________________________
21314 [  7303] By: gsar                                  on 2000/10/16  06:03:18
21315         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
21316              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
21317              
21318              &HUGE_VAL is not defined, it exists.
21319              
21320              Do not warn that an infinity does not look like a number.
21321              
21322              Rewrite the pwent/spent logic to be a little bit more clearer.
21323              
21324              Continue on the pwent/spent case.
21325              
21326              Correct Freudian slip.
21327              
21328              Use HUGE_VALL if applicable.
21329              
21330              pwent/spent #ifdef imbalance.
21331              
21332              Infinite problems.
21333              
21334              Call getspnam() only iff needd.
21335              
21336              Test both the scalar and list contexts.
21337              
21338              Use setxxent()/endxxent().
21339              
21340              Complex tweakery.
21341              
21342              Unicos hint tweak.
21343              
21344              Be more forgiving in POSIX about HUGE_VALL.
21345              
21346              Detypo.
21347              
21348              The search of infinity continues, this time simplified.
21349              
21350              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
21351              in natively 64-bit platforms where a long is a quad (no need
21352              for long longs).  Also added bias for IVs.
21353              
21354              Complex tweaks.
21355              
21356              Introduce t/lib/peek.t.
21357              
21358              Make the test more portable.
21359      Branch: maint-5.6/perl
21360           +> t/lib/peek.t
21361            ! pp_sys.c
21362           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
21363           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
21364           !> t/op/pwent.t toke.c util.c
21365 ____________________________________________________________________________
21366 [  7302] By: gsar                                  on 2000/10/16  05:03:37
21367         Log: integrate changes#6066..6071 from mainline
21368              
21369              s/END/CHECK/
21370              
21371              replace direct call to sighandler() with (*PL_sighandlerp)()
21372              
21373              note about values()
21374              
21375              File::Spec compatibility update (from Barrie Slaymaker
21376              <barries@slaysys.com>)
21377              
21378              remove misleading comment (from M.J.T. Guy)
21379              
21380              misformatted perllocal.pod (from Tim Jenness
21381              <t.jenness@jach.hawaii.edu>)
21382      Branch: maint-5.6/perl
21383           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
21384           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
21385           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
21386           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
21387 ____________________________________________________________________________
21388 [  7301] By: gsar                                  on 2000/10/16  05:00:08
21389         Log: integrate changes#6061..6063 from mainline
21390              
21391              change#5921 neglected to make eq honor "use bytes"
21392              
21393              additional tests for utf8.t
21394              
21395              tokeq() could read unallocated field in argument
21396      Branch: maint-5.6/perl
21397           !> sv.c t/pragma/utf8.t toke.c
21398 ____________________________________________________________________________
21399 [  7300] By: gsar                                  on 2000/10/16  04:56:54
21400         Log: integrate changes#6046,6048,6057,6058 from mainline
21401              
21402              libscheck has insufficient checks for n32 libs (from
21403              Albert Chin-A-Young <china@thewrittenword.com>)
21404              
21405              add note about how $( doesn't interpolate in REs (from
21406              Philip Newton <newton@ficus.frogspace.net>)
21407              
21408              fix broken parsing of /\x{ab}/
21409              
21410              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
21411              (spotted by Donald Kinzer <dkinzer@premia.com>)
21412      Branch: maint-5.6/perl
21413           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
21414           !> t/pragma/utf8.t
21415 ____________________________________________________________________________
21416 [  7299] By: gsar                                  on 2000/10/16  04:52:50
21417         Log: integrate change#6044 from mainline
21418              
21419              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
21420              such that underscores are only ignored in literal numbers,
21421              "\x{...}", and hex/oct argument
21422      Branch: maint-5.6/perl
21423           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
21424 ____________________________________________________________________________
21425 [  7298] By: gsar                                  on 2000/10/16  04:50:53
21426         Log: integrate changes#6027..6043 from mainline
21427              
21428              podlators-1.02 update (from Russ Allbery)
21429              
21430              Pod::Man generates groff-incompatible macro definition (from
21431              Tom Christiansen)
21432              
21433              add CGI.pm v2.66 (from Lincoln Stein)
21434              
21435              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
21436              for @- and @+ (from Johan Vromans)
21437              
21438              small nits in diagnostics.pm (from Robin Barker)
21439              
21440              whitespace adjustments
21441              
21442              missing files in MANIFEST
21443              
21444              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
21445              to compensate
21446              
21447              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
21448              
21449              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
21450      Branch: maint-5.6/perl
21451           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
21452           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
21453           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
21454           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
21455           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
21456           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
21457           !> t/lib/cgi-html.t t/lib/cgi-request.t
21458 ____________________________________________________________________________
21459 [  7297] By: gsar                                  on 2000/10/16  04:44:30
21460         Log: integrate change#6025 from mainline
21461              
21462              Is{Alnum,Alpha,Word} don't match titlecase
21463              TODO: IsSpace is defined recursively!
21464              (both spotted by Larry)
21465      Branch: maint-5.6/perl
21466           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
21467           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
21468 ____________________________________________________________________________
21469 [  7296] By: gsar                                  on 2000/10/16  04:39:30
21470         Log: integrate change#6023 from mainline
21471              
21472              debugger stomps on $. (from M.J.T. Guy)
21473      Branch: maint-5.6/perl
21474           !> lib/perl5db.pl
21475 ____________________________________________________________________________
21476 [  7295] By: gsar                                  on 2000/10/16  04:38:02
21477         Log: integrate change#6022 from mainline
21478              
21479              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
21480      Branch: maint-5.6/perl
21481           !> sv.c
21482 ____________________________________________________________________________
21483 [  7294] By: gsar                                  on 2000/10/16  04:37:05
21484         Log: integrate changes#6018..6021 from mainline
21485              
21486              make lib/syslog.t portable to systems that don't have _PATH_LOG,
21487              make _PATH_LOG() return "" if unavailable
21488              
21489              windows portability tweaks
21490              
21491              test tweak
21492              
21493              remove Win2K issue in pod (fixed by change#6020)
21494      Branch: maint-5.6/perl
21495           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
21496           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
21497           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
21498 ____________________________________________________________________________
21499 [  7293] By: gsar                                  on 2000/10/16  04:20:00
21500         Log: integrate changes#6013..6015 from mainline
21501              
21502              tweak change#5945 to display correct switch name in diagnostic
21503              
21504              glob() loading File::Glob behind the scenes may cause syntax errors
21505              
21506              tweak test for portability
21507      Branch: maint-5.6/perl
21508           !> op.c perl.c pod/perldiag.pod t/lib/b.t
21509 ____________________________________________________________________________
21510 [  7292] By: gsar                                  on 2000/10/16  04:18:11
21511         Log: integrate changes#6005..6010 from mainline, cfgperl
21512              
21513              perldoc might fail via "use blib" (from Hugo van der Sanden)
21514              
21515              Regen Configure.
21516              
21517              note about compile failures and END blocks (from M.J.T. Guy)
21518              
21519              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
21520              
21521              (change#6009 integrated earlier in change#7255)
21522              
21523              clarify note about shadow password support (from
21524              gellyfish@gellyfish.com)
21525      Branch: maint-5.6/perl
21526           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
21527           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
21528           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
21529 ____________________________________________________________________________
21530 [  7291] By: gsar                                  on 2000/10/16  04:12:03
21531         Log: integrate changes#6002,6003 from mainline
21532              
21533              destructive sv_setsv() can lose UV-ness from source, causing
21534              numeric promotions/comparisons to fail to do the right thing
21535              
21536              allow REG_EXPAND_SZ keys in Windows registry (from
21537              John Clayton <John.Clayton@barclayscapital.com>)
21538      Branch: maint-5.6/perl
21539           !> sv.c win32/win32.c
21540 ____________________________________________________________________________
21541 [  7290] By: gsar                                  on 2000/10/16  04:10:19
21542         Log: integrate change#6001 from mainline
21543              
21544              support additional library locations via $Config{otherlibdirs}
21545              (from Andy Dougherty)
21546      Branch: maint-5.6/perl
21547           !> Configure INSTALL Porting/Glossary Porting/config.sh
21548           !> Porting/config_H config_h.SH epoc/config.sh perl.c
21549           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
21550           !> win32/config.bc win32/config.gc win32/config.vc
21551 ____________________________________________________________________________
21552 [  7289] By: gsar                                  on 2000/10/16  04:08:28
21553         Log: integrate change#5999 from mainline
21554              
21555              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
21556      Branch: maint-5.6/perl
21557           !> t/pragma/warn/toke toke.c
21558 ____________________________________________________________________________
21559 [  7288] By: gsar                                  on 2000/10/16  04:07:01
21560         Log: integrate changes#5997,5998 from cfgperl
21561              
21562              Preserve $!.
21563              
21564              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
21565      Branch: maint-5.6/perl
21566           !> lib/Math/Complex.pm
21567 ____________________________________________________________________________
21568 [  7287] By: gsar                                  on 2000/10/16  04:04:37
21569         Log: integrate change#5995 from mainline
21570              
21571              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
21572      Branch: maint-5.6/perl
21573           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
21574 ____________________________________________________________________________
21575 [  7286] By: gsar                                  on 2000/10/16  04:03:21
21576         Log: integrate change#5994 from mainline
21577              
21578              fix for missed accounting for null byte in pack("Z",...) (from
21579              M.J.T. Guy)
21580      Branch: maint-5.6/perl
21581           !> pp.c t/op/pack.t
21582 ____________________________________________________________________________
21583 [  7285] By: gsar                                  on 2000/10/16  04:02:11
21584         Log: integrate changes#5989..5993 from mainline
21585              
21586              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
21587              itself and no other (from Tom Hughes)
21588              
21589              use $ENV{LIB} to search for libs under Visual C compiler
21590              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
21591              
21592              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
21593              
21594              pod nit (from Simon Cozens)
21595              
21596              various minor tweaks seen on p5p
21597      Branch: maint-5.6/perl
21598           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
21599           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
21600           !> t/op/array.t toke.c
21601 ____________________________________________________________________________
21602 [  7284] By: gsar                                  on 2000/10/16  03:59:00
21603         Log: integrate changes#5978..5988 from mainline
21604              
21605              sync version numbers in File::Spec with the ones on CPAN
21606              (from Barrie Slaymaker)
21607              
21608              under useithreads, constant pad entries could inadvertantly be
21609              shared across threads (from Eric Blood <eblood@xmission.com>);
21610              added Eric's test case to testsuite
21611              
21612              allow Configure -S to run non-interactively (spotted by Greg Hudson
21613              <ghudson@mit.edu>)
21614              
21615              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
21616              prototype mismatch with CORE::glob(); update pod and tests to
21617              suit (File::Glob::glob() is still available for backward
21618              compatibility, but should be considered deprecated)
21619              
21620              avoid error in IO::Socket::INET when given an unknown service name
21621              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
21622              
21623              numeric conversion of non-number in change#3378 tramples on
21624              OOK offset, causing segfaults
21625              
21626              attributes::reftype() doesn't work on tied argument
21627              
21628              forked child may not exit correctly if it failed to open
21629              /dev/console (from Graham Barr)
21630              
21631              add regular expressions tutorial and quick-start guide (from
21632              Mark Kvale <kvale@phy.ucsf.edu>)
21633              
21634              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
21635              
21636              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
21637              <paul@miraclefish.com>)
21638      Branch: maint-5.6/perl
21639           +> pod/perlrequick.pod pod/perlretut.pod
21640           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
21641           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
21642           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
21643           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
21644           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
21645           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
21646           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
21647           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
21648 ____________________________________________________________________________
21649 [  7283] By: gsar                                  on 2000/10/16  03:52:14
21650         Log: integrate change#5977 from mainline
21651              
21652              autoquote barewords followed by newline and arrow properly
21653              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
21654      Branch: maint-5.6/perl
21655           !> t/pragma/warn/toke toke.c
21656 ____________________________________________________________________________
21657 [  7282] By: gsar                                  on 2000/10/16  03:50:48
21658         Log: integrate change#5976 from mainline
21659              
21660              DB_File v1.73 update (from Paul Marquess)
21661      Branch: maint-5.6/perl
21662           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
21663           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
21664 ____________________________________________________________________________
21665 [  7281] By: gsar                                  on 2000/10/16  03:49:14
21666         Log: integrate change#5975 from mainline
21667              
21668              allow sort() reentrancy (variant of patch suggested by
21669              Hugo van der Sanden)
21670      Branch: maint-5.6/perl
21671           !> pp_ctl.c t/op/sort.t
21672 ____________________________________________________________________________
21673 [  7280] By: gsar                                  on 2000/10/16  03:48:22
21674         Log: integrate change#5974 from mainline
21675              
21676              change#4197 somehow missed initializing PL_errors, meaning
21677              syntax error queueing wasn't working outside eval"" at all;
21678              also fixed eval"" to localize PL_error_count, so that compile-time
21679              eval's don't clobber the error state of the outer context
21680      Branch: maint-5.6/perl
21681           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
21682           !> t/pragma/warn/toke
21683 ____________________________________________________________________________
21684 [  7279] By: gsar                                  on 2000/10/16  03:46:21
21685         Log: integrate change#5973 from mainline
21686              
21687              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
21688      Branch: maint-5.6/perl
21689           !> regcomp.c regexec.c t/op/re_tests
21690 ____________________________________________________________________________
21691 [  7278] By: gsar                                  on 2000/10/16  03:44:54
21692         Log: integrate change#5971 from cfgperl
21693              
21694              Unicos tweaks from Mark P. Lutz.
21695      Branch: maint-5.6/perl
21696           !> hints/unicos.sh lib/Math/Complex.pm
21697 ____________________________________________________________________________
21698 [  7277] By: gsar                                  on 2000/10/16  03:42:59
21699         Log: integrate changes#5966..5970 from mainline
21700              
21701              add testsuite for B backends, fix bug in B::Deparse (from
21702              Simon Cozens <simon@brecon.co.uk>)
21703              
21704              improved docs on the warn_uninit diagnostic (from David Glasser
21705              and Simon Cozens)
21706              
21707              tolerate spaces in group names in test on solaris (from David Boyce
21708              <dsb@boyski.com>)
21709              
21710              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
21711              
21712              Data::Dumper fumbles negative numbers on 32-bit platforms where
21713              IV is >32bits
21714      Branch: maint-5.6/perl
21715           +> t/lib/b.t t/lib/syslog.t
21716           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
21717           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
21718           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
21719 ____________________________________________________________________________
21720 [  7276] By: gsar                                  on 2000/10/16  03:39:30
21721         Log: integrate change#5965 from mainline
21722              
21723              avoid "will not stay shared" warnings for our variables (from
21724              Robin Barker)
21725      Branch: maint-5.6/perl
21726           !> op.c t/pragma/warn/op
21727 ____________________________________________________________________________
21728 [  7275] By: gsar                                  on 2000/10/16  03:38:18
21729         Log: integrate change#5964 from mainline
21730              
21731              reformat to 72 columns (again)
21732      Branch: maint-5.6/perl
21733           !> pod/perldiag.pod
21734 ____________________________________________________________________________
21735 [  7274] By: gsar                                  on 2000/10/16  03:36:58
21736         Log: integrate change#5963 from mainline
21737              
21738              patch from Larry to make (\&) prototype work; added tests for
21739              the same
21740      Branch: maint-5.6/perl
21741           !> op.c t/comp/proto.t
21742 ____________________________________________________________________________
21743 [  7273] By: gsar                                  on 2000/10/16  03:35:51
21744         Log: integrate changes#5956..5962 from mainline
21745              
21746              better diagnostics on failed tests (from Ilya Zakharevich)
21747              
21748              pod nits (from A. C. Yardley <yardley@tanet.net>)
21749              
21750              change#3569 deleted some essential code, revert; avoid use of
21751              atexit() to make DynaLoader work properly on AIX under mod_perl
21752              (from Jens-Uwe Mager <jum@helios.de>)
21753              
21754              doubled words in pods (from Simon Cozens
21755              <simon.p.cozens@jp.pwcglobal.com>)
21756              
21757              better INSTALL notes on Solaris issues (from Dominic Dunlop)
21758              
21759              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
21760              
21761              updated README.hpux (from Jeff Okamoto)
21762      Branch: maint-5.6/perl
21763           !> INSTALL README.hpux emacs/cperl-mode.el
21764           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
21765           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
21766           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
21767           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
21768           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
21769           !> t/op/lex_assign.t
21770 ____________________________________________________________________________
21771 [  7272] By: gsar                                  on 2000/10/16  03:31:22
21772         Log: integrate change#5955 from mainline
21773              
21774              longstanding bug exposed by change#3307: sort arguments weren't
21775              compiled with the right wantarray context (ensuing runtime lookup
21776              via block_gimme() was getting the incidental context of the
21777              sort() itself)
21778      Branch: maint-5.6/perl
21779           !> op.c t/op/sort.t
21780 ____________________________________________________________________________
21781 [  7271] By: gsar                                  on 2000/10/16  03:29:11
21782         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
21783              branch
21784              
21785              Flatten the cpp jungle doing the nosuid checking.
21786              
21787              Do not assume sign propagation. (from M.J.T. Guy)
21788              
21789              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
21790              
21791              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
21792              Now pp_ncmp() returns undef is either operand is a NaN.
21793              
21794              On second thoughts frexp() does have two arguments.
21795              
21796              Document that tr() is not tr(1).
21797              
21798              Be more robust on "extreme" (large absolute value)
21799              arguments.  Originally reported by Daniel Connelly
21800              as a problem with asinh() on large negative arguments,
21801              asinh() used to bail out because an argument to log()
21802              ended up being zero.  Ilya Zakharevich proposed using
21803              Taylor's series in such cases, which for such large
21804              arguments is a very good approximation.
21805              
21806              Undo "use integer" addition from 64bitint as it seems
21807              to break most of the subtests in Digital UNIX;
21808              Unicos needs to find another way.
21809      Branch: maint-5.6/perl
21810           !> (integrate 29 files)
21811 ____________________________________________________________________________
21812 [  7270] By: gsar                                  on 2000/10/16  03:09:44
21813         Log: integrate changes#5948,5949,5950 from mainline
21814              
21815              typo in vars.pm that leads to cryptic message (from Piotr
21816              Piatkowski <kompas@kompas.usr.onet.pl>)
21817              
21818              make perldoc use the pod2man from the same version (from
21819              M.J.T. Guy)
21820              
21821              reformat perldiag to avoid long lines
21822      Branch: maint-5.6/perl
21823           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
21824 ____________________________________________________________________________
21825 [  7269] By: gsar                                  on 2000/10/16  03:05:54
21826         Log: integrate change#5947 from mainline
21827              
21828              use &dl_error rather than &dl_load_file as the guard for calling
21829              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
21830              statically built perl)
21831      Branch: maint-5.6/perl
21832           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
21833 ____________________________________________________________________________
21834 [  7268] By: gsar                                  on 2000/10/16  03:04:48
21835         Log: integrate change#5945 from mainline
21836              
21837              make module name mandatory after -M switch; reorder perldiag
21838              alphabetically (from Mark-Jason Dominus)
21839      Branch: maint-5.6/perl
21840           !> perl.c pod/perldiag.pod
21841 ____________________________________________________________________________
21842 [  7267] By: gsar                                  on 2000/10/16  03:03:01
21843         Log: integrate change#5939 from mainline
21844              
21845              more pod nits (from Larry Virden)
21846      Branch: maint-5.6/perl
21847           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
21848           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
21849           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
21850 ____________________________________________________________________________
21851 [  7266] By: gsar                                  on 2000/10/16  03:01:39
21852         Log: integrate change#5938 from mainline
21853              
21854              Consolidated B::Deparse fixes (from Stephen McCamant)
21855      Branch: maint-5.6/perl
21856           !> ext/B/B/Deparse.pm
21857 ____________________________________________________________________________
21858 [  7265] By: gsar                                  on 2000/10/16  03:00:43
21859         Log: integrate change#5936 from mainline
21860              
21861              additional tests for change#7263 (from Paul Marquess)
21862      Branch: maint-5.6/perl
21863           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
21864           !> t/pragma/warn/5nolint t/pragma/warn/6default
21865 ____________________________________________________________________________
21866 [  7264] By: gsar                                  on 2000/10/16  02:58:34
21867         Log: integrate change#5934 from mainline
21868              
21869              propagate lexical warnings from surrounding scope correctly
21870              within string eval() (from Paul Marquess)
21871      Branch: maint-5.6/perl
21872           !> pp_ctl.c t/pragma/warn/pp_ctl
21873 ____________________________________________________________________________
21874 [  7263] By: gsar                                  on 2000/10/16  02:56:53
21875         Log: integrate change#5932 from mainline
21876              
21877              add rsignal(), whichsig() and do_join() to public API list
21878              (mod_perl uses them to good advantage)
21879      Branch: maint-5.6/perl
21880           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
21881 ____________________________________________________________________________
21882 [  7262] By: gsar                                  on 2000/10/16  02:55:53
21883         Log: integrate change#5931 from mainline
21884              
21885              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
21886      Branch: maint-5.6/perl
21887           !> pp_hot.c regexec.c t/op/pat.t
21888 ____________________________________________________________________________
21889 [  7261] By: gsar                                  on 2000/10/16  02:55:01
21890         Log: integrate change#5930 from mainline
21891              
21892              small os390 tweaks (from Peter Prymmer)
21893      Branch: maint-5.6/perl
21894           !> config_h.SH makedepend.SH
21895 ____________________________________________________________________________
21896 [  7260] By: gsar                                  on 2000/10/16  02:54:10
21897         Log: integrate change#5929 from mainline
21898              
21899              pod nits
21900      Branch: maint-5.6/perl
21901           !> pod/perlguts.pod
21902 ____________________________________________________________________________
21903 [  7259] By: gsar                                  on 2000/10/16  02:52:55
21904         Log: integrate change#5927 from mainline
21905              
21906              arrange for next() to resume at the unstack op rather than the
21907              loop conditional, so that scope cleanup happens correctly
21908              (from Stephen McCamant)
21909      Branch: maint-5.6/perl
21910           !> op.c pp_ctl.c t/op/misc.t
21911 ____________________________________________________________________________
21912 [  7258] By: gsar                                  on 2000/10/16  02:51:38
21913         Log: integrate change#5926 from mainline
21914              
21915              on windows, reserve 16M of stack rather than 128M (allows more
21916              threads to run concurrently)
21917      Branch: maint-5.6/perl
21918           !> win32/Makefile win32/makefile.mk
21919 ____________________________________________________________________________
21920 [  7257] By: gsar                                  on 2000/10/16  02:50:37
21921         Log: integrate change#5925 from mainline
21922              
21923              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
21924      Branch: maint-5.6/perl
21925           !> toke.c
21926 ____________________________________________________________________________
21927 [  7256] By: gsar                                  on 2000/10/16  02:49:36
21928         Log: integrate change#5924 from mainline
21929              
21930              avoid using uninitialized memory in require version check
21931      Branch: maint-5.6/perl
21932           !> pp_ctl.c universal.c
21933 ____________________________________________________________________________
21934 [  7255] By: gsar                                  on 2000/10/16  02:48:03
21935         Log: integrate changes#5923,5928,6009 from mainline
21936              
21937              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
21938      Branch: maint-5.6/perl
21939           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
21940 ____________________________________________________________________________
21941 [  7254] By: gsar                                  on 2000/10/16  02:44:46
21942         Log: integrate change#5922 from mainline
21943              
21944              commentary about IoTYPE() (from Nathan Torkington)
21945      Branch: maint-5.6/perl
21946           !> sv.h
21947 ____________________________________________________________________________
21948 [  7253] By: gsar                                  on 2000/10/16  02:43:49
21949         Log: integrate change#5921 from mainline
21950              
21951              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
21952      Branch: maint-5.6/perl
21953           !> sv.c t/lib/charnames.t t/pragma/utf8.t
21954 ____________________________________________________________________________
21955 [  7252] By: gsar                                  on 2000/10/16  02:42:31
21956         Log: integrate change#5920 from mainline
21957              
21958              Larry's fix for buggy propagation of utf8-ness in join(); add test
21959      Branch: maint-5.6/perl
21960           !> doop.c t/op/ver.t
21961 ____________________________________________________________________________
21962 [  7251] By: gsar                                  on 2000/10/16  02:41:14
21963         Log: integrate changes#5915..5919 from mainline
21964              
21965              various (pod tweaks &c)
21966      Branch: maint-5.6/perl
21967           !> (integrate 33 files)
21968 ____________________________________________________________________________
21969 [  7250] By: gsar                                  on 2000/10/16  02:38:16
21970         Log: integrate change#5914 from mainline
21971              
21972              caller() wasn't returning the right number of elements for
21973              eval {...}
21974      Branch: maint-5.6/perl
21975           !> pp_ctl.c t/pragma/warn/9enabled
21976 ____________________________________________________________________________
21977 [  7249] By: gsar                                  on 2000/10/16  02:37:02
21978         Log: integrate change#5913 from mainline
21979              
21980              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
21981              (from Mark-Jason Dominus)
21982      Branch: maint-5.6/perl
21983           !> pod/perlfunc.pod
21984 ____________________________________________________________________________
21985 [  7248] By: gsar                                  on 2000/10/16  02:35:58
21986         Log: integrate change#5912 from mainline
21987              
21988              fix totally broken caching in UNIVERSAL::isa() (from
21989              Nick Ing-Simmons)
21990      Branch: maint-5.6/perl
21991           !> t/op/universal.t universal.c
21992 ____________________________________________________________________________
21993 [  7247] By: gsar                                  on 2000/10/16  02:34:27
21994         Log: integrate changes#5910,5911 from mainline
21995              
21996              typo in pod
21997              
21998              add linebreak properties from unicode/LineBrk.txt (from
21999              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
22000      Branch: maint-5.6/perl
22001           +> (branch 29 files)
22002           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
22003 ____________________________________________________________________________
22004 [  7246] By: gsar                                  on 2000/10/16  02:33:29
22005         Log: integrate change#5909 from mainline
22006              
22007              mode argument to do_binmode() should be file mode, not boolean
22008      Branch: maint-5.6/perl
22009           !> pp_sys.c
22010 ____________________________________________________________________________
22011 [  7245] By: gsar                                  on 2000/10/16  02:31:04
22012         Log: integrate change#5908 from mainline
22013              
22014              introduce illegal symbols into null package so that
22015              gv_fetchpv(...,TRUE) always returns a valid GV even when the
22016              symbol is trapped by strictures (avoids coredumps)
22017      Branch: maint-5.6/perl
22018           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
22019           !> t/pragma/strict-vars
22020 ____________________________________________________________________________
22021 [  7244] By: jhi                                   on 2000/10/16  02:29:54
22022         Log: Subject: $Carp::ExportLevel confusion in Exporter
22023              From: "Ben Tilly" <ben_tilly@hotmail.com>
22024              Date: Sat, 14 Oct 2000 16:44:34 EDT
22025              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
22026      Branch: perl
22027            ! lib/Exporter/Heavy.pm
22028 ____________________________________________________________________________
22029 [  7243] By: jhi                                   on 2000/10/16  02:28:33
22030         Log: Subject: [PATCH perlguts.pod] Document offset hack
22031              From: Simon Cozens <simon@cozens.net>
22032              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
22033              Date: Sat, 14 Oct 2000 19:32:25 +0100
22034      Branch: perl
22035            ! pod/perlguts.pod
22036 ____________________________________________________________________________
22037 [  7242] By: gsar                                  on 2000/10/16  02:26:51
22038         Log: integrate changes#5905,5906,5907,6064 from mainline
22039              
22040              printf/sprintf didn't get quad types right under use64bitint
22041      Branch: maint-5.6/perl
22042           !> pp_sys.c sv.c t/op/64bitint.t
22043 ____________________________________________________________________________
22044 [  7241] By: jhi                                   on 2000/10/16  02:22:44
22045         Log: Subject: small pod patch
22046              From: Dan Boorstein <dan_boo@bellsouth.net>
22047              Date: Sat, 14 Oct 2000 14:29:24 -0400
22048              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
22049      Branch: perl
22050            ! pod/perlfaq7.pod pod/perlmod.pod
22051 ____________________________________________________________________________
22052 [  7240] By: jhi                                   on 2000/10/16  02:13:46
22053         Log: -w cleanup.
22054              
22055              Subject: Re: Problems with bleadperl 
22056              From: "Stephen P. Potter" <spp@ds.net>
22057              Date: Fri, 13 Oct 2000 13:32:49 -0400
22058              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
22059      Branch: perl
22060            ! t/pragma/overload.t
22061 ____________________________________________________________________________
22062 [  7239] By: jhi                                   on 2000/10/16  01:41:18
22063         Log: One more ~utf8 tweak.
22064      Branch: perl
22065            ! t/op/bop.t
22066 ____________________________________________________________________________
22067 [  7238] By: jhi                                   on 2000/10/16  01:34:14
22068         Log: Tweak the test of #7235.
22069      Branch: perl
22070            ! t/op/bop.t
22071 ____________________________________________________________________________
22072 [  7237] By: jhi                                   on 2000/10/16  01:25:04
22073         Log: Fix a couple of compiler-noted nits in #7235.
22074      Branch: perl
22075            ! pp.c
22076 ____________________________________________________________________________
22077 [  7236] By: jhi                                   on 2000/10/16  01:22:46
22078         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
22079      Branch: perl
22080            ! pp.c pp_hot.c
22081 ____________________________________________________________________________
22082 [  7235] By: jhi                                   on 2000/10/15  16:24:44
22083         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
22084              
22085              From: Simon Cozens <simon@cozens.net>
22086              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
22087              Date: Sat, 14 Oct 2000 20:52:13 +0100
22088              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
22089      Branch: perl
22090            ! pp.c t/op/bop.t utf8.h
22091 ____________________________________________________________________________
22092 [  7234] By: jhi                                   on 2000/10/15  15:19:29
22093         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
22094              The problem was that rx->minlen was in chars while pp_split()
22095              thought it would be in bytes. 
22096      Branch: perl
22097            ! pp.c t/pragma/utf8.t
22098 ____________________________________________________________________________
22099 [  7233] By: jhi                                   on 2000/10/14  20:24:24
22100         Log: Document FNCASE=y as discussed in the bug 20000902.009.
22101      Branch: perl
22102            ! README.dos
22103 ____________________________________________________________________________
22104 [  7232] By: jhi                                   on 2000/10/14  18:52:21
22105         Log: Add test for bug id 20000427.003 (which seems to have
22106              been fixed) (also duplicate as 20000427.004, though
22107              with a higher severity).  Move one utf8 from op/append
22108              to pragma/utf8, tag the tests with bug ids.
22109      Branch: perl
22110            ! t/op/append.t t/pragma/utf8.t
22111 ____________________________________________________________________________
22112 [  7231] By: jhi                                   on 2000/10/14  17:28:37
22113         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
22114      Branch: perl
22115            ! t/pragma/utf8.t
22116 ____________________________________________________________________________
22117 [  7230] By: jhi                                   on 2000/10/14  14:24:50
22118         Log: Needs to be conditional on SunOS 4.
22119              
22120              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
22121              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
22122              Date: Sat, 14 Oct 2000 13:37:49 +0100
22123              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
22124      Branch: metaconfig/U/perl
22125            ! End.U
22126      Branch: perl
22127            ! Configure myconfig.SH pod/perldelta.pod
22128 ____________________________________________________________________________
22129 [  7229] By: jhi                                   on 2000/10/14  00:49:22
22130         Log: Update Changes.
22131      Branch: perl
22132            ! Changes patchlevel.h
22133 ____________________________________________________________________________
22134 [  7228] By: jhi                                   on 2000/10/14  00:46:10
22135         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
22136              From: Peter Prymmer <pvhp@forte.com>
22137              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
22138              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
22139      Branch: perl
22140            ! lib/utf8.pm
22141 ____________________________________________________________________________
22142 [  7227] By: jhi                                   on 2000/10/13  23:20:30
22143         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
22144      Branch: perl
22145            ! t/op/tie.t
22146 ____________________________________________________________________________
22147 [  7226] By: jhi                                   on 2000/10/13  22:14:32
22148         Log: Tweak #7225.
22149              
22150              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
22151              From: Peter Prymmer <pvhp@forte.com>
22152              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
22153              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
22154      Branch: perl
22155            ! t/op/sprintf.t
22156 ____________________________________________________________________________
22157 [  7225] By: jhi                                   on 2000/10/13  22:11:31
22158         Log: op/sprintf.t patch for OS/390 (and any other host with limited
22159              floating-point exponent length)
22160              
22161              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
22162              From: Dominic Dunlop <domo@computer.org>
22163              Date: Fri, 13 Oct 2000 19:17:57 +0200
22164              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
22165      Branch: perl
22166            ! t/op/sprintf.t
22167 ____________________________________________________________________________
22168 [  7224] By: jhi                                   on 2000/10/13  18:40:48
22169         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
22170      Branch: perl
22171            ! toke.c
22172 ____________________________________________________________________________
22173 [  7223] By: jhi                                   on 2000/10/13  18:37:13
22174         Log: Thinko in #7222.
22175      Branch: perl
22176            ! utf8.c
22177 ____________________________________________________________________________
22178 [  7222] By: jhi                                   on 2000/10/13  18:05:23
22179         Log: Use UTF8SKIP(), from Simon Cozens.
22180      Branch: perl
22181            ! utf8.c
22182 ____________________________________________________________________________
22183 [  7221] By: jhi                                   on 2000/10/13  15:43:19
22184         Log: (accidentally empty check-in)
22185      Branch: perl
22186            ! utf8.c
22187 ____________________________________________________________________________
22188 [  7220] By: jhi                                   on 2000/10/13  15:23:51
22189         Log: Add (optimistically) Storable to static extensions.
22190      Branch: perl
22191            ! hints/uwin.sh hints/vmesa.sh
22192 ____________________________________________________________________________
22193 [  7219] By: jhi                                   on 2000/10/13  15:20:05
22194         Log: Amdahl UTS doesn't seem to do dynaloading.
22195      Branch: perl
22196            ! hints/uts.sh
22197 ____________________________________________________________________________
22198 [  7218] By: jhi                                   on 2000/10/13  15:15:20
22199         Log: Slight tweak of the code to appease Amdahl UTS cc.
22200      Branch: perl
22201            ! pp.c
22202 ____________________________________________________________________________
22203 [  7217] By: jhi                                   on 2000/10/13  14:50:42
22204         Log: In Amdahl UTS "struct sv" is defined by a system header,
22205              <ksync.h>.
22206      Branch: perl
22207            ! perl.h sv.h
22208 ____________________________________________________________________________
22209 [  7216] By: jhi                                   on 2000/10/13  11:58:25
22210         Log: Ilya implemented the memory profiling API.
22211      Branch: perl
22212            ! Todo
22213 ____________________________________________________________________________
22214 [  7215] By: jhi                                   on 2000/10/13  02:56:38
22215         Log: Subject: [PATCH 5.7.0] Perl API for mstats
22216              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22217              Date: Thu, 12 Oct 2000 22:52:40 -0400
22218              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
22219      Branch: perl
22220            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
22221 ____________________________________________________________________________
22222 [  7214] By: jhi                                   on 2000/10/13  02:55:38
22223         Log: Subject: [PATCH 5.7.0] IVs in mtats
22224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22225              Date: Thu, 12 Oct 2000 22:51:04 -0400
22226              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
22227      Branch: perl
22228            ! malloc.c perl.h
22229 ____________________________________________________________________________
22230 [  7213] By: jhi                                   on 2000/10/13  02:31:47
22231         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
22232      Branch: perl
22233            ! pod/perldiag.pod pp_sys.c
22234 ____________________________________________________________________________
22235 [  7212] By: jhi                                   on 2000/10/13  01:27:38
22236         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
22237              From: Peter Prymmer <pvhp@forte.com>
22238              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
22239              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
22240      Branch: perl
22241            ! t/op/oct.t
22242 ____________________________________________________________________________
22243 [  7211] By: jhi                                   on 2000/10/13  00:35:09
22244         Log: Update Changes.
22245      Branch: perl
22246            ! Changes patchlevel.h
22247 ____________________________________________________________________________
22248 [  7210] By: jhi                                   on 2000/10/12  23:59:40
22249         Log: The Install.pm third of
22250              
22251              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
22252              From: Bill Campbell <bill@celestial.com>
22253              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
22254              Date: Thu, 5 Oct 2000 18:04:51 -0700
22255      Branch: perl
22256            ! lib/ExtUtils/Install.pm
22257 ____________________________________________________________________________
22258 [  7209] By: jhi                                   on 2000/10/12  23:58:43
22259         Log: Two thirds of
22260              
22261              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
22262              Date: Thu, 5 Oct 2000 18:04:51 -0700
22263              From: Bill Campbell <bill@celestial.com>
22264              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
22265              
22266              The Install.pm changes will be submitted separately because
22267              they need some work and discussion still.
22268      Branch: perl
22269            ! lib/getopts.pl lib/termcap.pl
22270 ____________________________________________________________________________
22271 [  7208] By: jhi                                   on 2000/10/12  23:41:19
22272         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
22273              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22274              Date:     Thu, 12 Oct 2000 07:30:02 EDT
22275              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
22276      Branch: perl
22277            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
22278            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
22279 ____________________________________________________________________________
22280 [  7207] By: jhi                                   on 2000/10/12  23:39:01
22281         Log: An updated EBCDIC tr patch.
22282              
22283              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
22284              From: Peter Prymmer <pvhp@forte.com>
22285              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
22286              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
22287      Branch: perl
22288            ! t/op/tr.t
22289 ____________________________________________________________________________
22290 [  7206] By: jhi                                   on 2000/10/12  23:34:55
22291         Log: Upgrade to CPAN 1.58, from Andreas König.
22292      Branch: perl
22293            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22294 ____________________________________________________________________________
22295 [  7205] By: jhi                                   on 2000/10/12  23:29:08
22296         Log: Introduce the man[24-8] variables, from Andy Dougherty.
22297      Branch: metaconfig/U/perl
22298            + mandirs.U mandirstyle.U
22299      Branch: perl
22300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22301            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
22302            ! vos/config.h vos/config.pl vos/config_h.SH_orig
22303            ! win32/config.bc win32/config.gc win32/config.vc
22304 ____________________________________________________________________________
22305 [  7204] By: gsar                                  on 2000/10/12  18:11:24
22306         Log: restore change#7202
22307      Branch: perl
22308            ! mg.c
22309 ____________________________________________________________________________
22310 [  7203] By: gsar                                  on 2000/10/12  18:09:40
22311         Log: another test of the Emergency Broadcast System--back out 
22312              change#7202
22313      Branch: perl
22314            ! mg.c
22315 ____________________________________________________________________________
22316 [  7202] By: gsar                                  on 2000/10/12  16:40:47
22317         Log: (submitted on behalf of Jarkko)
22318              Fix the lib/encode.t subtest 6 failure as reported by Andreas
22319              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
22320              was unearthed by change 7182, as was a bug in HTML::Entities.
22321      Branch: perl
22322            ! mg.c
22323 ____________________________________________________________________________
22324 [  7201] By: jhi                                   on 2000/10/11  03:16:05
22325         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
22326      Branch: perl
22327            ! pp_hot.c t/pragma/utf8.t
22328 ____________________________________________________________________________
22329 [  7200] By: jhi                                   on 2000/10/11  00:40:30
22330         Log: The #7198 was a false alarm.
22331      Branch: perl
22332            ! pp_hot.c
22333 ____________________________________________________________________________
22334 [  7199] By: jhi                                   on 2000/10/11  00:26:04
22335         Log: Remove duplicated code.
22336      Branch: perl
22337            ! t/lib/cgi-html.t
22338 ____________________________________________________________________________
22339 [  7198] By: jhi                                   on 2000/10/10  23:30:46
22340         Log: (Retracted by #7200.)
22341      Branch: perl
22342            ! pp_hot.c
22343 ____________________________________________________________________________
22344 [  7197] By: jhi                                   on 2000/10/10  21:49:30
22345         Log: Add the test case for #7190, from the original bug report
22346              by Andreas König.
22347      Branch: perl
22348            ! t/pragma/utf8.t
22349 ____________________________________________________________________________
22350 [  7196] By: jhi                                   on 2000/10/10  21:40:49
22351         Log: Reapply Andy's patch and regen Configure.
22352      Branch: perl
22353            ! Configure INSTALL Makefile.SH Porting/Glossary
22354            ! Porting/config.sh config_h.SH epoc/config.sh installperl
22355            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22356            ! win32/config.vc
22357 ____________________________________________________________________________
22358 [  7195] By: jhi                                   on 2000/10/10  21:09:30
22359         Log: Use the versiononly instead of the installscripts,
22360              retract the changes 7146 and 7147.
22361      Branch: perl
22362            ! Configure INSTALL Makefile.SH Porting/Glossary
22363            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
22364            ! installperl uconfig.sh vos/config.def win32/config.bc
22365            ! win32/config.gc win32/config.vc
22366 ____________________________________________________________________________
22367 [  7194] By: jhi                                   on 2000/10/10  21:06:15
22368         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
22369              From: Peter Prymmer <pvhp@forte.com>
22370              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
22371              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
22372      Branch: perl
22373            ! t/op/ver.t
22374 ____________________________________________________________________________
22375 [  7193] By: jhi                                   on 2000/10/10  21:05:12
22376         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
22377              From: Peter Prymmer <pvhp@forte.com>
22378              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
22379              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
22380      Branch: perl
22381            ! t/op/tr.t
22382 ____________________________________________________________________________
22383 [  7192] By: jhi                                   on 2000/10/10  20:57:30
22384         Log: Add versiononly, delete installscripts, from Andy Dougherty.
22385      Branch: metaconfig
22386            - U/installdirs/installscripts.U
22387      Branch: metaconfig/U/perl
22388            + versiononly.U
22389 ____________________________________________________________________________
22390 [  7191] By: jhi                                   on 2000/10/10  19:41:21
22391         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
22392              From: Peter Prymmer <pvhp@forte.com>
22393              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
22394              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
22395      Branch: perl
22396            ! pod/perlebcdic.pod
22397 ____________________________________________________________________________
22398 [  7190] By: jhi                                   on 2000/10/10  19:26:14
22399         Log: Subject: Re: utf8 concat, mg_get
22400              From: Simon Cozens <simon@cozens.net>
22401              Date: Tue, 10 Oct 2000 17:40:17 +0100
22402              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
22403      Branch: perl
22404            ! pp_hot.c
22405 ____________________________________________________________________________
22406 [  7189] By: jhi                                   on 2000/10/10  19:23:03
22407         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
22408              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
22409              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
22410              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
22411      Branch: perl
22412            ! lib/ExtUtils/MM_Unix.pm
22413 ____________________________________________________________________________
22414 [  7188] By: jhi                                   on 2000/10/10  15:31:24
22415         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
22416              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22417              Date: Fri, 14 Jul 2000 10:47:36 +0100
22418              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
22419      Branch: perl
22420            ! README.win32
22421 ____________________________________________________________________________
22422 [  7187] By: jhi                                   on 2000/10/10  13:30:10
22423         Log: Quote the temp file name, needed in Win32 because the
22424              default name unfortunately contains spaces, shouldn't
22425              hurt elsewhere.
22426              
22427              Subject: FW: perldoc fails if $TEMP contains spaces
22428              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
22429              Date: Thu, 14 Sep 2000 08:58:45 +0100
22430              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
22431      Branch: perl
22432            ! utils/perldoc.PL
22433 ____________________________________________________________________________
22434 [  7186] By: jhi                                   on 2000/10/10  13:16:27
22435         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
22436              From: hv@hugo.hybyte.com
22437              Date: Tue, 10 Oct 2000 14:10:20 +0100
22438              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
22439      Branch: perl
22440            ! t/lib/thr5005.t util.c
22441 ____________________________________________________________________________
22442 [  7185] By: jhi                                   on 2000/10/10  12:06:22
22443         Log: Upgrade to podlators 1.04, from Russ Allbery.
22444      Branch: perl
22445            ! lib/Pod/Man.pm lib/Pod/Text.pm
22446 ____________________________________________________________________________
22447 [  7184] By: jhi                                   on 2000/10/10  12:01:32
22448         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
22449      Branch: perl
22450            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
22451 ____________________________________________________________________________
22452 [  7183] By: jhi                                   on 2000/10/09  23:47:15
22453         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
22454              From: Peter Prymmer <pvhp@forte.com>
22455              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
22456              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
22457      Branch: perl
22458            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
22459 ____________________________________________________________________________
22460 [  7182] By: jhi                                   on 2000/10/09  23:43:16
22461         Log: Make eq work again with utf8 (disabling the upgrading
22462              should no more be necessary since the copies of the
22463              scalars are upgraded, not the scalars themselves).
22464              Takes care of ID 20001009.001.  (The claimed length()
22465              bug in 20001009.001 seems bogus to me.)
22466      Branch: perl
22467            ! sv.c t/pragma/utf8.t
22468 ____________________________________________________________________________
22469 [  7181] By: gsar                                  on 2000/10/09  19:41:54
22470         Log: tweak for change#7173
22471      Branch: perl
22472            ! win32/win32sck.c
22473 ____________________________________________________________________________
22474 [  7180] By: gsar                                  on 2000/10/09  19:26:56
22475         Log: on Windows, clean targets might not work under some flavors of the shell
22476      Branch: perl
22477            ! win32/Makefile win32/makefile.mk
22478 ____________________________________________________________________________
22479 [  7179] By: jhi                                   on 2000/10/09  19:21:02
22480         Log: Update Changes.
22481      Branch: perl
22482            ! Changes patchlevel.h
22483 ____________________________________________________________________________
22484 [  7178] By: jhi                                   on 2000/10/09  19:18:23
22485         Log: Warn about unknown scripts.
22486              
22487              Subject: Re: ideas? patches? [PATCH bleadperl]
22488              From: Dominic Dunlop <domo@computer.org>
22489              Date: Mon, 9 Oct 2000 14:57:17 +0200
22490              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
22491      Branch: perl
22492            ! lib/charnames.pm
22493 ____________________________________________________________________________
22494 [  7177] By: jhi                                   on 2000/10/09  19:13:27
22495         Log: Change #7160 had a nasty typo.
22496      Branch: metaconfig
22497            ! U/compline/Compile.U
22498      Branch: perl
22499            ! Configure config_h.SH
22500 ____________________________________________________________________________
22501 [  7176] By: gsar                                  on 2000/10/09  18:59:33
22502         Log: pod nit
22503      Branch: perl
22504            ! pod/perlport.pod
22505 ____________________________________________________________________________
22506 [  7175] By: gsar                                  on 2000/10/09  18:54:28
22507         Log: Windows9x doesn't support link(), despite what Config.pm
22508              might think
22509      Branch: perl
22510            ! lib/ExtUtils/Manifest.pm
22511 ____________________________________________________________________________
22512 [  7174] By: gsar                                  on 2000/10/09  18:50:03
22513         Log: avoid nonportable example code
22514      Branch: perl
22515            ! lib/File/Copy.pm
22516 ____________________________________________________________________________
22517 [  7173] By: gsar                                  on 2000/10/09  18:46:54
22518         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
22519              being used) when closing a socket handle
22520      Branch: perl
22521            ! win32/win32.c win32/win32.h win32/win32sck.c
22522 ____________________________________________________________________________
22523 [  7172] By: gsar                                  on 2000/10/09  18:41:40
22524         Log: on Windows, cwd strings in the environment should be of the
22525              form =X:=X:\foo instead of =X=X:\foo\
22526      Branch: perl
22527            ! win32/vdir.h
22528 ____________________________________________________________________________
22529 [  7171] By: gsar                                  on 2000/10/09  18:30:09
22530         Log: on Windows, LoadLibrary() could load an extension DLL multiple
22531              times if forward slashes are used in the path
22532      Branch: perl
22533            ! win32/win32.c
22534 ____________________________________________________________________________
22535 [  7170] By: jhi                                   on 2000/10/09  17:53:59
22536         Log: Add a todo note about overloadable assertions.
22537      Branch: perl
22538            ! Todo-5.6
22539 ____________________________________________________________________________
22540 [  7169] By: jhi                                   on 2000/10/09  13:43:45
22541         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
22542              From: mjd@plover.com
22543              Date: 9 Oct 2000 00:24:44 -0000
22544              Message-ID: <20001009002444.10616.qmail@plover.com>
22545      Branch: perl
22546            ! pod/perldebguts.pod
22547 ____________________________________________________________________________
22548 [  7168] By: nick                                  on 2000/10/08  13:16:33
22549         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
22550              is not right thing to do on (e.g. x86). Network order is also "right" for
22551              X fonts.
22552      Branch: perl
22553            ! ext/Encode/Encode.pm
22554 ____________________________________________________________________________
22555 [  7167] By: nick                                  on 2000/10/08  12:54:42
22556         Log: Make "encodings" work post-install when Encode/*.enc files may not
22557              be in same directory as Encode.pm
22558      Branch: perl
22559            ! ext/Encode/Encode.pm
22560 ____________________________________________________________________________
22561 [  7166] By: nick                                  on 2000/10/08  11:51:26
22562         Log: Work round the fact that $hash->{$key} does not take into account
22563              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
22564              so that key is always in the "expected" encoding - i.e. same way we put
22565              it in the hash.
22566      Branch: perl
22567            ! ext/Encode/Encode.pm
22568 ____________________________________________________________________________
22569 [  7165] By: gsar                                  on 2000/10/08  04:15:29
22570         Log: save_re_context() could reset PL_curcop to freed memory, causing core
22571              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
22572      Branch: perl
22573            ! pp_ctl.c
22574 ____________________________________________________________________________
22575 [  7164] By: jhi                                   on 2000/10/06  20:51:48
22576         Log: UTF8ize split() so that the cloned substrings get the UTF8
22577              flag of the original scalar.  Problem reported by Simon Cozens.
22578      Branch: perl
22579            ! pp.c t/pragma/utf8.t
22580 ____________________________________________________________________________
22581 [  7163] By: nick                                  on 2000/10/06  20:48:34
22582         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
22583              got a false +ve and so did not reach code which would have un-FAKEd the SV.
22584      Branch: perl
22585            ! sv.c
22586 ____________________________________________________________________________
22587 [  7162] By: nick                                  on 2000/10/06  20:25:37
22588         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
22589              To fix  (sort {$a <=> $b} keys %hash) in particular but
22590              should cover a number of other as-yet-unknown cases as well.
22591      Branch: perl
22592            ! sv.c
22593 ____________________________________________________________________________
22594 [  7161] By: jhi                                   on 2000/10/06  19:56:18
22595         Log: Change the version number of Tie::Handle in the core to 4.0,
22596              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
22597              
22598              Subject: Note on Tie::Handle
22599              From: andreas.koenig@anima.de (Andreas J. Koenig)
22600              Date:      06 Oct 2000 21:48:58 +0200
22601              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
22602      Branch: perl
22603            ! lib/Tie/Handle.pm
22604 ____________________________________________________________________________
22605 [  7160] By: jhi                                   on 2000/10/06  18:20:35
22606         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
22607              as the first option of cc/ld because of ultrapicky compilers
22608              (e.g. OS/390 R2.5)
22609      Branch: metaconfig
22610            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
22611            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
22612            ! U/compline/orderlib.U U/modified/Cppsym.U
22613            ! U/modified/d_access.U
22614      Branch: metaconfig/U/perl
22615            ! Checkcc.U d_dlsymun.U gccvers.U
22616      Branch: perl
22617            ! Configure config_h.SH
22618 ____________________________________________________________________________
22619 [  7159] By: jhi                                   on 2000/10/06  13:56:39
22620         Log: Update Changes.
22621      Branch: perl
22622            ! Changes patchlevel.h
22623 ____________________________________________________________________________
22624 [  7158] By: jhi                                   on 2000/10/06  12:48:40
22625         Log: Eliminate $Is_VMS code from the test.
22626              
22627              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
22628              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22629              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
22630              Date:     Thu, 5 Oct 2000 07:46:33 EDT
22631      Branch: perl
22632            ! t/lib/b.t
22633 ____________________________________________________________________________
22634 [  7157] By: jhi                                   on 2000/10/06  12:47:13
22635         Log: Also the $ccflags is needed for the C compiler check.
22636              
22637              Subject: Configure (check for C-compiler)
22638              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22639              Date: Fri, 06 Oct 2000 08:47:15 +0200
22640              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
22641      Branch: metaconfig/U/perl
22642            ! Checkcc.U
22643      Branch: perl
22644            ! Configure config_h.SH
22645 ____________________________________________________________________________
22646 [  7156] By: jhi                                   on 2000/10/06  11:45:15
22647         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
22648      Branch: perl
22649            ! perl.c pp_ctl.c sv.h utf8.c
22650 ____________________________________________________________________________
22651 [  7155] By: jhi                                   on 2000/10/06  11:40:41
22652         Log: IO::Handle->syswrite() did not handle length omission
22653              like CORE::syswrite() does.
22654              
22655              Subject: [Fwd] IO::Handle, syswrite and arguments
22656              From: Graham Barr <gbarr@pobox.com>
22657              Date: Fri, 6 Oct 2000 10:22:05 +0100
22658              Message-ID: <20001006102205.U6312@pobox.com>
22659              
22660              The original patch from andrew@ugh.net.au.
22661      Branch: perl
22662            ! ext/IO/lib/IO/Handle.pm
22663 ____________________________________________________________________________
22664 [  7154] By: jhi                                   on 2000/10/06  01:42:15
22665         Log: Tweak #7153.
22666      Branch: perl
22667            ! utf8.h
22668 ____________________________________________________________________________
22669 [  7153] By: jhi                                   on 2000/10/06  00:39:55
22670         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
22671      Branch: perl
22672            ! utf8.h
22673 ____________________________________________________________________________
22674 [  7152] By: jhi                                   on 2000/10/06  00:38:11
22675         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
22676      Branch: perl
22677            ! perl.c pp_ctl.c sv.h utf8.c
22678 ____________________________________________________________________________
22679 [  7151] By: jhi                                   on 2000/10/06  00:36:38
22680         Log: Subject: Re: Questions about Tie::Array and perl modules
22681              From: Nick Ing-Simmons <nik@tiuk.ti.com>
22682              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
22683              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
22684              
22685              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
22686      Branch: perl
22687            ! lib/Tie/Array.pm t/op/array.t
22688 ____________________________________________________________________________
22689 [  7150] By: jhi                                   on 2000/10/05  00:20:45
22690         Log: Regen Changes.
22691      Branch: perl
22692            ! Changes patchlevel.h
22693 ____________________________________________________________________________
22694 [  7149] By: jhi                                   on 2000/10/05  00:20:01
22695         Log: Regen toc.
22696      Branch: perl
22697            ! pod/perltoc.pod
22698 ____________________________________________________________________________
22699 [  7148] By: jhi                                   on 2000/10/04  23:35:08
22700         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
22701              reported several times by Dominic Dunlop, for example in
22702              ID 20000315.008.  Patch from Dominic.  Patch affects at
22703              least MachTen, and possibly other oldish BSDs. Should not
22704              break non-broken platforms (tested on LinuxPPC). 
22705      Branch: perl
22706            ! doio.c
22707 ____________________________________________________________________________
22708 [  7147] By: jhi                                   on 2000/10/04  23:26:34
22709         Log: The one that got away from 7146.
22710      Branch: metaconfig
22711            + U/installdirs/installscripts.U
22712 ____________________________________________________________________________
22713 [  7146] By: jhi                                   on 2000/10/04  23:25:04
22714         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
22715              suggested by H. Merijn Brand.
22716      Branch: perl
22717            ! Configure INSTALL Makefile.SH Porting/Glossary
22718            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
22719            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
22720            ! win32/config.vc
22721 ____________________________________________________________________________
22722 [  7145] By: jhi                                   on 2000/10/04  22:08:21
22723         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
22724              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22725              Date: Wed, 4 Oct 2000 17:37:46 -0400
22726              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
22727      Branch: perl
22728            ! utils/h2xs.PL
22729 ____________________________________________________________________________
22730 [  7144] By: jhi                                   on 2000/10/04  18:11:41
22731         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
22732              From: Jeff Pinyan <jeffp@crusoe.net>
22733              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
22734              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
22735      Branch: perl
22736            ! pod/perlrun.pod
22737 ____________________________________________________________________________
22738 [  7143] By: jhi                                   on 2000/10/04  18:09:58
22739         Log: Subject: perlhack.pod Patch for Externals Tools
22740              From: Fisher Mark <fisherm@tce.com>
22741              Date: Tue, 3 Oct 2000 15:43:27 -0500 
22742              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
22743      Branch: perl
22744            ! pod/perlhack.pod
22745 ____________________________________________________________________________
22746 [  7142] By: jhi                                   on 2000/10/04  18:08:41
22747         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
22748              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22749              Date:     Wed, 4 Oct 2000 12:11:11 EDT
22750              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
22751      Branch: perl
22752            ! vms/vms.c
22753 ____________________________________________________________________________
22754 [  7141] By: jhi                                   on 2000/10/04  12:20:16
22755         Log: Subject: [PATCH 5.7.0] h2xs not working
22756              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22757              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
22758              Date: Tue, 3 Oct 2000 21:43:01 -0400
22759              
22760              Subject: [PATCH 5.7.0] h2xs not documenting the created module
22761              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22762              Date: Tue, 3 Oct 2000 22:55:19 -0400
22763              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
22764      Branch: perl
22765            ! utils/h2xs.PL
22766 ____________________________________________________________________________
22767 [  7140] By: jhi                                   on 2000/10/04  11:53:44
22768         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
22769              From: nick@babyhippo.com
22770              Date: Wed, 4 Oct 2000 12:06:45 +0100
22771              Message-Id: <20001004120645.A7356@babyhippo.com>
22772              
22773              Retract 7118 and 7135.
22774      Branch: perl
22775            ! installman installperl op.c t/pragma/subs.t
22776 ____________________________________________________________________________
22777 [  7139] By: jhi                                   on 2000/10/03  22:09:41
22778         Log: It is possible to have no hosts database at all.  Pointed out in
22779              
22780              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22781              From: Peter Prymmer <pvhp@forte.com>
22782              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22783              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22784      Branch: metaconfig
22785            ! U/modified/myhostname.U
22786      Branch: perl
22787            ! Configure config_h.SH
22788 ____________________________________________________________________________
22789 [  7138] By: jhi                                   on 2000/10/03  21:49:49
22790         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
22791              From: Peter Prymmer <pvhp@forte.com>
22792              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
22793              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
22794      Branch: perl
22795            ! pp_sys.c
22796 ____________________________________________________________________________
22797 [  7137] By: jhi                                   on 2000/10/03  20:10:05
22798         Log: One remaining nit less at the VMS mailbox sizing.
22799      Branch: perl
22800            ! vms/vms.c
22801 ____________________________________________________________________________
22802 [  7136] By: jhi                                   on 2000/10/03  20:08:47
22803         Log: Test harness update to sync with the new perlcc,
22804              from Simon Cozens.
22805      Branch: perl
22806            ! t/TEST t/UTEST
22807 ____________________________________________________________________________
22808 [  7135] By: jhi                                   on 2000/10/03  15:15:42
22809         Log: Subject: Re: PATCH for 20001003.004
22810              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
22811              From: "AARON B. DOSSETT" <aaron@iglou.com>
22812              Message-Id: <E13gTay-0006od-00@iglou.com>
22813      Branch: perl
22814            ! installman installperl
22815 ____________________________________________________________________________
22816 [  7134] By: jhi                                   on 2000/10/03  15:00:34
22817         Log: Subject: [ID 20001003.006] B::Debug not -w clean
22818              From: Nicholas Clark <nick@babyhippo.co.uk>
22819              Date: Tue, 03 Oct 2000 15:46:32 +0100
22820              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
22821      Branch: perl
22822            ! ext/B/B/Debug.pm
22823 ____________________________________________________________________________
22824 [  7133] By: jhi                                   on 2000/10/03  14:58:39
22825         Log: Scale down the VMS message boxes, by Charles Lane.
22826              Fix for ID 20000903.009, workaround at
22827              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
22828      Branch: perl
22829            ! vms/vms.c
22830 ____________________________________________________________________________
22831 [  7132] By: jhi                                   on 2000/10/03  11:20:37
22832         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
22833      Branch: perl
22834            + t/lib/st-lock.t t/lib/st-utf8.t
22835            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
22836            ! ext/Storable/Storable.xs t/lib/st-recurse.t
22837 ____________________________________________________________________________
22838 [  7131] By: jhi                                   on 2000/10/03  03:38:23
22839         Log: Encode nits.
22840      Branch: perl
22841            ! MANIFEST Makefile.SH
22842 ____________________________________________________________________________
22843 [  7130] By: jhi                                   on 2000/10/03  03:31:05
22844         Log: Update Changes.
22845      Branch: perl
22846            ! Changes patchlevel.h
22847 ____________________________________________________________________________
22848 [  7129] By: jhi                                   on 2000/10/03  02:24:02
22849         Log: Misplaced else.
22850      Branch: metaconfig/U/perl
22851            ! d_strtoll.U
22852      Branch: perl
22853            ! Configure config_h.SH
22854 ____________________________________________________________________________
22855 [  7128] By: jhi                                   on 2000/10/03  02:08:29
22856         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
22857              From: sthoenna@efn.org
22858              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
22859              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
22860      Branch: metaconfig/U/perl
22861            ! d_strtoll.U
22862      Branch: perl
22863            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
22864 ____________________________________________________________________________
22865 [  7127] By: jhi                                   on 2000/10/03  01:13:14
22866         Log: Update Changes.
22867      Branch: perl
22868            ! Changes patchlevel.h
22869 ____________________________________________________________________________
22870 [  7126] By: jhi                                   on 2000/10/03  00:57:08
22871         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
22872              as suggested by Olaf Flebbe and Nick Clark.
22873      Branch: perl
22874            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
22875 ____________________________________________________________________________
22876 [  7125] By: jhi                                   on 2000/10/03  00:50:56
22877         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
22878              From: Nick Clark <nick@plum.flirble.org>
22879              Date: Mon, 2 Oct 2000 11:03:24 +0100
22880              Message-Id: <20001002110324.D20073@plum.flirble.org>
22881              
22882              Also fixes bug ID 20001002.005.
22883      Branch: perl
22884            ! t/lib/encode.t
22885 ____________________________________________________________________________
22886 [  7124] By: jhi                                   on 2000/10/03  00:34:59
22887         Log: Subject: [PATCH 5.7.0] Epoc update
22888              From: Olaf Flebbe <o.flebbe@gmx.de>
22889              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
22890              Message-ID: <26423.969484586@www10.gmx.net>
22891      Branch: perl
22892            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
22893            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
22894            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
22895            ! util.c util.h
22896 ____________________________________________________________________________
22897 [  7123] By: jhi                                   on 2000/10/03  00:30:07
22898         Log: Regen headers.
22899      Branch: perl
22900            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
22901 ____________________________________________________________________________
22902 [  7122] By: jhi                                   on 2000/10/03  00:10:48
22903         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
22904      Branch: perl
22905            ! hints/openbsd.sh
22906 ____________________________________________________________________________
22907 [  7121] By: jhi                                   on 2000/10/03  00:05:06
22908         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
22909              From: <abigail@foad.org>
22910              Date: Tue, 26 Sep 2000 13:36:14 -0400
22911              Message-ID: <20000926173614.4356.qmail@foad.org>
22912      Branch: perl
22913            ! pod/perlop.pod
22914 ____________________________________________________________________________
22915 [  7120] By: jhi                                   on 2000/10/03  00:04:00
22916         Log: Inside require() $^S was always left undefined.
22917              
22918              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
22919              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22920              Date: Wed, 27 Sep 2000 18:54:49 -0400
22921              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
22922      Branch: perl
22923            ! cop.h mg.c pp_ctl.c util.c
22924 ____________________________________________________________________________
22925 [  7119] By: jhi                                   on 2000/10/03  00:00:16
22926         Log: Subject: [PATCH] DLL not restartabke with threaded perl
22927              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
22928              Date: Thu, 28 Sep 2000 09:20:46 +0100
22929              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
22930      Branch: perl
22931            ! perl.c
22932 ____________________________________________________________________________
22933 [  7118] By: jhi                                   on 2000/10/02  23:59:20
22934         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
22935              From: Nicholas Clark <nick@ccl4.org>
22936              Date: Thu, 28 Sep 2000 11:52:24 +0100
22937              Message-ID: <20000928115224.D7924@plum.flirble.org>
22938      Branch: perl
22939            ! op.c
22940 ____________________________________________________________________________
22941 [  7117] By: jhi                                   on 2000/10/02  23:57:51
22942         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
22943              From: Nicholas Clark <nick@babyhippo.co.uk>
22944              Date: Thu, 28 Sep 2000 12:18:10 +0100
22945              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
22946              
22947              Did not apply cleanly, manual intervention was needed.
22948      Branch: perl
22949            ! ext/B/B/Bytecode.pm utils/perlcc.PL
22950 ____________________________________________________________________________
22951 [  7116] By: jhi                                   on 2000/10/02  23:50:40
22952         Log: Document the issue (is not a syntax error, kind of)
22953              
22954              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
22955              From: Nicholas Clark <nick@ccl4.org>
22956              Date: Thu, 28 Sep 2000 17:12:42 +0100
22957              Message-ID: <20000928171242.K7924@plum.flirble.org>
22958      Branch: perl
22959            ! pod/perldata.pod
22960 ____________________________________________________________________________
22961 [  7115] By: jhi                                   on 2000/10/02  23:48:58
22962         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
22963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22964              Date: Thu, 28 Sep 2000 21:55:31 -0400
22965              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
22966      Branch: perl
22967            ! regexec.c
22968 ____________________________________________________________________________
22969 [  7114] By: jhi                                   on 2000/10/02  23:47:57
22970         Log: Subject: DOC PATCH 5.6.0
22971              From: mjd@plover.com
22972              Date: 30 Sep 2000 06:02:34 -0000
22973              Message-ID: <20000930060234.4559.qmail@plover.com>
22974      Branch: perl
22975            ! pod/perldebguts.pod
22976 ____________________________________________________________________________
22977 [  7113] By: jhi                                   on 2000/10/02  23:46:43
22978         Log: SOCK_DGRAM and listen() do not mix as reported in
22979              
22980              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
22981              From: Petter Reinholdtsen <pere@hungry.com>
22982              Date: Sun, 1 Oct 2000 10:57:20 +0800
22983              Message-Id: <200010010257.KAA05735@localhost.localdomain>
22984              
22985              The patch for 5.7.0+ had to be reengineered, though.
22986      Branch: perl
22987            ! ext/IO/lib/IO/Socket/UNIX.pm
22988 ____________________________________________________________________________
22989 [  7112] By: jhi                                   on 2000/10/02  23:36:57
22990         Log: Subject: Re: [PATCH 5.005_64 missed]
22991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22992              Date: Sun, 1 Oct 2000 18:50:10 -0400
22993              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
22994      Branch: perl
22995            ! pod/perlxs.pod
22996 ____________________________________________________________________________
22997 [  7111] By: jhi                                   on 2000/10/02  23:35:40
22998         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
22999              From: Radu Greab <radu@netsoft.ro>
23000              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
23001              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
23002      Branch: perl
23003            ! op.c opcode.pl t/op/substr.t
23004 ____________________________________________________________________________
23005 [  7110] By: jhi                                   on 2000/10/02  23:32:38
23006         Log: Subject: [PATCH] Fix aliasing of tied filehandles
23007              From: Daniel Chetlin <daniel@chetlin.com>
23008              Date: Mon, 2 Oct 2000 14:53:27 -0700
23009              Message-ID: <20001002145327.C1617@ilmd>
23010      Branch: perl
23011            ! perl.h pp_hot.c t/op/tiehandle.t
23012 ____________________________________________________________________________
23013 [  7109] By: jhi                                   on 2000/10/02  23:31:30
23014         Log: s/Robin Parker/Robin Barker/
23015      Branch: perl
23016            ! Changes5.6
23017 ____________________________________________________________________________
23018 [  7108] By: jhi                                   on 2000/10/02  23:15:46
23019         Log: Retract #7091 as suggested in
23020              
23021              From: Robin Barker <rmb1@cise.npl.co.uk> 
23022              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
23023              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
23024              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
23025      Branch: perl
23026            ! embed.pl proto.h
23027 ____________________________________________________________________________
23028 [  7107] By: nick                                  on 2000/10/02  18:23:14
23029         Log: A few tweaks to get Tk803 to work with Encode scheme.
23030      Branch: perl
23031            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
23032 ____________________________________________________________________________
23033 [  7106] By: nick                                  on 2000/10/01  21:34:14
23034         Log: Add checking cases to Encode's toUnicode and fromUnicode.
23035      Branch: perl
23036            ! ext/Encode/Encode.pm
23037 ____________________________________________________________________________
23038 [  7105] By: nick                                  on 2000/10/01  17:18:01
23039         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
23040              To read and use them.
23041              Add a lib/encode.t which checks a few things.
23042      Branch: perl
23043            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
23044            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
23045            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
23046            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
23047            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
23048            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
23049            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
23050            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
23051            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
23052            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
23053            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
23054            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
23055            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
23056            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
23057            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
23058            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
23059            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
23060            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
23061            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
23062            + ext/Encode/Encode/iso2022-jp.enc
23063            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
23064            + ext/Encode/Encode/iso8859-1.enc
23065            + ext/Encode/Encode/iso8859-2.enc
23066            + ext/Encode/Encode/iso8859-3.enc
23067            + ext/Encode/Encode/iso8859-4.enc
23068            + ext/Encode/Encode/iso8859-5.enc
23069            + ext/Encode/Encode/iso8859-6.enc
23070            + ext/Encode/Encode/iso8859-7.enc
23071            + ext/Encode/Encode/iso8859-8.enc
23072            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
23073            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
23074            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
23075            + ext/Encode/Encode/macCentEuro.enc
23076            + ext/Encode/Encode/macCroatian.enc
23077            + ext/Encode/Encode/macCyrillic.enc
23078            + ext/Encode/Encode/macDingbats.enc
23079            + ext/Encode/Encode/macGreek.enc
23080            + ext/Encode/Encode/macIceland.enc
23081            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
23082            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
23083            + ext/Encode/Encode/macTurkish.enc
23084            + ext/Encode/Encode/macUkraine.enc
23085            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
23086            + t/lib/encode.t
23087            ! MANIFEST ext/Encode/Encode.pm
23088 ____________________________________________________________________________
23089 [  7104] By: nick                                  on 2000/09/30  13:04:30
23090         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
23091              From: Daniel Chetlin <daniel@chetlin.com>
23092              Date: Mon, 18 Sep 2000 05:05:40 -0700
23093              Message-Id: <20000918050540.C652@ilmd>
23094      Branch: perl
23095            ! lib/overload.pm sv.c t/pragma/overload.t
23096 ____________________________________________________________________________
23097 [  7103] By: nick                                  on 2000/09/30  12:53:36
23098         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
23099              From: Johan Vromans <jvromans@squirrel.nl>
23100              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
23101              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
23102      Branch: perl
23103            ! pod/Makefile.SH
23104 ____________________________________________________________________________
23105 [  7102] By: nick                                  on 2000/09/30  12:52:31
23106         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
23107              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23108              Date: Sat, 16 Sep 2000 16:36:45 -0400
23109              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
23110      Branch: perl
23111            ! ext/B/B/Deparse.pm
23112 ____________________________________________________________________________
23113 [  7101] By: nick                                  on 2000/09/30  12:51:41
23114         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
23115              From: Craig A. Berry <craig.berry@psinetcs.com>
23116              Date: Sat, 16 Sep 2000 10:11:10 -0500
23117              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
23118      Branch: perl
23119            ! vms/vms.c
23120 ____________________________________________________________________________
23121 [  7100] By: nick                                  on 2000/09/30  12:50:33
23122         Log: Subject: Re: unicode support and perl [ID 20000901.097]
23123              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23124              Date: Fri, 15 Sep 2000 16:37:58 -0400
23125              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
23126      Branch: perl
23127            ! t/op/append.t
23128 ____________________________________________________________________________
23129 [  7099] By: nick                                  on 2000/09/30  12:49:35
23130         Log: Subject: Re: unicode support and perl [ID 20000901.097]
23131              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23132              Date: Fri, 15 Sep 2000 16:25:30 -0400
23133              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
23134      Branch: perl
23135            ! pp_hot.c
23136 ____________________________________________________________________________
23137 [  7098] By: nick                                  on 2000/09/30  12:48:00
23138         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
23139              From: Gisle Aas <gisle@ActiveState.com>
23140              Date: 15 Sep 2000 16:23:41 +0200
23141              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
23142      Branch: perl
23143            ! toke.c
23144 ____________________________________________________________________________
23145 [  7097] By: nick                                  on 2000/09/30  12:45:16
23146         Log: Subject: [PATCH] Nits in perlmod.pod
23147              From: Daniel Chetlin <daniel@chetlin.com>
23148              Date: Fri, 15 Sep 2000 02:04:09 -0700
23149              Message-Id: <20000915020409.A2104@ilmd>
23150      Branch: perl
23151            ! pod/perlmod.pod
23152 ____________________________________________________________________________
23153 [  7096] By: nick                                  on 2000/09/30  12:18:00
23154         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
23155              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
23156              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
23157              0 to checking to get the warning.
23158      Branch: perl
23159            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
23160            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
23161            ! regexec.c sv.c toke.c utf8.c
23162 ____________________________________________________________________________
23163 [  7095] By: nick                                  on 2000/09/15  16:55:59
23164         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
23165              
23166              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
23167              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23168              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
23169              Date: Fri, 15 Sep 2000 06:37:30 -0400
23170      Branch: perl
23171            ! ext/Encode/Encode.xs sv.c
23172 ____________________________________________________________________________
23173 [  7094] By: jhi                                   on 2000/09/15  03:23:32
23174         Log: Update Changes.
23175      Branch: perl
23176            ! Changes patchlevel.h
23177 ____________________________________________________________________________
23178 [  7093] By: jhi                                   on 2000/09/15  03:11:44
23179         Log: Fix for the charnames.t failures from Spider Boardman.
23180      Branch: perl
23181            ! toke.c
23182 ____________________________________________________________________________
23183 [  7092] By: jhi                                   on 2000/09/15  00:15:48
23184         Log: Botched the #7090 check-in.
23185      Branch: perl
23186            ! sv.c
23187 ____________________________________________________________________________
23188 [  7091] By: jhi                                   on 2000/09/14  23:33:24
23189         Log: Part of #7081 didn't come through.
23190      Branch: perl
23191            ! embed.pl proto.h
23192 ____________________________________________________________________________
23193 [  7090] By: jhi                                   on 2000/09/14  23:17:39
23194         Log: Subject: Re: perl@7078 
23195              From: Spider Boardman <spider@web.zk3.dec.com>
23196              Date: Thu, 14 Sep 2000 19:06:36 -0400
23197              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
23198      Branch: perl
23199            ! sv.c toke.c
23200 ____________________________________________________________________________
23201 [  7089] By: jhi                                   on 2000/09/14  23:11:21
23202         Log: Small portability tweaks.
23203      Branch: perl
23204            ! ext/Encode/Encode.xs
23205 ____________________________________________________________________________
23206 [  7088] By: jhi                                   on 2000/09/14  22:57:23
23207         Log: Fake return to pacify picky compilers.
23208      Branch: perl
23209            ! ext/Encode/Encode.xs
23210 ____________________________________________________________________________
23211 [  7087] By: jhi                                   on 2000/09/14  22:53:37
23212         Log: Subject: [PATCH] utf8.c apidoc
23213              From: Simon Cozens <simon@cozens.net>
23214              Date: Thu, 14 Sep 2000 23:46:57 +0100
23215              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
23216      Branch: perl
23217            ! perlapi.c pod/perlapi.pod utf8.c
23218 ____________________________________________________________________________
23219 [  7086] By: jhi                                   on 2000/09/14  22:40:38
23220         Log: We don't need to count the high bit bytes, a boolean is enough. 
23221      Branch: perl
23222            ! sv.c
23223 ____________________________________________________________________________
23224 [  7085] By: jhi                                   on 2000/09/14  21:20:09
23225         Log: Replace #7084 with
23226              
23227              Subject: Re: perl@7078 
23228              From: Spider Boardman <spider@web.zk3.dec.com>
23229              Date: Thu, 14 Sep 2000 17:09:36 -0400
23230              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
23231      Branch: perl
23232            ! sv.c utf8.c
23233 ____________________________________________________________________________
23234 [  7084] By: jhi                                   on 2000/09/14  20:03:34
23235         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
23236              convertable to bytes by checking it doesn't go above 0xc3
23237              
23238              Subject: Re: perl@7078
23239              From: Simon Cozens <simon@cozens.net>
23240              Date: Thu, 14 Sep 2000 20:59:19 +0100
23241              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
23242      Branch: perl
23243            ! utf8.c
23244 ____________________________________________________________________________
23245 [  7083] By: jhi                                   on 2000/09/14  19:38:47
23246         Log: Subject: Re: perl@7078
23247              From: Simon Cozens <simon@cozens.net>
23248              Date: Thu, 14 Sep 2000 20:13:09 +0100
23249              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
23250      Branch: perl
23251            ! t/op/bop.t
23252 ____________________________________________________________________________
23253 [  7082] By: jhi                                   on 2000/09/14  17:50:44
23254         Log: The one that got away.
23255      Branch: perl
23256            ! lib/File/Find.pm
23257 ____________________________________________________________________________
23258 [  7081] By: jhi                                   on 2000/09/14  17:45:35
23259         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
23260              From: Robin Barker <rmb1@cise.npl.co.uk>
23261              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
23262              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
23263      Branch: perl
23264            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
23265            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
23266            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
23267            ! regcomp.c toke.c universal.c
23268 ____________________________________________________________________________
23269 [  7080] By: jhi                                   on 2000/09/14  17:40:35
23270         Log: Problems picked up by AIX cc.
23271              
23272              Subject: Re: perl@7078 (patch included)
23273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23274              Date: Thu, 14 Sep 2000 18:53:30 +0200
23275              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
23276      Branch: perl
23277            ! ext/Encode/Encode.xs
23278 ____________________________________________________________________________
23279 [  7079] By: jhi                                   on 2000/09/14  17:38:27
23280         Log: Subject: File::Find 5.7.0 POD nits
23281              From: Rich Morin <rdm@cfcl.com>
23282              Date: Wed, 13 Sep 2000 22:03:58 -0700
23283              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
23284      Branch: perl
23285            ! lib/File/Find.pm
23286 ____________________________________________________________________________
23287 [  7078] By: jhi                                   on 2000/09/14  14:58:20
23288         Log: Update Changes.
23289      Branch: perl
23290            ! Changes patchlevel.h
23291 ____________________________________________________________________________
23292 [  7077] By: jhi                                   on 2000/09/14  14:55:54
23293         Log: Compilation warnings and an error.
23294      Branch: perl
23295            ! sv.c
23296 ____________________________________________________________________________
23297 [  7076] By: jhi                                   on 2000/09/14  14:42:56
23298         Log: Fix for a parsing bug, not for the original bug.
23299              
23300              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
23301              From: Spider Boardman <spider@web.zk3.dec.com>
23302              Date: Wed, 13 Sep 2000 17:52:20 -0400
23303              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
23304      Branch: perl
23305            ! regcomp.c
23306 ____________________________________________________________________________
23307 [  7075] By: jhi                                   on 2000/09/14  14:40:40
23308         Log: Batch of UTF-8 patches from Simon Cozens.
23309      Branch: perl
23310            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
23311            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
23312            ! toke.c utf8.c
23313 ____________________________________________________________________________
23314 [  7074] By: jhi                                   on 2000/09/14  14:29:58
23315         Log: Subject: Re: Two advertising clauses need to be removed
23316              From: Russ Allbery <rra@stanford.edu>
23317              Date: 13 Sep 2000 18:50:26 -0700
23318              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
23319      Branch: perl
23320            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
23321 ____________________________________________________________________________
23322 [  7073] By: jhi                                   on 2000/09/14  14:28:20
23323         Log: Subject: [PATCH] de-wall t/README
23324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23325              Date: Wed, 13 Sep 2000 17:46:55 -0700
23326              Message-ID: <//Bw5gzkge/e092yn@efn.org>
23327      Branch: perl
23328            ! t/README
23329 ____________________________________________________________________________
23330 [  7072] By: jhi                                   on 2000/09/14  14:25:10
23331         Log: Hints optimization.
23332              
23333              Subject: Minor nit
23334              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23335              Date: Wed, 13 Sep 2000 21:42:07 +0200
23336              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
23337      Branch: perl
23338            ! hints/hpux.sh
23339 ____________________________________________________________________________
23340 [  7071] By: jhi                                   on 2000/09/14  14:23:30
23341         Log: Allow chop() and chomp() to be overridden.
23342              
23343              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
23344              From: "Casey R. Tweten" <crt@kiski.net>
23345              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
23346              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
23347      Branch: perl
23348            ! toke.c
23349 ____________________________________________________________________________
23350 [  7070] By: jhi                                   on 2000/09/14  14:20:36
23351         Log: The return value of setlocale must be copied away.
23352              
23353              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
23354              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23355              Date: Wed, 13 Sep 2000 16:27:37 +0100 
23356              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
23357      Branch: perl
23358            ! util.c
23359 ____________________________________________________________________________
23360 [  7069] By: jhi                                   on 2000/09/14  14:16:27
23361         Log: Remove vestiges of tr//CU.
23362              
23363              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23364              From: Nick Clark <nick@plum.flirble.org>
23365              Date: Tue, 12 Sep 2000 22:50:14 +0100
23366              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
23367              
23368              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23369              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
23370              Date: Tue, 12 Sep 2000 21:38:48 -0700
23371              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
23372      Branch: perl
23373            ! op.h pod/perlunicode.pod
23374 ____________________________________________________________________________
23375 [  7068] By: jhi                                   on 2000/09/13  14:18:39
23376         Log: Add the Encode extension.  The code is still largely just skeleton.
23377      Branch: perl
23378            + ext/Encode/Encode.pm ext/Encode/Encode.xs
23379            + ext/Encode/Makefile.PL ext/Encode/Todo
23380            ! MANIFEST Todo-5.6
23381 ____________________________________________________________________________
23382 [  7067] By: jhi                                   on 2000/09/12  17:43:33
23383         Log: Allow for whitespace between "#" and "line" in cpp output.
23384              
23385              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
23386              From: Calle Dybedahl <calle@lysator.liu.se>
23387              Date: 12 Sep 2000 19:38:02 +0200 
23388              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
23389      Branch: perl
23390            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
23391 ____________________________________________________________________________
23392 [  7066] By: gsar                                  on 2000/09/12  17:24:29
23393         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
23394              initialization in all the threads on Windows
23395      Branch: perl
23396            ! win32/win32.c
23397 ____________________________________________________________________________
23398 [  7065] By: jhi                                   on 2000/09/12  15:11:31
23399         Log: Update Changes.
23400      Branch: perl
23401            ! Changes patchlevel.h
23402 ____________________________________________________________________________
23403 [  7064] By: jhi                                   on 2000/09/12  14:54:54
23404         Log: Retract #7062, the pod tests are not ready.
23405      Branch: perl
23406            ! t/TEST t/harness
23407 ____________________________________________________________________________
23408 [  7063] By: jhi                                   on 2000/09/12  14:25:41
23409         Log: The #7054 truncated Configure badly.
23410      Branch: metaconfig/U/perl
23411            ! End.U
23412      Branch: perl
23413            ! Configure config_h.SH
23414 ____________________________________________________________________________
23415 [  7062] By: jhi                                   on 2000/09/12  14:08:32
23416         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
23417              From: sthoenna@efn.org
23418              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
23419              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
23420      Branch: perl
23421            ! t/TEST t/harness
23422 ____________________________________________________________________________
23423 [  7061] By: jhi                                   on 2000/09/12  14:07:18
23424         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23425              From: sthoenna@efn.org
23426              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
23427              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
23428      Branch: perl
23429            ! pod/perlxs.pod
23430 ____________________________________________________________________________
23431 [  7060] By: jhi                                   on 2000/09/12  14:06:08
23432         Log: Break up the myconfig lines a bit.
23433              
23434              Subject: perlbug/perl -V output format
23435              From: sthoenna@efn.org
23436              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
23437              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
23438      Branch: perl
23439            ! myconfig.SH
23440 ____________________________________________________________________________
23441 [  7059] By: jhi                                   on 2000/09/12  14:05:04
23442         Log: Test for the #7049.
23443              
23444              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
23445              From: andreas.koenig@anima.de (Andreas J. Koenig)
23446              Date: 12 Sep 2000 06:42:01 +0200
23447              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
23448      Branch: perl
23449            ! t/op/my.t
23450 ____________________________________________________________________________
23451 [  7058] By: jhi                                   on 2000/09/12  14:03:05
23452         Log: Subject: [patch: perl@7045] vms updates
23453              From: Peter Prymmer <pvhp@forte.com>
23454              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
23455              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
23456      Branch: perl
23457            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
23458 ____________________________________________________________________________
23459 [  7057] By: jhi                                   on 2000/09/12  14:00:51
23460         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23461              From: sthoenna@efn.org
23462              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
23463              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
23464      Branch: perl
23465            ! t/op/64bitint.t
23466 ____________________________________________________________________________
23467 [  7056] By: jhi                                   on 2000/09/12  13:58:14
23468         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23469              From: Jeff Pinyan <jeffp@crusoe.net>
23470              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
23471              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
23472      Branch: perl
23473            ! pod/perlfunc.pod
23474 ____________________________________________________________________________
23475 [  7055] By: jhi                                   on 2000/09/12  13:56:32
23476         Log: Do in VMS as the #7054 does.
23477      Branch: perl
23478            ! configure.com
23479 ____________________________________________________________________________
23480 [  7054] By: jhi                                   on 2000/09/12  13:50:31
23481         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23482              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
23483              Date: Mon, 11 Sep 2000 08:33:09 +0100
23484              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
23485      Branch: metaconfig/U/perl
23486            ! End.U
23487      Branch: perl
23488            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
23489            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
23490 ____________________________________________________________________________
23491 [  7053] By: jhi                                   on 2000/09/12  13:29:19
23492         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23493              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23494              Date:     Tue, 12 Sep 2000 08:35:59 EDT
23495              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
23496      Branch: perl
23497            ! vms/test.com
23498 ____________________________________________________________________________
23499 [  7052] By: jhi                                   on 2000/09/11  23:01:50
23500         Log: Document the SvUTF8*().
23501      Branch: perl
23502            ! pod/perlapi.pod sv.h
23503 ____________________________________________________________________________
23504 [  7051] By: gsar                                  on 2000/09/11  14:46:30
23505         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
23506              (missed a spot when fixing up op_pmreplroot hack for ithreads)
23507      Branch: perl
23508            ! op.c t/op/split.t
23509 ____________________________________________________________________________
23510 [  7050] By: nick                                  on 2000/09/11  10:03:51
23511         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23512              
23513              Subject: borland C++ win32.c tweak
23514              From: Vadim Konovalov <vkonovalov@lucent.com>
23515              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
23516              Date: Mon, 11 Sep 2000 11:22:33 +0400
23517      Branch: perl
23518            ! win32/win32.c
23519 ____________________________________________________________________________
23520 [  7049] By: nick                                  on 2000/09/11  09:57:33
23521         Log: Point fix for s/// on foreach (keys %xxx).
23522      Branch: perl
23523            ! pp_hot.c
23524 ____________________________________________________________________________
23525 [  7048] By: jhi                                   on 2000/09/10  23:37:09
23526         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
23527              by Pod::Text, from Brad Appleton.
23528      Branch: perl
23529            ! t/pod/testp2pt.pl
23530 ____________________________________________________________________________
23531 [  7047] By: jhi                                   on 2000/09/10  14:32:53
23532         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23533              by Russ Allbery.
23534      Branch: perl
23535            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
23536 ____________________________________________________________________________
23537 [  7046] By: jhi                                   on 2000/09/10  14:15:08
23538         Log: Upgrade to CPAN 1.57_65, from Andreas König.
23539      Branch: perl
23540            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23541 ____________________________________________________________________________
23542 [  7045] By: jhi                                   on 2000/09/08  21:36:32
23543         Log: Update Changes.
23544      Branch: perl
23545            ! Changes patchlevel.h
23546 ____________________________________________________________________________
23547 [  7044] By: jhi                                   on 2000/09/08  21:29:56
23548         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23549              From: Peter Prymmer <pvhp@forte.com>
23550              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
23551              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
23552      Branch: perl
23553            ! configure.com
23554 ____________________________________________________________________________
23555 [  7043] By: jhi                                   on 2000/09/08  21:27:50
23556         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23557              From: Peter Prymmer <pvhp@forte.com>
23558              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
23559              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
23560      Branch: perl
23561            ! Makefile.SH installperl
23562 ____________________________________________________________________________
23563 [  7042] By: jhi                                   on 2000/09/08  21:23:21
23564         Log: Continue #7041.
23565      Branch: perl
23566            ! cygwin/Makefile.SHs os2/Makefile.SHs
23567 ____________________________________________________________________________
23568 [  7041] By: jhi                                   on 2000/09/08  21:18:10
23569         Log: Do away with memory models cruft.  Sorry, PDP users.
23570      Branch: metaconfig
23571            ! U/modified/cc.U U/modified/libpth.U
23572      Branch: perl
23573            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
23574            ! Porting/config_H cflags.SH config_h.SH configure.com
23575            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
23576            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
23577            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
23578 ____________________________________________________________________________
23579 [  7040] By: jhi                                   on 2000/09/08  14:34:18
23580         Log: Major rewrite of s2p.  And I mean really major, it is
23581              an implementation of sed in perl.  If called as s2p it
23582              will function as s2p.  Note: needs non-UNIXifying.
23583              
23584              Subject: s2p
23585              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23586              Date: Mon, 28 Aug 2000 14:05:12 +0200
23587              Message-ID: <39AA5578.2102E2AA@alcatel.at>
23588      Branch: perl
23589            ! x2p/s2p.PL
23590 ____________________________________________________________________________
23591 [  7039] By: jhi                                   on 2000/09/08  14:19:49
23592         Log: Re-allow vec() for characters > 255.
23593              
23594              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
23595              From: Spider Boardman <spider@web.zk3.dec.com>
23596              Date: Fri, 08 Sep 2000 02:21:02 -0400
23597              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
23598      Branch: perl
23599            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
23600            ! t/op/vec.t
23601 ____________________________________________________________________________
23602 [  7038] By: jhi                                   on 2000/09/08  14:14:18
23603         Log: Subject: [PATCH lib/Benchmark.pm]
23604              From: <abigail@foad.org>
23605              Date: Thu, 7 Sep 2000 15:03:20 -0400
23606              Message-ID: <20000907190320.888.qmail@foad.org>
23607      Branch: perl
23608            ! lib/Benchmark.pm
23609 ____________________________________________________________________________
23610 [  7037] By: jhi                                   on 2000/09/08  14:11:06
23611         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
23612              
23613              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
23614              From: Spider Boardman <spider@web.zk3.dec.com>
23615              Date: Fri, 08 Sep 2000 01:30:27 -0400
23616              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
23617      Branch: perl
23618            ! op.c
23619 ____________________________________________________________________________
23620 [  7036] By: jhi                                   on 2000/09/08  14:08:58
23621         Log: Subject: [ID 20000908.002] perlipc documentation bug.
23622              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
23623              Date: Fri, 08 Sep 2000 12:38:32 +0200
23624              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
23625      Branch: perl
23626            ! pod/perlipc.pod
23627 ____________________________________________________________________________
23628 [  7035] By: jhi                                   on 2000/09/08  14:03:12
23629         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23630              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23631              Date: Fri, 08 Sep 2000 11:47:34 +0200
23632              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
23633      Branch: perl
23634            ! hints/dec_osf.sh
23635 ____________________________________________________________________________
23636 [  7034] By: jhi                                   on 2000/09/08  13:59:35
23637         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
23638              From: Simon Cozens <simon@cozens.net>
23639              Date: Thu, 7 Sep 2000 20:40:38 +0100
23640              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
23641      Branch: perl
23642            ! pp_hot.c
23643 ____________________________________________________________________________
23644 [  7033] By: jhi                                   on 2000/09/08  04:03:03
23645         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
23646              From: "Larry W. Virden" <lvirden@cas.org>
23647              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
23648              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
23649      Branch: perl
23650            ! pod/perldiag.pod
23651 ____________________________________________________________________________
23652 [  7032] By: jhi                                   on 2000/09/07  22:18:30
23653         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23654              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
23655              Date: Mon, 04 Sep 2000 13:16:38 -0700
23656              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
23657      Branch: perl
23658            ! lib/perl5db.pl
23659 ____________________________________________________________________________
23660 [  7031] By: jhi                                   on 2000/09/07  22:02:29
23661         Log: Fix the ccversion detection for 5.1 and beyond.
23662              
23663              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23664              From: Spider Boardman <spider@leggy.zk3.dec.com>
23665              Date: Thu, 7 Sep 2000 17:54:27 -0400
23666              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
23667      Branch: perl
23668            ! hints/dec_osf.sh
23669 ____________________________________________________________________________
23670 [  7030] By: jhi                                   on 2000/09/07  19:12:28
23671         Log: Fix for
23672              
23673              Subject: [ID 20000903.001] \w in utf8-strings
23674              From: Marc Lehmann <pcg@goof.com>
23675              Date: Sun, 03 Sep 2000 09:44:29 +0200
23676              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
23677              
23678              and various related nits.
23679      Branch: perl
23680            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
23681 ____________________________________________________________________________
23682 [  7029] By: jhi                                   on 2000/09/07  18:49:09
23683         Log: Fix the URL, but the server is still missing in action.
23684              
23685              Subject: [ID 20000905.002] perlfaq1.pod URL error
23686              From: "Larry W. Virden" <lvirden@cas.org>
23687              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
23688              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
23689      Branch: perl
23690            ! pod/perlfaq1.pod
23691 ____________________________________________________________________________
23692 [  7028] By: jhi                                   on 2000/09/07  18:47:13
23693         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
23694              From: Hugo <hv@crypt.compulink.co.uk>
23695              Date: Tue, 05 Sep 2000 14:13:37 +0100
23696              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
23697      Branch: perl
23698            ! toke.c
23699 ____________________________________________________________________________
23700 [  7027] By: jhi                                   on 2000/09/07  18:45:35
23701         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
23702              From: Daniel Chetlin <daniel@chetlin.com>
23703              Date: Tue, 5 Sep 2000 04:57:07 -0700
23704              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
23705      Branch: perl
23706            ! pod/perlfaq6.pod pod/perlop.pod
23707 ____________________________________________________________________________
23708 [  7026] By: jhi                                   on 2000/09/07  18:44:01
23709         Log: Document the new ref() semantics.
23710              
23711              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23712              From: Gisle Aas <gisle@ActiveState.com>
23713              Date: 05 Sep 2000 08:10:30 +0200
23714              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
23715      Branch: perl
23716            ! pod/perldelta.pod
23717 ____________________________________________________________________________
23718 [  7025] By: jhi                                   on 2000/09/07  18:42:27
23719         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
23720              
23721              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23722              From: Gisle Aas <gisle@ActiveState.com>
23723              Date: 05 Sep 2000 08:11:40 +0200
23724              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
23725      Branch: perl
23726            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
23727 ____________________________________________________________________________
23728 [  7024] By: jhi                                   on 2000/09/07  18:39:32
23729         Log: Subject: [PATCH] Modernize Opcode.pm documentation
23730              From: Gisle Aas <gisle@ActiveState.com>
23731              Date: 4 Sep 2000 00:18:55 -0000
23732              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
23733      Branch: perl
23734            ! ext/Opcode/Opcode.pm
23735 ____________________________________________________________________________
23736 [  7023] By: jhi                                   on 2000/09/07  18:37:42
23737         Log: Subject: [PATCH] Tied filehandle documentation
23738              From: Gisle Aas <gisle@ActiveState.com>
23739              Date: 4 Sep 2000 00:14:40 -0000
23740              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
23741      Branch: perl
23742            ! pod/perlfunc.pod pod/perltie.pod
23743 ____________________________________________________________________________
23744 [  7022] By: jhi                                   on 2000/09/07  18:35:37
23745         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
23746              From: Gisle Aas <gisle@ActiveState.com>
23747              Date: 4 Sep 2000 00:04:22 -0000
23748              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
23749      Branch: perl
23750            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
23751 ____________________________________________________________________________
23752 [  7021] By: jhi                                   on 2000/09/07  18:33:22
23753         Log: Subject: small apidoc fix
23754              From: Marc Lehmann <pcg@goof.com>
23755              Date: Sun, 3 Sep 2000 05:12:06 +0200
23756              Message-ID: <20000903051206.A5909@cerebro.laendle>
23757      Branch: perl
23758            ! pod/perlapi.pod utf8.c
23759 ____________________________________________________________________________
23760 [  7020] By: jhi                                   on 2000/09/07  16:14:57
23761         Log: Tiny perldelta nits.
23762      Branch: perl
23763            ! pod/perldelta.pod
23764 ____________________________________________________________________________
23765 [  7019] By: jhi                                   on 2000/09/07  16:04:20
23766         Log: Guard against bad string->int conversion for quads.
23767      Branch: perl
23768            ! t/op/64bitint.t
23769 ____________________________________________________________________________
23770 [  7018] By: jhi                                   on 2000/09/06  17:07:03
23771         Log: Update Unicode todo list.
23772      Branch: perl
23773            ! Todo-5.6
23774 ____________________________________________________________________________
23775 [  7017] By: jhi                                   on 2000/09/05  21:16:01
23776         Log: Document the SvIOK_.*UV().
23777      Branch: perl
23778            ! pod/perlapi.pod sv.h
23779 ____________________________________________________________________________
23780 [  7016] By: nick                                  on 2000/09/03  21:54:46
23781         Log: Hash lookup of constant strings optimization:
23782              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
23783              to string table (as per sharepvn). Add newSV_pvn_share to create such
23784              a thing. Make hv.c compare addresses of strings and skip string compare
23785              if equal. Make method_named and helem ops use these shared-string SVs
23786              when arg is constant. Make keys op return shared-string SVs (less clearly
23787              a win).
23788      Branch: perl
23789            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
23790            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
23791            ! pod/perlintern.pod pp_hot.c proto.h sv.c
23792 ____________________________________________________________________________
23793 [  7015] By: jhi                                   on 2000/09/02  17:48:59
23794         Log: This is 5.7.0.
23795      Branch: perl
23796            ! Changes
23797 ____________________________________________________________________________
23798 [  7014] By: jhi                                   on 2000/09/02  17:35:45
23799         Log: Changes and patchlevel tweaks.
23800      Branch: perl
23801            ! Changes patchlevel.h
23802 ____________________________________________________________________________
23803 [  7013] By: jhi                                   on 2000/09/02  17:30:50
23804         Log: Update Changes.
23805      Branch: perl
23806            ! Changes patchlevel.h
23807 ____________________________________________________________________________
23808 [  7012] By: nick                                  on 2000/09/02  17:25:20
23809         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
23810      Branch: perl
23811            ! gv.c lib/overload.pm
23812 ____________________________________________________________________________
23813 [  7011] By: jhi                                   on 2000/09/02  17:16:25
23814         Log: Update perlhist.
23815      Branch: perl
23816            ! pod/perlhist.pod
23817 ____________________________________________________________________________
23818 [  7010] By: jhi                                   on 2000/09/02  17:01:35
23819         Log: perldelta nits.
23820      Branch: perl
23821            ! pod/perldelta.pod
23822 ____________________________________________________________________________
23823 [  7009] By: nick                                  on 2000/09/02  16:48:35
23824         Log: If overloaded %{} etc. return the object do not loop.
23825              Thus  sub deref { $_[0] } functions if object is wanted type.
23826      Branch: perl
23827            ! pp.h
23828 ____________________________________________________________________________
23829 [  7008] By: jhi                                   on 2000/09/02  16:26:11
23830         Log: Retab MANIFEST.
23831      Branch: perl
23832            ! ext/Storable/MANIFEST
23833 ____________________________________________________________________________
23834 [  7007] By: jhi                                   on 2000/09/02  16:23:02
23835         Log: Make certain cc is set before trying to run it.
23836      Branch: perl
23837            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
23838 ____________________________________________________________________________
23839 [  7006] By: jhi                                   on 2000/09/02  15:45:41
23840         Log: Unicode notes.
23841      Branch: perl
23842            ! pod/perldelta.pod
23843 ____________________________________________________________________________
23844 [  7005] By: jhi                                   on 2000/09/02  15:42:11
23845         Log: Various Configure nits by Philip Newton,
23846              plus the ebcdic one by me.
23847      Branch: metaconfig
23848            + U/modified/pager.U
23849            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
23850      Branch: metaconfig/U/perl
23851            ! Devel.U quadfio.U
23852      Branch: perl
23853            ! Configure config_h.SH
23854 ____________________________________________________________________________
23855 [  7004] By: jhi                                   on 2000/09/02  15:06:14
23856         Log: Apparently avoiding the swapping is too costly.
23857              
23858              From: "Ben Tilly" <ben_tilly@hotmail.com>
23859              Subject: Re: the door is closed.
23860              Date: Fri, 01 Sep 2000 20:23:16 EDT
23861              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
23862      Branch: perl
23863            ! pod/perlfaq4.pod
23864 ____________________________________________________________________________
23865 [  7003] By: nick                                  on 2000/09/02  12:26:04
23866         Log: Undo part of change 6489 which looks like a bulk edit which
23867              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
23868              The supressing of main:: on return from select() is undesirable.
23869      Branch: perl
23870            ! pp_sys.c
23871 ____________________________________________________________________________
23872 [  7002] By: jhi                                   on 2000/09/01  23:08:54
23873         Log: Update Changes.
23874      Branch: perl
23875            ! Changes patchlevel.h
23876 ____________________________________________________________________________
23877 [  7001] By: jhi                                   on 2000/09/01  23:00:13
23878         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
23879              From: Peter Prymmer <pvhp@forte.com>
23880              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
23881              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
23882              
23883              plus rework the http: spots as suggested by Tom Christiansen,
23884              plus regen perltoc.
23885      Branch: perl
23886            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
23887            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
23888 ____________________________________________________________________________
23889 [  7000] By: jhi                                   on 2000/09/01  22:36:01
23890         Log: Only the first line, thank you very much.
23891      Branch: perl
23892            ! hints/solaris_2.sh
23893 ____________________________________________________________________________
23894 [  6999] By: gsar                                  on 2000/09/01  22:16:40
23895         Log: change#6791 accidentally clobbered change#6710, put it back
23896      Branch: perl
23897            ! win32/win32.c
23898 ____________________________________________________________________________
23899 [  6998] By: jhi                                   on 2000/09/01  22:14:16
23900         Log: Mention the HP-UX LP64 freak failure.
23901      Branch: perl
23902            ! pod/perldelta.pod
23903 ____________________________________________________________________________
23904 [  6997] By: jhi                                   on 2000/09/01  21:48:32
23905         Log: Detypo.
23906      Branch: perl
23907            ! hints/hpux.sh
23908 ____________________________________________________________________________
23909 [  6996] By: jhi                                   on 2000/09/01  21:27:10
23910         Log: Update Changes.
23911      Branch: perl
23912            ! Changes patchlevel.h
23913 ____________________________________________________________________________
23914 [  6995] By: jhi                                   on 2000/09/01  21:14:24
23915         Log: Mi splgn s gnin.g
23916      Branch: perl
23917            ! pp_ctl.c
23918 ____________________________________________________________________________
23919 [  6994] By: jhi                                   on 2000/09/01  21:09:54
23920         Log: Subject: http:// in L<>
23921              From: Nicholas Clark <nick@ccl4.org>
23922              Date: Fri, 1 Sep 2000 22:03:21 +0100
23923              Message-ID: <20000901220321.B72074@plum.flirble.org>
23924      Branch: perl
23925            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
23926 ____________________________________________________________________________
23927 [  6993] By: jhi                                   on 2000/09/01  21:06:54
23928         Log: Update to Storable 1.0, from Raphael Manfredi.
23929      Branch: perl
23930            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
23931            ! ext/Storable/Makefile.PL ext/Storable/README
23932            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23933            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
23934            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
23935            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
23936            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
23937            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
23938 ____________________________________________________________________________
23939 [  6992] By: jhi                                   on 2000/09/01  20:43:05
23940         Log: Mention known sfio+linux buglet.
23941      Branch: perl
23942            ! pod/perldelta.pod
23943 ____________________________________________________________________________
23944 [  6991] By: jhi                                   on 2000/09/01  20:40:11
23945         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
23946              From: Peter Prymmer <pvhp@forte.com>
23947              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
23948              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
23949      Branch: perl
23950            ! vms/vms.c
23951 ____________________________________________________________________________
23952 [  6990] By: jhi                                   on 2000/09/01  20:25:26
23953         Log: Retract #6986.
23954      Branch: perl
23955            ! hints/solaris_2.sh
23956 ____________________________________________________________________________
23957 [  6989] By: jhi                                   on 2000/09/01  20:23:00
23958         Log: Mergesort is back.
23959      Branch: perl
23960            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
23961 ____________________________________________________________________________
23962 [  6988] By: jhi                                   on 2000/09/01  19:37:40
23963         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
23964              From: Mike Guy <mjtg@cam.ac.uk>
23965              Date: Fri, 01 Sep 2000 17:43:33 +0100
23966              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
23967      Branch: perl
23968            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
23969            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
23970 ____________________________________________________________________________
23971 [  6987] By: jhi                                   on 2000/09/01  19:17:10
23972         Log: Regen perltoc.
23973      Branch: perl
23974            ! pod/perltoc.pod
23975 ____________________________________________________________________________
23976 [  6986] By: jhi                                   on 2000/09/01  18:51:10
23977         Log: Subject: Re: Solaris x86 has no SPARC libraries!
23978              From: Lupe Christoph <lupe@lupe-christoph.de>
23979              Date: Fri, 1 Sep 2000 20:41:20 +0200
23980              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
23981      Branch: perl
23982            ! hints/solaris_2.sh
23983 ____________________________________________________________________________
23984 [  6985] By: jhi                                   on 2000/09/01  18:28:10
23985         Log: Update Changes.
23986      Branch: perl
23987            ! Changes patchlevel.h
23988 ____________________________________________________________________________
23989 [  6984] By: jhi                                   on 2000/09/01  18:26:53
23990         Log: Feature ordering tweak.
23991      Branch: perl
23992            ! myconfig.SH
23993 ____________________________________________________________________________
23994 [  6983] By: jhi                                   on 2000/09/01  18:19:50
23995         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23996              From: <abigail@foad.org>
23997              Date: Fri, 1 Sep 2000 13:07:32 -0400
23998              Message-ID: <20000901170732.18249.qmail@foad.org>
23999      Branch: perl
24000            ! t/pragma/overload.t
24001 ____________________________________________________________________________
24002 [  6982] By: jhi                                   on 2000/09/01  18:17:54
24003         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
24004              so that case-ignoring systems like DCL can tell them from
24005              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
24006      Branch: metaconfig/U/perl
24007            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
24008      Branch: perl
24009            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24010            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
24011            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
24012            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
24013            ! vos/config.def vos/config.h vos/config_h.SH_orig
24014            ! win32/config.bc win32/config.gc win32/config.vc
24015 ____________________________________________________________________________
24016 [  6981] By: nick                                  on 2000/09/01  17:21:57
24017         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
24018              warning when UNTIE exists and instead pass the cound of extra references to
24019              the UNTIE method.
24020      Branch: perl
24021            ! pod/perltie.pod pp_sys.c
24022 ____________________________________________________________________________
24023 [  6980] By: jhi                                   on 2000/09/01  16:54:44
24024         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
24025              From: Peter Prymmer <pvhp@forte.com>
24026              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
24027              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
24028      Branch: perl
24029            ! configure.com
24030 ____________________________________________________________________________
24031 [  6979] By: jhi                                   on 2000/09/01  16:06:20
24032         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
24033              From: Mike Guy <mjtg@cam.ac.uk> 
24034              Date: Fri, 01 Sep 2000 16:49:27 +0100
24035              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
24036      Branch: perl
24037            ! t/base/rs.t
24038 ____________________________________________________________________________
24039 [  6978] By: jhi                                   on 2000/09/01  16:00:42
24040         Log: Update to PodParser 1.18, from Brad Appleton.
24041      Branch: perl
24042            ! lib/Pod/Checker.pm t/pod/find.t
24043 ____________________________________________________________________________
24044 [  6977] By: jhi                                   on 2000/09/01  14:48:58
24045         Log: Subject: Nit in Configure (bleadperl@6961)
24046              From: Lupe Christoph <lupe@lupe-christoph.de>
24047              Date: Fri, 1 Sep 2000 16:34:29 +0200
24048              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
24049      Branch: metaconfig
24050            ! U/compline/ccflags.U
24051      Branch: perl
24052            ! Configure config_h.SH
24053 ____________________________________________________________________________
24054 [  6976] By: jhi                                   on 2000/09/01  14:39:52
24055         Log: Update Changes.
24056      Branch: perl
24057            ! Changes patchlevel.h
24058 ____________________________________________________________________________
24059 [  6975] By: jhi                                   on 2000/09/01  14:37:36
24060         Log: microperl config update.
24061      Branch: perl
24062            ! uconfig.h uconfig.sh
24063 ____________________________________________________________________________
24064 [  6974] By: jhi                                   on 2000/09/01  14:36:53
24065         Log: Document known deficiencies.
24066      Branch: perl
24067            ! pod/perldelta.pod
24068 ____________________________________________________________________________
24069 [  6973] By: jhi                                   on 2000/09/01  14:10:20
24070         Log: Mention warnings fixes and updates.
24071      Branch: perl
24072            ! pod/perldelta.pod
24073 ____________________________________________________________________________
24074 [  6972] By: jhi                                   on 2000/09/01  14:01:52
24075         Log: Drop unused argument.
24076              
24077              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
24078              From: Spider Boardman <spider@web.zk3.dec.com>
24079              Date: Thu, 31 Aug 2000 16:10:15 -0400
24080              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
24081      Branch: perl
24082            ! toke.c
24083 ____________________________________________________________________________
24084 [  6971] By: jhi                                   on 2000/09/01  13:59:24
24085         Log: Add the overload warnings to perldiag.
24086      Branch: perl
24087            ! lib/overload.pm pod/perldiag.pod
24088 ____________________________________________________________________________
24089 [  6970] By: jhi                                   on 2000/09/01  13:55:10
24090         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24091              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24092              Date: Fri, 1 Sep 2000 13:43:15 +0100 
24093              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
24094      Branch: perl
24095            ! lib/overload.pm t/pragma/overload.t
24096 ____________________________________________________________________________
24097 [  6969] By: jhi                                   on 2000/09/01  13:52:27
24098         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
24099              From: <abigail@foad.org>
24100              Date: Fri, 1 Sep 2000 05:46:54 -0400
24101              Message-ID: <20000901094654.6476.qmail@foad.org>
24102      Branch: perl
24103            ! lib/overload.pm
24104 ____________________________________________________________________________
24105 [  6968] By: jhi                                   on 2000/09/01  13:50:05
24106         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
24107              From: Daniel Chetlin <daniel@chetlin.com>
24108              Date: Fri, 1 Sep 2000 02:10:55 -0700
24109              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
24110      Branch: perl
24111            ! pod/perlretut.pod
24112 ____________________________________________________________________________
24113 [  6967] By: jhi                                   on 2000/09/01  13:47:54
24114         Log: Part of the solution.
24115              
24116              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
24117              From: Mike Guy <mjtg@cam.ac.uk>
24118              Date: Fri, 01 Sep 2000 14:16:01 +0100
24119              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
24120      Branch: perl
24121            ! gv.c mg.c
24122 ____________________________________________________________________________
24123 [  6966] By: jhi                                   on 2000/09/01  13:46:17
24124         Log: Subject: CPAN.pm beta 1.57_57 for the core
24125              From: andreas.koenig@anima.de (Andreas J. Koenig)
24126              Date: 01 Sep 2000 15:16:31 +0200
24127              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
24128      Branch: perl
24129            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
24130 ____________________________________________________________________________
24131 [  6965] By: jhi                                   on 2000/09/01  13:43:18
24132         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
24133              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24134              Date: Fri, 01 Sep 2000 01:47:22 -0500
24135              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
24136      Branch: perl
24137            ! pod/perldelta.pod vms/vms.c
24138 ____________________________________________________________________________
24139 [  6964] By: jhi                                   on 2000/09/01  13:35:35
24140         Log: File::Temp patches from Andreas König,
24141              
24142              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
24143              From: andreas.koenig@anima.de (Andreas J. Koenig)
24144              Date: 01 Sep 2000 10:07:20 +0200
24145              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
24146              
24147              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
24148              From: andreas.koenig@anima.de (Andreas J. Koenig)
24149              Date: 31 Aug 2000 23:26:08 +0200
24150              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
24151      Branch: perl
24152            ! lib/File/Temp.pm t/lib/ftmp-security.t
24153 ____________________________________________________________________________
24154 [  6963] By: jhi                                   on 2000/09/01  02:22:24
24155         Log: Retract the mergesort code, way too incompatible licensing
24156              and copyrights.
24157      Branch: perl
24158            ! pod/perldelta.pod pp_ctl.c
24159 ____________________________________________________________________________
24160 [  6962] By: jhi                                   on 2000/08/31  23:27:32
24161         Log: Update Changes.
24162      Branch: perl
24163            ! Changes patchlevel.h
24164 ____________________________________________________________________________
24165 [  6961] By: jhi                                   on 2000/08/31  23:20:04
24166         Log: Small tweaks all over.
24167      Branch: metaconfig
24168            ! U/compline/d_gconvert.U
24169      Branch: perl
24170            ! AUTHORS Configure config_h.SH pp_ctl.c
24171 ____________________________________________________________________________
24172 [  6960] By: jhi                                   on 2000/08/31  22:39:36
24173         Log: Further rewording.
24174      Branch: perl
24175            ! pp_ctl.c
24176 ____________________________________________________________________________
24177 [  6959] By: jhi                                   on 2000/08/31  21:26:44
24178         Log: More address tweaking.
24179      Branch: perl
24180            ! AUTHORS Changes
24181 ____________________________________________________________________________
24182 [  6958] By: jhi                                   on 2000/08/31  20:47:25
24183         Log: AUTHORS tweaks, from Peter Prymmer.
24184              
24185              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
24186              From: Peter Prymmer <pvhp@forte.com>
24187              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
24188              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
24189      Branch: perl
24190            ! AUTHORS MAINTAIN
24191 ____________________________________________________________________________
24192 [  6957] By: jhi                                   on 2000/08/31  20:34:43
24193         Log: perldelta tweaks.
24194      Branch: perl
24195            ! pod/perldelta.pod
24196 ____________________________________________________________________________
24197 [  6956] By: jhi                                   on 2000/08/31  19:11:06
24198         Log: Regen perltoc.
24199      Branch: perl
24200            ! pod/perltoc.pod
24201 ____________________________________________________________________________
24202 [  6955] By: jhi                                   on 2000/08/31  19:06:30
24203         Log: Clarify the mergesort situation.
24204      Branch: perl
24205            ! pp_ctl.c
24206 ____________________________________________________________________________
24207 [  6954] By: jhi                                   on 2000/08/31  18:24:17
24208         Log: Move the Solaris 7 scan to use64bitall, make the
24209              failure to find 64-bot sparc libc to mention the
24210              possibility of being in an intel, from Lupe and Alan.
24211      Branch: perl
24212            ! hints/solaris_2.sh
24213 ____________________________________________________________________________
24214 [  6953] By: jhi                                   on 2000/08/31  18:09:20
24215         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
24216              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
24217      Branch: metaconfig
24218            ! U/compline/d_gconvert.U U/threads/archname.U
24219      Branch: metaconfig/U/perl
24220            ! perlxv.U
24221      Branch: perl
24222            ! Configure config_h.SH sv.c
24223 ____________________________________________________________________________
24224 [  6952] By: jhi                                   on 2000/08/31  17:42:24
24225         Log: :: not allowed in pathnames, change to .
24226              
24227              Subject: [PATCH perl@6938] cygwin port
24228              From: "Fifer, Eric" <EFifer@sanwaint.com>
24229              Date: Thu, 31 Aug 2000 16:32:59 +0100
24230              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
24231      Branch: metaconfig/U/perl
24232            ! perlxv.U
24233 ____________________________________________________________________________
24234 [  6951] By: jhi                                   on 2000/08/31  17:02:05
24235         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
24236      Branch: perl
24237            ! perl.h
24238 ____________________________________________________________________________
24239 [  6950] By: jhi                                   on 2000/08/31  16:26:08
24240         Log: More author updates.
24241              
24242              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
24243              From: Simon Cozens <simon@cozens.net>
24244              Date: Thu, 31 Aug 2000 17:13:32 +0100
24245              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
24246      Branch: perl
24247            ! AUTHORS
24248 ____________________________________________________________________________
24249 [  6949] By: jhi                                   on 2000/08/31  16:04:49
24250         Log: POSIX doesn't report long double values under -Duselongdouble
24251              when the long doubles are "real" (bigger than doubles).
24252              
24253              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
24254              From: Spider Boardman <spider@peano.zk3.dec.com>
24255              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
24256              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
24257      Branch: perl
24258            ! ext/POSIX/POSIX.xs
24259 ____________________________________________________________________________
24260 [  6948] By: jhi                                   on 2000/08/31  15:25:10
24261         Log: Update Changes.
24262      Branch: perl
24263            ! Changes patchlevel.h
24264 ____________________________________________________________________________
24265 [  6947] By: jhi                                   on 2000/08/31  15:22:29
24266         Log: Document UNTIE in a very minimalistic way.
24267      Branch: perl
24268            ! pod/perlfunc.pod pod/perltie.pod
24269 ____________________________________________________________________________
24270 [  6946] By: jhi                                   on 2000/08/31  15:15:23
24271         Log: Document known failures.
24272      Branch: perl
24273            ! pod/perldelta.pod
24274 ____________________________________________________________________________
24275 [  6945] By: jhi                                   on 2000/08/31  15:07:00
24276         Log: Don't attach -ld to the archname if pointless.
24277      Branch: metaconfig
24278            ! U/threads/archname.U
24279      Branch: perl
24280            ! Configure config_h.SH
24281 ____________________________________________________________________________
24282 [  6944] By: jhi                                   on 2000/08/31  14:37:42
24283         Log: Wrap the test in eval.
24284              
24285              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
24286              From: Tim Jenness <timj@jach.hawaii.edu>
24287              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
24288              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
24289      Branch: perl
24290            ! t/lib/ftmp-security.t
24291 ____________________________________________________________________________
24292 [  6943] By: jhi                                   on 2000/08/31  14:30:57
24293         Log: Make -Dusemorebits find long doubles in Solaris.
24294      Branch: perl
24295            ! hints/solaris_2.sh
24296 ____________________________________________________________________________
24297 [  6942] By: jhi                                   on 2000/08/31  13:48:45
24298         Log: Clarify the third case of ftmp-security warnings.
24299      Branch: perl
24300            ! INSTALL
24301 ____________________________________________________________________________
24302 [  6941] By: jhi                                   on 2000/08/31  13:40:31
24303         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
24304              From: <abigail@foad.org>
24305              Date: Thu, 31 Aug 2000 01:35:05 -0400
24306              Message-ID: <20000831053505.32120.qmail@foad.org>
24307      Branch: perl
24308            ! pod/perldelta.pod
24309 ____________________________________________________________________________
24310 [  6940] By: jhi                                   on 2000/08/31  13:38:48
24311         Log: Issue useful diagnostic on unknown pod commands.
24312              
24313              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
24314              From: <abigail@foad.org>
24315              Date: Thu, 31 Aug 2000 03:41:18 -0400
24316              Message-ID: <20000831074118.24880.qmail@foad.org>
24317      Branch: perl
24318            ! lib/Pod/Man.pm
24319 ____________________________________________________________________________
24320 [  6939] By: jhi                                   on 2000/08/31  13:34:33
24321         Log: Reveal Borland's isnan.
24322              
24323              Subject: build with BC++ tweak
24324              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
24325              Date: Thu, 31 Aug 2000 13:09:37 +0400
24326              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
24327      Branch: perl
24328            ! win32/win32.h
24329 ____________________________________________________________________________
24330 [  6938] By: jhi                                   on 2000/08/31  05:01:20
24331         Log: Update Changes.
24332      Branch: perl
24333            ! Changes patchlevel.h
24334 ____________________________________________________________________________
24335 [  6937] By: jhi                                   on 2000/08/31  04:26:23
24336         Log: sscanf() may be the only way to read long doubles from strings.
24337      Branch: metaconfig/U/perl
24338            ! longdblfio.U
24339      Branch: perl
24340            ! Configure config_h.SH perl.h util.c
24341 ____________________________________________________________________________
24342 [  6936] By: jhi                                   on 2000/08/31  04:18:19
24343         Log: The #6929 was too skimpy.
24344      Branch: perl
24345            ! sv.c
24346 ____________________________________________________________________________
24347 [  6935] By: jhi                                   on 2000/08/31  02:47:07
24348         Log: Subject: Re: typos in pods
24349              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24350              Date: Wed, 30 Aug 2000 19:25:34 -0700
24351              Message-ID: <eIcr5gzkg25X092yn@efn.org>
24352      Branch: perl
24353            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
24354 ____________________________________________________________________________
24355 [  6934] By: jhi                                   on 2000/08/31  02:42:55
24356         Log: Missed one Unicode file.
24357      Branch: perl
24358            + lib/unicode/UCDFF301.html
24359 ____________________________________________________________________________
24360 [  6933] By: jhi                                   on 2000/08/30  23:42:27
24361         Log: Update Changes.
24362      Branch: perl
24363            ! Changes patchlevel.h
24364 ____________________________________________________________________________
24365 [  6932] By: jhi                                   on 2000/08/30  23:40:07
24366         Log: Mention UNTIE in perldelta.  Still needs documenting
24367              in perltie et alia.
24368      Branch: perl
24369            ! pod/perldelta.pod
24370 ____________________________________________________________________________
24371 [  6931] By: jhi                                   on 2000/08/30  23:36:02
24372         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
24373              From: <abigail@foad.org>
24374              Date: Wed, 30 Aug 2000 19:28:07 -0400
24375              Message-ID: <20000830232807.305.qmail@foad.org>
24376      Branch: perl
24377            ! pod/perldelta.pod
24378 ____________________________________________________________________________
24379 [  6930] By: jhi                                   on 2000/08/30  23:32:40
24380         Log: Update to Unicode 3.0.1.
24381      Branch: perl
24382            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
24383            + lib/unicode/PropList.txt lib/unicode/README.perl
24384            + lib/unicode/UCD301.html lib/unicode/Unicode.301
24385            - lib/unicode/Props.txt lib/unicode/UCD300.html
24386            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
24387            ! (edit 257 files)
24388 ____________________________________________________________________________
24389 [  6929] By: jhi                                   on 2000/08/30  22:38:18
24390         Log: Heap decorruption.
24391              
24392              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
24393              From: Alan Burlison <Alan.Burlison@uk.sun.com>
24394              Date: Wed, 30 Aug 2000 22:39:52 +0100
24395              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
24396      Branch: perl
24397            ! sv.c
24398 ____________________________________________________________________________
24399 [  6928] By: jhi                                   on 2000/08/30  22:29:34
24400         Log: Retract the dummy test, skip the security tests (instead of failing),
24401              explain what the warnings mean.
24402      Branch: perl
24403            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
24404 ____________________________________________________________________________
24405 [  6927] By: jhi                                   on 2000/08/30  22:14:13
24406         Log: Change the internal implementation of sort() to be mergesort
24407              instead of quicksort, from John Linderman <jpl@research.att.com>.
24408              Gives us better worst case, better average case, and stability.
24409              What's there not to like?  (Small fixes for threaded builds
24410              were required).
24411      Branch: perl
24412            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
24413 ____________________________________________________________________________
24414 [  6926] By: jhi                                   on 2000/08/30  20:55:20
24415         Log: A better fix for the Socket building problem from Craig Berry.
24416      Branch: perl
24417            ! vms/vms.c
24418 ____________________________________________________________________________
24419 [  6925] By: jhi                                   on 2000/08/30  20:20:25
24420         Log: Subject: [PATCH] Re: UNTIE method 
24421              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24422              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
24423              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
24424      Branch: perl
24425            ! pp_sys.c t/op/tie.t
24426 ____________________________________________________________________________
24427 [  6924] By: jhi                                   on 2000/08/30  20:17:11
24428         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
24429              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24430              Date: Wed, 30 Aug 2000 15:03:14 -0500
24431              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
24432      Branch: perl
24433            ! vms/vms.c
24434 ____________________________________________________________________________
24435 [  6923] By: jhi                                   on 2000/08/30  20:15:18
24436         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
24437              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24438              Date: Wed, 30 Aug 2000 13:30:36 -0500
24439              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
24440      Branch: perl
24441            ! vms/vms.c
24442 ____________________________________________________________________________
24443 [  6922] By: jhi                                   on 2000/08/30  19:54:43
24444         Log: Better options for rsync.
24445      Branch: perl
24446            ! pod/perlhack.pod
24447 ____________________________________________________________________________
24448 [  6921] By: jhi                                   on 2000/08/30  19:40:16
24449         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
24450              From: Rick Delaney <rick@consumercontact.com>
24451              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
24452              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
24453      Branch: perl
24454            ! pod/perlfunc.pod
24455 ____________________________________________________________________________
24456 [  6920] By: jhi                                   on 2000/08/30  19:36:40
24457         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
24458              From: Peter Prymmer <pvhp@forte.com>
24459              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
24460              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
24461      Branch: perl
24462            ! configure.com
24463 ____________________________________________________________________________
24464 [  6919] By: jhi                                   on 2000/08/30  14:52:02
24465         Log: Update Changes.
24466      Branch: perl
24467            ! Changes patchlevel.h
24468 ____________________________________________________________________________
24469 [  6918] By: jhi                                   on 2000/08/30  14:48:34
24470         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
24471      Branch: perl
24472            ! lib/ExtUtils/typemap
24473 ____________________________________________________________________________
24474 [  6917] By: jhi                                   on 2000/08/30  14:46:34
24475         Log: Subject: typos in pods
24476              From: Nicholas Clark <nick@ccl4.org>
24477              Date: Wed, 30 Aug 2000 01:12:50 +0100
24478              Message-ID: <20000830011249.A61388@plum.flirble.org>
24479      Branch: perl
24480            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
24481            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
24482            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
24483            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
24484 ____________________________________________________________________________
24485 [  6916] By: jhi                                   on 2000/08/30  14:19:09
24486         Log: Document Storable problems on Crays.  (Will have
24487              to document all the other Storable problems, too.)
24488      Branch: perl
24489            ! pod/perldelta.pod
24490 ____________________________________________________________________________
24491 [  6915] By: jhi                                   on 2000/08/30  14:06:02
24492         Log: Subject: [PATCH] fix misc cast warnings
24493              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24494              Date: Tue, 29 Aug 2000 23:16:14 -0700
24495              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
24496      Branch: perl
24497            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
24498            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
24499            ! os2/os2ish.h
24500 ____________________________________________________________________________
24501 [  6914] By: jhi                                   on 2000/08/30  14:03:45
24502         Log: Timestamp mismatch again.  Need to fix this dependence on
24503              config_h.SH timestamp, since it's the contents of config_h.SH
24504              that matter.
24505      Branch: perl
24506            ! uconfig.h uconfig.sh
24507 ____________________________________________________________________________
24508 [  6913] By: jhi                                   on 2000/08/30  13:54:06
24509         Log: Don't say "Perl 5.0 source kit".
24510      Branch: perl
24511            ! perl.c
24512 ____________________________________________________________________________
24513 [  6912] By: jhi                                   on 2000/08/30  13:51:24
24514         Log: Reset archname and archname64 always, forcing them be
24515              recomputed at each Configure run, make Configure and
24516              the hints files agree on the naming of largefiles variables.
24517      Branch: metaconfig
24518            ! U/threads/archname.U
24519      Branch: metaconfig/U/perl
24520            ! use64bits.U
24521      Branch: perl
24522            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
24523            ! hints/linux.sh hints/solaris_2.sh
24524 ____________________________________________________________________________
24525 [  6911] By: jhi                                   on 2000/08/30  13:30:13
24526         Log: Put back the slice accidentally removed by #6907.
24527      Branch: perl
24528            ! hints/solaris_2.sh
24529 ____________________________________________________________________________
24530 [  6910] By: jhi                                   on 2000/08/30  01:24:26
24531         Log: Be consistent: other Net::get* do export theirs.
24532              
24533              Subject: Re: Net::protoent does not export 'getproto'
24534              From: Yasushi Nakajima <sey@jkc.co.jp>
24535              Date: Wed, 30 Aug 2000 09:53:14 +0900
24536              Message-Id: <200008300051.DAA24700@taku.hut.fi>
24537      Branch: perl
24538            ! lib/Net/protoent.pm
24539 ____________________________________________________________________________
24540 [  6909] By: jhi                                   on 2000/08/30  01:17:25
24541         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
24542              From: Gurusamy Sarathy <gsar@ActiveState.com>
24543              Date: Tue, 29 Aug 2000 17:17:07 -0700
24544              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
24545      Branch: perl
24546            ! cop.h
24547 ____________________________________________________________________________
24548 [  6908] By: jhi                                   on 2000/08/30  00:58:05
24549         Log: Update Changes.
24550      Branch: perl
24551            ! Changes patchlevel.h
24552 ____________________________________________________________________________
24553 [  6907] By: jhi                                   on 2000/08/30  00:57:22
24554         Log: Introduce ccname to keep track of what compiler kind of we have.
24555      Branch: metaconfig/U/perl
24556            ! Checkcc.U gccvers.U
24557      Branch: perl
24558            ! Configure config_h.SH hints/solaris_2.sh
24559 ____________________________________________________________________________
24560 [  6906] By: jhi                                   on 2000/08/30  00:25:47
24561         Log: Put back the flags dump as reasoned in
24562              
24563              Subject: Re: [PATCH] Glob dumping
24564              From: Mike Guy <mjtg@cam.ac.uk> 
24565              Date: Tue, 29 Aug 2000 21:41:32 +0100
24566              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
24567      Branch: perl
24568            ! dump.c t/lib/peek.t
24569 ____________________________________________________________________________
24570 [  6905] By: jhi                                   on 2000/08/30  00:16:17
24571         Log: Make the epsilon to be relative, not absolute.
24572              
24573              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
24574              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
24575              Date: Tue, 29 Aug 2000 19:58:56 -0400
24576              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
24577      Branch: perl
24578            ! t/lib/trig.t
24579 ____________________________________________________________________________
24580 [  6904] By: jhi                                   on 2000/08/30  00:13:09
24581         Log: From now on, Gisle is on my list of usual suspects :-)
24582              Retract #6902.
24583      Branch: perl
24584            ! ext/Opcode/Safe.pm
24585 ____________________________________________________________________________
24586 [  6903] By: jhi                                   on 2000/08/29  23:51:20
24587         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
24588              From: "Craig A. Berry" <craig.berry@psinetcs.com>
24589              Date: Tue, 29 Aug 2000 18:43:26 -0500
24590              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
24591      Branch: perl
24592            + vms/vmspipe.com
24593            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
24594            ! vms/vms.c
24595 ____________________________________________________________________________
24596 [  6902] By: jhi                                   on 2000/08/29  23:44:14
24597         Log: Retry what #6882 attempted.
24598              
24599              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
24600              From: Gisle Aas <gisle@ActiveState.com>
24601              Date: 30 Aug 2000 00:33:09 +0200
24602              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
24603      Branch: perl
24604            ! ext/Opcode/Safe.pm
24605 ____________________________________________________________________________
24606 [  6901] By: jhi                                   on 2000/08/29  22:59:32
24607         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
24608              From: Hugo <hv@crypt.compulink.co.uk>
24609              Date: Mon, 12 Jun 2000 19:36:08 +0100
24610              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
24611      Branch: perl
24612            ! sv.c
24613 ____________________________________________________________________________
24614 [  6900] By: jhi                                   on 2000/08/29  22:58:35
24615         Log: Admit that we are leaking scalars.
24616              
24617              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
24618              From: Spider Boardman <spider@leggy.zk3.dec.com>
24619              Date: Tue, 29 Aug 2000 18:48:29 -0400
24620              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
24621      Branch: perl
24622            ! t/pragma/warnings.t
24623 ____________________________________________________________________________
24624 [  6899] By: jhi                                   on 2000/08/29  20:53:13
24625         Log: Update Changes.
24626      Branch: perl
24627            ! Changes patchlevel.h
24628 ____________________________________________________________________________
24629 [  6898] By: jhi                                   on 2000/08/29  20:46:21
24630         Log: Undo namespace pollution of #6878.
24631              
24632              Subject: Re: Net::protoent does not export 'getproto'
24633              From: Mike Guy <mjtg@cam.ac.uk>
24634              Date: Tue, 29 Aug 2000 21:32:37 +0100
24635              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
24636      Branch: perl
24637            ! lib/Net/protoent.pm
24638 ____________________________________________________________________________
24639 [  6897] By: jhi                                   on 2000/08/29  20:44:29
24640         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
24641              From: Peter Prymmer <pvhp@forte.com>
24642              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
24643              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
24644      Branch: perl
24645            ! pod/perlebcdic.pod
24646 ____________________________________________________________________________
24647 [  6896] By: jhi                                   on 2000/08/29  20:40:57
24648         Log: There's no point repeating the 'revision' (5) of perl5.
24649      Branch: metaconfig/U/perl
24650            ! Devel.U patchlevel.U
24651      Branch: perl
24652            ! Configure config_h.SH
24653 ____________________________________________________________________________
24654 [  6895] By: jhi                                   on 2000/08/29  20:16:58
24655         Log: Regen Configure for #6894.
24656      Branch: metaconfig/U/perl
24657            ! perladmin.U
24658      Branch: perl
24659            ! Configure config_h.SH
24660 ____________________________________________________________________________
24661 [  6894] By: jhi                                   on 2000/08/29  19:59:52
24662         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
24663              From: "Philip Newton" <Philip.Newton@gmx.net>
24664              Date: Tue, 29 Aug 2000 21:39:14 +0200
24665              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
24666      Branch: perl
24667            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
24668            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
24669            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
24670            ! utils/perlbug.PL
24671 ____________________________________________________________________________
24672 [  6893] By: jhi                                   on 2000/08/29  19:55:30
24673         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
24674              From: "Philip Newton" <Philip.Newton@gmx.net>
24675              Date: Tue, 29 Aug 2000 21:39:14 +0200
24676              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
24677      Branch: perl
24678            ! installhtml
24679 ____________________________________________________________________________
24680 [  6892] By: jhi                                   on 2000/08/29  19:53:59
24681         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
24682              From: "Philip Newton" <Philip.Newton@gmx.net>
24683              Date: Tue, 29 Aug 2000 21:48:18 +0200
24684              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
24685      Branch: perl
24686            ! lib/File/Temp.pm
24687 ____________________________________________________________________________
24688 [  6891] By: jhi                                   on 2000/08/29  18:30:03
24689         Log: Nail the ID 20000828.023.
24690      Branch: perl
24691            ! ext/Storable/Storable.xs
24692 ____________________________________________________________________________
24693 [  6890] By: jhi                                   on 2000/08/29  16:50:17
24694         Log: Under usethreads the dumped variable is IN_PAD.
24695              
24696              Subject: Re: [PATCH] Glob dumping
24697              From: Gisle Aas <gisle@ActiveState.com>
24698              Date: 29 Aug 2000 18:45:05 +0200
24699              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
24700      Branch: perl
24701            ! t/lib/peek.t
24702 ____________________________________________________________________________
24703 [  6889] By: jhi                                   on 2000/08/29  15:17:37
24704         Log: Update Changes.
24705      Branch: perl
24706            ! Changes patchlevel.h
24707 ____________________________________________________________________________
24708 [  6888] By: jhi                                   on 2000/08/29  14:49:59
24709         Log: Retract #6882, broke the safe tests.
24710      Branch: perl
24711            ! ext/Opcode/Safe.pm
24712 ____________________________________________________________________________
24713 [  6887] By: jhi                                   on 2000/08/29  14:47:06
24714         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
24715              From: Gisle Aas <gisle@ActiveState.com> 
24716              Date: 09 Jun 2000 20:00:11 +0200
24717              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
24718      Branch: perl
24719            ! utils/perldoc.PL
24720 ____________________________________________________________________________
24721 [  6886] By: jhi                                   on 2000/08/29  14:42:45
24722         Log: The #6881 removed one dump line.
24723      Branch: perl
24724            ! t/lib/peek.t
24725 ____________________________________________________________________________
24726 [  6885] By: jhi                                   on 2000/08/29  14:30:47
24727         Log: Don't forget to tidy up.
24728      Branch: perl
24729            ! t/lib/ftmp-security.t
24730 ____________________________________________________________________________
24731 [  6884] By: jhi                                   on 2000/08/29  14:25:17
24732         Log: Disabling the one test is a bit tricky.
24733      Branch: perl
24734            ! t/lib/ftmp-security.t
24735 ____________________________________________________________________________
24736 [  6883] By: jhi                                   on 2000/08/29  14:16:25
24737         Log: Disable one of the tests for now.
24738      Branch: perl
24739            ! t/lib/ftmp-security.t
24740 ____________________________________________________________________________
24741 [  6882] By: jhi                                   on 2000/08/29  14:05:50
24742         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
24743              From: gisle@aas.no
24744              Date: 29 Aug 2000 10:35:06 -0000
24745              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
24746      Branch: perl
24747            ! ext/Opcode/Safe.pm
24748 ____________________________________________________________________________
24749 [  6881] By: jhi                                   on 2000/08/29  14:03:51
24750         Log: Subject: [PATCH] Glob dumping
24751              From: Gisle Aas <gisle@ActiveState.com>
24752              Date: 29 Aug 2000 07:59:42 -0000
24753              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
24754      Branch: perl
24755            ! dump.c
24756 ____________________________________________________________________________
24757 [  6880] By: jhi                                   on 2000/08/29  14:02:01
24758         Log: Subject: [PATCH] Warnings in B::Deparse
24759              From: <abigail@foad.org>
24760              Date: Tue, 29 Aug 2000 00:00:01 -0400
24761              Message-ID: <20000829040001.2999.qmail@foad.org>
24762      Branch: perl
24763            ! ext/B/B/Deparse.pm
24764 ____________________________________________________________________________
24765 [  6879] By: jhi                                   on 2000/08/29  13:57:26
24766         Log: Missed a change in #6869.
24767      Branch: perl
24768            ! mg.c
24769 ____________________________________________________________________________
24770 [  6878] By: jhi                                   on 2000/08/29  13:45:04
24771         Log: Subject: Net::protoent does not export 'getproto'
24772              From: Yasushi Nakajima <sey@jkc.co.jp>
24773              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
24774      Branch: perl
24775            ! lib/Net/protoent.pm
24776 ____________________________________________________________________________
24777 [  6877] By: jhi                                   on 2000/08/29  13:39:19
24778         Log: Patches all over for people and the files they (hopefully) care about.
24779      Branch: perl
24780            ! AUTHORS Changes MAINTAIN
24781 ____________________________________________________________________________
24782 [  6876] By: jhi                                   on 2000/08/29  12:53:54
24783         Log: Fix for thinko in #6848.
24784              
24785              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
24786              From: Lupe Christoph <lupe@lupe-christoph.de>
24787              Date: Tue, 29 Aug 2000 09:04:08 +0200
24788              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
24789      Branch: perl
24790            ! ext/Thread/Thread.xs
24791 ____________________________________________________________________________
24792 [  6875] By: jhi                                   on 2000/08/29  12:50:14
24793         Log: Update to Getopt::Long 2.24, from Johan Vromans.
24794      Branch: perl
24795            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
24796 ____________________________________________________________________________
24797 [  6874] By: jhi                                   on 2000/08/29  02:09:53
24798         Log: Use minimal @INC in tests, most of the time just '../lib',
24799              so that we simply can't pick up stuff from other Perls than
24800              the one we are testing.  Pointed out by
24801              
24802              From: Mike Guy <mjtg@cam.ac.uk>
24803              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
24804              Date: Fri, 25 Aug 2000 15:15:59 +0100
24805              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
24806      Branch: perl
24807            ! (edit 185 files)
24808 ____________________________________________________________________________
24809 [  6873] By: jhi                                   on 2000/08/29  01:07:11
24810         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
24811              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24812              Date: Mon, 28 Aug 2000 17:45:52 -0700
24813              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
24814      Branch: perl
24815            ! Makefile.SH hints/os2.sh
24816 ____________________________________________________________________________
24817 [  6872] By: jhi                                   on 2000/08/28  23:33:39
24818         Log: Subject: [PATCH bleedperl@6866] spellings
24819              From: marcel@codewerk.com (Marcel Grunauer)
24820              Date: Tue, 29 Aug 2000 01:19:59 +0200
24821              Message-Id: <200008282319.BAA29862@gandalf.local>
24822      Branch: perl
24823            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
24824            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
24825            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
24826 ____________________________________________________________________________
24827 [  6871] By: jhi                                   on 2000/08/28  23:22:09
24828         Log: Take out the SUIDMAIL thing, that will not be
24829              a problem in 5.7.*.
24830      Branch: perl
24831            ! patchlevel.h
24832 ____________________________________________________________________________
24833 [  6870] By: jhi                                   on 2000/08/28  23:19:30
24834         Log: -S is the silent flag, -s is the strip flag.
24835              
24836              Subject: [PATCH] Re: [PATCH] make no-install          
24837              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
24838              Date: Mon, 28 Aug 2000 15:12:55 -0700
24839              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
24840      Branch: perl
24841            ! Makefile.SH
24842 ____________________________________________________________________________
24843 [  6869] By: jhi                                   on 2000/08/28  23:12:05
24844         Log: Subject: [PATCH bleedperl@6856] warnings fixes
24845              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24846              Date: Mon, 28 Aug 2000 23:55:06 +0100
24847              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
24848      Branch: perl
24849            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
24850            ! warnings.h warnings.pl
24851 ____________________________________________________________________________
24852 [  6868] By: jhi                                   on 2000/08/28  21:38:22
24853         Log: Potential cruft.
24854      Branch: perl
24855            ! Makefile.SH
24856 ____________________________________________________________________________
24857 [  6867] By: jhi                                   on 2000/08/28  21:35:36
24858         Log: Update Changes.
24859      Branch: perl
24860            ! Changes patchlevel.h
24861 ____________________________________________________________________________
24862 [  6866] By: jhi                                   on 2000/08/28  21:33:49
24863         Log: Subject: hv.h Doc Patch
24864              From: Fisher Mark <fisherm@tce.com>
24865              Date: Mon, 28 Aug 2000 16:24:59 -0500
24866              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
24867      Branch: perl
24868            ! hv.h
24869 ____________________________________________________________________________
24870 [  6865] By: jhi                                   on 2000/08/28  21:02:15
24871         Log: Add -ld to archname on long tr...double platforms.
24872      Branch: metaconfig
24873            ! U/threads/archname.U
24874      Branch: perl
24875            ! Configure config_h.SH
24876 ____________________________________________________________________________
24877 [  6864] By: jhi                                   on 2000/08/28  20:38:59
24878         Log: An attempt to fix the problem reported in
24879              
24880              Subject: Building perl@6856 using gcc/AIX 4.3.3 
24881              From: Daniel Muino <dmuino@afip.gov.ar> 
24882              Date: Mon, 28 Aug 2000 15:50:01 -0300   
24883              Message-ID: <20000828155001.A14403@con2-dgi>
24884              
24885              I can't test this properly since the gcc installation I have
24886              access to seems to be botched (gcc is calling the AIX cpp,
24887              a losing proposition...)
24888      Branch: perl
24889            ! hints/aix.sh
24890 ____________________________________________________________________________
24891 [  6863] By: jhi                                   on 2000/08/28  18:57:52
24892         Log: Fix for ID 20000828.001, long doubles were not formatted
24893              correctly (showed up in $], which stopped installing perl).
24894      Branch: perl
24895            ! sv.c
24896 ____________________________________________________________________________
24897 [  6862] By: jhi                                   on 2000/08/28  18:07:15
24898         Log: Typo in #6858.
24899      Branch: perl
24900            ! lib/Cwd.pm
24901 ____________________________________________________________________________
24902 [  6861] By: jhi                                   on 2000/08/28  17:57:27
24903         Log: opmini.o may be left around if a build is interrupted.
24904      Branch: perl
24905            ! Makefile.SH
24906 ____________________________________________________________________________
24907 [  6860] By: jhi                                   on 2000/08/28  16:52:50
24908         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
24909              From: Daniel Chetlin <daniel@chetlin.com>
24910              Date: Mon, 28 Aug 2000 01:14:18 -0700
24911              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
24912      Branch: perl
24913            ! lib/overload.pm
24914 ____________________________________________________________________________
24915 [  6859] By: jhi                                   on 2000/08/28  16:08:46
24916         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
24917              From: Nicholas Clark <nick@ccl4.org>
24918              Date: Mon, 28 Aug 2000 16:03:27 +0100
24919              Message-Id: <20000828160327.C49785@plum.flirble.org>
24920      Branch: perl
24921            ! ext/ByteLoader/bytecode.h
24922 ____________________________________________________________________________
24923 [  6858] By: jhi                                   on 2000/08/28  16:02:10
24924         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
24925              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
24926              Date: Mon, 28 Aug 2000 13:08:30 +0200
24927              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
24928      Branch: perl
24929            ! lib/Cwd.pm
24930 ____________________________________________________________________________
24931 [  6857] By: jhi                                   on 2000/08/28  15:42:47
24932         Log: display_format used as a class method without arguments was broken,
24933              reported in
24934              
24935              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
24936              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
24937              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
24938              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
24939      Branch: perl
24940            ! lib/Math/Complex.pm t/lib/complex.t
24941 ____________________________________________________________________________
24942 [  6856] By: jhi                                   on 2000/08/27  22:09:48
24943         Log: Update Changes.
24944      Branch: perl
24945            ! Changes patchlevel.h
24946 ____________________________________________________________________________
24947 [  6855] By: jhi                                   on 2000/08/27  21:59:21
24948         Log: Retract #6853 (false alarm).
24949      Branch: perl
24950            ! lib/ExtUtils/xsubpp
24951 ____________________________________________________________________________
24952 [  6854] By: jhi                                   on 2000/08/27  21:37:44
24953         Log: Update Changes.
24954      Branch: perl
24955            ! Changes patchlevel.h
24956 ____________________________________________________________________________
24957 [  6853] By: jhi                                   on 2000/08/27  21:37:16
24958         Log: Subject: [PATCH perl@6850] workaround for xsubpp
24959              From: Hugo <hv@crypt.compulink.co.uk>
24960              Date: Sun, 27 Aug 2000 22:30:25 +0100
24961              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
24962      Branch: perl
24963            ! lib/ExtUtils/xsubpp
24964 ____________________________________________________________________________
24965 [  6852] By: jhi                                   on 2000/08/27  21:33:58
24966         Log: Big-endian 64-bit patch from Raphael Manfredi.
24967      Branch: perl
24968            ! ext/Storable/Storable.xs
24969 ____________________________________________________________________________
24970 [  6851] By: jhi                                   on 2000/08/27  21:22:21
24971         Log: More ruthless editing from Hugo van der Sanden.
24972      Branch: perl
24973            ! pod/perldelta.pod
24974 ____________________________________________________________________________
24975 [  6850] By: jhi                                   on 2000/08/27  16:11:46
24976         Log: Update Changes.
24977      Branch: perl
24978            ! Changes patchlevel.h
24979 ____________________________________________________________________________
24980 [  6849] By: jhi                                   on 2000/08/27  16:11:05
24981         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
24982      Branch: perl
24983            ! configpm pod/perldelta.pod
24984 ____________________________________________________________________________
24985 [  6848] By: jhi                                   on 2000/08/27  15:35:08
24986         Log: Use the actual thread type, not the pointer-to-struct.
24987      Branch: perl
24988            ! ext/Thread/Thread.xs
24989 ____________________________________________________________________________
24990 [  6847] By: jhi                                   on 2000/08/27  15:30:49
24991         Log: Test nit.
24992      Branch: perl
24993            ! t/pragma/warn/pp_sys
24994 ____________________________________________________________________________
24995 [  6846] By: jhi                                   on 2000/08/27  15:19:02
24996         Log: Passing -R in ldflags makes now it to appear in the default
24997              for lddlflags, just like with -L.
24998              
24999              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25000              From: Lupe Christoph <lupe@lupe-christoph.de>
25001              Date: Sun, 27 Aug 2000 10:28:21 +0200
25002              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
25003      Branch: metaconfig/U/perl
25004            ! dlsrc.U
25005      Branch: perl
25006            ! Configure
25007 ____________________________________________________________________________
25008 [  6845] By: jhi                                   on 2000/08/27  15:08:54
25009         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25010              From: Alan Burlison <Alan.Burlison@uk.sun.com>
25011              Date: Sat, 26 Aug 2000 22:23:27 +0100
25012              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
25013      Branch: perl
25014            ! lib/ExtUtils/MM_Unix.pm
25015 ____________________________________________________________________________
25016 [  6844] By: jhi                                   on 2000/08/27  15:02:37
25017         Log: DJGPP update from Laszlo Molnar.
25018              
25019              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
25020              From: ml1050 <ml1050@freemail.hu>
25021              Date: Sat, 26 Aug 2000 23:24:40 +0200
25022              Message-Id: <20000826232440.A439@freemail.hu>
25023      Branch: perl
25024            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
25025            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
25026 ____________________________________________________________________________
25027 [  6843] By: jhi                                   on 2000/08/27  14:53:58
25028         Log: Subject: installman buglet
25029              From: Lupe Christoph <lupe@lupe-christoph.de>
25030              Date: Sun, 27 Aug 2000 14:38:59 +0200
25031              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
25032      Branch: perl
25033            ! installman
25034 ____________________________________________________________________________
25035 [  6842] By: jhi                                   on 2000/08/27  14:52:08
25036         Log: Can't get the test to reliably work thanks to the
25037              inaccurateness of floating point.  "Resolves" bug ids
25038              20000826.003, 20000826.009, 20000826.010,
25039      Branch: perl
25040            ! t/lib/trig.t
25041 ____________________________________________________________________________
25042 [  6841] By: jhi                                   on 2000/08/26  15:53:58
25043         Log: Update Changes.
25044      Branch: perl
25045            ! Changes patchlevel.h
25046 ____________________________________________________________________________
25047 [  6840] By: jhi                                   on 2000/08/26  14:23:03
25048         Log: grep -e isn't portable.
25049              
25050              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
25051              From: chris@broadband.att.com
25052              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
25053              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
25054      Branch: perl
25055            ! hints/solaris_2.sh
25056 ____________________________________________________________________________
25057 [  6839] By: jhi                                   on 2000/08/26  14:12:23
25058         Log: no-install target a la make -n.
25059              
25060              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
25061              From: <abigail@foad.org>
25062              Date: Sat, 26 Aug 2000 03:57:34 -0400
25063              Message-ID: <20000826075735.18912.qmail@foad.org>
25064      Branch: perl
25065            ! Makefile.SH installman installperl
25066 ____________________________________________________________________________
25067 [  6838] By: jhi                                   on 2000/08/26  14:06:33
25068         Log: Retract #6826 as the #6828 should be do the same
25069              in a More Correct Way.
25070      Branch: perl
25071            ! installperl
25072 ____________________________________________________________________________
25073 [  6837] By: jhi                                   on 2000/08/26  05:24:00
25074         Log: More casting.
25075      Branch: perl
25076            ! ext/Storable/Storable.xs
25077 ____________________________________________________________________________
25078 [  6836] By: jhi                                   on 2000/08/26  05:05:46
25079         Log: Nicer in decimal.
25080      Branch: perl
25081            ! ext/Storable/Storable.xs
25082 ____________________________________________________________________________
25083 [  6835] By: jhi                                   on 2000/08/26  05:03:50
25084         Log: There be no UVdf.
25085      Branch: perl
25086            ! ext/Storable/Storable.xs
25087 ____________________________________________________________________________
25088 [  6834] By: jhi                                   on 2000/08/26  05:00:18
25089         Log: Continue IVdfing and UVxfing.
25090      Branch: perl
25091            ! ext/Storable/Storable.xs
25092 ____________________________________________________________________________
25093 [  6833] By: jhi                                   on 2000/08/26  04:53:14
25094         Log: Use IVdf.
25095      Branch: perl
25096            ! ext/Storable/Storable.xs
25097 ____________________________________________________________________________
25098 [  6832] By: jhi                                   on 2000/08/26  04:40:41
25099         Log: Document PTR2XX and INT2PTR.
25100      Branch: perl
25101            ! pod/perlguts.pod
25102 ____________________________________________________________________________
25103 [  6831] By: jhi                                   on 2000/08/26  04:33:18
25104         Log: Use UVxf, PTR2UV, NVff.
25105      Branch: perl
25106            ! ext/Storable/Storable.xs
25107 ____________________________________________________________________________
25108 [  6830] By: jhi                                   on 2000/08/26  04:31:32
25109         Log: Update the test count.
25110      Branch: perl
25111            ! t/lib/trig.t
25112 ____________________________________________________________________________
25113 [  6829] By: jhi                                   on 2000/08/26  03:05:50
25114         Log: Subject: [PATCH] installation not quite silent yet.
25115              From: <abigail@foad.org>
25116              Date: Fri, 25 Aug 2000 20:07:53 -0400
25117              Message-ID: <20000826000753.7822.qmail@foad.org>
25118      Branch: perl
25119            ! installman installperl
25120 ____________________________________________________________________________
25121 [  6828] By: jhi                                   on 2000/08/26  03:05:14
25122         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
25123              From: Spider Boardman <spider@web.zk3.dec.com>
25124              Date: Fri, 25 Aug 2000 19:12:40 -0400
25125              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
25126      Branch: perl
25127            ! gv.c
25128 ____________________________________________________________________________
25129 [  6827] By: jhi                                   on 2000/08/25  23:54:34
25130         Log: Support preserving extremely big/small angles.
25131      Branch: perl
25132            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
25133 ____________________________________________________________________________
25134 [  6826] By: jhi                                   on 2000/08/25  23:01:20
25135         Log: Patch installperl to be long double-aware.
25136              
25137              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
25138              From: Spider Boardman <spider@web.zk3.dec.com>
25139              Date: Fri, 25 Aug 2000 18:15:23 -0400
25140              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
25141      Branch: perl
25142            ! installperl
25143 ____________________________________________________________________________
25144 [  6825] By: jhi                                   on 2000/08/25  22:58:25
25145         Log: Remove duplicately applied patch shards.
25146              
25147              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
25148              From: Spider Boardman <spider@leggy.zk3.dec.com>
25149              Date: Fri, 25 Aug 2000 16:45:03 -0400
25150              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
25151      Branch: perl
25152            ! t/lib/cgi-html.t
25153 ____________________________________________________________________________
25154 [  6824] By: jhi                                   on 2000/08/25  22:57:00
25155         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25156              From: Daniel Chetlin <daniel@chetlin.com>
25157              Date: Fri, 25 Aug 2000 12:23:16 -0700
25158              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
25159              
25160              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25161              From: Daniel Chetlin <daniel@chetlin.com>
25162              Date: Fri, 25 Aug 2000 14:47:19 -0700
25163              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
25164      Branch: perl
25165            ! installman
25166 ____________________________________________________________________________
25167 [  6823] By: jhi                                   on 2000/08/25  22:44:17
25168         Log: Timestamp problem?
25169      Branch: perl
25170            ! uconfig.h uconfig.sh
25171 ____________________________________________________________________________
25172 [  6822] By: jhi                                   on 2000/08/25  19:01:06
25173         Log: One forgotten file from #6816.
25174      Branch: perl
25175            ! vos/config.h
25176 ____________________________________________________________________________
25177 [  6821] By: jhi                                   on 2000/08/25  18:56:39
25178         Log: Regen Changes.
25179      Branch: perl
25180            ! Changes patchlevel.h
25181 ____________________________________________________________________________
25182 [  6820] By: jhi                                   on 2000/08/25  18:52:35
25183         Log: Fix Changes ordering.
25184      Branch: perl
25185            ! Changes
25186 ____________________________________________________________________________
25187 [  6819] By: jhi                                   on 2000/08/25  18:50:25
25188         Log: Update Changes.
25189      Branch: perl
25190            ! Changes patchlevel.h
25191 ____________________________________________________________________________
25192 [  6818] By: jhi                                   on 2000/08/25  18:47:45
25193         Log: Tweak the sfio/useperlio logic, hopefully as wished in
25194              
25195              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
25196              From: Nicholas Clark <nick@babyhippo.co.uk>
25197              Date: Fri, 25 Aug 2000 12:01:45 +0100
25198              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
25199      Branch: metaconfig/U/perl
25200            ! d_sfio.U
25201      Branch: perl
25202            ! Configure
25203 ____________________________________________________________________________
25204 [  6817] By: jhi                                   on 2000/08/25  18:32:51
25205         Log: Allow microperl to assume <math.h>, without it the math
25206              functions like floor() are assumed to return int, which makes
25207              for core dumps in machines where integer and floating register
25208              don't mix.
25209      Branch: perl
25210            ! uconfig.h uconfig.sh
25211 ____________________________________________________________________________
25212 [  6816] By: jhi                                   on 2000/08/25  18:27:17
25213         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
25214              the problem reported in
25215              
25216              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
25217              From: danhale@us.ibm.com
25218              Date: Fri, 25 Aug 2000 10:58:06 -0400
25219              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
25220      Branch: metaconfig/U/perl
25221            + d_socks5_init.U
25222      Branch: perl
25223            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
25224            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
25225            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
25226            ! win32/config.gc win32/config.vc
25227 ____________________________________________________________________________
25228 [  6815] By: jhi                                   on 2000/08/25  17:43:31
25229         Log: A solution for the retrieve_fd autosplit warning,
25230              idea suggested by Mike Guy.
25231      Branch: perl
25232            ! ext/Storable/Storable.pm
25233 ____________________________________________________________________________
25234 [  6814] By: jhi                                   on 2000/08/25  17:16:03
25235         Log: Add install-silent target.
25236      Branch: perl
25237            ! Makefile.SH
25238 ____________________________________________________________________________
25239 [  6813] By: jhi                                   on 2000/08/25  17:14:23
25240         Log: Subject: Re: [PATCH] More silencing of installman.
25241              From: <abigail@foad.org>
25242              Date: Thu, 24 Aug 2000 19:27:03 -0400
25243              Message-ID: <20000824232703.7001.qmail@foad.org>
25244              
25245              Subject: Re: [PATCH] More silencing of installman.
25246              From: <abigail@foad.org>
25247              Date: Fri, 25 Aug 2000 03:00:58 -0400
25248              Message-ID: <20000825070058.10697.qmail@foad.org>
25249      Branch: perl
25250            ! installman
25251 ____________________________________________________________________________
25252 [  6812] By: jhi                                   on 2000/08/25  17:11:28
25253         Log: installperl --verbose and --silent.
25254              
25255              Subject: Re: [PATCH] More silencing of installman.
25256              From: <abigail@foad.org>
25257              Message-ID: <20000825064430.9719.qmail@foad.org>
25258              Date: Fri, 25 Aug 2000 02:44:30 -0400
25259      Branch: perl
25260            ! installperl
25261 ____________________________________________________________________________
25262 [  6811] By: jhi                                   on 2000/08/25  17:05:43
25263         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
25264              From: "Peter J. Farley III" <pjfarley@banet.net>
25265              Date: Thu, 24 Aug 2000 21:58:03 -0400
25266              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
25267              
25268              (applied slightly modified)
25269      Branch: perl
25270            ! lib/ExtUtils/MM_Unix.pm
25271 ____________________________________________________________________________
25272 [  6810] By: jhi                                   on 2000/08/25  17:01:18
25273         Log: Missing parts of 
25274              
25275              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
25276              From: Peter Prymmer <pvhp@forte.com>
25277              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
25278              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
25279      Branch: perl
25280            ! t/lib/cgi-html.t
25281 ____________________________________________________________________________
25282 [  6809] By: jhi                                   on 2000/08/25  16:46:32
25283         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
25284              From: "Craig A. Berry" <craig.berry@psinetcs.com>
25285              Date: Thu, 24 Aug 2000 19:13:11 -0500
25286              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
25287      Branch: perl
25288            ! vms/vms.c
25289 ____________________________________________________________________________
25290 [  6808] By: jhi                                   on 2000/08/25  16:39:22
25291         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
25292              From: Peter Prymmer <pvhp@forte.com>
25293              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
25294              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
25295      Branch: perl
25296            ! configure.com
25297 ____________________________________________________________________________
25298 [  6807] By: jhi                                   on 2000/08/25  16:36:37
25299         Log: Better wording for the vec lvalue diagnostic.
25300              
25301              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25302              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25303              Date: Wed, 23 Aug 2000 14:12:16 -0400
25304              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
25305      Branch: perl
25306            ! pod/perldiag.pod
25307 ____________________________________________________________________________
25308 [  6806] By: jhi                                   on 2000/08/24  18:17:22
25309         Log: Subject: [PATCH] More silencing of installman.
25310              From: <abigail@foad.org>
25311              Date: Thu, 24 Aug 2000 14:01:44 -0400
25312              Message-ID: <20000824180144.20062.qmail@foad.org>
25313      Branch: perl
25314            ! installman
25315 ____________________________________________________________________________
25316 [  6805] By: jhi                                   on 2000/08/24  15:00:31
25317         Log: Update Changes.
25318      Branch: perl
25319            ! Changes patchlevel.h
25320 ____________________________________________________________________________
25321 [  6804] By: jhi                                   on 2000/08/24  14:59:07
25322         Log: Regen perltoc.
25323      Branch: perl
25324            ! pod/perltoc.pod
25325 ____________________________________________________________________________
25326 [  6803] By: jhi                                   on 2000/08/24  14:44:39
25327         Log: Show the doc file, not the temp file.
25328      Branch: perl
25329            ! installman
25330 ____________________________________________________________________________
25331 [  6802] By: jhi                                   on 2000/08/24  14:41:53
25332         Log: Continue silencing.
25333      Branch: perl
25334            ! installman
25335 ____________________________________________________________________________
25336 [  6801] By: jhi                                   on 2000/08/24  14:34:40
25337         Log: Actually do something with the silencer option.
25338      Branch: perl
25339            ! installman
25340 ____________________________________________________________________________
25341 [  6800] By: jhi                                   on 2000/08/24  14:26:22
25342         Log: Make installman to recognize the silence flag -S.
25343      Branch: perl
25344            ! installman
25345 ____________________________________________________________________________
25346 [  6799] By: jhi                                   on 2000/08/24  13:49:38
25347         Log: DOS patches and portability/porting notes, from Tim Jenness.
25348      Branch: perl
25349            ! lib/File/Temp.pm
25350 ____________________________________________________________________________
25351 [  6798] By: jhi                                   on 2000/08/24  13:48:27
25352         Log: Create directories in silence.
25353              
25354              Subject: [PATCH] Another silencer for MakeMaker
25355              From: andreas.koenig@anima.de (Andreas J. Koenig)
25356              Date: 24 Aug 2000 14:18:52 +0200
25357              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
25358      Branch: perl
25359            ! lib/ExtUtils/Command.pm
25360 ____________________________________________________________________________
25361 [  6797] By: jhi                                   on 2000/08/24  13:46:42
25362         Log: More liberal parsing of version numbers.
25363              
25364              Subject: Re: CPAN.pm beta for testing available
25365              From: andreas.koenig@anima.de (Andreas J. Koenig)
25366              Date: 24 Aug 2000 13:51:57 +0200
25367              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
25368      Branch: perl
25369            ! lib/CPAN.pm
25370 ____________________________________________________________________________
25371 [  6796] By: jhi                                   on 2000/08/24  13:44:36
25372         Log: Make "make install" by default silent.  A new "install-verbose"
25373              target is verbose.
25374      Branch: perl
25375            ! Makefile.SH
25376 ____________________________________________________________________________
25377 [  6795] By: jhi                                   on 2000/08/24  13:39:14
25378         Log: Add silencer flags to installperl.
25379              
25380              Subject: [PATCH] Making installperl silent.
25381              From: <abigail@foad.org>
25382              Date: Thu, 24 Aug 2000 05:01:45 -0400
25383              Message-ID: <20000824090145.13141.qmail@foad.org>
25384      Branch: perl
25385            ! installperl
25386 ____________________________________________________________________________
25387 [  6794] By: jhi                                   on 2000/08/24  13:35:50
25388         Log: installperl couldn't tell whether it had run tests or not.
25389              
25390              Subject: [PATCH] Re: installperl and t/TEST
25391              From: <abigail@foad.org>
25392              Date: Thu, 24 Aug 2000 04:00:53 -0400
25393              Message-ID: <20000824080053.2494.qmail@foad.org>
25394      Branch: perl
25395            ! Makefile.SH installperl
25396 ____________________________________________________________________________
25397 [  6793] By: jhi                                   on 2000/08/24  13:27:50
25398         Log: Drop the separate perlbc, perlcc -b should be enough.
25399      Branch: perl
25400            - utils/perlbc.PL
25401            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
25402 ____________________________________________________________________________
25403 [  6792] By: jhi                                   on 2000/08/24  04:41:30
25404         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
25405              plus the typo fix from Peter Prymmer.
25406      Branch: perl
25407            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
25408            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
25409 ____________________________________________________________________________
25410 [  6791] By: jhi                                   on 2000/08/24  02:10:43
25411         Log: Replace #6705 with a minimal doc patch.
25412              
25413              Subject: [PATCH 5.6.0] replace change #6705
25414              From: Jan Dubois <jand@ActiveState.com>
25415              Date: Wed, 23 Aug 2000 18:31:51 -0700
25416              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
25417      Branch: perl
25418            ! lib/Win32.pod win32/win32.c
25419 ____________________________________________________________________________
25420 [  6790] By: jhi                                   on 2000/08/23  17:52:00
25421         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25422              From: Mike Guy <mjtg@cam.ac.uk>
25423              Date: Wed, 23 Aug 2000 18:38:46 +0100
25424              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
25425      Branch: perl
25426            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
25427 ____________________________________________________________________________
25428 [  6789] By: jhi                                   on 2000/08/23  15:34:21
25429         Log: Update Changes.
25430      Branch: perl
25431            ! Changes patchlevel.h
25432 ____________________________________________________________________________
25433 [  6788] By: jhi                                   on 2000/08/23  15:33:40
25434         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25435              From: Wilfredo Sánchez <wsanchez@apple.com>
25436              Date: Tue, 22 Aug 2000 19:31:27 -0700
25437              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
25438      Branch: perl
25439            ! perl.h
25440 ____________________________________________________________________________
25441 [  6787] By: jhi                                   on 2000/08/23  15:29:31
25442         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25443              From: Spider Boardman <spider@leggy.zk3.dec.com>
25444              Date: Wed, 23 Aug 2000 10:33:23 -0400
25445              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
25446      Branch: perl
25447            ! lib/Pod/Html.pm
25448 ____________________________________________________________________________
25449 [  6786] By: jhi                                   on 2000/08/23  15:28:11
25450         Log: Bad makefile.
25451      Branch: perl
25452            ! ext/B/Makefile.PL
25453 ____________________________________________________________________________
25454 [  6785] By: jhi                                   on 2000/08/23  14:37:04
25455         Log: Update Changes.
25456      Branch: perl
25457            ! Changes patchlevel.h
25458 ____________________________________________________________________________
25459 [  6784] By: jhi                                   on 2000/08/23  13:58:41
25460         Log: Portability fix from Hugo van der Sanden.
25461      Branch: perl
25462            ! ext/re/Makefile.PL
25463 ____________________________________________________________________________
25464 [  6783] By: jhi                                   on 2000/08/23  13:53:53
25465         Log: Storable support, v-version fixes.
25466              
25467              Subject: CPAN.pm beta for testing available
25468              From: andreas.koenig@anima.de (Andreas J. Koenig)
25469              Date: 22 Aug 2000 23:31:33 +0200
25470              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
25471      Branch: perl
25472            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25473 ____________________________________________________________________________
25474 [  6782] By: jhi                                   on 2000/08/23  13:51:26
25475         Log: Mac and other portability updates from Chris Nandor.
25476      Branch: perl
25477            ! pod/perlmodinstall.pod
25478 ____________________________________________________________________________
25479 [  6781] By: jhi                                   on 2000/08/23  13:47:33
25480         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
25481              From: Peter Prymmer <pvhp@forte.com>
25482              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
25483              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
25484      Branch: perl
25485            ! ext/Storable/Storable.xs
25486 ____________________________________________________________________________
25487 [  6780] By: jhi                                   on 2000/08/23  13:33:34
25488         Log: VMS MMS (make) wants null action.
25489      Branch: perl
25490            ! ext/B/Makefile.PL
25491 ____________________________________________________________________________
25492 [  6779] By: jhi                                   on 2000/08/22  19:44:47
25493         Log: Forgot portability nit.
25494      Branch: perl
25495            ! t/lib/st-forgive.t
25496 ____________________________________________________________________________
25497 [  6778] By: jhi                                   on 2000/08/22  19:35:25
25498         Log: Be portable.
25499      Branch: perl
25500            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
25501            ! t/lib/st-store.t
25502 ____________________________________________________________________________
25503 [  6777] By: jhi                                   on 2000/08/22  18:50:53
25504         Log: Update Changes.
25505      Branch: perl
25506            ! Changes patchlevel.h
25507 ____________________________________________________________________________
25508 [  6776] By: jhi                                   on 2000/08/22  18:44:46
25509         Log: cSVOPo_*v things index into the current PL_curpad
25510              under ithreads, which is different from the curpad
25511              used by the XSUB.  (In other words, the code as-is
25512              before this patch wouldn't work under ithreads.)
25513              From Sarathy.
25514      Branch: perl
25515            ! ext/B/B.xs
25516 ____________________________________________________________________________
25517 [  6775] By: jhi                                   on 2000/08/22  18:18:37
25518         Log: Make the selection of NVff et al stricter.
25519      Branch: metaconfig/U/perl
25520            ! perlxvf.U
25521      Branch: perl
25522            ! Configure config_h.SH
25523 ____________________________________________________________________________
25524 [  6774] By: jhi                                   on 2000/08/22  17:19:42
25525         Log: perldelta nits.
25526      Branch: perl
25527            ! pod/perldelta.pod
25528 ____________________________________________________________________________
25529 [  6773] By: jhi                                   on 2000/08/22  17:06:26
25530         Log: Long double fixes from Spider Boardman.
25531              
25532              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
25533              From: system PRIVILEGED account <root@peano.zk3.dec.com>
25534              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
25535              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
25536      Branch: perl
25537            ! t/lib/bigfltpm.t t/lib/st-06compat.t
25538 ____________________________________________________________________________
25539 [  6772] By: jhi                                   on 2000/08/22  15:04:53
25540         Log: Update Changes.
25541      Branch: perl
25542            ! Changes patchlevel.h
25543 ____________________________________________________________________________
25544 [  6771] By: jhi                                   on 2000/08/22  15:01:44
25545         Log: perldelta fixes from Hugo van der Sanden.
25546      Branch: perl
25547            ! pod/perldelta.pod
25548 ____________________________________________________________________________
25549 [  6770] By: jhi                                   on 2000/08/22  14:34:49
25550         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
25551              From: Hugo <hv@crypt.compulink.co.uk>
25552              Date: Tue, 22 Aug 2000 11:21:53 +0100
25553              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
25554      Branch: perl
25555            ! regcomp.c
25556 ____________________________________________________________________________
25557 [  6769] By: jhi                                   on 2000/08/22  14:30:02
25558         Log: Add Yitzchak, reformat.
25559      Branch: perl
25560            ! Changes config_h.SH
25561 ____________________________________________________________________________
25562 [  6768] By: jhi                                   on 2000/08/22  14:21:35
25563         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
25564              and Spider Boardman.
25565      Branch: metaconfig
25566            ! U/compline/d_gconvert.U
25567      Branch: perl
25568            ! Configure
25569 ____________________________________________________________________________
25570 [  6767] By: jhi                                   on 2000/08/22  14:11:24
25571         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
25572              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25573              Date: Mon, 21 Aug 2000 19:08:31 -0700
25574              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
25575      Branch: perl
25576            - ext/Storable/patchlevel.h
25577            ! MANIFEST ext/Storable/MANIFEST
25578 ____________________________________________________________________________
25579 [  6766] By: jhi                                   on 2000/08/22  13:49:29
25580         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
25581              From: Peter Prymmer <pvhp@forte.com>
25582              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
25583              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
25584      Branch: perl
25585            ! configure.com ext/Storable/Makefile.PL
25586 ____________________________________________________________________________
25587 [  6765] By: jhi                                   on 2000/08/22  13:44:59
25588         Log: Subject: [PATCH blead] B:: missing dependency
25589              From: Hugo <hv@crypt.compulink.co.uk>
25590              Date: Tue, 22 Aug 2000 06:44:33 +0100
25591              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
25592      Branch: perl
25593            ! ext/B/Makefile.PL
25594 ____________________________________________________________________________
25595 [  6764] By: jhi                                   on 2000/08/22  13:38:12
25596         Log: More bytecompiler.
25597      Branch: perl
25598            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
25599 ____________________________________________________________________________
25600 [  6763] By: jhi                                   on 2000/08/22  13:36:44
25601         Log: Bytecompiler patches from Benjamin Stuhl.
25602      Branch: perl
25603            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
25604            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
25605            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
25606            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
25607            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
25608            ! perl.c perlapi.h pod/perldelta.pod
25609 ____________________________________________________________________________
25610 [  6762] By: jhi                                   on 2000/08/21  23:43:40
25611         Log: An obsoleted diagnostic.
25612      Branch: perl
25613            ! pod/perldelta.pod
25614 ____________________________________________________________________________
25615 [  6761] By: jhi                                   on 2000/08/21  23:01:45
25616         Log: The #6759 wasn't quite right.
25617      Branch: perl
25618            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25619            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25620            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25621            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25622            ! t/lib/st-tieditems.t
25623 ____________________________________________________________________________
25624 [  6760] By: jhi                                   on 2000/08/21  22:35:49
25625         Log: Be verydeepclean.
25626      Branch: perl
25627            ! Makefile.SH
25628 ____________________________________________________________________________
25629 [  6759] By: jhi                                   on 2000/08/21  22:25:40
25630         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
25631              From: Peter Prymmer <pvhp@forte.com>
25632              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
25633              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
25634      Branch: perl
25635            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
25636            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
25637            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25638            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25639            ! t/lib/st-tieditems.t
25640 ____________________________________________________________________________
25641 [  6758] By: jhi                                   on 2000/08/21  22:22:32
25642         Log: Few more casts, need reported in
25643              
25644              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
25645              From: Mike Stok <mike@stok.co.uk>
25646              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
25647              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
25648              
25649              and
25650              
25651              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
25652              From: abigail@foad.org
25653              Date: 21 Aug 2000 21:31:34 -0000
25654              Message-Id: <20000821213134.30170.qmail@foad.org>
25655      Branch: perl
25656            ! ext/Storable/Storable.xs
25657 ____________________________________________________________________________
25658 [  6757] By: jhi                                   on 2000/08/21  18:37:07
25659         Log: Update Changes.
25660      Branch: perl
25661            ! Changes patchlevel.h
25662 ____________________________________________________________________________
25663 [  6756] By: jhi                                   on 2000/08/21  18:34:02
25664         Log: A pod nit.
25665              
25666              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
25667              From: <abigail@foad.org>
25668              Date: Mon, 21 Aug 2000 14:00:16 -0400
25669              Message-ID: <20000821180016.28627.qmail@foad.org>
25670      Branch: perl
25671            ! pod/perlre.pod
25672 ____________________________________________________________________________
25673 [  6755] By: jhi                                   on 2000/08/21  18:30:56
25674         Log: Use PodParser 1.18 new test.
25675      Branch: perl
25676            ! t/pod/special_seqs.t t/pod/special_seqs.xr
25677 ____________________________________________________________________________
25678 [  6754] By: jhi                                   on 2000/08/21  18:28:35
25679         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
25680              patches cannot be applied since #6712 conflicts.
25681      Branch: perl
25682            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
25683 ____________________________________________________________________________
25684 [  6753] By: jhi                                   on 2000/08/21  18:15:11
25685         Log: Weed out some smaller changes.
25686      Branch: perl
25687            ! pod/perldelta.pod
25688 ____________________________________________________________________________
25689 [  6752] By: jhi                                   on 2000/08/21  18:02:30
25690         Log: Also under djgpp the timestamps are funky.
25691      Branch: perl
25692            ! t/op/stat.t
25693 ____________________________________________________________________________
25694 [  6751] By: jhi                                   on 2000/08/21  17:55:56
25695         Log: Tweak the floating point output routine preferences.
25696      Branch: metaconfig
25697            ! U/compline/d_gconvert.U
25698      Branch: perl
25699            ! Configure
25700 ____________________________________________________________________________
25701 [  6750] By: jhi                                   on 2000/08/21  17:51:29
25702         Log: Unicos/mk requires elaborate paranoia.
25703      Branch: perl
25704            ! lib/Math/Complex.pm
25705 ____________________________________________________________________________
25706 [  6749] By: gsar                                  on 2000/08/21  16:53:31
25707         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
25708      Branch: perl
25709            ! lib/Cwd.pm
25710 ____________________________________________________________________________
25711 [  6748] By: gsar                                  on 2000/08/21  16:22:19
25712         Log: free TLS slot properly on Windows
25713      Branch: perl
25714            ! thread.h win32/perllib.c win32/win32thread.h
25715 ____________________________________________________________________________
25716 [  6747] By: jhi                                   on 2000/08/21  16:20:58
25717         Log: Rename the macro argument because some preprocessors
25718              can't tell the difference and expand arguments also inside
25719              double quoted strings.
25720      Branch: perl
25721            ! regcomp.c
25722 ____________________________________________________________________________
25723 [  6746] By: jhi                                   on 2000/08/21  16:09:41
25724         Log: Support long doubles in Storable.
25725              
25726              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
25727              From: Radu Greab <radu@netsoft.ro>
25728              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
25729              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
25730      Branch: perl
25731            ! ext/Storable/Storable.xs
25732 ____________________________________________________________________________
25733 [  6745] By: jhi                                   on 2000/08/21  15:51:40
25734         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
25735              From: "Fifer, Eric" <EFifer@sanwaint.com>
25736              Date: Mon, 21 Aug 2000 15:34:49 +0100
25737              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
25738      Branch: perl
25739            ! t/pragma/warn/9enabled
25740 ____________________________________________________________________________
25741 [  6744] By: jhi                                   on 2000/08/21  15:39:35
25742         Log: Document the endianness of Alpha more precisely.
25743      Branch: perl
25744            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
25745            ! pod/perlport.pod
25746 ____________________________________________________________________________
25747 [  6743] By: jhi                                   on 2000/08/21  14:47:05
25748         Log: perldelta fixes from the p5p crowd.
25749      Branch: perl
25750            ! pod/perldelta.pod pod/perlop.pod
25751 ____________________________________________________________________________
25752 [  6742] By: jhi                                   on 2000/08/21  13:34:51
25753         Log: Update to Pod::LaTeX 0.53.
25754              
25755              Subject: [PATCH] lib/Pod/LaTeX.pm updates
25756              From: Tim Jenness <timj@jach.hawaii.edu>
25757              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
25758              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
25759      Branch: perl
25760            ! lib/Pod/LaTeX.pm
25761 ____________________________________________________________________________
25762 [  6741] By: jhi                                   on 2000/08/21  13:33:01
25763         Log: Subject: [PATCH] os2.c fix for use64bitint
25764              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25765              Date: Mon, 21 Aug 2000 01:32:25 -0700
25766              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
25767      Branch: perl
25768            ! os2/os2.c
25769 ____________________________________________________________________________
25770 [  6740] By: jhi                                   on 2000/08/21  13:28:52
25771         Log: Array context keeps slithering in.
25772              
25773              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
25774              From: Daniel Chetlin <daniel@chetlin.com>
25775              Date: Sun, 20 Aug 2000 21:40:25 -0700
25776              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
25777      Branch: perl
25778            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
25779            ! pod/perldebtut.pod
25780 ____________________________________________________________________________
25781 [  6739] By: jhi                                   on 2000/08/21  13:23:55
25782         Log: Big-endian quad fixes for Storable from Radu Greab,
25783              plus few explicit null casts for picky compilers.
25784      Branch: perl
25785            ! ext/Storable/Storable.xs
25786 ____________________________________________________________________________
25787 [  6738] By: gsar                                  on 2000/08/21  05:56:13
25788         Log: small tweaks for change#6705: avoid C++ style comments in C code;
25789              use Perl's malloc API rather than the low level system one
25790      Branch: perl
25791            ! win32/win32.c
25792 ____________________________________________________________________________
25793 [  6737] By: gsar                                  on 2000/08/21  05:35:41
25794         Log: add Storable to list of extensions on Windows
25795      Branch: perl
25796            ! win32/Makefile win32/makefile.mk
25797 ____________________________________________________________________________
25798 [  6736] By: jhi                                   on 2000/08/21  02:57:53
25799         Log: Update Changes.
25800      Branch: perl
25801            ! Changes patchlevel.h
25802 ____________________________________________________________________________
25803 [  6735] By: jhi                                   on 2000/08/21  02:57:20
25804         Log: Draft 0.
25805      Branch: perl
25806            ! pod/perldelta.pod
25807 ____________________________________________________________________________
25808 [  6734] By: jhi                                   on 2000/08/21  02:57:03
25809         Log: Add Storable 0.7.2 from Raphael Manfredi,
25810              plus the patch from
25811              
25812              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
25813              From: Radu Greab <radu@netsoft.ro>
25814              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
25815              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
25816              
25817              plus changes to get Storable to compile with
25818              picky ANSI compilers.
25819      Branch: perl
25820            + ext/Storable/ChangeLog ext/Storable/MANIFEST
25821            + ext/Storable/Makefile.PL ext/Storable/README
25822            + ext/Storable/Storable.pm ext/Storable/Storable.xs
25823            + ext/Storable/patchlevel.h t/lib/st-06compat.t
25824            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
25825            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
25826            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
25827            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
25828            + t/lib/st-tieditems.t
25829            ! MANIFEST
25830 ____________________________________________________________________________
25831 [  6733] By: jhi                                   on 2000/08/21  02:29:09
25832         Log: The correct cleaning order is an art.
25833      Branch: perl
25834            ! Makefile.SH
25835 ____________________________________________________________________________
25836 [  6732] By: jhi                                   on 2000/08/21  01:23:39
25837         Log: The #6724 is here.
25838      Branch: perl
25839            ! t/lib/ftmp-security.t
25840 ____________________________________________________________________________
25841 [  6731] By: jhi                                   on 2000/08/20  23:17:03
25842         Log: s/this one/the 5.6.0 release/
25843      Branch: perl
25844            ! pod/perl56delta.pod
25845 ____________________________________________________________________________
25846 [  6730] By: jhi                                   on 2000/08/20  23:07:34
25847         Log: Mention perlebcdic and perlposix-bc.
25848      Branch: perl
25849            ! pod/perlport.pod
25850 ____________________________________________________________________________
25851 [  6729] By: jhi                                   on 2000/08/20  21:32:59
25852         Log: Document the number of exponent digits.
25853      Branch: perl
25854            ! pod/perlfunc.pod
25855 ____________________________________________________________________________
25856 [  6728] By: jhi                                   on 2000/08/20  21:16:47
25857         Log: Use File::Spec->tmpdir().
25858              
25859              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
25860              From: Tim Jenness <timj@jach.hawaii.edu>
25861              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
25862              MIME-Version: 1.0
25863              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
25864      Branch: perl
25865            ! utils/perlbug.PL
25866 ____________________________________________________________________________
25867 [  6727] By: jhi                                   on 2000/08/20  20:43:32
25868         Log: Update Changes.
25869      Branch: perl
25870            ! Changes patchlevel.h
25871 ____________________________________________________________________________
25872 [  6726] By: jhi                                   on 2000/08/20  20:41:44
25873         Log: The veryclean target needs to clobber.
25874      Branch: perl
25875            ! Makefile.SH
25876 ____________________________________________________________________________
25877 [  6725] By: jhi                                   on 2000/08/20  20:37:38
25878         Log: Document odd vs even subreleases and -Dusedevel.
25879      Branch: perl
25880            ! INSTALL
25881 ____________________________________________________________________________
25882 [  6724] By: jhi                                   on 2000/08/20  19:58:05
25883         Log: Use temporary directory instead of current directory.
25884              
25885              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
25886              From: Tim Jenness <timj@jach.hawaii.edu>
25887              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
25888              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
25889      Branch: perl
25890            ! t/lib/ftmp-security.t
25891 ____________________________________________________________________________
25892 [  6723] By: jhi                                   on 2000/08/20  19:55:55
25893         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
25894              From: andreas.koenig@anima.de (Andreas J. Koenig)
25895              Date: 20 Aug 2000 15:52:03 +0200
25896              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
25897      Branch: perl
25898            ! lib/ExtUtils/MM_Unix.pm
25899 ____________________________________________________________________________
25900 [  6722] By: jhi                                   on 2000/08/20  19:46:01
25901         Log: Update to CGI 2.72, from Lincoln Stein.
25902      Branch: perl
25903            ! lib/CGI.pm
25904 ____________________________________________________________________________
25905 [  6721] By: jhi                                   on 2000/08/20  19:43:54
25906         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
25907              From: Radu Greab <radu@netsoft.ro>
25908              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
25909              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
25910      Branch: perl
25911            ! ext/GDBM_File/GDBM_File.xs
25912 ____________________________________________________________________________
25913 [  6720] By: jhi                                   on 2000/08/20  19:42:01
25914         Log: pp_open() could pass an uninitialized filename down to do_open9().
25915      Branch: perl
25916            ! pp_sys.c
25917 ____________________________________________________________________________
25918 [  6719] By: jhi                                   on 2000/08/20  14:06:41
25919         Log: UTF8 concat fixes.
25920              
25921              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
25922              From: Hugo <hv@crypt.compulink.co.uk>
25923              Date: Sun, 20 Aug 2000 07:30:46 +0100
25924              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
25925      Branch: perl
25926            ! pp_hot.c t/op/append.t
25927 ____________________________________________________________________________
25928 [  6718] By: jhi                                   on 2000/08/20  02:09:37
25929         Log: Let's try #6717 again.
25930      Branch: perl
25931            ! lib/File/Temp.pm
25932 ____________________________________________________________________________
25933 [  6717] By: jhi                                   on 2000/08/20  01:56:55
25934         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
25935              From: "Craig A. Berry" <craig.berry@metamorgs.com>
25936              Date: Sat, 19 Aug 2000 18:15:39 -0500
25937              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
25938      Branch: perl
25939            ! lib/File/Temp.pm
25940 ____________________________________________________________________________
25941 [  6716] By: jhi                                   on 2000/08/19  15:50:11
25942         Log: Update Changes.
25943      Branch: perl
25944            ! Changes patchlevel.h
25945 ____________________________________________________________________________
25946 [  6715] By: jhi                                   on 2000/08/19  15:39:09
25947         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
25948              From: Jonathan D Johnston <jdjohnston2@juno.com>
25949              Date: Thu, 17 Aug 2000 23:13:01 -0400       
25950              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
25951      Branch: perl
25952            ! pod/perlfunc.pod
25953 ____________________________________________________________________________
25954 [  6714] By: jhi                                   on 2000/08/19  15:34:04
25955         Log: Introduce a 'veryclean' target that is like 'distclean'
25956              but also removes *~ and *.orig.
25957      Branch: perl
25958            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
25959            ! utils/Makefile x2p/Makefile.SH
25960 ____________________________________________________________________________
25961 [  6713] By: jhi                                   on 2000/08/19  14:15:45
25962         Log: Put back the long double avoidance code to POSIX.xs
25963              because VMS seems to need it still.
25964      Branch: perl
25965            ! ext/POSIX/POSIX.xs
25966 ____________________________________________________________________________
25967 [  6712] By: jhi                                   on 2000/08/19  14:10:41
25968         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
25969              From: Peter Prymmer <pvhp@forte.com>
25970              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
25971              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
25972      Branch: perl
25973            ! lib/Pod/Find.pm t/pod/find.t
25974 ____________________________________________________________________________
25975 [  6711] By: jhi                                   on 2000/08/19  14:09:19
25976         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
25977              From: Peter Prymmer <pvhp@forte.com>
25978              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
25979              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
25980              cc: vmsperl@perl.org
25981      Branch: perl
25982            ! t/lib/peek.t
25983 ____________________________________________________________________________
25984 [  6710] By: jhi                                   on 2000/08/19  14:08:01
25985         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
25986              From: Jan Dubois <jand@ActiveState.com>
25987              Date: Fri, 18 Aug 2000 16:31:48 -0700
25988              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
25989      Branch: perl
25990            ! win32/win32.c
25991 ____________________________________________________________________________
25992 [  6709] By: jhi                                   on 2000/08/19  14:06:57
25993         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
25994              
25995              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
25996              From: Spider.Boardman@Orb.Nashua.NH.US
25997              Date: Fri, 18 Aug 2000 18:41:14 -0400
25998              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
25999      Branch: perl
26000            ! regcomp.c
26001 ____________________________________________________________________________
26002 [  6708] By: jhi                                   on 2000/08/18  22:04:49
26003         Log: Update Changes.
26004      Branch: perl
26005            ! Changes patchlevel.h
26006 ____________________________________________________________________________
26007 [  6707] By: jhi                                   on 2000/08/18  21:55:14
26008         Log: Add warnif(), check warnings further up the stack,
26009              all the warnings functions now can take an optional object reference.
26010              
26011              Subject: [PATCH bleedperl@6691] warnings pragma update
26012              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
26013              Date: Fri, 18 Aug 2000 22:42:06 +0100
26014              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
26015      Branch: perl
26016            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
26017            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
26018            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
26019 ____________________________________________________________________________
26020 [  6706] By: jhi                                   on 2000/08/18  21:41:45
26021         Log: Typo in pp_complement().
26022              
26023              Subject: [PATCH perl-current] Deparse
26024              From: Peter Scott <Peter@PSDT.com>
26025              Date: Fri, 18 Aug 2000 12:44:37 -0700
26026              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
26027      Branch: perl
26028            ! ext/B/B/Deparse.pm
26029 ____________________________________________________________________________
26030 [  6705] By: jhi                                   on 2000/08/18  21:25:59
26031         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
26032              From: Jan Dubois <jand@ActiveState.com>
26033              Date: Fri, 18 Aug 2000 14:22:51 -0700
26034              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
26035      Branch: perl
26036            ! lib/Win32.pod win32/win32.c
26037 ____________________________________________________________________________
26038 [  6704] By: jhi                                   on 2000/08/18  21:16:14
26039         Log: Don't eat leading os from index entries.
26040              
26041              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
26042              From: Russ Allbery <rra@stanford.edu>
26043              Date: 10 Aug 2000 20:49:25 -0700
26044              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
26045      Branch: perl
26046            ! lib/Pod/Man.pm
26047 ____________________________________________________________________________
26048 [  6703] By: jhi                                   on 2000/08/18  21:07:06
26049         Log: Add [[:blank:]] as suggested in
26050              
26051              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26052              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
26053              Date: Sun, 16 Jul 2000 17:55:29 -0700
26054              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
26055              
26056              (the [=cc=] has already been taken care of by #6439
26057              so the whole bug report can be closed)
26058              
26059              and make [[:space:]] to be equivalent to isspace(3)
26060              (as opposed to \s, which is isSPACE()).  The difference
26061              is that now [[:space:]] matches the mythical vertical tab,
26062              while \s doesn't.
26063      Branch: perl
26064            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
26065            ! regexec.c t/op/pat.t
26066 ____________________________________________________________________________
26067 [  6702] By: jhi                                   on 2000/08/18  18:47:47
26068         Log: The new tests were missing from #6415.
26069      Branch: perl
26070            ! t/op/bop.t
26071 ____________________________________________________________________________
26072 [  6701] By: jhi                                   on 2000/08/18  18:20:40
26073         Log: Document the NDBM_File and ODBM_File as SDBM_File
26074              was documented in #6417.
26075      Branch: perl
26076            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
26077            ! ext/SDBM_File/SDBM_File.pm
26078 ____________________________________________________________________________
26079 [  6700] By: jhi                                   on 2000/08/18  18:10:39
26080         Log: Subject: [PATCH perl@6698] cygwin port
26081              From: "Fifer, Eric" <EFifer@sanwaint.com>
26082              Date: Fri, 18 Aug 2000 17:30:05 +0100
26083              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
26084      Branch: perl
26085            ! lib/File/Temp.pm
26086 ____________________________________________________________________________
26087 [  6699] By: jhi                                   on 2000/08/18  16:21:49
26088         Log: Document code point which makes if (defined %stash::) to work
26089              (noted by Spider Boardman).
26090      Branch: perl
26091            ! op.c
26092 ____________________________________________________________________________
26093 [  6698] By: jhi                                   on 2000/08/18  13:43:27
26094         Log: Update Changes.
26095      Branch: perl
26096            ! Changes patchlevel.h
26097 ____________________________________________________________________________
26098 [  6697] By: jhi                                   on 2000/08/18  13:35:57
26099         Log: Tiny Getopt::Long patch from Johan Vromans.
26100      Branch: perl
26101            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
26102 ____________________________________________________________________________
26103 [  6696] By: jhi                                   on 2000/08/18  13:26:14
26104         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
26105              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
26106              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
26107              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
26108      Branch: perl
26109            ! pod/perldiag.pod pod/perlsyn.pod
26110 ____________________________________________________________________________
26111 [  6695] By: jhi                                   on 2000/08/18  13:13:26
26112         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
26113              From: Daniel Chetlin <daniel@chetlin.com>
26114              Date: Fri, 18 Aug 2000 03:13:36 -0700
26115              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
26116      Branch: perl
26117            ! pod/perlfunc.pod
26118 ____________________________________________________________________________
26119 [  6694] By: jhi                                   on 2000/08/18  13:08:05
26120         Log: Subject: [PATCH] perltrap.pod spring cleaning
26121              From: Daniel Chetlin <daniel@chetlin.com>
26122              Date: Fri, 18 Aug 2000 03:06:54 -0700
26123              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
26124              
26125              plus Mike Guy's nitfix.
26126      Branch: perl
26127            ! pod/perltrap.pod
26128 ____________________________________________________________________________
26129 [  6693] By: jhi                                   on 2000/08/18  13:00:26
26130         Log: Unbuffer the output.
26131              
26132              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
26133              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26134              Date: Thu, 17 Aug 2000 18:39:29 -0700
26135              Message-ID: <RPJn5gzkgydf092yn@efn.org>
26136      Branch: perl
26137            ! t/op/fork.t
26138 ____________________________________________________________________________
26139 [  6692] By: jhi                                   on 2000/08/18  05:19:17
26140         Log: Delete the image, too, not just its MANIFEStation.
26141      Branch: perl
26142            - lib/CGI/eg/wilogo.gif
26143 ____________________________________________________________________________
26144 [  6691] By: jhi                                   on 2000/08/18  05:10:26
26145         Log: Propagate new Configure vars.
26146      Branch: perl
26147            ! configure.com epoc/config.sh uconfig.h uconfig.sh
26148            ! vos/config.def vos/config.h vos/config_h.SH_orig
26149            ! win32/config.bc win32/config.gc win32/config.vc
26150            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26151 ____________________________________________________________________________
26152 [  6690] By: jhi                                   on 2000/08/18  04:30:56
26153         Log: Update Changes.
26154      Branch: perl
26155            ! Changes patchlevel.h
26156 ____________________________________________________________________________
26157 [  6689] By: jhi                                   on 2000/08/18  04:12:30
26158         Log: Fix the lib/complex failure of
26159              
26160              From: abigail@foad.org
26161              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26162              Date: 15 Aug 2000 04:06:38 -0000
26163              Message-Id: <20000815040638.8524.qmail@foad.org> 
26164              
26165              Linux long double accuracy issue: something that
26166              when printed with %g looks like "2" but int() of it is 1.
26167      Branch: perl
26168            ! lib/Math/Complex.pm
26169 ____________________________________________________________________________
26170 [  6688] By: jhi                                   on 2000/08/18  03:15:35
26171         Log: The byteorder code in #6671 was wrong.
26172      Branch: perl
26173            ! configpm
26174 ____________________________________________________________________________
26175 [  6687] By: jhi                                   on 2000/08/18  02:08:42
26176         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
26177              From: Jan Dubois <jand@ActiveState.com>
26178              Date: Thu, 17 Aug 2000 18:31:55 -0700
26179              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
26180      Branch: perl
26181            ! sv.c
26182 ____________________________________________________________________________
26183 [  6686] By: jhi                                   on 2000/08/18  02:04:15
26184         Log: Use NVs in POSIX math, not doubles.
26185              
26186              From: abigail@foad.org
26187              Subject: [ID 20000817.014] POSIX & modfl
26188              Date: 17 Aug 2000 20:49:18 -0000
26189              Message-Id: <20000817204918.23123.qmail@foad.org>
26190      Branch: perl
26191            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
26192 ____________________________________________________________________________
26193 [  6685] By: jhi                                   on 2000/08/18  02:02:12
26194         Log: Introduce NVef, NVff, and NVgf, use the middle one.
26195              (helps for lib/peek + Linux + long doubles)  Reported in
26196              
26197              From: abigail@foad.org
26198              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
26199              Date: 15 Aug 2000 04:06:38 -0000
26200              Message-Id: <20000815040638.8524.qmail@foad.org> 
26201              
26202              (note: the lib/complex failure has not yet been addressed)
26203      Branch: metaconfig/U/perl
26204            ! perlxvf.U
26205      Branch: perl
26206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26207            ! config_h.SH dump.c perl.h pod/perlguts.pod
26208 ____________________________________________________________________________
26209 [  6684] By: jhi                                   on 2000/08/17  23:22:19
26210         Log: Add byteorder to the myconfig output.
26211      Branch: perl
26212            ! myconfig.SH
26213 ____________________________________________________________________________
26214 [  6683] By: jhi                                   on 2000/08/17  23:20:19
26215         Log: The image doth not exist, spotted by Johan Vromans.
26216      Branch: perl
26217            ! MANIFEST
26218 ____________________________________________________________________________
26219 [  6682] By: jhi                                   on 2000/08/17  22:38:16
26220         Log: Document what the backtick returns if the command fails.
26221      Branch: perl
26222            ! pod/perlop.pod
26223 ____________________________________________________________________________
26224 [  6681] By: jhi                                   on 2000/08/17  22:33:12
26225         Log: Do not use prototyping here.
26226              
26227              Subject: [ID 20000817.016] [PATCH] Peek.xs
26228              From: abigail@foad.org
26229              Date: 17 Aug 2000 20:55:56 -0000
26230              Message-Id: <20000817205556.24270.qmail@foad.org>
26231      Branch: perl
26232            ! ext/Devel/Peek/Makefile.PL
26233 ____________________________________________________________________________
26234 [  6680] By: jhi                                   on 2000/08/17  19:46:43
26235         Log: Don't propose using modules built for 5.005 if no binary
26236              compatibility with 5.005 is attempted.
26237              
26238              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
26239              Subject: Minor nit with 5.7.0 (6655)
26240              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
26241              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
26242      Branch: metaconfig
26243            ! U/installdirs/inc_version_list.U
26244      Branch: perl
26245            ! Configure config_h.SH
26246 ____________________________________________________________________________
26247 [  6679] By: jhi                                   on 2000/08/17  19:16:39
26248         Log: Microperl config update.
26249      Branch: perl
26250            ! uconfig.h uconfig.sh
26251 ____________________________________________________________________________
26252 [  6678] By: jhi                                   on 2000/08/17  19:16:13
26253         Log: The #6648 wasn't protective enough for limited platforms
26254              (like microperl).
26255      Branch: perl
26256            ! dump.c sv.c
26257 ____________________________________________________________________________
26258 [  6677] By: jhi                                   on 2000/08/17  14:46:35
26259         Log: Update Changes.
26260      Branch: perl
26261            ! Changes patchlevel.h
26262 ____________________________________________________________________________
26263 [  6676] By: jhi                                   on 2000/08/17  14:44:02
26264         Log: Add perlebcdic from Peter Prymmer, regen toc.
26265      Branch: perl
26266            + pod/perlebcdic.pod
26267            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26268 ____________________________________________________________________________
26269 [  6675] By: jhi                                   on 2000/08/17  14:41:52
26270         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
26271      Branch: perl
26272            ! pod/perldebtut.pod
26273 ____________________________________________________________________________
26274 [  6674] By: jhi                                   on 2000/08/17  14:29:43
26275         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
26276              
26277              Subject: [ID 20000724.006] -DLEAKTEST problem
26278              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
26279              Date: Tue, 25 Jul 2000 00:36:32 -0500
26280              Message-Id: <20000725003632.A26186@www.llamacom.com>
26281              
26282              Reminder sent
26283              
26284              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
26285              From: Hugo <hv@crypt.compulink.co.uk>
26286              Date: Thu, 17 Aug 2000 15:23:42 +0100
26287              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
26288      Branch: perl
26289            ! util.c
26290 ____________________________________________________________________________
26291 [  6673] By: jhi                                   on 2000/08/17  04:07:10
26292         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
26293              From: John Peacock <JPeacock@UnivPress.com>
26294              Date: Tue, 01 Aug 2000 09:38:12 -0400
26295              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
26296      Branch: perl
26297            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
26298 ____________________________________________________________________________
26299 [  6672] By: jhi                                   on 2000/08/17  03:04:35
26300         Log: Subject: [PATCH] Cwd.pm now uses strict
26301              From: Tim Jenness <timj@jach.hawaii.edu>
26302              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
26303              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
26304      Branch: perl
26305            ! lib/Cwd.pm
26306 ____________________________________________________________________________
26307 [  6671] By: jhi                                   on 2000/08/17  02:16:35
26308         Log: Make $Config{byteorder} more magical so that it is
26309              dynamically computed: nice for 'fat binaries'.
26310              
26311              Subject: [PATCH]: default byteorder
26312              From: Wilfredo Sánchez <wsanchez@apple.com>
26313              Date: Mon, 31 Jul 2000 19:45:31 -0700
26314              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
26315      Branch: perl
26316            ! configpm
26317 ____________________________________________________________________________
26318 [  6670] By: gsar                                  on 2000/08/17  01:22:21
26319         Log: move WNOHANG definition to where other such things are
26320      Branch: perl
26321            ! win32/win32.h
26322 ____________________________________________________________________________
26323 [  6669] By: jhi                                   on 2000/08/17  01:19:17
26324         Log: Update Changes.
26325      Branch: perl
26326            ! Changes patchlevel.h
26327 ____________________________________________________________________________
26328 [  6668] By: jhi                                   on 2000/08/17  01:16:29
26329         Log: Doc nits spotted by Richard Soderberg.
26330      Branch: perl
26331            ! README.posix-bc README.vmesa
26332 ____________________________________________________________________________
26333 [  6667] By: jhi                                   on 2000/08/17  01:12:11
26334         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
26335              From: "Casey R. Tweten" <crt@kiski.net>
26336              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
26337              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
26338      Branch: perl
26339            ! pod/perldebtut.pod
26340 ____________________________________________________________________________
26341 [  6666] By: jhi                                   on 2000/08/17  01:09:31
26342         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
26343              From: "Casey R. Tweten" <crt@kiski.net>
26344              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
26345              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
26346      Branch: perl
26347            ! lib/Shell.pm
26348 ____________________________________________________________________________
26349 [  6665] By: gsar                                  on 2000/08/17  01:03:52
26350         Log: add "ok" targets from change#6632 in makefile.mk
26351      Branch: perl
26352            ! pod/perlport.pod win32/Makefile win32/makefile.mk
26353 ____________________________________________________________________________
26354 [  6664] By: gsar                                  on 2000/08/17  00:56:11
26355         Log: avoid warnings from dense compiler
26356      Branch: perl
26357            ! win32/win32.c
26358 ____________________________________________________________________________
26359 [  6663] By: jhi                                   on 2000/08/17  00:51:49
26360         Log: Tweak the regex compilation errors once more.
26361      Branch: perl
26362            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26363            ! t/op/regmesg.t t/pragma/warn/regcomp
26364 ____________________________________________________________________________
26365 [  6662] By: gsar                                  on 2000/08/17  00:28:19
26366         Log: trailing new %ENV entries weren't being pushed into the real
26367              environment of subprocesses on Windows
26368      Branch: perl
26369            ! t/op/magic.t win32/perlhost.h
26370 ____________________________________________________________________________
26371 [  6661] By: gsar                                  on 2000/08/17  00:19:20
26372         Log: waitpid() now handles externally spawned pids correctly;
26373              fixes for backtick/wait/waitpid failures on Windows 9x
26374              
26375              these changes make the pid returned by process functions on
26376              Windows 9x always positive by clearing the high bit (which
26377              is always set on Win9x); pseudo-process PIDs are likewise
26378              always negative now on Win9x (just as on NT/2000)
26379      Branch: perl
26380            ! pp_sys.c win32/perlhost.h win32/win32.c
26381 ____________________________________________________________________________
26382 [  6660] By: jhi                                   on 2000/08/17  00:04:32
26383         Log: Retract #6645.
26384      Branch: perl
26385            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26386            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26387            ! t/op/sprintf.t
26388 ____________________________________________________________________________
26389 [  6659] By: gsar                                  on 2000/08/16  23:59:28
26390         Log: on windows, the return values from wait() and waitpid() don't
26391              match those of pseudo-pids
26392      Branch: perl
26393            ! pp_sys.c t/op/fork.t util.c win32/win32.c
26394 ____________________________________________________________________________
26395 [  6658] By: gsar                                  on 2000/08/16  23:56:14
26396         Log: pod nit seen in passing
26397      Branch: perl
26398            ! pod/perlfunc.pod
26399 ____________________________________________________________________________
26400 [  6657] By: gsar                                  on 2000/08/16  23:53:42
26401         Log: change#6328 could make close(SOCKET) return false on windows
26402              when it shouldn't
26403      Branch: perl
26404            ! win32/win32sck.c
26405 ____________________________________________________________________________
26406 [  6656] By: gsar                                  on 2000/08/16  23:46:57
26407         Log: check that the number pseudo children doesn't exceed
26408              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26409              the WaitForMultipleObjects() limit that would cause wait()
26410              to crash)
26411              
26412              wait() and waitpid() could potentially be rewritten to use
26413              more than one thread to do the waiting to eliminate this
26414              limitation
26415      Branch: perl
26416            ! win32/perlhost.h
26417 ____________________________________________________________________________
26418 [  6655] By: jhi                                   on 2000/08/16  14:11:05
26419         Log: Update Changes.
26420      Branch: perl
26421            ! Changes patchlevel.h
26422 ____________________________________________________________________________
26423 [  6654] By: jhi                                   on 2000/08/16  14:10:12
26424         Log: Update to perldebtut 1.9, from Richard Foley.
26425      Branch: perl
26426            ! pod/perldebtut.pod
26427 ____________________________________________________________________________
26428 [  6653] By: jhi                                   on 2000/08/16  14:08:17
26429         Log: Change the regx compilation error markers to use = instead of <
26430              since pod makes using the latter quite messy.  Reported in
26431              ID 20000814.006 by Abigail and in
26432              Subject: Unknown escape E<> ?
26433              From: Lupe Christoph <lupe@lupe-christoph.de>
26434              Date: Fri, 11 Aug 2000 00:30:27 +0200
26435              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
26436      Branch: perl
26437            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
26438            ! t/op/regmesg.t t/pragma/warn/regcomp
26439 ____________________________________________________________________________
26440 [  6652] By: jhi                                   on 2000/08/16  13:25:31
26441         Log: Change the perlbug address to perl.org since it's more forgiving.
26442              
26443              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
26444              From: abigail@foad.org
26445              Date: 15 Aug 2000 04:15:40 -0000
26446              Message-Id: <20000815041540.8633.qmail@foad.org>
26447      Branch: perl
26448            ! utils/perlbug.PL
26449 ____________________________________________________________________________
26450 [  6651] By: jhi                                   on 2000/08/16  13:22:35
26451         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26452              From: Tim Jenness <timj@jach.hawaii.edu>
26453              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
26454              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
26455      Branch: perl
26456            ! lib/Cwd.pm
26457 ____________________________________________________________________________
26458 [  6650] By: jhi                                   on 2000/08/16  13:18:13
26459         Log: Update to CPAN 1.57.
26460              
26461              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
26462              From: andreas.koenig@anima.de (Andreas J. Koenig)
26463              Date: 16 Aug 2000 15:09:46 +0200
26464              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
26465      Branch: perl
26466            ! lib/CPAN.pm
26467 ____________________________________________________________________________
26468 [  6649] By: jhi                                   on 2000/08/16  13:12:31
26469         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
26470              From: "Larry W. Virden" <lvirden@cas.org>
26471              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
26472              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
26473      Branch: perl
26474            ! README.hpux
26475 ____________________________________________________________________________
26476 [  6648] By: jhi                                   on 2000/08/16  13:03:53
26477         Log: The numeric locale was reset to "C" by s?printf and never restored.
26478              
26479              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26480              From: Christian Kirsch <ck@held.mind.de>
26481              Date: Wed, 9 Aug 2000 17:05:17 +0200
26482              Message-Id: <20000809170517.A25389@held>
26483              
26484              No test since adding the failing example to locale.t
26485              does not fail -- probably because the locale settings are so
26486              thoroughly tweaked by that time.  Running the example standalone
26487              does fail, though.  UPDATE: test case added at change #7540.
26488      Branch: perl
26489            ! dump.c perl.h pp.c pp_ctl.c sv.c
26490 ____________________________________________________________________________
26491 [  6647] By: jhi                                   on 2000/08/16  00:07:54
26492         Log: Update Changes and test semi-automatic patchlevel updating.
26493      Branch: perl
26494            ! Changes patchlevel.h
26495 ____________________________________________________________________________
26496 [  6646] By: jhi                                   on 2000/08/15  23:35:07
26497         Log: Fix a dependency problem.
26498              
26499              Subject: [PATCH: 6640] VMS Makefile.SH update
26500              From: Peter Prymmer <pvhp@forte.com>
26501              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
26502              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
26503      Branch: perl
26504            ! vms/descrip_mms.template
26505 ____________________________________________________________________________
26506 [  6645] By: jhi                                   on 2000/08/15  23:33:23
26507         Log: (Retracted by #6660)
26508              
26509              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
26510              From: Dominic Dunlop <domo@computer.org>
26511              Date: Tue, 15 Aug 2000 22:20:52 +0200
26512              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
26513      Branch: metaconfig/U/perl
26514            + d_printfed.U
26515      Branch: perl
26516            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26517            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
26518            ! t/op/sprintf.t
26519 ____________________________________________________________________________
26520 [  6644] By: jhi                                   on 2000/08/15  21:17:20
26521         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26522              From: abigail@foad.org
26523              Date: 15 Aug 2000 20:12:41 -0000
26524              Message-Id: <20000815201241.25556.qmail@foad.org>
26525      Branch: perl
26526            ! INSTALL
26527 ____________________________________________________________________________
26528 [  6643] By: jhi                                   on 2000/08/15  21:15:28
26529         Log: (an already applied patch)
26530      Branch: perl
26531            ! lib/CGI.pm
26532 ____________________________________________________________________________
26533 [  6642] By: gsar                                  on 2000/08/15  19:54:05
26534         Log: magic callbacks all need to have same type signature
26535      Branch: perl
26536            ! embed.pl mg.c proto.h
26537 ____________________________________________________________________________
26538 [  6641] By: jhi                                   on 2000/08/15  17:56:27
26539         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)
26540              From: Mike Guy <mjtg@cam.ac.uk>
26541              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
26542              Date: Tue, 15 Aug 2000 18:26:45 +0100
26543              
26544              Only the peek.t part applied, not the hash quality part.
26545      Branch: perl
26546            ! t/lib/peek.t
26547 ____________________________________________________________________________
26548 [  6640] By: jhi                                   on 2000/08/15  16:37:37
26549         Log: Update Changes.
26550      Branch: perl
26551            ! Changes
26552 ____________________________________________________________________________
26553 [  6639] By: jhi                                   on 2000/08/15  16:34:55
26554         Log: Missed a file from #6638.
26555      Branch: perl
26556            ! lib/File/Temp.pm
26557 ____________________________________________________________________________
26558 [  6638] By: jhi                                   on 2000/08/15  16:33:19
26559         Log: Subject: [PATCH perl@6620] cygwin port
26560              From: "Fifer, Eric" <EFifer@sanwaint.com>
26561              Date: Tue, 15 Aug 2000 17:00:49 +0100
26562              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
26563      Branch: perl
26564            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
26565 ____________________________________________________________________________
26566 [  6637] By: jhi                                   on 2000/08/15  16:29:22
26567         Log: Subject: [PATCH] debugger exit code should reflect user exit code
26568              From: Mike Guy <mjtg@cam.ac.uk>
26569              Date: Tue, 15 Aug 2000 16:55:59 +0100
26570              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
26571      Branch: perl
26572            ! lib/perl5db.pl
26573 ____________________________________________________________________________
26574 [  6636] By: jhi                                   on 2000/08/15  15:30:58
26575         Log: Update Changes.
26576      Branch: perl
26577            ! Changes
26578 ____________________________________________________________________________
26579 [  6635] By: jhi                                   on 2000/08/15  15:27:21
26580         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
26581      Branch: metaconfig
26582            ! U/mkglossary U/mksample
26583      Branch: metaconfig/U/perl
26584            ! Devel.U
26585      Branch: perl
26586            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26587 ____________________________________________________________________________
26588 [  6634] By: jhi                                   on 2000/08/15  14:11:55
26589         Log: Don't blow limited stacks, a lower number is enough to
26590              tickle the lookbehind limit.
26591              
26592              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
26593              From: Dominic Dunlop <domo@computer.org>
26594              Date: Tue, 15 Aug 2000 13:51:24 +0200
26595              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
26596      Branch: perl
26597            ! t/op/regmesg.t
26598 ____________________________________________________________________________
26599 [  6633] By: jhi                                   on 2000/08/15  14:01:46
26600         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26601              From: Mike Guy <mjtg@cam.ac.uk>
26602              Date: Tue, 15 Aug 2000 12:10:50 +0100
26603              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
26604      Branch: perl
26605            ! utils/perldoc.PL
26606 ____________________________________________________________________________
26607 [  6632] By: jhi                                   on 2000/08/15  13:58:48
26608         Log: make ok etc also for win32.
26609              
26610              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
26611              From: Prymmer/Kahn <pvhp@best.com>
26612              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
26613              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
26614      Branch: perl
26615            ! win32/Makefile
26616 ____________________________________________________________________________
26617 [  6631] By: jhi                                   on 2000/08/15  13:45:03
26618         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
26619      Branch: perl
26620            ! lib/Test.pm
26621 ____________________________________________________________________________
26622 [  6630] By: jhi                                   on 2000/08/15  03:25:09
26623         Log: Update Changes.
26624      Branch: perl
26625            ! Changes
26626 ____________________________________________________________________________
26627 [  6629] By: jhi                                   on 2000/08/15  03:23:53
26628         Log: magic_regdatum_set() is void, not int.
26629      Branch: perl
26630            ! embed.pl mg.c proto.h
26631 ____________________________________________________________________________
26632 [  6628] By: jhi                                   on 2000/08/15  03:08:02
26633         Log: Make the user to give up his firstborn, err, to knowingly
26634              verify installing an unstable developer release.  Also bump
26635              the release to 5.7.0, but leave a patch tag in the local
26636              patches saying that this is not yet the real thing.
26637      Branch: metaconfig
26638            ! U/modified/Instruct.U
26639      Branch: metaconfig/U/perl
26640            + Devel.U
26641      Branch: perl
26642            ! Configure patchlevel.h
26643 ____________________________________________________________________________
26644 [  6627] By: jhi                                   on 2000/08/14  22:32:52
26645         Log: README.os2 update.
26646              
26647              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26648              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26649              Date: Wed, 02 Aug 2000 21:55:09 -0700
26650              Message-ID: <tsPi5gzkgegX092yn@efn.org>
26651      Branch: perl
26652            ! README.os2
26653 ____________________________________________________________________________
26654 [  6626] By: jhi                                   on 2000/08/14  21:00:02
26655         Log: Subject: Re: File::Temp problems on VMS in bleedperl
26656              From: Tim Jenness <timj@jach.hawaii.edu>
26657              cc: vmsperl@perl.org
26658              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
26659              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
26660      Branch: perl
26661            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26662 ____________________________________________________________________________
26663 [  6625] By: jhi                                   on 2000/08/14  20:52:16
26664         Log: Add SUIDMAIL as was done for the CERT alert.
26665      Branch: perl
26666            ! patchlevel.h
26667 ____________________________________________________________________________
26668 [  6624] By: jhi                                   on 2000/08/14  20:48:50
26669         Log: Subject: sfio2000
26670              From: Daniel Muino <dmuino@afip.gov.ar>
26671              Date: Mon, 14 Aug 2000 16:58:11 -0300
26672              Message-ID: <20000814165811.B16368@con2-dgi>
26673      Branch: perl
26674            ! perlsdio.h perlsfio.h
26675 ____________________________________________________________________________
26676 [  6623] By: jhi                                   on 2000/08/14  20:47:36
26677         Log: Subject: warning: storage class after type is obsolescent
26678              From: Daniel Muino <dmuino@afip.gov.ar>
26679              Date: Mon, 14 Aug 2000 16:42:47 -0300
26680              Message-ID: <20000814164247.A16368@con2-dgi>
26681      Branch: perl
26682            ! regcomp.pl regnodes.h
26683 ____________________________________________________________________________
26684 [  6622] By: jhi                                   on 2000/08/14  20:43:05
26685         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
26686              From: abigail@foad.org
26687              Date: 14 Aug 2000 20:00:10 -0000
26688              Message-Id: <20000814200010.27271.qmail@foad.org>
26689      Branch: perl
26690            ! Changes
26691 ____________________________________________________________________________
26692 [  6621] By: jhi                                   on 2000/08/14  15:23:05
26693         Log: Update Changes.
26694      Branch: perl
26695            ! Changes
26696 ____________________________________________________________________________
26697 [  6620] By: jhi                                   on 2000/08/14  15:22:14
26698         Log: Subject: Re: [PATCH] @+, @- readonly
26699              From: Mike Guy <mjtg@cam.ac.uk>
26700              Date: Mon, 14 Aug 2000 15:26:55 +0100
26701              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
26702      Branch: perl
26703            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
26704            ! sv.c t/op/pat.t
26705 ____________________________________________________________________________
26706 [  6619] By: jhi                                   on 2000/08/14  14:12:08
26707         Log: Update Changes.
26708      Branch: perl
26709            ! Changes
26710 ____________________________________________________________________________
26711 [  6618] By: jhi                                   on 2000/08/14  14:09:34
26712         Log: For now remove the mail code.
26713      Branch: perl
26714            ! perl.c
26715 ____________________________________________________________________________
26716 [  6617] By: jhi                                   on 2000/08/14  14:08:28
26717         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
26718      Branch: perl
26719            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
26720            ! pod/perlfaq8.pod pod/perlsec.pod
26721 ____________________________________________________________________________
26722 [  6616] By: jhi                                   on 2000/08/14  14:00:11
26723         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26724              From: Mike Guy <mjtg@cam.ac.uk>
26725              Date: Mon, 14 Aug 2000 08:26:02 +0100
26726              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
26727      Branch: perl
26728            ! lib/perl5db.pl
26729 ____________________________________________________________________________
26730 [  6615] By: jhi                                   on 2000/08/14  13:58:45
26731         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
26732              From: Mike Guy <mjtg@cam.ac.uk>
26733              Date: Mon, 14 Aug 2000 08:04:22 +0100
26734              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
26735      Branch: perl
26736            ! gv.c mg.c t/op/pat.t
26737 ____________________________________________________________________________
26738 [  6614] By: jhi                                   on 2000/08/14  13:56:45
26739         Log: Subject: Test fails / warnings with perl-current #6612
26740              From: Mike Guy <mjtg@cam.ac.uk>
26741              Date: Mon, 14 Aug 2000 07:57:23 +0100
26742              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
26743      Branch: perl
26744            ! t/lib/b.t t/lib/peek.t
26745 ____________________________________________________________________________
26746 [  6613] By: jhi                                   on 2000/08/14  13:45:33
26747         Log: VMS configure.com update continues.
26748      Branch: perl
26749            - vms/configure.com
26750            ! MANIFEST configure.com
26751 ____________________________________________________________________________
26752 [  6612] By: jhi                                   on 2000/08/13  22:13:35
26753         Log: Update Changes.
26754      Branch: perl
26755            ! Changes
26756 ____________________________________________________________________________
26757 [  6611] By: jhi                                   on 2000/08/13  16:21:45
26758         Log: Upgrade to CGI 2.71, from Lincoln Stein.
26759      Branch: perl
26760            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
26761 ____________________________________________________________________________
26762 [  6610] By: jhi                                   on 2000/08/13  15:09:16
26763         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
26764              From: Mike Guy <mjtg@cam.ac.uk>
26765              Date: Sun, 13 Aug 2000 13:45:51 +0100
26766              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
26767      Branch: perl
26768            ! t/op/regmesg.t
26769 ____________________________________________________________________________
26770 [  6609] By: jhi                                   on 2000/08/13  14:31:26
26771         Log: Andreas says that 1.56 is fine, so reverting back to it.
26772      Branch: perl
26773            ! lib/CPAN.pm
26774 ____________________________________________________________________________
26775 [  6608] By: jhi                                   on 2000/08/13  05:34:20
26776         Log: Update Changes.
26777      Branch: perl
26778            ! Changes
26779 ____________________________________________________________________________
26780 [  6607] By: jhi                                   on 2000/08/13  05:32:01
26781         Log: Put back the \z changes of #5406 to CPAN.pm.
26782      Branch: perl
26783            ! lib/CPAN.pm
26784 ____________________________________________________________________________
26785 [  6606] By: jhi                                   on 2000/08/13  05:20:16
26786         Log: Fix-n-skip the tests under 5005threads.
26787      Branch: perl
26788            ! t/lib/b.t
26789 ____________________________________________________________________________
26790 [  6605] By: jhi                                   on 2000/08/13  05:07:48
26791         Log: Fix the test for 5005threads.
26792      Branch: perl
26793            ! t/lib/peek.t
26794 ____________________________________________________________________________
26795 [  6604] By: jhi                                   on 2000/08/13  03:35:37
26796         Log: Should have deleted this in #6603.
26797      Branch: perl
26798            - vms/subconfigure.com
26799 ____________________________________________________________________________
26800 [  6603] By: jhi                                   on 2000/08/12  18:29:32
26801         Log: Rewrite of vms/subconfigure.com as configure.com,
26802              from Peter Prymmer and the vmsperl crew.
26803      Branch: perl
26804            + vms/configure.com
26805            ! MANIFEST
26806 ____________________________________________________________________________
26807 [  6602] By: jhi                                   on 2000/08/11  13:00:01
26808         Log: PlainText.pm is dead.
26809      Branch: perl
26810            - lib/Pod/PlainText.pm
26811            ! MANIFEST
26812 ____________________________________________________________________________
26813 [  6601] By: jhi                                   on 2000/08/11  04:06:45
26814         Log: Update Changes.
26815      Branch: perl
26816            ! Changes
26817 ____________________________________________________________________________
26818 [  6600] By: jhi                                   on 2000/08/11  04:06:10
26819         Log: Add a few missing files, update MANIFEST.
26820      Branch: perl
26821            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
26822            + lib/Pod/PlainText.pm t/pod/find.t
26823            ! MANIFEST t/op/regmesg.t
26824 ____________________________________________________________________________
26825 [  6599] By: jhi                                   on 2000/08/11  03:31:10
26826         Log: Add Perl debugging tutorial, regen toc. 
26827              
26828              Subject: perldebtut.pod
26829              From: Richard Foley <Richard.Foley@m.dasa.de>
26830              Date: Wed, 09 Aug 2000 10:17:15 +0200
26831              Message-id: <3991138B.262247B8@m.dasa.de>
26832      Branch: perl
26833            + pod/perldebtut.pod
26834            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26835 ____________________________________________________________________________
26836 [  6598] By: jhi                                   on 2000/08/11  02:48:56
26837         Log: tiny Changes edit
26838      Branch: perl
26839            ! Changes
26840 ____________________________________________________________________________
26841 [  6597] By: jhi                                   on 2000/08/11  02:39:04
26842         Log: Tests for #6589.
26843              
26844              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26845              From: simon@brecon.co.uk (Simon Cozens)
26846              Date: 11 Aug 2000 02:24:52 GMT
26847              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
26848      Branch: perl
26849            ! t/lib/b.t
26850 ____________________________________________________________________________
26851 [  6596] By: jhi                                   on 2000/08/11  01:50:07
26852         Log: Update Changes.
26853      Branch: perl
26854            ! Changes
26855 ____________________________________________________________________________
26856 [  6595] By: jhi                                   on 2000/08/11  01:47:16
26857         Log: nitfix
26858      Branch: perl
26859            ! Changes
26860 ____________________________________________________________________________
26861 [  6594] By: jhi                                   on 2000/08/11  01:36:16
26862         Log: Subject: Getting perlio and threads to compile
26863              From: Lupe Christoph <lupe@lupe-christoph.de>
26864              Date: Wed, 9 Aug 2000 11:35:54 +0200
26865              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
26866              
26867              (the Solaris version changes in Configure skipped)
26868      Branch: perl
26869            ! hints/solaris_2.sh thread.h
26870 ____________________________________________________________________________
26871 [  6593] By: jhi                                   on 2000/08/11  01:30:16
26872         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
26873              From: simon@brecon.co.uk (Simon Cozens)
26874              Date: 1 Aug 2000 06:55:19 GMT
26875              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
26876      Branch: perl
26877            ! lib/utf8.pm
26878 ____________________________________________________________________________
26879 [  6592] By: jhi                                   on 2000/08/11  01:26:39
26880         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
26881              From: Peter Scott <Peter@PeterScott.com>
26882              Date: Thu, 10 Aug 2000 08:23:27 -0700
26883              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
26884      Branch: perl
26885            ! lib/perl5db.pl
26886 ____________________________________________________________________________
26887 [  6591] By: jhi                                   on 2000/08/11  01:22:02
26888         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
26889              From: Hugo <hv@crypt.compulink.co.uk>
26890              Date: Thu, 10 Aug 2000 19:23:04 +0100
26891              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
26892      Branch: perl
26893            ! regexec.c t/op/pat.t
26894 ____________________________________________________________________________
26895 [  6590] By: jhi                                   on 2000/08/11  01:19:19
26896         Log: Preprocessing and postprocessing for File::Find.
26897              
26898              Subject: Patch to Find::File.pm to allow alphabetical results
26899              From: Joe Smith <jsmith@inwap.com>
26900              Date: Wed, 9 Aug 2000 02:44:54 -0700
26901              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
26902      Branch: perl
26903            ! lib/File/Find.pm
26904 ____________________________________________________________________________
26905 [  6589] By: jhi                                   on 2000/08/11  01:12:39
26906         Log: B::Deparse didn't do sub attributes.
26907              
26908              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26909              From: simon@brecon.co.uk (Simon Cozens)
26910              Date: 9 Aug 2000 04:49:20 GMT
26911              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
26912      Branch: perl
26913            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
26914 ____________________________________________________________________________
26915 [  6588] By: jhi                                   on 2000/08/11  01:06:40
26916         Log: Subject: debugger "d" command doesnt check line number
26917              From: Mike Guy <mjtg@cam.ac.uk>
26918              Date: Tue, 08 Aug 2000 21:54:29 +0100
26919              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
26920      Branch: perl
26921            ! lib/perl5db.pl mg.c pod/perldiag.pod
26922 ____________________________________________________________________________
26923 [  6587] By: jhi                                   on 2000/08/11  00:45:03
26924         Log: sleep(1) does not necessarily return 1.
26925              
26926              Subject: [PATCH bleadperl] op/lex_assign.t  
26927              From: Hugo <hv@crypt.compulink.co.uk>
26928              Date: Thu, 03 Aug 2000 14:34:22 +0100        
26929              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
26930      Branch: perl
26931            ! t/op/lex_assign.t
26932 ____________________________________________________________________________
26933 [  6586] By: jhi                                   on 2000/08/11  00:31:50
26934         Log: Document the IO::Select timeout.
26935      Branch: perl
26936            ! ext/IO/lib/IO/Select.pm
26937 ____________________________________________________________________________
26938 [  6585] By: jhi                                   on 2000/08/11  00:13:54
26939         Log: Forgot contributor.
26940      Branch: perl
26941            ! Changes
26942 ____________________________________________________________________________
26943 [  6584] By: jhi                                   on 2000/08/11  00:09:19
26944         Log: detypo
26945      Branch: perl
26946            ! Changes
26947 ____________________________________________________________________________
26948 [  6583] By: jhi                                   on 2000/08/11  00:07:53
26949         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
26950              
26951              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
26952              From: Mike Guy <mjtg@cam.ac.uk> 
26953              Date: Thu, 10 Aug 2000 15:50:54 +0100
26954              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
26955      Branch: perl
26956            ! sv.c t/op/int.t
26957 ____________________________________________________________________________
26958 [  6582] By: jhi                                   on 2000/08/10  23:29:32
26959         Log: Update Changes.
26960      Branch: perl
26961            ! Changes
26962 ____________________________________________________________________________
26963 [  6581] By: jhi                                   on 2000/08/10  23:26:16
26964         Log: Put back the std @INC thing.
26965      Branch: perl
26966            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
26967            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
26968            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
26969            ! t/lib/gol-oo.t
26970 ____________________________________________________________________________
26971 [  6580] By: jhi                                   on 2000/08/10  23:03:34
26972         Log: Update to CGI 2.70, from Lincoln Stein.
26973      Branch: perl
26974            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
26975            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
26976            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
26977            ! t/lib/cgi-request.t
26978 ____________________________________________________________________________
26979 [  6579] By: jhi                                   on 2000/08/10  22:41:50
26980         Log: Update to CPAN 1.56, from Andreas König.
26981      Branch: perl
26982            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26983 ____________________________________________________________________________
26984 [  6578] By: jhi                                   on 2000/08/10  22:38:13
26985         Log: Update to Pod::Parser 1.17, from Brad Appleton.
26986      Branch: perl
26987            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
26988            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
26989            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
26990            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
26991            ! t/pod/include.t t/pod/included.t t/pod/lref.t
26992            ! t/pod/multiline_items.t t/pod/nested_items.t
26993            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
26994            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
26995            ! t/pod/special_seqs.t
26996 ____________________________________________________________________________
26997 [  6577] By: jhi                                   on 2000/08/10  22:35:41
26998         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
26999      Branch: perl
27000            ! AUTHORS MAINTAIN
27001 ____________________________________________________________________________
27002 [  6576] By: jhi                                   on 2000/08/10  22:24:54
27003         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
27004      Branch: perl
27005            + t/lib/gol-oo.t
27006            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
27007            ! t/lib/gol-compat.t t/lib/gol-linkage.t
27008 ____________________________________________________________________________
27009 [  6575] By: jhi                                   on 2000/08/10  22:02:07
27010         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
27011      Branch: perl
27012            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
27013 ____________________________________________________________________________
27014 [  6574] By: jhi                                   on 2000/08/10  21:55:03
27015         Log: Iterating perl6 description.
27016      Branch: perl
27017            ! pod/perlfaq1.pod
27018 ____________________________________________________________________________
27019 [  6573] By: jhi                                   on 2000/08/10  21:48:26
27020         Log: Revert the sv.c part of #6559, a better fix is needed.
27021      Branch: perl
27022            ! sv.c
27023 ____________________________________________________________________________
27024 [  6572] By: jhi                                   on 2000/08/10  20:33:43
27025         Log: It's the 2ndO'ROSSC.
27026      Branch: perl
27027            ! pod/perlfaq1.pod
27028 ____________________________________________________________________________
27029 [  6571] By: jhi                                   on 2000/08/10  15:55:48
27030         Log: detypo
27031      Branch: perl
27032            ! pod/perlfaq1.pod
27033 ____________________________________________________________________________
27034 [  6570] By: jhi                                   on 2000/08/10  14:11:17
27035         Log: An exceptionally sticky typo.
27036      Branch: perl
27037            ! Changes
27038 ____________________________________________________________________________
27039 [  6569] By: jhi                                   on 2000/08/10  14:09:33
27040         Log: detypo (and test Changes updating script)
27041      Branch: perl
27042            ! Changes
27043 ____________________________________________________________________________
27044 [  6568] By: jhi                                   on 2000/08/10  14:07:07
27045         Log: Update Changes.
27046      Branch: perl
27047            ! Changes
27048 ____________________________________________________________________________
27049 [  6567] By: jhi                                   on 2000/08/10  14:06:19
27050         Log: Amend the description of Perl6.
27051              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
27052              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27053              Date: Wed, 9 Aug 2000 22:11:06 -0500
27054              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
27055      Branch: perl
27056            ! pod/perlfaq1.pod
27057 ____________________________________________________________________________
27058 [  6566] By: jhi                                   on 2000/08/10  13:58:57
27059         Log: Subject: Remove dead entry in perldiag
27060              From: Mike Guy <mjtg@cam.ac.uk>
27061              Date: Thu, 10 Aug 2000 14:19:19 +0100
27062              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
27063      Branch: perl
27064            ! pod/perldiag.pod
27065 ____________________________________________________________________________
27066 [  6565] By: jhi                                   on 2000/08/10  13:51:48
27067         Log: Zero entries were skipped, fix from Adrian Goalby
27068              <argoalby@yahoo.co.uk>
27069      Branch: perl
27070            ! lib/unicode/Number.pl lib/unicode/mktables.PL
27071 ____________________________________________________________________________
27072 [  6564] By: jhi                                   on 2000/08/10  13:00:12
27073         Log: Subject: [PATCH 5.6.0] cygwin port
27074              From: "Fifer, Eric" <EFifer@sanwaint.com>
27075              Date: Thu, 10 Aug 2000 13:15:36 +0100
27076              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
27077      Branch: perl
27078            ! README.cygwin hints/cygwin.sh
27079 ____________________________________________________________________________
27080 [  6563] By: jhi                                   on 2000/08/10  12:55:16
27081         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
27082      Branch: perl
27083            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
27084 ____________________________________________________________________________
27085 [  6562] By: gsar                                  on 2000/08/10  08:38:39
27086         Log: warn is a macro, avoid using at a variable to avoid warnings
27087              in some configurations; readdir.t is too conservative in
27088              estimating number of *.t's
27089      Branch: perl
27090            ! t/op/readdir.t util.c
27091 ____________________________________________________________________________
27092 [  6561] By: jhi                                   on 2000/08/09  23:35:42
27093         Log: Update Changes.
27094      Branch: perl
27095            ! Changes
27096 ____________________________________________________________________________
27097 [  6560] By: jhi                                   on 2000/08/09  23:05:47
27098         Log: Subject: Re: enhanced(?) regex error messages
27099              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27100              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
27101              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
27102              
27103              (plus two small patches sent privately)
27104              (this still seems to leave few test failures)
27105      Branch: perl
27106            + t/op/regmesg.t
27107            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
27108            ! t/pragma/warn/regcomp
27109 ____________________________________________________________________________
27110 [  6559] By: jhi                                   on 2000/08/09  20:41:18
27111         Log: (The fix did work but was not right, retracted in #6573)
27112              
27113              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
27114              From: Christian Kirsch <ck@held.mind.de>
27115              Date: Wed, 9 Aug 2000 17:05:17 +0200
27116              Message-Id: <20000809170517.A25389@held>
27117      Branch: perl
27118            ! sv.c t/pragma/locale.t
27119 ____________________________________________________________________________
27120 [  6558] By: jhi                                   on 2000/08/08  22:34:08
27121         Log: Tiny updates on the contributors list.
27122      Branch: perl
27123            ! Changes
27124 ____________________________________________________________________________
27125 [  6557] By: jhi                                   on 2000/08/08  19:34:28
27126         Log: Double check that we have a dirhandle.
27127      Branch: perl
27128            ! util.c
27129 ____________________________________________________________________________
27130 [  6556] By: jhi                                   on 2000/08/08  19:01:51
27131         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
27132              May be repopulated with fresh maintained examples.
27133      Branch: perl
27134            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
27135            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
27136            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
27137            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
27138            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
27139            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
27140            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
27141            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
27142            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
27143            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
27144            + lib/CGI/eg/wilogo_gif.uu
27145            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
27146            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
27147            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
27148            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
27149            - eg/cgi/frameset.cgi eg/cgi/index.html
27150            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
27151            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
27152            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
27153            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
27154            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
27155            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
27156            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
27157            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
27158            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
27159            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
27160            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
27161            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
27162            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
27163            - eg/van/vanish eg/who eg/wrapsuid
27164            ! MANIFEST
27165 ____________________________________________________________________________
27166 [  6555] By: jhi                                   on 2000/08/08  18:51:08
27167         Log: Delete chat2 as requested by Randal.
27168              
27169              Subject: Re: perlfaq8 coyness
27170              From: merlyn@stonehenge.com (Randal L. Schwartz) 
27171              Date: 15 May 2000 18:52:42 -0700 
27172              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
27173      Branch: perl
27174            - lib/chat2.pl
27175            ! MANIFEST
27176 ____________________________________________________________________________
27177 [  6554] By: jhi                                   on 2000/08/08  18:31:35
27178         Log: Regen global.sym.
27179      Branch: perl
27180            ! global.sym
27181 ____________________________________________________________________________
27182 [  6553] By: jhi                                   on 2000/08/08  18:28:13
27183         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
27184              (either perlbug or p5p ate the original), plus regen
27185              perlapi and perltoc. 
27186      Branch: perl
27187            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
27188            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
27189            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
27190            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
27191            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
27192            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
27193            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
27194            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
27195            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
27196            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
27197 ____________________________________________________________________________
27198 [  6552] By: jhi                                   on 2000/08/08  18:06:29
27199         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
27200              From: Mike Guy <mjtg@cam.ac.uk>
27201              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
27202              Date: Tue, 08 Aug 2000 15:51:27 +0100
27203      Branch: perl
27204            ! doop.c sv.h t/op/join.t t/pragma/overload.t
27205 ____________________________________________________________________________
27206 [  6551] By: jhi                                   on 2000/08/08  18:01:11
27207         Log: Re-apply #6549.
27208      Branch: perl
27209            ! lib/perl5db.pl
27210 ____________________________________________________________________________
27211 [  6550] By: jhi                                   on 2000/08/08  17:43:08
27212         Log: Accidental retraction of #6549.
27213      Branch: perl
27214            ! lib/perl5db.pl
27215 ____________________________________________________________________________
27216 [  6549] By: jhi                                   on 2000/08/08  17:40:04
27217         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
27218              From: Mike Guy <mjtg@cam.ac.uk>
27219              Date: Mon, 07 Aug 2000 21:49:58 +0100
27220              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
27221      Branch: perl
27222            ! lib/perl5db.pl
27223 ____________________________________________________________________________
27224 [  6548] By: jhi                                   on 2000/08/08  17:37:57
27225         Log: Document here-doc better.
27226              
27227              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
27228              From: Mike Guy <mjtg@cam.ac.uk>
27229              Date: Mon, 07 Aug 2000 14:02:09 +0100
27230              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
27231      Branch: perl
27232            ! pod/perldata.pod
27233 ____________________________________________________________________________
27234 [  6547] By: jhi                                   on 2000/08/08  17:33:34
27235         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
27236              From: "Randy J. Ray" <rjray@redhat.com>
27237              Date: Mon, 07 Aug 2000 19:12:25 -0700
27238              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
27239      Branch: perl
27240            ! perl.c pod/perlrun.pod
27241 ____________________________________________________________________________
27242 [  6546] By: jhi                                   on 2000/08/08  17:29:26
27243         Log: Subject: Re: enhanced(?) regex error messages 
27244              From: Hugo <hv@crypt.compulink.co.uk>
27245              Date: Tue, 08 Aug 2000 03:25:51 +0100
27246              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
27247              
27248              plus Capitalize the error messages, plus perldiag them.
27249      Branch: perl
27250            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
27251 ____________________________________________________________________________
27252 [  6545] By: jhi                                   on 2000/08/08  13:59:28
27253         Log: Augment #6539 a bit: don't croak if there's magic in the air.
27254              
27255              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
27256              From: Hugo <hv@crypt.compulink.co.uk>
27257              Date: Tue, 08 Aug 2000 03:02:03 +0100
27258              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
27259      Branch: perl
27260            ! pp.c t/op/bless.t
27261 ____________________________________________________________________________
27262 [  6544] By: jhi                                   on 2000/08/07  21:11:52
27263         Log: Make the test -w clean.
27264      Branch: perl
27265            ! t/op/bless.t
27266 ____________________________________________________________________________
27267 [  6543] By: jhi                                   on 2000/08/07  19:49:53
27268         Log: use warnings instead of $^W.
27269      Branch: perl
27270            ! t/op/bless.t
27271 ____________________________________________________________________________
27272 [  6542] By: jhi                                   on 2000/08/07  17:41:41
27273         Log: Disable a portability warning Because We Know What We Are Doing.
27274      Branch: perl
27275            ! t/op/bless.t
27276 ____________________________________________________________________________
27277 [  6541] By: jhi                                   on 2000/08/07  17:29:51
27278         Log: Tiny tidying on report_evil_fh().
27279      Branch: perl
27280            ! util.c
27281 ____________________________________________________________________________
27282 [  6540] By: jhi                                   on 2000/08/07  16:37:38
27283         Log: Make regular expression parse error messages easier to understand.
27284              
27285              Subject: Re: enhanced(?) regex error messages
27286              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27287              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
27288              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
27289      Branch: perl
27290            ! regcomp.c
27291 ____________________________________________________________________________
27292 [  6539] By: jhi                                   on 2000/08/07  16:12:27
27293         Log: Make bless(REF, REF) a fatal error, add bless tests.
27294              
27295              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
27296              From: Hugo <hv@crypt.compulink.co.uk>
27297              Date: Mon, 07 Aug 2000 16:59:38 +0100
27298              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
27299      Branch: perl
27300            + t/op/bless.t
27301            ! MANIFEST pod/perldiag.pod pp.c sv.c
27302 ____________________________________________________________________________
27303 [  6538] By: jhi                                   on 2000/08/07  15:59:43
27304         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
27305              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
27306              Date: Thu, 3 Aug 2000 14:29:21 -0700
27307              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
27308      Branch: perl
27309            ! lib/lib_pm.PL
27310 ____________________________________________________________________________
27311 [  6537] By: jhi                                   on 2000/08/07  15:47:18
27312         Log: Retract #6419 for now since it breaks in AFS and MachTen.
27313      Branch: perl
27314            ! lib/Cwd.pm
27315 ____________________________________________________________________________
27316 [  6536] By: jhi                                   on 2000/08/07  15:05:29
27317         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
27318              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
27319              The security hole exists only in suidperls, which isn't
27320              installed or even built by default.
27321      Branch: perl
27322            ! perl.c
27323 ____________________________________________________________________________
27324 [  6535] By: jhi                                   on 2000/08/07  14:45:14
27325         Log: tr memory corruption fix from Simon Cozens.
27326      Branch: perl
27327            ! doop.c
27328 ____________________________________________________________________________
27329 [  6534] By: jhi                                   on 2000/08/06  11:38:16
27330         Log: Document a bit that UDP is not what you might think.
27331              
27332              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
27333              From: Lupe Christoph <lupe@lupe-christoph.de>
27334              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
27335              Date: Mon, 24 Jul 2000 08:59:15 +0200
27336      Branch: perl
27337            ! pod/perlipc.pod
27338 ____________________________________________________________________________
27339 [  6533] By: jhi                                   on 2000/08/06  11:35:01
27340         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
27341              From: Jeff Pinyan <jeffp@hut.crusoe.net>
27342              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
27343              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
27344      Branch: perl
27345            ! pod/perlfunc.pod
27346 ____________________________________________________________________________
27347 [  6532] By: jhi                                   on 2000/08/06  03:45:41
27348         Log: Have symbols for the IoTYPEs.
27349      Branch: perl
27350            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
27351 ____________________________________________________________________________
27352 [  6531] By: jhi                                   on 2000/08/06  01:33:55
27353         Log: Continue fixing the io warnings.  This also
27354              sort of fixes bug ID 20000802.003: the core dump
27355              is no more.  Whether the current behaviour is correct
27356              (giving a warning: "Not a format reference"), is another matter.
27357      Branch: perl
27358            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
27359            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27360 ____________________________________________________________________________
27361 [  6530] By: jhi                                   on 2000/08/05  21:33:12
27362         Log: Change the Policy policy: now -Dprefix= with an existing
27363              Policy.sh and prefix == siteprefix == vendorprefix, then all
27364              of them follow along the new prefix.
27365              
27366              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
27367              From: Andy Dougherty <doughera@lafayette.edu>
27368              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
27369              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
27370      Branch: perl
27371            ! Policy_sh.SH
27372 ____________________________________________________________________________
27373 [  6529] By: jhi                                   on 2000/08/05  18:57:28
27374         Log: Zap lib/Sys directory when cleaning up.
27375      Branch: perl
27376            ! Makefile.SH
27377 ____________________________________________________________________________
27378 [  6528] By: jhi                                   on 2000/08/05  18:40:44
27379         Log: Essential prototype changes were missing from #6527.
27380              Also make report_evil_fh() more bomb-proof.
27381      Branch: perl
27382            ! embed.h util.c
27383 ____________________________________________________________________________
27384 [  6527] By: jhi                                   on 2000/08/05  03:22:05
27385         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
27386              From: "Ronald F. Guilmette" <rfg@monkeys.com>
27387              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
27388              Message-Id: <200007242247.PAA52177@monkeys.com>
27389      Branch: perl
27390            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
27391 ____________________________________________________________________________
27392 [  6526] By: jhi                                   on 2000/08/04  21:23:27
27393         Log: gcc versions might have (parentheses) in them.
27394      Branch: metaconfig/U/perl
27395            ! gccvers.U
27396      Branch: perl
27397            ! Configure config_h.SH
27398 ____________________________________________________________________________
27399 [  6525] By: jhi                                   on 2000/08/04  20:23:12
27400         Log: Weed buglets pointed out by
27401              
27402              From: Lupe Christoph <lupe@lupe-christoph.de>
27403              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
27404              Date: Fri, 4 Aug 2000 17:34:39 +0200
27405              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
27406      Branch: metaconfig/U/perl
27407            ! gccvers.U uselfs.U
27408      Branch: perl
27409            ! Configure config_h.SH
27410 ____________________________________________________________________________
27411 [  6524] By: jhi                                   on 2000/08/04  19:02:08
27412         Log: Warn under -w if lstat(FH) is attempted.
27413              
27414              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
27415              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
27416              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
27417              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
27418      Branch: perl
27419            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
27420            ! t/pragma/warn/pp_sys
27421 ____________________________________________________________________________
27422 [  6523] By: jhi                                   on 2000/08/04  12:31:11
27423         Log: Subject: New perlcc, take 2
27424              From: simon@brecon.co.uk (Simon Cozens)
27425              Date: 4 Aug 2000 06:21:04 GMT
27426              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
27427      Branch: perl
27428            ! utils/perlcc.PL
27429 ____________________________________________________________________________
27430 [  6522] By: jhi                                   on 2000/08/04  12:26:33
27431         Log: Subject: Re: Array vs. List context
27432              From: Daniel Chetlin <daniel@chetlin.com>
27433              Date: Fri, 4 Aug 2000 00:22:44 -0700
27434              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
27435      Branch: perl
27436            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
27437            ! pod/perlfaq4.pod
27438 ____________________________________________________________________________
27439 [  6521] By: jhi                                   on 2000/08/04  12:22:38
27440         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
27441              From: Raymund Will <ray@caldera.de>
27442              Date: Fri, 4 Aug 2000 12:07:09 +0200
27443              Message-Id: <20000804120709.A14982@caldera.de>
27444      Branch: perl
27445            ! configure.gnu
27446 ____________________________________________________________________________
27447 [  6520] By: jhi                                   on 2000/08/04  04:09:06
27448         Log: After the #6519 a warning about stat() is just that,
27449              not about a filetest, which now have their own warning.
27450      Branch: perl
27451            ! pod/perldiag.pod
27452 ____________________________________________________________________________
27453 [  6519] By: jhi                                   on 2000/08/04  04:06:30
27454         Log: In the warnings call filehandles consistently so;
27455              add "unopened" warning for stat().
27456      Branch: perl
27457            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27458            ! t/pragma/warn/pp_sys
27459 ____________________________________________________________________________
27460 [  6518] By: jhi                                   on 2000/08/04  02:55:35
27461         Log: Subject: Minor tweak to perlvar.pod
27462              From: "Stephen P. Potter" <spp@ds.net>
27463              Date: Tue, 18 Apr 2000 09:26:03 -0400
27464              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
27465      Branch: perl
27466            ! pod/perlvar.pod
27467 ____________________________________________________________________________
27468 [  6517] By: jhi                                   on 2000/08/04  02:50:08
27469         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
27470              From: "Clinton Pierce" <cpierce1@ford.com>
27471              Date: Wed, 21 Jul 1999 16:45:31 -0400
27472              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
27473              
27474              Fix by Stephen Potter (visible in the bug db but not in p5p?)
27475      Branch: perl
27476            ! pod/perlfunc.pod pod/perlop.pod
27477 ____________________________________________________________________________
27478 [  6516] By: jhi                                   on 2000/08/04  02:09:25
27479         Log: This is 6512.  Really.
27480      Branch: perl
27481            ! dump.c
27482 ____________________________________________________________________________
27483 [  6515] By: jhi                                   on 2000/08/04  01:25:50
27484         Log: mention the idea of @( and @)
27485      Branch: perl
27486            ! Todo-5.6
27487 ____________________________________________________________________________
27488 [  6514] By: bailey                                on 2000/08/04  01:18:46
27489         Log: YA resync with mainstem, including VMS patches from others
27490      Branch: vmsperl
27491           +> (branch 48 files)
27492            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
27493           !> (integrate 354 files)
27494 ____________________________________________________________________________
27495 [  6513] By: jhi                                   on 2000/08/04  01:18:18
27496         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
27497              From: Mark Dickinson <dickins3@fas.harvard.edu>
27498              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
27499              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
27500      Branch: perl
27501            ! t/op/grent.t t/op/pwent.t
27502 ____________________________________________________________________________
27503 [  6512] By: jhi                                   on 2000/08/04  01:14:06
27504         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
27505              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27506              Date: Wed, 02 Aug 2000 10:51:01 +0100
27507              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
27508      Branch: perl
27509            ! sv.c
27510 ____________________________________________________________________________
27511 [  6511] By: jhi                                   on 2000/08/04  00:57:00
27512         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
27513              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27514              Date: Thu, 03 Aug 2000 17:20:04 -0700
27515              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
27516      Branch: metaconfig
27517            ! U/modified/Cppsym.U
27518      Branch: perl
27519            ! Configure config_h.SH
27520 ____________________________________________________________________________
27521 [  6510] By: jhi                                   on 2000/08/04  00:25:28
27522         Log: detypo
27523      Branch: perl
27524            ! Makefile.SH
27525 ____________________________________________________________________________
27526 [  6509] By: jhi                                   on 2000/08/03  23:43:18
27527         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
27528              From: Dominic Dunlop <domo@computer.org>
27529              Date: Thu, 3 Aug 2000 22:16:46 +0200
27530              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
27531      Branch: perl
27532            ! t/op/sprintf.t
27533 ____________________________________________________________________________
27534 [  6508] By: jhi                                   on 2000/08/03  23:40:37
27535         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
27536              From: Hugo <hv@crypt.compulink.co.uk>
27537              Date: Thu, 03 Aug 2000 18:25:30 +0100
27538              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
27539      Branch: perl
27540            ! regcomp.c t/op/re_tests
27541 ____________________________________________________________________________
27542 [  6507] By: jhi                                   on 2000/08/03  23:38:28
27543         Log: Subject: [PATCH] sv.h documentation - SvLEN
27544              From: Mike Guy <mjtg@cam.ac.uk>
27545              Date: Thu, 03 Aug 2000 14:43:09 +0100
27546              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
27547      Branch: perl
27548            ! sv.h
27549 ____________________________________________________________________________
27550 [  6506] By: jhi                                   on 2000/08/03  15:49:14
27551         Log: Disable the fix_pl hack for now.
27552      Branch: perl
27553            ! Makefile.SH
27554 ____________________________________________________________________________
27555 [  6505] By: jhi                                   on 2000/08/03  13:49:04
27556         Log: Add a URL for FSF.
27557              
27558              Subject: Patch for README
27559              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27560              Date: Wed, 2 Aug 2000 13:25:09 -0500
27561              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
27562      Branch: perl
27563            ! README
27564 ____________________________________________________________________________
27565 [  6504] By: jhi                                   on 2000/08/03  13:29:19
27566         Log: Be more informative on what is skipped and why,
27567              also repeat the list at the end.
27568      Branch: perl
27569            ! Porting/p4desc
27570 ____________________________________________________________________________
27571 [  6503] By: jhi                                   on 2000/08/03  13:07:05
27572         Log: Circumvent the removal of .patch by fix_pl.
27573              
27574              Subject: Re: [ID 20000802.011] unable to 'make test'          
27575              From: simon@brecon.co.uk (Simon Cozens) 
27576              Date: 3 Aug 2000 04:17:00 GMT
27577              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
27578      Branch: perl
27579            ! Makefile.SH
27580 ____________________________________________________________________________
27581 [  6502] By: jhi                                   on 2000/08/03  00:14:34
27582         Log: Add the missing setproctitle unit.
27583      Branch: metaconfig/U/perl
27584            + d_setproctitle.U
27585 ____________________________________________________________________________
27586 [  6501] By: jhi                                   on 2000/08/03  00:00:26
27587         Log: The subtest 4 may fail also on VOBS, as pointed out
27588              by Nick Ing-Simmons in November 1999, bug id 19991124.003
27589              (but the failure in that bug report isn't the subtest 4).
27590      Branch: perl
27591            ! t/op/stat.t
27592 ____________________________________________________________________________
27593 [  6500] By: jhi                                   on 2000/08/02  23:49:30
27594         Log: Better skip message for the test; one of the two problems in
27595              
27596              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
27597              From: Lupe Christoph <lupe@lupe-christoph.de>
27598              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
27599              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
27600      Branch: perl
27601            ! t/op/numconvert.t
27602 ____________________________________________________________________________
27603 [  6499] By: jhi                                   on 2000/08/02  22:49:16
27604         Log: Allow "no Module;" even if there is no 'unimport'.
27605              
27606              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
27607              From: mjd@plover.com
27608              Date: 24 Mar 2000 15:24:34 -0000
27609              Message-Id: <20000324152434.15160.qmail@plover.com>
27610      Branch: perl
27611            ! gv.c
27612 ____________________________________________________________________________
27613 [  6498] By: jhi                                   on 2000/08/02  22:42:58
27614         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
27615              that are hopefully soon put into use.
27616      Branch: perl
27617            ! opcode.h opcode.pl opnames.h
27618 ____________________________________________________________________________
27619 [  6497] By: gsar                                  on 2000/08/02  22:28:59
27620         Log: require.t needs binmode() to work on windows
27621      Branch: perl
27622            ! t/comp/require.t
27623 ____________________________________________________________________________
27624 [  6496] By: jhi                                   on 2000/08/02  22:08:51
27625         Log: Document the IVdf UVuf UVof UVxf.
27626      Branch: perl
27627            ! pod/perlguts.pod
27628 ____________________________________________________________________________
27629 [  6495] By: jhi                                   on 2000/08/02  21:54:26
27630         Log: detypo #6494
27631      Branch: perl
27632            ! ext/Data/Dumper/Dumper.xs
27633 ____________________________________________________________________________
27634 [  6494] By: jhi                                   on 2000/08/02  21:49:17
27635         Log: Dump UVs as UVs in Data::Dumper.
27636              
27637              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
27638              From: Gurusamy Sarathy <gsar@ActiveState.com>
27639              Date: Thu, 27 Apr 2000 12:26:25 -0700
27640              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
27641      Branch: perl
27642            ! ext/Data/Dumper/Dumper.xs
27643 ____________________________________________________________________________
27644 [  6493] By: jhi                                   on 2000/08/02  17:01:58
27645         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
27646              From: Hugo <hv@crypt.compulink.co.uk>
27647              Date: Wed, 02 Aug 2000 14:53:56 +0100
27648              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
27649      Branch: perl
27650            ! regexec.c t/op/re_tests
27651 ____________________________________________________________________________
27652 [  6492] By: jhi                                   on 2000/08/02  15:02:46
27653         Log: The new setproctitle() feature is available only in 
27654              bleeding edge FreeBSD.  From Paul Saab.
27655      Branch: perl
27656            ! mg.c
27657 ____________________________________________________________________________
27658 [  6491] By: jhi                                   on 2000/08/02  13:34:36
27659         Log: The tr utf8 patching continues.
27660              
27661              Subject: Re: #6469, too many tests claimed in require.t
27662              From: simon@brecon.co.uk (Simon Cozens)
27663              Date: 2 Aug 2000 02:37:17 GMT
27664              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
27665              
27666              (the logic of the test was the wrong way round in the patch)
27667      Branch: perl
27668            ! doop.c
27669 ____________________________________________________________________________
27670 [  6490] By: jhi                                   on 2000/08/02  13:27:38
27671         Log: The name of a filehandle does not have <these>.
27672      Branch: perl
27673            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
27674            ! t/pragma/warn/pp_sys util.c
27675 ____________________________________________________________________________
27676 [  6489] By: jhi                                   on 2000/08/02  04:26:46
27677         Log: Remove the extraneous "main::" prefix from all the
27678              "opened only for", "on closed", and "never opened" warnings.
27679              
27680              Subject: Re: inappropriate warning
27681              From: Gurusamy Sarathy <gsar@ActiveState.com>
27682              Date: Mon, 20 Mar 2000 11:28:02 -0800
27683              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
27684      Branch: perl
27685            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
27686            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
27687            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
27688 ____________________________________________________________________________
27689 [  6488] By: jhi                                   on 2000/08/02  03:02:57
27690         Log: memcpy has n o in it, as pinted ut by Sarathy.
27691      Branch: perl
27692            ! pod/perlguts.pod
27693 ____________________________________________________________________________
27694 [  6487] By: jhi                                   on 2000/08/02  02:44:51
27695         Log: Document in one place the memory abstractions used in Perl core.
27696              
27697              Subject: Re: Memory abstraction
27698              From: simon@brecon.co.uk (Simon Cozens)
27699              Date: 2 Aug 2000 02:20:23 GMT
27700              Organization: Earth.li Origins
27701      Branch: perl
27702            ! pod/perlguts.pod
27703 ____________________________________________________________________________
27704 [  6486] By: jhi                                   on 2000/08/02  02:41:57
27705         Log: regen_headers, regen perltoc.
27706      Branch: perl
27707            ! perlapi.c pod/perltoc.pod
27708 ____________________________________________________________________________
27709 [  6485] By: jhi                                   on 2000/08/02  01:43:33
27710         Log: "This little thing tests for a file .patch, and if it contains
27711              a number, pops into patchlevel.h" (making it easier to track
27712              which development version people are reporting bugs against)
27713              
27714              Subject: Patchlevel autogeneration for repository perls
27715              From: simon@brecon.co.uk (Simon Cozens)
27716              Date: 14 Jul 2000 07:12:15 GMT
27717              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
27718      Branch: perl
27719            + fix_pl
27720            ! MANIFEST Makefile.SH
27721 ____________________________________________________________________________
27722 [  6484] By: jhi                                   on 2000/08/02  01:32:54
27723         Log: FreeBSD 3.* updates from
27724              
27725              From: Paul Saab <ps@yahoo-inc.com>
27726              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27727              Date: Tue, 1 Aug 2000 15:41:39 -0700
27728              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27729      Branch: perl
27730            ! hints/freebsd.sh
27731 ____________________________________________________________________________
27732 [  6483] By: jhi                                   on 2000/08/02  01:27:44
27733         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
27734              instead one must use setproctitle().  This was already addressed
27735              by change #6457, but the below has a new variant for FreeBSD 4.0
27736              or later, and the matter is also documented more.
27737              
27738              From: Paul Saab <ps@yahoo-inc.com>
27739              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
27740              Date: Tue, 1 Aug 2000 15:41:39 -0700
27741              Message-Id: <20000801154139.A53740@yahoo-inc.com>
27742      Branch: metaconfig/U/perl
27743            + i_libutil.U
27744      Branch: perl
27745            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
27746 ____________________________________________________________________________
27747 [  6482] By: jhi                                   on 2000/08/01  22:17:32
27748         Log: The test from this
27749              
27750              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
27751              Date: Sat, 15 Apr 2000 17:03:44 +0100
27752              From: Tom Hughes <tom@compton.nu>
27753              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
27754              
27755              was missing, the code change went in as #5989
27756              (which had a different test?)
27757      Branch: perl
27758            ! t/op/misc.t
27759 ____________________________________________________________________________
27760 [  6481] By: jhi                                   on 2000/08/01  21:48:38
27761         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
27762              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
27763              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
27764              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
27765      Branch: perl
27766            ! perl.h
27767 ____________________________________________________________________________
27768 [  6480] By: jhi                                   on 2000/08/01  18:05:28
27769         Log: Make p4desc to skip non-mainperl branches by default.
27770      Branch: perl
27771            ! Porting/p4desc
27772 ____________________________________________________________________________
27773 [  6479] By: jhi                                   on 2000/08/01  17:29:19
27774         Log: If gccosandvers is equal to osname, clear gccosandvers.
27775      Branch: metaconfig/U/perl
27776            ! gccvers.U
27777      Branch: perl
27778            ! Configure config_h.SH
27779 ____________________________________________________________________________
27780 [  6478] By: jhi                                   on 2000/08/01  15:54:08
27781         Log: BOM patching from Simon Cozens.
27782      Branch: perl
27783            ! toke.c
27784 ____________________________________________________________________________
27785 [  6477] By: jhi                                   on 2000/08/01  04:50:33
27786         Log: Stash away the largefiles flags and libswanted.
27787      Branch: perl
27788            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
27789 ____________________________________________________________________________
27790 [  6476] By: gsar                                  on 2000/08/01  04:24:24
27791         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
27792              on Windows)
27793      Branch: perl
27794            ! t/pragma/utf8.t utf8.c win32/win32.c
27795 ____________________________________________________________________________
27796 [  6475] By: jhi                                   on 2000/08/01  03:35:24
27797         Log: Make chr() for values >127 to create utf8 when under utf8.
27798              
27799              Subject: Re: uft8/chr()
27800              From: simon@brecon.co.uk (Simon Cozens)
27801              Date: 1 Aug 2000 02:37:02 GMT
27802              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
27803      Branch: perl
27804            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
27805 ____________________________________________________________________________
27806 [  6474] By: jhi                                   on 2000/08/01  02:36:18
27807         Log: In Digital UNIX warn if gcc explicitly chosen because even
27808              2.95.2 is known to cause problems.
27809      Branch: perl
27810            ! hints/dec_osf.sh
27811 ____________________________________________________________________________
27812 [  6473] By: jhi                                   on 2000/08/01  02:00:56
27813         Log: Make the safety catch for buggy gccs work with triple version
27814              numbers like 2.95.2.  Reported in
27815              
27816              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
27817              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
27818              Date: Mon, 31 Jul 2000 14:55:06 +0200
27819              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
27820      Branch: perl
27821            ! hints/dec_osf.sh
27822 ____________________________________________________________________________
27823 [  6472] By: jhi                                   on 2000/08/01  01:13:33
27824         Log: Subject: fix and question re: waitpid() under win32
27825              From: Brian Clarke <clarke@appliedmeta.com>
27826              Date: Fri, 28 Jul 2000 15:18:29 -0400
27827              Message-ID: <3981DC85.290314EB@appliedmeta.com>
27828              
27829              Slightly reformatted and WNOHANG # define moved to win32.h
27830              so that also POSIX.xs sees it, as suggsted by Sarathy.
27831      Branch: perl
27832            ! win32/win32.c win32/win32.h
27833 ____________________________________________________________________________
27834 [  6471] By: jhi                                   on 2000/08/01  00:55:05
27835         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
27836              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27837              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
27838              Date: Mon, 31 Jul 2000 13:28:51 +0100
27839              
27840              (aka ID 20000730.002)
27841      Branch: perl
27842            ! op.c t/op/tr.t
27843 ____________________________________________________________________________
27844 [  6470] By: jhi                                   on 2000/07/31  23:34:42
27845         Log: Document the problem with -P in HP-UX and its workaround.
27846              
27847              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
27848              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
27849              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
27850              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
27851      Branch: perl
27852            ! README.hpux
27853 ____________________________________________________________________________
27854 [  6469] By: jhi                                   on 2000/07/31  04:15:02
27855         Log: The swallow_bom() saga continues.  The #23 of require.t
27856              (UTF16-LE) still fails (silently, no output) but the #22
27857              (UTF16-BE) seems to be working now.  The root of the
27858              failure may be in sv_gets(): is it UTF-16LE-aware,
27859              especially when it comes to line endings? 
27860      Branch: perl
27861            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
27862            ! t/comp/require.t toke.c utf8.c
27863 ____________________________________________________________________________
27864 [  6468] By: jhi                                   on 2000/07/30  19:05:48
27865         Log: Find green threads before native threads.
27866              
27867              Subject: Re: Patch to jpl/JNI/Makefile.PL
27868              From: Jens Thomsen <jens@fiend.cis.com>
27869              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
27870              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
27871      Branch: perl
27872            ! jpl/JNI/Makefile.PL
27873 ____________________________________________________________________________
27874 [  6467] By: jhi                                   on 2000/07/30  18:36:22
27875         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
27876      Branch: perl
27877            ! doop.c
27878 ____________________________________________________________________________
27879 [  6466] By: jhi                                   on 2000/07/30  04:37:29
27880         Log: A new version of the "remove UPPERACSE string comparison"
27881              operators.  The problem with the previous one (change #6454)
27882              was that it was for Perl 5.6.0.  From Paul Marquess.
27883      Branch: perl
27884            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
27885            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
27886            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27887 ____________________________________________________________________________
27888 [  6465] By: jhi                                   on 2000/07/29  22:39:56
27889         Log: Do not upgrade SVs into utf8 just because they participate
27890              in eq or cmp.  Reported and fix suggested in
27891              
27892              Subject: [ID 20000720.009] sv_eq UTF8 bug
27893              From: "Simon Cozens" <simon@othersideofthe.earth.li>
27894              Date: 21 Jul 2000 04:37:29 -0000
27895              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
27896              
27897              Exercise for the kind reader: should we or should we not
27898              cache the utf8 conversion alonside the SV? (as magic,
27899              as thestrxfrm()ed version is cached under use locale)
27900              Argue both for and against.
27901      Branch: perl
27902            ! sv.c
27903 ____________________________________________________________________________
27904 [  6464] By: jhi                                   on 2000/07/29  22:36:22
27905         Log: Subject: UTF8 concat
27906              From: simon@brecon.co.uk (Simon Cozens) 
27907              Date: 30 Jun 2000 06:13:25 GMT
27908              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
27909              
27910              (with a memory leak fixed, plus a few casts added)
27911              
27912              This also seems to help for
27913              
27914              Subject: [ID 20000716.015] join UTF8 weirdness
27915              From: root <root@ak-71.mind.de> 
27916              Date: Sat, 15 Jul 2000 15:29:54 +0200
27917              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
27918              
27919              (from Andreas König)
27920      Branch: perl
27921            ! pp_hot.c
27922 ____________________________________________________________________________
27923 [  6463] By: jhi                                   on 2000/07/29  00:55:39
27924         Log: Tune the comments and hopefully stop a memory leak.
27925      Branch: perl
27926            ! toke.c utf8.c
27927 ____________________________________________________________________________
27928 [  6462] By: jhi                                   on 2000/07/29  00:16:53
27929         Log: The problem described in this
27930              
27931              Subject: [ID 20000322.018] named chars aren't magical enough
27932              From: root <root@dixie.cscaper.com>     
27933              Date: Wed, 22 Mar 2000 18:37:42 -0700
27934              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
27935              
27936              has been fixed in perl 5.6.0 but just in case added a test
27937              to keep it away.  (The report from Joseph Hall.)
27938      Branch: perl
27939            ! t/lib/charnames.t
27940 ____________________________________________________________________________
27941 [  6461] By: jhi                                   on 2000/07/28  23:56:36
27942         Log: Tiny fixes for #6460.
27943      Branch: metaconfig/U/perl
27944            ! gccvers.U
27945      Branch: perl
27946            ! Configure config_h.SH
27947 ____________________________________________________________________________
27948 [  6460] By: jhi                                   on 2000/07/28  23:24:41
27949         Log: Warn if the version of the operating system used to compile gcc
27950              differs from the current version of the operating system.
27951              Also display the gcc compilation os and version in myconfig.
27952              Inspiration from
27953              
27954              Subject: Re: [ID 20000710.003] ERRORS!!         
27955              From: "Kurt D. Starsinic" <kstar@chapin.edu>
27956              Date: Mon, 10 Jul 2000 15:54:16 -0400
27957              Message-ID: <20000710155416.A1384@O2.chapin.edu>
27958      Branch: metaconfig/U/perl
27959            ! gccvers.U
27960      Branch: perl
27961            ! Configure config_h.SH myconfig.SH
27962 ____________________________________________________________________________
27963 [  6459] By: jhi                                   on 2000/07/28  22:00:32
27964         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
27965              letter to $Config{osvers}.
27966      Branch: metaconfig
27967            ! U/modified/Oldconfig.U
27968      Branch: perl
27969            ! Configure config_h.SH
27970 ____________________________________________________________________________
27971 [  6458] By: jhi                                   on 2000/07/28  04:15:39
27972         Log: Back out #6454, doesn't seem to work.
27973              (Reason: that patch was for perl 5.6.0, not perl-current)
27974              (A version of the patch for perl-current came in later as #6466)
27975      Branch: perl
27976            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
27977            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
27978            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
27979 ____________________________________________________________________________
27980 [  6457] By: jhi                                   on 2000/07/27  23:31:49
27981         Log: Use setproctitle() if available to modify $0.
27982              
27983              Subject: setting $* on BSD4 broken
27984              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
27985              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
27986              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
27987      Branch: metaconfig
27988            ! U/modified/Myinit.U
27989      Branch: perl
27990            ! Configure config_h.SH mg.c
27991 ____________________________________________________________________________
27992 [  6456] By: jhi                                   on 2000/07/27  14:50:47
27993         Log: Allow "no AutoLoader;", based on change #6444,
27994              suggested by Graham Barr.
27995      Branch: perl
27996            ! lib/AutoLoader.pm
27997 ____________________________________________________________________________
27998 [  6455] By: jhi                                   on 2000/07/27  14:19:10
27999         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
28000              From: rspier@pobox.com (Robert Spier)
28001              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
28002              Message-ID: <14720.15855.787664.424783@rls.cx>
28003      Branch: perl
28004            ! pod/perldiag.pod
28005 ____________________________________________________________________________
28006 [  6454] By: jhi                                   on 2000/07/27  14:03:02
28007         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
28008              for a long time).
28009              
28010              Reported in
28011              
28012              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
28013              From: Ryan Herbert <rherbert@sycamorehq.com>
28014              Date: Mon, 17 Jul 2000 11:40:42 -0400
28015              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
28016              
28017              Patched in
28018              
28019              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
28020              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28021              Date: Wed, 26 Jul 2000 23:40:18 +0100
28022              Message-ID: <000001bff752$79511880$0a17073e@tiny>
28023              
28024              based on an earlier patch from Stephen P. Potter.
28025              
28026              (Removed later by change #6458 because this patch was for
28027              perl 5.6.0, not perl-current)
28028      Branch: perl
28029            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
28030            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
28031            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
28032 ____________________________________________________________________________
28033 [  6453] By: jhi                                   on 2000/07/27  13:48:02
28034         Log: Subject: [PATCH] fixes bug 20000508.004
28035              From: Michael Stevens <mstevens@globnix.org>
28036              Date: Thu, 27 Jul 2000 13:49:04 +0100
28037              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
28038      Branch: perl
28039            ! pod/perldata.pod
28040 ____________________________________________________________________________
28041 [  6452] By: jhi                                   on 2000/07/26  23:51:26
28042         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
28043              and Craig A. Berry.
28044      Branch: perl
28045            ! lib/File/Temp.pm pod/perlport.pod
28046 ____________________________________________________________________________
28047 [  6451] By: jhi                                   on 2000/07/26  19:43:30
28048         Log: Be wary of close()s, too.
28049              
28050              Subject: Re: [PATCH] perlbug cleanup
28051              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28052              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
28053              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
28054      Branch: perl
28055            ! utils/perlbug.PL
28056 ____________________________________________________________________________
28057 [  6450] By: jhi                                   on 2000/07/26  18:41:40
28058         Log: Subject: Minor doc patch: handy.h
28059              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
28060              Date: Wed, 26 Jul 2000 15:34:25 -0300
28061              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
28062      Branch: perl
28063            ! handy.h pod/perlapi.pod
28064 ____________________________________________________________________________
28065 [  6449] By: jhi                                   on 2000/07/26  18:23:55
28066         Log: Subject: [PATCH] minor doc change - perlguts
28067              From: Michael Stevens <mstevens@globnix.org>
28068              Date: Thu, 13 Jul 2000 12:39:18 +0100
28069              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
28070      Branch: perl
28071            ! pod/perlguts.pod
28072 ____________________________________________________________________________
28073 [  6448] By: jhi                                   on 2000/07/26  18:20:30
28074         Log: open() wariness in perlbug.
28075              
28076              Subject: [PATCH] perlbug cleanup
28077              From: Michael Stevens <mstevens@globnix.org>
28078              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
28079              Date: Thu, 13 Jul 2000 15:52:23 +0100
28080      Branch: perl
28081            ! utils/perlbug.PL
28082 ____________________________________________________________________________
28083 [  6447] By: jhi                                   on 2000/07/26  18:13:04
28084         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
28085      Branch: perl
28086            ! lib/File/Temp.pm t/lib/ftmp-security.t
28087 ____________________________________________________________________________
28088 [  6446] By: jhi                                   on 2000/07/26  18:06:32
28089         Log: docfix from Peter Scott <Peter@PSDT.com>.
28090      Branch: perl
28091            ! pod/perlfunc.pod
28092 ____________________________________________________________________________
28093 [  6445] By: jhi                                   on 2000/07/26  17:53:31
28094         Log: Fix *foo{FORMAT}.
28095              
28096              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28097              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
28098              Date: Wed, 26 Jul 2000 19:51:02 +0200
28099              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
28100              
28101              From: Graham Barr <gbarr@pobox.com>
28102              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
28103              Date: Wed, 26 Jul 2000 17:38:36 +0100
28104              Message-ID: <20000726173836.L472@pobox.com>
28105      Branch: perl
28106            ! pp.c sv.c t/op/gv.t
28107 ____________________________________________________________________________
28108 [  6444] By: jhi                                   on 2000/07/26  17:49:14
28109         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
28110              from Graham Barr in the module list.
28111      Branch: perl
28112            ! gv.c pod/perlobj.pod
28113 ____________________________________________________________________________
28114 [  6443] By: jhi                                   on 2000/07/26  16:06:56
28115         Log: More split() doc and test patches from Mike Guy.
28116      Branch: perl
28117            ! pod/perlfunc.pod t/op/split.t
28118 ____________________________________________________________________________
28119 [  6442] By: jhi                                   on 2000/07/26  16:05:30
28120         Log: MacOS nits from Matthias Neeracher.
28121      Branch: perl
28122            ! perl.c pp_ctl.c
28123 ____________________________________________________________________________
28124 [  6441] By: jhi                                   on 2000/07/26  04:39:57
28125         Log: Subject: [PATCH] split /^/
28126              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28127              Date: Tue, 25 Jul 2000 14:18:57 +0100
28128              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
28129              
28130              (with notes from tchrist and gbarr)
28131      Branch: perl
28132            ! pod/perlfunc.pod t/op/split.t
28133 ____________________________________________________________________________
28134 [  6440] By: jhi                                   on 2000/07/26  04:32:32
28135         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
28136              From: Peter Prymmer <pvhp@forte.com>
28137              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
28138              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
28139      Branch: perl
28140            ! vms/munchconfig.c
28141 ____________________________________________________________________________
28142 [  6439] By: jhi                                   on 2000/07/26  04:31:01
28143         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
28144              to be fatal errors (instead of by default ignoring them, and
28145              ignoring with a bug: even though -w gave an error, the opening [
28146              was left in)  Reported in:
28147              
28148              Subject: [ID 20000716.024] [=cc=] / [:blank:]
28149              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
28150              Date: Sun, 16 Jul 2000 17:55:29 -0700
28151              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
28152      Branch: perl
28153            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
28154 ____________________________________________________________________________
28155 [  6438] By: jhi                                   on 2000/07/25  15:41:15
28156         Log: Subject: [PATCH] av.c apidoc
28157              From: simon@brecon.co.uk (Simon Cozens)
28158              Date: 24 Jul 2000 06:40:52 GMT
28159              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
28160      Branch: perl
28161            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
28162            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
28163 ____________________________________________________________________________
28164 [  6437] By: jhi                                   on 2000/07/25  14:05:36
28165         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
28166              From: "Stephen P. Potter" <spp@ds.net>
28167              Date: Mon, 24 Jul 2000 14:22:23 -0400
28168              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
28169      Branch: perl
28170            ! pod/perllocale.pod
28171 ____________________________________________________________________________
28172 [  6436] By: jhi                                   on 2000/07/25  14:02:03
28173         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
28174              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28175              Date: Mon, 24 Jul 2000 18:04:28 +0100
28176              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
28177      Branch: perl
28178            ! t/lib/syslfs.t t/op/lfs.t
28179 ____________________________________________________________________________
28180 [  6435] By: jhi                                   on 2000/07/25  13:59:28
28181         Log: Get UTF16 BOMs working.  Patch from
28182              
28183              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
28184              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28185              Date: Tue, 25 Jul 2000 12:52:45 +0100
28186              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
28187              
28188              and notes from
28189              
28190              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
28191              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28192              Date: Tue, 25 Jul 2000 11:43:25 +0100
28193              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
28194      Branch: perl
28195            ! t/comp/require.t toke.c utf8.c
28196 ____________________________________________________________________________
28197 [  6434] By: jhi                                   on 2000/07/25  02:39:54
28198         Log: Make the "uninit variable" warning to say "concat or string"
28199              or "join or string" when in concat or join .
28200              
28201              Subject: Re: [ID 20000403.009] uninitialised concatenation???
28202              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28203              Date: Tue, 04 Apr 2000 18:22:58 +0100
28204              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
28205              
28206              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
28207              From: William R Ward <hermit@BayView.COM>
28208              Date: Thu, 30 Mar 2000 19:50:03 -0800
28209              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
28210      Branch: perl
28211            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
28212            ! t/pragma/warn/op t/pragma/warn/sv
28213 ____________________________________________________________________________
28214 [  6433] By: jhi                                   on 2000/07/24  17:52:56
28215         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
28216      Branch: perl
28217            ! lib/File/Spec/VMS.pm
28218 ____________________________________________________________________________
28219 [  6432] By: jhi                                   on 2000/07/24  17:44:44
28220         Log: Test cases for #6431.
28221              
28222              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
28223              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28224              Date: Mon, 24 Jul 2000 15:32:29 +0100
28225              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
28226      Branch: perl
28227            ! t/op/pat.t t/op/split.t
28228 ____________________________________________________________________________
28229 [  6431] By: jhi                                   on 2000/07/24  17:43:17
28230         Log: Bind op fix.
28231              
28232              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
28233              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28234              Date: Mon, 17 Jul 2000 20:04:56 +0100
28235              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
28236      Branch: perl
28237            ! op.c
28238 ____________________________________________________________________________
28239 [  6430] By: jhi                                   on 2000/07/24  03:42:42
28240         Log: Subject: [ID 20000716.023] syslog test fails without sockets
28241              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
28242              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
28243              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
28244      Branch: metaconfig/U/perl
28245            ! Extensions.U
28246      Branch: perl
28247            ! Configure config_h.SH
28248 ____________________________________________________________________________
28249 [  6429] By: jhi                                   on 2000/07/24  03:11:52
28250         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
28251              case, but add also notes explaining the relationship of this
28252              patch and the earlier notes by Sarathy.
28253              
28254              Subject: Map is still slow
28255              From: "Ben Tilly" <ben_tilly@hotmail.com>
28256              Date: Sat, 15 Jul 2000 17:23:27 EDT
28257              Message-ID: <20000715212327.21656.qmail@hotmail.com>
28258      Branch: perl
28259            ! pp_ctl.c
28260 ____________________________________________________________________________
28261 [  6428] By: jhi                                   on 2000/07/24  02:58:52
28262         Log: Documentation to explain the behaviour of map().
28263              
28264              Subject: Re: Map is still slow 
28265              From: Gurusamy Sarathy <gsar@ActiveState.com>
28266              Date: Sat, 15 Jul 2000 16:05:09 -0700
28267              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
28268      Branch: perl
28269            ! pp_ctl.c
28270 ____________________________________________________________________________
28271 [  6427] By: jhi                                   on 2000/07/24  02:50:03
28272         Log: Add tests for
28273              [ID 19991110.003] another matching finding by pcre author
28274              which has already been fixed by some patch, as verified in
28275              
28276              Subject: Re: two regex bugs from the mists of time (well, last November)
28277              From: Hugo <hv@crypt.compulink.co.uk>
28278              Date: Sat, 22 Jul 2000 18:12:58 +0100
28279              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
28280      Branch: perl
28281            ! t/op/re_tests
28282 ____________________________________________________________________________
28283 [  6426] By: jhi                                   on 2000/07/24  02:11:20
28284         Log: A missing 'break' after the [[:space:]] switch case.
28285              
28286              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
28287              From: "Stephen P. Potter" <spp@ds.net>
28288              Date: Tue, 18 Jul 2000 16:25:17 -0400
28289              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
28290      Branch: perl
28291            ! regcomp.c
28292 ____________________________________________________________________________
28293 [  6425] By: jhi                                   on 2000/07/24  02:06:12
28294         Log: The output might have been produced in the wrong order.
28295              
28296              Subject: [ID 20000720.003] [PATCH] t/op/write.t
28297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28298              Date: Thu, 20 Jul 2000 18:49:18 +0100
28299              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
28300      Branch: perl
28301            ! t/op/write.t
28302 ____________________________________________________________________________
28303 [  6424] By: jhi                                   on 2000/07/24  02:00:07
28304         Log: Use STDOUT consistently.
28305              
28306              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
28307              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28308              Date: Thu, 20 Jul 2000 18:04:01 +0100
28309              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
28310      Branch: perl
28311            ! lib/Test/Harness.pm
28312 ____________________________________________________________________________
28313 [  6423] By: jhi                                   on 2000/07/24  01:54:54
28314         Log: Protect against "wild next"s, that is, callbacks doing "next"
28315              instead of "return".
28316              
28317              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
28318              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28319              Date: Tue, 18 Jul 2000 11:30:16 +0100
28320              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
28321      Branch: perl
28322            ! lib/File/Find.pm
28323 ____________________________________________________________________________
28324 [  6422] By: jhi                                   on 2000/07/24  01:35:47
28325         Log: Out-of-date note removed.
28326              
28327              Subject: [PATCH] documentation perlipc
28328              From: rspier@pobox.com (Robert Spier)
28329              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
28330              Message-ID: <14711.35178.572612.502654@rls.cx>
28331      Branch: perl
28332            ! pod/perlipc.pod
28333 ____________________________________________________________________________
28334 [  6421] By: jhi                                   on 2000/07/24  00:09:18
28335         Log: Send all installperl messages to STDERR and be -w clean.
28336              
28337              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
28338              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28339              Date: Sat, 22 Jul 2000 14:02:11 +0100
28340              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
28341      Branch: perl
28342            ! installperl
28343 ____________________________________________________________________________
28344 [  6420] By: jhi                                   on 2000/07/24  00:04:19
28345         Log: Decutandpasto.
28346              
28347              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
28348              From: "Richard Soderberg" <rs@crystalflame.net>
28349              Date: Sun, 23 Jul 2000 01:37:23 -0700
28350              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
28351      Branch: perl
28352            ! pod/perlipc.pod
28353 ____________________________________________________________________________
28354 [  6419] By: jhi                                   on 2000/07/24  00:01:12
28355         Log: A cleaner abs_path().
28356              Subject: Re: unix alternative to Cwd.pm
28357              From: Jeff Pinyan <jeffp@crusoe.net>
28358              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
28359              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
28360      Branch: perl
28361            ! lib/Cwd.pm
28362 ____________________________________________________________________________
28363 [  6418] By: jhi                                   on 2000/07/23  23:48:56
28364         Log: Detypo.
28365              
28366              Subject: [PATCH perl-current] Typo in hints/powerux.sh
28367              From: "Richard Soderberg" <rs@crystalflame.net>
28368              Date: Sun, 23 Jul 2000 01:27:33 -0700
28369              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
28370      Branch: perl
28371            ! hints/powerux.sh
28372 ____________________________________________________________________________
28373 [  6417] By: jhi                                   on 2000/07/17  22:13:31
28374         Log: Subject: SDBM_File documentation
28375              From: mjd@plover.com
28376              Date: 16 Jul 2000 17:41:17 -0000
28377              Message-ID: <20000716174117.18515.qmail@plover.com>
28378      Branch: perl
28379            ! ext/SDBM_File/SDBM_File.pm
28380 ____________________________________________________________________________
28381 [  6416] By: jhi                                   on 2000/07/17  19:13:26
28382         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
28383      Branch: perl
28384            ! hints/mpeix.sh mpeix/relink
28385 ____________________________________________________________________________
28386 [  6415] By: jhi                                   on 2000/07/15  14:11:02
28387         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
28388              the utf8 'characters' can be more than one octet).
28389              
28390              Date: Sat, 15 Jul 2000 00:21:56 +0100
28391              From: Tom Hughes <tom@compton.nu>
28392              Subject: Re: [ID 20000714.002]
28393              Message-ID: <db2334de49.tom@compton.compton.nu>
28394              
28395              Reported in
28396              
28397              Subject: [ID 20000714.002]
28398              From: "Simon Cozens" <simon@othersideofthe.earth.li>
28399              Date: 14 Jul 2000 15:13:09 -0000
28400              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
28401      Branch: perl
28402            ! doop.c
28403 ____________________________________________________________________________
28404 [  6414] By: jhi                                   on 2000/07/15  03:13:41
28405         Log: another VMS build tweak from Peter Prymmer
28406      Branch: perl
28407            ! vms/descrip_mms.template
28408 ____________________________________________________________________________
28409 [  6413] By: jhi                                   on 2000/07/15  03:10:40
28410         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
28411      Branch: perl
28412            ! vms/perlvms.pod
28413 ____________________________________________________________________________
28414 [  6412] By: jhi                                   on 2000/07/15  00:31:05
28415         Log: More docs for sv functions.
28416              
28417              Subject: [PATCH cfgperl] sv.c apidoc
28418              From: simon@brecon.co.uk (Simon Cozens)
28419              Date: 13 Jul 2000 09:00:20 GMT
28420              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
28421              
28422              Subject: Re: [PATCH cfgperl] sv.c apidoc
28423              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28424              Date: Thu, 13 Jul 2000 12:27:41 +0100
28425              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
28426              
28427              Subject: Re: [PATCH cfgperl] sv.c apidoc
28428              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28429              Date: Thu, 13 Jul 2000 13:23:09 +0100
28430              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
28431              
28432              Subject: Re: [PATCH cfgperl] sv.c apidoc
28433              From: simon@brecon.co.uk (Simon Cozens)
28434              Date: 14 Jul 2000 06:51:02 GMT
28435              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
28436      Branch: perl
28437            ! embed.pl pod/perlapi.pod sv.c
28438 ____________________________________________________________________________
28439 [  6411] By: jhi                                   on 2000/07/15  00:10:41
28440         Log: lib/b test fixes from Peter Prymmer.
28441      Branch: perl
28442            ! t/lib/b.t
28443 ____________________________________________________________________________
28444 [  6410] By: jhi                                   on 2000/07/15  00:02:09
28445         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
28446              From: Hugo <hv@crypt.compulink.co.uk>
28447              Date: Fri, 14 Jul 2000 23:05:20 +0100
28448              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
28449              
28450              Didn't anymore apply, but that point still could use another fix.
28451      Branch: perl
28452            ! pod/perlfunc.pod
28453 ____________________________________________________________________________
28454 [  6409] By: jhi                                   on 2000/07/14  23:15:15
28455         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
28456              not in pod, from Peter Prymmer
28457      Branch: perl
28458            ! vms/descrip_mms.template
28459 ____________________________________________________________________________
28460 [  6408] By: jhi                                   on 2000/07/14  20:35:05
28461         Log: The bug report
28462              [ID 19991110.002] minimal matching discrepancy found by pcre author
28463              seems to have been fixed (though differently from what was suggested
28464              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
28465      Branch: perl
28466            ! t/op/re_tests
28467 ____________________________________________________________________________
28468 [  6407] By: jhi                                   on 2000/07/14  17:38:08
28469         Log: Fix AutoSplit to use File::Spec the right way in VMS,
28470              from Peter Prymmer.
28471      Branch: perl
28472            ! lib/AutoSplit.pm
28473 ____________________________________________________________________________
28474 [  6406] By: jhi                                   on 2000/07/14  14:13:22
28475         Log: Merge perlhacktut into perlhack, update perlguts.
28476              
28477              Subject: Re: Perlhacktut
28478              From: simon@brecon.co.uk (Simon Cozens)
28479              Date: 14 Jul 2000 06:49:21 GMT
28480              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
28481              
28482              Subject: Re: Perlhacktut
28483              From: simon@brecon.co.uk (Simon Cozens)
28484              Date: 14 Jul 2000 07:09:45 GMT
28485              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
28486      Branch: perl
28487            ! pod/perlguts.pod pod/perlhack.pod
28488 ____________________________________________________________________________
28489 [  6405] By: jhi                                   on 2000/07/14  14:02:31
28490         Log: Integrate with Sarathy.
28491      Branch: cfgperl
28492           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
28493           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
28494           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
28495 ____________________________________________________________________________
28496 [  6404] By: gsar                                  on 2000/07/14  12:15:02
28497         Log: PERL_OBJECT build tweaks
28498      Branch: perl
28499            ! toke.c
28500 ____________________________________________________________________________
28501 [  6403] By: gsar                                  on 2000/07/14  11:23:41
28502         Log: inconsistent types needs casts
28503      Branch: perl
28504            ! toke.c
28505 ____________________________________________________________________________
28506 [  6402] By: gsar                                  on 2000/07/14  11:12:04
28507         Log: typos in change#6399, regen headers
28508      Branch: perl
28509            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
28510 ____________________________________________________________________________
28511 [  6401] By: gsar                                  on 2000/07/14  10:59:12
28512         Log: typecasts needed for change#6394
28513      Branch: perl
28514            ! toke.c
28515 ____________________________________________________________________________
28516 [  6400] By: gsar                                  on 2000/07/14  10:49:37
28517         Log: integrate cfgperl contents into mainline
28518      Branch: perl
28519           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
28520           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
28521 ____________________________________________________________________________
28522 [  6399] By: gsar                                  on 2000/07/14  10:38:35
28523         Log: enable UTF-16 filter by default if relevant BOM is seen; various
28524              cleanups (typos, misformatted code, and small bugs)
28525      Branch: perl
28526            ! doop.c embed.pl mg.c op.c pp.c toke.c
28527 ____________________________________________________________________________
28528 [  6398] By: gsar                                  on 2000/07/14  08:55:38
28529         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
28530              name suggests anyway)
28531      Branch: perl
28532            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
28533 ____________________________________________________________________________
28534 [  6397] By: gsar                                  on 2000/07/14  08:44:33
28535         Log: move new variables to the end of the interpreter structure (for
28536              bincompat in code that doesn't #include XSUB.h)
28537      Branch: perl
28538            ! intrpvar.h
28539 ____________________________________________________________________________
28540 [  6396] By: gsar                                  on 2000/07/14  08:13:58
28541         Log: MakeMaker should not remove editor backups (*~) on `make clean`
28542              by default (completes change#6383)
28543      Branch: perl
28544            ! lib/ExtUtils/MM_Unix.pm
28545 ____________________________________________________________________________
28546 [  6395] By: jhi                                   on 2000/07/14  05:20:33
28547         Log: Replace change #6337 with a better one.
28548              
28549              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28550              From: Hugo <hv@crypt.compulink.co.uk>
28551              Date: Fri, 14 Jul 2000 04:16:20 +0100
28552              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
28553      Branch: cfgperl
28554            ! regexec.c t/op/re_tests
28555 ____________________________________________________________________________
28556 [  6394] By: jhi                                   on 2000/07/14  01:33:59
28557         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
28558      Branch: cfgperl
28559            ! embed.pl global.sym proto.h toke.c
28560 ____________________________________________________________________________
28561 [  6393] By: jhi                                   on 2000/07/13  23:41:23
28562         Log: remove discarded test
28563      Branch: cfgperl
28564            ! MANIFEST
28565 ____________________________________________________________________________
28566 [  6392] By: jhi                                   on 2000/07/13  23:32:25
28567         Log: The {multiplier} of a fixed substring was overlooked which
28568              caused a wrong initial search offset for that substring.
28569              
28570              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
28571              From: Hugo <hv@crypt.compulink.co.uk>
28572              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
28573              Date: Thu, 13 Jul 2000 19:27:13 +0100
28574      Branch: cfgperl
28575            ! regcomp.c t/op/re_tests
28576 ____________________________________________________________________________
28577 [  6391] By: jhi                                   on 2000/07/13  16:37:42
28578         Log: typo fix from Craig Berry
28579      Branch: cfgperl
28580            ! vms/subconfigure.com
28581 ____________________________________________________________________________
28582 [  6390] By: jhi                                   on 2000/07/13  13:20:12
28583         Log: Integrate with Sarathy.
28584      Branch: cfgperl
28585            - t/op/method2entersub.t
28586           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
28587           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
28588           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
28589           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
28590 ____________________________________________________________________________
28591 [  6389] By: jhi                                   on 2000/07/13  13:18:48
28592         Log: Detypo from Peter Prymmer, part of #6388.
28593      Branch: cfgperl
28594            ! Configure config_h.SH
28595      Branch: metaconfig
28596            ! U/modified/d_longlong.U
28597 ____________________________________________________________________________
28598 [  6388] By: gsar                                  on 2000/07/13  06:33:40
28599         Log: typos (spotted by Peter Prymmer)
28600      Branch: perl
28601            ! Configure t/lib/english.t
28602 ____________________________________________________________________________
28603 [  6387] By: gsar                                  on 2000/07/13  05:35:28
28604         Log: new selfloader.t in change#6183 doesn't close DATA handles,
28605              and thus fails to clean up tmp files on dosish platforms
28606      Branch: perl
28607            ! t/lib/selfloader.t
28608 ____________________________________________________________________________
28609 [  6386] By: gsar                                  on 2000/07/12  21:42:39
28610         Log: sprintf test tweaks (from Dominic Dunlop)
28611      Branch: perl
28612            ! t/op/sprintf.t
28613 ____________________________________________________________________________
28614 [  6385] By: gsar                                  on 2000/07/12  21:33:46
28615         Log: fix bugs in processing %v-*d and similar format specs (from
28616              Avi Finkel <avi@finkel.org>)
28617      Branch: perl
28618            ! sv.c t/op/sprintf.t
28619 ____________________________________________________________________________
28620 [  6384] By: gsar                                  on 2000/07/12  16:04:19
28621         Log: readd missing perldelta.pod changes from changes#6339,6376
28622      Branch: perl
28623            ! pod/perldelta.pod
28624 ____________________________________________________________________________
28625 [  6383] By: gsar                                  on 2000/07/12  16:00:51
28626         Log: don't clobber *.orig files on *clean targets
28627      Branch: perl
28628            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
28629 ____________________________________________________________________________
28630 [  6382] By: gsar                                  on 2000/07/12  07:59:12
28631         Log: fix broken integrations in cfgperl
28632      Branch: cfgperl
28633           !> Changes pod/perldelta.pod
28634 ____________________________________________________________________________
28635 [  6381] By: gsar                                  on 2000/07/12  07:42:17
28636         Log: integrate cfgperl changes into mainline
28637      Branch: perl
28638            ! Changes
28639           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
28640           !> pod/perlre.pod
28641 ____________________________________________________________________________
28642 [  6380] By: gsar                                  on 2000/07/12  07:31:00
28643         Log: get sprintf.t to adjust properly for 3-digit exponents
28644      Branch: perl
28645            ! t/op/sprintf.t
28646 ____________________________________________________________________________
28647 [  6379] By: gsar                                  on 2000/07/12  06:40:04
28648         Log: change#6174 needs corresponding change in win32/config_h.PL,
28649              which grovels through config_h.SH to find the config.h name
28650      Branch: perl
28651            ! win32/config_h.PL
28652 ____________________________________________________________________________
28653 [  6378] By: jhi                                   on 2000/07/12  05:03:59
28654         Log: Do the cc sanity check both before the hints and
28655              after the cc selction.
28656      Branch: cfgperl
28657            ! Configure config_h.SH
28658      Branch: metaconfig
28659            ! U/modified/Oldconfig.U U/modified/cc.U
28660      Branch: metaconfig/U/perl
28661            + Checkcc.U
28662 ____________________________________________________________________________
28663 [  6377] By: jhi                                   on 2000/07/12  02:49:22
28664         Log: Fix nits noticed by Boston.pm.
28665      Branch: cfgperl
28666            ! pod/perlre.pod
28667 ____________________________________________________________________________
28668 [  6376] By: jhi                                   on 2000/07/11  21:22:13
28669         Log: Configure cosmetics and perldelta.
28670      Branch: cfgperl
28671            ! Configure config_h.SH pod/perldelta.pod
28672      Branch: metaconfig
28673            ! U/modified/cc.U
28674 ____________________________________________________________________________
28675 [  6375] By: gsar                                  on 2000/07/11  21:17:35
28676         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
28677      Branch: perl
28678            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
28679            ! win32/win32sck.c
28680 ____________________________________________________________________________
28681 [  6374] By: gsar                                  on 2000/07/11  20:48:50
28682         Log: tweak for build failure under multiplicity
28683      Branch: perl
28684            ! toke.c
28685 ____________________________________________________________________________
28686 [  6373] By: gsar                                  on 2000/07/11  20:37:23
28687         Log: integrate cfgperl changes#6325..6373 into mainline
28688              (NOTE: today's batch of integrations still untested)
28689      Branch: perl
28690           +> ext/DynaLoader/hints/netbsd.pl
28691            ! Changes
28692           !> (integrate 26 files)
28693 ____________________________________________________________________________
28694 [  6372] By: jhi                                   on 2000/07/11  20:30:36
28695         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
28696              regen perltoc.
28697      Branch: cfgperl
28698            + pod/perlbook.pod
28699            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
28700            ! pod/perltoc.pod
28701 ____________________________________________________________________________
28702 [  6371] By: jhi                                   on 2000/07/11  20:08:56
28703         Log: Minor cleanups on the booklist.
28704      Branch: cfgperl
28705            ! pod/perlfaq2.pod
28706 ____________________________________________________________________________
28707 [  6370] By: jhi                                   on 2000/07/11  19:31:13
28708         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
28709      Branch: cfgperl
28710            ! t/pragma/overload.t
28711 ____________________________________________________________________________
28712 [  6369] By: gsar                                  on 2000/07/11  19:27:48
28713         Log: integrate cfgperl changes#6293..6324 into mainline
28714      Branch: perl
28715           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
28716            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
28717           !> (integrate 30 files)
28718 ____________________________________________________________________________
28719 [  6368] By: gsar                                  on 2000/07/11  19:18:57
28720         Log: skip integrate of problematic change#6292 from cfgperl into mainline
28721      Branch: perl
28722           !> pp_hot.c
28723 ____________________________________________________________________________
28724 [  6367] By: gsar                                  on 2000/07/11  19:17:21
28725         Log: integrate cfgperl changes#6288..6290 into mainline
28726      Branch: perl
28727           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
28728 ____________________________________________________________________________
28729 [  6366] By: gsar                                  on 2000/07/11  19:11:18
28730         Log: integrate cfgperl changes#6268..6282 into mainline
28731      Branch: perl
28732           !> (integrate 30 files)
28733 ____________________________________________________________________________
28734 [  6365] By: gsar                                  on 2000/07/11  18:57:00
28735         Log: delete new accidentally branched file
28736      Branch: perl
28737            - t/op/method2entersub.t
28738 ____________________________________________________________________________
28739 [  6364] By: gsar                                  on 2000/07/11  18:55:13
28740         Log: skip integrate of change#6267 from cfgperl into mainline (the
28741              method call optimization is flawed without additional hints
28742              from user about immutableness of @ISA and no runtime method
28743              definitions)
28744      Branch: perl
28745           +> t/op/method2entersub.t
28746           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
28747           !> perl.h t/op/sprintf.t xsutils.c
28748 ____________________________________________________________________________
28749 [  6363] By: gsar                                  on 2000/07/11  18:49:43
28750         Log: integrate cfgperl changes#6261..6266 into mainline
28751      Branch: perl
28752           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
28753           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
28754           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
28755           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
28756 ____________________________________________________________________________
28757 [  6362] By: gsar                                  on 2000/07/11  18:43:26
28758         Log: integrate cfgperl changes#6252..6260 into mainline
28759      Branch: perl
28760           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
28761           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
28762           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
28763           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
28764 ____________________________________________________________________________
28765 [  6361] By: gsar                                  on 2000/07/11  18:37:12
28766         Log: skip integrate of problematic change#6251 from cfgperl into mainline
28767      Branch: perl
28768           !> lib/Exporter.pm
28769 ____________________________________________________________________________
28770 [  6360] By: gsar                                  on 2000/07/11  18:34:56
28771         Log: integrate cfgperl change#6250 into mainline
28772      Branch: perl
28773           +> t/op/my_stash.t
28774           !> MANIFEST embed.pl proto.h toke.c
28775 ____________________________________________________________________________
28776 [  6359] By: gsar                                  on 2000/07/11  18:21:19
28777         Log: integrate cfgperl changes#6242..6249 into mainline
28778      Branch: perl
28779           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
28780           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
28781           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
28782           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
28783           !> t/lib/peek.t utf8.c
28784 ____________________________________________________________________________
28785 [  6358] By: gsar                                  on 2000/07/11  18:15:45
28786         Log: skip integrate of problematic change#6241 from cfgperl into mainline
28787      Branch: perl
28788           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
28789 ____________________________________________________________________________
28790 [  6357] By: jhi                                   on 2000/07/11  18:15:16
28791         Log: Fix for
28792              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
28793              From: Roderick Schertler <roderick@argon.org> 
28794              Date: Tue, 11 Jul 2000 13:55:05 -0400 
28795              Message-Id: <200007111755.NAA05077@jones.argon.org> 
28796      Branch: cfgperl
28797            ! doio.c
28798 ____________________________________________________________________________
28799 [  6356] By: jhi                                   on 2000/07/11  18:12:51
28800         Log: Typo in #6341.
28801      Branch: cfgperl
28802            ! pp_hot.c
28803 ____________________________________________________________________________
28804 [  6355] By: gsar                                  on 2000/07/11  18:12:10
28805         Log: integrate cfgperl changes#6231..6240 into mainline
28806      Branch: perl
28807           +> pod/perlutil.pod
28808           !> (integrate 35 files)
28809 ____________________________________________________________________________
28810 [  6354] By: jhi                                   on 2000/07/11  18:04:34
28811         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
28812              From: Dominic Dunlop <domo@computer.org> 
28813              Date: Tue, 11 Jul 2000 12:27:33 +0200 
28814              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
28815              
28816              Replaces change #6268.
28817      Branch: cfgperl
28818            ! t/op/sprintf.t
28819 ____________________________________________________________________________
28820 [  6353] By: gsar                                  on 2000/07/11  17:59:51
28821         Log: skip integrate of problematic change#6230 from cfgperl into mainline
28822              (a later version of File::Spec is already in mainline)
28823      Branch: perl
28824           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
28825           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
28826 ____________________________________________________________________________
28827 [  6352] By: gsar                                  on 2000/07/11  17:57:48
28828         Log: integrate cfgperl changes#6224..6229 into mainline
28829      Branch: perl
28830           +> lib/lib.pm.PL
28831            - lib/lib.pm
28832           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
28833           !> lib/English.pm op.c t/lib/english.t
28834 ____________________________________________________________________________
28835 [  6351] By: gsar                                  on 2000/07/11  17:50:10
28836         Log: skip integrate of problematic change#6223 from cfgperl into mainline
28837      Branch: perl
28838           !> doio.c
28839 ____________________________________________________________________________
28840 [  6350] By: gsar                                  on 2000/07/11  17:48:28
28841         Log: integrate cfgperl changes#6220..6222 into mainline
28842      Branch: perl
28843           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
28844           !> toke.c utf8.c win32/win32.h
28845 ____________________________________________________________________________
28846 [  6349] By: gsar                                  on 2000/07/11  17:46:13
28847         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
28848              mainline
28849      Branch: perl
28850           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
28851           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
28852           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28853 ____________________________________________________________________________
28854 [  6348] By: jhi                                   on 2000/07/11  17:45:49
28855         Log: README.posix-bc podified from Thomas Dorner.
28856      Branch: cfgperl
28857            ! README.posix-bc
28858 ____________________________________________________________________________
28859 [  6347] By: gsar                                  on 2000/07/11  17:42:04
28860         Log: integrate cfgperl change#6217 into mainline
28861      Branch: perl
28862           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
28863           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
28864           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
28865 ____________________________________________________________________________
28866 [  6346] By: gsar                                  on 2000/07/11  17:39:37
28867         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
28868              mainline
28869      Branch: perl
28870           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
28871           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
28872           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
28873           !> perlapi.h pod/perlapi.pod
28874 ____________________________________________________________________________
28875 [  6345] By: gsar                                  on 2000/07/11  17:36:42
28876         Log: integrate cfgperl changes#6207..6210 into mainline
28877      Branch: perl
28878           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
28879           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
28880 ____________________________________________________________________________
28881 [  6344] By: gsar                                  on 2000/07/11  17:31:20
28882         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
28883              mainline
28884      Branch: perl
28885           !> (integrate 40 files)
28886 ____________________________________________________________________________
28887 [  6343] By: gsar                                  on 2000/07/11  17:19:08
28888         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
28889      Branch: perl
28890           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
28891            ! Changes
28892           !> (integrate 34 files)
28893 ____________________________________________________________________________
28894 [  6342] By: jhi                                   on 2000/07/11  16:05:48
28895         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
28896              To: perl5-porters@perl.org
28897              From: Karsten Sperling <spiff@phreax.net>
28898              Date: Mon, 10 Jul 2000 15:12:52 +0200
28899              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
28900      Branch: cfgperl
28901            ! lib/Symbol.pm
28902 ____________________________________________________________________________
28903 [  6341] By: jhi                                   on 2000/07/11  15:59:23
28904         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
28905              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28906              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
28907              Date: Fri, 07 Jul 2000 17:57:16 +0100
28908      Branch: cfgperl
28909            ! pp_hot.c
28910 ____________________________________________________________________________
28911 [  6340] By: jhi                                   on 2000/07/11  15:55:47
28912         Log: Subject: Re: format bug report  [Patch]
28913              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28914              Date: Wed, 05 Jul 2000 13:12:52 +0200
28915              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
28916              
28917              Subject: Re: format bug report  [Patch]
28918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28919              Date: Wed, 05 Jul 2000 14:10:01 +0200
28920              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
28921      Branch: cfgperl
28922            ! t/op/write.t toke.c
28923 ____________________________________________________________________________
28924 [  6339] By: jhi                                   on 2000/07/11  13:54:09
28925         Log: Be less forgiving about ambiguous and illegal tr ranges.
28926              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28927              From: Mark-Jason Dominus <mjd@plover.com>
28928              Date: Tue, 04 Jul 2000 10:00:12 -0400
28929              Message-ID: <20000704140012.17772.qmail@plover.com>
28930              
28931              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
28932              From: Mark-Jason Dominus <mjd@plover.com>
28933              Date: Wed, 05 Jul 2000 09:37:36 -0400
28934              Message-ID: <20000705133736.27293.qmail@plover.com>
28935      Branch: cfgperl
28936            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
28937 ____________________________________________________________________________
28938 [  6338] By: jhi                                   on 2000/07/11  13:31:24
28939         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
28940              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28941              Date: Tue, 11 Jul 2000 13:50:51 +0100
28942              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
28943      Branch: cfgperl
28944            ! sv.c
28945 ____________________________________________________________________________
28946 [  6337] By: jhi                                   on 2000/07/11  13:29:14
28947         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
28948              From: Hugo <hv@crypt.compulink.co.uk>
28949              Date: Tue, 11 Jul 2000 12:44:50 +0100
28950              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
28951      Branch: cfgperl
28952            ! regexec.c t/op/re_tests
28953 ____________________________________________________________________________
28954 [  6336] By: jhi                                   on 2000/07/11  13:26:47
28955         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
28956              From: simon@brecon.co.uk (Simon Cozens)
28957              Date: 7 Jul 2000 11:26:09 GMT
28958              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
28959      Branch: cfgperl
28960            ! mg.c
28961 ____________________________________________________________________________
28962 [  6335] By: jhi                                   on 2000/07/11  13:23:37
28963         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
28964              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
28965              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
28966              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
28967      Branch: cfgperl
28968            + ext/DynaLoader/hints/netbsd.pl
28969            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
28970 ____________________________________________________________________________
28971 [  6334] By: jhi                                   on 2000/07/11  13:20:38
28972         Log: Subject: PATCH perlguts.pod: Document D and d magic types
28973              From: mjd@plover.com
28974              Date: 5 Jul 2000 18:01:51 -0000
28975              Message-ID: <20000705180151.29413.qmail@plover.com>
28976      Branch: cfgperl
28977            ! pod/perlguts.pod
28978 ____________________________________________________________________________
28979 [  6333] By: jhi                                   on 2000/07/11  13:15:51
28980         Log: Precedence goof, fix based on
28981              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
28982              From: Hugo <hv@crypt.compulink.co.uk>
28983              Date: Tue, 11 Jul 2000 12:52:38 +0100
28984              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
28985      Branch: cfgperl
28986            ! t/op/taint.t
28987 ____________________________________________________________________________
28988 [  6332] By: jhi                                   on 2000/07/11  12:40:17
28989         Log: Integrate with Sarathy.
28990      Branch: cfgperl
28991           !> win32/win32sck.c
28992 ____________________________________________________________________________
28993 [  6331] By: jhi                                   on 2000/07/10  20:14:16
28994         Log: Sprinkle ldlibpath.
28995      Branch: cfgperl
28996            ! pod/Makefile.SH
28997 ____________________________________________________________________________
28998 [  6330] By: jhi                                   on 2000/07/10  17:54:49
28999         Log: More POSIX.pod tweaks.
29000      Branch: cfgperl
29001            ! ext/POSIX/POSIX.pod
29002 ____________________________________________________________________________
29003 [  6329] By: jhi                                   on 2000/07/10  14:02:12
29004         Log: Reorder perl.pod once more.
29005      Branch: cfgperl
29006            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29007 ____________________________________________________________________________
29008 [  6328] By: gsar                                  on 2000/07/10  07:06:00
29009         Log: accept() leaks memory on windows due to incorrect ordering of
29010              closesocket() and fclose() calls
29011      Branch: perl
29012            ! win32/win32sck.c
29013 ____________________________________________________________________________
29014 [  6327] By: gsar                                  on 2000/07/10  06:49:17
29015         Log: winsock options weren't being set in all threads under ithreads
29016              (caused send()s from second and subsequent threads to fail)
29017      Branch: perl
29018            ! win32/win32sck.c
29019 ____________________________________________________________________________
29020 [  6326] By: jhi                                   on 2000/07/08  02:45:40
29021         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
29022              was cast to an unsigned (32-bit) integer with wild abandon.
29023      Branch: cfgperl
29024            ! ext/Devel/DProf/DProf.xs
29025 ____________________________________________________________________________
29026 [  6325] By: jhi                                   on 2000/07/07  18:50:33
29027         Log: Remove perlbook, update perlfaq book listing,
29028              rearrange perl.pod, regenerate perltoc.
29029      Branch: cfgperl
29030            - pod/perlbook.pod
29031            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
29032            ! pod/perlfaq2.pod pod/perltoc.pod
29033 ____________________________________________________________________________
29034 [  6324] By: jhi                                   on 2000/07/07  14:03:40
29035         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
29036      Branch: cfgperl
29037            ! sv.h toke.c
29038 ____________________________________________________________________________
29039 [  6323] By: jhi                                   on 2000/07/06  16:03:55
29040         Log: Fix complaints of buildtoc.
29041      Branch: cfgperl
29042            + lib/Win32.pod
29043            - pod/Win32.pod
29044            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
29045 ____________________________________________________________________________
29046 [  6322] By: jhi                                   on 2000/07/06  15:15:52
29047         Log: Add =head1 NAMEs so that buildtoc is happy.
29048              (The CGI::Util nit reported to Lincoln.)
29049      Branch: cfgperl
29050            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
29051            ! pod/perltoc.pod
29052 ____________________________________________________________________________
29053 [  6321] By: jhi                                   on 2000/07/06  03:16:04
29054         Log: Config is being used.
29055      Branch: cfgperl
29056            ! t/op/method.t
29057 ____________________________________________________________________________
29058 [  6320] By: jhi                                   on 2000/07/06  03:13:13
29059         Log: Integrate with Sarathy.
29060      Branch: cfgperl
29061           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
29062 ____________________________________________________________________________
29063 [  6319] By: jhi                                   on 2000/07/06  03:11:46
29064         Log: Autogenerate pod/Makefile and pod/buildtoc.
29065              buildtoc also checks whether the existin pods are
29066              mentioned in MANIFEST and perl.pod, and vice versa.
29067              (None of the thusly found discrepancies fixed yet.)
29068              roffitall also needs to be autogenerated similarly but it
29069              seems so badly out of date that I didn't touch it yet.
29070      Branch: cfgperl
29071            + pod/Makefile.SH pod/buildtoc.PL
29072            - pod/Makefile pod/buildtoc
29073            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
29074 ____________________________________________________________________________
29075 [  6318] By: gsar                                  on 2000/07/05  22:10:54
29076         Log: fix UNC path handling on Windows under ithreads, and chdir()
29077              return value when given a non-existent directory
29078      Branch: perl
29079            ! win32/vdir.h
29080 ____________________________________________________________________________
29081 [  6317] By: gsar                                  on 2000/07/05  22:08:19
29082         Log: winsock cleanup never done on Windows (leads to handle leaks)
29083      Branch: perl
29084            ! win32/perllib.c win32/win32sck.c
29085 ____________________________________________________________________________
29086 [  6316] By: gsar                                  on 2000/07/05  22:06:19
29087         Log: some debugger output does not go to the socket when RemotePort is set
29088      Branch: perl
29089            ! lib/perl5db.pl
29090 ____________________________________________________________________________
29091 [  6315] By: jhi                                   on 2000/07/05  00:25:21
29092         Log: Integrate with Sarathy, preliminary fix for unicos
29093              alignment problems in [ID 20000612.002] Perl problem on Cray system.
29094      Branch: cfgperl
29095            ! sv.h
29096           !> pp_hot.c
29097 ____________________________________________________________________________
29098 [  6314] By: gsar                                  on 2000/07/04  23:34:02
29099         Log: tyop in change#6306
29100      Branch: perl
29101            ! pp_hot.c
29102 ____________________________________________________________________________
29103 [  6313] By: jhi                                   on 2000/07/04  22:14:38
29104         Log: Multiline string literals ENONPORTABLE.
29105      Branch: cfgperl
29106            ! pp_hot.c
29107 ____________________________________________________________________________
29108 [  6312] By: jhi                                   on 2000/07/04  20:34:44
29109         Log: Integrate with Sarathy.
29110      Branch: cfgperl
29111           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
29112           !> t/op/method.t
29113 ____________________________________________________________________________
29114 [  6311] By: jhi                                   on 2000/07/04  20:30:56
29115         Log: More POSIX.pod embellishment.
29116      Branch: cfgperl
29117            ! ext/POSIX/POSIX.pod
29118 ____________________________________________________________________________
29119 [  6310] By: gsar                                  on 2000/07/04  17:28:48
29120         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
29121      Branch: perl
29122            ! t/lib/b.t
29123 ____________________________________________________________________________
29124 [  6309] By: jhi                                   on 2000/07/04  17:22:18
29125         Log: The #6308 required a little bit more.
29126      Branch: cfgperl
29127            ! Makefile.SH win32/Makefile
29128 ____________________________________________________________________________
29129 [  6308] By: jhi                                   on 2000/07/04  16:35:24
29130         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
29131      Branch: cfgperl
29132            + lib/lib_pm.PL
29133            - lib/lib.pm.PL
29134            ! MANIFEST Makefile.SH
29135 ____________________________________________________________________________
29136 [  6307] By: jhi                                   on 2000/07/04  16:28:58
29137         Log: Win32 patches for cfgperl from Sarathy.
29138      Branch: cfgperl
29139            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
29140            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
29141            ! thread.h toke.c util.c win32/Makefile win32/win32.c
29142 ____________________________________________________________________________
29143 [  6306] By: gsar                                  on 2000/07/04  16:28:40
29144         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
29145              (from Richard Soderberg <rs@oregonnet.com>)
29146      Branch: perl
29147            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
29148 ____________________________________________________________________________
29149 [  6305] By: jhi                                   on 2000/07/04  16:24:24
29150         Log: Integrate with Sarathy.
29151      Branch: cfgperl
29152           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
29153           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29154           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
29155           !> proto.h win32/win32.c
29156 ____________________________________________________________________________
29157 [  6304] By: gsar                                  on 2000/07/04  16:17:24
29158         Log: missing perldiag entry for unpack("w",...) diagnostic (from
29159              Andreas Koenig)
29160      Branch: perl
29161            ! pod/perldiag.pod
29162 ____________________________________________________________________________
29163 [  6303] By: gsar                                  on 2000/07/04  16:14:44
29164         Log: remove rel2abs prototypes (from Barrie Slaymaker)
29165      Branch: perl
29166            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29167            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29168 ____________________________________________________________________________
29169 [  6302] By: gsar                                  on 2000/07/04  04:59:35
29170         Log: adjust change#6299
29171      Branch: perl
29172            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
29173            ! win32/win32.c
29174 ____________________________________________________________________________
29175 [  6301] By: jhi                                   on 2000/07/04  04:50:07
29176         Log: Integrate with Sarathy.
29177      Branch: cfgperl
29178           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
29179           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
29180           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
29181 ____________________________________________________________________________
29182 [  6300] By: gsar                                  on 2000/07/04  04:42:09
29183         Log: PERL_OBJECT build tweak
29184      Branch: perl
29185            ! perl.h
29186 ____________________________________________________________________________
29187 [  6299] By: gsar                                  on 2000/07/04  04:37:00
29188         Log: fix memory leak on Windows (PL_sys_intern contents were never
29189              freed)
29190      Branch: perl
29191            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
29192            ! perlapi.c proto.h win32/win32.c
29193 ____________________________________________________________________________
29194 [  6298] By: gsar                                  on 2000/07/04  04:15:59
29195         Log: fix large memory leak that has been around for ever, masked by
29196              -DPURIFY (most of the arenas were never freed!)
29197      Branch: perl
29198            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
29199 ____________________________________________________________________________
29200 [  6297] By: gsar                                  on 2000/07/04  04:07:46
29201         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
29202      Branch: perl
29203            ! perl.c
29204 ____________________________________________________________________________
29205 [  6296] By: jhi                                   on 2000/06/30  18:28:37
29206         Log: Elaborate POSIX.pod.  Still needs work.
29207      Branch: cfgperl
29208            ! ext/POSIX/POSIX.pod
29209 ____________________________________________________________________________
29210 [  6295] By: jhi                                   on 2000/06/30  14:58:18
29211         Log: Point to perlipc for more SysV IPC examples.
29212      Branch: cfgperl
29213            ! pod/perlfunc.pod
29214 ____________________________________________________________________________
29215 [  6294] By: gsar                                  on 2000/06/30  14:47:45
29216         Log: slurp mode fix in change#4736 still not quite right
29217      Branch: perl
29218            ! pp_hot.c t/io/argv.t
29219 ____________________________________________________________________________
29220 [  6293] By: jhi                                   on 2000/06/30  12:02:55
29221         Log: Integrate with Sarathy.
29222      Branch: cfgperl
29223           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
29224 ____________________________________________________________________________
29225 [  6292] By: jhi                                   on 2000/06/30  12:01:11
29226         Log: From: simon@brecon.co.uk (Simon Cozens)
29227              Subject: UTF8 concat
29228              Date: 30 Jun 2000 06:13:25 GMT
29229              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
29230      Branch: cfgperl
29231            ! pp_hot.c
29232 ____________________________________________________________________________
29233 [  6291] By: gsar                                  on 2000/06/30  04:37:33
29234         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
29235              when @_ is modified, causing coredumps
29236      Branch: perl
29237            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
29238 ____________________________________________________________________________
29239 [  6290] By: jhi                                   on 2000/06/30  02:21:44
29240         Log: Integrate with Sarathy.
29241      Branch: cfgperl
29242           !> vms/vms.c vms/vmsish.h
29243 ____________________________________________________________________________
29244 [  6289] By: jhi                                   on 2000/06/30  02:21:02
29245         Log: Check VERSIONs.
29246      Branch: cfgperl
29247            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29248            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29249            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
29250 ____________________________________________________________________________
29251 [  6288] By: jhi                                   on 2000/06/30  02:18:52
29252         Log: Integrate with Sarathy.
29253      Branch: cfgperl
29254           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
29255           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29256           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
29257           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
29258 ____________________________________________________________________________
29259 [  6287] By: gsar                                  on 2000/06/30  02:17:08
29260         Log: integrate vmsperl changes into mainline
29261      Branch: perl
29262           !> vms/vms.c vms/vmsish.h
29263 ____________________________________________________________________________
29264 [  6285] By: gsar                                  on 2000/06/30  02:05:28
29265         Log: localize %INC in a Safe compartment so that use/require work
29266              (many other magic globals probably need similar treatment)
29267      Branch: perl
29268            ! ext/Opcode/Opcode.xs
29269 ____________________________________________________________________________
29270 [  6284] By: gsar                                  on 2000/06/30  01:54:54
29271         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
29272              about Windows
29273      Branch: perl
29274            ! pod/perlembed.pod
29275 ____________________________________________________________________________
29276 [  6283] By: jhi                                   on 2000/06/30  01:50:10
29277         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
29278              From: Barrie Slaymaker <barries@jester.slaysys.com>
29279              Date: Wed, 28 Jun 2000 11:35:29 -0400
29280              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
29281      Branch: perl
29282            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29283            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29284            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29285            ! lib/File/Spec/Win32.pm
29286 ____________________________________________________________________________
29287 [  6282] By: jhi                                   on 2000/06/29  22:57:22
29288         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
29289              From: Dan Sugalski <dan@sidhe.org>
29290              Date: Tue, 06 Jun 2000 11:59:50 -0400
29291              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
29292      Branch: cfgperl
29293            ! vms/vms.c
29294 ____________________________________________________________________________
29295 [  6281] By: jhi                                   on 2000/06/29  22:52:50
29296         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
29297              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29298              Date: Wed, 7 Jun 2000 04:02:04 -0500
29299              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
29300      Branch: cfgperl
29301            ! utils/h2xs.PL
29302 ____________________________________________________________________________
29303 [  6280] By: jhi                                   on 2000/06/29  22:45:47
29304         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
29305              From: rspier@pobox.com (Robert Spier)
29306              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
29307              Message-ID: <14654.31913.845602.610277@rls.cx>
29308      Branch: cfgperl
29309            ! utils/h2xs.PL
29310 ____________________________________________________________________________
29311 [  6279] By: jhi                                   on 2000/06/29  22:38:16
29312         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
29313              From: Tim Ayers <tayers@bridge.com>
29314              Date: Thu, 08 Jun 2000 08:11:06 +0200
29315              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
29316              [resent by Richard Foley, Message-Id probably wrong]
29317      Branch: cfgperl
29318            ! pod/perlsub.pod
29319 ____________________________________________________________________________
29320 [  6278] By: jhi                                   on 2000/06/29  22:21:45
29321         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
29322              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
29323              Date: Fri, 09 Jun 2000 12:39:27 -0400
29324              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
29325              (plus update the version "number" of Text::Wrap)
29326      Branch: cfgperl
29327            ! lib/Text/Wrap.pm
29328 ____________________________________________________________________________
29329 [  6277] By: jhi                                   on 2000/06/29  22:13:10
29330         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
29331              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29332              Date: Mon, 12 Jun 2000 14:55:59 +0100
29333              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
29334      Branch: cfgperl
29335            ! pod/perlfunc.pod
29336 ____________________________________________________________________________
29337 [  6276] By: jhi                                   on 2000/06/29  22:11:06
29338         Log: Subject: [PATCH] Re: eval documentation: context
29339              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
29340              Date: Mon, 12 Jun 2000 15:07:29 +0100
29341              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
29342      Branch: cfgperl
29343            ! pod/perlfunc.pod
29344 ____________________________________________________________________________
29345 [  6275] By: jhi                                   on 2000/06/29  21:59:46
29346         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
29347              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
29348              Date: Tue, 13 Jun 2000 02:43:48 -0500
29349              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
29350      Branch: cfgperl
29351            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
29352 ____________________________________________________________________________
29353 [  6274] By: jhi                                   on 2000/06/29  21:56:14
29354         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
29355              From: Andy Dougherty <doughera@lafayette.edu>
29356              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
29357              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
29358      Branch: cfgperl
29359            ! ext/File/Glob/Glob.pm
29360 ____________________________________________________________________________
29361 [  6273] By: jhi                                   on 2000/06/29  21:49:09
29362         Log: Subject: [PATCH] xsub attributes
29363              From: Doug MacEachern <dougm@covalent.net>
29364              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
29365              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
29366      Branch: cfgperl
29367            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
29368            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
29369 ____________________________________________________________________________
29370 [  6272] By: jhi                                   on 2000/06/29  21:41:28
29371         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
29372              From: Tom Phoenix <rootbeer@redcat.com>
29373              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
29374              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
29375      Branch: cfgperl
29376            ! lib/Net/Ping.pm
29377 ____________________________________________________________________________
29378 [  6271] By: jhi                                   on 2000/06/29  21:36:55
29379         Log: Subject: PATCH pod/perltie.pod
29380              From: Ian Phillipps <Ian.Phillipps@iname.com>
29381              Date: Fri, 16 Jun 2000 00:17:19 +0100
29382              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
29383              (only the first hunk, the second hunk had already been done
29384              by some other patch)
29385      Branch: cfgperl
29386            ! pod/perltie.pod
29387 ____________________________________________________________________________
29388 [  6270] By: jhi                                   on 2000/06/29  21:24:51
29389         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
29390              From: Nicholas Clark <nick@talking.bollo.cx>
29391              Date: Fri, 23 Jun 2000 16:21:15 +0100
29392              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
29393      Branch: cfgperl
29394            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
29395            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
29396 ____________________________________________________________________________
29397 [  6269] By: jhi                                   on 2000/06/29  19:38:15
29398         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
29399              silence few compiler warnings.
29400      Branch: cfgperl
29401            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
29402 ____________________________________________________________________________
29403 [  6268] By: jhi                                   on 2000/06/29  18:21:50
29404         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
29405              From: Dominic Dunlop <domo@computer.org> 
29406              Date: Thu, 29 Jun 2000 12:32:39 +0200 
29407              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
29408      Branch: cfgperl
29409            ! t/op/sprintf.t
29410 ____________________________________________________________________________
29411 [  6267] By: jhi                                   on 2000/06/29  18:16:07
29412         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
29413              From: Doug MacEachern <dougm@covalent.net>
29414              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
29415              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
29416      Branch: cfgperl
29417            + t/op/method2entersub.t
29418            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
29419            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29420            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
29421            ! xsutils.c
29422 ____________________________________________________________________________
29423 [  6266] By: jhi                                   on 2000/06/29  15:11:15
29424         Log: Subject: [PATCH 5.6.0] cygwin port
29425              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
29426              From: "Fifer, Eric" <EFifer@sanwaint.com>
29427              Date: Thu, 29 Jun 2000 12:58:29 +0100
29428      Branch: cfgperl
29429            ! cygwin/Makefile.SHs
29430 ____________________________________________________________________________
29431 [  6265] By: jhi                                   on 2000/06/29  15:04:05
29432         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
29433              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29434              Date: Wed, 28 Jun 2000 17:50:12 -0700
29435              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
29436      Branch: cfgperl
29437            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29438 ____________________________________________________________________________
29439 [  6264] By: jhi                                   on 2000/06/29  15:00:57
29440         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
29441              From: Marty Lucich <marty@netcom.com>
29442              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
29443              Message-Id: <200006282116.OAA11148@netcom.com>
29444              ccdlflags update (the BSD/OS 4.1 part had already been taken
29445              care of by #6141).
29446      Branch: cfgperl
29447            ! hints/bsdos.sh
29448 ____________________________________________________________________________
29449 [  6263] By: jhi                                   on 2000/06/29  13:47:44
29450         Log: tr fixes from Simon Cozens
29451      Branch: cfgperl
29452            ! doop.c
29453 ____________________________________________________________________________
29454 [  6262] By: jhi                                   on 2000/06/28  18:46:01
29455         Log: Subject: 5.6.0 Patch for EPOC
29456              From: Olaf Flebbe <o.flebbe@gmx.de>
29457              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
29458              Message-ID: <23449.960929969@www11.gmx.net>
29459      Branch: cfgperl
29460            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
29461            ! epoc/epocish.h
29462 ____________________________________________________________________________
29463 [  6261] By: jhi                                   on 2000/06/28  18:29:07
29464         Log: Subject: Re: [PATCH cfgperl] BOMs away!
29465              From: simon@brecon.co.uk (Simon Cozens)
29466              Date: 17 Jun 2000 11:49:57 GMT
29467              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
29468      Branch: cfgperl
29469            ! pod/perldiag.pod t/comp/require.t toke.c
29470 ____________________________________________________________________________
29471 [  6260] By: jhi                                   on 2000/06/28  17:47:16
29472         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
29473              From: simon@brecon.co.uk (Simon Cozens) 
29474              Date: 17 Jun 2000 11:56:44 GMT 
29475              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
29476              pack U0, pack C0
29477      Branch: cfgperl
29478            ! pod/perlfunc.pod pp.c t/op/pack.t
29479 ____________________________________________________________________________
29480 [  6259] By: jhi                                   on 2000/06/28  16:43:17
29481         Log: perlnewmod was missing from MANIFEST.
29482      Branch: cfgperl
29483            ! MANIFEST
29484 ____________________________________________________________________________
29485 [  6258] By: jhi                                   on 2000/06/28  15:54:30
29486         Log: linenumber tweak
29487      Branch: cfgperl
29488            ! t/pragma/warn/regcomp
29489 ____________________________________________________________________________
29490 [  6257] By: jhi                                   on 2000/06/28  15:50:44
29491         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
29492              From: Doug MacEachern <dougm@covalent.net>
29493              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
29494              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
29495              (one part of the patch had been applied earlier)
29496      Branch: cfgperl
29497            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
29498 ____________________________________________________________________________
29499 [  6256] By: jhi                                   on 2000/06/28  15:40:22
29500         Log: tweaks from Simon Cozens to further fix tr/// under utf8
29501      Branch: cfgperl
29502            ! doop.c
29503 ____________________________________________________________________________
29504 [  6255] By: jhi                                   on 2000/06/28  15:33:45
29505         Log: small thinko tweaks
29506      Branch: cfgperl
29507            ! lib/IPC/Open3.pm t/op/my_stash.t
29508 ____________________________________________________________________________
29509 [  6254] By: jhi                                   on 2000/06/28  15:33:25
29510         Log: Subject: tr///, help wanted.
29511              From: simon@brecon.co.uk (Simon Cozens)
29512              Date: 28 Jun 2000 11:29:04 GMT
29513              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
29514      Branch: cfgperl
29515            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
29516            ! pp_proto.h proto.h t/op/tr.t
29517 ____________________________________________________________________________
29518 [  6253] By: jhi                                   on 2000/06/28  15:09:17
29519         Log: Paranoia tweak on #6249.
29520              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
29521              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
29522              Date: Sun, 25 Jun 2000 23:43:12 -0400
29523              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
29524      Branch: cfgperl
29525            ! lib/IPC/Open3.pm
29526 ____________________________________________________________________________
29527 [  6252] By: jhi                                   on 2000/06/28  15:01:38
29528         Log: Document #6249 and #6251.
29529      Branch: cfgperl
29530            ! lib/Exporter.pm lib/IPC/Open3.pm
29531 ____________________________________________________________________________
29532 [  6251] By: jhi                                   on 2000/06/28  14:50:43
29533         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
29534              From: Doug MacEachern <dougm@covalent.net>
29535              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
29536              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
29537      Branch: cfgperl
29538            ! lib/Exporter.pm
29539 ____________________________________________________________________________
29540 [  6250] By: jhi                                   on 2000/06/28  14:45:23
29541         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
29542              From: Doug MacEachern <dougm@covalent.net>
29543              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
29544              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
29545      Branch: cfgperl
29546            + t/op/my_stash.t
29547            ! MANIFEST embed.pl global.sym proto.h toke.c
29548 ____________________________________________________________________________
29549 [  6249] By: jhi                                   on 2000/06/28  14:36:34
29550         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
29551              From: Frank Tobin <ftobin@uiuc.edu>
29552              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
29553              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
29554      Branch: cfgperl
29555            ! lib/IPC/Open3.pm
29556 ____________________________________________________________________________
29557 [  6248] By: jhi                                   on 2000/06/28  14:11:25
29558         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
29559              From: Mark-Jason Dominus <mjd@plover.com>
29560              Date: Tue, 27 Jun 2000 22:36:42 -0400
29561              Message-ID: <20000628023642.12166.qmail@plover.com>
29562      Branch: cfgperl
29563            ! pod/perlfunc.pod
29564 ____________________________________________________________________________
29565 [  6247] By: jhi                                   on 2000/06/27  12:46:37
29566         Log: Tweak $VERSION, patch from Doug MacEachern.
29567      Branch: cfgperl
29568            ! lib/File/Spec.pm
29569 ____________________________________________________________________________
29570 [  6246] By: jhi                                   on 2000/06/27  03:34:46
29571         Log: Allow for standalone testing.
29572      Branch: cfgperl
29573            ! t/lib/filefunc.t t/lib/filespec.t
29574 ____________________________________________________________________________
29575 [  6245] By: jhi                                   on 2000/06/27  02:50:02
29576         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
29577              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29578              Date: Sat, 24 Jun 2000 13:06:20 +0100
29579              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
29580      Branch: cfgperl
29581            ! ext/DynaLoader/DynaLoader_pm.PL
29582 ____________________________________________________________________________
29583 [  6244] By: jhi                                   on 2000/06/27  02:46:10
29584         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
29585              From: Doug MacEachern <dougm@covalent.net>
29586              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
29587              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
29588      Branch: cfgperl
29589            ! gv.c sv.c t/lib/peek.t
29590 ____________________________________________________________________________
29591 [  6243] By: jhi                                   on 2000/06/27  02:38:07
29592         Log: Subject: [PATCH] is_utf8_string
29593              From: simon@brecon.co.uk (Simon Cozens)
29594              Date: 26 Jun 2000 02:25:59 GMT
29595              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
29596      Branch: cfgperl
29597            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
29598            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
29599            ! proto.h utf8.c
29600 ____________________________________________________________________________
29601 [  6242] By: jhi                                   on 2000/06/27  02:24:00
29602         Log: Subject: [PATCH] bytes<->utf8 fixes
29603              From: simon@brecon.co.uk (Simon Cozens)
29604              Date: 26 Jun 2000 04:55:45 GMT
29605              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
29606      Branch: cfgperl
29607            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
29608 ____________________________________________________________________________
29609 [  6241] By: jhi                                   on 2000/06/27  02:12:42
29610         Log: Do no -warn on \_, only on \alpha.
29611              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
29612              From: David Dyck <dcd@tc.fluke.com>
29613              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
29614              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
29615      Branch: cfgperl
29616            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
29617 ____________________________________________________________________________
29618 [  6240] By: jhi                                   on 2000/06/27  02:00:01
29619         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
29620              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
29621              Date: Mon, 26 Jun 2000 18:40:14 +0100
29622              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
29623      Branch: cfgperl
29624            ! utils/h2xs.PL
29625 ____________________________________________________________________________
29626 [  6239] By: jhi                                   on 2000/06/27  01:53:40
29627         Log: Configure maintenance.  Sever some dependency cycles,
29628              separate gccversion from the cc unit,
29629              address [ID 20000623.006] Configure script patch for using gcc on AIX
29630              (but solve it a little bit differently),
29631              unduplex some accidentally duplicated units,
29632              suggest using gcc if no cc available
29633              (p5p thread: "Solaris configure: counterproposal", 1999-09)
29634      Branch: cfgperl
29635            ! Configure Todo-5.6 config_h.SH
29636      Branch: metaconfig
29637            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
29638            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
29639      Branch: metaconfig/U/perl
29640            + gccvers.U
29641            ! d_getespwnam.U d_getprpwnam.U i_prot.U
29642 ____________________________________________________________________________
29643 [  6238] By: jhi                                   on 2000/06/25  18:04:56
29644         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
29645              From: Dan Sugalski <dan@sidhe.org>
29646              Date: Fri, 23 Jun 2000 17:00:00 -0400
29647              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
29648      Branch: cfgperl
29649            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
29650 ____________________________________________________________________________
29651 [  6237] By: jhi                                   on 2000/06/25  16:36:45
29652         Log: Tweak embed.pl, regen headers.
29653      Branch: cfgperl
29654            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
29655            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
29656            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
29657            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
29658            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
29659 ____________________________________________________________________________
29660 [  6236] By: jhi                                   on 2000/06/25  15:26:42
29661         Log: Regen headers.
29662      Branch: cfgperl
29663            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
29664            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
29665            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
29666            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
29667            ! regnodes.h warnings.h
29668 ____________________________________________________________________________
29669 [  6235] By: jhi                                   on 2000/06/23  19:39:35
29670         Log: The thread begun by
29671              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
29672              From: Kevin.Ruscoe@ubsw.com
29673              Date: Fri, 16 Jun 2000 16:38:51 +0100
29674              Message-Id: <H000019b03c300d6@MHS>
29675      Branch: cfgperl
29676            ! hints/solaris_2.sh
29677 ____________________________________________________________________________
29678 [  6234] By: jhi                                   on 2000/06/23  19:23:36
29679         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
29680              because when run as services (Win32ese for daemons)
29681              no environment variables are set and tmpdir ends up as /tmp,
29682              which is ambiguous.
29683              
29684              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
29685              From: matt@sergeant.org
29686              Date: 16 Jun 2000 16:30:43 -0000
29687              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
29688      Branch: cfgperl
29689            ! lib/File/Spec/Win32.pm
29690 ____________________________________________________________________________
29691 [  6233] By: jhi                                   on 2000/06/23  19:18:58
29692         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
29693              From: Mark-Jason Dominus <mjd@plover.com>
29694              Date: Fri, 16 Jun 2000 20:53:04 -0400
29695              Message-ID: <20000617005304.8008.qmail@plover.com>
29696      Branch: cfgperl
29697            ! op.h
29698 ____________________________________________________________________________
29699 [  6232] By: jhi                                   on 2000/06/23  16:10:02
29700         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
29701              From: simon@brecon.co.uk (Simon Cozens)
29702              Date: 19 Jun 2000 15:18:27 GMT
29703              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
29704              
29705              plus update pod/Makefile and regenerate perltoc
29706      Branch: cfgperl
29707            + pod/perlutil.pod
29708            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
29709 ____________________________________________________________________________
29710 [  6231] By: jhi                                   on 2000/06/23  15:19:18
29711         Log: Subject: [PATCH 5.6.0] cygwin port
29712              From: "Fifer, Eric" <EFifer@sanwaint.com>
29713              Date: Tue, 20 Jun 2000 14:30:58 +0100
29714              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
29715      Branch: cfgperl
29716            ! README.cygwin lib/File/Find.pm
29717 ____________________________________________________________________________
29718 [  6230] By: jhi                                   on 2000/06/23  14:25:21
29719         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
29720      Branch: cfgperl
29721            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
29722            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
29723            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29724            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
29725 ____________________________________________________________________________
29726 [  6229] By: jhi                                   on 2000/06/23  14:13:34
29727         Log: Subject: README.hpux version 0.6.1
29728              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
29729              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
29730              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
29731      Branch: cfgperl
29732            ! README.hpux
29733 ____________________________________________________________________________
29734 [  6228] By: jhi                                   on 2000/06/23  14:07:20
29735         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
29736              From: Doug MacEachern <dougm@covalent.net>
29737              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
29738              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
29739      Branch: cfgperl
29740            ! op.c
29741 ____________________________________________________________________________
29742 [  6227] By: jhi                                   on 2000/06/23  14:01:06
29743         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
29744              From: Doug MacEachern <dougm@covalent.net>
29745              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
29746              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
29747      Branch: cfgperl
29748            + lib/lib.pm.PL
29749            - lib/lib.pm
29750            ! MANIFEST Makefile.SH
29751 ____________________________________________________________________________
29752 [  6226] By: jhi                                   on 2000/06/23  13:53:07
29753         Log: Subject: [PATCH] remove forward declarations in Socket.pm
29754              From: Doug MacEachern <dougm@covalent.net>
29755              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
29756              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
29757              
29758              From: Doug MacEachern <dougm@covalent.net>
29759              Subject: Re: [PATCH] remove forward declarations in Socket.pm
29760              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
29761              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
29762      Branch: cfgperl
29763            ! ext/Socket/Socket.pm op.c
29764 ____________________________________________________________________________
29765 [  6225] By: jhi                                   on 2000/06/23  13:41:52
29766         Log: Add source code filenames to apidoc.
29767              From: simon@brecon.co.uk (Simon Cozens)
29768              Subject: [PATCH embed.pl] Source X-ref
29769              Date: 22 Jun 2000 02:18:49 GMT
29770              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
29771      Branch: cfgperl
29772            ! embed.pl
29773 ____________________________________________________________________________
29774 [  6224] By: jhi                                   on 2000/06/23  13:32:33
29775         Log: A way to avoid English.pm performance hit.
29776              From: root <root@jester.slaysys.com>
29777              Subject: [YAPATCH English.pm] My turn to putt again
29778              Date: Thu, 22 Jun 2000 20:33:58 -0400
29779              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
29780      Branch: cfgperl
29781            ! lib/English.pm t/lib/english.t
29782 ____________________________________________________________________________
29783 [  6223] By: jhi                                   on 2000/06/23  13:27:06
29784         Log: Avoid double close().
29785              Subject: [PATCH] avoid double close()
29786              From: Doug MacEachern <dougm@covalent.net>
29787              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
29788              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
29789      Branch: cfgperl
29790            ! doio.c
29791 ____________________________________________________________________________
29792 [  6222] By: jhi                                   on 2000/06/23  13:25:54
29793         Log: doc typo fix
29794              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
29795              From: Ian Phillipps <Ian.Phillipps@iname.com>
29796              Date: Fri, 23 Jun 2000 10:40:58 +0100
29797              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
29798      Branch: cfgperl
29799            ! lib/Pod/Usage.pm
29800 ____________________________________________________________________________
29801 [  6221] By: jhi                                   on 2000/06/23  13:24:15
29802         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
29803              From: simon@brecon.co.uk (Simon Cozens)
29804              Subject: [PATCH] Eliminate tr///[CU][CU]
29805              Date: 23 Jun 2000 11:05:40 GMT
29806              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
29807      Branch: cfgperl
29808            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
29809 ____________________________________________________________________________
29810 [  6220] By: jhi                                   on 2000/06/22  16:07:51
29811         Log: Win32 patches from Benjamin Stuhl.
29812      Branch: cfgperl
29813            ! makedef.pl win32/win32.h
29814 ____________________________________________________________________________
29815 [  6219] By: jhi                                   on 2000/06/22  16:06:34
29816         Log: Bytecode patches from Benjamin Stuhl.
29817      Branch: cfgperl
29818            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29819            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
29820            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29821 ____________________________________________________________________________
29822 [  6218] By: jhi                                   on 2000/06/15  23:54:16
29823         Log: Bytecode patches from Benjamin Stuhl.
29824      Branch: cfgperl
29825            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
29826 ____________________________________________________________________________
29827 [  6217] By: jhi                                   on 2000/06/09  13:38:29
29828         Log: Rename the fdpid locking and integrate with Sarathy.
29829      Branch: cfgperl
29830            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
29831            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
29832            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
29833            ! win32/win32.c
29834           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
29835 ____________________________________________________________________________
29836 [  6216] By: gsar                                  on 2000/06/08  14:54:21
29837         Log: be more optimal about clearing @_
29838      Branch: perl
29839            ! cop.h
29840 ____________________________________________________________________________
29841 [  6215] By: gsar                                  on 2000/06/08  14:33:04
29842         Log: tweak comment about @DB::args
29843      Branch: perl
29844            ! av.h pp_ctl.c
29845 ____________________________________________________________________________
29846 [  6214] By: gsar                                  on 2000/06/08  13:57:54
29847         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
29848              caller() wants to populate @DB::args with it (causes a coredump
29849              in Carp::confess())
29850      Branch: perl
29851            ! cop.h t/op/runlevel.t
29852 ____________________________________________________________________________
29853 [  6213] By: gsar                                  on 2000/06/08  07:06:35
29854         Log: back out change#6106 (seems problematic)
29855      Branch: perl
29856            ! hints/solaris_2.sh
29857 ____________________________________________________________________________
29858 [  6212] By: jhi                                   on 2000/06/07  03:10:36
29859         Log: Continuing mopup for #6204.
29860      Branch: cfgperl
29861            ! ext/B/defsubs_h.PL
29862 ____________________________________________________________________________
29863 [  6211] By: jhi                                   on 2000/06/07  02:41:50
29864         Log: Mopup for #6204.
29865              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
29866              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
29867              This is comes from const() where POK isn't on when expected.
29868      Branch: cfgperl
29869            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
29870            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29871            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
29872            ! perlapi.h pod/perlapi.pod
29873 ____________________________________________________________________________
29874 [  6210] By: jhi                                   on 2000/06/07  01:56:29
29875         Log: Mopup for #6207 and #6209.
29876      Branch: cfgperl
29877            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
29878 ____________________________________________________________________________
29879 [  6209] By: jhi                                   on 2000/06/07  01:33:12
29880         Log: Lock PL_fdpid against race conditions, based on:
29881              Subject: [PATCH 5.6.0]subprocess fixup for threads
29882              From: Dan Sugalski <dan@sidhe.org>
29883              To: perl5-porters@perl.org
29884              Date: Tue, 11 Apr 2000 17:02:32 -0400
29885              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
29886      Branch: cfgperl
29887            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
29888            ! win32/win32.c
29889 ____________________________________________________________________________
29890 [  6208] By: jhi                                   on 2000/06/07  01:05:23
29891         Log: Regen headers for #6207.
29892      Branch: cfgperl
29893            ! embed.h global.sym objXSUB.h proto.h
29894 ____________________________________________________________________________
29895 [  6207] By: jhi                                   on 2000/06/06  23:43:13
29896         Log: Subject: [PATCH 5.6.0] Threadsafe patches
29897              From: Dan Sugalski <dan@sidhe.org>
29898              To: perl5-porters@perl.org
29899              Date: Mon, 08 May 2000 18:08:13 -0400
29900              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
29901      Branch: cfgperl
29902            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
29903            ! proto.h sv.h util.c
29904 ____________________________________________________________________________
29905 [  6206] By: jhi                                   on 2000/06/06  23:21:23
29906         Log: Subject: [PATCH] Eliminate $a/$b in pod
29907              From: David Glasser <me@davidglasser.net>
29908              To: perl5-porters@perl.org
29909              Date: Mon, 29 May 2000 21:15:59 -0400
29910              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
29911      Branch: cfgperl
29912            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
29913            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
29914            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
29915            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
29916            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
29917            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
29918            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
29919            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
29920            ! pod/perlvar.pod pod/perlxs.pod
29921 ____________________________________________________________________________
29922 [  6205] By: jhi                                   on 2000/06/06  23:12:14
29923         Log: Subject: [PATCH] Win32 improvements
29924              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29925              To: gsar@activestate.com, perl5-porters@perl.org
29926              Date: Mon, 29 May 2000 17:22:24 PDT
29927              Message-ID: <20000530002224.91142.qmail@hotmail.com>
29928              (MUA had mangled many lines by wordwrapping)
29929      Branch: cfgperl
29930            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
29931 ____________________________________________________________________________
29932 [  6204] By: jhi                                   on 2000/06/06  23:01:50
29933         Log: Subject: [PATCH] B::Bytecode patches
29934              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
29935              To: gsar@activestate.com, jhi@iki.fi
29936              Cc: perl5-porters@perl.org
29937              Message-ID: <20000602202526.48694.qmail@hotmail.com>
29938              (MUA had mangled many lines by wordwrapping)
29939      Branch: cfgperl
29940            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
29941            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
29942            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
29943            ! intrpvar.h perl.c
29944 ____________________________________________________________________________
29945 [  6203] By: jhi                                   on 2000/06/06  22:32:43
29946         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
29947              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29948              Date: Tue, 06 Jun 2000 13:07:45 -0700
29949              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
29950      Branch: cfgperl
29951            ! pod/perldiag.pod
29952 ____________________________________________________________________________
29953 [  6202] By: jhi                                   on 2000/06/06  19:38:35
29954         Log: Integrate with Sarathy.
29955      Branch: cfgperl
29956           !> perl.c
29957 ____________________________________________________________________________
29958 [  6201] By: gsar                                  on 2000/06/06  00:42:59
29959         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
29960              does a PUSHMARK that's never ever POPMARKed; in general, only
29961              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
29962              Perl_eval_[sp]v() don't because they don't take any incoming
29963              arguments (this leak has been around since the original version
29964              of perl_eval_pv() in 5.003_97e)
29965      Branch: perl
29966            ! perl.c
29967 ____________________________________________________________________________
29968 [  6200] By: jhi                                   on 2000/06/04  03:44:52
29969         Log: Update to cperl-mode.el 4.31 from
29970              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
29971              Subject: A couple of notes
29972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29973              To: Mailing list Perl5 <perl5-porters@perl.org>
29974              Date: Sat, 3 Jun 2000 23:33:32 -0400
29975              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
29976      Branch: cfgperl
29977            ! emacs/cperl-mode.el
29978 ____________________________________________________________________________
29979 [  6199] By: jhi                                   on 2000/06/03  15:11:05
29980         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
29981              From: Dan Sugalski <dan@sidhe.org>
29982              To: perl5-porters@perl.org, vmsperl@perl.org
29983              Date: Fri, 02 Jun 2000 17:30:51 -0400
29984              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
29985      Branch: cfgperl
29986            ! vms/descrip_mms.template vms/gen_shrfls.pl
29987 ____________________________________________________________________________
29988 [  6198] By: jhi                                   on 2000/06/03  14:59:15
29989         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
29990              From: Dan Sugalski <dan@sidhe.org>
29991              To: vmsperl@perl.org, perl5-porters@perl.org
29992              Date: Fri, 02 Jun 2000 16:00:41 -0400
29993              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
29994              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
29995      Branch: cfgperl
29996            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
29997            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
29998            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
29999 ____________________________________________________________________________
30000 [  6197] By: jhi                                   on 2000/06/03  14:41:30
30001         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
30002              From: John Borwick <jhborwic@unity.ncsu.edu>
30003              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
30004              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
30005      Branch: cfgperl
30006            ! pod/perlsyn.pod
30007 ____________________________________________________________________________
30008 [  6196] By: jhi                                   on 2000/06/03  14:38:09
30009         Log: Integrate with Sarathy.
30010      Branch: cfgperl
30011           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
30012           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
30013           !> vms/perly_c.vms
30014 ____________________________________________________________________________
30015 [  6195] By: gsar                                  on 2000/06/02  22:43:13
30016         Log: fix yet another eval"" leak under USE_ITHREADS
30017      Branch: perl
30018            ! op.c
30019 ____________________________________________________________________________
30020 [  6194] By: gsar                                  on 2000/06/02  18:22:06
30021         Log: fix small eval"" memory leaks under USE_ITHREADS
30022      Branch: perl
30023            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
30024            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
30025            ! vms/perly_c.vms
30026 ____________________________________________________________________________
30027 [  6193] By: jhi                                   on 2000/06/01  13:03:56
30028         Log: Signals-be-gone for microperl.
30029      Branch: cfgperl
30030            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
30031 ____________________________________________________________________________
30032 [  6192] By: jhi                                   on 2000/06/01  12:52:02
30033         Log: Integrate with Sarathy.
30034      Branch: cfgperl
30035           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
30036           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
30037           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
30038           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
30039           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
30040           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
30041           !> t/op/vec.t utils/h2xs.PL
30042 ____________________________________________________________________________
30043 [  6191] By: gsar                                  on 2000/06/01  09:38:21
30044         Log: vec() loses numericalness (modified version of patch suggested
30045              by Robin Barker)
30046      Branch: perl
30047            ! doop.c t/op/vec.t
30048 ____________________________________________________________________________
30049 [  6190] By: gsar                                  on 2000/06/01  09:26:15
30050         Log: submit missing embed.pl change
30051      Branch: perl
30052            ! embed.pl
30053 ____________________________________________________________________________
30054 [  6189] By: gsar                                  on 2000/06/01  09:05:34
30055         Log: counting tr/// corrupts later operation (from M.J.T Guy)
30056      Branch: perl
30057            ! doop.c t/op/tr.t
30058 ____________________________________________________________________________
30059 [  6188] By: gsar                                  on 2000/06/01  08:58:39
30060         Log: h2xs tweaks
30061      Branch: perl
30062            ! utils/h2xs.PL
30063 ____________________________________________________________________________
30064 [  6187] By: gsar                                  on 2000/06/01  08:50:07
30065         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
30066              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30067      Branch: perl
30068            + lib/Pod/LaTeX.pm
30069            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
30070            ! pod/pod2latex.PL
30071 ____________________________________________________________________________
30072 [  6186] By: gsar                                  on 2000/06/01  08:24:40
30073         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
30074              <wolfgang.laun@alcatel.at>)
30075      Branch: perl
30076            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
30077            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
30078 ____________________________________________________________________________
30079 [  6185] By: gsar                                  on 2000/06/01  08:12:00
30080         Log: remove incorrect documentation about implicit split to @_ in
30081              list context, which never really worked in perl 5 (from
30082              M.J.T. Guy)
30083      Branch: perl
30084            ! pod/perlfunc.pod pod/perltrap.pod
30085 ____________________________________________________________________________
30086 [  6184] By: gsar                                  on 2000/06/01  07:52:27
30087         Log: tweak for change#6127
30088      Branch: perl
30089            ! perl.c
30090 ____________________________________________________________________________
30091 [  6183] By: gsar                                  on 2000/06/01  07:41:02
30092         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
30093              <nick@ccl4.org>)
30094      Branch: perl
30095            + t/lib/selfloader.t
30096            ! MANIFEST lib/SelfLoader.pm
30097 ____________________________________________________________________________
30098 [  6182] By: jhi                                   on 2000/06/01  00:34:42
30099         Log: Be Cleaner Part Deux.
30100      Branch: cfgperl
30101            ! Makefile.SH
30102 ____________________________________________________________________________
30103 [  6181] By: jhi                                   on 2000/06/01  00:32:09
30104         Log: Integrate with Sarathy.
30105      Branch: cfgperl
30106           !> pp.c t/op/arith.t
30107 ____________________________________________________________________________
30108 [  6180] By: jhi                                   on 2000/06/01  00:31:13
30109         Log: microperl nits from Simon Cozens.
30110      Branch: cfgperl
30111            + uconfig.h
30112            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
30113            ! unixish.h
30114 ____________________________________________________________________________
30115 [  6179] By: gsar                                  on 2000/05/31  22:37:51
30116         Log: buggy modulus on UVs introduced by change#3378 (resulted in
30117              4063328477 % 65535 amounting to 27406, instead of 27407)
30118      Branch: perl
30119            ! pp.c t/op/arith.t
30120 ____________________________________________________________________________
30121 [  6178] By: jhi                                   on 2000/05/31  21:52:41
30122         Log: Be cleaner.
30123      Branch: cfgperl
30124            ! Makefile.SH
30125 ____________________________________________________________________________
30126 [  6177] By: jhi                                   on 2000/05/31  21:47:33
30127         Log: Substitution utf8 patch from Simon Cozens.
30128      Branch: cfgperl
30129            ! pp_hot.c
30130 ____________________________________________________________________________
30131 [  6176] By: jhi                                   on 2000/05/31  21:45:34
30132         Log: Single-quoted utf8 patch from Simon Cozens.
30133      Branch: cfgperl
30134            ! toke.c
30135 ____________________________________________________________________________
30136 [  6175] By: jhi                                   on 2000/05/31  21:40:18
30137         Log: Integrate with Sarathy.
30138      Branch: cfgperl
30139           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
30140 ____________________________________________________________________________
30141 [  6174] By: jhi                                   on 2000/05/31  21:37:31
30142         Log: microperl changes from Simon Cozens; Makefile for microperl
30143              written from scratch; few casts added as microperl compilation
30144              doesn't have all prototypes available.
30145      Branch: cfgperl
30146            + Makefile.micro README.micro Todo.micro uconfig.sh
30147            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
30148            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
30149      Branch: metaconfig
30150            + U/modified/Config_h.U
30151 ____________________________________________________________________________
30152 [  6173] By: jhi                                   on 2000/05/31  20:00:24
30153         Log: metaconfig maintenance.
30154      Branch: metaconfig
30155            + U/modified/Inhdr.U U/typedefs/inotype.U
30156      Branch: metaconfig/U/perl
30157            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
30158            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
30159 ____________________________________________________________________________
30160 [  6172] By: gsar                                  on 2000/05/31  05:05:42
30161         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
30162              (from Ilya Zakharevich)
30163      Branch: perl
30164            ! regexec.c t/op/re_tests
30165 ____________________________________________________________________________
30166 [  6171] By: gsar                                  on 2000/05/31  05:01:47
30167         Log: scalar() doesn't force scalar context when used in void context
30168              (from Simon Cozens)
30169      Branch: perl
30170            ! op.c t/op/wantarray.t
30171 ____________________________________________________________________________
30172 [  6170] By: gsar                                  on 2000/05/31  04:41:33
30173         Log: change#6142 needs tweaks to tests to work where there's no symlink()
30174              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30175      Branch: perl
30176            ! t/lib/filefind.t
30177 ____________________________________________________________________________
30178 [  6169] By: gsar                                  on 2000/05/31  04:29:49
30179         Log: integrate cfgperl contents into mainline
30180      Branch: perl
30181           +> pod/perlmodlib.PL pod/perlnewmod.pod
30182           !> (integrate 42 files)
30183 ____________________________________________________________________________
30184 [  6168] By: jhi                                   on 2000/05/30  22:53:37
30185         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
30186      Branch: cfgperl
30187            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30188            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
30189            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
30190            ! win32/config.bc win32/config.gc win32/config.vc
30191            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30192            ! win32/config_h.PL win32/config_sh.PL
30193      Branch: metaconfig/U/perl
30194            ! perlxv.U
30195 ____________________________________________________________________________
30196 [  6167] By: jhi                                   on 2000/05/30  22:20:21
30197         Log: tweak todo 
30198      Branch: cfgperl
30199            ! Todo-5.6
30200 ____________________________________________________________________________
30201 [  6166] By: jhi                                   on 2000/05/30  22:11:51
30202         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
30203              in case somebody wants to write an extension for more
30204              shadow database interfaces.
30205      Branch: cfgperl
30206            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30207            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
30208            ! vos/config.def vos/config.h vos/config_h.SH_orig
30209            ! win32/config.bc win32/config.gc win32/config.vc
30210            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30211      Branch: metaconfig
30212            ! U/modified/Myinit.U
30213      Branch: metaconfig/U/perl
30214            + d_getespwnam.U d_getprpwnam.U i_prot.U
30215 ____________________________________________________________________________
30216 [  6165] By: jhi                                   on 2000/05/30  18:35:34
30217         Log: Integrate with Sarathy.
30218      Branch: cfgperl
30219           !> op.c
30220 ____________________________________________________________________________
30221 [  6164] By: jhi                                   on 2000/05/30  18:30:16
30222         Log: detypo
30223      Branch: cfgperl
30224            ! Configure config_h.SH
30225      Branch: metaconfig/U/perl
30226            ! perlxv.U
30227 ____________________________________________________________________________
30228 [  6163] By: gsar                                  on 2000/05/30  03:24:03
30229         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
30230      Branch: perl
30231            ! op.c
30232 ____________________________________________________________________________
30233 [  6162] By: gsar                                  on 2000/05/30  03:09:38
30234         Log: fix memory leak in method call optimization (change#3768);
30235              made C<eval "$x->foo()"> leak
30236      Branch: perl
30237            ! op.c
30238 ____________________________________________________________________________
30239 [  6161] By: jhi                                   on 2000/05/29  17:56:26
30240         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
30241              both from Simon Cozens.
30242      Branch: cfgperl
30243            + pod/perlmodlib.PL pod/perlnewmod.pod
30244            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
30245            ! pod/perlmodlib.pod pod/perltoc.pod
30246 ____________________________________________________________________________
30247 [  6160] By: jhi                                   on 2000/05/29  17:23:55
30248         Log: Changes for the File::Temp 0.08 (change #6159) test suite
30249              to fit better into the Perl distribution test framework.
30250      Branch: cfgperl
30251            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
30252            ! t/lib/ftmp-tempfile.t
30253 ____________________________________________________________________________
30254 [  6159] By: jhi                                   on 2000/05/29  16:55:36
30255         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
30256      Branch: cfgperl
30257            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30258            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30259 ____________________________________________________________________________
30260 [  6158] By: bailey                                on 2000/05/29  16:22:08
30261         Log: Add fallback to tmpfile for use in cases where user's relying on
30262              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
30263              Lane's patch)
30264      Branch: vmsperl
30265            ! vms/vms.c vms/vmsish.h
30266 ____________________________________________________________________________
30267 [  6157] By: jhi                                   on 2000/05/29  03:10:36
30268         Log: Regen Configure to jive with #6149.
30269      Branch: cfgperl
30270            ! Configure
30271      Branch: metaconfig
30272            ! U/modified/Getfile.U
30273 ____________________________________________________________________________
30274 [  6156] By: jhi                                   on 2000/05/29  03:01:38
30275         Log: Integrate with Sarathy.
30276      Branch: cfgperl
30277           +> ext/DynaLoader/dl_mac.xs
30278           !> (integrate 38 files)
30279 ____________________________________________________________________________
30280 [  6155] By: gsar                                  on 2000/05/28  21:15:58
30281         Log: small bug in change#6144; remove random \xA0 character that snuck
30282              in via change#6145
30283      Branch: perl
30284            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
30285 ____________________________________________________________________________
30286 [  6154] By: gsar                                  on 2000/05/28  21:04:19
30287         Log: avoid type mismatch warning
30288      Branch: perl
30289            ! perl.c
30290 ____________________________________________________________________________
30291 [  6153] By: gsar                                  on 2000/05/28  20:58:31
30292         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
30293              <nick@Bagpuss.uk.boo.com>)
30294      Branch: perl
30295            ! lib/Test/Harness.pm
30296 ____________________________________________________________________________
30297 [  6152] By: gsar                                  on 2000/05/28  20:53:42
30298         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
30299      Branch: perl
30300            ! regexec.c
30301 ____________________________________________________________________________
30302 [  6151] By: gsar                                  on 2000/05/28  20:50:28
30303         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
30304      Branch: perl
30305            ! regexec.c
30306 ____________________________________________________________________________
30307 [  6150] By: gsar                                  on 2000/05/28  20:39:58
30308         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
30309      Branch: perl
30310            ! pod/perlrequick.pod
30311 ____________________________________________________________________________
30312 [  6149] By: gsar                                  on 2000/05/28  20:35:16
30313         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
30314              <troc@netrus.net>)
30315      Branch: perl
30316            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
30317            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
30318            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
30319            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
30320 ____________________________________________________________________________
30321 [  6148] By: gsar                                  on 2000/05/28  20:21:07
30322         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
30323      Branch: perl
30324            ! lib/ExtUtils/MM_Unix.pm
30325 ____________________________________________________________________________
30326 [  6147] By: gsar                                  on 2000/05/28  20:12:41
30327         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
30328              (from Peter Prymmer)
30329      Branch: perl
30330            ! vms/subconfigure.com
30331 ____________________________________________________________________________
30332 [  6146] By: gsar                                  on 2000/05/28  20:06:15
30333         Log: doc typo
30334      Branch: perl
30335            ! lib/warnings.pm warnings.h warnings.pl
30336 ____________________________________________________________________________
30337 [  6145] By: gsar                                  on 2000/05/28  18:44:33
30338         Log: make xsubpp skip embedded pod (from Matthias Neeracher
30339              <neeri@iis.ee.ethz.ch>)
30340      Branch: perl
30341            ! lib/ExtUtils/xsubpp
30342 ____________________________________________________________________________
30343 [  6144] By: gsar                                  on 2000/05/28  18:42:49
30344         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
30345              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
30346              <neeri@iis.ee.ethz.ch>)
30347      Branch: perl
30348            ! lib/AutoSplit.pm
30349 ____________________________________________________________________________
30350 [  6143] By: gsar                                  on 2000/05/28  18:41:12
30351         Log: MacOS support, part 1 (from Matthias Neeracher
30352              <neeri@iis.ee.ethz.ch>)
30353      Branch: perl
30354            + ext/DynaLoader/dl_mac.xs
30355            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
30356            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
30357            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
30358            ! util.h
30359 ____________________________________________________________________________
30360 [  6142] By: gsar                                  on 2000/05/28  18:21:51
30361         Log: File::Find fails to chdir when chasing symlinks (from
30362              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
30363      Branch: perl
30364            ! lib/File/Find.pm t/lib/filefind.t
30365 ____________________________________________________________________________
30366 [  6141] By: jhi                                   on 2000/05/28  14:25:15
30367         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
30368              forwarded by Peter Seebach from the bsdi-users mailing list.
30369              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
30370      Branch: perl
30371            ! hints/bsdos.sh
30372 ____________________________________________________________________________
30373 [  6140] By: jhi                                   on 2000/05/28  14:11:57
30374         Log: Integrate with Sarathy.
30375      Branch: cfgperl
30376           +> (branch 30 files)
30377           !> (integrate 93 files)
30378 ____________________________________________________________________________
30379 [  6139] By: gsar                                  on 2000/05/28  10:01:48
30380         Log: revise mktables.PL for bugs and newness in Unicode 3.0
30381              (from James Bence <jbence@amgen.com>)
30382      Branch: perl
30383            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
30384            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
30385            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
30386            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
30387            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
30388            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
30389            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
30390            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
30391            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
30392            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
30393            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
30394            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
30395            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
30396            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
30397            + lib/unicode/Is/SylWU.pl
30398            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
30399            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
30400            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
30401            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
30402            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
30403            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
30404            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
30405            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
30406            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
30407            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
30408            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
30409            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
30410            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
30411            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
30412            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
30413            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
30414            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
30415            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
30416            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
30417            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
30418            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
30419            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
30420            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
30421            ! lib/unicode/Makefile lib/unicode/mktables.PL
30422 ____________________________________________________________________________
30423 [  6138] By: gsar                                  on 2000/05/28  08:50:32
30424         Log: add note about the handling of negative indices to tied arrays
30425              (from Michael G Schwern <schwern@pobox.com>)
30426      Branch: perl
30427            ! pod/perltie.pod
30428 ____________________________________________________________________________
30429 [  6137] By: gsar                                  on 2000/05/28  08:46:10
30430         Log: fix bogus redeclaration warning for "our" variables in different
30431              scopes
30432      Branch: perl
30433            ! op.c t/pragma/strict-vars
30434 ____________________________________________________________________________
30435 [  6136] By: gsar                                  on 2000/05/28  08:31:20
30436         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
30437      Branch: perl
30438            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
30439 ____________________________________________________________________________
30440 [  6135] By: gsar                                  on 2000/05/28  08:17:50
30441         Log: enable Test::Harness to dynamically determine column width etc.
30442              (from Rob Napier <rnapier@employees.org>)
30443      Branch: perl
30444            ! lib/Test/Harness.pm
30445 ____________________________________________________________________________
30446 [  6134] By: gsar                                  on 2000/05/28  08:13:39
30447         Log: make Test::Harness use wait.h/WCOREDUMP if available
30448              (from Ben Tilly <ben_tilly@hotmail.com>)
30449      Branch: perl
30450            ! lib/Test/Harness.pm
30451 ____________________________________________________________________________
30452 [  6133] By: gsar                                  on 2000/05/28  08:08:05
30453         Log: elide bogus test in change#6132
30454      Branch: perl
30455            ! t/pragma/warn/9enabled
30456 ____________________________________________________________________________
30457 [  6132] By: gsar                                  on 2000/05/28  08:03:14
30458         Log: warnings::enabled() doesn't fall back to looking at $^W if
30459              caller isn't using lexical warnings (from Paul Marquess)
30460      Branch: perl
30461            ! pp_ctl.c t/pragma/warn/9enabled
30462 ____________________________________________________________________________
30463 [  6131] By: gsar                                  on 2000/05/28  07:57:47
30464         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
30465      Branch: perl
30466            ! ext/POSIX/POSIX.pm
30467 ____________________________________________________________________________
30468 [  6130] By: gsar                                  on 2000/05/28  07:29:12
30469         Log: fix places that mean C<"word" character> but say C<alphanumeric
30470              character>
30471      Branch: perl
30472            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
30473 ____________________________________________________________________________
30474 [  6129] By: gsar                                  on 2000/05/28  07:18:41
30475         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
30476      Branch: perl
30477            ! vms/test.com
30478 ____________________________________________________________________________
30479 [  6128] By: gsar                                  on 2000/05/28  07:12:55
30480         Log: new perlxstut example for passing/returning refs to arrays
30481              (from David Lowe <dlowe@pootpoot.com>)
30482      Branch: perl
30483            ! pod/perlxstut.pod
30484 ____________________________________________________________________________
30485 [  6127] By: gsar                                  on 2000/05/28  07:02:50
30486         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
30487              failed (from Gisle Aas)
30488      Branch: perl
30489            ! cop.h perl.c
30490 ____________________________________________________________________________
30491 [  6126] By: gsar                                  on 2000/05/28  06:39:53
30492         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
30493              (reworked variant of patch suggested by Simon Cozens)
30494      Branch: perl
30495            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
30496            ! pp_hot.c proto.h t/op/gv.t
30497 ____________________________________________________________________________
30498 [  6125] By: gsar                                  on 2000/05/28  05:14:55
30499         Log: enable propagating exception objects via Perl_croak() in XS code
30500              (from Gisle Aas)
30501      Branch: perl
30502            ! util.c
30503 ____________________________________________________________________________
30504 [  6124] By: gsar                                  on 2000/05/28  05:07:28
30505         Log: integrate vmsperl contents into mainline
30506      Branch: perl
30507           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
30508           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
30509           !> vms/vmsish.h
30510 ____________________________________________________________________________
30511 [  6123] By: gsar                                  on 2000/05/28  05:03:53
30512         Log: clarify gotcha with #line directives (from Rocco Caputo
30513              <troc@netrus.net>)
30514      Branch: perl
30515            ! pod/perldebug.pod pod/perlsyn.pod
30516 ____________________________________________________________________________
30517 [  6122] By: gsar                                  on 2000/05/28  04:58:29
30518         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
30519              (from Mark-Jason Dominus)
30520      Branch: perl
30521            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
30522            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
30523            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
30524            ! toke.c
30525 ____________________________________________________________________________
30526 [  6121] By: bailey                                on 2000/05/25  04:46:54
30527         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
30528              lists (based on fixes by Craig Berry)
30529      Branch: vmsperl
30530            ! lib/File/Spec/VMS.pm
30531 ____________________________________________________________________________
30532 [  6120] By: bailey                                on 2000/05/25  04:25:38
30533         Log: Add missing escape (Charles Lane)
30534      Branch: vmsperl
30535            ! t/op/lex_assign.t
30536 ____________________________________________________________________________
30537 [  6119] By: bailey                                on 2000/05/25  04:21:25
30538         Log: Quiet error messages in vmsish.t (Charles Lane)
30539      Branch: vmsperl
30540            ! vms/ext/vmsish.t
30541 ____________________________________________________________________________
30542 [  6118] By: bailey                                on 2000/05/25  04:17:57
30543         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
30544              Flatten case labels in switch statements uniformly (Charles Bailey)
30545      Branch: vmsperl
30546            ! vms/vms.c
30547 ____________________________________________________________________________
30548 [  6117] By: bailey                                on 2000/05/25  03:58:09
30549         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
30550      Branch: vmsperl
30551            ! vms/vmsish.h
30552 ____________________________________________________________________________
30553 [  6116] By: bailey                                on 2000/05/25  03:11:15
30554         Log: Miscellaneous cosmetic fixes (Charles Lane)
30555      Branch: vmsperl
30556            ! lib/ExtUtils/MM_VMS.pm
30557 ____________________________________________________________________________
30558 [  6115] By: bailey                                on 2000/05/25  03:10:36
30559         Log: Add bounds checking for several strings (Charles Lane)
30560      Branch: vmsperl
30561            ! vms/vms.c
30562 ____________________________________________________________________________
30563 [  6114] By: bailey                                on 2000/05/25  02:25:34
30564         Log: Urk -- undo previous removal of vmsish 'exit' change
30565      Branch: vmsperl
30566            ! vms/ext/vmsish.pm vms/vmsish.h
30567 ____________________________________________________________________________
30568 [  6113] By: bailey                                on 2000/05/24  02:24:40
30569         Log: Ugly workaround for version-specific RTL error
30570      Branch: vmsperl
30571            ! vms/vms.c
30572 ____________________________________________________________________________
30573 [  6112] By: bailey                                on 2000/05/24  02:19:55
30574         Log: Check for existence of file before trying to delete
30575      Branch: vmsperl
30576            ! vms/test.com
30577 ____________________________________________________________________________
30578 [  6111] By: bailey                                on 2000/05/23  23:35:13
30579         Log: Resync with mainline prior to post-5.6.0 updates
30580      Branch: vmsperl
30581           +> (branch 49 files)
30582            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
30583            ! vms/ext/vmsish.pm
30584           !> (integrate 334 files)
30585 ____________________________________________________________________________
30586 [  6110] By: jhi                                   on 2000/05/23  19:28:32
30587         Log: todo tweak
30588      Branch: cfgperl
30589            ! Todo-5.6
30590 ____________________________________________________________________________
30591 [  6109] By: jhi                                   on 2000/05/18  17:38:54
30592         Log: Integrate with Sarathy.
30593      Branch: cfgperl
30594           !> mg.c perl.h win32/perlhost.h
30595 ____________________________________________________________________________
30596 [  6108] By: gsar                                  on 2000/05/17  02:24:56
30597         Log: reenable fake signal handling on Windows, bugs and all
30598      Branch: perl
30599            ! mg.c perl.h win32/perlhost.h
30600 ____________________________________________________________________________
30601 [  6107] By: jhi                                   on 2000/05/15  18:01:41
30602         Log: Tweak the todo list.
30603      Branch: cfgperl
30604            ! Todo-5.6
30605 ____________________________________________________________________________
30606 [  6106] By: jhi                                   on 2000/05/15  13:41:48
30607         Log: The (Configure) script refuses to go on, after asking for
30608              'You may also choose to try maximal 64-bitness....'.
30609              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
30610              -- Patrick Zima
30611              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
30612      Branch: cfgperl
30613            ! hints/solaris_2.sh
30614 ____________________________________________________________________________
30615 [  6105] By: jhi                                   on 2000/05/11  14:37:43
30616         Log: Integrate with Sarathy.
30617      Branch: cfgperl
30618           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30619           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
30620 ____________________________________________________________________________
30621 [  6104] By: gsar                                  on 2000/05/11  03:39:07
30622         Log: PL_sys_intern was being initialized too late on windows
30623      Branch: perl
30624            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
30625            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
30626 ____________________________________________________________________________
30627 [  6103] By: jhi                                   on 2000/05/09  19:42:20
30628         Log: Test tweaking for Unicos continues.
30629      Branch: cfgperl
30630            ! t/op/64bitint.t
30631 ____________________________________________________________________________
30632 [  6102] By: jhi                                   on 2000/05/09  16:47:27
30633         Log: The test suite tweak in #6101 wasn't quite right.
30634      Branch: cfgperl
30635            ! t/lib/complex.t
30636 ____________________________________________________________________________
30637 [  6101] By: jhi                                   on 2000/05/09  15:35:34
30638         Log: Hints and test tweaks for Unicos.
30639      Branch: cfgperl
30640            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
30641 ____________________________________________________________________________
30642 [  6100] By: jhi                                   on 2000/05/08  21:15:06
30643         Log: More compilation tweakery from Allen Smith.
30644      Branch: cfgperl
30645            ! hints/irix_6.sh
30646 ____________________________________________________________________________
30647 [  6099] By: jhi                                   on 2000/05/08  19:21:18
30648         Log: Tweaks for the cc bugs from Allen Smith.
30649      Branch: cfgperl
30650            ! hints/irix_6.sh
30651 ____________________________________________________________________________
30652 [  6098] By: jhi                                   on 2000/05/08  19:13:37
30653         Log: Add a note about other, yet unsupported, shadow password APIs.
30654      Branch: cfgperl
30655            ! pp_sys.c
30656 ____________________________________________________________________________
30657 [  6097] By: jhi                                   on 2000/05/08  18:46:34
30658         Log: Add a note about possible compilation problems from Allen Smith.
30659      Branch: cfgperl
30660            ! hints/irix_6.sh
30661 ____________________________________________________________________________
30662 [  6096] By: jhi                                   on 2000/05/08  17:33:10
30663         Log: Integrate with Sarathy.
30664      Branch: cfgperl
30665           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30666           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
30667 ____________________________________________________________________________
30668 [  6095] By: jhi                                   on 2000/05/08  16:21:33
30669         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
30670              might be useful in future.
30671      Branch: cfgperl
30672            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30673            ! config_h.SH
30674      Branch: metaconfig
30675            ! U/installdirs/inc_version_list.U
30676      Branch: metaconfig/U/perl
30677            ! perlxv.U
30678 ____________________________________________________________________________
30679 [  6094] By: gsar                                  on 2000/05/08  14:22:22
30680         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
30681      Branch: perl
30682            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
30683            ! hints/cygwin.sh pp_sys.c
30684 ____________________________________________________________________________
30685 [  6093] By: gsar                                  on 2000/05/08  12:52:28
30686         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
30687              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
30688      Branch: perl
30689            ! pp_sys.c sv.c win32/perlhost.h
30690 ____________________________________________________________________________
30691 [  6092] By: jhi                                   on 2000/05/07  22:40:34
30692         Log: Regen perltoc with the fixed buildtoc.
30693      Branch: cfgperl
30694            ! pod/perltoc.pod
30695 ____________________________________________________________________________
30696 [  6091] By: jhi                                   on 2000/05/07  22:24:16
30697         Log: Integrate with Sarathy.
30698      Branch: cfgperl
30699           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
30700           !> t/op/substr.t toke.c
30701 ____________________________________________________________________________
30702 [  6090] By: gsar                                  on 2000/05/07  19:47:07
30703         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
30704              [NI]OK; added tests for both
30705      Branch: perl
30706            ! perl.c pp_hot.c sv.c t/op/substr.t
30707 ____________________________________________________________________________
30708 [  6089] By: gsar                                  on 2000/05/07  18:18:38
30709         Log: buildtoc tweak to fix newline lossage
30710      Branch: perl
30711            ! pod/buildtoc
30712 ____________________________________________________________________________
30713 [  6088] By: jhi                                   on 2000/05/07  16:35:36
30714         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
30715              because we do not use those.  The HAS_GETSPNAM remains,
30716              though, because we still do use that.
30717      Branch: cfgperl
30718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30719            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
30720            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
30721            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
30722            ! win32/config.vc win32/config_H.bc win32/config_H.gc
30723            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
30724 ____________________________________________________________________________
30725 [  6087] By: gsar                                  on 2000/05/07  16:05:16
30726         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
30727      Branch: perl
30728            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
30729 ____________________________________________________________________________
30730 [  6086] By: jhi                                   on 2000/05/07  15:27:07
30731         Log: Integrate with Sarathy.
30732      Branch: cfgperl
30733           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30734           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30735           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
30736           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
30737           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
30738           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
30739 ____________________________________________________________________________
30740 [  6085] By: gsar                                  on 2000/05/07  05:52:02
30741         Log: repeat operator (x) doesn't preserve utf8-ness
30742      Branch: perl
30743            ! pp.c t/op/substr.t
30744 ____________________________________________________________________________
30745 [  6084] By: gsar                                  on 2000/05/07  05:39:55
30746         Log: substr() does not preserve utf8-ness (from Stefan Eissing
30747              <Eissing@medicaldataservice.de>); added tests
30748      Branch: perl
30749            ! pp.c t/op/substr.t
30750 ____________________________________________________________________________
30751 [  6083] By: gsar                                  on 2000/05/07  05:24:46
30752         Log: note about undocumented caller() return value (from M.J.T. Guy);
30753              yet another peek.t tweak
30754      Branch: perl
30755            ! pod/perlfunc.pod t/lib/peek.t
30756 ____________________________________________________________________________
30757 [  6082] By: gsar                                  on 2000/05/07  05:08:40
30758         Log: peek.t non-portable to ithreads
30759      Branch: perl
30760            ! t/lib/peek.t
30761 ____________________________________________________________________________
30762 [  6081] By: gsar                                  on 2000/05/07  04:17:04
30763         Log: better default perlbug categories for ok reports (from Richard Foley)
30764      Branch: perl
30765            ! utils/perlbug.PL
30766 ____________________________________________________________________________
30767 [  6080] By: gsar                                  on 2000/05/07  04:08:07
30768         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
30769              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
30770      Branch: perl
30771            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30772            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
30773            ! AUTHORS MAINTAIN MANIFEST
30774 ____________________________________________________________________________
30775 [  6079] By: gsar                                  on 2000/05/07  04:01:38
30776         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
30777      Branch: perl
30778            ! lib/Carp/Heavy.pm
30779 ____________________________________________________________________________
30780 [  6078] By: gsar                                  on 2000/05/07  01:24:19
30781         Log: workaround for CRT bug in chdir() (from Charles Lane, via
30782              Peter Prymmer)
30783      Branch: perl
30784            ! iperlsys.h vms/vms.c vms/vmsish.h
30785 ____________________________________________________________________________
30786 [  6077] By: gsar                                  on 2000/05/07  01:22:23
30787         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
30788              and Tom Phoenix)
30789      Branch: perl
30790            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
30791 ____________________________________________________________________________
30792 [  6076] By: gsar                                  on 2000/05/06  17:36:29
30793         Log: integrate cfgperl contents into mainline
30794      Branch: perl
30795           +> t/lib/peek.t
30796           !> Configure MANIFEST Porting/Glossary Porting/config.sh
30797           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
30798           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
30799           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
30800 ____________________________________________________________________________
30801 [  6075] By: jhi                                   on 2000/05/05  18:56:10
30802         Log: Make the test more portable.
30803      Branch: cfgperl
30804            ! t/lib/peek.t
30805 ____________________________________________________________________________
30806 [  6074] By: jhi                                   on 2000/05/05  18:49:20
30807         Log: Introduce t/lib/peek.t.
30808      Branch: cfgperl
30809            + t/lib/peek.t
30810            ! MANIFEST
30811 ____________________________________________________________________________
30812 [  6073] By: jhi                                   on 2000/05/05  14:30:45
30813         Log: Complex tweaks.
30814      Branch: cfgperl
30815            ! lib/Math/Complex.pm t/lib/complex.t
30816 ____________________________________________________________________________
30817 [  6072] By: jhi                                   on 2000/05/05  12:27:13
30818         Log: Integrate with Sarathy.
30819      Branch: cfgperl
30820           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30821           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30822           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
30823           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
30824 ____________________________________________________________________________
30825 [  6071] By: gsar                                  on 2000/05/05  02:24:46
30826         Log: misformatted perllocal.pod (from Tim Jenness
30827              <t.jenness@jach.hawaii.edu>)
30828      Branch: perl
30829            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
30830 ____________________________________________________________________________
30831 [  6070] By: gsar                                  on 2000/05/05  02:16:52
30832         Log: remove misleading comment (from M.J.T. Guy)
30833      Branch: perl
30834            ! t/lib/anydbm.t
30835 ____________________________________________________________________________
30836 [  6069] By: gsar                                  on 2000/05/05  02:15:13
30837         Log: File::Spec compatibility update (from Barrie Slaymaker
30838              <barries@slaysys.com>)
30839      Branch: perl
30840            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
30841            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
30842 ____________________________________________________________________________
30843 [  6068] By: gsar                                  on 2000/05/05  02:01:50
30844         Log: note about values()
30845      Branch: perl
30846            ! pod/perlfunc.pod
30847 ____________________________________________________________________________
30848 [  6067] By: gsar                                  on 2000/05/05  01:33:09
30849         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
30850      Branch: perl
30851            ! win32/win32.c
30852 ____________________________________________________________________________
30853 [  6066] By: gsar                                  on 2000/05/05  01:23:43
30854         Log: s/END/CHECK/
30855      Branch: perl
30856            ! perl.c
30857 ____________________________________________________________________________
30858 [  6065] By: jhi                                   on 2000/05/04  17:30:22
30859         Log: Integrate with Sarathy.
30860      Branch: cfgperl
30861           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
30862 ____________________________________________________________________________
30863 [  6064] By: gsar                                  on 2000/05/04  17:26:14
30864         Log: change#5905 wasn't quite right--it's intent only applies when arguments
30865              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
30866      Branch: perl
30867            ! pp_sys.c sv.c
30868 ____________________________________________________________________________
30869 [  6063] By: gsar                                  on 2000/05/04  16:52:29
30870         Log: tokeq() could read unallocated field in argument
30871      Branch: perl
30872            ! toke.c
30873 ____________________________________________________________________________
30874 [  6062] By: gsar                                  on 2000/05/04  16:34:51
30875         Log: additional tests for utf8.t
30876      Branch: perl
30877            ! t/pragma/utf8.t
30878 ____________________________________________________________________________
30879 [  6061] By: gsar                                  on 2000/05/04  16:09:28
30880         Log: change#5921 neglected to make eq honor "use bytes"
30881      Branch: perl
30882            ! sv.c
30883 ____________________________________________________________________________
30884 [  6060] By: jhi                                   on 2000/05/04  15:30:16
30885         Log: Integrate with Sarathy.
30886      Branch: cfgperl
30887           !> perl.c regcomp.c t/pragma/utf8.t
30888 ____________________________________________________________________________
30889 [  6059] By: jhi                                   on 2000/05/04  15:26:37
30890         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
30891              in natively 64-bit platforms where a long is a quad (no need
30892              for long longs).  Also added bias for IVs.
30893      Branch: cfgperl
30894            ! toke.c
30895 ____________________________________________________________________________
30896 [  6058] By: gsar                                  on 2000/05/04  00:19:14
30897         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
30898              (spotted by Donald Kinzer <dkinzer@premia.com>)
30899      Branch: perl
30900            ! perl.c
30901 ____________________________________________________________________________
30902 [  6057] By: gsar                                  on 2000/05/03  18:34:01
30903         Log: fix broken parsing of /\x{ab}/
30904      Branch: perl
30905            ! regcomp.c t/pragma/utf8.t
30906 ____________________________________________________________________________
30907 [  6056] By: jhi                                   on 2000/05/03  17:57:16
30908         Log: The search of infinity continues, this time simplified.
30909      Branch: cfgperl
30910            ! lib/Math/Complex.pm
30911 ____________________________________________________________________________
30912 [  6055] By: jhi                                   on 2000/05/03  17:45:30
30913         Log: Detypo.
30914      Branch: cfgperl
30915            ! hints/unicos.sh
30916 ____________________________________________________________________________
30917 [  6054] By: jhi                                   on 2000/05/02  22:28:27
30918         Log: Be more forgiving in POSIX about HUGE_VALL.
30919      Branch: cfgperl
30920            ! ext/POSIX/POSIX.xs
30921 ____________________________________________________________________________
30922 [  6053] By: jhi                                   on 2000/05/02  22:25:05
30923         Log: Integrate with Sarathy.
30924      Branch: cfgperl
30925           !> hints/irix_6.sh pod/perlop.pod
30926 ____________________________________________________________________________
30927 [  6052] By: jhi                                   on 2000/05/02  22:24:31
30928         Log: Unicos hint tweak.
30929      Branch: cfgperl
30930            ! hints/unicos.sh
30931 ____________________________________________________________________________
30932 [  6051] By: jhi                                   on 2000/05/02  22:21:26
30933         Log: Complex tweakery.
30934      Branch: cfgperl
30935            ! lib/Math/Complex.pm t/lib/complex.t
30936 ____________________________________________________________________________
30937 [  6050] By: jhi                                   on 2000/05/02  19:26:22
30938         Log: Use setxxent()/endxxent().
30939      Branch: cfgperl
30940            ! t/op/grent.t t/op/pwent.t
30941 ____________________________________________________________________________
30942 [  6049] By: jhi                                   on 2000/05/02  19:06:02
30943         Log: Test both the scalar and list contexts.
30944      Branch: cfgperl
30945            ! t/op/grent.t t/op/pwent.t
30946 ____________________________________________________________________________
30947 [  6048] By: gsar                                  on 2000/05/02  18:29:10
30948         Log: add note about how $( doesn't interpolate in REs (from
30949              Philip Newton <newton@ficus.frogspace.net>)
30950      Branch: perl
30951            ! pod/perlop.pod
30952 ____________________________________________________________________________
30953 [  6047] By: jhi                                   on 2000/05/02  17:41:24
30954         Log: Call getspnam() only iff needd.
30955      Branch: cfgperl
30956            ! pp_sys.c
30957 ____________________________________________________________________________
30958 [  6046] By: gsar                                  on 2000/05/02  17:07:25
30959         Log: libscheck has insufficient checks for n32 libs (from
30960              Albert Chin-A-Young <china@thewrittenword.com>)
30961      Branch: perl
30962            ! hints/irix_6.sh
30963 ____________________________________________________________________________
30964 [  6045] By: jhi                                   on 2000/05/02  13:57:17
30965         Log: Integrate with Sarathy.
30966      Branch: cfgperl
30967           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
30968           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
30969 ____________________________________________________________________________
30970 [  6044] By: gsar                                  on 2000/05/02  06:48:19
30971         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
30972              such that underscores are only ignored in literal numbers,
30973              "\x{...}", and hex/oct argument
30974      Branch: perl
30975            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
30976 ____________________________________________________________________________
30977 [  6043] By: gsar                                  on 2000/05/02  02:22:29
30978         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
30979      Branch: perl
30980            ! pod/perlretut.pod
30981 ____________________________________________________________________________
30982 [  6042] By: gsar                                  on 2000/05/02  02:17:51
30983         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
30984      Branch: perl
30985            ! pod/perltrap.pod
30986 ____________________________________________________________________________
30987 [  6041] By: gsar                                  on 2000/05/02  01:53:51
30988         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
30989              to compensate
30990      Branch: perl
30991            ! Porting/makerel
30992 ____________________________________________________________________________
30993 [  6040] By: gsar                                  on 2000/05/02  01:51:57
30994         Log: missing files in MANIFEST
30995      Branch: perl
30996            ! MANIFEST
30997 ____________________________________________________________________________
30998 [  6039] By: jhi                                   on 2000/05/02  00:36:46
30999         Log: Infinite problems.
31000      Branch: cfgperl
31001            ! lib/Math/Complex.pm
31002 ____________________________________________________________________________
31003 [  6038] By: jhi                                   on 2000/05/02  00:06:38
31004         Log: pwent/spent #ifdef imbalance.
31005      Branch: cfgperl
31006            ! pp_sys.c
31007 ____________________________________________________________________________
31008 [  6037] By: jhi                                   on 2000/05/01  22:50:11
31009         Log: Use HUGE_VALL if applicable.
31010      Branch: cfgperl
31011            ! ext/POSIX/POSIX.xs util.c
31012 ____________________________________________________________________________
31013 [  6036] By: jhi                                   on 2000/05/01  22:20:53
31014         Log: Correct Freudian slip.
31015      Branch: cfgperl
31016            ! pp_sys.c
31017 ____________________________________________________________________________
31018 [  6035] By: jhi                                   on 2000/05/01  21:07:38
31019         Log: Continue on the pwent/spent case.
31020      Branch: cfgperl
31021            ! pp_sys.c
31022 ____________________________________________________________________________
31023 [  6034] By: jhi                                   on 2000/05/01  17:45:14
31024         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
31025              adjustments in 6032 conflicted badly with this, will have
31026              to revisit them later.
31027      Branch: cfgperl
31028           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
31029           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
31030           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
31031           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
31032           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
31033           !> t/lib/cgi-html.t t/lib/cgi-request.t
31034 ____________________________________________________________________________
31035 [  6033] By: jhi                                   on 2000/05/01  17:40:49
31036         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
31037      Branch: cfgperl
31038            ! pp_sys.c
31039 ____________________________________________________________________________
31040 [  6032] By: gsar                                  on 2000/05/01  15:56:32
31041         Log: whitespace adjustments
31042      Branch: perl
31043            ! pp_sys.c
31044 ____________________________________________________________________________
31045 [  6031] By: gsar                                  on 2000/05/01  15:19:41
31046         Log: small nits in diagnostics.pm (from Robin Barker)
31047      Branch: perl
31048            ! lib/diagnostics.pm pod/perldiag.pod
31049 ____________________________________________________________________________
31050 [  6030] By: gsar                                  on 2000/05/01  08:39:18
31051         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
31052              for @- and @+ (from Johan Vromans)
31053      Branch: perl
31054            ! lib/English.pm pod/perlvar.pod
31055 ____________________________________________________________________________
31056 [  6029] By: gsar                                  on 2000/05/01  08:16:10
31057         Log: add CGI.pm v2.66 (from Lincoln Stein)
31058      Branch: perl
31059            + lib/CGI/Util.pm t/lib/cgi-pretty.t
31060            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
31061            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
31062            ! t/lib/cgi-html.t t/lib/cgi-request.t
31063 ____________________________________________________________________________
31064 [  6028] By: gsar                                  on 2000/05/01  06:34:41
31065         Log: Pod::Man generates groff-incompatible macro definition (from
31066              Tom Christiansen)
31067      Branch: perl
31068            ! lib/Pod/Man.pm
31069 ____________________________________________________________________________
31070 [  6027] By: gsar                                  on 2000/05/01  06:31:36
31071         Log: podlators-1.02 update (from Russ Allbery)
31072      Branch: perl
31073            ! lib/Pod/Man.pm lib/Pod/Text.pm
31074 ____________________________________________________________________________
31075 [  6026] By: jhi                                   on 2000/04/30  23:24:23
31076         Log: Integrate with Sarathy.
31077      Branch: cfgperl
31078           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
31079           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
31080           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31081           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
31082           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
31083           !> t/lib/syslog.t toke.c win32/win32.h
31084 ____________________________________________________________________________
31085 [  6025] By: gsar                                  on 2000/04/30  18:17:47
31086         Log: Is{Alnum,Alpha,Word} don't match titlecase
31087              
31088              TODO: IsSpace is defined recursively!
31089              
31090              (both spotted by Larry)
31091      Branch: perl
31092            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
31093            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
31094 ____________________________________________________________________________
31095 [  6024] By: gsar                                  on 2000/04/30  17:50:19
31096         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
31097              (from Hugo van der Sanden)
31098      Branch: perl
31099            ! toke.c
31100 ____________________________________________________________________________
31101 [  6023] By: gsar                                  on 2000/04/30  17:14:43
31102         Log: debugger stomps on $. (from M.J.T. Guy)
31103      Branch: perl
31104            ! lib/perl5db.pl
31105 ____________________________________________________________________________
31106 [  6022] By: gsar                                  on 2000/04/30  16:59:22
31107         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
31108      Branch: perl
31109            ! sv.c
31110 ____________________________________________________________________________
31111 [  6021] By: gsar                                  on 2000/04/29  21:00:08
31112         Log: remove Win2K issue in pod (fixed by change#6020)
31113      Branch: perl
31114            ! README.win32 pod/perl56delta.pod
31115 ____________________________________________________________________________
31116 [  6020] By: gsar                                  on 2000/04/29  20:51:49
31117         Log: test tweak
31118      Branch: perl
31119            ! t/lib/open3.t
31120 ____________________________________________________________________________
31121 [  6019] By: gsar                                  on 2000/04/29  20:34:27
31122         Log: windows portability tweaks
31123      Branch: perl
31124            ! t/lib/b.t win32/win32.h
31125 ____________________________________________________________________________
31126 [  6018] By: gsar                                  on 2000/04/29  19:55:24
31127         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
31128              make _PATH_LOG() return "" if unavailable
31129      Branch: perl
31130            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
31131            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
31132 ____________________________________________________________________________
31133 [  6017] By: jhi                                   on 2000/04/28  22:49:46
31134         Log: Integrate with Sarathy.
31135      Branch: cfgperl
31136           !> op.c perl.c pod/perldiag.pod t/lib/b.t
31137 ____________________________________________________________________________
31138 [  6016] By: jhi                                   on 2000/04/28  22:46:14
31139         Log: Do not warn that an infinity does not look like a number.
31140      Branch: cfgperl
31141            ! sv.c
31142 ____________________________________________________________________________
31143 [  6015] By: gsar                                  on 2000/04/28  22:35:49
31144         Log: tweak test for portability
31145      Branch: perl
31146            ! t/lib/b.t
31147 ____________________________________________________________________________
31148 [  6014] By: gsar                                  on 2000/04/28  22:05:31
31149         Log: glob() loading File::Glob behind the scenes may cause syntax errors
31150      Branch: perl
31151            ! op.c
31152 ____________________________________________________________________________
31153 [  6013] By: gsar                                  on 2000/04/28  21:25:22
31154         Log: tweak change#5945 to display correct switch name in diagnostic
31155      Branch: perl
31156            ! perl.c pod/perldiag.pod
31157 ____________________________________________________________________________
31158 [  6012] By: jhi                                   on 2000/04/28  21:08:12
31159         Log: Integrate with Sarathy.
31160      Branch: cfgperl
31161           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
31162           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
31163           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
31164 ____________________________________________________________________________
31165 [  6011] By: jhi                                   on 2000/04/28  21:04:46
31166         Log: &HUGE_VAL is not defined, it exists.
31167      Branch: cfgperl
31168            ! lib/Math/Complex.pm
31169 ____________________________________________________________________________
31170 [  6010] By: gsar                                  on 2000/04/28  21:02:58
31171         Log: clarify note about shadow password support (from
31172              gellyfish@gellyfish.com)
31173      Branch: perl
31174            ! pod/perlfunc.pod
31175 ____________________________________________________________________________
31176 [  6009] By: gsar                                  on 2000/04/28  21:00:00
31177         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
31178      Branch: perl
31179            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
31180 ____________________________________________________________________________
31181 [  6008] By: gsar                                  on 2000/04/28  20:56:33
31182         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
31183      Branch: perl
31184            ! installperl vms/subconfigure.com
31185 ____________________________________________________________________________
31186 [  6007] By: gsar                                  on 2000/04/28  20:51:21
31187         Log: note about compile failures and END blocks (from M.J.T. Guy)
31188      Branch: perl
31189            ! pod/perl56delta.pod pod/perlmod.pod
31190 ____________________________________________________________________________
31191 [  6006] By: jhi                                   on 2000/04/28  20:42:14
31192         Log: Regen Configure.
31193      Branch: cfgperl
31194            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31195            ! config_h.SH
31196 ____________________________________________________________________________
31197 [  6005] By: gsar                                  on 2000/04/28  20:41:16
31198         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
31199      Branch: perl
31200            ! utils/perldoc.PL
31201 ____________________________________________________________________________
31202 [  6004] By: jhi                                   on 2000/04/28  20:28:21
31203         Log: Integrate with Sarathy.
31204      Branch: cfgperl
31205           !> Configure INSTALL Porting/Glossary Porting/config.sh
31206           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
31207           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
31208           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31209           !> win32/config.vc win32/win32.c
31210 ____________________________________________________________________________
31211 [  6003] By: gsar                                  on 2000/04/28  20:11:20
31212         Log: allow REG_EXPAND_SZ keys in Windows registry (from
31213              John Clayton <John.Clayton@barclayscapital.com>)
31214      Branch: perl
31215            ! win32/win32.c
31216 ____________________________________________________________________________
31217 [  6002] By: gsar                                  on 2000/04/28  19:34:16
31218         Log: destructive sv_setsv() can lose UV-ness from source, causing
31219              numeric promotions/comparisons to fail to do the right thing
31220      Branch: perl
31221            ! sv.c
31222 ____________________________________________________________________________
31223 [  6001] By: gsar                                  on 2000/04/28  18:44:15
31224         Log: support additional library locations via $Config{otherlibdirs}
31225              (from Andy Dougherty)
31226      Branch: perl
31227            ! Configure INSTALL Porting/Glossary Porting/config.sh
31228            ! Porting/config_H config_h.SH epoc/config.sh perl.c
31229            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
31230            ! win32/config.bc win32/config.gc win32/config.vc
31231 ____________________________________________________________________________
31232 [  6000] By: gsar                                  on 2000/04/28  18:26:58
31233         Log: reworked otherlibdirs.U (from Andy Dougherty)
31234      Branch: metaconfig
31235            ! U/installdirs/otherlibdirs.U
31236 ____________________________________________________________________________
31237 [  5999] By: gsar                                  on 2000/04/28  18:17:07
31238         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
31239      Branch: perl
31240            ! t/pragma/warn/toke toke.c
31241 ____________________________________________________________________________
31242 [  5998] By: jhi                                   on 2000/04/28  13:32:17
31243         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
31244      Branch: cfgperl
31245            ! lib/Math/Complex.pm
31246 ____________________________________________________________________________
31247 [  5997] By: jhi                                   on 2000/04/28  13:14:04
31248         Log: Preserve $!.
31249      Branch: cfgperl
31250            ! lib/Math/Complex.pm
31251 ____________________________________________________________________________
31252 [  5996] By: jhi                                   on 2000/04/28  12:59:23
31253         Log: Integrate with Sarathy.
31254      Branch: cfgperl
31255           +> pod/perlrequick.pod pod/perlretut.pod
31256           !> (integrate 51 files)
31257 ____________________________________________________________________________
31258 [  5995] By: gsar                                  on 2000/04/28  09:37:36
31259         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
31260      Branch: perl
31261            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
31262 ____________________________________________________________________________
31263 [  5994] By: gsar                                  on 2000/04/28  09:33:26
31264         Log: fix for missed accounting for null byte in pack("Z",...) (from
31265              M.J.T. Guy)
31266      Branch: perl
31267            ! pp.c t/op/pack.t
31268 ____________________________________________________________________________
31269 [  5993] By: gsar                                  on 2000/04/28  09:30:05
31270         Log: various minor tweaks seen on p5p
31271      Branch: perl
31272            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
31273 ____________________________________________________________________________
31274 [  5992] By: gsar                                  on 2000/04/28  09:08:19
31275         Log: pod nit (from Simon Cozens)
31276      Branch: perl
31277            ! pod/perlop.pod
31278 ____________________________________________________________________________
31279 [  5991] By: gsar                                  on 2000/04/28  09:06:36
31280         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
31281      Branch: perl
31282            ! README.posix-bc hints/posix-bc.sh
31283 ____________________________________________________________________________
31284 [  5990] By: gsar                                  on 2000/04/28  08:54:52
31285         Log: use $ENV{LIB} to search for libs under Visual C compiler
31286              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
31287      Branch: perl
31288            ! lib/ExtUtils/Liblist.pm
31289 ____________________________________________________________________________
31290 [  5989] By: gsar                                  on 2000/04/28  08:27:12
31291         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
31292              itself and no other (from Tom Hughes)
31293      Branch: perl
31294            ! t/op/array.t toke.c
31295 ____________________________________________________________________________
31296 [  5988] By: gsar                                  on 2000/04/28  08:01:38
31297         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
31298              <paul@miraclefish.com>)
31299      Branch: perl
31300            ! lib/ExtUtils/MakeMaker.pm
31301 ____________________________________________________________________________
31302 [  5987] By: gsar                                  on 2000/04/28  07:53:09
31303         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
31304      Branch: perl
31305            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
31306 ____________________________________________________________________________
31307 [  5986] By: gsar                                  on 2000/04/28  07:44:17
31308         Log: add regular expressions tutorial and quick-start guide (from
31309              Mark Kvale <kvale@phy.ucsf.edu>)
31310      Branch: perl
31311            + pod/perlrequick.pod pod/perlretut.pod
31312            ! AUTHORS MAINTAIN MANIFEST
31313 ____________________________________________________________________________
31314 [  5985] By: gsar                                  on 2000/04/28  07:30:28
31315         Log: forked child may not exit correctly if it failed to open
31316              /dev/console (from Graham Barr)
31317      Branch: perl
31318            ! ext/Sys/Syslog/Syslog.pm
31319 ____________________________________________________________________________
31320 [  5984] By: gsar                                  on 2000/04/28  07:27:20
31321         Log: attributes::reftype() doesn't work on tied argument
31322      Branch: perl
31323            ! xsutils.c
31324 ____________________________________________________________________________
31325 [  5983] By: gsar                                  on 2000/04/28  07:15:04
31326         Log: numeric conversion of non-number in change#3378 tramples on
31327              OOK offset, causing segfaults
31328      Branch: perl
31329            ! sv.c
31330 ____________________________________________________________________________
31331 [  5982] By: gsar                                  on 2000/04/28  04:48:25
31332         Log: avoid error in IO::Socket::INET when given an unknown service name
31333              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
31334      Branch: perl
31335            ! ext/IO/lib/IO/Socket/INET.pm
31336 ____________________________________________________________________________
31337 [  5981] By: gsar                                  on 2000/04/28  04:31:31
31338         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
31339              prototype mismatch with CORE::glob(); update pod and tests to
31340              suit (File::Glob::glob() is still available for backward
31341              compatibility, but should be considered deprecated)
31342      Branch: perl
31343            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
31344            ! t/lib/glob-taint.t
31345 ____________________________________________________________________________
31346 [  5980] By: gsar                                  on 2000/04/28  03:47:29
31347         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
31348              <ghudson@mit.edu>)
31349      Branch: metaconfig
31350            ! U/modified/Options.U
31351      Branch: perl
31352            ! Configure
31353 ____________________________________________________________________________
31354 [  5979] By: gsar                                  on 2000/04/28  03:07:54
31355         Log: under useithreads, constant pad entries could inadvertantly be
31356              shared across threads (from Eric Blood <eblood@xmission.com>);
31357              added Eric's test case to testsuite
31358      Branch: perl
31359            ! op.c t/op/misc.t
31360 ____________________________________________________________________________
31361 [  5978] By: gsar                                  on 2000/04/27  21:13:00
31362         Log: sync version numbers in File::Spec with the ones on CPAN
31363              (from Barrie Slaymaker)
31364      Branch: perl
31365            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
31366            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31367            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31368 ____________________________________________________________________________
31369 [  5977] By: gsar                                  on 2000/04/27  21:07:29
31370         Log: autoquote barewords followed by newline and arrow properly
31371              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
31372      Branch: perl
31373            ! t/pragma/warn/toke toke.c
31374 ____________________________________________________________________________
31375 [  5976] By: gsar                                  on 2000/04/27  20:41:20
31376         Log: DB_File v1.73 update (from Paul Marquess)
31377      Branch: perl
31378            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31379            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
31380 ____________________________________________________________________________
31381 [  5975] By: gsar                                  on 2000/04/27  20:34:24
31382         Log: allow sort() reentrancy (variant of patch suggested by
31383              Hugo van der Sanden)
31384      Branch: perl
31385            ! pp_ctl.c t/op/sort.t
31386 ____________________________________________________________________________
31387 [  5974] By: gsar                                  on 2000/04/27  19:46:57
31388         Log: change#4197 somehow missed initializing PL_errors, meaning
31389              sytax error queueing wasn't working outside eval"" at all;
31390              also fixed eval"" to localize PL_error_count, so that compile-time
31391              eval's don't clobber the error state of the outer context
31392      Branch: perl
31393            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
31394            ! t/pragma/warn/toke
31395 ____________________________________________________________________________
31396 [  5973] By: gsar                                  on 2000/04/27  18:29:05
31397         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
31398      Branch: perl
31399            ! regcomp.c regexec.c t/op/re_tests
31400 ____________________________________________________________________________
31401 [  5972] By: jhi                                   on 2000/04/27  18:22:41
31402         Log: Integrate with Sarathy.
31403      Branch: cfgperl
31404           +> t/lib/b.t t/lib/syslog.t
31405           !> (integrate 31 files)
31406 ____________________________________________________________________________
31407 [  5971] By: jhi                                   on 2000/04/27  18:18:46
31408         Log: Unicos tweaks from Mark P. Lutz.
31409      Branch: cfgperl
31410            ! hints/unicos.sh lib/Math/Complex.pm
31411 ____________________________________________________________________________
31412 [  5970] By: gsar                                  on 2000/04/27  18:05:11
31413         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
31414              IV is >32bits
31415      Branch: perl
31416            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
31417 ____________________________________________________________________________
31418 [  5969] By: gsar                                  on 2000/04/27  17:50:56
31419         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
31420      Branch: perl
31421            + t/lib/syslog.t
31422            ! MANIFEST ext/Sys/Syslog/Syslog.pm
31423 ____________________________________________________________________________
31424 [  5968] By: gsar                                  on 2000/04/27  17:44:49
31425         Log: tolerate spaces in group names in test on solaris (from David Boyce
31426              <dsb@boyski.com>)
31427      Branch: perl
31428            ! t/op/groups.t
31429 ____________________________________________________________________________
31430 [  5967] By: gsar                                  on 2000/04/27  17:41:22
31431         Log: improved docs on the warn_uninit diagnostic (from David Glasser
31432              and Simon Cozens)
31433      Branch: perl
31434            ! pod/perldiag.pod
31435 ____________________________________________________________________________
31436 [  5966] By: gsar                                  on 2000/04/27  16:54:58
31437         Log: add testsuite for B backends, fix bug in B::Deparse (from
31438              Simon Cozens <simon@brecon.co.uk>)
31439      Branch: perl
31440            + t/lib/b.t
31441            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
31442 ____________________________________________________________________________
31443 [  5965] By: gsar                                  on 2000/04/27  16:10:37
31444         Log: avoid "will not stay shared" warnings for our variables (from
31445              Robin Barker)
31446      Branch: perl
31447            ! op.c t/pragma/warn/op
31448 ____________________________________________________________________________
31449 [  5964] By: gsar                                  on 2000/04/27  07:05:05
31450         Log: reformat to 72 columns (again)
31451      Branch: perl
31452            ! pod/perldiag.pod
31453 ____________________________________________________________________________
31454 [  5963] By: gsar                                  on 2000/04/27  06:28:31
31455         Log: patch from Larry to make (\&) prototype work; added tests for
31456              the same
31457      Branch: perl
31458            ! op.c t/comp/proto.t
31459 ____________________________________________________________________________
31460 [  5962] By: gsar                                  on 2000/04/27  06:15:47
31461         Log: updated README.hpux (from Jeff Okamoto)
31462      Branch: perl
31463            ! README.hpux
31464 ____________________________________________________________________________
31465 [  5961] By: gsar                                  on 2000/04/27  05:55:03
31466         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
31467      Branch: perl
31468            ! emacs/cperl-mode.el
31469 ____________________________________________________________________________
31470 [  5960] By: gsar                                  on 2000/04/27  05:49:26
31471         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
31472      Branch: perl
31473            ! INSTALL
31474 ____________________________________________________________________________
31475 [  5959] By: gsar                                  on 2000/04/27  05:33:41
31476         Log: doubled words in pods (from Simon Cozens
31477              <simon.p.cozens@jp.pwcglobal.com>)
31478      Branch: perl
31479            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
31480            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
31481            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
31482            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
31483            ! pod/perltootc.pod
31484 ____________________________________________________________________________
31485 [  5958] By: gsar                                  on 2000/04/27  05:11:39
31486         Log: change#3569 deleted some essential code, revert; avoid use of
31487              atexit() to make DynaLoader work properly on AIX under mod_perl
31488              (from Jens-Uwe Mager <jum@helios.de>)
31489      Branch: perl
31490            ! ext/DynaLoader/dl_aix.xs
31491 ____________________________________________________________________________
31492 [  5957] By: gsar                                  on 2000/04/27  04:54:51
31493         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
31494      Branch: perl
31495            ! pod/perlmod.pod
31496 ____________________________________________________________________________
31497 [  5956] By: gsar                                  on 2000/04/27  04:51:47
31498         Log: better diagnostics on failed tests (from Ilya Zakharevich)
31499      Branch: perl
31500            ! t/op/lex_assign.t
31501 ____________________________________________________________________________
31502 [  5955] By: gsar                                  on 2000/04/27  04:26:44
31503         Log: longstanding bug exposed by change#3307: sort arguments weren't
31504              compiled with the right wantarray context (ensuing runtime lookup
31505              via block_gimme() was getting the incidental context of the
31506              sort() itself)
31507      Branch: perl
31508            ! op.c t/op/sort.t
31509 ____________________________________________________________________________
31510 [  5954] By: gsar                                  on 2000/04/26  23:42:12
31511         Log: integrate cfgperl contents into mainline
31512      Branch: perl
31513           !> (integrate 30 files)
31514 ____________________________________________________________________________
31515 [  5953] By: jhi                                   on 2000/04/26  23:06:42
31516         Log: Integrate with Sarathy.
31517      Branch: cfgperl
31518           !> README.win32 ext/B/B/Deparse.pm
31519           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31520           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
31521           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
31522           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
31523           !> utils/perldoc.PL vms/perlvms.pod
31524 ____________________________________________________________________________
31525 [  5952] By: jhi                                   on 2000/04/26  23:03:46
31526         Log: Undo "use integer" addition from 64bitint as it seems
31527              to break most of the subtests in Digital UNIX;
31528              Unicos needs to find another way.
31529      Branch: cfgperl
31530            ! t/op/64bitint.t
31531 ____________________________________________________________________________
31532 [  5951] By: jhi                                   on 2000/04/26  22:57:53
31533         Log: Be more robust on "extreme" (large absolute value)
31534              arguments.  Originally reported by Daniel Connelly
31535              as a problem with asinh() on large negative arguments,
31536              asinh() used to bail out because an argument to log()
31537              ended up being zero.  Ilya Zakharevich proposed using
31538              Taylor's series in such cases, which for such large
31539              arguments is a very good approximation.
31540      Branch: cfgperl
31541            ! lib/Math/Complex.pm t/lib/complex.t
31542 ____________________________________________________________________________
31543 [  5950] By: gsar                                  on 2000/04/25  19:13:12
31544         Log: reformat perldiag to avoid long lines
31545      Branch: perl
31546            ! pod/perldiag.pod
31547 ____________________________________________________________________________
31548 [  5949] By: gsar                                  on 2000/04/25  18:41:11
31549         Log: make perldoc use the pod2man from the same version (from
31550              M.J.T. Guy)
31551      Branch: perl
31552            ! utils/perldoc.PL
31553 ____________________________________________________________________________
31554 [  5948] By: gsar                                  on 2000/04/25  18:21:57
31555         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
31556              <kompas@kompas.usr.onet.pl>)
31557      Branch: perl
31558            ! lib/vars.pm
31559 ____________________________________________________________________________
31560 [  5947] By: gsar                                  on 2000/04/25  18:11:53
31561         Log: use &dl_error rather than &dl_load_file as the guard for calling
31562              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
31563              statically built perl)
31564      Branch: perl
31565            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
31566 ____________________________________________________________________________
31567 [  5946] By: jhi                                   on 2000/04/25  17:37:54
31568         Log: Document that tr() is not tr(1).
31569      Branch: cfgperl
31570            ! pod/perlop.pod
31571 ____________________________________________________________________________
31572 [  5945] By: gsar                                  on 2000/04/25  16:34:33
31573         Log: make module name mandatory after -M switch; reorder perldiag
31574              alphabetically (from Mark-Jason Dominus)
31575      Branch: perl
31576            ! perl.c pod/perldiag.pod
31577 ____________________________________________________________________________
31578 [  5944] By: jhi                                   on 2000/04/25  01:15:18
31579         Log: On second thoughts frexp() does have two arguments.
31580      Branch: cfgperl
31581            ! perl.h
31582 ____________________________________________________________________________
31583 [  5943] By: jhi                                   on 2000/04/24  22:56:32
31584         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
31585              Now pp_ncmp() returns undef is either operand is a NaN.
31586      Branch: cfgperl
31587            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31588            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
31589            ! vms/subconfigure.com vos/config.def vos/config.h
31590            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
31591            ! win32/config.vc win32/config_H.bc win32/config_H.gc
31592            ! win32/config_H.vc
31593      Branch: metaconfig/U/perl
31594            + d_modfl.U
31595 ____________________________________________________________________________
31596 [  5942] By: jhi                                   on 2000/04/24  19:45:17
31597         Log: Regen Configure to match #5937.
31598      Branch: cfgperl
31599            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31600            ! config_h.SH
31601      Branch: metaconfig
31602            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
31603 ____________________________________________________________________________
31604 [  5941] By: jhi                                   on 2000/04/24  19:24:11
31605         Log: Further Unicos fixes for Mark Lutz.
31606      Branch: cfgperl
31607            ! hints/unicos.sh pp_ctl.c
31608 ____________________________________________________________________________
31609 [  5940] By: jhi                                   on 2000/04/24  19:09:06
31610         Log: Various Unicos 10.0.0.6 fixes.
31611              
31612              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
31613              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
31614              Reply-To: tecmpl1@triton.ca.boeing.com 
31615              To: perl5-porters@perl.org 
31616              Date: Fri, 14 Apr 2000 20:21:00 GMT 
31617              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
31618      Branch: cfgperl
31619            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
31620 ____________________________________________________________________________
31621 [  5939] By: gsar                                  on 2000/04/24  19:01:24
31622         Log: more pod nits (from Larry Virden)
31623      Branch: perl
31624            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
31625            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
31626            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
31627 ____________________________________________________________________________
31628 [  5938] By: gsar                                  on 2000/04/24  18:54:01
31629         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
31630      Branch: perl
31631            ! ext/B/B/Deparse.pm
31632 ____________________________________________________________________________
31633 [  5937] By: jhi                                   on 2000/04/24  17:39:00
31634         Log: Integrate with Sarathy.
31635      Branch: cfgperl
31636           +> (branch 31 files)
31637           !> (integrate 73 files)
31638 ____________________________________________________________________________
31639 [  5936] By: gsar                                  on 2000/04/24  17:30:06
31640         Log: additional tests for change#5934 (from Paul Marquess, who also
31641              sent in the same fix)
31642      Branch: perl
31643            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
31644            ! t/pragma/warn/5nolint t/pragma/warn/6default
31645 ____________________________________________________________________________
31646 [  5935] By: jhi                                   on 2000/04/24  17:26:05
31647         Log: Do not assume sign propagation.
31648              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
31649              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
31650              To: payner@ncifcrf.gov, perl5-porters@perl.org 
31651              Date: Tue, 18 Apr 2000 18:24:49 +0100 
31652              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
31653      Branch: cfgperl
31654            ! t/op/bop.t t/op/misc.t
31655 ____________________________________________________________________________
31656 [  5934] By: gsar                                  on 2000/04/24  17:16:54
31657         Log: propagate lexical warnings from surrounding scope correctly
31658              within string eval()
31659      Branch: perl
31660            ! pp_ctl.c t/pragma/warn/pp_ctl
31661 ____________________________________________________________________________
31662 [  5933] By: jhi                                   on 2000/04/24  17:01:07
31663         Log: Flatten the cpp jungle doing the nosuid checking.
31664      Branch: cfgperl
31665            ! perl.c
31666 ____________________________________________________________________________
31667 [  5932] By: gsar                                  on 2000/04/24  09:08:14
31668         Log: add rsignal(), whichsig() and do_join() to public API list
31669              (mod_perl uses them to good advantage)
31670      Branch: perl
31671            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
31672 ____________________________________________________________________________
31673 [  5931] By: gsar                                  on 2000/04/24  09:01:40
31674         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
31675      Branch: perl
31676            ! pp_hot.c regexec.c t/op/pat.t
31677 ____________________________________________________________________________
31678 [  5930] By: gsar                                  on 2000/04/24  08:58:33
31679         Log: small os390 tweaks (from Peter Prymmer)
31680      Branch: perl
31681            ! config_h.SH makedepend.SH
31682 ____________________________________________________________________________
31683 [  5929] By: gsar                                  on 2000/04/24  08:55:25
31684         Log: pod nits
31685      Branch: perl
31686            ! pod/perlguts.pod
31687 ____________________________________________________________________________
31688 [  5928] By: gsar                                  on 2000/04/24  08:50:13
31689         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
31690      Branch: perl
31691            ! ext/IO/lib/IO/Poll.pm
31692 ____________________________________________________________________________
31693 [  5927] By: gsar                                  on 2000/04/24  08:43:24
31694         Log: arrange for next() to resume at the unstack op rather than the
31695              loop conditional, so that scope cleanup happens correctly
31696              (from Stephen McCamant)
31697      Branch: perl
31698            ! op.c pp_ctl.c t/op/misc.t
31699 ____________________________________________________________________________
31700 [  5926] By: gsar                                  on 2000/04/24  08:18:40
31701         Log: on windows, reserve 16M of stack rather than 128M (allows more
31702              threads to run concurrently)
31703      Branch: perl
31704            ! win32/Makefile win32/makefile.mk
31705 ____________________________________________________________________________
31706 [  5925] By: gsar                                  on 2000/04/24  08:13:52
31707         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
31708      Branch: perl
31709            ! toke.c
31710 ____________________________________________________________________________
31711 [  5924] By: gsar                                  on 2000/04/24  08:08:59
31712         Log: avoid using uninitialized memory in require version check
31713      Branch: perl
31714            ! pp_ctl.c universal.c
31715 ____________________________________________________________________________
31716 [  5923] By: gsar                                  on 2000/04/24  07:20:14
31717         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
31718      Branch: perl
31719            ! ext/IO/lib/IO/Poll.pm
31720 ____________________________________________________________________________
31721 [  5922] By: gsar                                  on 2000/04/24  07:08:42
31722         Log: commentary about IoTYPE() (from Nathan Torkington)
31723      Branch: perl
31724            ! sv.h
31725 ____________________________________________________________________________
31726 [  5921] By: gsar                                  on 2000/04/24  06:58:26
31727         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
31728              by fix
31729      Branch: perl
31730            ! sv.c t/lib/charnames.t t/pragma/utf8.t
31731 ____________________________________________________________________________
31732 [  5920] By: gsar                                  on 2000/04/24  06:37:59
31733         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
31734      Branch: perl
31735            ! doop.c t/op/ver.t
31736 ____________________________________________________________________________
31737 [  5919] By: gsar                                  on 2000/04/24  06:21:58
31738         Log: Configure might miss old directories when prefix must be
31739              expanded (from Robin Barker)
31740      Branch: metaconfig
31741            ! U/installdirs/inc_version_list.U
31742      Branch: perl
31743            ! Configure
31744 ____________________________________________________________________________
31745 [  5918] By: gsar                                  on 2000/04/24  06:16:11
31746         Log: VMS nits in glob() test (from Charles Lane)
31747      Branch: perl
31748            ! t/lib/glob-basic.t
31749 ____________________________________________________________________________
31750 [  5917] By: gsar                                  on 2000/04/24  06:11:56
31751         Log: various pod nits (from Larry Virden and others)
31752      Branch: perl
31753            ! README.amiga README.hpux README.machten README.os2
31754            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
31755            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
31756            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
31757            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
31758            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
31759            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
31760            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
31761            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
31762 ____________________________________________________________________________
31763 [  5916] By: gsar                                  on 2000/04/24  05:52:43
31764         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
31765              <wjones@tc.fluke.com>)
31766      Branch: perl
31767            ! t/lib/glob-basic.t
31768 ____________________________________________________________________________
31769 [  5915] By: gsar                                  on 2000/04/24  05:07:01
31770         Log: supported platforms mixed up
31771      Branch: perl
31772            ! pod/perl56delta.pod pod/perlport.pod
31773 ____________________________________________________________________________
31774 [  5914] By: gsar                                  on 2000/04/24  04:56:08
31775         Log: caller() wasn't returning the right number of elements for
31776              eval {...}
31777      Branch: perl
31778            ! pp_ctl.c t/pragma/warn/9enabled
31779 ____________________________________________________________________________
31780 [  5913] By: gsar                                  on 2000/04/24  04:35:41
31781         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
31782              Mark-Jason Dominus)
31783      Branch: perl
31784            ! pod/perlfunc.pod
31785 ____________________________________________________________________________
31786 [  5912] By: gsar                                  on 2000/04/24  04:17:15
31787         Log: fix totally broken caching in UNIVERSAL::isa() (from
31788              Nick Ing-Simmons)
31789      Branch: perl
31790            ! t/op/universal.t universal.c
31791 ____________________________________________________________________________
31792 [  5911] By: gsar                                  on 2000/04/24  03:39:47
31793         Log: add linebreak properties from unicode/LineBrk.txt (from
31794              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
31795      Branch: perl
31796            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31797            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31798            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31799            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31800            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31801            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31802            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31803            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31804            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31805            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31806            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31807            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31808            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31809            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
31810            + lib/unicode/Is/LbrkZW.pl
31811            ! lib/unicode/mktables.PL
31812 ____________________________________________________________________________
31813 [  5910] By: gsar                                  on 2000/04/24  03:23:10
31814         Log: typo in pod
31815      Branch: perl
31816            ! ext/Thread/Thread.pm
31817 ____________________________________________________________________________
31818 [  5909] By: gsar                                  on 2000/04/24  03:22:03
31819         Log: mode argument to do_binmode() should be file mode, not boolean
31820      Branch: perl
31821            ! pp_sys.c
31822 ____________________________________________________________________________
31823 [  5908] By: gsar                                  on 2000/04/16  16:51:08
31824         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
31825              always returns a valid GV even when the symbol is trapped by strictures
31826              (avoids coredumps)
31827              
31828              TODO: the C<package;> hack needs similar treatment
31829      Branch: perl
31830            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
31831            ! t/pragma/strict-vars
31832 ____________________________________________________________________________
31833 [  5907] By: jhi                                   on 2000/03/31  23:42:56
31834         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
31835              an assumption which #5905 demolished.
31836      Branch: cfgperl
31837            ! pp_sys.c
31838 ____________________________________________________________________________
31839 [  5906] By: jhi                                   on 2000/03/31  18:54:37
31840         Log: Typo in #5905.
31841      Branch: cfgperl
31842            ! t/op/64bitint.t
31843 ____________________________________________________________________________
31844 [  5905] By: jhi                                   on 2000/03/31  18:50:54
31845         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
31846              reported by Joseph N. Hall.  The bug was that even with use64bitint
31847              one had to use the prefixes q, L, or ll with printf/sprintf,
31848              contrary to the documentation and common sense.
31849      Branch: cfgperl
31850            ! sv.c t/op/64bitint.t
31851 ____________________________________________________________________________
31852 [  5904] By: gsar                                  on 2000/03/28  02:31:32
31853         Log: add Changes, perldelta.pod
31854      Branch: perl
31855            + Changes pod/perldelta.pod
31856 ____________________________________________________________________________
31857 [  5903] By: gsar                                  on 2000/03/28  02:03:55
31858         Log: rename Changes and perldelta.pod
31859      Branch: perl
31860           +> Changes5.6 pod/perl56delta.pod
31861            - Changes pod/perldelta.pod
31862            ! MANIFEST
31863 ____________________________________________________________________________
31864 [  5902] By: gsar                                  on 2000/03/28  01:59:14
31865         Log: create maint-5.6 branch
31866      Branch: maint-5.6/perl
31867           +> (branch 1611 files)
31868 ____________________________________________________________________________
31869 [  5901] By: jhi                                   on 2000/03/23  05:48:43
31870         Log: Integrate with Sarathy.
31871      Branch: cfgperl
31872           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
31873 ____________________________________________________________________________
31874 [  5900] By: gsar                                  on 2000/03/23  05:42:43
31875         Log: three guesses on what this is :-)
31876      Branch: perl
31877            ! Changes